﻿@charset "UTF-8";
/*
	top navigation bar

*/
/*
this generates standard widths based on
$content-width mixin
*/
/*
this creates responsive grid organized
by predefined breakpoints
each breakpoint needs to contain complete column definition in 'columns' key
optionally we can use 'style' key to add properties to each '.col' element
*/
.Imagestretch {
  width: 100% !important;
  height: 100% !important;
  background-size: 100% !important; }

img {
  max-width: 100%;
  height: auto; }

.scroll_wrapper .image-wrapper img {
  min-height: 0px !important; }

.scroll_wrapper {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .scroll_wrapper .col {
    overflow: hidden;
    padding: 0 0 48px 0;
    position: relative;
    display: inline-block; }
  .scroll_wrapper .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    padding-bottom: 48px; }
    .scroll_wrapper .image-wrapper img {
      width: 100%;
      height: auto;
      max-height: 100%; }
  .scroll_wrapper .description {
    display: none;
    padding: 5px 20px 48px 5px;
    font-size: 14px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 200;
    margin: 0;
    height: 100%; }
    .scroll_wrapper .description p {
      margin: 0; }
  .scroll_wrapper h2 {
    background-color: #f4f4f4;
    color: #707070;
    text-align: center;
    padding: 10px 10px 0px 10px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    margin: 0px -1% 0px -1%;
    width: 102%;
    z-index: 300; }
  .scroll_wrapper .hover {
    cursor: pointer; }

/*.owl-item {
		width: 261px !important;
		margin-right: 0px !important;
	}*/
.campaign_box input[type="password"] {
  width: 80%; }

.single .selectator_chosen_item_title {
  text-align: left; }

.selectator_options {
  text-align: left; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    z-index: 100; }
  .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      -webkit-transition: opacity 400ms ease;
      -moz-transition: opacity 400ms ease;
      -ms-transition: opacity 400ms ease;
      -o-transition: opacity 400ms ease;
      transition: opacity 400ms ease; }
    .owl-carousel .owl-item .col {
      height: 200px; }
      @media (min-width: 0) {
        .owl-carousel .owl-item .col {
          height: 200px;
          width: 100%; } }
      @media (min-width: 640px) {
        .owl-carousel .owl-item .col {
          height: 200px; } }
      @media (min-width: 1280px) {
        .owl-carousel .owl-item .col {
          height: 210px; } }
      .scroller-asb-samples .owl-carousel .owl-item .col {
        height: 210px;
        width: 100%; }
      .scroller-asb-samples .owl-carousel .owl-item .col .image-wrapper {
        width: 100%;
        height: 204px;
        border: 2px #ebebeb solid;
        text-align: center;
        overflow: hidden !important;
        padding-bottom: 0px !important; }
        .scroller-asb-samples .owl-carousel .owl-item .col .image-wrapper img {
          height: 100%;
          height: 204px;
          max-height: 204px;
          width: auto !important;
          margin-right: auto;
          margin-left: auto; }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1; }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-nav, .owl-controls {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 200; }

.owl-controls {
  z-index: 900; }

.owl-next, .owl-prev {
  /*background-image:url("scroller_arrows.png");*/
  border-style: solid;
  width: 40px;
  height: 40px;
  background-size: 30%;
  position: absolute;
  top: 50%;
  margin-top: -28.5px;
  cursor: pointer; }

#scroller .owl-stage-outer {
  z-index: 1100; }

#scroller .owl-next, #scroller .owl-prev {
  top: 40%;
  cursor: pointer; }

.owl-next {
  right: 0px;
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: 54% 50%; }
  .scroller-asb-samples .owl-next {
    right: 8px; }

.owl-prev {
  left: 0px;
  background-image: url("../images/arrow_left.svg");
  background-repeat: no-repeat;
  background-position: 44% 50%; }
  .scroller-asb-samples .owl-prev {
    left: 8px; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

/*@-webkit-keyframes {
    fadeOut {
	  0% {
	    opacity: 1;
	  }
	
	  100% {
	    opacity: 0;
	  }
    }
}
@keyframes {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}*/
@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-family: "Lato", sans-serif;
  font-size: 15px; }

a {
  color: #d83d00;
  text-decoration: none; }

