/*************************************************************/
/* Bootstrap overrides */
/*************************************************************/

.media-list .img-thumbnail {
  max-width: none;
}

@media (min-width: 992px) {
  body.narrow .container {
    width: 750px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }

  body.narrow .container {
    width: 750px;
  }
}

/*************************************************************/
/* Hero */
/*************************************************************/

.bw-Hero {
  position: relative;
  color: white;
  background-color: #437aad;
  text-align: center;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bw-Hero h1 {
  margin-top: 1em;
  font-size: 2em;
  font-weight: 600;
}

.bw-Hero ul {
  list-style: none;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .bw-Hero ul {
    padding-left: 0;
  }
}

.bw-Hero li:before {
  content: "✓";
  color: white;
  margin-right: 1rem;
  font-size: 2.5rem;
}

.bw-HeroContainer {
  max-width: 1024px !important;
}

.bw-HeroText {
  font-size: 1.6em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  /* border-radius: 3rem; */
  /* background-color: rgba(255, 255, 255, 0.15); */
  padding: 2rem;
}

.bw-Hero-Classroom {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .bw-Hero-Classroom {
    min-height: 380px;
  }
}

.bw-Hero-StartTrialButton {
  margin-top: 1em;
  border: none !important;
  border-bottom: 4px solid #9e612c !important;
  background: #d67100 !important;
}

@media (max-width: 767px) {
  .bw-Hero-StartTrialButton {
    margin-top: 1em;
  }
}

.bw-Hero-IntroVideo-Caption {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0.8em;
}

.b_ {
  font-weight: bold;
}

.bw-Hero-IntroVideo-Caption a {
  color: white;
}

.bw-light {
  color: #777;
}

.bw-TooltipLink {
  margin-left: 0.5em;
  cursor: pointer;
}

.bw-PlainLink {
  color: #333;
  text-decoration: none;
}

.bw-PlainLink:hover {
  color: #333;
  text-decoration: none;
}

.bw-DownloadEBookForm input[type="email"] {
  max-width: 300px;
}

.bw-Download {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.bw-ADEDescription {
  color: #888;
  font-style: italic;
}

.bw-ADEDescription em {
  font-weight: 400;
}

.bw-ADECountrySelect {
  height: auto;
  max-height: 15em;
  overflow-x: hidden;
}

.bw-button {
  white-space: initial;
  border: 1px solid #5d381f;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);

  /* Gradient */
  background: #ec7d10;
  /* Old browsers */
  /* background: -moz-linear-gradient(top,  #ff8915 0%, #e06f00 100%);*/
  /* FF3.6+ */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8915), color-stop(100%,#e06f00)); */
  /* Chrome,Safari4+ */
  /* background: -webkit-linear-gradient(top,  #ff8915 0%,#e06f00 100%); */
  /* Chrome10+,Safari5.1+ */
  /* background: -o-linear-gradient(top,  #ff8915 0%,#e06f00 100%);*/
  /* Opera 11.10+ */
  /* background: -ms-linear-gradient(top,  #ff8915 0%,#e06f00 100%); */
  /* IE10+ */
  /* background: linear-gradient(to bottom,  #ff8915 0%,#e06f00 100%); */
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8915', endColorstr='#e06f00',GradientType=0 ); */
  /* IE6-9 */

  /* Animation */
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.bw-button:hover,
.bw-button:focus {
  color: white;
  background: #e06f00;
}

.bw-button:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #b86614;
}

.bw-button.btn-success {
  /* Gradient */
  background: #53a354;
  /* Old browsers */
  background: -moz-linear-gradient(top, #53a354 0%, #3c763d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #53a354),
      color-stop(100%, #3c763d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #53a354 0%,
      #3c763d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #53a354 0%,
      #3c763d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #53a354 0%, #3c763d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #53a354 0%, #3c763d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53A354', endColorstr='#3c763d', GradientType=0);
  /* IE6-9 */
}

.bw-button.btn-success {
  background-color: #5cb85c;
}

.bw-button.btn-success:hover {
  background-color: #398439;
}

.bw-button.btn-primary {
  /* Gradient */
  background: #6c80c1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6c80c1 0%, #3c4a76 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #6c80c1),
      color-stop(100%, #3c4a76));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #6c80c1 0%,
      #3c4a76 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #6c80c1 0%,
      #3c4a76 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6c80c1 0%, #3c4a76 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6c80c1 0%, #3c4a76 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c80c1', endColorstr='#3c4a76', GradientType=0);
  /* IE6-9 */
}

.bw-button-large {
  border-radius: 8px;
  font-size: 24px;
  padding: 0.5em 1em;
}

.bw-button-small {
  border-radius: 3px;
  font-size: 15px;
  padding: 0.3em 0.8em;
}

.bw-ContentRow {
  margin-top: 1em;
  margin-bottom: 1em;
}

.bw-SupportIconsStrip {
  padding-top: 0 !important;
}

.bw-SupportIconsStrip a {
  color: #23527c;
}

.bw-SupportIconsStrip i {
  margin-top: 30px;
}

.bw-SupportIconsStrip svg {
  margin-top: 30px;
}

.bw-SupportIconsStrip h3 {
  margin-top: 0.5em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bw-SupportIconsStrip {
    font-size: 70%;
  }
}

.bw-WidgetLibrary-Description {
  font-size: 0.8em;
}

.bw-WidgetLibrary-Widget h4 {
  margin-top: 0;
}

.bw-WidgetLibrary-Widget {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
}

.bw-WidgetLibrary-WidgetIcon {
  padding-left: 0;
  padding-right: 0;
}

.bw-WidgetLibrary-WidgetIcon img {
  width: 83px;
}

.bw-WidgetLibrary-WidgetActions {
  margin-top: 0.5em;
  width: 83px;
}

.bw-WidgetLibrary-WidgetActions a.btn {
  width: 83px;
}

.bw-WidgetLibrary-WidgetActions a.btn.bw-WidgetLibrary-WidgetActionWithDropdown {
  width: 57px;
}

.bw-TourIntro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bw-TourIntro-Video img {
  width: 300px;
}

.bw-TourIntro-VideoCaption {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
}

.bw-TourIntro-VideoCaption a {
  color: #333;
}

.bw-TourIntro-elementary {
  background-image: url(/img/hero-bg-elementary.jpg);
}

.bw-TourIntro-middle-high-school {
  background-image: url(/img/hero-bg-middle.jpg);
}

.bw-TourIntro-university {
  background-image: url(/img/hero-bg-uni.jpg);
}

.bw-TourIntro-trainers {
  background-image: url(/img/hero-bg-professional.jpg);
}

.bw-TourIntro-StartFreeTrial a {
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bw-TourIntro-StartFreeTrial a {
    margin-top: 20px;
  }
}

.bw-TourIntro p {
  font-size: 1.4em;
  font-weight: 300;
}

.bw-WidgetLibraryFade {
  position: relative;
}

.bw-WidgetLibraryFade:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, white 0%, rgba(238, 238, 238, 0) 100%);
  /* pointer-events: none; */
}

.bw-WidgetLibraryFade img {
  width: 80px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.bw-PreviewFade {
  position: relative;
  border-bottom: 0;
}

.bw-PreviewFade:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
      rgba(238, 238, 238, 1) 0%,
      rgba(238, 238, 238, 0) 100%);
  /* pointer-events: none; */
}

.bw-ShowMoreWidgets {
  font-size: 1.4em;
  position: relative;
  font-weight: bold;
  margin-top: -1em;
  margin-bottom: 1em;
}

.bw-ShowMoreWidgets a:hover {
  text-decoration: none;
}

.bw-ShowMoreWidgets a[aria-expanded="true"] {
  display: none;
}

.bw-minimal-tablet-frame {
  padding: 8px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-right: 20px;
  box-shadow: 2px 2px 10px 0 #ccc;
  position: relative;
}

.bw-minimal-tablet-frame::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fbf9f9;
  top: calc(50% - 9px);
  right: 3px;
}

.bw-minimal-tablet-frame>img {
  border: 1px solid #aaa;
  border-radius: 4px;
}

.bw-minimal-laptop-frame {
  padding: 8px;
  background: #f4f5f7;
  border: 1px solid #ccc;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: 2px 2px 10px 0 #ccc;
  position: relative;
}

.bw-minimal-laptop-frame::after {
  content: "";
  position: absolute;
  width: 116%;
  height: 10px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 0 0 20px 20px;
  top: 100%;
  left: -8%;
  background: #f4f5f7;
  z-index: 1;
  box-shadow: 2px 2px 10px 0 #ccc;
}

.bw-minimal-laptop-frame::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 3px;
  left: 50%;
  top: calc(100% + 1px);
  margin-left: -5%;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  background: #d8dbe1;
  z-index: 2;
}

