@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* line 3, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */

.simplemodal-container {
  display: none;
}

/* Overlay */
/* line 8, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
.simplemodal-overlay {
  background-color: black;
  opacity: 0.7 !important; }

/* Container */
/* line 14, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
.simplemodal-container {
  overflow: hidden;
  height: auto;
  width: 605px;
  color: #bbbbbb;
  background-color: white;
  padding: 0;
  border-radius: 4px;
  cursor: initial !important;
  top: 105px !important;
  /*left: 50% !important;*/
  }
  /* line 22, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  .simplemodal-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Open Sans; }
  /* line 28, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  .simplemodal-container a.modalCloseImg {
    background: url("../images/modal/close-1.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }

#pop-entry-popup-2-content .modal-header {
  height: 250px; }
  /* line 44, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-2-content .modal-header .arrow {
    bottom: 105px;
    position: absolute;
    right: 15px; }
  /* line 49, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-2-content .modal-header .left-container {
    float: left;
    width: 30%;
    padding: 40px 15px 10px; }
  /* line 54, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-2-content .modal-header .right-container {
    float: right;
    width: 70%;
    padding: 50px 25px 10px 50px; }
    /* line 59, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-2-content .modal-header .right-container h2 {
      padding: 0;
      margin: 0;
      color: #263143;
      font-size: 34.11px;
      font-weight: bold;
      line-height: 0.912;
      text-align: left;
    }
    /* line 67, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-2-content .modal-header .right-container h4 {
      padding: 5px 0 5px 0;
      margin: 0;
      font-size: 24.815px;
      color: #263143;
      font-weight: bold;
      line-height: 1.283;
      text-align: left; }
    /* line 76, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-2-content .modal-header .right-container p {
      padding: 0;
      margin: 0;
      font-size: 15px;
      font-family: "Open Sans";
      color: #333333;
      line-height: 1.267;
      text-align: left; }
/* line 85, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
#pop-entry-popup-2-content .modal-form {
  background-color: #f2f2f2;
  height: 120px;
  padding: 0 65px;
  width: auto;
  display: block; }
  /* line 92, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-2-content .modal-form input[type="text"] {
    color: #cccccc;
    border: 1px solid #cccccc;
    padding: 0 15px;
    float: left;
    height: 45px;
    width: 165px;
    margin: 35px 15px 35px 0;
    border-radius: 8px; }
  /* line 102, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-2-content .modal-form input[type="submit"] {
    background: url("../img/form-button-1.png");
    width: 112px;
    height: 42px;
    display: block;
    border: 0;
    top: 35px;
    position: relative; }
    #pop-entry-popup-2-content .modal-form .optin-button {
      width: 112px;
      height: 44px;
      min-height: 44px;
      display: block;
      border: 0;
      top: 35px;
      position: relative;
      float: left;
      font-size: 15px;
      font-weight: bold;
      line-height: 33px;
      vertical-align: middle;
      margin-top: 0px;
      text-shadow: none;
      color: #ffffff;
      padding: 5px 2px;
      font-family: MuseoSans-100, arial;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
/* line 111, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
#pop-entry-popup-2-content .modal-footer {
  background: #263143;
  text-align: center;
  height: 45px;
  width: 100%;
  display: inline-block;
  padding: 0px;
}
/* line 118, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
#pop-entry-popup-2-content .modal-footer img {
  position: relative;
  left: -5px;
  top: -2px; }
/* line 123, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
#pop-entry-popup-2-content .modal-footer span {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 45px;
  font-size: 11px;
  font-family: "Arial";
  color: white; }

#pop-entry-popup-2-content .modal-footer span p {
  display: initial;
}

#pop-entry-popup-2-content .modal-header .left-container img {
  width: 100%;
  max-width: 100%;
}

/* line 124, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
#pop-entry-popup-1-content {
  background-color: #e9e9e9;
  border: 5px solid white;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1) inset;
  height: auto;
  width: 610px;
  overflow: hidden;
  }
  /* line 132, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-1-content .modal-header {
    height: auto;
    width: 100%;
    padding: 40px 45px 0 45px; }
    /* line 137, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-1-content .modal-header h2 {
      padding: 0;
      margin: 0 0 35px;
      font-family: "Playfair Display";
      font-size: 26px;
      color: #333333;
      font-weight: 900;
      font-style: italic;
      line-height: 0.962;
      text-align: left; }
    /* line 147, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-1-content .modal-header p {
      padding: 0;
      margin: 0;
      font-size: 14px;
      font-family: "Open Sans";
      color: #333333;
      line-height: 1.267;
      text-align: left; }

    #pop-entry-popup-1-content .modal-container {
      overflow: hidden;
      padding-bottom: 40px;
    }
  /* line 156, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-1-content .left-container {
    float: left;
    width: 225px;
    padding: 35px 0 10px 45px; }
  /* line 161, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-1-content .right-container {
    float: right;
    width: 280px;
    padding: 35px 0 10px 0;
    margin-right: 50px; }
  /* line 167, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-1-content .modal-form {
    height: auto;
    padding: 0 0;
    width: 100%;
    display: block; }
    /* line 173, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-1-content .modal-form input[type="text"] {
      color: #222222;
      border: 1px solid #999999;
      padding: 0 15px;
      float: left;
      height: 45px;
      width: 100%;
      margin: 15px 15px 0 0;
      background-color: transparent; }
    /* line 183, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-1-content .modal-form .optin-button {
      width: 279px;
      height: 42px;
      display: block;
      border: 0;
      top: 15px;
      position: relative;
      float: left;
      border: none;
      margin-top: 0px;
      color: #ffffff;
      text-shadow: none;
      font-family: MuseoSans-100, arial;
      font-size: 15px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      font-weight: normal;
      padding: 10.5px 21px;
      min-height: initial;
    }

      #pop-entry-popup-1-content .optin-form__fields {
        overflow: hidden;
      }

/* line 193, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
#pop-entry-popup-3-content {
  background-color: white;
  border: 5px solid white;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1) inset;
  height: auto;
  width: 750px; }
  /* line 201, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-3-content .left-container {
    float: left;
    width: 410px;
    padding: 35px 50px 10px 35px; }
    /* line 206, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-3-content .left-container h2 {
      padding: 0;
      margin: 0 0 35px;
      font-family: "Playfair Display";
      color: #333333;
      font-weight: 400;
      line-height: 0.962;
      font-size: 26px;
      color: #333333;
      line-height: 0.962;
      text-align: left;
    }
    /* line 217, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-3-content .left-container p {
      padding: 0;
      margin: 0;
      font-size: 14px;
      font-family: "Open Sans";
      color: #333333;
      line-height: 1.267;
      text-align: left; }
    /* line 226, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-3-content .left-container ul {
      margin: 20px 0 0 0;
      padding: 15px 0 0 30px;
      border-top: 1px solid #d6d6d6; }
      /* line 231, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
      #pop-entry-popup-3-content .left-container ul li {
        font-size: 14px;
        font-family: "Open Sans";
        color: #333333;
        text-align: left;
        color: #333333;
        line-height: 35px;
        vertical-align: middle;
        position: relative;
        list-style: none; }
        /* line 242, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
        #pop-entry-popup-3-content .left-container ul li:before {
          position: absolute;
          top: 7px;
          left: -30px;
          width: 21px;
          height: 21px;
          content: "";
          background: url("../images/modal/bullet.png");
          background-repeat: no-repeat; }
  /* line 251, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-3-content .right-container {
    float: right;
    width: 325px;
    padding: 35px 0 10px 0;
    background: #535397;
    position: relative;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4) inset; }
  /* line 259, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-3-content .modal-form {
    height: 355px;
    padding: 0 0;
    width: 246px;
    display: block;
    margin: 0 auto; }
    /* line 266, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-3-content .modal-form h2 {
      font-size: 26px;
      font-family: "Playfair Display";
      color: white;
      line-height: 0.962;
      text-align: left;
      margin-top: 0; }
    /* line 274, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-3-content .modal-form input[type="text"] {
      color: #222222;
      border: 1px solid #999999;
      padding: 0 15px;
      height: 45px;
      width: 100%;
      margin: 15px 0 0 0;
      background-color: white; }
    /* line 283, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-3-content .modal-form .optin-button {
      width: 246px;
      height: 52px;
      display: block;
      border: 0;
      top: 15px;
      position: relative;
      border: none;
      margin-top: 0px;
      color: #ffffff;
      text-shadow: none;
      font-family: MuseoSans-100, arial;
      font-size: 15px;
      padding: 9px 21px;
      font-size: 25px;
      font-weight: bold;
    }
  /* line 292, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-3-content .modal-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    background-color: #29294b; }

    #pop-entry-popup-3-content .modal-footer p {
      color: white;
      font-size: 12px;
      margin-bottom: 0px;
    }
    /* line 300, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-3-content .modal-footer img {
      display: inline-block;
      position: relative;
      top: -2px;
      left: -3px; }
    /* line 306, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-3-content .modal-footer p {
      display: inline-block;
      text-align: center;
      color: white; }

/* line 311, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
#pop-entry-popup-4-content {
  background-color: white;
  border: 5px solid white;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2) inset;
  height: auto;
  width: 750px; }

  #pop-entry-popup-4-content .modal-container {
    overflow: hidden;
  }
  /* line 319, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-4-content .left-container {
    float: left;
    width: 100%;
    padding: 35px 50px 35px 35px; }
    /* line 324, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .left-container h2 {
      padding: 0;
      margin: 0 0 15px;
      font-family: "Playfair Display";
      line-height: 0.962;
      width: 80%;
      float: left;
      font-size: 26px;
      font-family: "Open Sans";
      color: #333333;
      font-weight: bold;
      font-style: italic;
      line-height: 0.962;
      text-align: left; }
    #pop-entry-popup-4-content .left-container h4 {
      width: 80%;
      float: left;
    }
    /* line 339, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .left-container p {
      padding: 0;
      margin: 0;
      font-size: 14px;
      font-family: "Open Sans";
      color: #333333;
      line-height: 1.267;
      text-align: left;
      width: 80%;
      float: left; }
    /* line 350, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .left-container img {
      width: 130px;
      height: auto;
      float: right;
      position: absolute;
      top: 50px;
      right: 50px; }
    /* line 358, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .left-container ul {
      margin: 30px 0 0 0;
      padding: 5px 30px 0 30px;
      width: 50%; }
      /* line 363, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
      #pop-entry-popup-4-content .left-container ul.left {
        float: left; }
      /* line 366, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
      #pop-entry-popup-4-content .left-container ul.right {
        float: right; }
      /* line 369, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
      #pop-entry-popup-4-content .left-container ul li {
        font-size: 15.201px;
        font-family: "Open Sans";
        color: #333333;
        font-style: italic;
        text-align: left;
        line-height: 35px;
        vertical-align: middle;
        position: relative;
        list-style: none; }
        /* line 380, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
        #pop-entry-popup-4-content .left-container ul li:last-child {
          border-top: 2px dashed #d6d6d6; }
        /* line 383, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
        #pop-entry-popup-4-content .left-container ul li:before {
          position: absolute;
          top: 7px;
          left: -30px;
          width: 21px;
          height: 21px;
          content: "";
          background: url("../images/modal/bullet2.png"); }
  /* line 392, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-4-content .right-container {
    float: left;
    width: 750px;
    bottom: 5px;
    padding: 0 0 0;
    background: #535397;
    background: url("../images/modal/bg4.png") repeat scroll 0% 310px transparent; }
  /* line 401, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-4-content .modal-form {
    overflow: hidden;
    padding: 20px 0px 20px 70px;
    width: 100%;
    display: block;
    margin: 0 auto; }
    /* line 408, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .modal-form h2 {
      font-size: 26px;
      font-family: "Playfair Display";
      color: white;
      line-height: 0.962;
      text-align: left;
      margin-top: 0; }
    /* line 416, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .modal-form input[type="text"] {
      color: #222222;
      border: 1px solid #999999;
      padding: 0 15px;
      height: 42px;
      width: 220px;
      margin: 15px 20px 0 0;
      background-color: white;
      float: left;
      border-radius: 8px; }
    /* line 427, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .modal-form .optin-button {
      width: 132px;
      height: 42px;
      display: block;
      border: 0;
      top: 15px;
      position: relative;
      float: left;
      border: none;
      margin-top: 0px;
      color: #ffffff;
      text-shadow: none;
      font-family: MuseoSans-100, arial;
      font-size: 15px;
      font-weight: bold;
      padding: 11px 21px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      min-height: initial;
    }

    #pop-entry-popup-4-content .modal-form input {
      font-weight: normal;
    }
  /* line 437, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
  #pop-entry-popup-4-content .modal-footer {
    left: 70px;
    bottom: 10px;
    text-align: left;
    width: 100%; }
    /* line 444, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .modal-footer img {
      display: inline-block;
      position: relative;
      top: -2px;
      left: -3px; }
    /* line 450, f:/SHIRO/Cloud/Work/DigitalKickStart/PressPlay/popup/source/stylesheets/modal.css.sass */
    #pop-entry-popup-4-content .modal-footer p {
      display: inline-block;
      text-align: center;
      color: white; }

#pop-entry-popup-4-content .bottom-container {
  padding: 0px 70px 0px 70px;
  margin-bottom: 25px;
  overflow: hidden;
}

#pop-entry-popup-4-content .bottom-container img {
  float: left;
  margin-right: 7px;
}

#pop-entry-popup-4-content .bottom-container p {
  color: white;
  font-size: 12px;
  margin-bottom: 0px;
  float: left;
}

