html {
  margin: 0; }

textarea {
  resize: none; }

body {
  font-family: "centurygothic", sans-serif;
  color: #343738; }

p {
  font-family: "Open Sans", sans-serif;
  color: #343738;
  line-height: 24px;
  font-size: 16px; }

.container {
  max-width: 960px;
  width: 100%; }

h1 {
  text-align: center;
  font-size: 25px;
  font-weight: normal; }

h2, h3, h4 {
  color: #0088c0;
  font-weight: normal; }

canvas {
  cursor: crosshair; }

#practice canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  cursor: crosshair;
  margin: 0 auto; }

form {
  max-width: 595px;
  width: 100%;
  margin: 0 auto 30px auto; }

form textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  padding: 10px; }

form textarea[name="pc"] {
  height: 140px;
  margin: 0px; }

#um_field_41_user-questionaire_label, #um_field_76_user-questionaire {
  color: #343738;
  margin: 0px 0px 16px 0px;
  text-align: left;
  font-weight: normal; }

#um_form_user-questionaire textarea {
  width: 100%; }

#um_field_56_user-questionaire_label {
  font-weight: normal;
  font-size: 18px; }

.checkbox_kp_cont label {
  background: url("../images/checkbox.png") no-repeat;
  float: left;
  padding: 0 0 0 33px;
  margin: 0px 10px 8px 0px;
  width: 48%;
  display: inline-block; }

#um_field_56_user-questionaire_label {
  width: 100%;
  background: none;
  padding: 0; }

.checkbox_kp_cont input[type="checkbox"]:checked + label {
  background: url("../images/checkbox-c.png") no-repeat; }

.checkbox_kp_cont input[type="checkbox"] {
  display: none; }

/* !! 0417 temp override on completion form checkboxes to resolve issue of them not displaying when checked*/
#um_form_user-questionaire .checkbox_kp_cont label {
  background: none; }

#um_form_user-questionaire .checkbox_kp_cont input[type="checkbox"] {
  display: inline-block;
  margin-right: 8px; }

/* END temp override */
input[type="checkbox"] {
  width: inherit; }

#msg {
  display: block;
  height: 50px;
  color: red; }

#overlay-pagination {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  width: 100%;
  display: none;
  height: 58px;
  left: 0;
  right: 0; }

.demo-bottom {
  float: left;
  font-size: 15px;
  padding: 16px 0;
  color: #343738; }

.demo-bottom.inactive {
  color: #ccc; }

/* Page completed*/
#post-27 h2 {
  text-align: center; }

form ol {
  list-style-type: decimal; }

#post-27 input[type="submit"] {
  width: 100%; }

#completed-btn {
  position: relative;
  bottom: 56px; }

/* Page calibrate */
.screen {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px; }

.screen > div {
  overflow: hidden;
  margin-bottom: 30px;
  height: 310px; }

#zoom-slider {
  margin: 73px 63px 0 0;
  max-width: 210px;
  height: 8px;
  float: right; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-radius: 25px;
  border: 2px solid #cccccc;
  width: 25px;
  height: 25px;
  top: -8px; }

.ui-slider-horizontal {
  background: #00a6df; }

.ui-slider-horizontal .ui-slider-range {
  background: #00a6df; }

#zoomVal {
  margin-top: 20px;
  background: none;
  visibility: hidden; }

.card-cont {
  float: left;
  width: 65%;
  height: 100%;
  text-align: center;
  display: block; }

#post-74 ol li span {
  display: block;
  font-size: 24px;
  margin-bottom: 8px; }
#post-74 ol li {
  display: inline-block;
  width: 33%;
  vertical-align: top; }
#post-74 #card {
  width: 188px;
  height: 120px;
  display: block;
  border: 1px solid #ccc;
  margin: 0 auto;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  border-radius: 5px;
  margin-top: 99px;
  color: #ccc;
  line-height: 119px;
  font-size: 12px; }

#zoomIcon-left {
  position: absolute;
  border: 2px solid #ccc;
  width: 22px;
  height: 14px;
  left: -40px;
  top: -4px; }

#zoomIcon-right {
  position: absolute;
  border: 2px solid #ccc;
  width: 32px;
  height: 23px;
  right: -43px;
  top: -10px;
  zoom: 1.4; }

#post-74 .container {
  width: 630px; }

/* Modal for feedback sample questions*/
#modal-overlay, #loading-overlay, #modal-overlay-transp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  display: none;
  z-index: 10; }

