﻿/* SP/SP/Content/styles.css */
/* Variables */
/* CSS resets */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* Global styles */
html,
body {
  height: 100%;
}
body {
  font-size: .85em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  color: #232323;
  background-color: #fff;
}
ul {
  padding: 10px 0 10px 20px;
}
ul li {
  margin-top: 5px;
}
#backgroundImage {
  width: 100%;
  /*background: url('SP/Content/images/background-main.jpg') no-repeat top center;*/
  /*background: url('images/background-main.jpg') no-repeat top center;*/ /*removed to put on page to aid branding*/
  margin-top: -40px;
  /*z-index: 0;*/
  z-index: -1;
  position: absolute;
  min-height: 490px;
}
#backgroundImageSecondary {
  position: absolute;
  bottom: 15px;
  right: 0;
  /*z-index: 0;*/
  z-index: -1;
}
#contentWrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -65px;
}
.centredContainer {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
header {
  padding: 20px 0 0 0;
  overflow: hidden;
}
header #primaryLogo {
  float: left;
}
header #secondaryLogo {
  float: right;
  margin-top: 37px;
  color: #336633;
}
header #secondaryLogo p {
  float: right;
  margin: 0;
  padding: 0;
}
header #secondaryLogo img {
  float: right;
  margin-top: -7px;
  margin-left: 10px;
}
#mainNav {
    width: 100%;
    /*background: url('SP/Content/images/nav-background.png') repeat-x;*/
    /*background: url('images/nav-background.png') repeat-x;*/
    height: 45px;
    margin: 15px 0;
    z-index: 100;
    position: relative;
    text-align: right;
    /*font-size: 1.2em;*/
    font-size: 1.0em;
    background-color: transparent !important;
    background: -moz-linear-gradient(-65deg, #a3cca3 0, #336633 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a3cca3), color-stop(100%, #336633));
    background: -webkit-linear-gradient(-65deg, #a3cca3 0, #336633 100%);
    background: -o-linear-gradient(-65deg, #a3cca3 0, #336633 100%);
    background: -ms-linear-gradient(-65deg, #a3cca3 0, #336633 100%);
    background: linear-gradient(154deg, #a3cca3 0, #336633 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#87DCDC', endColorstr='#24A09E', GradientType=1);
}
#mainNav p {
  margin: 0;
  padding-top: 8px;
}
#mainNav p a {
  color: white;
}
#mainNav ul {
  width: 30%;
  list-style: none;
  padding: 6px 0 0 0;
  margin: 0;
  float: left;
}
#mainNav ul.right {
  text-align: right;
  width: 70%;
}
#mainNav ul li {
  display: inline;
  margin-right: 15px;
}
#mainNav ul li a {
  color: white;
}
#bodyText {
  position: relative;
  z-index: 1000;
}
#bodyTextWithNav {
  position: relative;
  z-index: 1000;
  float: none;
  margin-left: 225px;
  width: auto;
  padding-top: 30px;
}
.centred {
  margin: 0 auto;
  text-align: center;
}
#mainHeading {
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 0 3%;
}
.largeText {
  font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 2.2em;
  width: 85%;
  margin: 10px auto 20px auto;
}
.normaltextbold {
  font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 1.em;
  width: 85%;
  margin: auto auto auto auto;
  text-align: left;
}
.normaltext {
  font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
  font-size: 1.em;
  width: 85%;
  margin: auto auto auto auto;
  text-align: left;
}
h1 {
  font-family: 'Buenard', serif;
  font-weight: bold;
  font-size: 2.2em;
  color: #555;
  line-height: 1.1em;
}
h2 {
  font-weight: bold;
  font-size: 1.3em;
  color: #555;
  line-height: 1.1em;
}
p {
  margin: 16px 0 0 0;
  line-height: 1.7em;
}
.topMargin {
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: #336633;
  font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
#loginBox {
  width: 65%;
  margin: 40px auto 0;
}
#loginBox #loginForm {
  margin-top: 10px;
  overflow: hidden;
}
.dashedList {
  /*background: url('SP/Content/images/dashed-border.gif') repeat-x bottom;*/
  background: url('images/dashed-border.gif') repeat-x bottom;
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  list-style: none;
}
.dashedList li {
  /*background: url('SP/Content/images/dashed-border.gif') repeat-x top rgba(255, 255, 255, 0.5);*/
  background: url('images/dashed-border.gif') repeat-x top rgba(255, 255, 255, 0.5);
  clear: both;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.dashedList li img {
  display: block;
  float: left;
  margin: 10px 20px 0 10px;
}
.dashedList li .speakerbutton {
  display: block;
  float: left;
  margin: 10px 20px 0 10px;
}
.dashedList li span {
  display: block;
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 17px;
}
.dashedList li span span {
  font-size: 100%;
}
.dashedList li p {
  display: block;
  float: right;
  margin: 10px;
  padding: 0;
}
.dashedList li:nth-child(odd) {
  /*background: url('SP/Content/images/dashed-border.gif') repeat-x top rgba(235, 235, 235, 0.5);*/
  background: url('images/dashed-border.gif') repeat-x top rgba(235, 235, 235, 0.5);
}
.dashedList span.popupSelector:hover {
  cursor: pointer;
  color: #336633;
}

.dashedList .popupSelectQuestionnaireOld {
  clear: both;
  margin-top: 20px;
  display: none;
  text-align: center;
  background: white;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
}
.dashedList .popupSelectQuestionnaireOld p {
  float: none;
  clear: both;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
}
.dashedList .popupSelectQuestionnaireOld div.qSelection {
  clear: both;
  float: none;
  overflow: hidden;
  text-align: center;
}
.dashedList .popupSelectQuestionnaireOld div.qSelection div {
  display: inline-block;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
}
.dashedList .popupSelectQuestionnaireOld div.qSelection div img {
  margin-left: auto;
  margin-right: auto;
}
.dashedList .popupSelectQuestionnaireOld div.qSelection div img:hover {
  opacity: 0.6;
}

.dashedList .popupSelectQuestionnaire {
  position: relative;
  clear: both;
  margin-top: 20px;
  display: none;
  text-align: center;
  background: white;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
}
.dashedList .popupSelectQuestionnaire p {
  float: none;
  clear: both;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
}
.dashedList .popupSelectQuestionnaire div.qSelection {
  clear: both;
  float: none;
  overflow: hidden;
  text-align: center;
}
.dashedList .popupSelectQuestionnaire div.qSelection div.versionSelector {
  display: none;
  background: white;
  border: 1px solid black;
  clear: both;
  width: 80%;
  z-index: 1000;
  position: absolute;
  margin-top: 15px;
  box-shadow: 4px 4px 40px 20px rgba(0, 0, 0, 0.5);
  padding: 8px 12px;
}
.dashedList .popupSelectQuestionnaire div.qSelection div.versionSelector p {
  padding: 5px 0;
  margin: 0;
}
.dashedList .popupSelectQuestionnaire div.qSelection div.versionSelector span.close {
  float: right;
  margin-top: 0;
  font-weight: normal;
  color: #999;
}
.dashedList .popupSelectQuestionnaire div.qSelection div {
  display: inline-block;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
}
.dashedList .popupSelectQuestionnaire div.qSelection div img {
  margin-left: auto;
  margin-right: auto;
}
.dashedList .popupSelectQuestionnaire div.qSelection div img:hover {
  opacity: 0.6;
}
#translationControls select {
  width: 150px;
  float: right;
  margin: 0 0 0 20px;
}
.embeddedVideo {
  width: 300px;
  margin: 22px 0 30px 30px;
  float: right;
  clear: right;
  position: relative;
}
.embeddedVideo:hover {
  opacity: 0.8;
}
.embeddedVideo img {
  border: 2px solid #111111;
}
.embeddedVideo p {
  font-size: 0.9em;
  color: #656565;
  text-align: center;
}
.embeddedVideo #playbutton {
  position: absolute;
  left: 35%;
  top: 25%;
  z-index: 100;
  width: 30%;
  border: none;
  box-shadow: none;
}
#bottomMargin {
  height: 30px;
}
#push {
  height: 65px;
}
footer {
  /*background: url('SP/Content/images/footer-bg.png') repeat-x;*/
  /*background: url('images/footer-bg.png') repeat-x;*/
  border-top: solid 1px #eee;
  min-height: 65px;
  padding: 15px 0 0 0;
  position: relative;
}
footer #emailAddress {
  font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
  /*text-shadow: 1px 1px 4px #8a8a8a;*/
  color: #3e4855;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