.bw-minimal-laptop-frame>img {
  border: 1px solid #aaa;
  border-radius: 4px;
}

/*************************************************************/
/* Section */
/*************************************************************/

section:nth-of-type(even) {
  background: #faf8f3;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  /* margin-top: 40px;
  /* margin-bottom: 40px;
  */
}

.bw-HomePage section:nth-of-type(3n) {
  background: #437aad;
  border-top: 1px solid #437aad;
  border-bottom: 1px solid #437aad;
}

.bw-HomePage section:nth-of-type(3n + 1) {
  background: #edf5fa;
  border-top: 1px solid #edf5fa;
  border-bottom: 1px solid #edf5fa;
}

.bw-HomePage section:nth-of-type(3n + 2) {
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.bw-HomePage section:nth-of-type(3n) h2 {
  color: #ffffff !important;
}

.bw-HomePage section:nth-of-type(3n) p {
  color: #ffffff !important;
}

/*************************************************************/
/* Text */
/*************************************************************/

.bw-text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
}

.bw-text h1 img {
  margin-right: 0.3em;
  height: 1.1em;
}

.bw-text h2 {
  margin-top: 1.3em;
}

.bw-text h1:first-child {
  margin-top: 0;
}

.bw-text h1+h2 {
  margin-top: 0;
}