#modal-overlay-transp {
  background: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1; }

#loading-overlay {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  display: block; }

#loadingImg {
  position: fixed;
  left: 0;
  right: 0;
  top: 25%;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  margin: 0 auto; }

.modal {
  position: fixed;
  background: #fff;
  padding: 10px 20px;
  width: 85%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  display: none;
  z-index: 10;
  overflow: auto; }

.modal h3 {
  text-align: center; }

/* Modal for instructions */
/* Time'us up Modal */
#timerDiv {
  display: none; }

#timeLimit {
  display: none; }

.insBtn {
  float: left;
  width: 48%;
  border: 1px solid #00a6df;
  text-align: center;
  padding: 11px;
  margin: 0 10px 0 0;
  cursor: pointer; }

#nextBtn {
  padding: 0; }

a {
  color: inherit; }

#qs {
  display: none;
  margin-bottom: 0px !important; }

#practice {
  /*padding-bottom: 165px;*/ }

svg {
  z-index: 5; }

/* Pages */
/* Demo Tasks */
.qs-row {
  /*  overflow: auto;*/
  position: relative;
  display: table;
  width: 100%;
  /* max-width: 712px;*/
  max-width: 660px;
  /*margin: 0 auto 10px auto;*/
  margin: 0 auto 8px auto;
  background: #fff;
  padding: 10px;
  /*display: none;*/ }

.sq-117 {
  max-width: 780px; }

#practice #submitDemo.inactive {
  background: #D8DDDE; }

.sq-left {
  width: 20%;
  vertical-align: top;
  float: left;
  text-align: center; }

.sq-right {
  /*float: right;*/
  max-width: 946px;
  width: 100%;
  /*    display: table-cell;*/
  vertical-align: middle; }

.sq-right-inner {
  margin: 0 auto;
  box-sizing: border-box;
  /*padding: 11px 12px 0;*/ }

.sq-right-inner > div {
  /*max-width: 100px;
  width: 20%; */
  width: 100px;
  display: inline-block;
  text-align: center;
  border: 2px solid #ccc;
  margin: 0 1px 0 1px;
  padding-bottom: 5px;
  vertical-align: top;
  min-height: 134px; }

.sq-right > div img {
  /*  width: 100%;
    max-width: 85px; */ }

input[type=radio] {
  border: 0px;
  width: 100%;
  height: 1.5em;
  cursor: pointer; }

#sq-118 .sq-left {
  width: 37%; }

.sq-117 .sq-left {
  width: 32%;
  /*border: 1px solid #ccc;*/ }

.multiref {
  display: inline-block;
  vertical-align: middle; }

#ref {
  padding: 2px;
  box-sizing: border-box; }

#ref img {
  max-width: 89px;
  width: 100%;
  /*    border: 1px solid #ccc;
      border-radius: 5px;*/ }

#ref .multiref img {
  border: none; }

#feedbck_cont h4, .sample p {
  text-align: center; }

#feedbck img {
  /*max-width: 671px;*/
  /*width: 100%;*/ }

#feedbck_cont li {
  list-style-type: disc;
  list-style-position: inside; }

#post-89 #feedbck img {
  /*max-width: 178px;*/ }

#canvasImg {
  display: none; }

/* Actual task */
.qs-label {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  bottom: 0;
  font-weight: bold; }

/* TASK 2 */
div#sq-118 {
  max-width: 800px; }

/*-------------- TASK 4 --------------*/
.qs-item-wrap {
  /*    display: none;*/ }

#sq-89 {
  text-align: center;
  position: relative;
  width: 347px;
  margin: 0 auto 30px auto;
  height: 309px;
  border: 1px solid #d7d7d7; }

#sq-89 img {
  z-index: 1; }

#sq-89 #ref {
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1; }

#sq-89 #ref img {
  max-width: 260px;
  width: inherit; }

#post-89 p {
  text-align: center; }

.qs4 {
  background: #fff;
  overflow: hidden;
  /* position: absolute; */
  width: 100%;
  /*  margin-bottom: 90px;
   min-height: 900px; */
  position: relative;
  min-height: 2575px;
  margin-bottom: 0; }

#post-35 .entry-content {
  position: relative; }

.radiotask #qs {
  /*padding-top:30px;*/ }

.radiotask .entry-content {
  margin-bottom: 0px;
  height: 30px; }

.single-task6 .entry-content {
  margin-bottom: 0px; }