footer #emailAddress a {
  color: #8da0aa;
}
footer #webDevBy {
  margin-top: 4px;
}
footer #webDevBy a {
  color: #fff;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  font-weight: normal;
}
/* Admin styles */
section {
  clear: both;
  margin: 10px 0 0 0;
  padding: 5px 0 10px 0;
}
section:hover {
  cursor: pointer;
  background: #eaeaea;
  background: rgba(200, 200, 200, 0.3);
}
section img {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
section h2 {
  padding: 5px 0 2px 0;
  font-size: 1.0em;
}
section h2 a {
  color: black;
}
section p {
  margin: 0;
  padding: 0;
}
#navAndContentContainer {
  overflow: hidden;
  margin: -30px -20px;
}
#navAndContentContainer h1 {
  font-family: "Segoe UI", Helvetica, Verdana, Sans-Serif;
  font-size: 1.4em;
}
#navAndContentContainer .button,
#navAndContentContainer .buttonCancel {
  font-weight: normal !important;
  font-size: 0.9em !important;
}
#adminNav {
  background: #bfbfbf;
  background: rgba(191, 191, 191, 0.7);
  width: 200px;
  padding: 30px 15px;
  margin-bottom: -30px;
  font-size: 0.9em;
  line-height: 1.3em;
  font-family: "Segoe UI Semibold", Helvetica, Verdana, Sans-Serif;
  box-shadow: 5px 0 5px 1px #888;
  float: left;
}
#adminNav h2 {
  color: white;
  font-weight: bold;
  font-size: 1.1em;
}
#adminNav ul {
  padding-top: 2px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