.bw-text h2:first-child {
  margin-top: 0;
}

.bw-text h3 {
  margin-top: 1.3em;
}

.bw-text h3:first-child {
  margin-top: 0;
}

.bw-text h4 {
  margin-top: 1.1em;
}

.bw-text h4:first-child {
  margin-top: 0;
}

.bw-text p img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.bw-text ul {
  margin-top: 1em;
}

.bw-text ul ul {
  margin-top: 0;
}

.bw-text p {
  margin-top: 20px;
}

.bw-text p:first-child {
  margin-top: 0;
}

.bw-text p .small {
  font-size: 16px;
}

/*************************************************************/
/* Strips */
/*************************************************************/

.bw-Strip {
  padding-top: 4em;
  padding-bottom: 4em;
}

@media (max-width: 767px) {
  .bw-Strip {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.bw-EmptyStrip {
  padding: 0;
  margin-top: -3em !important;
  /* Undo the padding */
  margin-bottom: 0;
}

.bw-EmptyStrip+.bw-Strip {
  border-top: 0;
}

@media (max-width: 767px) {
  .bw-EmptyStrip {
    margin-top: -2em !important;
    /* Undo the padding */
  }
}

section.bw-EmptyStrip {
  border: 0;
}

.bw-media-text-tiles-column img {
  margin-bottom: 1em;
}

.bw-media-text-tiles-column h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  display: block;
  margin-top: 0.3em;
}

.bw-TextMediaStrip h1 {
  margin-bottom: 0.5em;
}

.bw-TextMediaStrip-MediaColumn {
  /*   margin-left: 1em; */
  /*   margin-bottom: 1em; */
  margin-top: 0em;
}

/*  */
/* @media (max-width: 767px) { */
/*   .bw-TextMediaStrip-MediaColumn { */
/* 	margin-left: 0; */
/*   } */
/* } */
/*  */
.bw-MediaTextStrip-MediaColumn {
  /*   margin-right: 2em; */
  /*   margin-bottom: 1em; */
  margin-top: 0em;
}

/*  */
/* @media (max-width: 767px) { */
/*   .bw-MediaTextStrip-MediaColumn { */
/* 	margin-right: 0; */
/*   } */
/* } */

.bw-MediaListStrip ul li {
  margin-top: 1em;
  margin-bottom: 1em;
}

.bw-FAQStrip-QuestionTitle {
  font-size: 1.2em;
}

.bw-FAQStrip-QuestionTitle a:hover {
  text-decoration: none;
}

.bw-FAQStrip-Answer {
  padding-top: 0.5em;
}

.bw-Strip.no-padding-bottom {
  padding-bottom: 0;
}

.bw-Strip.no-padding-top {
  padding-top: 0;
}

.bw-Strip.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.bw-CollapsiblePanelGroupStrip .panel-group {
  margin-top: 2em;
}

.bw-CollapsiblePanelGroupStrip .bw-Search {
  margin-bottom: 1em;
}

/*************************************************************/
/* Role selector */
/*************************************************************/

.bw-RoleSelector {
  font-size: 18px;
  padding: 0.8em;
  border: 1px solid;
  border-radius: 0.8em;
  cursor: pointer;
  margin-bottom: 1em;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
}

.bw-RoleSelector-Container {
  display: table;
  width: 100%;
  height: 100%;
}

.bw-RoleSelector-Icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
}