html body .qs4 .qs-item-wrap .qs-label.qs-label-odd {
  left: 56%; }

.qs-item.odd .edit {
  position: absolute;
  right: -17%;
  top: 55%;
  z-index: 6; }

html body .qs4 .qs-item-wrap .qs-label.qs-label-even {
  left: 48%; }

.qs-item.even .edit {
  position: absolute;
  left: -9%;
  top: 55%;
  z-index: 6; }

.qs4-item, #post-35 .qs-item {
  display: inline-block;
  /*  width: 460px;
    height: 500px;*/
  text-align: center;
  position: relative; }

.qs4-item canvas {
  z-index: 100; }

.qs4-item img {
  width: 100%;
  z-index: 99; }

.qs4-item .qs-img {
  position: absolute;
  top: 0; }

.context-menu-list {
  position: fixed; }

.item {
  cursor: url("../images/cursor.png") 14 50, auto; }

.wrapper .item.selected {
  border-color: #00a6df; }

.single-task4 canvas {
  display: none;
  position: relative;
  bottom: 0;
  top: inherit; }

.capturedItem, #capturedItem {
  display: none; }

/* Task 4 canvas*/
#post-35 .image-markup-canvas {
  width: 281px;
  height: 265px; }

/*------ TASK 5 --------*/
#sq-90, #sq-36 {
  max-width: 851px;
  padding: 30px; }

#sq-90 .sq-right-inner > div {
  width: 59px; }

#sq-90 #ref, #sq-36 #ref {
  text-align: center; }

#sq-90 .row2 span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

#sq-90 .sq-items .item {
  height: 77px;
  line-height: 115px;
  margin: 1px; }

#sq-36 #ref {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 27px 0px 16px;
  border: 1px solid #d7d7d7;
  z-index: 10; }

#post-36 .qs-row {
  margin-top: 127px; }

#sq-36 .sq-items .item {
  /*height: 77px;*/
  height: 77px;
  margin: 1px;
  line-height: 120px;
  cursor: pointer; }

#sq-90 #ref img, #sq-36 #ref img {
  border: none; }

.sq-items .item {
  display: inline-block;
  width: 77px;
  text-align: center;
  position: relative;
  border: 2px solid #d7d7d7;
  vertical-align: middle; }

.sq-right .item label span {
  margin-top: 10px;
  margin-bottom: 0; }

/* Task 5 canvas*/
#post-90 .image-markup-canvas, #post-36 .image-markup-canvas {
  width: 77px;
  height: 62px; }

/* TASK 6 */
.sq-right-inner .item span, .multiref span {
  display: block;
  height: 90px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px; }

.sq-right-inner .item input[type="checkbox"] {
  height: 20px;
  margin-top: 10px;
  text-align: center; }

/* TASK 7 - Draw path in a maze */
#post-102 .row {
  max-width: 723px;
  margin: 0 auto;
  display: inline-block; }

#post-102 #sampleMaze {
  padding-bottom: 20px; }

#post-102 .row li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative; }

#sampleMaze li {
  border: 2px solid #ccc;
  margin-right: 6px; }

.postid-102 .demo-bottom {
  color: inherit; }

#post-102 #practice {
  text-align: center; }

#post-102 .item span {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px; }

#maze {
  text-align: center;
  position: relative;
  margin: 0 auto;
  /* background: #fff;
   */
  bottom: 13px;
  transition: all 0.2s ease; }

#maze-cont p {
  margin: 0;
  color: #0175a1;
  position: absolute;
  z-index: 10;
  padding-bottom: 33px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px; }

#maze-cont #start {
  background: url("../images/q7/arrow_dwn.png") no-repeat center bottom;
  background-size: 29px;
  /*top: 111px;
  left: 8px;*/
  top: 0px;
  left: 252px;
  /*margin: 0 auto; */
  width: 45px;
  text-align: center; }

#finish {
  position: absolute;
  bottom: 58px;
  left: 308px;
  /*top: 134px;
  right: 60px;*/
  /*background: url("../images/q7/arrow_left.png") no-repeat top left;*/
  background: url("../images/q7/arrow_up.png") no-repeat center bottom;
  background-size: 29px;
  /*width: 86px;*/
  width: 45px;
  text-align: right;
  height: 60px; }

#maze-cont p#finish {
  padding-bottom: 0px;
  padding-top: 33px;
  background-position: center top; }

#maze img {
  min-width: 360px; }

