/* $CORE
============= */
body {
  font-size: 16px;
  background-color: #ecf2ef !important; }

/* $TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.lead-section p {
  font-size: 20px; }

/* $LINKS
============= */
a,
a:link,
a:visited {
  color: #64be19; }
  a:focus, a:hover,
  a:link:focus,
  a:link:hover,
  a:visited:focus,
  a:visited:hover {
    text-decoration: underline; }

/* $BUTTONS */
.btn,
.button,
.r-reg-buttons a {
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .btn,
    .button,
    .r-reg-buttons a {
      width: 100%; } }
  .btn:focus, .btn:hover,
  .button:focus,
  .button:hover,
  .r-reg-buttons a:focus,
  .r-reg-buttons a:hover {
    text-decoration: none; }

/* $LAYOUT
============= */
.row .row > div[class^="col-"] {
  padding: 0; }

/* $COMMON
============= */
.no-pad {
  padding: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.no-pad-bottom {
  padding-bottom: 0 !important; }

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

.center * {
  text-align: center; }

/* $GENERAL
============= */
/* $HEADER */
header,
.branding-hdr {
  background: #193025 !important;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0; }
  header .ipWidget-EImage a,
  .branding-hdr .ipWidget-EImage a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 60px; }
    @media only screen and (min-width: 992px) {
      header .ipWidget-EImage a,
      .branding-hdr .ipWidget-EImage a {
        height: 80px; } }
  @media only screen and (min-width: 992px) {
    header .header-widget > .row,
    .branding-hdr .header-widget > .row {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: end;
              align-items: flex-end; } }
  header img,
  .branding-hdr img {
    height: auto !important; }

.language-selector-container,
#outer_table .language-selector-container {
  display: block;
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 60px;
  width: auto !important; }
  @media only screen and (min-width: 992px) {
    .language-selector-container,
    #outer_table .language-selector-container {
      top: 80px; } }
  .language-selector-container select,
  #outer_table .language-selector-container select {
    box-sizing: border-box;
    text-transform: uppercase;
    color: #FFF !important;
    background-color: #193025;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-border-radius: 0px !important;
    border: 0 !important;
    padding: 10px 30px 10px 20px !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: bold;
    width: auto !important;
    background: linear-gradient(45deg, #193025 50%, #FFF 50%), linear-gradient(135deg, #FFF 50%, #193025 50%);
    background-position: calc(100% - 17px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: #193025;
    min-width: 110px; }
  .language-selector-container select::-ms-expand,
  #outer_table .language-selector-container select::-ms-expand {
    display: none; }

/* $FOOTER
============= */
#ipBlock-footer .footer {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    #ipBlock-footer .footer {
      text-align: center;
      padding-top: 40px;
      padding-bottom: 40px; } }
  #ipBlock-footer .footer *:not(.fab) {
    color: #FFF; }
  @media only screen and (min-width: 768px) {
    #ipBlock-footer .footer .row {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; } }

/* $HELPERS
============= */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* $LAYOUT
============= */
* {
  box-sizing: border-box; }

html,
body {
  background-color: #ecf2ef; }

td, div, font, p, label, .red {
  font-size: 16px;
  font-family: "Univers LT W01_55 Roman1475956", Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Univers LT W01_55 Roman1475956", Arial, Helvetica, sans-serif; }

td {
  vertical-align: middle; }

header {
  width: 100%;
  background: white; }
  body.survey_builder header {
    display: none; }

img[src="/ereg/logos/default.png"] {
  display: none; }

.event-logo {
  width: 100% !important;
  height: 80px !important;
  margin: 0 auto;
  padding: 23px 0 23px 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .event-logo img {
    max-width: 100%;
    width: 112px;
    margin-right: 40px; }

#outer_table {
  height: 100%;
  width: 100%;
  background-color: #ecf2ef; }

.container, #inner_content {
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .container, #inner_content {
      width: 750px; } }
  @media only screen and (min-width: 992px) {
    .container, #inner_content {
      width: 970px; } }
  @media only screen and (min-width: 1200px) {
    .container, #inner_content {
      width: 1170px; } }

.logo-img-container {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px; }
  .logo-img-container img {
    display: none; }