/*
  ### BASE ELEMENTS LIKE H1 ETC
  this is for elements listed in settings - $paddings etc
*/
h1 {
  padding: 0;
  margin: 0.5em 0 0 0;
  font-weight: 800;
  font-size: 4.8rem;
  color: #352820; }

h2 {
  padding: 0;
  margin: 0.3em 0 0.3em 0;
  font-weight: 800;
  font-size: 4rem;
  color: #352820; }

h3 {
  padding: 0;
  margin: 0.5em 0;
  font-weight: 600;
  font-size: 2.2666666667rem;
  color: #FF7110; }

h4 {
  padding: 0;
  margin: 0 2vw;
  font-weight: 400;
  font-size: 1.6rem;
  color: #707070; }

h5 {
  padding: 0;
  margin: 0.5em 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #352820; }

p {
  padding: 0;
  margin: 0.5em 0;
  font-weight: 400;
  font-size: 1rem;
  color: #707070; }

li {
  padding: 0;
  margin: 0.5em 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #707070; }

input {
  padding: 5px;
  margin: 3px 0px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #707070; }

select {
  padding: 5px;
  margin: 3px 0px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #352820; }

label {
  padding: 5px;
  margin: 0px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #352820; }

footer {
  padding: 20px 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #f4f4f4; }

header {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #707070; }

nav {
  padding: 5px;
  margin: 0px;
  font-weight: 400;
  font-size: 4rem;
  color: #fff; }

article {
  padding: 5px;
  margin: 0px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #352820; }

body {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #707070; }

  /*
	### FONT SIZE STYLES
  */
.font0 {
  font-size: 0rem; }

.font1 {
  font-size: 1rem; }

.font2 {
  font-size: 1rem; }

.font3 {
  font-size: 1.2rem; }

.font4 {
  font-size: 1.4rem; }

.font5 {
  font-size: 1.6rem; }

.font6 {
  font-size: 2.2666666667rem; }

.font7 {
  font-size: 4rem; }

.font8 {
  font-size: 4.8rem; }

.font9 {
  font-size: 6rem; }

.font10 {
  font-size: 7.3333333333rem; }

.font11 {
  font-size: 9.3333333333rem; }

  /*
	### FONT SIZE STYLES
  */
.font-weight-light {
  font-weight: 400; }

.font-weight-regular {
  font-weight: 400; }

.font-weight-semi-bold {
  font-weight: 600; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-extra-bold {
  font-weight: 800; }

  /*
	### BASE COLOR STYLES
  */
.color-white {
  color: #fff; }

.background-white {
  background-color: #fff; }

.color-whity {
  color: #fff; }

.background-whity {
  background-color: #fff; }

.color-black {
  color: #352820; }

.background-black {
  background-color: #352820; }

.color-blacky {
  color: #352820; }

.background-blacky {
  background-color: #352820; }

.color-gray-light {
  color: #f4f4f4; }

.background-gray-light {
  background-color: #f4f4f4; }

.color-gray-light-medium {
  color: #eaeaea; }

.background-gray-light-medium {
  background-color: #eaeaea; }

.color-gray-medium {
  color: #c6c6c6; }

.background-gray-medium {
  background-color: #c6c6c6; }

.color-gray-dark {
  color: #707070; }

.background-gray-dark {
  background-color: #707070; }

.color-action {
  color: #d83d00; }

.background-action {
  background-color: #d83d00; }

.color-base {
  color: #0065A7; }

.background-base {
  background-color: #0065A7; }

.color-gray-body {
  color: #707070; }

.background-gray-body {
  background-color: #707070; }

.color-dark-blue {
  color: #394a54; }

.background-dark-blue {
  background-color: #394a54; }

.color-status-green {
  color: #B9B154; }

.background-status-green {
  background-color: #B9B154; }

.color-status-red {
  color: #CD3A88; }

.background-status-red {
  background-color: #CD3A88; }

.color-status-orange {
  color: #A75D18; }

.background-status-orange {
  background-color: #A75D18; }

.color-status-blue {
  color: #74A1CA; }

.background-status-blue {
  background-color: #74A1CA; }

.color-red1 {
  color: #df1d38; }

.background-red1 {
  background-color: #df1d38; }

.color-orange1 {
  color: #FF7110; }

.background-orange1 {
  background-color: #FF7110; }

.bold {
  font-weight: 700; }

.caps {
  text-transform: uppercase; }

article, section, nav, header {
  display: block; }

body {
  font-family: "Lato", sans-serif; }

* {
  box-sizing: border-box; }

.content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  /*  @include breakpoint('large'){
      width:980px;
    }*/
  width: 100%; }
  .content:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 1280px) {
    .content {
      width: 100%; } }

.center {
  text-align: center; }

.left {
  text-align: left; }

.left2center {
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .left2center {
      text-align: left; } }

.right {
  text-align: right; }

.right2left {
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .right2left {
      text-align: right; } }

.right2center {
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .right2center {
      text-align: right; } }

.margin-top-1 {
  margin-top: 34px; }

.margin-top-2 {
  margin-top: 68px; }

@media screen and (min-width: 1280px) {
  .padding-left-1-on-large {
    padding-left: 34px; }

  .padding-left-2-on-large {
    padding-left: 68px; } }
.standard-paddings {
  padding: 68px; }

nav {
  background-color: #fff;
  padding: 0px 0px; }
  nav a {
    display: inline-block;
    color: #352820;
    padding: 10px;
    font-size: 21px;
    font-weight: 400;
    border-bottom-width: 3px;
    border-bottom: solid #fff;
    text-decoration: none; }
    nav a:last-of-type {
      padding-right: 0px; }
    nav a:first-of-type {
      padding-left: 0px; }
    nav a:hover {
      border-bottom: solid #c6c6c6; }

header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  /*  @include breakpoint('large'){
      width:980px;
    }*/
  width: 100%; }
  header:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 1280px) {
    header {
      width: 100%; } }

footer {
  background-color: #707070;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  /*  @include breakpoint('large'){
      width:980px;
    }*/
  width: 100%;
  color: #c6c6c6; }
  footer:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 1280px) {
    footer {
      width: 100%; } }
  footer a {
    color: #fff; }

.margin0-top {
  margin-top: 0px; }

.margin0-bottom {
  margin-bottom: 0px; }

.margin0-right {
  margin-right: 0px; }

.margin0-left {
  margin-left: 0px; }

.margin1-top {
  margin-top: 12px; }

.margin1-bottom {
  margin-bottom: 12px; }

.margin1-right, .buyers_btn .iconfont, .vendors_btn .iconfont, .managers_btn .iconfont {
  margin-right: 12px; }

.margin1-left {
  margin-left: 12px; }

.margin2-top {
  margin-top: 22px; }

.margin2-bottom {
  margin-bottom: 22px; }

.margin2-right {
  margin-right: 22px; }

.margin2-left {
  margin-left: 22px; }

.margin3-top {
  margin-top: 32px; }

.margin3-bottom {
  margin-bottom: 32px; }

.margin3-right {
  margin-right: 32px; }

.margin3-left {
  margin-left: 32px; }

.margin4-top {
  margin-top: 6.5vw; }

.margin4-bottom {
  margin-bottom: 6.5vw; }

.margin4-right {
  margin-right: 6.5vw; }

.margin4-left {
  margin-left: 6.5vw; }

.margin5-top {
  margin-top: 8.5vw; }

.margin5-bottom {
  margin-bottom: 8.5vw; }

.margin5-right {
  margin-right: 8.5vw; }

.margin5-left {
  margin-left: 8.5vw; }

.padding0-top {
  padding-top: 0px; }

.padding0-bottom {
  padding-bottom: 0px; }

.padding0-right {
  padding-right: 0px; }

.padding0-left {
  padding-left: 0px; }

.padding1-top {
  padding-top: 12px; }

.padding1-bottom {
  padding-bottom: 12px; }

.padding1-right {
  padding-right: 12px; }

.padding1-left {
  padding-left: 12px; }

.padding2-top {
  padding-top: 22px; }

.padding2-bottom {
  padding-bottom: 22px; }

.padding2-right {
  padding-right: 22px; }

.padding2-left {
  padding-left: 22px; }

.padding3-top {
  padding-top: 32px; }

.padding3-bottom {
  padding-bottom: 32px; }

.padding3-right {
  padding-right: 32px; }

.padding3-left {
  padding-left: 32px; }

.padding4-top {
  padding-top: 6.5vw; }

.padding4-bottom {
  padding-bottom: 6.5vw; }

.padding4-right {
  padding-right: 6.5vw; }

.padding4-left {
  padding-left: 6.5vw; }

.padding5-top {
  padding-top: 8.5vw; }

.padding5-bottom {
  padding-bottom: 8.5vw; }

.padding5-right {
  padding-right: 8.5vw; }

.padding5-left {
  padding-left: 8.5vw; }

.padding6-top {
  padding-top: 12.5vw; }

.padding6-bottom {
  padding-bottom: 12.5vw; }

.padding6-right {
  padding-right: 12.5vw; }

.padding6-left {
  padding-left: 12.5vw; }

@media screen and (min-width: 1280px) {
  .less-than-small {
    display: none; } }

.more-than-small {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-small {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-medium-small {
    display: none; } }

.more-than-medium-small {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-medium-small {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-medium {
    display: none; } }

.more-than-medium {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-medium {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-medium-large {
    display: none; } }

.more-than-medium-large {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-medium-large {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-large {
    display: none; } }

.more-than-large {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-large {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-xlarge {
    display: none; } }

.more-than-xlarge {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-xlarge {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-xxlarge {
    display: none; } }

.more-than-xxlarge {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-xxlarge {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-xxxlarge {
    display: none; } }

.more-than-xxxlarge {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-xxxlarge {
      visibility: visible;
      position: relative; } }

.img-responsive {
  max-width: 100%; }

.position-relative {
  position: relative; }

.grid-row:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-row .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-row .col {
      width: 50%;
      float: left;
      margin-right: 0%; }
      .grid-row .col:nth-of-type(2n) {
        margin-right: 0px; } }
@media screen and (min-width: 1280px) {
  .grid-row .padding-left {
    padding-left: 68px; } }

.grid-3:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-3 .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-3 .col {
      width: 33.3333333333%;
      float: left;
      margin-right: 0%; }
      .grid-3 .col:nth-of-type(3n) {
        margin-right: 0px; } }

.pager {
  text-align: center;
  vertical-align: middle; }
  .pager a {
    background-color: #0065A7;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin: 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    padding: 4px;
    text-align: center;
    vertical-align: middle; }
    .pager a img {
      height: 15px;
      display: inline-block;
      vertical-align: middle; }

@media screen and (min-width: 1280px) {
  .less-than-small {
    display: none; } }

.more-than-small {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-small {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-medium-small {
    display: none; } }

.more-than-medium-small {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-medium-small {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-medium {
    display: none; } }

.more-than-medium {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-medium {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-medium-large {
    display: none; } }

.more-than-medium-large {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-medium-large {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-large {
    display: none; } }

.more-than-large {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-large {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-xlarge {
    display: none; } }

.more-than-xlarge {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-xlarge {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-xxlarge {
    display: none; } }

.more-than-xxlarge {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-xxlarge {
      visibility: visible;
      position: relative; } }

@media screen and (min-width: 1280px) {
  .less-than-xxxlarge {
    display: none; } }

.more-than-xxxlarge {
  visibility: hidden;
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .more-than-xxxlarge {
      visibility: visible;
      position: relative; } }

.img-responsive {
  max-width: 100%; }

.position-relative {
  position: relative; }

.grid-row:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-row .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-row .col {
      width: 50%;
      float: left;
      margin-right: 0%; }
      .grid-row .col:nth-of-type(2n) {
        margin-right: 0px; } }
@media screen and (min-width: 1280px) {
  .grid-row .padding-left {
    padding-left: 68px; } }

.grid-3:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-3 .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-3 .col {
      width: 33.3333333333%;
      float: left;
      margin-right: 0%; }
      .grid-3 .col:nth-of-type(3n) {
        margin-right: 0px; } }

.pager {
  text-align: center;
  vertical-align: middle; }
  .pager a {
    background-color: #0065A7;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin: 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    padding: 4px;
    text-align: center;
    vertical-align: middle; }
    .pager a img {
      height: 15px;
      display: inline-block;
      vertical-align: middle; }

.grid-row:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-row .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-row .col {
      width: 50%;
      float: left;
      margin-right: 0%; }
      .grid-row .col:nth-of-type(2n) {
        margin-right: 0px; } }
@media screen and (min-width: 1280px) {
  .grid-row .padding-left {
    padding-left: 68px; } }

.grid-3:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-3 .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-3 .col {
      width: 33.3333333333%;
      float: left;
      margin-right: 0%; }
      .grid-3 .col:nth-of-type(3n) {
        margin-right: 0px; } }

input, select, textarea {
  border: 1px solid #707070;
  min-width: 250px;
  border-radius: 6px;
  color: #352820; }
  input.inactive, select.inactive, textarea.inactive {
    border: 1px solid #c6c6c6;
    color: #707070; }
  input.width-auto, select.width-auto, textarea.width-auto {
    min-width: 0px; }

input[type="color"] {
  padding: 0px;
  margin: 0px;
  width: 30px;
  height: 25px; }
input.search {
  position: relative;
  display: block;
  background-image: url(images/loupe.svg);
  background-repeat: no-repeat;
  background-position: 97% 5px; }

.fileInput {
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
  margin: 3px 0px;
  border-radius: 16px;
  background-color: #df1d38;
  color: #fff;
  padding: 6px 22px;
  border: 1px solid #df1d38;
  line-height: 1.5em;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Barlow; }
  .fileInput [type=file] {
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    cursor: pointer; }

.tooltip {
  position: relative;
  font-size: 21px;
  cursor: pointer;
  z-index: 100; }
  .tooltip:hover {
    z-index: 900; }
    .tooltip:hover:before {
      content: "";
      position: absolute;
      width: 30;
      height: 30;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #575757 transparent;
      left: 0%;
      top: 1.1em; }
    .tooltip:hover:after {
      content: " " attr(alt) "";
      position: absolute;
      display: inline-block;
      top: 3em;
      left: -50%;
      white-space: nowrap;
      background: #575757;
      color: #fff;
      font-size: 15px;
      padding: 0.6em;
      border-radius: 3px;
      width: auto; }

.button {
  display: inline-block;
  cursor: pointer;
  border-radius: 16px;
  background-color: #df1d38;
  color: #fff;
  padding: 6px 22px;
  border: 1px solid #df1d38;
  line-height: 1.5em;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Barlow;
  /*&.small*/
  /*&.secondary*/
  /*&.gray*/
  /*&.wide-100p*/
  /*&.green*/
  /*&.outline-base*/ }
  @media screen and (min-width: 1280px) {
    .button-group .button {
      margin-right: 1.5px;
      margin-left: 1.5px;
      border-radius: 0; }
      .button-group .button:first-child {
        margin-left: 0px;
        border-radius: 16px 0 0 16px; }
      .button-group .button:last-child {
        margin-right: 0px;
        border-radius: 0 16px 16px 0; } }
  .button:hover {
    color: #df1d38;
    background-color: #fff; }
  .button.small {
    /*checkthis*/
    padding: 8px 10px;
    font-size: 15px; }
  .button.secondary {
    /*checkthis*/
    color: #fff;
    background-color: #0065A7;
    border: 1px solid #0065A7; }
  .button.gray {
    /*checkthis*/
    background-color: #f4f4f4;
    border: 1px solid #c6c6c6;
    color: #352820; }
  .button.wide-100p {
    /*checkthis*/
    width: 100%; }
  .button.green {
    /*checkthis*/
    border: none; }
    .button.green:hover {
      border: 1px solid;
      background-color: #fff; }
  .button.outline-base {
    /*checkthis*/
    background-color: #fff;
    border: solid #0065A7 1px;
    color: #0065A7; }
    .button.outline-base:hover {
      border: #0065A7 1px solid;
      color: #fff;
      background-color: #0065A7; }

.form-row {
  margin-bottom: 5px;
  line-height: 30px; }
  @media screen and (min-width: 1280px) {
    .col:last-of-type .form-row {
      margin-left: 20px; } }

@media screen and (min-width: 1280px) {
  label {
    margin-right: 5px;
    line-height: 30px;
    display: inline-block; }
    .grided label {
      width: 44%; }

  input, select {
    max-width: 56%;
    height: 29px; } }
.pager {
  text-align: center;
  vertical-align: middle; }
  .pager a {
    background-color: #0065A7;
    color: #fff;
    text-decoration: none;
    margin: 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    padding: 6px;
    text-align: center;
    vertical-align: middle; }
    .pager a img {
      height: 15px;
      display: inline-block;
      vertical-align: middle; }

.sort-panel {
  margin-bottom: 20px; }
  .sort-panel a {
    color: #0065A7;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
    /*padding: 7px;*/
    text-align: center;
    vertical-align: middle;
    font-size: 15px; }
    .sort-panel a.active {
      border-bottom: 2px solid #707070; }
  .sort-panel img {
    display: inline-block;
    vertical-align: middle; }

.color_selector {
  width: 8em;
  border-right-width: 30px; }

/*
colpick Color Picker / colpick.com
*/
/*Main container*/
.colpick {
  position: absolute;
  box-sizing: content-box;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  direction: ltr;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/*Color selection box with gradients*/
.colpick .colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair; }

.colpick .colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */ }

.colpick .colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

/*Circular color selector*/
.colpick .colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%; }

.colpick .colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%; }

/*Vertical hue bar*/
.colpick .colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize; }

/*Hue bar sliding indicator*/
.colpick .colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0; }

.colpick .colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585; }

.colpick .colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585; }

/*New color box*/
.colpick .colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f; }

/*Current color box*/
.colpick .colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f; }

/*Input field containers*/
.colpick .colpick_field, .colpick .colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.colpick .colpick_rgb_r {
  top: 40px;
  left: 207px; }

.colpick .colpick_rgb_g {
  top: 67px;
  left: 207px; }

.colpick .colpick_rgb_b {
  top: 94px;
  left: 207px; }

.colpick .colpick_hsb_h {
  top: 40px;
  left: 277px; }

.colpick .colpick_hsb_s {
  top: 67px;
  left: 277px; }

.colpick .colpick_hsb_b {
  top: 94px;
  left: 277px; }

.colpick .colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px; }

/*Text field container on focus*/
.colpick .colpick_focus {
  border-color: #999; }

/*Field label container*/
.colpick .colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777; }

/*Text inputs*/
.colpick .colpick_field input, .colpick .colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none; }

.colpick .colpick_hex_field input {
  right: 4px; }

/*Field up/down arrows*/
.colpick .colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize; }

.colpick .colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595; }

.colpick .colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595; }

/*Submit/Select button*/
.colpick .colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.colpick .colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer; }

/*full layout with no submit button*/
.colpick.colpick_full_ns .colpick_submit,
.colpick.colpick_full_ns .colpick_current_color {
  display: none; }

.colpick.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px; }

.colpick.colpick_full_ns .colpick_rgb_r,
.colpick.colpick_full_ns .colpick_hsb_h {
  top: 42px; }

.colpick.colpick_full_ns .colpick_rgb_g,
.colpick.colpick_full_ns .colpick_hsb_s {
  top: 73px; }

.colpick.colpick_full_ns .colpick_rgb_b,
.colpick.colpick_full_ns .colpick_hsb_b {
  top: 104px; }

.colpick.colpick_full_ns .colpick_hex_field {
  top: 135px; }

/*rgbhex layout*/
.colpick.colpick_rgbhex .colpick_hsb_h,
.colpick.colpick_rgbhex .colpick_hsb_s,
.colpick.colpick_rgbhex .colpick_hsb_b {
  display: none; }

.colpick.colpick_rgbhex {
  width: 282px; }

.colpick.colpick_rgbhex .colpick_field,
.colpick.colpick_rgbhex .colpick_submit {
  width: 68px; }

.colpick.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none; }

.colpick.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none; }

/*rgbhex layout, no submit button*/
.colpick.colpick_rgbhex_ns .colpick_submit,
.colpick.colpick_rgbhex_ns .colpick_current_color {
  display: none; }

.colpick.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f; }

.colpick.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px; }

.colpick.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px; }

.colpick.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px; }

.colpick.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px; }

/*hex layout*/
.colpick.colpick_hex .colpick_hsb_h,
.colpick.colpick_hex .colpick_hsb_s,
.colpick.colpick_hex .colpick_hsb_b,
.colpick.colpick_hex .colpick_rgb_r,
.colpick.colpick_hex .colpick_rgb_g,
.colpick.colpick_hex .colpick_rgb_b {
  display: none; }

.colpick.colpick_hex {
  width: 206px;
  height: 201px; }

.colpick.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px; }

.colpick.colpick_hex .colpick_hex_field div,
.colpick.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px; }

.colpick.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none; }

.colpick.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none; }

.colpick.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px; }

/*hex layout, no submit button*/
.colpick.colpick_hex_ns .colpick_submit,
.colpick.colpick_hex_ns .colpick_current_color {
  display: none; }

.colpick.colpick_hex_ns .colpick_hex_field {
  width: 80px; }

.colpick.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f; }

/*Dark color scheme*/
.colpick.colpick_dark {
  background: #161616;
  border-color: #2a2a2a; }

.colpick.colpick_dark .colpick_color {
  outline-color: #333; }

.colpick.colpick_dark .colpick_hue {
  border-color: #555; }

.colpick.colpick_dark .colpick_field,
.colpick.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d; }

.colpick.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969; }

.colpick.colpick_dark .colpick_field input,
.colpick.colpick_dark .colpick_hex_field input {
  color: #7a7a7a; }

.colpick.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969; }

.colpick.colpick_dark .colpick_field_darr {
  border-top-color: #696969; }

.colpick.colpick_dark .colpick_focus {
  border-color: #444; }

.colpick.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a; }

.colpick.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #707070;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: white;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #707070;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #707070;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #707070;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #707070; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #707070;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #707070;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #707070;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #707070;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #707070;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #707070;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
basic dropdown menu
*/
  /*
	  base dropdown menu
	  in widgets/_base-dropdown-menu.scss
	  assumed DOM structue
	  <ul>
		  <li>menu item</li>
		  <li>menu item</li>
	  </ul>
  */
ul.base-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 1099;
  white-space: nowrap;
  display: inline-block; }
  ul.base-dropdown li {
    position: relative;
    display: inline-block;
    margin: 0px 0.6em;
    padding: 5px;
    font-weight: 700; }
    ul.base-dropdown li a {
      color: #352820; }
    ul.base-dropdown li:hover ul {
      display: block; }
    ul.base-dropdown li ul {
      display: none;
      position: absolute;
      padding: 0px;
      top: 1.8em;
      left: 0px;
      background-color: #f4f4f4;
      border: 1px #707070 solid;
      box-shadow: 3px 3px #0065A7;
      border-radius: 10px;
      overflow: hidden; }
      ul.base-dropdown li ul:hover {
        display: block; }
      ul.base-dropdown li ul li {
        text-align: left;
        margin: 0px;
        padding: 10px 12px;
        display: block;
        font-weight: 400; }

table {
  width: 100%;
  border-collapse: collapse; }
  table td {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
    border: 2px solid #0065A7;
    color: #707070;
    background: #fff; }
  table th {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 5px;
    border: 2px solid #fff;
    background: #0065A7; }
  table th {
    border-top: 1px; }
    table th:last-child {
      border-right: 2px solid #0065A7; }
    table th:first-child {
      border-left: 2px solid #0065A7; }

.header-content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%; }

.top-nav-bar .homepage_login_section a {
  font-family: Barlow;
  color: #c6c6c6;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 5px; }
  .top-nav-bar .homepage_login_section a.home_link_header {
    background-color: #c6c6c6;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px; }

.video-padding-bottom {
  padding-bottom: 12vw; }

.video-margin-top {
  margin-top: 13.6vw;
  padding-top: 11vw; }
  .standardorgpage .video-margin-top {
    margin-top: 10.8vw; }

.video-top {
  width: 46.5vw;
  position: absolute;
  top: -20.3vw;
  left: 50%;
  transform: translate(-50%, 0%); }
  .standardorgpage .video-top {
    top: -18vw; }

.video-bottom {
  width: 46.5vw;
  position: absolute;
  bottom: -19vw;
  left: 50%;
  transform: translate(-50%, 0%); }

.video-bottom-margin-bottom {
  margin-bottom: 21vw;
  padding-bottom: 11vw; }

.banner-section {
  font-size: 0px;
  position: relative;
  z-index: 80;
  vertical-align: top;
  background-image: url("../images/commercio-community.jpeg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 200% auto;
  height: 57.5vw;
  width: 100%;
  overflow: hidden;
    /*        &.image_flex_banner{
              position: relative;
              padding-left: 11%;
              padding-right: 18%;
              padding-bottom: 0px;
              @include breakpoint("medium-small"){
                width:100%;

              }
            }*/ }
  .banner-section.asb_university {
    /*background-image: url("../images/ASBUniversities_Org_Page.jpg"); */

  }
  .banner-section .button {
    background-color: #fff;
    border-radius: 8px;
    color: #352820;
    margin-left: 0px;
    font-size: 18px;
    border-color: #fff; }
    @media screen and (min-width: 640px) {
      .banner-section .button {
        font-size: 3vw;
        padding: 3px 18px; } }
    @media screen and (min-width: 1100px) {
      .banner-section .button {
        /*or 1100px */
        font-size: 28px;
        padding: 6px 30px; } }
  @media screen and (min-width: 1280px) {
    .banner-section {
      height: 34.5vw;
      background-position: 50% 50%;
      background-size: 100% auto; } }
  .banner-section iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%); }
  .banner-section .main_image {
    /*float: left;*/
    vertical-align: top;
    width: 100%;
    z-index: 3;
    position: relative;
    opacity: 0.2; }
    .banner-section .main_image:after {
      clear: both;
      width: 100%;
      display: table; }
    @media screen and (min-width: 640px) {
      .banner-section .main_image {
        opacity: 1;
        width: 50%;
        display: inline-block; } }
    @media screen and (min-width: 1100px) {
      .banner-section .main_image {
        /*or 1100px */
        width: 42%; } }
  .banner-section .banner_text {
    vertical-align: top;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 300;
    background: RGBA(250, 250, 250, 0);
    padding-bottom: 40px;
    padding-top: 14vw; }
    @media screen and (min-width: 640px) {
      .banner-section .banner_text {
        position: relative; } }
    .banner-section .banner_text h1, .banner-section .banner_text h4, .banner-section .banner_text p, .banner-section .banner_text h2 {
      color: #fff; }
    .banner-section .banner_text h1 {
      line-height: 80%;
      margin-bottom: 0.1em;
      /*2vw;*/
      margin-top: 0;
      font-size: 6vw; }
    .banner-section .banner_text h2 {
      line-height: 80%;
      font-size: 3.1vw; }
    .banner-section .banner_text span.visual-h1 {
      display: block;
      line-height: 80%;
      margin-bottom: 0.1em;
      /*2vw;*/
      margin-top: 0;
      font-size: 6vw; }
    .banner-section .banner_text span.visual-h2 {
      display: block;
      font-size: 3.1vw; }
    @media screen and (min-width: 640px) {
      .banner-section .banner_text {
        padding-bottom: 0px;
        background: transparent;
        /* width: 50%;*/ }
        .banner-section .banner_text h1, .banner-section .banner_text span.visual-h1 {
          font-size: 4.5vw;
          margin-top: 0.1em;
          /*4vw;*/ } }
    @media screen and (min-width: 1280px) {
      .banner-section .banner_text h1, .banner-section .banner_text span.visual-h1 {
        margin-top: 0em;
        /*4vw;*/ } }
    @media screen and (min-width: 820px) {
      .banner-section .banner_text {
        padding-left: 8%;
        padding-right: 8%; } }
    @media screen and (min-width: 1100px) {
      .banner-section .banner_text {
        /* width: 58%;*/ }
        .banner-section .banner_text h2, .banner-section .banner_text span.visual-h2 {
          font-size: 2.3vw; }
        .banner-section .banner_text h1, .banner-section .banner_text span.visual-h1 {
          font-size: 3.46vw; } }
    @media screen and (min-width: 1280px) {
      .banner-section .banner_text {
        padding-top: 14vw;
        padding-left: 10%;
        padding-right: 10%; } }
  .banner-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #352820;
    opacity: 0.25; }
  .banner-section h4, .banner-section h2.visual-h4 {
    text-transform: none;
    line-height: normal;
    margin-bottom: 1em;
    /*4vw;*/
    margin-top: 0.7em;
    /*4vw;*/
    font-size: 18px !important;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    font-family: Lato, sans-serif;
    text-align: left; }
    @media screen and (min-width: 640px) {
      .banner-section h4, .banner-section h2.visual-h4 {
        font-size: 2vw  !important; } }
    @media screen and (min-width: 820px) {
      .banner-section h4, .banner-section h2.visual-h4 {
        padding-right: 23%; } }
    @media screen and (min-width: 1100px) {
      .banner-section h4, .banner-section h2.visual-h4 {
        font-size: 1.5vw  !important; } }

header {
  text-align: left;
  vertical-align: middle;
  z-index: 1000;
  /*for dropdown menu*/
  position: relative; }
  header .logo {
    text-align: center;
    /* width: 10vw;*/
    padding: 0;
    z-index: 1200; }
    header .logo img {
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
      height: auto;
      max-width: 40%;
      max-height: 69px; }
      @media screen and (min-width: 640px) {
        header .logo img {
          max-width: 100%; } }
    @media screen and (min-width: 640px) {
      header .logo {
        margin-right: 30px;
        position: absolute;
        top: 0px;
        left: 10%;
        /*        border-right:map_get($colors-config, gray-medium) 2px solid;
                border-bottom:map_get($colors-config, gray-medium)  2px solid;*/ } }
  header .button {
    margin-left: 10px; }

.grid4:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid4 .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid4 .col {
      width: 22.75%;
      float: left;
      margin-right: 3%; }
      .grid4 .col:nth-of-type(4n) {
        margin-right: 0px; } }

.grid3-lines:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid3-lines .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid3-lines .col {
      width: 33.3333333333%;
      float: left;
      margin-right: 0%; }
      .grid3-lines .col:nth-of-type(3n) {
        margin-right: 0px; } }
.grid3-lines .col {
  padding-left: 68px;
  position: relative; }
  .grid3-lines .col:first-child {
    padding-left: 0; }
  .grid3-lines .col:first-child, .grid3-lines .col:nth-child(2) {
    border-right: 1px solid #dbdbdb; }

.grid-shops {
  width: 100%; }
  .grid-shops:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 0) {
    .grid-shops .col {
      float: left; }
      .grid-shops .col:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0px; } }
  @media screen and (min-width: 820px) {
    .grid-shops .col {
      padding-top: 0;
      float: left; }
      .grid-shops .col:nth-of-type(1n+1) {
        width: 40%;
        margin-right: 0%; }
      .grid-shops .col:nth-of-type(2n+2) {
        width: 60%;
        margin-right: 0px; } }
  .grid-shops h3 {
    margin-top: 6vw; }
  .grid-shops .campaign-fan {
    width: 110%;
    max-width: 110%; }
    @media screen and (min-width: 820px) {
      .grid-shops .campaign-fan {
        width: 50vw;
        max-width: 50vw;
        position: absolute;
        bottom: 0px; } }
    @media screen and (min-width: 1280px) {
      .grid-shops .campaign-fan {
        position: relative;
        width: 110%;
        max-width: 110%; } }

.inspire-empower-grid {
  text-align: right;
  vertical-align: top;
  line-height: 0px;
  position: relative;
  background-color: #eaeaea;
  width: 100%; }
  .inspire-empower-grid:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 0) {
    .inspire-empower-grid .col {
      float: left; }
      .inspire-empower-grid .col:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0px; } }
  @media screen and (min-width: 820px) {
    .inspire-empower-grid .col {
      padding-top: 0;
      float: left; }
      .inspire-empower-grid .col:nth-of-type(1n+1) {
        width: 42%;
        margin-right: 0%; }
      .inspire-empower-grid .col:nth-of-type(2n+2) {
        width: 58%;
        margin-right: 0px; } }
  .inspire-empower-grid .col {
    vertical-align: top;
    /*      float: none;
          display: inline-block;*/
    overflow: hidden;
    position: relative; }
    .inspire-empower-grid .col.list {
      padding-left: 5%; }
      @media screen and (min-width: 820px) {
        .inspire-empower-grid .col.list {
          padding-left: 8%; } }
  .inspire-empower-grid .inspire-empower-image {
    display: inline-block; }
    @media screen and (min-width: 820px) {
      .inspire-empower-grid .inspire-empower-image {
        width: 52%; } }
  .inspire-empower-grid .splash-icons {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: left;
    padding-left: 1em;
    margin-left: 28%;
    margin-bottom: 0px; }
    @media screen and (min-width: 820px) {
      .inspire-empower-grid .splash-icons {
        margin-left: 8%;
        padding-bottom: 0px;
        padding-top: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    .inspire-empower-grid .splash-icons li {
      line-height: 1.2em;
      position: relative;
      margin: 0.1em 0;
      /*font-family: "Barlow", sans-serif;*/
      font-weight: 800;
      font-size: 18px;
      list-style: none; }
      @media screen and (min-width: 640px) {
        .inspire-empower-grid .splash-icons li {
          font-size: 18px; } }
      @media screen and (min-width: 820px) {
        .inspire-empower-grid .splash-icons li {
          font-size: 1.7vw; } }
      .inspire-empower-grid .splash-icons li:before {
        content: "●";
        width: 1.5em;
        height: 1.5em;
        background-size: contain;
        position: absolute;
        left: -1em;
        top: 0px; }

.grid-5 {
  text-align: center;
  vertical-align: top;
  line-height: 0px;
  font-size: 0px;
  width: 100%; }
  .grid-5:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 0) {
    .grid-5 .col {
      float: left; }
      .grid-5 .col:nth-of-type(1n+1) {
        width: 90%;
        margin-right: 0px; } }
  @media screen and (min-width: 640px) {
    .grid-5 .col {
      padding-top: 1vw;
      float: left; }
      .grid-5 .col:nth-of-type(1n+1) {
        width: 31%;
        margin-right: 3.5%; }
      .grid-5 .col:nth-of-type(2n+2) {
        width: 31%;
        margin-right: 3.5%; }
      .grid-5 .col:nth-of-type(3n+3) {
        width: 31%;
        margin-right: 0px; } }
  @media screen and (min-width: 1280px) {
    .grid-5 .col {
      padding-top: 0;
      float: left; }
      .grid-5 .col:nth-of-type(1n+1) {
        width: 18%;
        margin-right: 2.25%; }
      .grid-5 .col:nth-of-type(2n+2) {
        width: 18%;
        margin-right: 2.25%; }
      .grid-5 .col:nth-of-type(3n+3) {
        width: 18%;
        margin-right: 2.25%; }
      .grid-5 .col:nth-of-type(4n+4) {
        width: 18%;
        margin-right: 2.25%; }
      .grid-5 .col:nth-of-type(5n+5) {
        width: 18%;
        margin-right: 0px; } }
  .grid-5 .col {
    vertical-align: top;
    float: none;
    display: inline-block;
    overflow: hidden; }

.grid-2-small {
  width: 100%; }
  .grid-2-small:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 0) {
    .grid-2-small .col {
      float: left; }
      .grid-2-small .col:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0px; } }
  @media screen and (min-width: 820px) {
    .grid-2-small .col {
      float: left; }
      .grid-2-small .col:nth-of-type(1n+1) {
        width: 50%;
        margin-right: 0%; }
      .grid-2-small .col:nth-of-type(2n+2) {
        width: 50%;
        margin-right: 0px; } }

.grid-2-footer {
  width: 100%; }
  .grid-2-footer:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 0) {
    .grid-2-footer .col {
      float: left; }
      .grid-2-footer .col:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0px; } }
  @media screen and (min-width: 640px) {
    .grid-2-footer .col {
      float: left; }
      .grid-2-footer .col:nth-of-type(1n+1) {
        width: 30%;
        margin-right: 0%; }
      .grid-2-footer .col:nth-of-type(2n+2) {
        width: 70%;
        margin-right: 0px; } }

.grid-2:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-2 .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-2 .col {
      width: 50%;
      float: left;
      margin-right: 0%; }
      .grid-2 .col:nth-of-type(2n) {
        margin-right: 0px; } }

.grid-2-platform {
  width: 100%; }
  .grid-2-platform:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  @media screen and (min-width: 0) {
    .grid-2-platform .col {
      float: left; }
      .grid-2-platform .col:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0px; } }
  @media screen and (min-width: 820px) {
    .grid-2-platform .col {
      float: left; }
      .grid-2-platform .col:nth-of-type(1n+1) {
        width: 45%;
        margin-right: 5%; }
      .grid-2-platform .col:nth-of-type(2n+2) {
        width: 50%;
        margin-right: 0px; } }
  @media screen and (min-width: 1280px) {
    .grid-2-platform .col {
      padding-top: 0;
      float: left; }
      .grid-2-platform .col:nth-of-type(1n+1) {
        width: 47%;
        margin-right: 6%; }
      .grid-2-platform .col:nth-of-type(2n+2) {
        width: 47%;
        margin-right: 0px; } }

.grid-2-spacing:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-2-spacing .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-2-spacing .col {
      width: 48%;
      float: left;
      margin-right: 4%; }
      .grid-2-spacing .col:nth-of-type(2n) {
        margin-right: 0px; } }
.grid-2-spacing .illustration {
  margin-top: 32px;
  max-width: 100%; }
.grid-2-spacing .col > img {
  display: inline-block; }
.grid-2-spacing.content-right .col {
  float: right; }
.grid-2-spacing .col.image-left {
  float: left; }
.grid-2-spacing .col.image-right {
  float: right; }
.grid-2-spacing .col:first-of-type > p, .grid-2-spacing .col:first-of-type > h2, .grid-2-spacing .col:first-of-type > a {
  margin-left: 6.5vw; }
.grid-2-spacing .col:first-of-type > img {
  margin-right: auto;
  margin-left: 0px; }
.grid-2-spacing .col:last-of-type > p, .grid-2-spacing .col:last-of-type > h2, .grid-2-spacing .col:last-of-type > a {
  margin-left: 6.5vw; }
.grid-2-spacing .col:last-of-type > p, .grid-2-spacing .col:last-of-type > a {
  margin-right: 6.5vw; }
.grid-2-spacing .col:last-of-type > img {
  margin-right: 0px;
  margin-left: auto; }

.grid-3:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.grid-3 .col {
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .grid-3 .col {
      width: 33.3333333333%;
      float: left;
      margin-right: 0%; }
      .grid-3 .col:nth-of-type(3n) {
        margin-right: 0px; } }
.grid-3 input, .grid-3 select, .grid-3 textarea {
  min-width: 90%;
  margin: 0px; }
.grid-3 a.button {
  min-width: 90%;
  text-align: center; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

section {
  padding: 8.5vw 0 32px 0; }

.width50p {
  margin-left: auto;
  margin-right: auto;
  width: 80%; }
  @media screen and (min-width: 1280px) {
    .width50p {
      width: 50%; } }

.width90p {
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media screen and (min-width: 820px) {
    .width90p {
      width: 80%; } }

body {
  background-color: #f4f4f4; }

.center-block {
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media screen and (min-width: 1280px) {
    .center-block {
      width: 70%; } }

.sub-menu {
  padding: 0px;
  margin: 0px; }
  .sub-menu li {
    display: inline-block;
    margin: 0px;
    padding: 20px 42px; }
    .sub-menu li a {
      color: #352820;
      padding-bottom: 6px; }
    .sub-menu li.active {
      background-color: #ffffff; }
      .sub-menu li.active a {
        border-bottom: 2px solid #0065A7; }

.panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.05); }

.padding-l-65 {
  padding-left: 4vw; }

.padding-r-65 {
  padding-right: 4vw; }

.left-icons h2, .left-icons h3, .left-icons h4 {
  color: #707070;
  margin-left: 56px;
  position: relative; }
  .left-icons h2 a, .left-icons h3 a, .left-icons h4 a {
    color: #707070; }
    .left-icons h2 a:hover, .left-icons h3 a:hover, .left-icons h4 a:hover {
      color: #d83d00; }
.left-icons h4 {
  margin-top: 0px; }
.left-icons h3 {
  margin-top: 8.5vw; }
.left-icons .icon {
  float: left;
  font-family: "ElegantIcons";
  font-size: 32px;
  color: #0065A7;
  position: absolute;
  left: -56px;
  top: 0px; }

h3 {
  font-family: Barlow, Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: left; }

h4 {
  font-family: Barlow, Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 20px;
  font-size: 22px !important; }

.homepage_graphics h3 {
  min-height: 3em;
  color: #0065A7; }

.how-works-image {
  max-height: 130px; }

.color_logo_plaform {
  width: 12rem;
  width: 200px; }

.video-section {
  padding-bottom: 6.5vw;
  padding-left: 6.5vw;
  padding-right: 6.5vw; }
  @media screen and (min-width: 820px) {
    .video-section {
      padding-bottom: 6.5vw;
      padding-left: 8%;
      padding-right: 8%; } }
  @media screen and (min-width: 1280px) {
    .video-section {
      padding-bottom: 6.5vw;
      padding-left: 20%;
      padding-right: 20%; } }
  .video-section h2 {
    margin-top: 0px;
    padding-top: 6.5vw; }

.testimonials-section .testimonial {
  font-style: italic;
  color: #352820;
  line-height: 2em;
  margin-top: 1em;
  height: 7em;
  position: relative; }
  .testimonials-section .testimonial:after {
    content: "";
    background-color: #0065A7;
    height: 2px;
    width: 30%;
    position: absolute;
    bottom: -1em;
    left: 50%;
    margin-left: -15%; }

.top-nav-bar {
  background-color: #fff;
  z-index: 1000;
  padding-right: 8%;
  padding-left: 1em;
  height: 89px; }
  .org-page .top-nav-bar {
    position: relative; }
  @media screen and (min-width: 1280px) {
    .top-nav-bar {
      padding-left: 10%;
      padding-right: 10%; } }
  .top-nav-bar a {
    font-size: 18px;
    color: #352820;
    padding-bottom: 3px;
    padding-top: 2px;
    text-align: left; }
    .top-nav-bar a:hover {
      text-decoration: underline; }
    @media screen and (min-width: 1280px) {
      .top-nav-bar a {
        font-size: 15px;
        text-align: left; } }
  .top-nav-bar .login-link {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    padding-right: 2em;
    padding-top: 8px; }
  .top-nav-bar:after {
    clear: both;
    width: 100%;
    display: table; }

.trigger-button {
  /*top:5px;
  right: 5%;*/
  float: right;
  width: 46px;
  height: 46px;
  padding-top: 11px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  /*right:8%;*/ }
  @media screen and (min-width: 1280px) {
    .trigger-button {
      /*display: none;*/ } }
  @media screen and (min-width: 820px) {
    .trigger-button {
      /* right: 8%;*/ } }
  .trigger-button.is_expanded {
    background-color: #eaeaea; }
    .trigger-button.is_expanded div {
      background-color: #fff; }
  .trigger-button div {
    width: 22px;
    min-width: 17px;
    height: 2px;
    border-radius: 3px;
    background-color: #c6c6c6;
    margin: 3px 8px; }
    @media screen and (min-width: 0) {
      .trigger-button div {
        /* width: 3.5vw;*/
        height: 4px;
        margin: 4px 9px; } }
    @media screen and (min-width: 1280px) {
      .trigger-button div {
        position: relative;
        /* width: 2.24vw;*/
        /*        height: 4px;
                margin: 5px 9px;*/ } }
  .trigger-button:hover div {
    background-color: #d4dee6; }

.menu {
  /*position: absolute;*/
  /*position: relative;*/
  top: 1.41vw;
  left: 1.66vw;
  z-index: 15;
  padding: 5px 0; }

.main-menu {
  /*overflow: hidden;*/
  position: absolute;
  top: 66px;
  display: none;
  bottom: 0;
  /*padding-top: 1em;*/
  /* display: none;*/
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  right: 8%;
  background-color: #eaeaea;
  padding-left: 15px;
  padding-right: 10px; }
  .main-menu a {
    text-align: left;
    display: block;
    color: #707070;
    font-size: 15px;
    margin-bottom: 3px; }
  .main-menu.expanded_menu {
    padding-top: 6px;
    height: 14em;
    display: inline-block; }
    @media screen and (min-width: 640px) {
      .main-menu.expanded_menu.orgpage-menu {
        /*padding-top:30px;*/ } }
    .main-menu.expanded_menu.icxhome {
      height: 7em; }
    .main-menu.expanded_menu a {
      display: block;
      /*          @include breakpoint('large'){
                display: inline-block;
              }*/ }
  @media screen and (min-width: 1280px) {
    .main-menu {
      overflow: hidden;
      /*display: block;*/
      text-align: right;
      right: 10%; }
      .main-menu a {
        /*  display: inline-block;
         margin-left: 6px;
         padding-top: 1em;*/ } }

h1 {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase; }

h2 {
  font-family: "Barlow", sans-serif;
  font-size: 8vw;
  text-transform: uppercase; }
  @media screen and (min-width: 640px) {
    h2 {
      font-size: 3.1vw; } }

h4 {
  font-size: 4vw; }
  @media screen and (min-width: 640px) {
    h4 {
      font-size: 2vw; } }
  @media screen and (min-width: 1280px) {
    h4 {
      font-size: 1.25vw; } }

h2.title-section {
  font-size: 72px;
  margin-top: 6.5vw;
  text-align: center; }

p.title-section {
  font-size: 19.6px;
  padding: 22px 32px; }
  @media screen and (min-width: 1280px) {
    p.title-section {
      padding: 32px 6.5vw; } }

p.p90 {
  padding-left: 5%;
  padding-right: 5%; }

p {
  line-height: 1.5em; }

hr.base-color {
  height: 1px;
  background: #0065A7;
  border: none; }

.bg_star {
  background-image: url("../images/ignite_cx_white.png");
  background-position-x: 120%;
  background-position-y: -10vw;
  background-repeat: no-repeat;
  background-size: 70%; }

.iconfont {
  font-family: ElegantIcons; }

.ipad-image {
  max-width: 90%; }

#platform {
  /*background-image: url("../images/bg_section_platform.png");*/
  background-repeat: no-repeat;
  background-position-x: 110%;
  background-position-y: 85%; }

#genius {
  /* background-image: url("../images/bg_section_genius.png");*/
  background-repeat: no-repeat;
  background-position: left top; }

.poweredby_text {
  color: #fff;
  font-size: 16px; }

.org_address {
  color: #fff;
  font-size: 16px;
  text-align: right;
  display: inline-block; }

.asblogo {
  max-width: 173px; }
  footer .asblogo {
    margin-left: 40px;
    display: inline-block; }

.plus_list {
  list-style: none;
  padding-right: 1vw; }
  .plus_list li {
    font-size: 24px;
    margin: 0px 0px 1.5em 1.5em;
    cursor: pointer;
    position: relative;
    font-weight: 700; }
    .plus_list li:hover .reg {
      text-decoration: underline; }
    .plus_list li:before {
      /*content:"P";*/
      content: "";
      border-width: 10px 0 10px 20px;
      font-family: ElegantIcons;
      color: #d83d00;
      border-color: transparent transparent transparent #707070;
      border-style: solid;
      margin-right: 20px;
      display: block;
      position: absolute;
      left: -40px;
      top: 6px; }
    .plus_list li.ipad_item_current:before {
      top: 8px;
      border-width: 20px 10px 0 10px;
      border-color: #d83d00 transparent transparent transparent; }
    .plus_list li .expanded {
      display: none;
      margin: 0px;
      text-decoration: none !important; }
      .plus_list li .expanded img {
        margin-top: 10px; }
        @media screen and (min-width: 820px) {
          .plus_list li .expanded img {
            display: none; } }

.scroll_bg {
  padding-top: 22px;
  padding-bottom: 22px; }

.funnel-graphic {
  max-width: 45%;
  display: block;
  position: relative;
  bottom: -2vw;
  left: 50%;
  margin-top: -8vw;
  transform: translate(-50%, 0%); }
  @media screen and (min-width: 820px) {
    .funnel-graphic {
      max-width: 35vw;
      display: block;
      position: absolute;
      bottom: -8vw;
      left: 75%; } }
  @media screen and (min-width: 1440px) {
    .funnel-graphic {
      max-width: 33vw; } }
  @media screen and (min-width: 1600px) {
    .funnel-graphic {
      max-width: 29vw; } }

.tab .tab-btn {
  background: none;
  border: none;
  float: right;
  margin-top: 38px;
  cursor: pointer; }
  .tab .tab-btn:focus {
    outline: none; }
  .tab .tab-btn img {
    width: 25px; }
.tab h4 {
  cursor: pointer;
  color: #0065A7;
  padding: 32px 6.5vw 12px;
  margin: 0px; }
.tab .tab-content {
  border-bottom: 1px solid #c6c6c6; }
  .tab .tab-content p {
    display: none;
    margin: 0px 6.5vw 50px;
    padding-top: 22px; }
    @media screen and (min-width: 1280px) {
      .tab .tab-content p {
        width: 50%; } }
.tab:first-of-type p {
  display: block; }

.dynamic-panel {
  position: relative; }

.buyers_btn, .vendors_btn, .managers_btn {
  vertical-align: text-bottom;
  width: 33.3%;
  top: 0px;
  box-sizing: border-box;
  padding: 12px 22px;
  margin: 0px;
  display: block;
  position: absolute;
  font-size: 21px;
  color: #fff;
  background-color: #0065A7;
  cursor: pointer;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  transition: left linear .5s; }
  .buyers_btn.grayed, .vendors_btn.grayed, .managers_btn.grayed {
    background-color: #c6c6c6; }
  .buyers_btn.active, .vendors_btn.active, .managers_btn.active {
    left: 0px;
    position: relative;
    background-color: #fff;
    color: #707070; }
  .buyers_btn.one, .vendors_btn.one, .managers_btn.one {
    left: 33.3%; }
  .buyers_btn.two, .vendors_btn.two, .managers_btn.two {
    left: 66.6%;
    background-color: #c6c6c6; }
  .buyers_btn .iconfont, .vendors_btn .iconfont, .managers_btn .iconfont {
    vertical-align: middle;
    line-height: 21px;
    font-size: 60px; }

.buyer_option, .vendor_option, .manager_option {
  display: none; }
  .buyer_option.opened, .vendor_option.opened, .manager_option.opened {
    display: block; }

.show-on-medium-block {
  display: none; }
  @media screen and (min-width: 640px) {
    .show-on-medium-block {
      display: block; } }

.show-on-medium-large-block {
  display: none; }
  @media screen and (min-width: 820px) {
    .show-on-medium-large-block {
      display: block; } }

.hide-on-medium-large-block {
  display: block; }
  @media screen and (min-width: 820px) {
    .hide-on-medium-large-block {
      display: none; } }

.show-on-medium-large-inlineblock {
  display: none; }
  @media screen and (min-width: 820px) {
    .show-on-medium-large-inlineblock {
      display: inline-block; } }

.hide-on-medium-large-inlineblock {
  display: inline-block; }
  @media screen and (min-width: 820px) {
    .hide-on-medium-large-inlineblock {
      display: none; } }

.gray-hr {
  background-color: #ccc;
  margin-top: 0px;
  height: 2px;
  border: none; }

.menu-section-right {
  width: 100px;
  padding: 33px 0px;
  text-align: center;
  margin-right: 5px; }
  .menu-section-right a.icon {
    display: none; }
  @media screen and (min-width: 640px) {
    .menu-section-right {
      text-align: right; }
      .menu-section-right a.icon {
        display: inline-block; } }
  @media screen and (min-width: 1280px) {
    .menu-section-right {
      float: right; } }
  .menu-section-right .icon {
    font-family: "ElegantIcons";
    font-size: 23px;
    vertical-align: middle;
    color: #c6c6c6;
    margin-left: 0.2em; }
  .menu-section-right .icon:hover {
    text-decoration: none;
    color: #0065A7; }
  .menu-section-right * {
    display: inline-block; }
  .menu-section-right img {
    /*margin-top: 1em;*/
    vertical-align: middle; }

.learn-more-expandable {
  display: none;
  padding: 2em 0; }
  @media screen and (min-width: 1280px) {
    .learn-more-expandable {
      padding: 2em 5vw; } }

.process_description_graphic {
  max-width: 85%;
  display: inline-block; }
  @media screen and (min-width: 640px) {
    .process_description_graphic {
      max-width: 100%; } }

.scroller_paddings {
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media screen and (min-width: 1280px) {
    .scroller_paddings {
      width: 1180px; } }

footer {
  padding: 25px 0 40px 0; }
  footer .footer_logo {
    max-width: 180px; }
  footer .powered_by {
    font-size: 14px;
    text-shadow: none;
    vertical-align: middle; }
    footer .powered_by img {
      vertical-align: middle; }
      footer .powered_by img.ignite_logo_white {
        margin-bottom: 10px; }
  footer p, footer a {
    color: #000;
    font-size: 14px;
    line-height: 25px; }
  footer h2 {
    font-size: 34px;
    font-weight: 700;
    font-family: Barlow; }

.ipad-widget {
  position: relative;
  display: none; }
  @media screen and (min-width: 820px) {
    .ipad-widget {
      display: block; } }
  .ipad-widget .items-ipad {
    position: absolute;
    width: 100%;
    top: 0px; }
  .ipad-widget .image-item {
    position: absolute;
    margin-top: 13%;
    width: 78.3%;
    margin-left: 11%;
    margin-right: 6%;
    transition: opacity 1s;
    /*      left: 50%;
          margin-left: -50%;*/ }

.triangle-right, .triangle-left {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  top: 40%;
  cursor: pointer; }

.triangle-right {
  right: -20px;
  /*border-width: 1.1vw 0 1.1vw 1.9vw;*/
  border-width: 21px 0 21px 35px;
  border-color: transparent transparent transparent #d83d00; }
  .triangle-right:hover {
    opacity: 0.8; }

.triangle-left {
  left: -20px;
  /*border-width: 1.1vw 1.9vw 1.1vw 0;*/
  border-width: 21px 35px 21px 0;
  border-color: transparent #d83d00 transparent transparent; }
  .triangle-left:hover {
    opacity: 0.8; }

.designer_wrapper {
  position: relative;
  display: inline-block; }
  .designer_wrapper .designer_image {
    position: absolute;
    left: 0px;
    margin-top: 4%;
    margin-left: 12%;
    margin-right: 12.3%;
    width: 75.7%;
    top: 0px; }

/*# sourceMappingURL=style.css.map */
