body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 300;
}
.bold-head
{
	font-weight:bold !important;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 3.157rem;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 2.369rem;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.777rem;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.333rem;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.3rem;
}

a {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #333;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

img:hover {
  opacity: 1;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.container {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50%;
  z-index: 1;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.container.hero.submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.container.hero.text-white {
  color: #fff;
  /* text-shadow: 1px 1px 6px rgba(0, 0, 0, .5); */
}

.container.nav-top {
	margin-bottom:30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.hero-news {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 1;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container.testimonial-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  max-height: 100%;
  min-height: 400px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.training-section {
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container.absolute-top {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6px;
  z-index: 3;
  height: 300px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.container.testimonial-header-content {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-transform: skew(0deg, 3deg) translate(0px, -50%);
  -ms-transform: skew(0deg, 3deg) translate(0px, -50%);
  transform: skew(0deg, 3deg) translate(0px, -50%);
  color: #fff;
}

.container.technology-header-content {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-transform: skew(0deg, 3deg) translate(0px, -50%);
  -ms-transform: skew(0deg, 3deg) translate(0px, -50%);
  transform: skew(0deg, 3deg) translate(0px, -50%);
  color: #fff;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}

.brand {
  width: 65px;
  margin-top: -0.9rem;
  margin-right: 30px;
  background-color: #fff;
  -webkit-transform: translate(0px, 30%);
  -ms-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
}

.login-btn {
  display: inline-block;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 0.5rem 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #127c41;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.login-btn:hover {
  background-color: #00bd54;
  color: #333;
}

.login-btn:active {
  background-color: #004b21;
  color: #000;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav-link {
  height: 60px;
  padding: 16px 1rem;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: color 400ms ease, border 400ms ease;
  transition: color 400ms ease, border 400ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom: 3px solid #333;
  color: red;
}

.nav-link:active {
  border-bottom-color: #333;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.nav-link.w--current {
  color: red;
}

.nav-link.dropdown-btn {
  display: block;
  height: 100%;
  min-height: 60px;
}

.full-vh {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: auto;
  min-height: 100vh;
  padding-top: 60px;
 /*  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; */
}
.section ul
{
	font-size:14px;
}
.fa {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 18px;
}

.fa.phone {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 1em;
}

.fa.icon {
  height: 117px;
  font-size: 6.4rem;
  line-height: 1em;
  text-align: center;
}

.fa.icon.arrow-left {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-75%, 0px) translate(0px, -75%);
  -ms-transform: translate(-75%, 0px) translate(0px, -75%);
  transform: translate(-75%, 0px) translate(0px, -75%);
  font-size: 5.5rem;
}

.fa.icon.arrow-right {
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(75%, 0px) translate(0px, 75%);
  -ms-transform: translate(75%, 0px) translate(0px, 75%);
  transform: translate(75%, 0px) translate(0px, 75%);
  font-size: 5.5rem;
}

.fa.marker {
  display: block;
  font-size: 2rem;
  line-height: 1.3em;
}

.fa.expand {
  font-size: 3rem;
}

.navbar {
  background-color: transparent;
  font-size: 10px;
}

.hidden {
  display: none;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 700px;
}

.background-video.small {
  height: 700px;
}

.h1 {
  font-family: Roboto, sans-serif;
  font-size: 55px;
  line-height: 1.2em;
  font-weight: 300;
}

.h1.seminar-h1 {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  width:73%;
  margin:0 auto;
}

.h1.easyfee-headline {
  margin-bottom: 0px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
 /*  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5); */
}

.h1.no-margin-top {
  margin-top: 0px;
}

.h1.text-center {
  text-align: center;
}

.h1.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h2 {
  font-family: Roboto, sans-serif;
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 300;
}

.h2.text-center {
  text-align: center;
}

.h2.text-center.no-margin-top {
  margin-top: 0px;
}

.h2.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h2.main-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.h2.home-seminar-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}

.h2.home-news-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.h2.home-contact-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.h2.about-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.h2.seminar-past-message {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.h2.fi-h2 {
  margin-bottom: 20px;
  text-align: center;
}

.h2.fi-h2.no-margin-top {
  margin-top: 0px;
}

.h2.dms-h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.h2.no-margin-top {
  margin-top: 0px;
}

.h3 {
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 1.3em;
}

.h3.text-center {
  text-align: center;
}

.h3.text-center.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h3.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h3.no-margin-top {
  margin-top: 0px;
}

.h3.slide-title {
  font-size: 26px;
  font-weight: 700;
}

.h3.solutions-h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.h3.solutions-h3.no-margin-top {
  margin-top: 0px;
}

.h3.slider-header {
  text-align: center;
}

.h4 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
}

.h4.text-center {
  text-align: center;
}

.h4.text-center.text-white {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}

.h4.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h4.date {
  width: 20%;
  margin-top: auto;
  margin-bottom: 0px;
  font-size: 1.1rem;
  text-align: right;
}

.h4.home-featured-h4 {
  display: block;
 /*   max-width: 1000px; */
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.h4.testimonial-text {
  display: block;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.h4.mobile-text-center.last {
  margin-bottom: 0px;
}

.h4.about-featured-h4 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.h4.about-featured-h4.last {
  margin-bottom: 0px;
}

.h4.inline {
  display: inline;
}

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

.flex-horizontal.vertical-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-horizontal.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.flex-horizontal.slide {
  height: 100%;
}

.flex-column-full {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flex-column-full._40width {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.flex-column-full.feature {
  padding-top: 10px;
  border-radius: 5px;
  -webkit-transition: background-color 400ms ease, color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, box-shadow 400ms ease;
}

.flex-column-full.feature:hover {
  background-color: rgba(0, 0, 0, .1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
  color: red;
}

.flex-column-full.news-link {
  color: #333;
}

.flex-column-full.news-link:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: red;
}

.flex-column-full.news-link:active {
  color: #a00;
}

.flex-column-full.content {
  padding-left: 80px;
}

.flex-column-full.image-content {
  padding-top: 40px;
  padding-right: 80px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: padding 600ms ease;
  transition: padding 600ms ease;
}

.flex-column-full.image-content:hover {
  padding-top: 20px;
}

.flex-column-full.dms-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column-full.large-padding {
  padding-left: 60px;
}

.seminar-text-wrapper {
  margin-top: 25px;
}

.dyn-flex-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.2rem;
}

.dyn-flex-hor.news-article {
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.seminar-collection-item {
  display: inline-block;
  width: 25%;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-weight: 700;
}
.seminar-collection-item-webnair{
  display: inline-block;
  width: 50%;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-weight: 700;
  margin-top:3%;
}

.line-br {
  display: block;
  width: 100px;
  height: 4px;
  margin: 15px auto;
  border-radius: 6px;
  background-color: #333;
}

.line-br.white {
  background-color: #fff;
}

.line-br.inline-block {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.line-br.full {
  width: 100%;
  background-color: red;
}

.line-br._50-red {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: red;
}

.flex-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.custom-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  font-size: 1rem;
  line-height: 1.3rem;
}

.list-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
 
 
}

.list-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
}

.section {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #f7f7f7);
  background-image: linear-gradient(180deg, #fff, #f7f7f7);
  
}

.section.home-news {
  display: none;
  min-height: auto;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.section.contact {
  min-height: 810px;
}

.product-info-link {
  display: block;
  cursor: pointer;
}

.product-info-link.hidden {
  display: none;
}

.small-avrs-logo {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
}

.p {
  display: block;
  max-width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
}

.p.text-center {
  text-align: center;
}

.p.no-margins {
  margin-bottom: 0px;
}

.p.contact-para {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.p.red-text {
  color: red;
}

.icon-box {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.phone-link {
  display: block;
  width: 210px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  font-size: 18px;
  font-weight: 400;
}

.phone-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.phone-link:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.phone-link.no-margin-top {
  margin-top: 0px;
}

.mail-link {
  display: block;
  width: 210px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.mail-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.mail-link:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.map {
  width: 450px;
  height: 300px;
  min-width: 200px;
  margin-top: 20px;
  
}

.f-field {
  display: block;
  width: 90%;
  height: 35px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-bottom: 1px solid #333;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-size: 0.8em;
  line-height: 1em;
  cursor: text;
}

.f-field:hover {
  box-shadow: inset 1px 0 0 0 #333;
}

.f-field:focus {
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .5);
}

.f-field.float-right {
  margin-right: 0px;
  margin-left: auto;
}

.f-field.float-left {
  margin-right: auto;
  margin-left: 0px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form.vertical-mobile {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form.vertical-mobile div[role="contentinfo"]
{
	clear:both;
	width:100%;
}
.custom-column-50 {
  display: block;
  height: 55px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.submit-btn {
  display: block;
  width: 300px;
  margin-top: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #127c41;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-btn:hover {
  background-color: #00bd54;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
  color: #333;
}

.submit-btn:active {
  background-color: #004b21;
  color: #333;
}

.f-textarea {
  display: block;
  width: 90%;
  min-height: 100px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #333;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  cursor: text;
}

.f-textarea:hover {
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .5);
}

.f-textarea:focus {
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .5);
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 60px;
  background-image: url('../images/metal-texture.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.footer-white-bottom {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #fff;
}

.collection-wrapper {
  margin-top: 20px;
}

.collection-wrapper.seminars {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-banner {
  position: relative;
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding-right: 0px;
}

.img-banner.sem {
  min-height: 400px;
  padding-top: 0rem;
}

.img-banner.home-page {
  overflow: hidden;
  min-height: 700px;
  padding-top: 0rem;
}

.img-banner.news-page {
  min-height: 300px;
  padding-top: 0rem;
}

.img-banner.about {
  min-height: 500px;
  margin-top: 0px;
  padding-top: 0rem;
}

.img-banner.solutions {
  min-height: 300px;
}

.img-banner.dms-header {
  min-height: 500px;
}

.img-banner.fi-header {
  min-height: 700px;
}

.img-banner.contact-page {
  min-height: 300px;
}

.fixed-bg-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  display: block;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/background-idea.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/background-idea.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hidden-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  cursor: pointer;
}

.hidden-link:hover {
  color: rgba(237, 28, 36, .7);
}

.hidden-link:active {
  color: #a00;
}

.copyright-text {
  font-size: 0.7rem;
  line-height: 1rem;
}

.back-to-top-btn {
  position: fixed;
  right: 5%;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: hsla(0, 0%, 100%, .5);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.back-to-top-btn:hover {
  background-color: #fff;
}

.back-to-top-btn:active {
  background-color: #ffe9e9;
}

.top-btn {
  padding: 10px 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.top-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.top-btn:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.dropdown {
  top: 0px;
  margin: 0px;
  padding: 0px;
}

.drop-link {
  display: block;
  width: 100%;
  padding: 1em 2em;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.drop-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.drop-link:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.drop-link.w--current {
  color: red;
}

.drop-list.w--open {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.dyn-drop {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f7f7f7;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

.inline-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.inline-link:hover {
  color: red;
}

.inline-link:active {
  color: #a00;
}

.strong {
  font-weight: 700;
}

.information-box {
  min-width: 50px;
  padding: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.information-box.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 9%;
  -ms-flex-preferred-size: 9%;
  flex-basis: 9%;
}

.information-box.type {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 19%;
  -ms-flex-preferred-size: 19%;
  flex-basis: 19%;
}

.information-box.city {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.information-box.date {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.information-box.time {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 8%;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
}

.seminar-btn {
  padding: 8px;
  border: 3px solid #333;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #333;
  font-weight: 600;
}

.seminar-btn:hover {
  border-color: red;
  background-color: transparent;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.seminar-btn:active {
  border-color: #a00;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.img-center {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.img-center.round-img {
  border-radius: 50em;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

.seminar-form {
  display: block;
  max-width: 720px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
}

.black-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  opacity: 0.6;
  color: #fff;
  font-size: 3rem;
  line-height: 1em;
}

.line-break-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 117px;
}

.btn {
  display: block;
  width: 150px;
  height: 44px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #333;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.btn:hover {
  border-color: red;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.btn:active {
  border-color: #a00;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.btn.easy {
  display: block;
  width: 150px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
}

.btn.easy:hover {
  border-color: #00bd54;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #00bd54;
}

.btn.easy:active {
  border-color: #004b21;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #004b21;
}

.btn.black {
  border-color: #333;
  color: #333;
}

.btn.black:hover {
  border-color: red;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: red;
}

.btn.black:active {
  border-color: #a00;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.btn._404-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #333;
  color: #333;
}

.btn._404-btn:hover {
  border-color: red;
  color: red;
}

.btn._404-btn:active {
  border-color: #a00;
  color: #a00;
}

.news-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 1rem;
  line-height: 2em;
}

.news-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: red;
}

.news-link:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.error-message {
  border-radius: 5px;
  background-color: red;
  font-weight: 700;
  text-align: center;
}

.success-message {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
  color: #333;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
}

.icon {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 5px;
}

.form {
  display: inline-block;
  width: 60%;
  padding: 10px 10px 20px;
  font-size: 16px;
}

.rich-text-news {
  margin-top: 20px;
  font-size: 1rem;
}

.rich-text-news h5 {
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

.rich-text-news a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.rich-text-news a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.rich-text-news a:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.rich-text-news h2 {
  font-size: 42px;
  line-height: 1.3em;
}

.rich-text-news h3 {
  font-size: 26px;
  line-height: 1.2em;
}

.rich-text-news p {
  font-size: 18px;
  line-height: 1.3em;
}

.rich-text-news h4 {
  font-size: 18px;
  font-weight: 300;
}

.rich-text-news h1 {
  font-size: 55px;
  line-height: 1.3em;
}

.img-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.img-section.test-slide {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-section.empty {
  display: none;
}

.img-section.dms-img-section {
  min-height: 650px;
}

.slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.row-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-column-text-box {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.date {
  font-size: 18px;
  font-weight: 300;
}

.sem-city {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

.sem-type {
  font-size: 16px;
  font-weight: 300;
}

.seminar-link {
  display: block;
  text-align: center;
}

.dyn-flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.2rem;
}

.flex-justified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.news-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 55px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.seminar-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .25);
}

.news-wrapper {
  margin-top: 10px;
}

.about-drop {
  background-color: #333;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

.about-drop.w--open {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f7f7f7;
}

.quote-box {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.news-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/iStock_000021628853_Large_stylized_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/iStock_000021628853_Large_stylized_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.insights-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image:  url('../images/AVRSBanner.jpg');
  background-image: url('../images/AVRSBanner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.insights a{
	    color: red;
    text-decoration: underline;
}
.club-bg {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 518px;
  background-image: url('../images/hero-top-club.png');
  background-position: 50% 50%;
  /* background-size: cover; */
  background-color:black;
  background-repeat: no-repeat;
  /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5); */
}
.smaller-text {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
.feature-image,.normal-image
{
	padding-bottom:5%;
}
.feature-image h1,.normal-image h1
{
	margin:5% 0%;
	text-align:center;
}
.normal-image h4
{
	margin-top:0px !important;
}
.normal-image,.onepercentclub
{
	border-top:1px solid #999;
}
.normal-image .row-element
{
	margin:5% 0%;
}
.author-img
{
	padding-bottom:2%;
	text-align:center;
}

.title-row {
  margin-bottom: 15px;
  border-bottom: 4px solid red;
}

.news-page-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.news-page-link:hover {
  color: red;
}

.news-page-link:active {
  color: #a00;
}

.fixed-bg-news {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-116675.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-116675.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.dyn-flex-seminar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2rem;
}

.home-page-seminar-btn {
  display: block;
  width: 150px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3px solid #333;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.home-page-seminar-btn:hover {
  border-color: red;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.home-page-seminar-btn:active {
  border-color: #a00;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.fixed-mobile-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/iStock_000021628853_Large_stylized.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top-diag-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100px;
}

.bot-diag {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100px;
}

.home-easyfee-logo {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.demo-info-box {
  display: inline-block;
  width: 39%;
}

.demo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-slider {
  display: block;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
}

.feature-image {
  display: block;
  max-height: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-image.control-panel {
  width: 100%;
}

.preview-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 80px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-size: 1.5rem;
  line-height: 1.3em;
  text-align: left;
}

.preview-next {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 80px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-size: 1.5rem;
  line-height: 1.3em;
  text-align: right;
}

.left-arrow {
  width: 15%;
  color: #333;
}

.preview-block {
  display: block;
  padding: 10px;
  background-color: #8a9298;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}

.footer-logo {
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.location-box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.location-box:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.location-box.last {
  margin-bottom: 0px;
}

.footer-para {
  display: block;
  width: 600px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3rem;
  font-weight: 400;
}

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

.testimonial-name {
  margin-top: 30px;
  color: #333;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.contact-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.contact-wrapper {
  position: relative;
  display: block;
  width: 800px;
  max-height: 95%;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
}

.form-contact {
  display: inline-block;
  width: 100%;
  padding: 10px 10px 20px;
  font-size: 16px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .25);
  border-radius: 50px;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  text-align: center;
  cursor: pointer;
}

.close-btn:hover {
  background-color: rgba(51, 51, 51, .15);
  color: red;
}

.close-btn:active {
  color: #a00;
}

.open {
  display: none;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 1.4em;
}

.fixed-seminar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/seminar-block-hi-rez.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/seminar-block-hi-rez.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/stylized-turn.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/stylized-turn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.utility-page-wrap._404 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-190574.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-190574.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cycle-slideshow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-rich {
  width: 100%;
  font-weight: 300;
  text-align: left;
}

.testimonial-rich h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
}

.testimonial-rich.text-center {
  text-align: center;
}

.name-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  font-style: italic;
  text-align: center;
}

.testimonial-img {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-video-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.test-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fixed-about-img {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/stylized-turn.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/stylized-turn.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.about-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.fixed-bg-training {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/seminar-block-hi-rez.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.fixed-bg-careers {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-210019.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-210019.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bg-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
}

.sem-slide {
  width: 100%;
  height: 100%;
}

.sem-slide._1 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.sem-slide._2 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.sem-slide._3 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sem-slide._4 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/4.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inline-float-img {
  display: inline;
  float: right;
}

.seminar-warning {
  display: block;
  max-width: 1000px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  text-align: center;
}

.test-box {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}

.lightbox-img {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  margin-left: auto;
}

.lightbox-img.left {
  margin-right: auto;
  margin-left: 0px;
}

.lightbox-img.no-constrants {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-img.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-img.centered.hidden {
  display: none;
}

.img-light {
  max-width: 100%;
  height: 100%;
}

.career-link {
  display: block;
  width: 590px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
}

.news-date {
  font-size: 20px;
}

.logo-container {
  height: 60px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.block-quote {
  display: block;
  margin-left: -25px;
  border-left-color: red;
  font-size: 24px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
}

.dms-section {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.blue-block {
  display: inline-block;
  width: 50%;
  min-height: 300px;
  float: left;
  background-color: #0e76bc;
  background-image: -webkit-linear-gradient(180deg, transparent 53%, #fff);
  background-image: linear-gradient(270deg, transparent 53%, #fff);
}

.dark-blue-block {
  display: inline-block;
  width: 50%;
  min-height: 300px;
  float: right;
  background-color: #0c629e;
  background-image: -webkit-linear-gradient(0deg, transparent 53%, #fff);
  background-image: linear-gradient(90deg, transparent 53%, #fff);
}

.cdk-reynolds {
  width: 170px;
}

.dms-img-text {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 5.1rem;
  line-height: 1em;
  font-weight: 700;
}

.dms-avrs-img {
  width: 160px;
}

.chevrons {
  position: absolute;
  left: 0px;
  top: 55%;
  right: 0px;
  z-index: 10;
  display: block;
  width: 75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: 'Fontawesome webfont', sans-serif;
  color: #073e6b;
  font-size: 3.7rem;
  line-height: 1em;
  letter-spacing: -8px;
}

.dms-block-overlay-text {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 11;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.777rem;
  line-height: 1em;
  font-style: italic;
  text-align: center;
}

.grey-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, #f7f7f7, #f7f7f7);
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
}

.pin-line {
  display: block;
  width: 95%;
  height: 2px;
  margin: 20px auto 30px;
  padding: 0px;
  background-color: rgba(0, 0, 0, .1);
}

.pin-line.footer-pin {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.headline {
  font-family: Roboto, sans-serif;
  font-size: 42px;
  line-height: 1.1em;
  font-weight: 300;
}

.text-center {
  text-align: center;
}

.headline.no-margin-top {
  margin-top: 0px;
}

.headline.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.blue-bar-bgs {
  position: relative;
  clear: both;
}

.testimonial-header-img {
  position: relative;
  left: 0px;
  top: -60px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 700px;
  background-image: url('../images/testimonial-4.jpeg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  -webkit-transform: perspective(1px) skew(0deg, -3deg);
  transform: perspective(1px) skew(0deg, -3deg);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}

.technology-header-img {
  position: relative;
  left: 0px;
  top: -60px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 700px;
  background-image: url('../images/about-tech.jpeg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}

.nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 10px;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  background-image: -webkit-linear-gradient(0deg, red, #a00);
  background-image: linear-gradient(90deg, red, #a00);
}

.fi-lightbox {
  position: relative;
  display: block;
  width: 200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fi-lightbox-img {
  display: block;
  width: 100%;
}

.bg-fi-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/light-car-inside-black.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/light-car-inside-black.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bg-dms {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-305070.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-305070.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._30px-spacer {
  width: 100%;
  height: 30px;
}

.securityfirst-txt {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.securityfirst-img {
  width: 300px;
}

.bg-dms-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/dms-data-flow-2.jpg'), -webkit-linear-gradient(270deg, #d4d4d4, #d4d4d4);
  background-image: url('../images/dms-data-flow-2.jpg'), linear-gradient(180deg, #d4d4d4, #d4d4d4);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.alt-footer {
  height: auto;
  min-height: 100px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
}

.alt-footer.grey {
  background-color: #f7f7f7;
}

.footer-link-wrapper,#block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.9rem;
  line-height: 1.5em;
}

.fake-tab-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 2.369rem;
  line-height: 1.3em;
  font-weight: 300;
}

.fake-tab-link {
  padding: 10px 16px;
  background-color: transparent;
  font-size: 26px;
  font-weight: 700;
}

.fake-tab-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: red;
}

.fake-tab-link:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #a00;
}

.fake-tab-link.w--current {
  background-color: transparent;
  color: red;
}

.features-content {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.testimonial-content {
  overflow: visible;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #f7f7f7);
  background-image: linear-gradient(180deg, #fff, #f7f7f7);
}

.technology-content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #f7f7f7);
  background-image: linear-gradient(180deg, #fff, #f7f7f7);
}

.full-img {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #000;
}

._60px-spacer {
  width: 100%;
  height: 60px;
}

._60px-spacer.gradient-bg {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #f7f7f7);
  background-image: linear-gradient(180deg, #fff, #f7f7f7);
}

.tabs-content {
  display: none;
}

.fixed-bg-seminar-pg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/seminar-block-hi-rez.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/seminar-block-hi-rez.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.footer-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.footer-link:hover {
  color: red;
}

.footer-link:active {
  color: #a00;
}

.footer-link:focus {
  color: red;
}

.empty-state {
  background-color: transparent;
}

.bodymovin {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.right-arrow {
  width: 15%;
  color: #333;
}

.left-arrow-icon {
  margin-left: 10px;
}

.right-arrow-icon {
  margin-right: 10px;
}

.test-content {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.fake-top-diagonal {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 100px;
}

.tech-content {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.solutions-drop {
  background-color: #333;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

.solutions-drop.w--open {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f7f7f7;
}

/* .nav-spacer {
  position: relative;
  height: 60px;
  margin-top: -60px;
} */

.nav-diag {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -100px;
  z-index: 1;
  width: 100%;
  height: 100px;
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  border-bottom: 2px solid #8a9298;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.brand-ribbon {
  position: relative;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: translate(0px, 30%);
  -ms-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
}

.brand-ribbon.w--current {
  margin-top: -4px;
}

.slider-name-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  font-style: italic;
  text-align: center;
}

.img-container {
  text-align: center;
}

.img-container.dms-bottom {
  margin-top: 20px;
  margin-bottom: 0px;
}

.img-container.dms-top {
  margin-bottom: 20px;
}

.img-container.solutions-img {
  margin-bottom: 0px;
}

.img-container._600px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buffer-img {
  width: 100%;
  height: 100px;
}

.content-flex-container {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bg-dms-atrow3
{
	 position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('/sites/default/files/2021-07/footerbg1.png'), -webkit-linear-gradient(270deg, #d4d4d4, #d4d4d4);
  background-image: url('/sites/default/files/2021-07/footerbg1.png'), linear-gradient(180deg, #d4d4d4, #d4d4d4);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}
.dms-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/dms-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.atc_row3 .dms-atc-h2,.atc_row3 p
{
	color:#fff;
}
 
.atc_row3 p
{
	margin-top: 16px;
}
.img-section.atc_row3
{
	min-height:400px;
}
.atc_row3 .col-md-4
{
	padding-top:3%;
}
.atc_row4
{
	background:#000;
	color:#fff;
}
.atc_row4 a{
	color:#fff;
}
.dms-bg-atc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('/sites/default/files/2021-07/banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.dms-bg-atc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('/sites/default/files/2021-07/banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.atc_int h1
{
	color:#fff;
	font-size: 35px;
    line-height: 56px;
}
.securityfirst-head-img {
  margin-right: 18px;
    width: 167px;
}

.dms-avrs-header-logo {
  width: 100px;
}
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  
  height: 200px;
  
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box-front img{
	width:200px;
	height:200px;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.mob-flip-box-back
{
	/* display:none; */
}
/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
 
  color: #fff;
}
.flip-box-front h2
{
	position:relative;
	font-size:24px;
	top:64%;
}
.atc_row2 
{
	padding-bottom:8rem;
}
/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
  background-color:#A70E11;
  width:200px;
	height:200px;
	border-radius:50%;
	top: 34%;
    left: 24%;
}
.flip-box-back p
{
	padding: 28% 10%;
}
.small-ul-container {
  display: block;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.fixed-seminar-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/seminar-block-header-color.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/seminar-block-header-color.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-305070.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/pexels-photo-305070.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.btn-fly {
      padding-top: 5px;
    display: block;
    width: 150px;
    height: 38px;
    margin-top: 5px; 
    margin-right: auto;
    margin-left: 26px;
    border: 3px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.home_fly
{
	background: #9C2123;
    opacity: 0.8;
	z-index: 999;
    position: relative;
	font-size: 22px;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 20px; 
    padding-top: 20px;
    padding-left: 25%;
    padding-right: 16%;
	
}
.contact-copy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-section {
  color: #333;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.link-section-head {
  padding: 1rem 2rem;
  font-weight: 700;
}

.align-right {
  display: block;
  text-align: right;
}

.left-quote {
  margin-left: -10px;
}

.text-block-2 {
  width: 75px;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

html.w-mod-js *[data-ix="hide"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="move-left"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="move-right"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="move-up"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) rotate(-5deg);
  -ms-transform: scale(0.8, 0.8) rotate(-5deg);
  transform: scale(0.8, 0.8) rotate(-5deg);
}

html.w-mod-js *[data-ix="move-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="move-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="move-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-modal"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="lightbox-overlay-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="blue-block-1"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="blue-block-2"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="delayed-info-popup"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="arrows"] {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

html.w-mod-js *[data-ix="easyfee-lightbox"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="line-break"] {
  opacity: 0;
  width: 0px;
  height: 0px;
}

html.w-mod-js *[data-ix="line-break-full"] {
  opacity: 0;
  width: 0px;
  height: 0px;
}
@media only screen 
  and (min-width: 320px) 
  and (max-width: 478px) 
   {
	  
	.flex-column-full {
    
	    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 100% !important;
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 100% !important;
	
  }  

}
.mob-view
{
display:none;
}

@media (max-width: 991px) {
	.flip-box:hover .flip-box-inner {
      /* transform: none; */
}
.mob-view .flex-column-full
{
	    margin-top: 34px;
}
.mob-view img
{
	max-width: 46%;
}
.mob-view p
{
	color: #000;
        font-size: 32px;
    padding-top: 13px;
    line-height: 41px;
}
.mob-view h2
{
	position: absolute;
    top: 30%;
    left: 38%;
    color: #fff;
}
.mob-view
{
display: block !important;
}
.desk-view
{
 display: none;
}



 /* .mob-flip-box-back
 {
	 display:block;
	top: 84%;
    position: absolute;
    background: #A70E11;
    
    color: #fff;
    font-size: 18px;
    line-height: 42px;
   
    border-radius: 0;
left:0;	
height:auto;
 }
 .mob-flip-box-back p
 {
	 padding:0px;
 } */
	.flip-box-front h2
	{
		font-size: 18px;
		top:39%;
	}
	.flip-box-front img
	{
		width: 100px; 
        height: 100px;
	}
	.securityfirst-head-img
	{
		width:150px !important;
	}
	.img-banner.atc_int 
	{
		top:0px;
	}
	.home_fly
	{
		padding:15px;
		text-align:center;
	}
	.img-banner
	{
		top:130px;
	}
	.atc_int h1
	{
		font-size: 24px;
    line-height: 36px;
	}
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.hero.submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.nav-top {
    display: block;
    height: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .container.hero-news {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .container.testimonial-header-content {
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-transform: skew(0deg, 6deg) translate(0px, -50%);
    -ms-transform: skew(0deg, 6deg) translate(0px, -50%);
    transform: skew(0deg, 6deg) translate(0px, -50%);
  }
  .container.technology-header-content {
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-transform: skew(0deg, 6deg) translate(0px, -50%);
    -ms-transform: skew(0deg, 6deg) translate(0px, -50%);
    transform: skew(0deg, 6deg) translate(0px, -50%);
  }
  .nav {
    position: absolute;
    background-color: #fff;
  }
  .nav.mobile-fixed {
    position: fixed;
  }
  .brand {
    position: absolute;
    margin-top: -1em;
  }
  .login-btn {
    margin-top: 0.8em;
    margin-right: 10px;
    margin-left: 1.2em;
    float: none;
  }
  .nav-menu {
    top: 61px;
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    color: #333;
  }
  .nav-link {
    display: block;
    -webkit-transition: color 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
    transition: color 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
    transition: color 400ms ease, border 400ms ease, transform 400ms ease;
    transition: color 400ms ease, border 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
    text-align: center;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: red;
  }
  .nav-link:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #a00;
  }
  .full-vh {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
  }
  .fa.icon.arrow-left {
    font-size: 5rem;
  }
  .fa.icon.arrow-right {
    width: 1em;
    height: 1em;
    font-size: 5rem;
  }
  .navbar {
    height: 60px;
  }
  .background-video {
    top: 0px;
    height: 600px;
  }
  .h1.mobile-text-center {
    text-align: center;
  }
  .h3.solutions-h3 {
    text-align: center;
  }
  .h3.solutions-h3.no-margin-top.mobile-text-center {
    text-align: center;
  }
  .h4.mobile-text-center {
    text-align: center;
  }
  .flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-horizontal.vertical-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-horizontal.vertical-mobile.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-horizontal.slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-full {
    width: 100%;
  }
  .flex-column-full.content {
    padding-right: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-column-full.image-content {
    padding-left: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dyn-flex-hor:hover {
    color: red;
  }
  .dyn-flex-hor.mobile-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .seminar-collection-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .flex-ul.mobile-small-ul {
    display: block;
    width: 60%;
    min-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p.text-center {
    max-width: 100%;
  }
  .icon-box {
    width: 90%;
  }
  .map {
    width: 60%;
    min-width: 200px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .f-field {
    width: 100%;
  }
  .submit-btn {
    margin-top: 20px;
  }
  .f-textarea {
    width: 100%;
  }
  .img-banner {
    min-height: 450px;
    padding-top: 60px;
  }
  .img-banner.home-page {
    min-height: 600px;
  }
  .img-banner.news-page {
    padding-top: 0rem;
  }
  .img-banner.about {
    min-height: 500px;
    padding-top: 0rem;
  }
  .img-banner.fi-header {
    min-height: 700px;
  }
  .img-banner.contact-page {
    min-height: 200px;
  }
  .drop-link {
    width: 100%;
    text-align: center;
  }
  .drop-link:hover {
    color: red;
  }
  .drop-link:active {
    color: #a00;
  }
  .drop-list.w--open {
    display: block;
    width: 100%;
    text-align: center;
  }
  .dyn-drop {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .information-box {
    text-align: center;
  }
  .arrow-container {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-brand-icon {
    margin-top: 0.5rem;
  }
  .btn {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #333;
    border-radius: 5px;
    background-color: transparent;
    color: #333;
    font-weight: 400;
    text-align: center;
  }
  .btn.easy {
    font-weight: 600;
  }
  .btn.easy:hover {
    background-color: transparent;
  }
  .form {
    width: 75%;
  }
  .rich-text-news h5 {
    font-size: 1.1rem;
  }
  .img-section {
    min-height: 150px;
    margin-top: 0px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .img-section.dms-img-section {
    min-height: 600px;
  }
  .dyn-flex-vertical:hover {
    color: red;
  }
  .about-drop.w--open {
    display: block;
    width: 100%;
    text-align: center;
  }
  .dyn-flex-seminar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dyn-flex-seminar:hover {
    color: red;
  }
  .home-page-seminar-btn {
    display: block;
    width: 150px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    text-align: center;
  }
  .top-diag-img {
    height: 80px;
  }
  .bot-diag {
    height: 80px;
  }
  .demo-info-box {
    padding-left: 20px;
  }
  .main-slider {
    height: 700px;
  }
  .feature-image {
    width: 350px;
  }
  .feature-image.control-panel {
    width: 350px;
  }
  .footer-para {
    width: auto;
  }
  .flex-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .testimonial-rich {
    text-align: center;
  }
  .name-box {
    margin-bottom: 30px;
  }
  .lightbox-img {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .lightbox-img.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .lightbox-img.no-constrants {
    width: 400px;
  }
  .img-light {
    width: 400px;
    height: auto;
  }
  .logo-container {
    width: 65px;
    margin-left: 1.5rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .block-quote {
    margin-left: 0px;
    text-align: center;
  }
  .menu-button {
    margin-right: 1.5rem;
    float: none;
  }
  .headline.mobile-text-center {
    text-align: center;
  }
  .testimonial-header-img {
    top: -40px;
    -webkit-transform: perspective(1px) skew(0deg, -6deg);
    transform: perspective(1px) skew(0deg, -6deg);
  }
  .technology-header-img {
    top: -40px;
    -webkit-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
  }
  .club-bg{
    top: -40px;
    -webkit-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
  }
  .nav-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .securityfirst-txt {
    width: auto;
  }
  .securityfirst-img {
    display: block;
    width: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .securityfirst-link {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .bg-dms-1 {
    background-image: url('../images/dms-data-flow-2.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/dms-data-flow-2.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .lightbox-link {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .fake-top-diagonal {
    top: -80px;
    height: 80px;
  }
  .solutions-drop.w--open {
    display: block;
    width: 100%;
    text-align: center;
  }
  .nav-diag {
    bottom: -80px;
    height: 80px;
  }
  .fixed-nav {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }
  .brand-ribbon {
    position: absolute;
    margin-top: -5px;
    margin-right: 0px;
  }
  .img-container.tech-top {
    margin-bottom: 20px;
  }
  .img-container.tech-bot {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .img-container.solutions-img {
    margin-top: 30px;
  }
  .buffer-img {
    height: 80px;
  }
  .securityfirst-head-img {
    display: block;
    width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-small-img {
    display: inline-block;
    width: 400px;
  }
  .contact-copy-box {
    padding-left: 20px;
  }
  .mobile-section {
    background-color: #f7f7f7;
    color: #fff;
  }
  .link-section-head {
    padding: 0rem;
    border-bottom: 2px solid #333;
  }
  .align-right {
    text-align: center;
  }
  .left-quote {
    margin-left: 0px;
  }
  .nav-border-bot {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    height: 62px;
    border-bottom: 2px solid #8a9298;
    opacity: 0;
  }
}



@media (max-width: 767px) {
	.nav-mobile-fixed #block-avrs-main-menu
	{
		display:none;
	}
	#block-avrs-main-menu ul 
	{
		 
    height: 500px;    
    overflow: scroll;
	}
	#block-avrs-main-menu ul ul	
	{
		display:block;
		 height: auto;  
		position:relative !important;
		left: 30px !important;
	}
	#block-avrs-main-menu ul li
	{
		position:relative;
		float:left;
		margin:0;
		padding:0;
		clear: both;
    
	}
	.nav-border-bot
	{
		display:block !important;
		transition-property: opacity !important;
    transition-duration: 200ms !important;
    transition-timing-function: initial !important;
    transition-delay: initial !important;
	opacity:1 !important;
	}
	.nav-mobile-fixed {
    width: 100vw;
}
  .container.hero {
    margin-top: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .container.hero.submenu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.hero.text-white {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .container.hero-news {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .container.testimonial-header-content {
    -webkit-transform: skew(0deg, 5deg) translate(0px, -50%);
    -ms-transform: skew(0deg, 5deg) translate(0px, -50%);
    transform: skew(0deg, 5deg) translate(0px, -50%);
  }
  .container.technology-header-content {
    -webkit-transform: skew(0deg, 5deg) translate(0px, -50%);
    -ms-transform: skew(0deg, 5deg) translate(0px, -50%);
    transform: skew(0deg, 5deg) translate(0px, -50%);
  }
  .nav-link {
    height: auto;
  }
  .nav-link.dropdown-btn {
    min-height: auto;
  }
  .background-video {
    min-height: 550px;
  }
  .h1.easyfee-headline {
    font-size: 2.369rem;
  }
  .h3.slide-title {
    text-align: center;
  }
  .h3.mobile-text-center {
    text-align: center;
  }
  .h4.mobile-text-center {
    text-align: center;
  }
  .flex-horizontal.vertical-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-horizontal.icon-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-column-full {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-column-full.large-padding {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section {
    position: relative;
    z-index: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .icon-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .phone-link {
    margin-top: 10px;
  }
  .mail-link {
    margin-top: 10px;
  }
  .map {
    display: block;
    overflow: hidden;
    width: 87%;
    height: 250px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .f-field {
    width: 90%;
  }
  .f-textarea {
    width: 90%;
  }
  .collection-wrapper.seminars {
    width: 100%;
  }
  .img-banner {
    margin-top: 0px;
    padding-top: 60px;
  }
  .img-banner.sem {
    overflow: hidden;
  }
  .img-banner.home-page {
    padding-top: 0rem;
  }
  .img-banner.news-page {
    min-height: 250px;
    padding-top: 9rem;
  }
  .img-banner.about {
    padding-top: 0rem;
  }
  .img-banner.solutions {
    min-height: 400px;
  }
  .img-banner.fi-header {
    min-height: 600px;
  }
  .fixed-bg-1 {
    height: 100vh;
  }
  .drop-link {
    padding: 16px 1rem;
  }
  .mobile-brand-icon {
    width: 65px;
    margin-top: 0.5rem;
    float: left;
  }
  .news-link {
    width: 100%;
    text-align: center;
  }
  .news-link:hover {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .form {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .row-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-text-box {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .quote-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .fixed-mobile-img {
    background-position: 64% 43%;
    background-size: cover;
  }
  .top-diag-img {
    height: 50px;
  }
  .bot-diag {
    height: 50px;
  }
  .demo-info-box {
    width: 100%;
  }
  .demo-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-para {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-wrapper {
    height: auto;
    min-height: 600px;
  }
  .form-contact {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .testimonial-rich {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .name-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .test-slide {
    min-height: 450px;
  }
  .career-link {
    width: 100%;
  }
  .testimonial-header-img {
    top: -30px;
    -webkit-transform: perspective(1px) skew(0deg, -5deg);
    transform: perspective(1px) skew(0deg, -5deg);
  }
  .technology-header-img {
    top: -30px;
    -webkit-transform: skew(0deg, -5deg);
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
  }
   .club-bg {
    top: -30px;
    -webkit-transform: skew(0deg, -5deg);
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
  }
  .bg-easyfee-mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, #333, rgba(0, 0, 0, .25));
    background-image: linear-gradient(180deg, #333, rgba(0, 0, 0, .25));
  }
  .footer-link-wrapper,#block-footer{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fake-tab-link {
    display: block;
    text-align: center;
  }
  .footer-link {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
  }
  .fake-top-diagonal {
    top: -50px;
    height: 50px;
  }
  .nav-diag {
    bottom: -50px;
    height: 50px;
  }
  .slider-name-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buffer-img {
    height: 50px;
  }
  .contact-copy-box {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .container.hero-news {
    position: absolute;
    top: 50%;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .brand {
    margin-left: 0.4em;
  }
  .nav-menu {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
  }
  .nav-link {
    height: auto;
    color: #333;
  }
  .nav-link.dropdown-btn {
    min-height: auto;
  }
  .full-vh {
    overflow: hidden;
  }
  .fa.icon {
    height: 90px;
    font-size: 5rem;
  }
  .fa.icon.arrow-left {
    font-size: 4rem;
  }
  .fa.icon.arrow-right {
    font-size: 4rem;
  }
  .background-video {
    height: auto;
    min-height: 400px;
  }
  .h1 {
    font-size: 2.369rem;
  }
  .h2 {
    font-size: 1.777rem;
  }
  .h2.main-h2 {
    font-size: 1.7rem;
  }
  .h2.dms-h2 {
    text-align: center;
  }
  .h3 {
    font-size: 1.3rem;
    text-align: center;
  }
  .h3.mobile-text-center {
    text-align: center;
  }
  .h4 {
    font-size: 1.1rem;
    text-align: center;
  }
  .h4.home-featured-h4 {
    font-size: 1.1rem;
  }
  .h4.mobile-text-center {
    text-align: center;
  }
  .h4.about-featured-h4 {
    font-size: 1.1rem;
  }
  .flex-column-full {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-column-full._40width {
    width: 100%;
  }
  .flex-column-full.feature {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-column-full.content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-column-full.image-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-column-full.large-padding {
    padding-left: 10px;
  }
  .seminar-text-wrapper {
    width: 100%;
    margin-top: 20px;
  }
  .dyn-flex-hor {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .dyn-flex-hor.news-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .seminar-collection-item {
    width: 100%;
  }
  .flex-ul.mobile-small-ul {
    width: auto;
    max-width: 100%;
    min-width: auto;
  }
  .p {
    text-align: center;
  }
  .p.no-margins {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .p.contact-para {
    width: 91%;
  }
  .p.news-synopsis {
    font-weight: 300;
  }
  .icon-box {
    width: 100%;
  }
  .phone-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .mail-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .f-field {
    width: 100%;
  }
  .contact-form.vertical-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .custom-column-50 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .submit-btn {
    width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .f-textarea {
    width: 100%;
  }
  .collection-wrapper.seminars {
    width: 100%;
    margin-top: 0px;
  }
  .img-banner.sem {
    min-height: 300px;
  }
  .img-banner.home-page {
    min-height: 550px;
    padding-top: 0rem;
  }
  .img-banner.news-page {
    min-height: 150px;
    padding-top: 0rem;
  }
  .img-banner.about {
    min-height: 500px;
    padding-top: 0rem;
  }
  .img-banner.solutions {
    min-height: 450px;
  }
  .img-banner.dms-header {
    min-height: 450px;
  }
  .img-banner.fi-header {
    min-height: 650px;
  }
  .img-banner.contact-page {
    min-height: 150px;
  }
  .fixed-bg-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .drop-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .line-break-box {
    max-width: 100%;
  }
  .arrow-container {
    height: 90px;
  }
  .rich-text-news {
    text-align: center;
  }
  .rich-text-news h5 {
    font-size: 1rem;
  }
  .img-section {
    min-height: 100px;
  }
  .img-section.test-slide {
    min-height: 200px;
  }
  .img-section.dms-img-section {
    min-height: 300px;
  }
  .flex-column-text-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .seminar-link {
    margin-bottom: 20px;
  }
  .dyn-flex-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .dyn-flex-seminar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .fixed-mobile-img {
    background-position: 50% 50%;
    background-size: cover;
  }
  .top-diag-img {
    height: 30px;
  }
  .bot-diag {
    height: 30px;
  }
  .demo-info-box {
    width: 100%;
  }
  .demo-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .location-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .testimonial-name {
    font-size: 1.1rem;
  }
  .contact-wrapper {
    overflow: scroll;
    height: 600px;
    min-height: auto;
  }
  .name-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lightbox-img {
    width: auto;
    height: auto;
  }
  .news-date {
    text-align: center;
  }
  .dms-section {
    padding-top: 1rem;
  }
  .menu-button {
    margin-right: 0.5rem;
  }
  .headline {
    text-align: center;
  }
  .headline.no-margins {
    font-size: 2rem;
  }
  .testimonial-header-img {
    height: 600px;
  }
  .technology-header-img {
    height: 600px;
  }
  .club-bg {
    height: 600px;
  }
  .fi-lightbox {
    margin-top: 20px;
  }
  .lightbox-link {
    display: block;
    text-align: center;
  }
  .footer-link-wrapper,#block-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fake-tab-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fake-top-diagonal {
    top: -30px;
    height: 30px;
  }
  .nav-diag {
    bottom: -30px;
    height: 30px;
  }
  .brand-ribbon {
    margin-left: 0.4em;
  }
  .buffer-img {
    height: 30px;
  }
  .fixed-seminar-header {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/seminar-block-header-color.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/seminar-block-header-color.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .contact-copy-box {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

#block-avrs-main-menu ul
{
	
list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#block-avrs-main-menu ul a
{
	display:block;
	 height: 60px;
  padding: 16px 1rem;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: color 400ms ease, border 400ms ease;
  transition: color 400ms ease, border 400ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
	
}

#block-avrs-main-menu ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#block-avrs-main-menu ul li.current-menu-item
{
	background:#ddd
}

#block-avrs-main-menu ul li a:hover
{
	border-bottom: 3px solid #333 !important;
    color: red !important;

}

#block-avrs-main-menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#block-avrs-main-menu ul ul li
{
	float:none;
	width:200px
}

#block-avrs-main-menu ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#block-avrs-main-menu ul ul ul
{
	top:0;
	left:100%
}

#block-avrs-main-menu ul li:hover > ul
{
	display:block
}
.user-logged-in #toolbar-administration
{
	position:relative;
	z-index:99999;
}
#block-footer li {
    clear: both;
    display: inline;
  padding-right: 3%;
    font-size: 16px;
}
#block-footer ul
{
	padding:0px;
	width:100%;
}
#block-footer ul li a:hover{
color:red;
}
#block-footer ul li:last-child
{
	padding-right:0px;
}

.resource-page .w-dyn-list
{
background:#E7E7E7;	
}
.resource-page .body_content a,.resource a
{
color:#428bca;
font-size:16px;
}
.resource-page .body_content a:hover,.resource a:hover
{
color:#000;
font-size:16px;
text-decoration:underline;
}
.resource-page h4
{
	margin:0px;
	border-bottom:1px solid #333;
	padding:1%;
}
.section.resource-page {
    padding-top: 10%;
   padding-bottom: 10px;
   clear:both;

}
.section.resource-page .row-element
{
	padding: 8px 12px;
    border-bottom: 1px solid #999;
}
.section.resource-page .w-col-4
{
	padding-left:0px;
}
.section.resource-page .w-col-4 a:hover
{
	text-decoration:underline;
}
/* .section.resource-page .w-dyn-items
{
	overflow:scroll;
} */
.resource
{
	background:#E7E7E7;
}
.resource h1
{
	background:#999;padding: 1%;
	font-size:30px;
	margin:0px;
}
.resource .flex-horizontal
{
	padding:1%;
}
.temptag-2
{
	background-color:#ebebeb !important;
	background-image:-webkit-linear-gradient(270deg, #ebebeb, #ebebeb);
}
.temp-tag-top-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/head_temp_tag.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.bg-temp-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/last-temp.png');
  background-image: url('../images/last-temp.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.temp-img-section.img-section
{
	background-color:#f7f7f7 !important;
	color:#fff !important;
	min-height:300px !important;
	padding-top:16rem !important;
}
.temp-img-section.img-section a{
	color:white !important;
}
.temp-last a
{
	color:#AB1D19 !important;
}
.temp-last
{
	background-color:#f7f7f7 !important;
	background-image:none !important;
}
/*#block-views-block-seminars-block-block-6 div div
{
	text-align: center;
    background: white;
    height: 100px;
}*/