#maze-overview {
  position: fixed;
  left: 43px;
  top: 50px;
  right: 0;
  width: 120px;
  background-size: 100%;
  background-repeat: no-repeat; }

#maze-overview li {
  margin-top: -5px;
  text-align: center;
  list-style: none; }

#maze-overview img {
  width: 90px; }

#maze-overview-overlay {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  background-color: #928585;
  width: 120px;
  height: 79px;
  position: absolute;
  top: -3px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

#maze-cont {
 /*height: 590px;
 overflow: hidden;
*/
  position: relative;
  background: #fff;
  padding-top: 60px;
  /*width: 545px;*/
  width: 1200px;
  margin: 0 auto 0; }

.single-task7 .container {
  max-width: 100%;
  width: 1200px; }

/*
#maze-cont-overlay{
   position: absolute;
    width: 465px;
    height: inherit;
    left: 25%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
    display: none;
}
*/
#mazelabel {
  position: relative;
  right: -123px;
  font-size: 12px;
  top: 28px;
  font-weight: bold; }

/* Task 7 canvas*/
#post-41 .image-markup-canvas {
  min-width: 360px;
  width: 100%;
  /* height: 1380px;*/
  /* DONT DELETE zoom: 1*/
  height: 615px;
  padding-top: 20px;
  position: relative; }

#post-41 #qs {
  padding-top: 60px; }

#post-102 .image-markup-canvas {
  width: 228px;
  height: 186px; }

#post-102 #feedbck img {
  max-width: 439px; }

/* TASK 8 */
.task-order .sq-items .to-item {
  width: 134px;
  padding: 13px;
  display: inline-block;
  /*border: 2px solid #ccc;*/
  /*margin: 1px;*/
  vertical-align: middle;
  text-align: center;
  min-height: 182px; }

.task-order .sq-items .to-item input {
  width: 35px;
  text-align: center; }

.task-order {
  max-width: 740px; }

.task-order .sq-items {
  width: 671px;
  margin: 0 auto;
  padding: 17px 0; }

/* TASK 9 */
#sq-93 .sq-items {
  padding: 0; }

#post-129 #feedbck img {
  max-width: 605px;
  max-height: 137px; }

/* TASK 10 */
.task10 {
  max-width: 942px;
  margin: 0 auto;
  padding-bottom: 20px; }

.task10 .item {
  width: 105px;
  float: left;
  /* display: none; */ }

.qs-label-center {
  text-align: center; }

.task10 #qs {
  padding-bottom: 87px;
  padding-top: 0; }

.task10 .sq-items {
  max-width: 917px;
  margin: 0 auto;
  padding: 20px;
  background: #fff; }

#post-93 .item span, #post-132 .item span {
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
  z-index: 1; }

#post-93 .item span {
  top: 12px; }

#post-93 .sq-items .row {
  position: relative; }

#post-132 .sq-items .item, #post-93 .sq-items .item {
  height: 109px; }

/* Thank you page */
.page-id-140 .paginate-modal {
  display: none; }

/*Plugin form Style*/
html body .formError .formErrorContent {
  background: #f39c12;
  box-shadow: none;
  border-color: #e67e22; }

html body .formError .formErrorArrow div {
  background: #f39c12; }

html body .formError .formErrorArrow div {
  border-color: #e67e22; }

.btn i.arr-w-act {
  background: url("../images/arr-w-act.png") no-repeat top left;
  width: 11px;
  height: 17px;
  display: inline-block;
  position: relative;
  margin: 0 8px 0 0;
  animation: nudge 0.4s linear infinite alternate; }

.btn.disabled i.arr-w-act {
  display: none; }

.nav-btn-wrap .btn.blue.shadow.disabled,
.nav-btn-wrap .btn.blue.shadow.inactive {
  background: #0088c0;
  opacity: 0.5; }

.nav-btn-wrap .btn.blue.shadow {
  background: #e8b019; }

/* #e8b019 */
@keyframes nudge {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(-3px, 0); }
  80% {
    transform: translate(-7px, 0); }
  100% {
    transform: translate(-10px, 0); } }
.btn.closeBtn, .btn.timeoutBtn {
  display: block;
  font-family: "open_sanssemibold",sans-serif;
  font-size: 20px;
  height: 45px;
  margin: 0 auto;
  padding: 0 22px;
  width: auto; }

#sq-90 .sq-items .item,
.sq-right .item {
  cursor: pointer; }

/*
screenshot issue
input[type="radio"]:checked+label:before {
    background: #000;
}

input[type="radio"]:checked+label {
    background: transparent;
}

input[type="radio"]+label:before {
    background: #fff;
    width: 10px;
    height: 10px;
    content: " ";
    display: block;
    margin: 3px auto;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;

}*/
input[type="radio"] + label {
  /*background: #fff;*/
  /*border: 2px solid #d7d7d7;*/
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  /*border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;*/ }

.load-more {
  /* visibility: hidden; */
  cursor: pointer; }

.load-more.on {
  /* visibility: visible; */ }

#loadingImg span {
  color: #fff;
  font-size: 14px; }

.spinner {
  margin: 12px auto 0;
  width: 80px;
  text-align: center; }

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s; }

.spinner .bounce3 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce4 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
html body .sq-right .item .cb-wrap label {
  cursor: pointer; }

#post-132 .sq-items .item,
#post-93 .sq-items .item {
  cursor: pointer; }

