* {
  padding: 0;
  margin: 0; }

html {
  height: 100%;
  max-width: 100%; }

body {
  background-color: #3a3939;
  color: #c8c8c8;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: .95em;
  line-height: 1.3em;
  background: url("../img/chalkboard.png") repeat top;
  background-size: 500px auto;
  font-smooth: always;
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative; }

#buttonBar {
  position: fixed;
  left: 0;
  top: -100px;
  z-index: 200;
  width: 100%;
  box-shadow: 0px 10px 40px #181818;
  background: white;
  text-align: center;
  padding: 10px;
  transition: all .75s ease-in-out; }

a.surveyButtonBar {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-decoration: none;
  border-radius: 40px;
  background-color: #e62f21;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.05em;
  transition: all .5s ease-in-out; }

a.surveyButtonBar:hover {
  background: #ededed;
  color: #6e6e6e; }

a.mobileOnly {
  background: #e62f21 !important;
  font-weight: 300 !important;
  color: white !important;
  display: none !important; }

.notification_error {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .05em;
  font-weight: 500;
  border: 1px dashed #efefef;
  color: #efefef;
  height: auto;
  width: 100%;
  margin: 15px 0;
  padding: 8px 4px;
  text-align: center;
  box-sizing: border-box; }

.notification_ok {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .05em;
  font-weight: 500;
  border: 1px dashed #efefef;
  color: #efefef;
  height: auto;
  width: 100%;
  margin: 15px 0;
  padding: 8px 4px;
  text-align: center;
  box-sizing: border-box; }

p a {
  border-bottom: 3px solid #efefef;
  color: #efefef;
  text-decoration: none;
  transition: all .5s ease; }

/* Label */
label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .05em;
  font-weight: 500;
  color: #efefef;
  margin: 5px 0;
  display: block;
  text-align: left;
  margin-right: 5%; }

input,
button,
textarea {
  font-family: 'Montserrat', sans-serif;
  border: none;
  width: 135px;
  padding: 5px;
  border-radius: 5px;
  background: none;
  color: #efefef;
  -webkit-appearance: none;
  border: 2px solid #efefef;
  box-sizing: border-box;
  outline: none; }

input[type=submit] {
  padding: 10px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .05em;
  font-weight: 500; }

input[type="text"],
textarea {
  background: #efefef;
  color: #666;
  width: 100%;
  max-width: 100%; }

.fixed input,
.fixed textarea {
  -webkit-appearance: none; }

/* BR */
br {
  clear: left; }

.criteria ul {
  margin-top: 5px;
  margin-bottom: 20px; }

.criteria li {
  margin: 3px;
  margin-left: 20px; }

ul.tick li, ul.cross li {
  list-style: none; }