.bw-RoleSelector-Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.bw-RoleSelector:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media (max-width: 992px) {
  .bw-RoleSelector {
    font-size: 14px;
  }

  .bw-RoleSelector-Icon {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .bw-RoleSelector {
    font-size: 18px;
    height: 140px;
  }

  .bw-RoleSelector-Icon {
    text-align: center;
    font-size: 2em;
    width: 2em;
  }
}

.bw-RoleSelector.disabled {
  filter: alpha(opacity=40);
  opacity: 0.4;
  background-color: transparent;
}

.bw-RoleSelector-elementary {
  color: #f7ae13;
}

.bw-RoleSelector-elementary.active {
  background-color: rgba(247, 174, 19, 0.1);
}

.bw-RoleSelector-middle-high-school {
  color: #036eb4;
  padding-right: 0.5rem;
  /* Hack */
}

.bw-RoleSelector-middle-high-school.active {
  background-color: rgba(3, 110, 180, 0.1);
}

.bw-RoleSelector-university {
  color: #794990;
}

.bw-RoleSelector-university.active {
  background-color: rgba(121, 73, 144, 0.1);
}

.bw-RoleSelector-trainers {
  color: #e54314;
}

.bw-RoleSelector-trainers.active {
  background-color: rgba(229, 67, 20, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
  .bw-MiniRoleSelector {
    font-size: 16px;
  }
}

.bw-MiniRoleSelector.affix {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0px 15px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 15px 10px rgba(0, 0, 0, 0.25);
}

.bw-MiniRoleSelector a {
  text-decoration: none;
}

.bw-MiniRoleSelector .bw-RoleSelector {
  height: 90px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.bw-MiniRoleSelector-Contents .row>* {
  padding-left: 5px;
  padding-right: 5px;
}

/*************************************************************/
/* Widget preview dialog
/*************************************************************/

.bw-WidgetPreviewDialog {
  top: 0;
}

.bw-WidgetPreviewDialog iframe {
  border: none;
}

.bw-WidgetPreviewDialog button.close {
  float: left;
  margin-top: 0px;
  margin-right: 1em;
}

.bw-WidgetPreviewDialog .modal-dialog {
  width: 95%;
  height: 95%;
}

.bw-WidgetPreviewDialog .modal-content {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1096px) {
  .bw-WidgetPreviewDialog .modal-content {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-height: 924px) {
  .bw-WidgetPreviewDialog .modal-content {
    height: 864px;
  }
}

.bw-WidgetPreviewDialog .modal-body {
  padding: 0px;
  background-color: #2a2a2a;
  height: calc(100% - 56px - 40px);
  overflow-y: hidden;
}

.bw-WidgetPreviewDialog .modal-body .content {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  /* Fixes backsite-only problem */
}

.bw-WidgetPreviewDialog .modal-footer {
  margin-top: 0px;
}

/*************************************************************/
/* Talking Head
/*************************************************************/

.bw-TalkingHead {
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}

.bw-TalkingHead strong {
  font-style: normal;
  font-weight: 400;
}

.bw-TalkingHead p.bw-TalkingHead-Quote {
  font-size: 16px;
}

.bw-TalkingHead p.bw-TalkingHead-QuoteOrigin {
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}

.bw-TalkingHead p.bw-TalkingHead-QuoteOrigin:before {
  content: "- ";
}

.bw-TalkingHead .bw-TalkingHead-QuoteBorder {
  display: inline-block;
  padding: 10px;
  position: relative;
  width: calc(100% - 100px);
  /* max-width: 500px; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 30px;
  background: #fffefb;
  border: 1px solid #d1cab8;
}

.bw-TalkingHead-top .bw-TalkingHead-QuoteBorder {
  width: 100%;
  margin-right: 0px;
}

.bw-TalkingHead .bw-TalkingHead-QuoteBorder:after,
.bw-TalkingHead .bw-TalkingHead-QuoteBorder:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bw-TalkingHead-top .bw-TalkingHead-QuoteBorder:after,
.bw-TalkingHead-top .bw-TalkingHead-QuoteBorder:before {
  left: 50%;
  top: 100%;
}

.bw-TalkingHead .bw-TalkingHead-QuoteBorder:after {
  border-color: rgba(255, 254, 251, 0);
  border-left-color: #fffefb;
  border-width: 20px;
  margin-top: -20px;
}

.bw-TalkingHead-top .bw-TalkingHead-QuoteBorder:after {
  border-color: rgba(255, 254, 251, 0);
  border-top-color: #fffefb;
  border-width: 20px;
  margin-top: 0px;
  margin-left: -20px;
}

.bw-TalkingHead .bw-TalkingHead-QuoteBorder:before {
  border-color: rgba(209, 202, 184, 0);
  border-left-color: #d1cab8;
  border-width: 21px;
  margin-top: -21px;
}

.bw-TalkingHead-top .bw-TalkingHead-QuoteBorder:before {
  border-color: rgba(209, 202, 184, 0);
  border-top-color: #d1cab8;
  border-width: 21px;
  margin-top: 0px;
  margin-left: -21px;
}

.bw-TalkingHead img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 95px;
}

.bw-TalkingHead-top img {
  display: block;
  position: static;
  margin-top: 30px;
}

/*************************************************************/
/* Tour -- Widget intro
/*************************************************************/

.bw-Tour-WidgetIntroNavigation {
  padding: 0;
}

.bw-Tour-WidgetIntroNavigation a {
  color: black;
  cursor: pointer;
}

.bw-Tour-WidgetIntroNavigation a:hover {
  text-decoration: none;
}

.bw-Tour-WidgetIntroNavigation img {
  padding-left: 4px;
  padding-right: 4px;
  max-width: 100px;
}

.bw-Tour-WidgetIntroNavigation h2 {
  font-size: 1.1em;
  margin-top: 0.5em;
}

/* From bootstrap list-unstyled */
.bw-Tour-WidgetIntroNavigation ul {
  padding-left: 0;
  list-style: none;
}

.bw-Tour-WidgetIntroNavigation li {
  padding: 0.5em 2em;
  border: 1px solid #eee;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-right: 0;
}

.bw-Tour-WidgetIntroNavigation li.active {
  background-color: #eee;
  /* border: thin solid #ddd; */
}

.bw-Tour-WidgetIntroNavigation-More {
  position: relative;
}

.bw-Tour-WidgetIntroNavigation-More:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.active>a>.bw-Tour-WidgetIntroNavigation-More:after {
  background: linear-gradient(to top,
      rgba(238, 238, 238, 1) 0%,
      rgba(238, 238, 238, 0) 100%);
}

.bw-Tour-WidgetIntroContents {
  /* border-top: thin solid #ddd; */
  /* border-right: thin solid #ddd; */
  /* border-bottom: thin solid #ddd; */
  background-color: #eee;
  min-height: 700px;
  /* Temporary */
  padding: 1em 1em;
}

.bw-Tour-WidgetIntroContents .bw-Tour-WidgetPreview {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 80%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  background-color: #fff;
}

.bw-Tour-WidgetIntroQuote {
  margin-top: 1em;
  /* float: right; */
}

.bw-Tour-WidgetLibraryPreview a {
  color: #333;
}

.bw-Tour-WidgetLibraryPreview img {
  width: 32px;
  height: 32px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.bw-Tour-WidgetLibraryPreview span {
  font-size: 14px;
  margin-left: 6px;
}

@media (max-width: 767px) {
  .bw-Tour-WidgetIntroContents {
    padding: 1em 0.5em;
  }

  /* From bootstrap list-inline */
  .bw-Tour-WidgetIntroNavigation ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: center;
  }

  .bw-Tour-WidgetIntroNavigation ul>li {
    display: inline-block;
    vertical-align: top;
    height: 105px;
    padding: 10px 5px;
    width: 25%;
  }

  .bw-Tour-WidgetIntroNavigation li {
    border-bottom-left-radius: 0;
    border-top-right-radius: 1em;
    border-right: 1px solid #eee;
  }

  .bw-Tour-WidgetIntroNavigation img {
    width: 60px;
    /* Reset from img-responsive */
  }

  .bw-Tour-WidgetIntroNavigation h2 {
    font-size: 0.7em;
  }

  .bw-Tour-WidgetIntroContents {
    min-height: 0;
  }

  .bw-Tour-WidgetLibraryPreview span {
    font-size: 9px;
  }

  .bw-Tour-WidgetLibraryPreview img {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-bottom: 1px;
  }
}

/*************************************************************/
/* Tour -- How It Works
/*************************************************************/

.bw-Tour-HowItWorks h2 {
  color: #11669c;
  margin-top: 0.5em;
}

.bw-Tour-HowItWorks h3 {
  margin-top: 0;
}

.bw-Tour-HowItWorks-Icon {
  width: 54px;
  height: 54px;
}

.bw-Tour-HowItWorks .row {
  margin-top: 1em;
  margin-bottom: 1em;
}

.bw-Tour-HowItWorks hr {
  margin: 40px;
}

.bw-Tour-HowItWorks-ScreenshotContainer {
  padding-left: 0;
  padding-right: 0;
}

.bw-Tour-HowItWorks-Screenshot {
  width: 300px;
}

@media (max-width: 767px) {
  .bw-Tour-HowItWorks h3 {
    font-size: 1.1em;
    text-align: center;
    color: #777;
  }
}

/*************************************************************/
/* More Arrow
/*************************************************************/

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.bw-MoreArrow {
  z-index: 1500;
  color: rgb(236, 125, 16);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 80px;
  background-size: contain;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  cursor: pointer;
}

.bw-MoreArrow>div:first-child {
  position: relative;
  top: 22px;
}

/*************************************************************/
/* Home page 
/*************************************************************/

.bw-HomePage h2 {
  color: #00558b;
  margin-bottom: 4rem;
}

/*************************************************************/
/* Ambassadors page 
/*************************************************************/

.bw-ambassadors h4+p {
  margin-top: 0;
}

.bw-ambassadors section .btn {
  font-size: 1.5em;
}

.bw-ambassadors .bw-TextTilesStrip a {
  font: normal normal normal 24px/1 FontAwesome;
  margin-left: 5px;
  margin-right: 5px;
  color: #666;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bw-ambassadors .bw-TextTilesStrip a:hover {
  color: #444;
  text-decoration: none;
}

.bw-ambassadors .bw-TextTilesStrip a:before {
  content: "\f0ac";
}

.bw-ambassadors .bw-TextTilesStrip a[href*="twitter.com"]:before {
  content: "\f099";
}

.bw-ambassadors .bw-TextTilesStrip a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.bw-ambassadors .bw-TextTilesStrip a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.bw-ambassadors .bw-TextTilesStrip a[href*="facebook.com"]:before {
  content: "\f09a";
}

.bw-ambassadors .bw-TextTilesStrip a[href*="youtube.com"]:before {
  content: "\f167";
}

.bw-ambassadors .bw-TextTilesStrip a[href*="vimeo.com"]:before {
  content: "\f27d";
}

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

.mt5 {
  margin-top: 4rem;
}

.mt3 {
  margin-top: 1rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mr3 {
  margin-right: 1rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mb5 {
  margin-bottom: 4rem;
}

.mb5_5 {
  margin-bottom: 6rem;
}

.mb6 {
  margin-bottom: 8rem;
}

.mt4 {
  margin-top: 2rem;
}

.mt0 {
  margin-top: 0rem;
}

/* Currently no longer used, because SVG is loaded as SVG (because of efficiency issues 

.bw-Hero-Student svg { width: 100%; }

@keyframes armWave {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  to {
    transform: rotate(10deg) translateY(3px);
  }
}

.bw-Hero-Student1 svg .arm {
  //transform-origin: 100% 100%; When initial render happens at the wrong time, this goes wrong
  transform-origin: 220px 50px;
  animation-name: armWave;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@media (min-width: 768px) {
  .bw-Hero-Student svg { width: 120%; }
  .bw-Hero-Student > div { position: relative; }
  .bw-Hero-Student1 > div { left: -4rem }
  .bw-Hero-Student2 > div { top: -4rem; left: -4rem; }
  .bw-Hero-Student3 > div { top: -12rem; left: 0rem; }
}*/

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pl0 {
  padding-left: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pt0 {
  padding-top: 0;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.f2 {
  font-size: 2.25rem;
}

.f3 {
  font-size: 1.5rem;
}

.f4 {
  font-size: 1.25rem;
}

.fixed {
  position: fixed;
}

.mv3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ml2 {
  margin-left: 0.5em;
}

.ml3 {
  margin-left: 1em;
}

.bg-light-green {
  background-color: #9eebcf;
}

.bg-blue {
  background-color: rgb(96, 156, 240);
}

.bg-green {
  background-color: green;
}

.bg-washed-yellow {
  background-color: #fffceb;
}

.white {
  color: #fff;
}

.normal {
  font-weight: normal;
}

.fw4 {
  font-weight: 400;
}

.fw8 {
  font-weight: 800;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.w-100 {
  width: 100%;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fr {
  float: right;
}

@media (min-width: 768px) {
  .pr2-sm {
    padding-right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .ph0-md {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (min-width: 1200px) {
  .ph4-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.flex {
  display: flex;
}

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

.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.justify-center {
  justify-content: center;
}

.bw-AnalyticsConsent {
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  padding: 0 2em;
  color: white;
  height: 12em;
  align-items: center;
  background-color: green;
  z-index: 9000;
  margin-bottom: -12em;
  transition: 1s;
  flex-direction: column;
  justify-content: center;
}


.bw-AnalyticsConsent.in {
  transition: 1s;
  margin-bottom: 0;
}

.bw-AnalyticsConsent .bw-message {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}

.bw-AnalyticsConsent .bw-message small {
  color: rgb(202, 255, 194);
  font-size: 0.8em;
  font-weight: normal;
}

.bw-AnalyticsConsent .bw-message p {
  margin-bottom: 0.25em;
}

.bw-AnalyticsConsent .buttons {
  display: flex;
  flex-direction: column;
}

.bw-AnalyticsConsent a {
  color: white;
  text-decoration: underline;
}

.bw-AnalyticsConsent button {
  font-size: 0.7em;
  margin: 0 1rem;
  padding: 1rem 2rem;
  border: none;
  background: none;
}

.bw-AnalyticsConsent button.bw-default {
  font-size: 1em;
  background-color: white;
  color: rgb(0, 27, 0);
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .bw-AnalyticsConsent {
    flex-direction: row;
    margin-bottom: -7em;
    height: 7em;
  }

  .bw-AnalyticsConsent .bw-message {
    text-align: left;
    margin-bottom: 0;
  }

  .bw-AnalyticsConsent .bw-message p {
    margin-bottom: 0;
  }

  .bw-AnalyticsConsent .buttons {
    margin-left: 1em;
  }

  .bw-AnalyticsConsent button.bw-default {
    margin-top: 1em;
  }
}

#preview-video video {
  max-width: 500px;
}

#preview-video {
  padding-top: 2em;
  padding-bottom: 2em;
}

a[href='https://www.flandersinvestmentandtrade.com'] img {
  max-width: 100%;
}

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

.bw-Contest-Widgets {}

.bw-Contest-Widgets h3 {
  height: 2.5em;
  margin-top: 2em !important;
  margin-bottom: 1em;
}

.bw-Contest-Widgets img {
  width: 100%;
}

.bw-Contest-Widgets p {
  text-align: left;
}

.bw-Contest-Widgets button {
  margin-top: 1em;
  font-size: 1.1em;
}

.bw-HomePage .bw-PageFooter {
  margin-top: 0em;
}


/* On smaller screens, let bootstrap grid system work */
@media (min-width: 768px) {
  .bw-HomePage .container .row {
    display: flex;
    align-items: center;
  }
}

.bw-PricingButton,
.bw-PricingButton:hover,
.bw-PricingButton:active {
  background-color: #ffa500 !important;
  background-image: linear-gradient(#ffa500, #ff7700) !important;
  border: 1px solid #ff7700;
  color: #fff;
}

.bw-Pricing-alert-success {
  background-color: #f9f9f9;
  border-color: #ddd;
  color: #777 !important;
}

.testimonial-quote blockquote {
  border-left: 0.7rem solid #11669c;
  padding-bottom: 2rem;
  padding-right: 7rem;
  padding-left: 7rem;
  max-height: 60%;
}

.testimonial-quote::before {
  color: #11669c;
  content: "\201C";
  font-family: "font-family-serif";
  font-size: 10rem;
  height: 5rem;
  left: 2rem;
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 1rem;
}

.carousel-control {
  top: 50%;
  font-size: 3rem;
  color: #11669c;
  opacity: 100%;
}

.carousel-control:active,
.carousel-control:hover,
.carousel-control:focus {
  color: #11669c;
  opacity: 100%;
}

.tab-list-item {
  padding: 0.5em 2em;
  border: 1.7px solid #eee;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-right: 0;
}

.tab-list-item.active {
  background-color: #eee !important;
}

.tab-list-item.active a {
  background-color: #eee !important;
  color: black !important;
}

.tab-list-item a:hover,
.tab-list-item a:focus {
  background-color: transparent !important;
}

.tab-list-item a {
  color: black;
}

.large-title h1 {
  font-size: xxx-large !important;
}

.carousel-indicators li {
  border: 1px solid #11669c;
}

.carousel-indicators .active {
  background-color: #11669c;
}

.carousel-control.left {
  background-image: none;
  left: 2rem;
  line-height: 1;
  position: absolute;
  padding-left: 2rem;
}

.tabs:nth-of-type(even) .tab-content,
.tabs:nth-of-type(even) .tab-list-item.active,
.tabs:nth-of-type(even) .tab-list-item.active a {
  background-color: #fff !important;
}

.tabs:nth-of-type(even) .tab-list-item {
  background-color: transparent !important;
}

.bw-MediaTilesStrip .bw-text {
  margin-bottom: 2rem;
}

.search-hide {
  display: none;
}

.search-active .collapse {
  display: block !important;
}

/*************************************************************/
/* Question types */
/*************************************************************/

.bw-QuestionTypes .media {
  padding: 0.5em;
  border-radius: 3px;
  margin-bottom: 1em;
  overflow: visible;
}

.bw-QuestionTypes .media button {
  width: 100%;
}

.bw-QuestionTypes img.media-object {
  margin-bottom: 0.5em;
  width: 150px;
}

.bw-QuestionTypes .media-body {
  padding-left: 1em;
}