#inner_content {
  display: block;
  background-color: #FFF;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    #inner_content {
      padding-left: 40px !important;
      padding-right: 40px !important; } }
  #inner_content img {
    max-width: 100%;
    height: auto; }

div[id*="qt_"] {
  margin-bottom: 20px; }
  div[id*="qt_"] h3 {
    display: inline; }
    div[id*="qt_"] h3 em {
      font-size: 14px; }
  div[id*="qt_"] > table > tbody > tr:first-child td {
    font-family: "Univers LT W01_65 Bold1475968", Arial, Helvetica, sans-serif;
    font-weight: normal; }
    div[id*="qt_"] > table > tbody > tr:first-child td font.red {
      font-weight: normal; }
  div[id*="qt_"] > table > tbody > tr:nth-child(2) {
    padding-top: 12px;
    display: block; }
    div[id*="qt_"] > table > tbody > tr:nth-child(2) > td {
      display: block; }

@media only screen and (min-width: 992px) {
  .matrix .mobile {
    display: none; } }

@media only screen and (max-width: 991px) {
  .matrix > table > tbody > tr > td > table:first-child {
    display: none; } }

/* $FORMS
============= */
input[type="text"],
textarea {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px; }

input[type="text"] {
  height: 40px; }

select {
  height: 40px !important;
  border-radius: 0; }
  @media only screen and (max-width: 767px) {
    select {
      width: 100%; } }

form tr {
  background: transparent !important; }

.error {
  border: 1px solid red !important; }

.redLabel {
  color: red !important; }

p.header {
  display: none; }

td[style="height:20px;"],
td[style="height: 20px;"] {
  display: none !important; }

table#button_table {
  width: auto !important; }
  @media only screen and (min-width: 768px) {
    table#button_table {
      display: table !important;
      margin: 0 auto !important; }
      table#button_table #next_butt,
      table#button_table #done_butt {
        float: right; }
      table#button_table #prev_butt {
        float: left; } }
  table#button_table input[type="image"] {
    display: none; }
  table#button_table input[type="submit"] {
    font-size: 16px;
    display: block !important;
    padding: 12px 24px;
    background: #64be19;
    color: white;
    cursor: pointer;
    -webkit-transition: all ease-in .5s;
    transition: all ease-in .5s; }
    table#button_table input[type="submit"]:hover {
      opacity: 0.8; }

/* ========== Responsive Style ============ */
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
  form select,
  form textarea,
  form input {
    font-size: 16px !important; } }

@media only screen and (max-width: 991px) {
  /* CSS Responsive table */
  table:not(.picker__table),
  table thead,
  table tbody,
  table th:not([class^=picker]),
  table td:not([class^=picker]):not(#inner_content),
  table tr {
    display: block;
    width: 100% !important;
    padding: 0;
    margin: 0px;
    border: none !important; }
  table.picker__table tbody,
  table.picker__table thead {
    display: table-row-group; }
  table.picker__table tr {
    display: table-row; }
  table.picker__table td {
    display: table-cell; }
  table#q7092883 {
    padding-left: 3%; }
  table.r-table,
  table.r-table thead,
  table.r-table tbody,
  table.r-table th,
  table.r-table td,
  table.r-table tr {
    width: inherit !important;
    padding: inherit !important;
    margin: inherit !important;
    border: inherit !important; }
  table.r-table {
    width: 100% !important; }
  table.r-table th,
  table.r-table td {
    display: table-cell !important;
    padding: 5px !important;
    font-size: 13px !important; }
  table.r-table tr {
    display: table-row; }
  table.r-table td:first-child {
    width: 50% !important; }
  td {
    text-align: left; }
  td.questionLabel {
    text-align: left; }
  td input[type="checkbox"],
  td input[type="radio"] {
    float: right !important;
    width: 20px !important; }
  input[type="image"] {
    width: auto !important; }
  td img[alt="arrow"] {
    float: left; }
  td.red {
    margin-bottom: 20px !important; }
  td.header {
    padding: 5px !important; }
  input[type=checkbox],
  input[type=radio] {
    line-height: 1em;
    margin: 0 0.25em 0 0 !important;
    padding: 0 !important; } }

label {
  font-weight: normal;
  cursor: pointer;
  display: block; }
/*# sourceMappingURL=master-survey.css.map */