#adminNav ul li {
  color: #484848;
  padding-left: 14px;
  background: url('/content/images/admin-bullet.gif') no-repeat 0 5px;
}
#adminNav ul li.footerDivider {
  border-bottom: 1px dashed #eee;
  padding-bottom: 7px;
}
#adminNav ul li a {
  color: #484848;
}
#adminNav ul li a.selected {
  color: #000;
  font-weight: bold;
}
.leftCol {
  float: left;
  margin: 10px 0;
}
.leftCol.vertAlign {
  padding-top: 5px;
}
.leftCol p {
  padding: 0;
  margin: 0;
}
.rightCol {
  float: right;
  margin: 10px 0;
}

/* for reports to override main values start */
table.report  
{
  table-layout: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: fff;
  border-collapse: collapse;
  border: 0px solid #050506;
  margin: 0 0 0 0;
  width: 100%;
  font-size: 100%;
  vertical-align: top;
}
table.report tr:nth-child(even) {
  background: #fff;
  color: #000;
}
table.report tr:hover {
  background: #fff;
  cursor: auto;
}
table.report td 
{
 padding: 0 0 0 0;  
 vertical-align: top; 
}
/* for reports to override main values end */

table {
  table-layout: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #050506;
  margin: 20px auto 0 auto;
  width: 100%;
  font-size: 0.85em;
}
table th {
  background-color: #cdcdcd;
  border-bottom: 1px solid #050506;
  font-weight: bold;
  margin: 0px;
  padding: 4px 8px;
  text-align: left;
}
table td {
  padding: 4px 8px;
}
table tr:nth-child(even) {
  background: #f1f0f0;
  color: #656565;
}
table tr:hover {
  background: #ddd;
  cursor: pointer;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
  padding: 10px 0;
  margin: 0 0 1.5em 0;
}
fieldset p {
  clear: both;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}
