﻿/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/montserrat-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/montserrat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/montserrat-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/montserrat-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/montserrat-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/montserrat-v18-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v18-latin-500.woff2') format('woff2');
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/montserrat-v18-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/montserrat-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/montserrat-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/montserrat-v18-latin-600.woff') format('woff'), /* Modern Browsers */ url('/fonts/montserrat-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/montserrat-v18-latin-600.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/montserrat-v18-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/montserrat-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/montserrat-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/montserrat-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/montserrat-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/montserrat-v18-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/*Default font*/
/*Colours*/
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0 !important;
  padding: 0;
  background: white;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Century Gothic, Arial, sans-serif;
  color: #000;
  height: 100%;
}
.content-wrapper {
  margin: 0 auto;
  box-shadow: 3px 5px 16px 0 rgba(0, 0, 0, 0.15);
}
.dashboard.content-wrapper {
  max-width: 1250px;
  width: 100%;
}
.dashboard header {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.dashboard header .branding {
  padding: 1rem 3rem;
  background: #00264a;
}
.dashboard header .branding h1 {
  font-size: 1.35rem;
  font-weight: 400;
  color: white;
}
.dashboard header .page-title {
  padding: 0.5rem 3rem;
  background: #00c0e7;
}
.dashboard header .page-title h2 {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}
.dashboard header .filter {
  padding: 0.5rem 3rem;
  background: white;
  font-size: 0.8rem;
}
.dashboard header .filter select {
  background: #DCDDDE url(/Images/Icons/chevron-down.png) no-repeat 95% 50%;
  border: none;
  border-radius: 2rem;
  padding: 0 1rem;
  font-size: 0.85rem;
  appearance: none;
  position: relative;
  font-weight: 500;
  width: 240px;
  height: 1.75rem;
}
.dashboard header .filter a {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 2rem;
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  background: #00c0e7;
  padding: 0.25rem 1rem;
  text-decoration: none;
}
.dashboard .dashboard-content {
  background: white;
  margin-bottom: 2rem;
}
.dashboard .dashboard-content .results h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding: 0;
  width: 100%;
}
.dashboard .dashboard-content .results .section-1 .circle-chart {
  flex-basis: 45%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend .legend-row {
  display: flex;
  align-self: flex-start;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend .legend-row:not(:last-of-type) {
  margin-bottom: 1.75rem;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend .legend-row:nth-of-type(1) div {
  background: #137f13;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend .legend-row:nth-of-type(2) div {
  background: #5DAF32;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend .legend-row:nth-of-type(3) div {
  background: #FF9B29;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend .legend-row:nth-of-type(4) div {
  background: #FF0000;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend .legend-row div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.8rem;
  flex-basis: 20%;
  height: 2rem;
}
.dashboard .dashboard-content .results .section-1 .circle-chart .legend .legend-row p {
  font-size: 0.75rem;
  flex-basis: 80%;
  line-height: 1rem;
}
.dashboard .dashboard-content .results .section-1 .dimensions {
  flex-basis: 55%;
  border-bottom: 1px solid #ddd;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom {
  margin: 0;
  width: 100%;
  display: flex;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .left-col,
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .right-col {
  flex-basis: 50%;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .left-col .dimension:last-of-type,
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .right-col .dimension:last-of-type {
  margin-bottom: 0;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .dimension {
  margin-bottom: 0.75rem;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .dimension .dimension-label {
  padding: 0;
  font-size: 0.9rem;
  font-weight: 500;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .dimension .dimension-bar-wrap {
  display: flex;
  align-items: center;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .dimension .dimension-bar-wrap .dimension-bar-bg {
  padding: 0;
  border-radius: 1rem;
  border: none;
  height: 0.75rem;
  background: #e9ecef;
  width: 100%;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .dimension .dimension-bar-wrap .dimension-bar-bg .dimension-bar-score {
  border-radius: 1rem;
  height: 0.75rem;
}
.dashboard .dashboard-content .results .section-1 .dimensions .EngagementTopBottom .dimension .dimension-bar-wrap .percent {
  font-size: 0.85rem;
  font-weight: 500;
  padding-left: 0.5rem;
}
.dashboard .dashboard-content .results .section-2 .circle-chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-basis: 45%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dashboard .dashboard-content .results .section-2 .circle-chart h3 {
  text-align: center;
}
.dashboard .dashboard-content .results .section-2 .statements {
  border-bottom: 1px solid #ddd;
}
.dashboard .dashboard-content .results .section-2 .statements .EngagementTopBottom {
  width: 100%;
}
.dashboard .dashboard-content .results .section-2 .statements .EngagementTopBottom ol {
  font-size: 0.9rem;
  font-weight: 500;
}
.dashboard .dashboard-content .results .section-3 .eNPS {
  border-bottom: 1px solid #ddd;
}
.dashboard .dashboard-content .results .section-3 .eNPS p {
  font-size: 0.9rem;
}
.dashboard .dashboard-content .results .section-3 .eNPS .enps-key div {
  font-size: 0.8rem;
  margin-bottom: 0.9rem;
}
.dashboard .dashboard-content .results .section-3 .eNPS .enps-key div span,
.dashboard .dashboard-content .results .section-3 .eNPS .enps-key div strong {
  font-weight: bold;
  font-size: 0.9rem;
}
.dashboard .dashboard-content .results .section-3 .eNPS .enps-key div:nth-of-type(1) span {
  color: #7AB351;
}
.dashboard .dashboard-content .results .section-3 .eNPS .enps-key div:nth-of-type(2) span {
  color: #FAA819;
}
.dashboard .dashboard-content .results .section-3 .eNPS .enps-key div:nth-of-type(3) span {
  color: #FF0000;
}
.survey.content-wrapper {
  max-width: 960px;
  width: 100%;
}
.survey header {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  border-bottom: 6px solid #00c0e7;
}
.survey header .branding {
  padding: 1.5rem 3rem;
  background: white;
}
.survey header .branding .clicks-boxes {
  display: flex;
}
.survey header .branding .clicks-boxes span {
  width: 3.25rem;
  height: 3.25rem;
}
.survey header .branding .clicks-boxes span:nth-of-type(1) {
  background: #00264a;
}
.survey header .branding .clicks-boxes span:nth-of-type(2) {
  background: #5daf32;
  margin-left: 1.25rem;
}
.survey header .branding .clicks-boxes span:nth-of-type(3) {
  background: #00c0e7;
  margin-left: 1.25rem;
}
.survey header .page-title {
  padding: 0.5rem 3rem;
  background: #00264a;
}
.survey header .page-title h1 {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
}
.survey .survey-login .info {
  order: 2;
  background: #00264a;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.survey .survey-login .info p {
  font-size: 0.9rem;
  color: white;
}
.survey .login {
  padding: 3rem;
  display: flex;
  justify-content: center;
}
.survey .login form {
  width: 40%;
}
.survey .login .remember label {
  display: flex;
  align-items: center;
  padding: 0 0 0 2rem;
  font-size: 0.85rem;
  font-weight: 500;
}
.survey .form {
  order: 1;
  background: white;
  font-size: 0.9rem;
}
.survey .form h3 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.survey .form form .form-label {
  font-weight: 500;
}
.survey .form form input {
  border: none;
  border-radius: 1.5rem;
  height: 2.5rem;
  background: #f1f2f2;
  padding: 0 1rem;
  font-size: 0.85rem;
  color: #000;
  font-weight: 500;
}
.survey .form form input::placeholder {
  font-size: 0.8rem;
  color: #777;
  font-weight: 400;
}
.survey .form form .day {
  width: 150px;
}
.survey .form form .month {
  width: 150px;
}
.survey .form form select {
  border: none;
  border-radius: 1.5rem;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 0.85rem;
  background: #f1f2f2 url(/Images/Icons/chevron-down.png) no-repeat 95% 50%;
  appearance: none;
  font-weight: 500;
}
.survey .form form .dntCaptcha {
  display: flex;
}
.survey .form form .text-box {
  width: 160px;
}
.survey .form form p {
  font-size: 0.8rem;
}
.survey .form form button {
  background: #5daf32;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  padding: 0.75rem 1.75rem;
  color: white;
  border-radius: 2rem;
  width: 100%;
}
.survey .questions .questions-header {
  position: relative;
}
.survey .questions .questions-header .info {
  color: #000;
  padding-top: 1.5rem;
}
.survey .questions .questions-header .info p {
  font-size: 0.85rem;
}
.survey .questions .questions-header .info p:last-of-type {
  margin-bottom: 0;
}
.survey .questions .questions-header .dvProgress {
  font-size: 0.8rem;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
.survey .questions .questions-header .dvProgress .progress {
  padding: 0;
  border-radius: 1rem;
  border: none;
  height: 0.75rem;
  background: #e9ecef;
  margin-right: 0;
}
.survey .questions .questions-header .dvProgress .progress .progress-bar {
  border-radius: 1rem;
  height: 0.75rem;
}
.survey .questions table thead th {
  font-size: 0.8rem;
  font-weight: 500;
  vertical-align: bottom;
}
.survey .questions table tbody td {
  font-size: 0.85rem;
  font-weight: 400;
}
.survey .questions table tbody td.radio {
  text-align: center;
}
.survey .questions table tbody td input[type="radio"] + label {
  display: inline-block;
  background: url(../images/radio.png) left center no-repeat;
  cursor: pointer;
  height: 25px;
  font-weight: normal;
  vertical-align: central;
  padding: 0;
  width: 24px;
  text-align: center;
}
.survey .questions table tbody td input[type="radio"]:checked + label {
  background: url(../images/radio-checked.png) no-repeat left center;
}
.survey .questions table tbody td textarea {
  width: 80%;
  height: 100px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border-radius: 0.5rem;
  border: 1px solid #d3d3d3;
}
.survey .questions table tbody td textarea::placeholder {
  font-size: 0.8rem;
}
.survey .questions table select {
  background: #DCDDDE url(/Images/Icons/chevron-down.png) no-repeat 95% 50%;
  border: none;
  border-radius: 2rem;
  padding: 0 1rem;
  font-size: 0.85rem;
  appearance: none;
  position: relative;
  font-weight: 500;
  width: 240px;
  height: 2.5rem;
}
.survey .questions .Homebtn {
  margin-top: 2rem;
  padding: 0.75rem 4.5rem;
  color: white;
  background: #5daf32;
  border-radius: 2rem;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.thank-you {
  background: #00264a;
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  color: white;
  justify-content: center;
  align-items: center;
}
footer {
  max-width: none;
  font-size: 0.8rem;
}
footer p a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
footer p a:hover {
  text-decoration: underline;
  color: #1772ab;
}
@media screen and (max-width: 940px) {
  footer {
    flex-wrap: wrap;
  }
  footer div {
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  footer div a {
    display: inline;
    text-align: left;
    width: inherit;
  }
  footer a {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 831px) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .radio {
    padding-left: 24px !important;
  }
  .radio:last-of-type {
    margin-bottom: 1rem;
  }
  .survey .questions table select {
    width: 100%;
    max-width: 360px;
  }
  .survey .questions table tbody td textarea {
    width: 100%;
    max-width: 500px;
  }
  .survey .questions table tbody td input[type="radio"] + label {
    width: 100%;
    padding-left: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .survey header .branding {
    padding: 1.5rem 3rem;
  }
  .survey header .page-title h1 {
    font-size: 1.2rem;
  }
  .survey .survey-login {
    flex-wrap: wrap;
  }
  .survey .survey-login .info {
    order: 1;
    width: 100% !important;
  }
  .survey .survey-login .form {
    order: 2;
    width: 100% !important;
  }
  footer {
    flex-wrap: wrap;
    padding: 1rem !important;
  }
  footer div {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }
  footer div p {
    width: 100%;
  }
  footer div a {
    display: inline;
    text-align: left;
    width: inherit;
  }
  footer a {
    display: block;
    text-align: center;
    width: 100%;
  }
  footer a img {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .survey header .branding {
    padding: 1.5rem;
  }
  .survey header .branding img {
    width: 180px;
    max-width: 100%;
  }
  .survey header .branding .clicks-boxes span {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 0.5rem;
  }
  .survey header .branding .clicks-boxes span:nth-of-type(2),
  .survey header .branding .clicks-boxes span:nth-of-type(3) {
    margin-left: 0.5rem;
  }
  .survey header .branding .clicks-boxes span:nth-of-type(3) {
    margin-right: 0;
  }
  .survey header .page-title {
    padding: 0.5rem 1.5rem;
  }
  .survey header .page-title h1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .survey header .branding {
    padding: 1rem;
  }
  .survey header .branding .clicks-boxes span {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.5rem;
  }
  .survey header .branding .clicks-boxes span:nth-of-type(2),
  .survey header .branding .clicks-boxes span:nth-of-type(3) {
    margin-left: 0.25rem;
  }
  .survey header .page-title {
    padding: 0.5rem 1rem;
  }
  .survey .thank-you {
    padding: 1rem;
  }
}

.alert {
    position: fixed;
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
}