@charset "UTF-8";
/********

Siren Framework for Grunt v2.0

File Name: Forms

File Purpose: The standard echanced stylings for form elements.

File Notes:

*********/
/********

File Notes:
	- This is built from mobile Up
	- All the initial style are for mobile views and everything else is brought in through media-queries


*********/
@import url("//hello.myfonts.net/count/3660f9");
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*-------------------------*\
  #Mixins-Variables
\*-------------------------*/
/********

Siren Framework v4.0

File Name: Variables

File Purpose:

File Notes: 
	- Do not change the base font size


*********/
/*-------------------------*\
  #Global-Variables
\*-------------------------*/
/*-------------------------*\
  #Font-Size-Bases
\*-------------------------*/
/*-------------------------*\
  #Font-Sizes-And-Line-Heights
\*-------------------------*/
/*-------------------------*\
  #Colors
\*-------------------------*/
/*-------------------------*\
  #Fonts
\*-------------------------*/
@font-face {
  font-family: "Calibri";
  font-weight: normal;
  font-style: italic;
  src: url("../webfonts/3660F9_0_0.eot");
  src: url("../webfonts/3660F9_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/3660F9_0_0.woff2") format("woff2"), url("../webfonts/3660F9_0_0.woff") format("woff"), url("webfonts/3660F9_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Calibri";
  font-weight: bold;
  font-style: italic;
  src: url("../webfonts/3660F9_1_0.eot");
  src: url("../webfonts/3660F9_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/3660F9_1_0.woff2") format("woff2"), url("../webfonts/3660F9_1_0.woff") format("woff"), url("webfonts/3660F9_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Calibri";
  font-weight: bold;
  font-style: normal;
  src: url("../webfonts/3660F9_2_0.eot");
  src: url("../webfonts/3660F9_2_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/3660F9_2_0.woff2") format("woff2"), url("../webfonts/3660F9_2_0.woff") format("woff"), url("webfonts/3660F9_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "Calibri";
  font-weight: normal;
  font-style: normal;
  src: url("../webfonts/3660F9_3_0.eot");
  src: url("../webfonts/3660F9_3_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/3660F9_3_0.woff2") format("woff2"), url("../webfonts/3660F9_3_0.woff") format("woff"), url("webfonts/3660F9_3_0.ttf") format("truetype");
}
.btn-simple, .btn, input[type=submit], input[type=text], input[type=email], input[type=number], textarea, select, body {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-loaded.btn-simple, .font-loaded.btn, input.font-loaded[type=submit], input.font-loaded[type=text], input.font-loaded[type=email], input.font-loaded[type=number], textarea.font-loaded, select.font-loaded, body.font-loaded, .font-loaded .btn-simple, .font-loaded .btn, .font-loaded input[type=submit], .font-loaded input[type=text], .font-loaded input[type=email], .font-loaded input[type=number], .font-loaded textarea, .font-loaded select, .font-loaded body {
  font-family: "Calibri", "Arial", sans-serif;
}

/*-------------------------*\
  #Base-Basic
\*-------------------------*/
/********

Siren Framework v4.0

File Name: Core Styles

File Purpose: Basic styling served to all browsers

File Notes: 
  - Based on: normalize.css v3.0.1 | MIT License | git.io/normalize

*********/
/*-------------------------*\
  #Document-Level
\*-------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 0.875em;
  color: #4F4F4F;
  line-height: 1.5;
  margin: 0;
}

/*-------------------------*\
  #HTML5
\*-------------------------*/
article, aside, footer, header, main, nav, section, details {
  display: block;
}

summary {
  display: list-item;
  width: 100%;
}

/*-------------------------*\
  #Links
\*-------------------------*/
a {
  text-decoration: none;
  color: #F4793D;
}
a:hover, a:focus, a:active {
  color: #6D5E87;
}
a:focus {
  outline: 0;
}
a:focus img, a img {
  border: none;
  outline: none;
}

/*-------------------------*\
  #Headers
\*-------------------------*/
h1, h2, h3, h4 {
  color: #6D5E87;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.3em;
  text-transform: none;
}

h4, h5 {
  font-size: 1em;
}

h5 {
  font-weight: 400;
}

/*-------------------------*\
  #Block-Level-Content
\*-------------------------*/
p, ol, ul, li {
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

/*-------------------------*\
  #Inline-Content
\*-------------------------*/
b, strong {
  font-weight: 700;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn, i {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 0.75em;
}

/*-------------------------*\
  #Grouping-Content
\*-------------------------*/
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 2px;
  background: #F7AB6F;
  border: none;
}

q, blockquote {
  quotes: none;
}

blockquote {
  font-size: 1.3em;
  margin: 1em 2em;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

article {
  padding: 8px;
}

/********

Siren Framework v4.0

File Name: Accessibility

File Purpose: Basic accessibility styling

File Notes: 

*********/
/*-------------------------*\
  #Tabhints
\*-------------------------*/
.tabhint {
  text-transform: uppercase;
  text-align: center;
  margin: 1em 0;
}

/********

Siren Framework v3.6

File Name: Form (Safe Styles)

File Purpose: Basic styles for Forms

File Notes: 

*********/
/*-------------------------*\
	#Form-Containers
\*-------------------------*/
.form_container {
  margin: 3em auto;
  padding: 0 1em;
}

fieldset {
  border: none;
  clear: both;
  overflow: hidden;
}

.field {
  margin: 1.5em 0;
}

label {
  font-size: 1em;
  color: #6D5E87;
  font-weight: bold;
  text-transform: uppercase;
}
.radiobuttons label, .checkboxes label {
  font-weight: 400;
}

.radiobuttons .heading, .checkboxes .heading {
  font-size: 1em;
  color: #6D5E87;
  font-weight: bold;
  text-transform: uppercase;
}

.form_box {
  margin: 1.5em auto;
}

/*-------------------------*\
	#Inputs-Textarea-Selects
\*-------------------------*/
input[type=text], input[type=email], input[type=number], textarea, select {
  font-size: 1em;
  border: 1px #A8B0CB solid;
  padding: 0.75em 0.5em;
  outline: none;
}

input[type=text], input[type=email], input[type=number] {
  line-height: 1;
}

/*-------------------------*\
	#Inputs
\*-------------------------*/
input {
  line-height: normal;
}
input:focus {
  color: #6D5E87;
}

/*-------------------------*\
	#Selects
\*-------------------------*/
select {
  text-transform: none;
}

/*-------------------------*\
	#Checkboxes-Radiobuttons
\*-------------------------*/
input[type=checkbox], input[type=radio] {
  padding: 0;
  margin-right: 1.5em;
}

/*-------------------------*\
  #Buttons
\*-------------------------*/
input[type=submit] {
  text-transform: uppercase;
  text-align: center;
  background: none;
  cursor: pointer;
  outline: none;
}

/*-------------------------*\
  #Errors
\*-------------------------*/
.errors_list {
  padding-left: 0.5em;
}
.errors_item {
  font-size: 1em;
}

/*-------------------------*\
  #Objects-Basic
\*-------------------------*/
/********

Siren Framework v4.0

File Name: UI

File Purpose: Classes for UI elements

File Notes: 

*********/
/*-------------------------*\
  #btn
\*-------------------------*/
.btn-simple, .btn {
  color: #F4793D;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.btn-simple:focus, .btn-simple:hover, .btn:focus, .btn:hover {
  color: #6D5E87;
}

/*-------------------------*\
  #CTA
\*-------------------------*/
.cta {
  padding: 3em 1em;
}
.cta_headline {
  font-size: 1.7em;
  text-transform: none;
}
.cta_blurb {
  font-size: 1.3em;
}
.cta_btn {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cta-innovation .cta {
  text-align: center;
}
.cta-innovation .cta_headline {
  margin: 0 auto 0.75em;
}
.cta-innovation .cta_btn {
  margin: 0 auto;
}

/*-------------------------*\
  #CTA-Small
\*-------------------------*/
.cta-small {
  margin: 3em auto;
  padding-bottom: 1em;
}
.cta-small_icon {
  margin-bottom: 1em;
}
.cta-small_headline {
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.cta-small_headline a {
  color: #6D5E87;
}
.cta-small_headline a:focus, .cta-small_headline a:hover {
  color: #F4793D;
}

/*-------------------------*\
  #Back
\*-------------------------*/
.back {
  text-transform: uppercase;
}

/*-------------------------*\
  #Cards
\*-------------------------*/
.card {
  margin: 0 auto 3em;
}
.card_badge {
  font-size: 0.75em;
}
.card_header {
  margin-bottom: 1em;
}
.card_title {
  margin-bottom: 0.25em;
}
.card_title a {
  color: #6D5E87;
}
.card_title a:focus, .card_title a:hover {
  color: #F4793D;
}
.card_subtitle {
  font-weight: normal;
  margin: 0 0 0.25em;
}
.card_meta {
  font-weight: bold;
  color: #F4793D;
}
.card_link {
  font-weight: bold;
  color: #6D5E87;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.card_link:focus, .card_link:hover {
  color: #F4793D;
}
.cards_container {
  margin: 3em 0;
}

/********

Siren Framework v4.0

File Name: Header and Footer

File Purpose: Classes for the header and footer elements

File Notes: 
  - The header is designed to be a hamburger menu for the mobile view
	- The footer is kept simple by default

*********/
/*-------------------------*\
  #Header
\*-------------------------*/
.header_inner {
  text-align: center;
  padding: 0 1em;
}

.title {
  font-size: 1em;
  padding: 1em 0;
}

/*-------------------------*\
  #Preheader
\*-------------------------*/
.preheader_inner {
  text-align: center;
  padding: 0 1em;
}

/*-------------------------*\
  #Header-Search
\*-------------------------*/
.search-header {
  text-align: right;
  padding: 0 1em;
}

/*-------------------------*\
  #Navigation
\*-------------------------*/
.nav-primary_list, .nav-primary_list ul, .legal_list, .legal_list ul, .nav-secondary_list, .nav-secondary_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-primary li, .legal li, .nav-secondary li {
  text-transform: uppercase;
  margin: 0.5em 0;
}

/*-------------------------*\
  #sectionnav
\*-------------------------*/
.sectionnav {
  padding: 1em;
}
.sectionnav_link {
  color: #6D5E87;
}
.sectionnav_link:hover, .sectionnav_link:focus, .sectionnav_link:active {
  color: #F4793D;
}

/*-------------------------*\
  #Footer
\*-------------------------*/
.footer {
  margin-top: 1.5em;
  padding: 1em;
  color: #333333;
}
.footer_content_contact_email, .footer_content_contact_phone {
  padding: 1em 0;
}
.footer_col {
  margin: 1.5em;
}
.footer h3 {
  font-size: 1.7em;
  color: #4F4F4F;
  margin: 0 0 0.75em;
}
.footer_legal {
  padding: 1em;
}
.footer_legal nav a {
  color: #F7F7F7;
}

/********

Siren Framework v4.0

File Name: Content

File Purpose: Classes for content elements

File Notes: 

*********/
/*-------------------------*\
  #Hero
\*-------------------------*/
.hero {
  padding: 1.5em 1em;
}
.hero_title {
  font-size: 1.7em;
  margin-bottom: 0.5em;
}
.hero_blurb {
  color: #4F4F4F;
  margin: 0;
}
.hero_caption {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.6em;
}

/*-------------------------*\
  #Content
\*-------------------------*/
.content {
  margin: 3em auto;
  padding: 0 1em;
}
.content-finePrint {
  font-size: 0.75em;
}
.content_col-sm img {
  margin-bottom: 3em;
}

/*-------------------------*\
  #ICP
\*-------------------------*/
.icp_section {
  margin: 3em auto;
  padding: 0 1em;
}
.icp_title {
  margin: 0.75em 0 0.5em;
}

/*-------------------------*\
  #Emphasized-Content
\*-------------------------*/
.emphasizedcontent {
  margin: 3em auto;
  padding: 0 1em;
}
.emphasizedcontent_inner {
  padding: 1.5em 1em;
}

/*-------------------------*\
  #people-card
\*-------------------------*/
.peoplecard_container {
  margin: 3em auto;
  padding: 0 1em;
}
.peoplecard_imgcon {
  margin-bottom: 1em;
}
.peoplecard_name {
  margin-bottom: 0.25em;
}

/*-------------------------*\
  #List
\*-------------------------*/
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list_title {
  font-size: 3em;
}
.list_image {
  margin-bottom: 1em;
}
.list_headline {
  font-size: 1.7em;
  margin-bottom: 0.25em;
}
.list_container {
  margin: 3em auto;
  padding: 0 1em;
}
.list_text p:first-child {
  margin-top: 0.5em;
}
.list_text p:last-child {
  margin-bottom: 0.5em;
}
.list_item {
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 1.5em;
  margin-top: 1.5em;
}
.list_item:last-child {
  border: none;
  padding: 0;
}

/*-------------------------*\
  #linklist
\*-------------------------*/
.linklist_container {
  margin: 2em 0;
  padding: 0 1em;
}
.linklist_listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.linklist_item {
  margin-bottom: 0.5em;
}
.linklist_link {
  color: #6D5E87;
}
.linklist_link:focus, .linklist_link:hover {
  color: #F4793D;
}

/*-------------------------*\
  #Link Lists Table
\*-------------------------*/
.llt_container {
  margin: 3em auto;
  padding: 0 1em;
}
.llt_headline {
  font-size: 3em;
  margin-top: 0.5em;
}
.llt_title {
  text-transform: uppercase;
  font-size: 1.7em;
}

/*-------------------------*\
  #data
\*-------------------------*/
.data_container {
  margin: 3em auto;
  padding: 0 1em;
}
.data_headline {
  margin-top: 0.5em;
}

/*-------------------------*\
  #quote
\*-------------------------*/
.quote {
  background: #E1EAF7;
  color: #3B5998;
  margin: 3em auto;
  padding: 1em 2em 1.5em 2em;
}
.quote_inner {
  font-size: 1.3em;
  padding-top: 0.5em;
}
.quote_attribution {
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 0;
}
.quote_link {
  text-align: right;
}
.quote_link a {
  font-weight: 700;
  font-size: 0.75em;
}

/*-------------------------*\
  #Video
\*-------------------------*/
.video_container {
  margin: 3em auto;
  padding: 0 1em;
}
.video_inner {
  padding: 1.5em 1em;
}

/*-------------------------*\
  #PDF
\*-------------------------*/
.pdf_container {
  margin: 3em auto;
  padding: 0 1em;
}
.pdf_headline {
  margin-bottom: 0;
}
.pdf_content p {
  margin: 0.75em 0;
}

/*-------------------------*\
  #Expandable
\*-------------------------*/
.expandable_container {
  margin: 3em auto;
  padding: 0 1em;
}
.expandable_summary {
  outline: none;
  cursor: pointer;
}

/*-------------------------*\
  #Thirdparty
\*-------------------------*/
.thirdParty {
  margin: 3em auto;
  padding: 0 1em;
}

/*-------------------------*\
  #Columns
\*-------------------------*/
.column h2 {
  font-size: 1.3em;
  text-transform: none;
}
.column_inner {
  padding: 1.5em 1.5em 3em;
}
.columns {
  margin: 1em auto;
  padding: 0 1em;
}

/*-------------------------*\
  #404
\*-------------------------*/
.error {
  text-align: center;
  margin: 3em 0;
  padding: 0 1em;
}

/*-------------------------*\
  #Search
\*-------------------------*/
.search_container {
  margin: 3em auto;
  padding: 0 1em;
}
.search_title {
  font-size: 1em;
  color: #4F4F4F;
  margin-bottom: 3em;
}
.search_results {
  list-style: none;
  padding-left: 0;
}

.result {
  margin-bottom: 3em;
}
.result_title a {
  color: #6D5E87;
}

/*-------------------------*\
  #Innovations
\*-------------------------*/
.innovation_title {
  font-size: 1.7em;
  text-align: center;
  margin: 1.5em auto 0.2em;
}

.innovation_subtitle {
  font-size: 1.3em;
  margin: 0 auto 0.25em;
}

.innovation_details {
  text-align: center;
  font-size: 1em;
  padding: 0 1em;
  margin-bottom: 1em;
}

.innovation_detail {
  color: #6D5E87;
}

.summary-innovation {
  text-align: center;
  margin: 3em auto;
  padding: 0 1em;
}

/********

Siren Framework v4.0

File Name: Homepage

File Purpose: Classes for sidebar elements

File Notes: 

*********/
/*-------------------------*\
  #Sidebar
\*-------------------------*/
.sidebar {
  margin-bottom: 1.5em;
  padding: 0 1em;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar_block {
  padding: 1.5em 1em;
}

/*-------------------------*\
  #Summary
\*-------------------------*/
.summary_item {
  border-bottom: 2px solid #F7F7F7;
  margin-top: 1em;
  padding-bottom: 1em;
}
.summary_item:last-child {
  border: none;
}

/*-------------------------*\
  #Resources
\*-------------------------*/
.resources_item {
  margin-bottom: 1em;
}

/*-------------------------*\
  #Contact
\*-------------------------*/
.contact_headline {
  font-size: 1em;
  text-transform: uppercase;
}
.contact_name {
  font-size: 1.3em;
  margin-bottom: 0;
}
.contact_title {
  margin-top: 0;
}

/*-------------------------*\
  #Sectionnav
\*-------------------------*/
.sectionnav {
  margin-bottom: 1.5em;
}
.sectionnav_title {
  font-size: 1.3em;
}
.sectionnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sectionnav_item {
  font-size: 1.3em;
  font-weight: 700;
  border-bottom: 1px solid #E1EAF7;
  padding: 0.5em 1.5em;
}
.sectionnav_item li {
  font-weight: 400;
  margin: 0.5em 0 1em 1.5em;
}
.sectionnav_item li:last-child {
  margin-bottom: 0.5em;
}
.sectionnav_item a {
  color: #6D5E87;
}
.sectionnav_item a:focus, .sectionnav_item a:hover {
  color: #F4793D;
}
.sectionnav_item-cur a {
  color: #F4793D;
}
.sectionnav_item-cur ul a {
  color: #6D5E87;
}
.sectionnav_item-cur ul a:focus, .sectionnav_item-cur ul a:hover {
  color: #F4793D;
}

/********

Siren Framework v4.0

File Name: Homepage

File Purpose: Classes for homepage elements

File Notes: 

*********/
/*-------------------------*\
  #companyoverview
\*-------------------------*/
.companyoverview {
  margin: 1.5em auto 4em;
  padding: 0 1em;
}
.companyoverview_blurb {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 1em;
}

/*-------------------------*\
  #whatwedo
\*-------------------------*/
.whatwedo_container {
  margin: 3em 0;
  padding: 0 1em;
}
.whatwedo_item {
  margin-bottom: 1.5em;
}

/*-------------------------*\
  #twitterfeed
\*-------------------------*/
.twitterfeed {
  margin: 3em 0;
  padding: 0 1em;
}

/********

Urban Library Council 

File Name: Blog

File Purpose: Classes for blog elements

File Notes: 

*********/
/*-------------------------*\
  #Archive
\*-------------------------*/
.archive_container, .archive-press_container, .noresults {
  padding: 1.5em 1em;
}

.noresults {
  font-size: 1.7em;
  text-align: center;
  margin: 0.5em auto;
}

.archive_section-cat {
  border-bottom: 1px solid #A8B0CB;
  margin: 3em auto;
  padding-bottom: 1.5em;
}
.archive_section-cat:last-child {
  border: none;
  padding: 0;
}
.archive_title-cat {
  margin-bottom: 0.25em;
}
.archive_header-cat {
  margin-bottom: 1em;
}

/*-------------------------*\
  #Preview
\*-------------------------*/
.preview {
  padding: 0 1em;
  margin-bottom: 1.5em;
}
.preview:last-child {
  margin-bottom: 0;
}
.preview_img {
  margin-bottom: 1.5em;
}
.preview_title {
  font-size: 1.3em;
  margin: 0 0 0.25em;
}
.preview_title a {
  color: #6D5E87;
}
.preview_title a:focus, .preview_title a:hover {
  color: #F4793D;
}
.preview_meta {
  font-size: 0.75em;
}
.preview_meta a {
  color: #6D5E87;
}
.preview_meta a:focus, .preview_meta a:hover {
  color: #F4793D;
}
.preview_content {
  margin-top: 1em;
}
.preview_content p {
  margin: 0.5em 0;
}
.preview_btn {
  margin-top: 1em;
}
.preview-press_title {
  font-size: 1.7em;
}
.preview-press_title a {
  color: #6D5E87;
}
.preview-press_title a:focus, .preview-press_title a:hover {
  color: #F4793D;
}
.preview-press_inner {
  padding: 1.5em 1em;
}

/*-------------------------*\
  #Article
\*-------------------------*/
.article_header, .article_content, .article_meta {
  margin: 3em 0;
  padding: 0 1em;
}
.article_title {
  margin-bottom: 0;
}
.article_image {
  padding: 0 0.5em;
}

/*-------------------------*\
  #Meta
\*-------------------------*/
.meta a {
  color: #6D5E87;
}
.meta a:focus, .meta a:hover {
  color: #F4793D;
}
.meta p:first-child {
  margin-top: 0;
}
.meta p:last-child {
  margin-bottom: 0;
}

/*-------------------------*\
  #Pagination
\*-------------------------*/
.pagination {
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 1em;
}
.pagination_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination_item {
  margin: 0.5em 0;
}
.pagination_item a {
  color: #6D5E87;
}

/*-------------------------*\
  #Not Found
\*-------------------------*/
.notfound {
  text-align: center;
  padding: 1.5em 1em;
  overflow: hidden;
}

/********

Urbal Library Council

File Name: Slider

File Purpose: Classes for slider elements

File Notes: 

*********/
/*-------------------------*\
  #Slidehow
\*-------------------------*/
.slideshow {
  padding: 1.5em 0;
}
.slideshow_headline {
  font-size: 2em;
  color: #6D5E87;
}
.slideshow_item {
  margin: 1em 0;
  padding: 0 1em;
}
.slideshow_image {
  padding: 1em 0;
}

/*-------------------------*\
  #Slider
\*-------------------------*/
.slider {
  margin: 3em 0;
  padding: 0 1em;
}

.slide_content {
  padding: 1.5em 1em;
}

/*-------------------------*\
  #People Details
\*-------------------------*/
.person {
  margin-bottom: 1.5em;
}
.person_container {
  margin: 3em 0;
  padding: 0 1em;
}
.person_details {
  margin: 1.5em 0;
}
.person_name {
  margin: 0 0 0.25em;
}
.person_title {
  text-transform: uppercase;
}

/********

Urbal Library Council

File Name: Events

File Purpose: Classes for event elements

File Notes: 

*********/
/*-------------------------*\
  #Events-Container
\*-------------------------*/
.events {
  margin: 3em 0 6em;
  padding: 0 1em;
}

/*-------------------------*\
  #Events-Preview
\*-------------------------*/
.event {
  margin-bottom: 1.5em;
}
.event:last-child {
  margin-bottom: 0;
}
.event_inner {
  padding: 1.5em 1em;
}
.event_date {
  margin: 0;
}
.event_date-icon {
  text-transform: uppercase;
  font-size: 1.3em;
}
.event_title {
  margin-bottom: 0.25em;
}
.event_title a {
  color: #6D5E87;
}
.event_title a:focus, .event_title a:hover {
  color: #F4793D;
}

/*-------------------------*\
  #Objects-Basic
\*-------------------------*/
.trigger_table h2 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 42px;
  color: #5d5e87;
}
@media only screen and (max-width: 480px) {
  .trigger_table table thead {
    display: none;
  }
}
.trigger_table table thead th {
  vertical-align: top;
  padding: 20px;
  text-align: left;
}
.trigger_table table thead th:nth-of-type(1) {
  width: 33%;
  background-color: #F4793D;
  color: #FFFFFF;
}
.trigger_table table thead th:nth-last-of-type(1) {
  width: 66%;
  background-color: #E1EAF7;
  color: #000000;
}
.trigger_table table tbody td {
  padding: 20px;
  vertical-align: top;
}
.trigger_table table tbody td:nth-of-type(1) {
  width: 33%;
  background-color: #FEF2EC;
}
.trigger_table table tbody td:nth-of-type(1):before {
  background-color: #F4793D;
  color: #FFFFFF;
}
.trigger_table table tbody td:nth-last-of-type(1) {
  width: 66%;
  background-color: #F6F8FC;
}
.trigger_table table tbody td:nth-last-of-type(1):before {
  background-color: #E1EAF7;
  color: #000000;
}
@media only screen and (max-width: 480px) {
  .trigger_table table tbody td {
    position: relative;
    width: 100% !important;
    display: block;
    padding-left: calc(30% + 12px);
    padding-right: 12px;
    border-bottom: 2px solid #fff;
  }
  .trigger_table table tbody td p {
    margin-top: 0px;
  }
  .trigger_table table tbody td p:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .trigger_table table tbody td:before {
    content: attr(data-label);
    position: absolute;
    width: 30%;
    height: 100%;
    padding: 20px 12px;
    font-weight: 700;
    left: 0;
    top: 0px;
    border-right: 2px solid #fff;
  }
}
.trigger_table table tr {
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .trigger_table table tr {
    display: block;
  }
}

/*-------------------------*\
  #Enhanced
\*-------------------------*/
@media only all {
  /*-------------------------*\
    #Core-Enhanced
  \*-------------------------*/
  /********

  Siren Framework v4.0

  File Name: Enhanced Core Styles

  File Purpose: Element styling on top of basic style sheet (basic/_core.scss)

  File Notes: 
  	- All elements are set to border-box model
  	- Font-sizes dictated through the Modular Scale Compass plugin
  	- Line-height and padding done through the Compass Vertical Rhythm system
  	- section, article, header, footer by default have side padding. This can be removed.

  *********/
  /*-------------------------*\
  	#Document-Level
  \*-------------------------*/
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden;
  }

  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }

  a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  /*-------------------------*\
  	#Block-Level-Content
  \*-------------------------*/
  p {
    max-width: 48em;
  }

  img {
    max-width: 100%;
    height: auto !important;
  }

  ul {
    list-style: none;
  }
  ul li:before {
    content: "○";
    color: #6D5E87;
    width: 1em;
    min-width: 1em;
    margin-right: 0.5em;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
  }

  /*-------------------------*\
  	#Inline-Content
  \*-------------------------*/
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  /*-------------------------*\
  	#Embeded-Content
  \*-------------------------*/
  svg:not(:root) {
    overflow: hidden;
  }

  /********

  Siren Framework v4.0

  File Name: Accessibility Enhanced

  File Purpose: Classes for accessibility elements

  File Notes: 

  *********/
  /*-------------------------*\
    #Tabhints
  \*-------------------------*/
  .tabhint {
    position: absolute;
  }
  .tabhint a {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    background: #6D5E87;
    width: 100%;
    padding: 0.5em 1em;
    display: block;
    position: fixed;
    top: -16em;
    left: 0;
    z-index: 100000;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .tabhint a:focus {
    -webkit-transform: translateY(16em);
            transform: translateY(16em);
  }

  /*-------------------------*\
    #Form-Hints
  \*-------------------------*/
  .screen-reader-response, .a-hide {
    position: absolute;
    top: -90000em;
    left: -9000000em;
  }

  /********

  Siren Framework v3.6

  File Name: Forms

  File Purpose: The standard echanced stylings for form elements.

  File Notes: 

  *********/
  /*-------------------------*\
  	#Form-Containers
  \*-------------------------*/
  form, fieldset {
    width: 100%;
  }
  form h3, fieldset h3 {
    font-size: 1.7em;
  }

  .form_container {
    max-width: 30em;
  }
  .form_container form {
    border-radius: 0.5em;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    padding: 3em 1.5em;
    margin: 1em 0 2.5em;
  }

  .required label:after {
    content: " *";
    color: #F4793D;
  }
  .radiobuttons label, .checkboxes label {
    display: block;
    margin: 0.5em 0;
  }

  .radiobuttons.required .heading:after, .checkboxes.required .heading:after {
    content: " *";
    color: #F4793D;
  }

  .form_box {
    text-align: center;
    background: #E1EAF7;
    border-radius: 0.5em;
    padding: 1em;
    max-width: 42em;
  }
  .form_box p {
    margin: 0;
  }

  /*-------------------------*\
  	#Form-Container-Animations
  \*-------------------------*/
  .form_container {
    overflow: hidden;
  }
  .animate-enabled .form_container .js-animate {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .animate-enabled .form_container .js-animate.s-active {
    opacity: 1;
  }
  .animate-enabled .form_container .js-animate.js-animate-fadeup {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  .animate-enabled .form_container .js-animate.js-animate-fadeup.s-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  /*-------------------------*\
  	#Inputs-Selects-Textarea
  \*-------------------------*/
  input[type=text], input[type=email], input[type=number], textarea {
    outline: 0;
    -webkit-appearance: none;
    border-radius: 5px;
    width: 100%;
  }

  /*-------------------------*\
  	#Textarea
  \*-------------------------*/
  textarea {
    height: 100px;
    resize: none;
    overflow: auto;
  }

  /*-------------------------*\
  	#Select
  \*-------------------------*/
  select {
    outline: 0;
    border-radius: 5px;
    height: 3em;
    width: 100%;
  }

  /*-------------------------*\
  	#Submit-Buttons
  \*-------------------------*/
  .submit {
    text-align: center;
  }

  input[type=submit] {
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 1em;
    color: #FFFFFF !important;
    background: #F4793D !important;
    border-radius: 2em;
    border: none;
    padding: 1em 1.5em !important;
    display: inline-block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
  }
  input[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active {
    background: #6D5E87 !important;
  }

  /*-------------------------*\
    #Errors
  \*-------------------------*/
  .errors {
    color: #FFFFFF;
    background: #F4793D;
    border-radius: 5px;
    padding: 1.5em;
    margin-bottom: 1.5em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .errors h3 {
    font-size: 1.3em;
    color: #FFFFFF;
  }
  .errors_item {
    font-weight: bold;
  }
  .errors_item:before {
    color: #FFFFFF;
  }

  /*-------------------------*\
    #Objects-Enhanced
  \*-------------------------*/
  /********

  Siren Framework v4.0

  File Name: Header and Footer Enhanced

  File Purpose: Classes for the header and footer elements

  File Notes: 
    - The header is designed to be a hamburger menu for the mobile view
  	- The footer is kept simple by default

  *********/
  /*-------------------------*\
    #Header
  \*-------------------------*/
  .header {
    background: #6D5E87;
  }
  .header_inner {
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .title {
    font-size: 1.3em;
    padding: 1em;
    margin: 0;
  }

  /*-------------------------*\
    #Header-Search
  \*-------------------------*/
  .search-header {
    padding: 0.333em 1em;
    margin-left: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .search-header_form {
    border-bottom: #A8B0CB 2px solid;
    margin-left: auto;
    position: relative;
  }
  .search-header_input {
    color: #FFFFFF !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.5em 2em 0.5em 0 !important;
  }
  .search-header_input::-webkit-input-placeholder {
    color: #A8B0CB !important;
  }
  .search-header_input::-moz-placeholder {
    color: #A8B0CB !important;
  }
  .search-header_input:-ms-input-placeholder {
    color: #A8B0CB !important;
  }
  .search-header_input::-ms-input-placeholder {
    color: #A8B0CB !important;
  }
  .search-header_input::placeholder {
    color: #A8B0CB !important;
  }
  .navigation-enabled .search-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  .search-header_btn {
    text-indent: -999999em;
    background: url(../images/search.png) no-repeat center center;
    border: none;
    outline: none;
    height: 2em;
    width: 2em;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 10;
  }
  .navigation-enabled .search-header_btn {
    display: block;
  }
  .search-header_btn.s-nav-active {
    z-index: 0;
  }
  .navigation-enabled .search-header_close {
    text-indent: -999999em;
    background: url(../images/icon-close.png) no-repeat center center;
    border: none;
    outline: none;
    margin-right: 1em;
    height: 2em;
    width: 2em;
    display: block;
    cursor: pointer;
  }
  .search-header.s-nav-active {
    opacity: 1;
    max-width: 500px;
    z-index: 10;
  }

  input[type=submit].search-header_submit {
    background: url(../images/search.png) no-repeat right center !important;
    border-radius: 0 !important;
    text-indent: -99999em;
    position: absolute;
    top: -0.25em;
    right: 0;
  }

  /*-------------------------*\
    #Preheader
  \*-------------------------*/
  .preheader {
    background: #81719c;
    overflow: hidden;
  }
  .preheader_inner {
    position: relative;
  }

  /*-------------------------*\
    #Navigation-Primary
  \*-------------------------*/
  .nav-secondary_list {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .nav-secondary_item {
    margin: 0.75em 0 !important;
  }
  .nav-secondary_item:before {
    display: none;
  }
  .nav-secondary_link {
    font-size: 0.75em;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .nav-secondary_link:hover, .nav-secondary_link:focus {
    color: #F7F7F7;
  }
  .s-nav-active .nav-secondary_list {
    opacity: 0;
  }

  /*-------------------------*\
    #Navigation-Primary
  \*-------------------------*/
  .nav-primary {
    background: #333333;
    overflow: hidden;
    width: 100%;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
  .navigation-enabled .nav-primary {
    max-height: 0;
  }
  .navigation-enabled .nav-primary.s-active {
    max-height: 1000px;
  }
  .nav-primary_list {
    overflow: hidden;
    color: #FFFFFF;
    padding: 1em 0 0;
  }
  .nav-primary a {
    color: #FFFFFF;
    letter-spacing: 0.1em;
    padding: 0.75em 0;
    display: block;
  }
  .nav-primary li {
    border-bottom: 1px #4F4F4F solid;
    margin: 0 1em;
  }
  .nav-primary li:before {
    display: none;
  }
  .nav-primary_btn {
    font-size: 1.3em;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #6D5E87;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: auto;
    padding: 1em;
  }

  /*-------------------------*\
    #Footer
  \*-------------------------*/
  .footer {
    background: #FFFFFF;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }
  .footer h3 {
    color: #000000;
  }
  .footer_content {
    max-width: 90em;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer a {
    color: #333333;
  }
  .footer a:hover, .footer a:focus {
    color: #0d0d0d;
  }
  .footer_col {
    padding: 0 1.5em;
    margin: 3em 0;
  }
  .footer_search input[type=text] {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
    border: 1px #A8B0CB solid;
    border-radius: 5px;
  }
  .footer_search input[type=submit] {
    margin: 1em 0 3em;
  }
  .footer_search .btn-simple {
    color: #F4793D;
  }
  .footer_search .btn-simple:focus, .footer_search .btn-simple:hover {
    color: #6D5E87;
  }
  .footer_contact_email, .footer_contact_phone {
    margin-bottom: 0.5em;
  }
  .footer_contact address {
    margin-top: 1em;
    font-weight: bold;
  }
  .footer_legal {
    background: #6D5E87;
    padding: 2.5em 1em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .footer_legal * {
    display: inline-block;
  }

  .legal a {
    margin: 0.5em 0;
    padding: 0 1em 0 0;
    border-right: 1px #F7F7F7 solid;
  }
  .legal a:last-child {
    padding: 0 0 0 1em;
    border-right: 0;
  }

  .copyright {
    color: #F7F7F7;
    margin: 0 0.5em;
    display: block;
  }

  .social {
    width: 13.5em;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .social_link {
    color: #FFFFFF !important;
    border-radius: 5px;
    margin: 0.5em 0;
    padding: 0.25em 1em;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social_icon {
    text-align: center;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    display: block;
    padding: 0.5em;
    height: 3em;
  }
  .social_link {
    background: #F4793D;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
  }
  .social_link:hover, .social_link:focus {
    background: #6D5E87;
  }
  .social_link-Facebook {
    background: #3B5998;
  }
  .social_link-Facebook:hover, .social_link-Facebook:focus {
    background: #2d4373;
  }
  .social_link-Twitter {
    background: #1DA1F2;
  }
  .social_link-Twitter:hover, .social_link-Twitter:focus {
    background: #0c85d0;
  }
  .social_link-Instagram {
    background: #A8B0CB;
  }
  .social_link-Instagram:hover, .social_link-Instagram:focus {
    background: #8893b8;
  }
  .social_link-Linkedin, .social_link-LinkedIn {
    background: #0077b5;
  }
  .social_link-Linkedin:hover, .social_link-Linkedin:focus, .social_link-LinkedIn:hover, .social_link-LinkedIn:focus {
    background: #005582;
  }

  /********

  Siren Framework v4.0

  File Name: UI Enhanced

  File Purpose: Classes for the UIf elements

  File Notes: 

  *********/
  /*-------------------------*\
    #Button
  \*-------------------------*/
  .btn {
    color: #FFFFFF !important;
    line-height: 1;
    background: #F4793D;
    border-radius: 2em;
    padding: 1em 1.5em;
    display: inline-block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn:focus, .btn:hover, .btn:active {
    background: #6D5E87;
  }
  .btn img {
    margin-left: 1em;
  }
  .btn-wide {
    max-width: 20em;
    width: 100%;
  }

  /*-------------------------*\
    #CTA
  \*-------------------------*/
  .cta {
    color: #FFFFFF !important;
    background: #6D5E87;
    position: relative;
    display: block;
    overflow: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
  }
  .cta:last-child {
    background: #A8B0CB;
  }
  .cta_headline {
    color: #FFFFFF;
    max-width: 12em;
  }
  .cta_blurb {
    max-width: 26em;
  }
  .cta_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta_arrow {
    margin-left: 1em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: block;
  }
  .cta:hover .cta_arrow, .cta:focus .cta_arrow {
    dirsplay: none;
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
  .cta_inner {
    max-width: 90em;
    margin: 0 auto;
  }
  .cta-innovation .cta {
    color: #6D5E87 !important;
    background: #E1EAF7;
  }
  .cta-innovation .cta_headline {
    color: #6D5E87;
    margin: 0 auto 0.75em;
  }
  .cta-innovation .cta_arrow {
    display: none;
  }
  .cta-innovation .cta_blurb {
    margin: 0 auto 0.75em;
  }
  .cta-innovation .cta_btn {
    font-weight: bold;
    color: #F4793D;
    display: inline;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
  }
  .cta-innovation .cta:hover .cta_btn, .cta-innovation .cta:focus .cta_btn {
    color: #6D5E87;
  }

  /*-------------------------*\
    #CTA-Small
  \*-------------------------*/
  .cta-small {
    background: linear-gradient(5deg, #FFFFFF 10%, #E1EAF7 83%, #FFFFFF 83%);
    max-width: 42em;
  }
  .cta-small_icon {
    margin: 0;
    padding: 0;
  }
  .cta-small_iconcon {
    line-height: 0;
    background: #FFFFFF;
    border-radius: 100%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0.75em;
    width: 120px;
    margin: 0 auto;
  }
  .cta-small_headline {
    max-width: 10em;
    margin: 0.5em auto;
  }
  .cta-small_content {
    max-width: 22em;
    margin: 1.5em auto 3em;
  }
  .cta-small_content p {
    margin: 0;
  }

  /*-------------------------*\
    #Filters
  \*-------------------------*/
  .filter {
    max-width: 30em;
    padding: 2em 1em;
    margin: 0 auto;
  }
  .filter_container {
    background: #F7F7F7;
  }
  .filter-enabled .filter_container {
    display: none;
    overflow: hidden;
  }
  .filter-enabled .filter_container.s-active {
    display: block;
  }
  .filter_select {
    font-size: 0.75em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #6D5E87;
    margin-bottom: 1em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter_submit {
    font-size: 0.75em !important;
    width: 100%;
    border-radius: 4px !important;
  }
  .filter_btn {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    color: #FFFFFF;
    line-height: 1;
    background: #6D5E87;
    cursor: pointer;
    outline: none;
    padding: 0.75em 1.5em;
    margin: 0;
    width: 100%;
    display: block;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter_btn a {
    color: #FFFFFF !important;
  }
  .filter_btn:after {
    content: " ";
    background: url(../images/icon-default-arrow-down.svg) no-repeat center center;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }
  .filter_btn.s-active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .filter_breadcrumps {
    background: #A8B0CB;
    padding: 0.5em 0;
  }
  .filter_bread {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 90em;
  }
  .filter_crumb {
    line-height: 1;
    background: #E1EAF7;
    border-radius: 2em;
    margin: 1em;
    padding: 0.5em 1em;
    display: inline-block;
  }
  .filter_crumb a {
    margin-right: 0.5em;
  }
  .filter_crumb:before {
    display: none;
  }
  .filter_count {
    color: #6D5E87;
    font-weight: 700;
    padding: 1em 2em;
    margin: 0 auto;
    max-width: 90em;
  }

  /*-------------------------*\
    #Back
  \*-------------------------*/
  .back {
    color: #FFFFFF !important;
    font-weight: bold;
    background: #A8B0CB;
    padding: 0.75em 3em;
    display: inline-block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .back:hover, .back:focus {
    background: #6D5E87;
  }
  .back_container {
    margin: -3em auto 0;
    max-width: 90em;
  }

  /*-------------------------*\
    #Buttons
  \*-------------------------*/
  .btns_list {
    padding: 0 1em;
    margin: 3em auto;
    max-width: 44em;
  }
  .btns_item:before {
    display: none;
  }
  .btns_btn {
    color: #4F4F4F !important;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    background: #E1EAF7;
    padding: 5em 2em;
    margin: 1.5em auto;
    max-width: 20em;
    display: block;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
  }
  .btns_btn:hover, .btns_btn:focus {
    background: #A8B0CB;
  }

  /*-------------------------*\
    #Cards
  \*-------------------------*/
  .card {
    line-height: 0;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    max-width: 22em;
  }
  .card_noimg {
    background: #6D5E87;
    height: 1.5em;
    display: block;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
    cursor: pointer;
  }
  .card_inner {
    line-height: 1.5;
    background: #E1EAF7;
    border-radius: 2px;
    padding: 1em;
    position: relative;
  }
  .card_badge {
    color: #FFFFFF;
    background: #F4793D;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px 0 0 2px;
    padding: 0.25em 1em;
    position: absolute;
    top: -1em;
    right: 0;
  }
  .cards_inner {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 72em;
  }

  /********

  Urban Library Council

  File Name: Content Enhanced

  File Purpose: Classes for the content elements

  File Notes: 

  *********/
  /*-------------------------*\
    #Hero
  \*-------------------------*/
  .hero {
    position: relative;
    background: #e1e4ed;
    padding: 0;
  }
  .hero_inner {
    background: linear-gradient(70deg, #e1eaf7, #e1eaf7 50%, transparent 0);
    padding: 6em 1.5em;
  }
  .hero_blurb {
    max-width: 24em;
    margin: 0;
  }
  .hero_content {
    margin: 0;
    width: 40%;
    max-width: 38em;
  }
  .hero_caption {
    position: absolute;
    bottom: 0;
    right: 8px;
  }

  /*-------------------------*\
    #Content
  \*-------------------------*/
  .content {
    max-width: 44em;
  }
  .content-finePrint {
    max-width: 57.2em;
  }
  .content-wide {
    max-width: 52em;
  }

  /*-------------------------*\
    #ICP
  \*-------------------------*/
  .icp_section {
    max-width: 44em;
  }
  .icp_imgcon {
    text-align: center;
  }
  .icp_img {
    width: auto;
  }

  /*-------------------------*\
    #Emphasized-Content
  \*-------------------------*/
  .emphasizedcontent {
    line-height: 0;
    max-width: 44em;
  }
  .emphasizedcontent_inner {
    line-height: 1.5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1EAF7), to(#FFFFFF));
    background: linear-gradient(#E1EAF7 0, #FFFFFF 100%);
  }

  /*-------------------------*\
    #Columns
  \*-------------------------*/
  .column {
    border-radius: 0.3em;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    max-width: 20em;
    margin: 0 auto 3em;
    overflow: hidden;
  }
  .columns {
    max-width: 90em;
  }

  /*-------------------------*\
    #people-card
  \*-------------------------*/
  .peoplecard_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .peoplecard_description {
    max-width: 26em;
    padding: 0 1em;
  }
  .peoplecard_imgcon {
    text-align: center;
    padding: 0 1em 2em;
    max-width: 15em;
  }
  .peoplecard_imgcon img {
    -webkit-box-shadow: 1em 1em 0 0 #E1EAF7;
            box-shadow: 1em 1em 0 0 #E1EAF7;
  }

  /*-------------------------*\
    #List
  \*-------------------------*/
  .list_title:after {
    content: " ";
    background: #6D5E87;
    margin: 0.25em auto 0;
    width: 1.5em;
    height: 4px;
    display: block;
  }
  .list_item:before {
    display: none;
  }
  .list_container {
    max-width: 44em;
  }

  /*-------------------------*\
    #linklist
  \*-------------------------*/
  .linklist_listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .linklist_item {
    margin: 0 0.5em 1em;
  }
  .linklist_item:before {
    display: none;
  }
  .linklist_link {
    background: #E1EAF7;
    color: #6D5E87;
    border-radius: 5px;
    padding: 0.5em 1em;
    margin: 0 auto;
    width: 18em;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .linklist_link:focus, .linklist_link:hover {
    color: #FFFFFF;
    background: #A8B0CB;
  }
  .linklist_link:focus:before, .linklist_link:hover:before {
    color: #FFFFFF;
  }
  .linklist_link:before {
    content: "○";
    color: #6D5E87;
    width: 1em;
    min-width: 1em;
    margin-right: 0.5em;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
  }
  .linklist-table {
    margin: auto;
    padding: 0px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    /* Define Auto Row size */
    grid-auto-rows: 128px;
    /*Define our columns */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 2em;
  }

  /*-------------------------*\
    #Link Lists Table
  \*-------------------------*/
  .llt_headline {
    text-align: center;
  }
  .llt_headline:after {
    content: " ";
    background: #6D5E87;
    margin: 0.25em auto 0;
    width: 1.5em;
    height: 4px;
    display: block;
  }
  .llt_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .llt_col {
    width: 24em;
  }
  .llt_cell {
    width: 100%;
    margin: 0 0 3em;
    padding: 0 0.75em;
  }
  .llt_title {
    color: #FFFFFF;
    background: #6D5E87;
    border-radius: 0.2em;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0.5em;
    margin: 0;
    width: 8em;
    position: relative;
    z-index: 10;
  }
  .llt_list {
    background: #F7F7F7;
    border-radius: 0.25em;
    margin: 0;
    margin-top: -1.5em;
    margin-left: 1.5em;
    padding: 2.5em 1.5em 1em;
  }
  .llt_item {
    margin-bottom: 0.5em;
  }
  .llt_item:before {
    display: none;
  }
  .llt_item:last-child {
    margin: 0;
  }
  .llt_link {
    color: #4F4F4F;
    font-size: 1.3em;
  }

  /*-------------------------*\
    #data
  \*-------------------------*/
  .data {
    border-radius: 0.5em;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .data_container {
    max-width: 44em;
  }
  .data_header {
    position: relative;
  }
  .data_headline {
    font-size: 3em;
    color: #FFFFFF;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .data_headline:after {
    content: " ";
    background: #FFFFFF;
    border-radius: 2px;
    width: 1.5em;
    height: 4px;
    display: block;
  }
  .data_main {
    padding: 1.5em 3em;
  }

  /*-------------------------*\
    #quote
  \*-------------------------*/
  .quote {
    max-width: 42em;
  }
  .quote_inner {
    background: url(../images/quotemark.png) left top no-repeat;
  }

  /*-------------------------*\
    #Video
  \*-------------------------*/
  .video {
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .video_container {
    max-width: 44em;
  }
  .video_wrapper {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    position: relative;
  }
  .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*-------------------------*\
    #PDF
  \*-------------------------*/
  .pdf_container {
    max-width: 44em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: centern;
        -ms-flex-align: centern;
            align-items: centern;
  }
  .pdf_linkcon {
    margin-right: 1em;
  }

  /*-------------------------*\
    #Expandable
  \*-------------------------*/
  .expandable_container {
    max-width: 44em;
  }
  .expandable_header {
    color: #FFFFFF;
    border-radius: 2px;
    padding: 1.5em 1em 8em;
    overflow: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .expandable_header-blue {
    background: #9AA7CE;
  }
  .expandable_header-purple {
    background: #6D5E87;
  }
  .expandable_header-green {
    background: #98C25C;
  }
  .expandable_blurb {
    font-weight: bold;
  }
  .expandable_title {
    color: #FFFFFF;
  }
  .expandable_inner {
    -webkit-box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    margin-top: -7.5em;
    width: 100%;
    overflow: hidden;
  }
  .expandable_bottom {
    padding: 0 1em;
  }
  .expandable_summary {
    font-size: 1em;
    color: #6D5E87;
    background: #F7F7F7;
    border-bottom: 1px solid #dedede;
    padding: 1em 1.5em;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .expandable_summary::-webkit-details-marker {
    display: none;
  }
  .expandable_summary:after {
    content: " ";
    background: url(../images/icon-acordion-open.png) center center no-repeat;
    height: 1.25em;
    width: 1.25em;
    display: block;
    position: absolute;
    top: 1.1em;
    right: 2em;
  }
  .expandable_dropdown {
    width: 100%;
  }
  .expandable_dropdown:last-child .expandable_summary {
    border: none;
  }
  .expandable_dropdown[open] .expandable_summary {
    border-bottom: none;
  }
  .expandable_dropdown[open] .expandable_summary:after {
    background: url(../images/icon-accordion-close.png) center center no-repeat;
  }
  .expandable_content {
    background: #FFFFFF;
    border-bottom: 3px solid #E1EAF7;
    padding: 1em 2em;
  }

  /*-------------------------*\
    #Thirdpary
  \*-------------------------*/
  .thirdParty {
    max-width: 44em;
  }

  /*-------------------------*\
    #404
  \*-------------------------*/
  .error_p {
    margin: 1em auto;
  }

  /*-------------------------*\
    #Search
  \*-------------------------*/
  .search_container {
    max-width: 40em;
  }

  .result:before {
    display: none;
  }

  /*-------------------------*\
    #Innovations
  \*-------------------------*/
  .summary-innovation {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1EAF7), to(#FFFFFF));
    background: linear-gradient(#E1EAF7 0, #FFFFFF 100%);
    border-radius: 5px 5px 0 0;
    max-width: 52em;
  }
  .summary-innovation_inner {
    padding: 3em 0;
    margin: 0 auto;
    max-width: 30em;
  }

  /*-------------------------*\
    #Share Innovations
  \*-------------------------*/
  .share_inner {
    text-align: center;
    font-size: 1.2em;
    color: #6d5e87;
  }
  .share_detail {
    font-weight: bold;
  }
  .share_detail.share {
    margin-left: 0.2em;
  }
  .share_detail.like {
    color: #6D5E87;
    margin-right: 0.15em;
  }
  .share_detail.like::before {
    content: " ";
    background: url(../images/Purple-Heart.svg) center center no-repeat;
    height: 1.25em;
    width: 1.25em;
    padding: 0.53em;
    margin-right: 0.15em;
  }
  .share_detail.like:hover {
    color: #F4793D !important;
  }
  .share_detail.like:hover::before {
    content: " ";
    background: url(../images/Heart.svg) center center no-repeat;
    height: 1.25em;
    width: 1.25em;
    padding: 0.53em;
    margin-right: 0.15em;
  }
  .share_detail.like.active {
    color: #F4793D !important;
  }
  .share_detail.like.active::before {
    content: " ";
    background: url(../images/Heart.svg) center center no-repeat;
    height: 1.25em;
    width: 1.25em;
    padding: 0.53em;
    margin-right: 0.15em;
  }
  .share_detail.like-info {
    font-size: 0.5em;
    font-style: italic;
  }
  .share_detail.print {
    margin-right: 0.2em;
  }
  .share_detail svg {
    fill: #F4793D;
    width: 16px;
    margin-right: 0.3em;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .share_detail:hover {
    cursor: pointer;
  }
  .share_detail:hover svg {
    fill: #6D5E87;
  }

  .like-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /********

  Siren Framework v4.0

  File Name: Homepage

  File Purpose: Classes for sidebar elements

  File Notes: 

  *********/
  /*-------------------------*\
    #Sidebar
  \*-------------------------*/
  .sidebar_block {
    border-radius: 0.5em;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto 2.5em;
    max-width: 24em;
  }
  .sidebar_title {
    text-transform: capitalize;
    position: relative;
  }
  .sidebar_title span {
    background: #FFFFFF;
    padding-right: 1em;
    position: relative;
    z-index: 1;
  }
  .sidebar_title:after {
    content: " ";
    background: #F4793D;
    margin-top: -1.5px;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .sidebar li:before {
    display: none;
  }

  /*-------------------------*\
    #Contact
  \*-------------------------*/
  .contact_container {
    padding-top: 2.25em;
    margin: 0 auto 2.5em;
    max-width: 30em;
    position: relative;
  }
  .contact_icon {
    text-align: center;
    line-height: 0;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    border-radius: 100%;
    padding: 0.5em 0;
    margin-left: -1.7em;
    width: 3.3em;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .contact_inner {
    border-radius: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
  }
  .contact_intro, .contact_info {
    width: 50%;
    padding: 1.5em 1em;
  }
  .contact_intro {
    background: #A8B0CB;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .contact_intro * {
    color: #FFFFFF;
  }
  .contact_blurb {
    margin-top: 3em;
  }
  .contact_info {
    background: #E1EAF7;
  }
  .contact_info p:last-child {
    margin-bottom: 0;
  }

  /*-------------------------*\
    #Sectionnav
  \*-------------------------*/
  .sectionnav {
    padding: 0;
  }
  .sectionnav_title {
    color: #FFFFFF;
    line-height: 1;
    background: #6D5E87;
    padding: 0.75em 1.5em;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sectionNav-enabled .sectionnav_title {
    cursor: pointer;
  }
  .sectionnav_title a {
    color: #FFFFFF !important;
  }
  .sectionnav_title img {
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }
  .sectionnav_title.s-active img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sectionnav_title-cur a {
    color: #F7AB6F !important;
  }
  .sectionNav-enabled .sectionnav_list {
    display: none;
    overflow: hidden;
  }
  .sectionNav-enabled .sectionnav_list.s-active {
    display: block;
  }
  .sectionnav li:before {
    display: none;
  }

  /********

  Urban Library Council

  File Name: Homepage

  File Purpose: Classes for homepage elements

  File Notes: 

  *********/
  /*-------------------------*\
    #companyoverview
  \*-------------------------*/
  .companyoverview {
    max-width: 40em;
  }

  /*-------------------------*\
    #whatwedo
  \*-------------------------*/
  .whatwedo_container {
    padding: 0;
    background: #6D5E87;
  }
  .whatwedo_header {
    text-align: center;
    padding: 1.5em 1em;
  }
  .whatwedo_title {
    color: #FFFFFF;
    font-size: 4.5em;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    margin: 0;
  }
  .whatwedo_inner {
    background: #F7F7F7;
    padding: 4.5em 1em;
  }
  .whatwedo_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3em;
    max-width: 30em;
  }
  .whatwedo_item:last-child {
    margin: 0;
  }
  .whatwedo_icon {
    width: 70px;
    margin-right: 1.5em;
  }

  /*-------------------------*\
    #News
  \*-------------------------*/
  .news {
    margin: 1em auto;
    max-width: 62em;
  }
  .news_btn-view, .news_title {
    text-align: center;
  }
  .news_title {
    margin-bottom: 2em;
  }

  /*-------------------------*\
    #Twitter
  \*-------------------------*/
  .twitterfeed {
    padding: 0 3em;
  }
  .twitterfeed_wrapper {
    max-height: 45em;
    overflow-y: scroll;
  }

  /********

  Siren Framework v4.0

  File Name: Blog Enhanced

  File Purpose: Classes for the blog elements

  File Notes: 

  *********/
  /*-------------------------*\
    #Archive
  \*-------------------------*/
  .archive_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .archive-press_container {
    padding: 3em 1em 1.5em;
    margin: 0 auto;
    max-width: 46em;
  }

  /*-------------------------*\
    #Article
  \*-------------------------*/
  .article_meta .sectionnav {
    border-radius: 0.5em;
    max-width: 20em;
    margin: 1.5em auto;
    orverflow: hidden;
  }
  .article_meta .sectionnav_title {
    border-radius: 0.5em 0.5em 0 0;
  }
  .article_meta .sectionnav_list {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0.5em 0.5em;
  }
  .article_meta .sectionnav_item:last-child {
    border: none;
  }
  .article_inner {
    max-width: 50em;
    margin: 0 auto;
  }

  /*-------------------------*\
    #Preview
  \*-------------------------*/
  .preview {
    max-width: 24em;
    margin: 0 auto 3em;
  }
  .preview_header, .preview_content {
    padding-left: 1.5em;
  }
  .preview_img {
    -webkit-box-shadow: 1em 1em 0 0 #E1EAF7;
            box-shadow: 1em 1em 0 0 #E1EAF7;
  }
  .preview-press {
    width: 100%;
    margin: 0 auto 4.5em;
  }
  .preview-press_date {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #6D5E87;
    border-radius: 0.5em 0.5em 0 0;
    padding: 0.25em 1em;
    display: inline-block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .preview-press_inner {
    border-radius: 0 0.5em 0.5em 0.5em;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .preview-press_btn {
    position: absolute;
    right: 1.5em;
    bottom: -1.75em;
  }

  /*-------------------------*\
    #Pagination
  \*-------------------------*/
  .pagination {
    margin: 3em 0;
  }
  .pagination_item {
    line-height: 1;
    margin: 0.5em;
    display: inline-block;
  }
  .pagination_item a {
    background: #E1EAF7;
    border-radius: 100%;
    padding: 0.75em 0;
    width: 2.5em;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagination_item a:hover, .pagination_item a:focus {
    color: #FFFFFF;
    background: #6D5E87;
  }
  .pagination_item-cur {
    color: #FFFFFF;
    background: #6D5E87;
    border-radius: 100%;
    padding: 0.75em 0;
    width: 2.5em;
  }
  .pagination_item:before {
    display: none;
  }
  .pagination_last a, .pagination_first a {
    font-weight: bold;
    letter-spacing: 0.1em;
    background: none;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagination_last a:hover, .pagination_last a:focus, .pagination_first a:hover, .pagination_first a:focus {
    color: #F4793D;
    background: none;
  }

  /*-------------------------*\
    #Not Found
  \*-------------------------*/
  .notfound p {
    margin: 1em auto;
  }

  /********

  Urbal Library Council

  File Name: Slider

  File Purpose: Classes for slider elements

  File Notes: 

  *********/
  /*-------------------------*\
    #Controls
  \*-------------------------*/
  .dot {
    background: #F7F7F7;
    text-indent: -999999px;
    border-radius: 100%;
    margin: 0 0.5em 0.5em;
    height: 1em;
    width: 1em;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    display: block;
  }
  .dot.is-selected {
    background: #F4793D;
  }

  .flickity-button {
    text-indent: -9999em;
    border-radius: 100%;
    border: none;
    background: url(../images/icon-arrow-right-slider.svg) 50%;
    opacity: 0.75;
    width: 3.5em;
    height: 3.5em;
    display: block;
    z-index: 1000;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    cursor: pointer;
  }
  .flickity-button:hover, .flickity-button:focus {
    opacity: 1 !important;
  }
  .flickity-button.previous {
    background: url(../images/icon-arrow-left-slider.svg) 50%;
    margin-right: 2em;
  }
  .flickity-button.next {
    margin-left: 2em;
  }

  /*-------------------------*\
    #Slidehow
  \*-------------------------*/
  .slideshow {
    margin: 0 auto;
    max-width: 80em;
    position: relative;
    overflow: hidden;
    outline: none;
  }
  .slideshow_container {
    background: linear-gradient(10deg, #FFFFFF 0, #FFFFFF 45%, #E1EAF7 45%) #E1EAF7;
  }
  .slideshow_item {
    width: 100%;
    padding: 0 4em;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .slideshow_description {
    margin: 0 auto;
    width: 100%;
    max-width: 24em;
  }
  .slideshow_image {
    text-align: center;
    line-height: 0;
    border-radius: 0.3em;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto 1.5em;
    padding: 0;
    max-width: 30em;
    overflow: hidden;
  }
  .slideshow .flickity-viewport {
    position: relative;
    z-index: 100;
  }
  .slideshow .flickity-page-dots {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    z-index: 998;
  }
  .slideshow .flickity-button {
    border-radius: 5px;
    background: url(../images/icon-arrow-right-long.svg) 50% no-repeat #F4793D;
    opacity: 0.75;
    position: absolute;
  }
  .slideshow .flickity-button.previous {
    display: none;
  }
  .slideshow .flickity-button.next {
    right: 0.25em;
    top: 13em;
    z-index: 999;
  }

/* People Details Container (person_container) */
.person_container	.flickity-viewport {
		transition: height 0.5s;
	}

  /*-------------------------*\
    #Slider
  \*-------------------------*/
  .slide {
    width: 100%;
    padding: 0 3em;
  }
  .slide_content {
    background: #F7F7F7;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    margin-left: 3em;
    top: -4.5em;
  }
  .slide-noimg_content {
    top: 0;
  }
  .slide_headline:after {
    content: " ";
    background: #F4793D;
    margin-top: 0.5em;
    width: 2em;
    height: 2px;
    display: block;
  }

  /*-------------------------*\
    #People
  \*-------------------------*/
  .person {
    padding: 0 3em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .person_imgcon {
    width: 300px;
    margin-bottom: 1.5em;
  }
  .person_details {
    margin: 0;
    max-width: 27em;
  }
  .person_title:after {
    content: " ";
    background: #F4793D;
    margin-top: 0.75em;
    width: 2em;
    height: 2px;
    display: block;
  }

  .person_container, .slider {
    margin: 0 auto;
    max-width: 40em;
    overflow: hidden;
    position: relative;
    outline: none;
  }
  .person_container .flickity-page-dots, .slider .flickity-page-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .person_container .flickity-page-dots .dot, .slider .flickity-page-dots .dot {
    display: none;
  }
  .person_container .flickity-button.next, .slider .flickity-button.next {
    bottom: 2em;
    right: 0.25em;
  }
  /********

  Urbal Library Council

  File Name: Events

  File Purpose: Classes for event elements

  File Notes: 

  *********/
  /*-------------------------*\
    #Events-Preview
  \*-------------------------*/
  .event {
    margin: 2em auto 4.5em;
    padding-left: 2em;
    width: 24em;
    position: relative;
  }
  .event_date-icon {
    line-height: 1.1;
    text-align: center;
    color: #FFFFFF;
    background: #A8B0CB;
    border-radius: 100%;
    width: 3.75em;
    padding: 0.75em 0.5em;
    position: absolute;
    top: -1.5em;
    left: -0.5em;
  }
  .event_inner {
    border-radius: 0.3em;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 3em 2em 2em;
  }
  .event:last-of-type {
    margin-bottom: 2.5em;
  }

  /*-------------------------*\
    #Layout-Enhanced
  \*-------------------------*/
  /********

  Siren Framework v4.0

  File Name: Containers

  File Purpose: Containers

  File Notes: 

  *********/
  /*-------------------------*\
    #Rows
  \*-------------------------*/
  .l-container {
    width: 100%;
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
  }
}
/*-------------------------*\
  #Helpers
\*-------------------------*/
/********

Siren Framework v3.7

File Name: Typographic Helpers and Utilities

File Purpose: Classes that preform a specific reusable function related to typography.

File Notes: 
	- Class names must have the prefix "h-" for helpers

*********/
/*-------------------------*\
  #Alignment
\*-------------------------*/
.h-center {
  text-align: center;
}

.h-right {
  text-align: right;
}

/*-------------------------*\
  #Responsive-Core
\*-------------------------*/
/********

Siren Framework v4.0

File Name: Responsive Foundation

File Purpose: Media query calls that effect foundation styles go here

File Notes: 


*********/
@media only screen and (min-width: 800px) {
  /*-------------------------*\
    #Document-Level
  \*-------------------------*/
  body {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1440px) {
  /*-------------------------*\
    #Document-Level
  \*-------------------------*/
  body {
    font-size: 1.125em;
  }
}
/********

Urban Library Council

File Name: Responsive Page Layout

File Purpose: Responsive Page Layout

File Notes: 

*********/
@media only screen and (min-width: 750px) {
  /*-------------------------*\
  	#Page
  \*-------------------------*/
  .page {
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_nav, .page-article_sidebar {
    width: 35%;
  }
  .page_main {
    width: 65%;
    padding: 0 1em;
    overflow: hidden;
  }
  .page_sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page_nav {
    position: relative;
    top: -3.25em;
  }
  .page_sidebar-article {
    margin-top: 3em;
  }
  .page-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /*-------------------------*\
  	#Page
  \*-------------------------*/
  .page-standard .page_nav, .page-standard .page_sidebar {
    width: 25%;
  }
  .page-standard .page_main {
    width: 50%;
  }
  .page-standard .page_sidebar {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1000px) {
  /*-------------------------*\
  	#Page
  \*-------------------------*/
  .page-landing .page_nav, .page-article_sidebar {
    width: 25%;
  }
  .page-landing .page_main, .page-article .page_main {
    width: 75%;
  }
}
/*-------------------------*\
  #Responsive-Objects
\*-------------------------*/
/********

Siren Framework v4.0

File Name: Responsive for the Header and Footer

File Purpose: Media query calls go here for the header and footer

File Notes: 



*********/
@media only screen and (min-width: 500px) {
  /*-------------------------*\
    #Footer
  \*-------------------------*/
  .footer_legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .copyright {
    border-left: 1px #F7F7F7 solid;
    margin: 0;
    margin-left: 1em;
    padding: 0.1em 0 0.1em 1em;
  }
}
@media only screen and (min-width: 600px) {
  /*-------------------------*\
    #Footer
  \*-------------------------*/
  .footer_content {
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (min-width: 800px) {
  /*-------------------------*\
    #Header
  \*-------------------------*/
  .header_inner {
    text-align: center;
    padding: 1.5em;
    margin: 0 auto;
    max-width: 90em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .title {
    padding: 0;
    margin-bottom: 1em;
  }

  /*-------------------------*\
    #Preheader
  \*-------------------------*/
  .preheader_inner {
    margin: 0 auto;
    max-width: 90em;
  }

  /*-------------------------*\
    #Header-Search
  \*-------------------------*/
  .search-header {
    padding: 0.5em 1em;
  }

  /*-------------------------*\
    #Navigation
  \*-------------------------*/
  .nav-primary {
    font-size: 0.75em;
    background: none;
    overflow: visible;
    position: relative;
  }
  .navigation-enabled .nav-primary {
    max-height: 100% !important;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .nav-primary li {
    border: none;
    display: inline-block;
    margin: 0;
    position: relative;
  }
  .nav-primary li ul {
    display: none;
  }
  .nav-primary a {
    width: auto;
    padding: 0.25em;
  }
  .nav-primary a:hover, .nav-primary a:focus {
    color: #E1EAF7;
  }
  .nav-primary_btn {
    display: none;
  }

  /*-------------------------*\
    #Navigation-Primary
  \*-------------------------*/
  .nav-secondary_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav-secondary_item {
    margin-left: 1.5em !important;
  }
}
@media only screen and (min-width: 950px) {
  /*-------------------------*\
    #Header
  \*-------------------------*/
  .header_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .title {
    margin-bottom: 0;
  }

  /*-------------------------*\
    #Navigation
  \*-------------------------*/
  .nav-primary {
    text-align: right;
    width: auto;
  }
  .nav-primary li {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1100px) {
  /*-------------------------*\
    #Navigation
  \*-------------------------*/
  .nav-primary li {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  /*-------------------------*\
    #Navigation
  \*-------------------------*/
  .nav-primary li {
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 1400px) {
  /*-------------------------*\
    #Header
  \*-------------------------*/
  .header_inner {
    padding: 1em 1.5em;
  }
}
/********

Siren Framework v4.0

File Name: Responsive for UI

File Purpose: Media query calls go here for UI objects

File Notes: 


*********/
@media only screen and (min-width: 650px) {
  .cta {
    padding: 6em 1.5em;
  }
  .cta_container {
    width: 100%;
  }
  .cta_container-fiftyFifty, .cta_container-seventyfiveTwentyfive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cta_container-fiftyFifty .cta, .cta_container-seventyfiveTwentyfive .cta {
    width: 50%;
  }
  .cta_container-fiftyFifty .cta_inner, .cta_container-seventyfiveTwentyfive .cta_inner {
    max-width: 45em;
  }
  .cta-innovation .cta {
    padding: 4.5em 1.5em;
  }

  /*-------------------------*\
    #Buttons
  \*-------------------------*/
  .btns_list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btns_item {
    padding: 0 1em;
    width: 50%;
  }

  /*-------------------------*\
    #Cards
  \*-------------------------*/
  .cards_inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card_col {
    padding: 0 1em;
    width: 50%;
  }
}
@media only screen and (min-width: 750px) {
  /*-------------------------*\
    #Filters
  \*-------------------------*/
  .filter {
    padding: 1em;
    max-width: 52em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter_container {
    display: block !important;
  }
  .filter_select {
    border: none;
    cursor: pointer;
    margin-right: 1em;
    margin-bottom: 0;
  }
  .filter_submit {
    border-radius: 2em !important;
  }
  .filter_select, .filter_submit {
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    max-width: 16em;
  }
  .filter_btn {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  /*-------------------------*\
    #btn
  \*-------------------------*/
  .btn-simple {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 900px) {
  .cta {
    padding: 7.5em 1.5em;
  }
  .cta_container-seventyfiveTwentyfive .cta:first-of-type {
    width: 65%;
  }
  .cta_container-seventyfiveTwentyfive .cta:first-of-type_inner {
    max-width: 58.5em;
  }
  .cta_container-seventyfiveTwentyfive .cta:last-child {
    width: 35%;
  }
  .cta_container-seventyfiveTwentyfive .cta:last-child_inner {
    max-width: 3150em;
  }

  /*-------------------------*\
    #Cards
  \*-------------------------*/
  .card_col {
    width: 33.3333333333%;
  }
}
/********

Siren Framework v4.0

File Name: Responsive for Content

File Purpose: Media query calls go here for content objects

File Notes: 


*********/
@media only screen and (min-width: 535px) {
  /*-------------------------*\
    #Link Lists Table
  \*-------------------------*/
  .llt_inner {
    font-size: 0.563em;
  }
  .llt_link {
    font-size: 1.7em;
  }
  .llt_col {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 600px) {
  /*-------------------------*\
    #quote
  \*-------------------------*/
  .quote {
    border-radius: 0.5em;
  }
}
@media only screen and (min-width: 650px) {
  /*-------------------------*\
    #Content
  \*-------------------------*/
  .content_colcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content_col-lrg {
    width: 60%;
  }
  .content_col-sm {
    padding-left: 2em;
    width: 40%;
  }

  /*-------------------------*\
    #Columns
  \*-------------------------*/
  .column {
    margin: 0 1em 1.5em;
    max-width: 16em;
  }
  .columns {
    margin: 3em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /*-------------------------*\
    #Hero
  \*-------------------------*/
  .hero_inner {
    padding: 9em 1.5em;
  }
  .hero_title {
    font-size: 3em;
    margin-bottom: 0.25em;
  }
  .hero_blurb {
    font-size: 1.3em;
  }

  /*-------------------------*\
    #Emphasized-Content
  \*-------------------------*/
  .emphasizedcontent_inner {
    padding: 1.5em 3em;
  }

  /*-------------------------*\
    #quote
  \*-------------------------*/
  .quote {
    padding: 1.5em 2em 2em 4em;
  }

  /*-------------------------*\
    #Video
  \*-------------------------*/
  .video_inner {
    padding: 1.5em 3em;
  }
}
@media only screen and (min-width: 800px) {
  /*-------------------------*\
    #Containers
  \*-------------------------*/
  .content, .emphasizedcontent, .peoplecard_container, .list_container, .linklist_container, .data_container, .quote, .video_container, .pdf_container, .person_container, .slider, .thirdParty, .form_container, .error, .form_box {
    margin: 4.5em auto;
  }

  /*-------------------------*\
    #Hero
  \*-------------------------*/
  .hero_inner {
    background: linear-gradient(70deg, #e1eaf7, #e1eaf7 50%, transparent 0);
  }

  /*-------------------------*\
    #Columns
  \*-------------------------*/
  .columns {
    margin: 6em auto;
  }

  /*-------------------------*\
    #data
  \*-------------------------*/
  .data_main {
    padding: 1.5em 4.5em;
  }
}
@media only screen and (min-width: 900px) {
  /*-------------------------*\
    #ICP
  \*-------------------------*/
  .page-landing .icp_inner, .icp-full .icp_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
  .page-landing .icp_content, .icp-full .icp_content {
    width: 55%;
  }
  .page-landing .icp_imgcon, .icp-full .icp_imgcon {
    padding-right: 1.5em;
    width: 45%;
  }
  .page-landing .icp_title, .icp-full .icp_title {
    margin-top: 0;
  }
  .page-landing .icp-right_inner, .icp-full .icp-right_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-landing .icp-right_imgcon, .icp-full .icp-right_imgcon {
    padding-right: 0;
    padding-left: 1.5em;
  }
}
@media only screen and (min-width: 1000px) {
  /*-------------------------*\
    #List
  \*-------------------------*/
  .page-landing .linklist_listing {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /*-------------------------*\
    #Hero
  \*-------------------------*/
  .hero_inner {
    background: linear-gradient(70deg, #e1eaf7, #e1eaf7 50%, transparent 0);
  }
}
@media only screen and (min-width: 1100px) {
  /*-------------------------*\
    #ICP
  \*-------------------------*/
  .page-standard .icp_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
  .page-standard .icp_content {
    width: 60%;
  }
  .page-standard .icp_imgcon {
    padding-right: 1.5em;
    width: 40%;
  }
  .page-standard .icp_title {
    margin-top: 0;
  }
  .page-standard .icp-right_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-standard .icp-right_imgcon {
    padding-right: 0;
    padding-left: 1.5em;
  }

  /*-------------------------*\
    #Link Lists Table
  \*-------------------------*/
  .llt_inner {
    font-size: 0.75em;
  }
  .llt_link {
    font-size: 1.3em;
  }
  .llt_cell {
    margin: 0 1em 3em;
  }
}
@media only screen and (min-width: 1330px) {
  /*-------------------------*\
    #List
  \*-------------------------*/
  .page-standard .linklist_listing {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /*-------------------------*\
    #Link Lists Table
  \*-------------------------*/
  .llt_cell {
    margin: 0 1.5em 3em;
  }
}
/********

Urban Library Council

File Name: Responsive for the Sliders

File Purpose: Media query calls go here for the sliders

File Notes: 

*********/
@media only screen and (min-width: 650px) {
  /*-------------------------*\
    #Controls
  \*-------------------------*/
  .flickity-button {
    width: 4em;
    height: 4em;
  }

  /*-------------------------*\
    #Slidehow
  \*-------------------------*/
  .slideshow {
    padding: 3em 0;
  }
  .slideshow_item {
    padding: 0 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .slideshow_description {
    padding-right: 1.5em;
  }
  .slideshow_image {
    margin: 1.5em 0 0 auto;
    max-width: 55%;
  }
  .slideshow .flickity-page-dots {
    top: 3.5em;
    right: 2.6em;
  }
  .slideshow .flickity-button.next {
    right: 5.5em;
    bottom: 35%;
    top: auto;
  }

  /*-------------------------*\
    #Slider
  \*-------------------------*/
  .slider .flickity-button.previous {
    left: 3em;
  }
  .slider .flickity-button.next {
    right: 3em;
  }
}
@media only screen and (min-width: 800px) {
  /*-------------------------*\
    #Slidehow
  \*-------------------------*/
  .slideshow {
    padding: 4.5em 0;
  }
  .slideshow .flickity-page-dots {
    top: 5em;
  }

  /*-------------------------*\
    #Slider
  \*-------------------------*/
  .slider .flickity-button.previous {
    top: 1em;
    left: 3.75em;
  }
  .slider .flickity-button.next {
    top: 70%;
    right: 3.5em;
  }

  .slide_content {
    padding: 1.5em;
  }
}
@media only screen and (min-width: 900px) {
  /*-------------------------*\
    #Slidehow
  \*-------------------------*/
  .slideshow_image {
    margin-top: 3em;
  }
  .slideshow .flickity-page-dots {
    top: 6.5em;
  }
}
@media only screen and (min-width: 1000px) {
  /*-------------------------*\
    #People
  \*-------------------------*/
  .page-landing .person {
    padding-left: 0;
  }
  .page-landing .person_container {
    max-width: 50em;
    padding: 0;
  }
  .page-landing .person_imgcon {
    width: 280px;
    margin-bottom: 0;
  }
  .page-landing .person_details {
    max-width: 22em;
    padding-left: 1.5em;
    padding-right: 1em;
  }

  /*-------------------------*\
    #Slider
  \*-------------------------*/
  .page-landing .slider .flickity-button.previous {
    top: 14em;
  }
  .page-landing .slider .flickity-button.next {
    top: 14em;
  }
  .page-landing .slide_content {
    margin: 0 auto;
    padding: 1.5em 3em;
    max-width: 34em;
    top: -4.5em;
  }
}
@media only screen and (min-width: 1050px) {
  /*-------------------------*\
    #People
  \*-------------------------*/
  .page-landing .person_imgcon {
    width: 300px;
  }
}
@media only screen and (min-width: 1100px) {
  /*-------------------------*\
    #People
  \*-------------------------*/
  .page-landing .person_details {
    max-width: 26em;
    padding-left: 2em;
  }
}
@media only screen and (min-width: 1400px) {
  /*-------------------------*\
    #Slidehow
  \*-------------------------*/
  .slideshow_image {
    margin-top: 3em;
  }
  .slideshow .flickity-button.next {
    right: 6.5em;
    bottom: 40%;
  }
}
/********

Urban Library Council

File Name: Responsive for the Homepage

File Purpose: Media query calls go here for the Homepage

File Notes: 

*********/
@media only screen and (min-width: 600px) {
  /*-------------------------*\
    #whatwedo
  \*-------------------------*/
  .whatwedo_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .whatwedo_header {
    background: #6D5E87;
    position: relative;
    width: 50%;
    padding: 0;
  }
  .whatwedo_title {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
  }
  .whatwedo_inner {
    width: 50%;
    padding: 3em 1.5em;
  }
}
@media only screen and (min-width: 650px) {
  /*-------------------------*\
    #companyoverview
  \*-------------------------*/
  .companyoverview {
    margin: 2em auto 5em;
  }

  /*-------------------------*\
    #News
  \*-------------------------*/
  .news {
    margin: 3em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news .events {
    width: 60%;
  }
  .news .twitterfeed {
    width: 40%;
    padding-left: 0;
  }
  .news_btn-view {
    text-align: center;
  }

  /*-------------------------*\
    #Twitter
  \*-------------------------*/
  .twitterfeed_wrapper {
    max-height: 60em;
  }
}
@media only screen and (min-width: 800px) {
  /*-------------------------*\
    #companyoverview
  \*-------------------------*/
  .companyoverview {
    margin: 4em auto 8em;
  }

  /*-------------------------*\
    #whatwedo
  \*-------------------------*/
  .whatwedo_container {
    overflow: hidden;
  }
  .whatwedo_title {
    /* 
    left: auto;
    right: 25%;
    */
  }
  .whatwedo_inner {
    position: relative;
  }
  .whatwedo_inner:after {
    content: " ";
    border-top: 50em solid transparent;
    border-right: 5em solid #f7f7f7;
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    z-index: 100;
  }

  /*-------------------------*\
    #News
  \*-------------------------*/
  .news {
    margin: 6em auto;
  }
}
@media only screen and (min-width: 1100px) {
  /*-------------------------*\
    #whatwedo
  \*-------------------------*/
  .whatwedo_header {
    width: 60%;
  }
  .whatwedo_title {
    /* right: 40%; */
  }
  .whatwedo_inner {
    padding-left: 0;
    width: 40%;
  }
  .whatwedo_inner:after {
    content: " ";
    border-top: 70em solid transparent;
    border-right: 12em solid #f7f7f7;
  }
}
/********

Urban Library Council

File Name: Responsive for the Sidebars

File Purpose: Media query calls go here for the sidebars

File Notes: 

*********/
@media only screen and (min-width: 750px) {
  /*-------------------------*\
    #Sectionnav
  \*-------------------------*/
  .sectionnav {
    padding: 0;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.5em;
  }
  .sectionnav_title {
    border-radius: 0.5em 0.5em 0 0;
    height: 2.5em;
    position: relative;
    cursor: default !important;
  }
  .sectionnav_title span {
    width: 68%;
    height: 1.3em;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0.75em;
  }
  .sectionnav_title img {
    display: none;
  }
  .sectionnav_list {
    display: block !important;
  }
  .sectionnav_item:last-child {
    border: none;
  }
}
@media only screen and (min-width: 900px) {
  /*-------------------------*\
    #Contact
  \*-------------------------*/
  .contact_container {
    max-width: 100%;
  }
  .contact_icon {
    text-align: center;
    padding: 0.8em 0;
    width: 3.75em;
  }
  .contact_inner {
    display: block;
  }
  .contact_intro, .contact_info {
    width: 100%;
  }
  .contact_intro {
    text-align: center;
    padding: 3em 1em;
    overflow: hidden;
  }
  .contact_blurb {
    margin: 0 auto;
    max-width: 16em;
  }
  .contact_info {
    background: #E1EAF7;
  }
  .contact_info p:last-child {
    margin-bottom: 0;
  }
}
/********

Siren Framework v4.0

File Name: Responsive for Accordion Section

File Purpose: Media query calls go here for content objects

File Notes: 


*********/
@media only screen and (max-width: 535px) {
  .accordion-new-main .accordion-wrap .accordion-listing > li .toggle-heading {
    font-size: 17px;
    padding: 20px 50px 20px 70px;
  }
}
/*-------------------------*\
  #Misc
\*-------------------------*/
/********

Siren Framework v3.3

File Name: Print Styles

File Purpose: Styling corrections for printers

File Notes: 
  - The current standards are from Paul Irish's Boilerplate

*********/
@media print {
  .title img {
    display: none;
  }
  .title:before {
    content: "Urban Libraries Council";
  }

  * {
    text-align: left !important;
    max-width: 100% !important;
    width: auto !important;
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
    position: static !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .hero_inner {
    padding: 3em 1em !important;
  }

  .peoplecard_container, .linklist_listing {
    display: block;
  }

  .footer_contact, .footer_content {
    margin: 1em 0 !important;
    max-width: 100% !important;
    display: block !important;
  }

  nav, .tabhint, form, .thirdparty, .footer_social, .footer_search, .page_nav, .sectionnav, .cta, .cta-simple, .pdf_linkcon {
    display: none !important;
  }

  .share_container {
    display: none !important;
  }
}
.accordion-new-main {
  line-height: inherit;
  /*border: 5px solid red;*/
  /*.accordion-listing > li .h6 {

  }*/
  /*.accordion-listing {
    list-style: none;

    li {
      &:before {
        content: '';
        margin: 0px;
        padding: 0px;
      }
    }
  }*/
}
.accordion-new-main .toggle-content {
  padding: 20px !important;
  background: #fff;
  display: none;
}
.accordion-new-main .accordion-wrap .accordion-listing > li + li {
  margin-top: 0px;
  padding: 0px;
}
.accordion-new-main .accordion-new-main .toggle-content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.accordion-new-main .accordion-wrap .accordion-listing {
  list-style: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}
.accordion-new-main .accordion-wrap .accordion-listing li:before {
  content: "";
  margin: 0px;
  padding: 0px;
}
.accordion-new-main .accordion-wrap .accordion-listing > li {
  background: none;
  padding: 0;
  border-bottom: 1px solid #DEDEDE;
}
.accordion-new-main .accordion-wrap .accordion-listing > li .toggle-heading {
  font-size: 18px;
  color: #6D5E87;
  padding: 20px 20px;
  position: relative;
  padding-left: 80px;
  background: #F7F7F7;
  font-weight: bold;
  cursor: pointer;
}
.accordion-new-main .accordion-wrap .accordion-listing > li .toggle-heading span {
  background: #fff;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 20px;
  top: 15px;
  text-align: center;
  line-height: 41px;
}
.accordion-new-main .accordion-wrap .accordion-listing > li .toggle-heading:after {
  font-family: "Font Awesome 5 free";
  font-size: 24px;
  font-weight: 900;
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
}
.accordion-new-main .accordion-wrap .accordion-listing > li .toggle-heading.open {
  background: #A8B0CB;
  color: #fff;
}
.accordion-new-main .accordion-wrap .accordion-listing > li .toggle-heading.open span {
  color: #6D5E87;
}
.accordion-new-main .accordion-wrap .accordion-listing > li .toggle-heading.open:after {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "";
}
.accordion-new-main p {
  max-width: inherit;
}
.accordion-new-main article {
  padding-left: 0px;
}
.accordion-new-main .top-ac-box {
  background: #6D5E87;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.accordion-new-main .top-ac-box h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0px;
}
.accordion-new-main .top-ac-box p {
  margin-top: 5px;
  font-size: 16px;
}
.accordion-new-main .accordion-wrap {
  margin-top: 0px;
}

.paragraph p {
  font-size: 14px;
  color: #4F4F4F;
  margin: 0;
  line-height: 24px;
}

.strategies {
  padding: 30px 0;
}
.strategies .heading {
  font-size: 18px;
  font-weight: 700;
  color: #4F4F4F;
}
.strategies .strategy {
  position: relative;
  display: block;
  padding: 20px;
  text-transform: unset;
  margin-top: 15px;
  background: #F2F7FF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.strategies .strategy span {
  color: #6D5E87;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.strategies .strategy p {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.strategies .covid-recovery {
  background-color: #F4793D;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  padding: 5px 20px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.key-terms .heading {
  font-size: 18px;
  font-weight: 700;
  color: #4F4F4F;
  margin-bottom: 12px;
}
.key-terms label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #4F4F4F;
}
.key-terms p {
  font-size: 14px;
  border-bottom: 1px solid #DEE1EB;
  padding: 10px 0 15px;
  margin: 0;
}

.dive-deeper {
  padding: 30px 0;
}
.dive-deeper .heading {
  font-size: 18px;
  font-weight: 700;
  color: #4F4F4F;
  padding-bottom: 15px;
}
.dive-deeper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DEE1EB;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.dive-deeper .box span {
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 2px;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  color: #fff;
  background: #6D5E87;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0px 7px;
}
.dive-deeper .box span.colorc {
  background: #F4793D;
}
.dive-deeper .box label {
  margin-left: 15px;
  text-transform: unset;
  font-weight: normal;
}
.dive-deeper .box label h3 {
  margin-bottom: 0px;
  font-size: 18px;
}
.dive-deeper .box label strong {
  font-weight: 700;
}
.dive-deeper .box label p {
  color: #4F4F4F;
  margin-bottom: 0px;
}
.dive-deeper .box a {
  text-transform: unset;
  display: block;
  color: #6D5E87;
  line-height: normal;
}
.dive-deeper .box:last-child {
  border: none;
}

.message-box {
  /*display: flex;
  justify-content: space-between;*/
}
.message-box:after {
  content: "";
  clear: both;
  display: block;
}
.message-box figure {
  margin: 0;
  position: relative;
  display: inline-block;
}
.message-box figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #C1D6EF;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 1;
}
.message-box figure img {
  display: block;
  z-index: 2;
  position: relative;
}
.message-box .contents {
  width: calc(100% - 125px);
  float: right;
}
.message-box .contents p {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #4f4f4f;
}
.message-box .contents span {
  display: block;
  font-size: 12px;
  color: #4F4F4F;
  font-weight: 700;
}
.message-box .contents strong {
  display: block;
  color: #6D5E87;
  font-size: 12px;
  font-weight: 700;
  padding-top: 10px;
}
.message-box .contents .source-post {
  font-size: 12px;
  color: #6D5E87;
  letter-spacing: 2px;
}
.message-box .contents .source-post a {
  position: relative;
}
.message-box .contents .source-post a strong {
  display: inline-block;
}
.message-box .contents .source-post a span {
  font-size: 12px;
  color: #6D5E87;
  /*letter-spacing: 3px;*/
  display: inherit;
  font-weight: normal;
}
.message-box .contents .source-post a:after {
  content: "";
  font-family: "Font Awesome 5 free";
  font-size: 12px;
  font-weight: 900;
  color: #6D5E87;
  position: absolute;
  top: 0;
  right: -20px;
}

.endnotes h4 {
  color: #000;
  margin-top: 20px;
}
.endnotes ul {
  margin: 0;
  padding: 0;
}
.endnotes ul li {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 30px;
  list-style: none;
  font-size: 13px;
  color: #4F4F4F;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}