/* Module 8, Activity 4 */
.panel.overview img {
  float: left;
  width: 150px; }
.panel.overview .content {
  margin-left: 200px; }
.panel.overview .breakout p {
  font-weight: normal; }

.icn-text, .img-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: 'SansaNormal';
  font-size: 18px;
  background-color: #cc4600;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 12px;
  text-align: center;
  color: #fff; }

.icn-careers-example {
  width: 50px;
  height: 50px; }

p.icon {
  text-align: left; }
  p.icon .icn {
    margin-right: 20px;
    float: left; }
  p.icon span {
    margin-left: 80px;
    display: block; }

h2.add-margin {
  margin-bottom: 25px; }

.icn-careers-toptip {
  width: 59px;
  height: 59px; }

img.toolbar {
  display: block;
  margin: 20px auto; }

.numbered-bullets {
  padding-left: 0; }
  .numbered-bullets li {
    clear: both; }
  .numbered-bullets .icn {
    float: left; }
  .numbered-bullets p {
    margin-left: 60px; }
  .numbered-bullets .icn-text {
    float: left; }
  .numbered-bullets .field {
    margin-left: 40px; }

.accordian .intro .icn-careers-downarrow {
  top: -4px; }

.yellow .accordian li {
  border-color: #e6ab00; }
  .yellow .accordian li .more-details a {
    color: #3597eb; }
    .yellow .accordian li .more-details a:hover {
      color: #63aff0; }
  .yellow .accordian li .more-details table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #3c3c3c; }
    .yellow .accordian li .more-details table td {
      width: 50%;
      padding: 10px;
      border: 1px solid #3c3c3c; }

.video {
  margin: 0 auto 20px;
  width: 560px; }

.image-wrap .resume {
  width: 100%;
  margin: 0;
  height: 1241px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center; }

.panel.border,
fieldset.border {
  border-bottom: 1px solid #dedede; }
.panel.no-base-margin,
fieldset.no-base-margin {
  margin-bottom: 0; }
.panel.no-base-padding,
fieldset.no-base-padding {
  padding-bottom: 0; }
.panel.no-border,
fieldset.no-border {
  border: 0; }
.panel.overview,
fieldset.overview {
  z-index: 3; }
.panel.arrow,
fieldset.arrow {
  z-index: 3; }
.panel.grey.arrow,
fieldset.grey.arrow {
  z-index: 2; }
.panel.yellow.arrow,
fieldset.yellow.arrow {
  z-index: 1; }
.panel fieldset,
fieldset fieldset {
  padding: 0; }

.tooltip-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2; }

.vs-game {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  border: 2px solid #dedede;
  text-align: center; }
  .vs-game .answers {
    position: relative; }
  .vs-game .answer1-wrapper,
  .vs-game .answer2-wrapper {
    border: solid 1px #ccc;
    width: 46%;
    float: left;
    text-align: center;
    border-radius: 3px; }
    .vs-game .answer1-wrapper .answer,
    .vs-game .answer2-wrapper .answer {
      position: relative; }
      .vs-game .answer1-wrapper .answer img,
      .vs-game .answer2-wrapper .answer img {
        width: 100%;
        height: auto; }
      .vs-game .answer1-wrapper .answer .right,
      .vs-game .answer1-wrapper .answer .wrong,
      .vs-game .answer2-wrapper .answer .right,
      .vs-game .answer2-wrapper .answer .wrong {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 72px;
        height: 72px;
        margin-left: -36px;
        margin-top: -36px; }
      .vs-game .answer1-wrapper .answer .right,
      .vs-game .answer2-wrapper .answer .right {
        background-position: -192px -448px; }
      .vs-game .answer1-wrapper .answer .wrong,
      .vs-game .answer2-wrapper .answer .wrong {
        background-position: -192px -525px; }
    .vs-game .answer1-wrapper:hover,
    .vs-game .answer2-wrapper:hover {
      cursor: pointer; }
    .vs-game .answer1-wrapper:active,
    .vs-game .answer2-wrapper:active {
      border-color: #3c3c3c; }
  .vs-game .answer2-wrapper {
    float: right; }
  .vs-game .vs {
    float: left;
    margin: -10px 0 0 -10px;
    font-weight: bold;
    position: absolute;
    top: 60%; }
  .vs-game .next {
    margin-top: 15px; }
  .vs-game .feedback p {
    font-size: 16px; }
  .vs-game .feedback .feedback {
    margin-top: 20px;
    background-color: #fff; }
    .vs-game .feedback .feedback.pass p {
      color: #3aba68; }
    .vs-game .feedback .feedback.fail p {
      color: #f05654; }
    .vs-game .feedback .feedback p {
      font-size: 13px; }

.adobe-song-std {
  font-family: "Adobe Song Std", serif; }

.arial {
  font-family: Arial, Helvetica, sans-serif; }

.calibri {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; }

.comic-sans {
  font-family: "Comic Sans", "Comic Sans MS", cursive, sans-serif; }

.tahoma {
  font-family: Tahoma, Verdana, Segoe, sans-serif; }

.times {
  font-family: "Times New Roman", serif; }

.verdana {
  font-family: Verdana, Segoe, sans-serif; }

.eight {
  font-size: 12px; }

.nine {
  font-size: 14px; }

.eleven {
  font-size: 15px; }

.twelve {
  font-size: 16px; }

.fourteen {
  font-size: 18px; }

.heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold; }
  .heading.underline {
    border-bottom: 1px solid #3c3c3c; }
  .heading.italic {
    font-style: italic;
    color: #ec6915;
    border-bottom-color: #ec6915; }

.icn-careers-envelope {
  background-position: -384px -256px;
  width: 33px;
  height: 22px;
  margin-right: 10px; }

.point-wrap {
  margin: 30px 0 0; }
  .point-wrap > div {
    width: 50%;
    padding: 0 20px;
    float: left; }
    .point-wrap > div img {
      height: 100px;
      display: block;
      margin: 0 auto 20px; }

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .image-wrap .resume {
    height: 821px; } }
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .overview img {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 200px; }

  .video {
    max-width: 100%; }

  .image-wrap .resume {
    height: 541px; }

  .point-wrap > div {
    width: 100%;
    padding: 0; }

  .numbered-bullets .field {
    margin-left: 50px; }

  .vs-game .answer1-wrapper,
  .vs-game .answer2-wrapper {
    border: solid 1px #ccc;
    width: 100%;
    margin: 0 0 20px;
    float: none;
    text-align: center;
    border-radius: 3px; }
    .vs-game .answer1-wrapper .answer img,
    .vs-game .answer2-wrapper .answer img {
      width: 100%;
      height: auto; }
    .vs-game .answer1-wrapper:hover,
    .vs-game .answer2-wrapper:hover {
      cursor: pointer; }
    .vs-game .answer1-wrapper:active,
    .vs-game .answer2-wrapper:active {
      border-color: #3c3c3c; }
  .vs-game .vs {
    top: auto;
    float: none;
    margin: 10px 0 20px;
    position: relative;
    display: block; } }
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .image-wrap .resume {
    height: 1111px; } }