html body .sq-right .item {
  overflow: hidden; }

#post-129 #feedbck img {
  max-width: 605px;
  max-height: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  input[type="checkbox"]:checked + .ab-cb-label {
    background: url("../images/checkbox-c-2x.png") no-repeat;
    background-size: 100% auto; }

  input[type="checkbox"] + .ab-cb-label {
    background: url("../images/checkbox-2x.png") no-repeat;
    background-size: 100% auto; } }
h3.current_section {
  font-weight: bold;
  position: absolute;
  top: 0; }

.footer.sticky {
  z-index: 100; }

.qs4-item, #post-35 .qs-item {
  z-index: 9; }

#sitewrap ol {
  list-style-type: decimal;
  list-style-position: inside; }

#sitewrap ol {
  margin-left: 15px; }

#um_form_user-profile select {
  padding: 16px;
  width: 100%;
  margin-bottom: 12px;
  font-size: 18px; }
#um_form_user-profile input[type="checkbox"] {
  display: inline-block; }
#um_form_user-profile .um_label_top {
  text-align: left;
  color: #fff; }
#um_form_user-profile .um_field_container {
  text-align: left; }
#um_form_user-profile .pnta_container {
  margin-top: -15px;
  margin-bottom: 15px; }
#um_form_user-profile select[name="user_prefix"],
#um_form_user-profile input[name="division"] {
  display: none; }

html body.page-template-temp-statistics #sitewrap .form-wrap {
  margin: 0px 0px 60px 0px; }
  html body.page-template-temp-statistics #sitewrap .form-wrap h2 {
    font-family: "centurygothic", sans-serif;
    font-size: 24px;
    padding: 20px 30px;
    background: #0088c0;
    text-align: left;
    margin: 0px; }
  html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 {
    padding: 30px;
    background: #fff; }
    html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 p {
      color: #343738;
      margin: 0px 0px 16px 0px;
      text-align: left; }
      html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 p b {
        font-family: "open_sanssemibold", sans-serif;
        font-weight: normal;
        font-size: 18px; }
    html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 form {
      max-width: none;
      margin: 0px; }
      html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 form .ab-checkbox {
        width: 50%; }
        html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 form .ab-checkbox .wpcf7-list-item {
          display: inline-block;
          width: 50%;
          margin: 0px 0px 10px 0px; }
      html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 form input[type="submit"] {
        -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.25);
        width: 253px;
        height: 45px;
        padding: 0px;
        margin: 0px auto;
        display: block; }
      html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 form select {
        padding: 16px;
        width: 100%;
        margin-bottom: 12px;
        font-size: 18px;
        width: 100%; }
      html body.page-template-temp-statistics #sitewrap .form-wrap .form-contact-7 form input[type='button'] {
        font-family: "open_sanssemibold", sans-serif;
        font-size: 24px;
        color: #fff;
        background: #0175a1;
        border-radius: 10px;
        padding: 16px 0px;
        text-align: center;
        border: none;
        margin: 12px 0px;
        width: 100%; }
html .statistics-page {
  max-width: 768px; }
  
.page-id-2567 .controls {
	visibility: hidden;
}
.page-id-2567 .footer.sticky {
	box-shadow: none;
}

.page-id-2581 .controls {
	visibility: hidden;
}
.page-id-2581 .footer.sticky {
	box-shadow: none;
}

.page-id-2585 .controls {
	visibility: hidden;
}
.page-id-2585 .footer.sticky {
	box-shadow: none;
}

/*# sourceMappingURL=custom.css.map */
