body,
fieldset,
html {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1em;
  color: #333;
  overflow: hidden;
  height: 100%;
  min-height: 600px;
}

a {
  text-decoration: none;
  color: #00adee;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: calc(16px + 2vh);
  font-weight: 500;
}

h3 {
  font-size: calc(16px + 1vh);
  font-weight: 500;
  margin-bottom: 30px;
}

h4 {
  font-size: calc(16px + 1vh);
  font-weight: 500;
  margin-bottom: 30px;
}

h5 {
  font-size: calc(12px + 1vh);
  font-weight: 200;
  margin-bottom: 30px;
  color: #7d8a91;
}

.clickable {
  cursor: pointer;
}

.nps-group {
  display: none;
}
.csat-group {
  display: none;
}

.btn {
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  display: inline-block;
  border-radius: 6px;
  padding: 10px 16px;
  color: #333;
  background-color: #ddd;
}

.btn-lg {
  font-size: 28px;
}

.btn-sm {
  font-size: 14px;
}

.context-associate,
.context-subject,
.context-companyName,
.inquiry-sender {
  font-weight: 400
}

#pageWrapper {
  width: 100%;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%
}

.survey-footer-container {
  font-size: .75em;
  color: #00adee;
  box-sizing: border-box;
  line-height: 1.75em;
  margin-right: 30px;
}

.survey-footer-container .left {
  float: left;
  text-align: left;
  margin-right: 7px;
}

.survey-footer-container .right {
  float: right;
  text-align: right;
  margin-left: 7px;
}

.survey-footer-container img {
  height: 1.75em;
}

.pageContent {
  max-width: 700px;
  min-width: 300px;
  padding: 15px 15px 0px 15px;
  margin: 1em auto 0px auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #000;
  border: 1px solid #bbb;
}

.pageContent .logo {
  text-align: center;
  margin-bottom: 30px
}

.pageContent .logo img {
  max-height: calc(25px + 13vh);
  max-width: 100%
}

.pageContent .logo-image,
.pageContent .logo-text {
  display: none
}

#survey-loading {
  width: 95%
}

#survey-complete {
  display: none;
  margin-top: 50px;
  margin-bottom: 50px
}

.inquiry-group {
  display: none;
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 10px;
  text-align: left;
  margin-left: 10px;
  font-size: .8em
}

.inquiry-sender,
.inquiry-snippet {
  margin-top: 10px
}

.inquiry-sender,
.inquiry-snippet,
.inquiry-subject,
.inquiry-time,
.inquiry-title {
  display: block;
  color: #444
}

.inquiry-subject {
  display: none
}

.rating-buttons {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

#rating-buttons-icons a {
  display: inline-block;
  min-width: 40px;
  max-width: 80px;
  min-height: 40px;
  max-height: 80px;
  width: 14vw;
  height: 14vw;
  padding: 5px 0;
  margin-right: 10px;
  cursor: pointer;
}

.emoticons .rating_1 {
  background: url('http://d19uz2b1vsd3mq.cloudfront.net/p/assets/surveys/emoticon-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.emoticons .rating_2 {
  background: url('http://d19uz2b1vsd3mq.cloudfront.net/p/assets/surveys/emoticon-2.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.emoticons .rating_3 {
  background: url('http://d19uz2b1vsd3mq.cloudfront.net/p/assets/surveys/emoticon-3.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.emoticons .rating_4 {
  background: url('http://d19uz2b1vsd3mq.cloudfront.net/p/assets/surveys/emoticon-4.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.emoticons .rating_5 {
  background: url('http://d19uz2b1vsd3mq.cloudfront.net/p/assets/surveys/emoticon-5.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.stars a {
  background: url('http://d19uz2b1vsd3mq.cloudfront.net/p/assets/surveys/star.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.stars .rating-selected,
.stars a:hover {
  background: url('http://d19uz2b1vsd3mq.cloudfront.net/p/assets/surveys/star.selected.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#rating-buttons-numbers .rating-selected {
  background-color: #09f;
  border: 1px solid #008ae6;
  color: #fff
}

#rating-buttons-nps .rating-selected {
  background-color: #09f;
  border: 1px solid #008ae6;
  color: #fff
}

#rating-buttons-numbers .btn {
  min-width: 40px;
  max-width: 80px;
  min-height: 40px;
  max-height: 80px;
  width: 14vw;
  height: 14vw;
  padding: 5px 0;
  margin-right: 10px;
}

#rating-buttons-nps .btn {
  min-width: 20px;
  max-width: 40px;
  min-height: 20px;
  max-height: 40px;
  width: 14vw;
  height: 14vw;
  padding: 5px 0;
  margin-right: 10px;
}

.rating-group .disabled {
  cursor: wait;
}

.rating-buttons .last {
  margin-right: 0px;
}

.rating-buttons .annotation {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  color: #777;
}

.rating-buttons .annotation .left {
  text-align: left;
  margin-left: 10px;
  display: block;
}

.rating-buttons .annotation .right {
  text-align: right;
  margin-right: 10px;
}

.rating-buttons .annotation .center {
  text-align: center;
  margin-left: 20px;
}

.comment-changescore {
  font-size: .5em;
  text-transform: uppercase;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  color: #00adee;
  text-decoration: none
}

.comment-group textarea {
  width: 100%;
  height: 100px;
  font-size: 1.25em;
  margin-top: 25px;
}

.contact-field {
  display: flex;
  padding: 5px 10px 5px 0px;
}

.contact-field .error {
  border: solid 2px red;
}

.contact-group input {
  width: 250px;
  height: 35px;
}

.submit-group {
  text-align: center
}

.submit-group .btn {
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
  background-color: #09f;
  border: 1px solid #008ae6;
  color: #fff;
  font-size: 1.5em;
}

.submit-group .disabled {
  cursor: wait;
}

.context-group {
  text-align: center;
  font-size: calc(16px + 1vh);
}

#survey-complete-container,
#survey-expired-container,
#survey-form-container,
#confirm-note,
#selection-note,
.comment-group {
  padding-top: 10px;
}

.contact-group {
  padding-top: 10px;
  display: none;
}

#negative-container {
  display: none;
}

#social-container {
  display: none;
}

#social-container #social-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  width: 80%;
  margin: auto;
}

#social-links .o {
  display: table;
  height: 100%;
  width: 100%;
}

#social-links .i {
  display: table-cell;
  vertical-align: middle;
}

#social-container .social-link {
  flex: 1;
  max-width: 20%;
  display: none;
  background: linear-gradient(#fbfbfb, #ededed);
  height: 65px;
  padding: 10px;
  border-radius: 10px;
}

#context-email,
#context-aptlet,
#context-signature,
#context-default {
  display: none;
  font-size: 20px;
  font-weight: 400;
  color: #034365;
}

#social-container img {
  margin: 0 auto;
  width: 100%;
}
