@charset "utf-8";
/* CSS Document */

.introWrapper {
  /*	background-image:url('/cisiweb2/image/ethics/improducts.gif');*/
  background-position: left 70%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px !important;
}
.integrityMatters {
  margin-top: 20px !important;
  margin-bottom: 90px !important;
}
.workshop {
  background-image: url("/cisiweb2/image/ethics/qwizdom.jpg");
  background-attachment: fixed;
  background-position: right 80%;
  color: #ffffff;
  margin-top: 80px !important;
}
#imPricing .generalMessage {
  width: 100% !important;
  margin-bottom: 10px;
}
#imPricing .waiting {
  margin: 0;
}
.workshop .sfContentBlock {
  padding: 4% 50% 6% 0;
}
.workshop h2,
.workshop h3 {
  color: #ffffff !important;
}
.debate {
  background-image: url("/cisiweb2/image/ethics/integrityDeb24.jpg");
  background-attachment: fixed;
  background-position: right -20%;
  margin-top: 80px !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.debate .sfContentBlock {
  margin: 4% 50% 4% 0%;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.95);
  padding: 1px 45px 40px 40px;
}
.profRef img {
  width: 300px;
}

.imfaqs h4 {
  margin-top: 0px !important;
  cursor: pointer;
}
h4 {
  margin-top: 10px !important;
}
.imfaqs span.glyphicon {
  font-size: 0.7em;
  color: #4ba5a5;
}
.iawBook {
  width: 24% !important;
  max-width: 163px !important;
}

@media (max-width: 1599px) {
  .workshop {
    background-image: url("/cisiweb2/image/ethics/qwizdom.jpg");
    background-attachment: fixed;
    background-position: 30% 80%;
    color: #ffffff;
    margin-top: 80px !important;
  }
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .workshop {
    background-image: url("/cisiweb2/image/ethics/qwizdom.jpg");
    background-position: right 80%;
    color: #ffffff;
    margin-top: 80px !important;
  }

  .workshop .sfContentBlock {
    margin: 6% 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    padding: 1px 40px 40px 45px;
  }
  .workshop h2,
  .workshop h3 {
    color: #ffffff !important;
  }
  .debate .sfContentBlock {
    margin: 6% 0;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.95);
    padding: 1px 45px 40px 40px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

@media (max-width: 767px) {
  .debate {
    background-position: 17% 100% !important;
  }
  .workshop {
    background-position: 60% 80%;
  }
  .workshop .sfContentBlock {
    margin: 0 -15px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 40px 20px;
  }
  .debate .sfContentBlock {
    margin: 6% 2%;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    padding: 1px 20px 20px 20px;
  }
  .intro img {
    margin-bottom: 20px !important;
  }
  .integrityMatters img,
  .ethicalDilemas img {
    margin-bottom: 20px !important;
    width: 50% !important;
  }
  .profRef img {
    margin-bottom: 20px !important;
    width: 50% !important;
  }
  .speakUp img {
    display: none;
  }
  .iawBook {
    width: 49% !important;
    max-width: 163px !important;
    display: inline-block !important;
  }
}

/*animation video*/

.introText {
  background-color: unset;
}
video#myVideo2 {
  position: absolute;
  left: 0;
  z-index: -1;
  filter: opacity(1);
  width: 100%;
  /* height: 64vh; */
  object-fit: cover;
}

.introText h1 {
  color: #fff;
  font-size: 50px;
}

.introText p {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 30px;
  color: #fff;
}

@media (max-width: 1599px) {
  video#myVideo2 {
    top: -90px;
    z-index: -1;
  }
  .introWrapper {
    background-position-y: -80px;
    min-height: 500px !important;
  }
  .introText {
    /* display: none; */
    width: 45%;
    padding: 10px 0px 0px 0px;
  }
  .introText h1 {
    font-size: 40px;
  }
  .introText p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .introWrapper {
    background-position-y: -80px;
    min-height: 500px !important;
  }
  .introText {
    /* display: none; */
    width: 45%;
    padding: 10px 0px 0px 0px;
  }
  .introText h1 {
    font-size: 36px;
  }
  .introText p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  video#myVideo2 {
    top: -90px;
    z-index: 2;
  }

  .introWrapper {
    background-position-y: -80px;
    min-height: 700px !important;
    background-color: #122937;
  }
  .introText {
    /* display: none; */
    width: 100%;
    padding: 350px 10px 0px;
    z-index: 2;
    position: relative;
    text-align: center;
  }
  .introText h1 {
    font-size: 40px;
  }
  .introText p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .introWrapper {
    background-position-y: -80px;
    min-height: 700px !important;
    background-color: #122934;
  }
  video#myVideo2 {
    top: 0px;
    height: 400px !important;
  }
  .quoteCopy {
    color: #ffffff;
    width: 60%;
    font-size: 13px;
  }
  .quote h1 {
    color: #ffffff !important;
    font-size: 19px !important;
  }
  .introText {
    /* display: none; */
    width: 100%;
    padding: 300px 10px 0px;
    z-index: 2;
    position: relative;
    text-align: center;
  }
  .introText h1 {
    font-size: 34px !important;
  }
  .introText p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }

  video#myVideo2 {
    position: absolute;
    left: 0;
    z-index: 0;
    filter: opacity(1);
    width: 100%;
    /* height: 64vh; */
    object-fit: cover;
  }
}

/*animation video*/