legend.bottomMargin {
  margin-bottom: 10px;
}
.formInstructions {
  color: #777;
  font-size: 0.9em;
}
.formInstructions p {
  margin-bottom: 15px;
}
textarea {
  min-height: 75px;
}
.editor-label {
  clear: both;
  float: left;
  text-align: right;
  width: 150px;
  padding: 5px 0;
  margin-right: 15px;
  line-height: 1.3em;
  font-size: 1.2em;
  font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
  color: #5a5a5a;
}
.profile-label {
  clear: both;
  float: left;
  text-align: right;
  width: 36%;
  padding: 5px 0;
  margin-right: 15px;
  line-height: 1.3em;
  font-size: 1.2em;
  font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
  color: #5a5a5a;
}
.editor-field {
  text-align: left;
  margin: 3px 0 10px 0;
  overflow: hidden;
}
.editor-field.radio {
  margin-top: 8px;
}
.labelfield-set {
  overflow: hidden;
  clear: both;
  margin: 5px 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea,
select {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 6px;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 80%;
}
input[type='text'].fullWidth,
input[type='email'].fullWidth,
input[type='password'].fullWidth,
textarea.fullWidth {
  width: 100%;
}
select {
  width: 80%;
}
.button {
  /*-moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: #94c791;*/
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #94c791 0%, #5ba459 46%, #448444 54%, #317836 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94c791), color-stop(46%, #5ba459), color-stop(54%, #448444), color-stop(100%, #317836));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #94c791 0%, #5ba459 46%, #448444 54%, #317836 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #94c791 0%, #5ba459 46%, #448444 54%, #317836 100%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #94c791 0%, #5ba459 46%, #448444 54%, #317836 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, #94c791 0%, #5ba459 46%, #448444 54%, #317836 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94c791', endColorstr='#317836', GradientType=0);*/
  /* IE6-9 */
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 6px;
  border-radius: 4px;
  border: 1px solid #268a16;
  text-shadow: 0px 1px 0px #26420c;*/
  border: solid 1px #5BA257 !important;
  border-radius: 3px;
  background: #5BA257;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 14px;
  letter-spacing: 0.025em;
  font-weight: bold;
  /*padding: 7px 24px;*/
  padding: 5px 5px;
  min-width: 100px;
  text-decoration: none;
}
.button:hover {
    border-color: #5BA257 !important;
    background-color: #7BB879 !important;
    text-decoration: none !important;
  /*background: #9dd53a;
  text-decoration: none;*/
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd53a), color-stop(46%, #a1d54f), color-stop(46%, #a1d54f), color-stop(52%, #80c217), color-stop(100%, #7cbc0a));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);*/
  /* IE6-9 */
}
.button:active {
  position: relative;
  top: 1px;
}
.buttonInfo {
    border: solid 1px #3498db !important;
    border-radius: 3px;
    background: #3498db;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 14px;
    letter-spacing: 0.025em;
    font-weight: bold;
    /*padding: 7px 24px;*/
    padding: 5px 5px;
    min-width: 100px;
    text-decoration: none;
}
.buttonInfo:hover {
    border-color: #3498db !important;
    background-color: #5bc0de !important;
    text-decoration: none !important;
}
.buttonInfo:active {
    position: relative;
    top: 1px;
}
.buttonCancel {
  /*-moz-box-shadow: inset 0px 1px 0px 0px #ede6b7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ede6b7;
  box-shadow: inset 0px 1px 0px 0px #ede6b7;
  background: #c7c091;*/
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #c7c091 0%, #a49c59 46%, #847d44 54%, #787131 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7c091), color-stop(46%, #a49c59), color-stop(54%, #847d44), color-stop(100%, #787131));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #c7c091 0%, #a49c59 46%, #847d44 54%, #787131 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #c7c091 0%, #a49c59 46%, #847d44 54%, #787131 100%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #c7c091 0%, #a49c59 46%, #847d44 54%, #787131 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, #c7c091 0%, #a49c59 46%, #847d44 54%, #787131 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c091', endColorstr='#787131', GradientType=0);*/
  /* IE6-9 */
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 6px;
  border-radius: 4px;
  border: 1px solid #7c6d39;
  text-shadow: 0px 1px 0px #26420c;*/
  border: solid 1px #fa7753;
  border-radius: 3px;
    background: #fff;
  color: #fa7753;
  display: inline-block;
  cursor: pointer;
  font-family: arial;
  font-size: 14px;
  letter-spacing: 0.025em;
  font-weight: bold;
  /*padding: 7px 24px;*/
  padding: 5px 5px;
  min-width: 100px;
  text-decoration: none;
  
}
.buttonCancel:hover {
  border: solid 1px #fa7753;
  color: #F95626;
  text-decoration: none !important;
  /*background: #9dd53a;*/
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd53a), color-stop(46%, #a1d54f), color-stop(46%, #a1d54f), color-stop(52%, #80c217), color-stop(100%, #7cbc0a));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 46%, #a1d54f 46%, #80c217 52%, #7cbc0a 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);*/
  /* IE6-9 */
}
.buttonCancel:active {
  position: relative;
  top: 1px;
}
.button.right {
  float: right;
}
.rightMargin {
  margin-right: 10px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #f00;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #f00;
}
.validation-summary-valid {
  display: none;
}
@media screen and (max-width: 695px) {
  body {
    font-size: 0.75em;
    -webkit-text-size-adjust: none !important;
  }
  header {
    padding: 10px 0 0 0;
  }
  #backgroundImageSecondary {
    bottom: 17px;
  }
  .largeText {
    width: 95%;
    margin: 10px auto;
  }
  #mainNav {
    margin-top: 7px;
    font-size: 1.2em;
  }
  #mainNav ul {
    padding-top: 6px;
  }
  #mainNav p {
    padding-top: 4px;
  }
  #primaryLogo img {
    width: 65%;
  }
  #secondaryLogo {
    display: none;
  }
  #mainHeading {
    margin-top: 10px;
  }
  #loginBox {
    width: 100%;
  }
  .dashedList {
    width: 100%;
  }
  .embeddedVideo {
    width: 200px;
  }
  footer {
    padding-top: 17px;
  }
}
@media screen and (max-width: 540px) {
  body {
    -webkit-text-size-adjust: none !important;
  }
  header {
    padding: 10px 0 0 0;
  }
  #backgroundImage,
  #backgroundImageSecondary {
    display: none;
  }
  #mainHeading {
    margin-top: 0;
    width: 75%;
  }
  .largeText {
    width: 95%;
    margin: 10px auto;
  }
  #loginBox {
    margin-top: 20px;
  }
  .dashedList {
    width: 100%;
    padding: 0;
  }
  .dashedList li {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dashedList li img.listen {
    clear: both;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashedList li img {
    clear: both;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashedList li .speakerbutton {
    clear: both;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
  }
  .dashedList li span {
    clear: both;
    display: block;
    text-align: center;
    margin: 5px auto 0 auto;
    width: 100%;
  }
  .dashedList li p {
    clear: both;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 100%;
  }
  input[type='text'],
  input[type='email'],
  input[type='password'],
  textarea,
  select {
    padding: 10px 6px;
  }
  .button,
  .buttonCancel {
    margin-top: 15px;
    padding: 5px 20px;
    font-size: 12px;
  }
  input[type='image'] {
  align: left;
  background-color: red;
  clear: none;
  }
}
@media screen and (max-width: 440px) {
  header {
    padding: 10px 0 0 0;
  }
  body {
    -webkit-text-size-adjust: none !important;
  }
  #mainNav {
    margin-top: 7px;
  }
  #primaryLogo img {
    width: 65%;
  }
  #mainHeading {
    width: 90%;
  }
  .largeText {
    width: 95%;
    font-weight: normal;
    margin: 10px auto;
  }
  #loginBox {
    margin-top: 20px;
  }
  .formPadding {
    display: none;
  }
  .editor-label {
    width: 100%;
    text-align: left;
  }
  .profile-label {
    width: 100%;
    text-align: left;
  }
  .editor-field {
    clear: both;
    width: 100%;
  }
  input[type='text'],
  input[type='email'],
  input[type='password'],
  textarea,
  select {
    width: 100%;
  }
  #bottomMargin {
    height: 20px;
  }
  #emailAddress span {
    display: none;
  }
  #translationControls select {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 360px) {
  .embeddedVideo {
    width: 100%;
  }
}