ul.tick li:before {
  position: absolute;
  left: 0px;
  font-family: 'fontello';
  content: '\E803';
  color: #e62f21; }

ul.cross li:before {
  position: absolute;
  left: 0px;
  font-family: 'fontello';
  content: '\E804';
  color: #e62f21; }

.accordion {
  width: 100%; }

.accordion dt {
  padding-top: 10px; }

.accordion dt, .accordion dd {
  border-bottom: 0;
  padding-left: 15px; }

.accordion ul, .accordion ol {
  margin: 15px 0;
  margin-left: 40px; }

.accordion ul li {
  list-style: disc; }

.accordion ul.numbered li {
  list-style: decimal; }

.accordion li {
  margin: 3px 0; }

.accordion ul.alpha li {
  list-style: lower-alpha; }

.accordion p:last-child {
  margin-bottom: 10px; }

.accordion dt a {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 2px;
  padding: 0;
  color: #efefef;
  text-decoration: none;
  border: none !important;
  transition: all .5s ease; }

.accordion dd a {
  border-bottom: 3px solid #efefef;
  color: #efefef;
  text-decoration: none;
  transition: all .5s ease; }

.accordion dd a:hover {
  color: #e62f21;
  border-bottom: 3px solid #e62f21; }

.accordion dt.active a, .accordion dt a:hover {
  color: #e62f21; }

.accordion dt:before {
  content: "\E806";
  display: inline-block;
  width: 10px;
  position: relative;
  left: -15px;
  top: -1px;
  margin-right: -15px;
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  text-decoration: none;
  position: relative;
  transition: transform .5s ease; }

.accordion dt.active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 3px; }

.accordion dd {
  border-top: 0; }

.accordion dd:last-of-type {
  position: relative;
  top: -1px; }

#loader {
  position: fixed;
  width: 150px;
  height: 150px;
  top: 40%;
  left: 50%;
  margin-left: -75px;
  z-index: 10;
  pointer-events: none;
  padding: 0;
  display: none; }

#spinner {
  margin: 20px auto;
  transform-origin: 50% 50%;
  padding: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 0.5s infinite linear;
  -moz-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 25px; }

#spinner:after {
  content: "\E808";
  font-family: 'fontello';
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  color: #e62f21; }

#loading {
  margin: 20px auto;
  transform-origin: 50% 50%;
  padding: 0;
  width: 100px;
  height: 20px;
  position: absolute;
  top: 24%;
  left: 16px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #efefef;
  font-size: 9px;
  text-align: center;
  z-index: 12; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  50% {
    -moz-transform: rotate(360deg); }

  100% {
    -moz-transform: rotate(0deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }

  50% {
    transform: rotate(360deg); }

  100% {
    transform: rotate(0deg); } }
::selection {
  background: #e62f21;
  color: #efefef;
  opacity: 1; }

::-moz-selection {
  background: #e62f21;
  color: #efefef; }

.break {
  clear: both;
  border-top: 1px dashed #efefef;
  height: 1px;
  margin: 20px 0 10px 0; }

span.lowercase {
  text-transform: none; }

/*
.mean-bar {
background-image: url('../img/icon.jpg')!important;
   background-repeat: no-repeat!important;
    background-attachment: fixed;
    background-position: 8px 5px !important;
background-size: auto 42px !important;    
}*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
span.arrow:before {
  content: "\E802";
  margin-right: 8px;
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  text-decoration: none;
  position: relative;
  top: -1px; }

span.arrow:after {
  content: "\E801";
  margin-left: 8px;
  font-family: 'fontello';
  text-decoration: none;
  position: relative;
  top: -1px; }

#pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/pattern.png");
  z-index: 10;
  bottom: 0;
  pointer-events: none;
  display: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pattern.png', sizingMethod='scale'); }

#background {
  width: 100%;
  height: 0px;
  overflow: hidden;
  position: absolute; }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 2.2em;
  line-height: 1em;
  margin-top: .6em;
  margin-bottom: .3em;
  color: #efefef; }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1em;
  margin-top: .9em;
  margin-bottom: .5em;
  color: #efefef; }

.icon:before {
  content: "\E800";
  margin-right: 10px;
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  text-decoration: none;
  color: #efefef;
  font-weight: normal; }

.aboutIcon:before {
  content: "\E80A";
  margin-right: 6px;
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  text-decoration: none;
  color: #efefef;
  font-weight: normal; }

.whyIcon:before {
  content: "\E80B";
  margin-right: 6px;
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  text-decoration: none;
  color: #efefef;
  font-weight: normal; }

.errorIcon:before {
  content: "\E809";
  margin-right: 5px;
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  text-decoration: none;
  color: #e62f21;
  font-weight: normal; }

.contactIcon:before {
  content: "\E80C";
  margin-right: 5px;
  font-family: 'fontello';
  font-style: normal;
  margin-right: 10px;
  speak: none;
  text-decoration: none;
  color: #efefef;
  font-weight: normal; }

h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 2px;
  padding: 0;
  color: #efefef; }

h3 + p {
  margin: 0; }

p + h3 {
  margin-top: 20px; }

.bodyBlock p:first-of-type {
  font-family: 'Roboto Slab', serif;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: .5em;
  color: #ededed; }

p + p {
  margin-top: .75em; }

p.closed {
  text-align: center;
  font-family: "roboto slab", serif;
  font-size: 2em;
  line-height: 1.1em;
  max-width: 500px;
  margin: 40px auto; }

strong + br {
  font-weight: 700;
  text-transform: uppercase; }

strong, b {
  font-weight: 700; }

#topBlock {
  margin-top: 50px;
  text-align: center; }

#NSSlogo, #surveyButton {
  max-width: 100%; }

#NSSlogo {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  width: 530px;
  margin-left: auto;
  margin-right: auto;
  z-index: -5; }

#NSSlogo.welsh {
  margin-bottom: 0; }

#infographic {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
  max-width: 100%;
  z-index: -5; }

#mainTextBlock {
  margin-top: 20px;
  transition: height .5s ease;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  min-height: 600px; }

a.normal {
  border-bottom: 3px solid #efefef;
  color: #efefef;
  text-decoration: none;
  transition: all .5s ease; }

a.normal:hover {
  border-bottom: 3px solid #e62f21;
  color: #e62f21;
  text-decoration: none;
  transition: all .5s ease; }

a.surveyButton {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-decoration: none;
  border-radius: 40px;
  background-color: #e62f21;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  color: white;
  vertical-align: center;
  height: 30px;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  line-height: 1.05em;
  margin: 50px auto;
  transition: all .25s ease-in-out; }

a.surveyButton:hover {
  text-decoration: none;
  background: #efefef;
  color: #3a3939; }

nav {
  z-index: 200; }

#navigation {
  height: 50px;
  text-align: center; }

#navigation a.button {
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid #efefef;
  color: #efefef;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: -.06em;
  font-weight: 700;
  margin-right: 15px;
  width: 132px;
  position: relative;
  text-align: center;
  line-height: 32px;
  transition: all .25s ease-in-out; }

li:nth-child(5) a.button {
  margin-right: 0px !important; }

#navigation nav a:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 25px;
  top: 30px;
  border: 8px solid;
  border-color: transparent transparent transparent transparent;
  transition: all 0.25s ease; }

#navigation nav a:hover, input[type="submit"]:hover {
  background: #efefef;
  color: #3a3939; }

#navigation nav a.active {
  background: #e62f21;
  color: #efefef;
  position: relative;
  cursor: default;
  border: 2px solid #e62f21; }

#navigation nav a.active:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 25px;
  top: 30px;
  border: 8px solid;
  border-color: #e62f21 transparent transparent #e62f21;
  transition: all .5s ease-in-out; }

#navigation nav li {
  position: relative;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px; }

#language {
  text-align: right;
  padding: 15px 20px;
  color: #878686;
  z-index: 15; }

#language a {
  text-decoration: none;
  color: #878686; }

#language a.active, #language a:hover {
  color: #efefef; }

.language li {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0;
  display: inline-block; }

footer {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: white;
  left: 0;
  bottom: 0;
  color: #878686;
  font-size: .75em;
  z-index: 15;
  margin-top: 80px;
  padding: 5px; }

footer a {
  text-decoration: none;
  color: #878686; }

footer a:hover {
  color: #e62f21; }

#logos {
  display: relative;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  max-width: 90%; }

#logos img {
  width: 50%;
  float: left; }

#footerAdd {
  display: relative;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 450px;
  padding-bottom: 45px;
  display: inline-block;
  float: right;
  text-align: center;
  z-index: 200; }

.addthis_sharing_toolbox {
  position: relative;
  bottom: -15px;
  height: 40px;
  text-align: center; }

#info {
  clear: both;
  padding: 10px 0; }

#copyright {
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: inline; }

#footerLinks {
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: inline; }

#footerLinks span {
  color: #e62f21;
  font-weight: 700;
  margin: 0 2px; }

/* #MEDIA QUERIES
================================================== */
@media screen and (min-width: 0px) and (max-width: 768px) {
  #navigation {
    display: none; }

  #infographic {
    display: none; }

  a.surveyButton:hover {
    text-decoration: none;
    background: #e62f21;
    color: #efefef; }

  input[type="submit"]:hover {
    background: none;
    color: #efefef; }

  .accordion dt a:hover {
    color: #efefef; }

  .accordion dt.active a {
    color: #e62f21; }

  a.mobileOnly {
    display: block !important; }

  #language {
    padding-top: 55px; } }
@media screen and (min-width: 0px) and (max-width: 1336px) {
  #footerAdd, #footerCopyright {
    height: 40px; }

  #copyright, #footerAdd {
    width: 100%;
    text-align: center;
    padding-left: 0px; } }
@media screen and (min-width: 0px) and (max-width: 530px) {
  #mainTextBlock {
    margin-bottom: 125px; }

  #copyright, #footerLinks {
    display: block;
    padding: 0; } }
