/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
.intro .inner {
  text-align: left;
}

.flex2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  flex-basis: 100%;
}

.flex2 .col1 {
  flex-basis: 5%;
  margin-left: 0;
  margin-right: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.flex2 .col2 {
  flex-basis: 80%;
  margin-left: 10px;
  width: 100% !important;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
}

@media (max-width: 900px) {
  .flex2 {
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }
  .flex2 .col1 {
    width: 75%;
  }
  .flex2 .col2 {
    width: 75%;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

@media (max-width: 500px) {
  .flex2 {
    flex-direction: column;
    margin: 0 auto;
    width: 75%;
  }
  .col2 {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.w1020 {
  max-width: 102rem;
}

.centered-container {
  margin: 0 auto;
  text-align: center;
}

.ta-ctr {
  text-align: center;
}

.ta-l {
  text-align: left !important;
}

.w75p {
  width: 75%;
}

.sb-ctr {
  margin-right: auto;
  margin-left: auto;
}

.w100 {
  width: 100%;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb30 {
  margin-bottom: 3.0rem;
}

.mb24 {
  margin-bottom: 2.4rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb05 {
  margin-bottom: .5rem;
}

.mtb10 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.w30h15 {
  width: 30.0rem;
  height: 15.0rem;
}

.w30 {
  width: 30.0rem;
}

.w4h4 {
  width: 5.0rem;
  height: 5.0rem;
}

.h80 {
  height: 80px;
}

.h50 {
  height: 50px;
}

.w3h5 {
  width: 3rem;
  height: 5rem;
  margin-left: 1rem;
}

@font-face {
  font-family: 'toolbar_icons';
  src: url("/images/content/audio-eye/toolbar_icons.ttf") format("truetype"), url("/images/content/audio-eye/toolbar_icons.woff") format("woff"), url("/images/content/audio-eye/toolbar_icons.svg#toolbar_icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ae-icon-toolbar-"], [class*=" ae-icon-toolbar-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'toolbar_icons' !important;
  font-size: 50px;
  color: #595a5a;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ae-icon-toolbar-lite-reader:before {
  content: "\e900";
}

.ae-icon-toolbar-help:before {
  content: "\e902";
}

.ae-icon-toolbar-certification-1:before {
  content: "\e903";
}

.ae-icon-toolbar-player:before {
  content: "\e904";
}

.ae-icon-toolbar-reader:before {
  content: "\e905";
}

.ae-icon-toolbar-rotor:before {
  content: "\e906";
}

.ae-icon-toolbar-user-settings:before {
  content: "\e907";
}

.ae-icon-toolbar-site-menu:before {
  content: "\e908";
}

.ae-icon-toolbar-voice:before {
  content: "\e909";
}

.ae-icon-toolbar-helpdesk:before {
  content: "\e90a";
}
