html, body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background-color: #f5f5f5; 
    height: 100%;
    color: #000000;
}

h1, h2, h3, h4 {
    font-family: 'Lora', serif;
    margin-top: 0;
    padding: 0;
}

p {
    font-size: 15px;
    line-height: 1.6em;
}

ul {
    margin-left: 2em;
    padding: 0;
    list-style-type: none;
}

ul.bullet {
    list-style-type: disc;
}

li {
    margin-bottom: 1em;
    font-size: 1em;
}

li a:link, li a:hover, li a:visited, li a:active {
    font-weight: bold;
    color: #ad80ab;

}

a:link, a:hover, a:visited, a:active {
    text-decoration: none;
    color: black;
}

p a:link, p a:hover, p a:visited, p a:active {
    font-weight: bold;
    color: #ad80ab;
}

.maquetteCaption {
    font-size: 0.5em;
    text-align: center;
}
.maquetteTitle {
    font-size: 0.9em;
    font-weight: bold;
}

.strong {
    font-weight: bold
}

span.space {
    margin-left: 0.5em;
}

span.alignRight {
    text-align: right;
    width: 100%;
}

.small {
    font-size: 11px;
}

.sans {
    font-family: sans-serif;
    font-size: 0.8em;
}

.error {
    color: red;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: 0.5em;
}
.req {
    font-size: 1.5em;
    line-height: 1em;
}
span.italic {
    font-style: italic;
}

.error ul, .error li {
    margin: 0;
    padding: 0;
}
.error ul {
    margin-top: 0.5em;
}

#header {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    background: #9CBA7F;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    color: white;
    z-index: 1;
    -webkit-transition: height 0.5s; 
    transition: height 0.5s;
    font-family: 'Lora', serif;
    cursor: default;
}

#header div a:link, #header div a:visited, #header div a:active {
    color: white;
    text-decoration: none;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    font-weight: normal;
}
.headerContent {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.logo {
    margin-left: 0%;
    margin-top: 20px;
    padding: 0;
    float: left;
    width: 25%;
    font-size: 2em;
    color: white;
    font-family: 'Lora', serif;
    letter-spacing: 2px;
    display:block;
}

.logo span {
    display: inline;
}

.logo.holding {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.logo_visible {
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
    display: block;
}

.logo_visible_on {
    bottom: 0.4em;
}

#nav {
    float: left;
    margin-left: 5%;
    width: 70%;
    text-align: justify;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#nav div {
    display: inline-block;
    margin-top: 33px;
}

#nav div.aboutSubMenu {
    display: none;
    position: absolute;
    background-color: #9CBA7F;
    margin-left: -2em;
    margin-top: 0;
    width:; 13em;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 13em;
}

#nav div.aboutSubMenu.visible {
    display: block;
}

#hamburgerMenuIcon {
    display: none;
    background-image: url('menu-burger-white.png');
    background-size: 100%;
    width: 1em;
    height: 1em;
    margin-left: 5%;
    cursor: pointer;
}
#hamburgerMenuIcon label {
    margin-left: 1.5em;
    cursor: pointer;
}

#hamburgerMenuIcon.hidden{
    display: none;
}

#mobileNav {
    display: none;
    margin-top: 1em;
    margin-left: 7%;
    -webkit-transition: display 0.5s; 
    transition: display 0.5s;
}

#mobileNav.visible {
    display: block;
}

#header.expanded {
    height: 375px;
}

#indexShareButtons {
    text-align: right;
}

.hidden {
    display: none;
}

h3.center {
    text-align: center;
    vertical-align: center;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.loginInfo {
    width: 100%;
    font-size: 0.8em;
    text-align: right;
    margin-bottom: 0.5em;
}

.mainContainer {
    position: relative;
    padding-top: 120px;
    margin: auto;
    width: 90%;
    max-width: 1300px;
    height: 100%;
    padding-bottom: 20px;
    -webkit-transition: padding-top 0.5s; 
    transition: padding-top 0.5s;
}

.mainContainer.pushed {
    padding-top: 400px;
}

.leftContainer {
    position: relative;
    float: left;
}

._22 {
    margin-right: 3%;
    width: 22%;
}

._75 {
    width: 75%;
}

.infoContainer._B {
    width: 65%;
}
.infoContainer._A {
    margin-right: 3%;
    width: 32%;
}

.rightContainer {
    position: relative;
    float: left;
}

.mainInfoContainer {
    width: 100%;
}

.infoContainer {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.08) 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.08) 0 1px 2px;
    box-shadow: rgba(0,0,0,0.08) 0 1px 2px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.16);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16);
    border: none;
    width: 22%;
    margin-bottom: 2em;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: height 1s ease-in; /* Safari */
    transition: height 1s ease-in;
}

.success {
    background-color: #d4ccda;
}
.failure {
    background-color: #ba7f7f;
    color: white;
}

._half {
    width: 48%;
    margin-right: 4%;
}

.grid-sizer { width: 22%; }
.gutter-sizer { width: 4%; }

.statue_grid-sizer { width: 32%; }
.statue_gutter-sizer { width: 2%; }

.attention_grid-sizer { width: 49%; }
.attention_gutter-sizer { width: 2%; }

.attention_grid-sizer img { max-width: 100%; height: auto; }

.infoContainer img {
    max-width: 100%;
    margin-bottom: 0.5em;
}

.theThinking img {
    margin-right: 2em;
    margin-bottom: 2em;
    float: left;
}

img.sidebar {
    max-height: 300px;
    margin: 0;
    margin-bottom: 0;
    display: block;
}

.infoContainer img.small {
    max-width: 300px;
}

.infoContainer img.small.right {
    max-width: 300px;
    float: right;
    margin-left: 2em;
    margin-right: 0;
}

._75half {
    width: 48%;
    margin-right: 4%;
    float: left;/**/
}

._third {
    width: 36%;
    margin-right: 4%;
    float: left;
}

._twoThirds {
    width: 60%;
    margin-right: 4%;
    float: left;
}

._last {
    margin-right: 0;
}

.highlight {
    background-color: #cde3b7;
}

.clickable {
    cursor: pointer;
}

.infoContainer.pageInfoContainer {
    background-color: #eaeaea;
    padding-bottom: 0; /* */
}

.leftContainer .infoContainer, ._45 .infoContainer {
    width: 100%;
}

._75full {
    width: 100%;
    /*height: 100px;*/
    margin-bottom: 2em;
    padding: 20px;
    box-sixing: border-box;
}
.inlineButtonForm {
    text-align: center;
}
.inlineButtonForm {
    position: relative;
    margin: 0 auto;
}
.inlineButtonForm input {
    float: right;
    margin-right: 2px;
    display: inline-block;
}
.inlineButtonForm form {
    float: left;
}

.noWomenContainer {
   /* background-image: url("nowomen.png");
    background-height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;*/
    overflow: hidden;
    padding: 0;
}

.noWomenContainer div {
    width: 1200px;
    height: 130px;
    padding: 0;
    display: block;
}

.noWomenContainer img {
    float: left;
    height: 140px;
    margin: 0;
}

.womenRow {
    background-image: none;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    border: none;
    box-shadow: 0 0 0 ;
}

.womenRow img {
    margin: auto;
    float: none;
    margin-bottom: 0;
    display: block;
    width: auto;
}

/*-----------------------the numbers ------------------------*/

.infoContainer.numbers {
    padding: 0;
    background-color: #d4ccda;
}

.infoContainer.moderation, .moderation .title_row td {
    background-color: #abc6d8;
}

.infoContainer.tomoderate, .tomoderate .title_row td {
    background-color: #cccccc;
}
.infoContainer.failed td {
    background-color: #d4d4d4;
}
.infoContainer.failed .title_row td,  .infoContainer.failed{
    background-color: #4c4c4c;
    color: white;
}

.thumbnail {
    position: relative;
    width: 22%;
    padding-bottom: 22%;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin-right: 4%;
    background-size: cover;
    background-position: center;
}
.imageUpload.thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-right: 0;
    float: none;
}
img.img_landscape {
    position: absolute;
    margin: auto; 
    height: 100%;
    object-fit: cover;
}
img.img_portrait {
    position: absolute;
    margin: auto; 
    width: 100%;
    object-fit: cover;
}
.thumbnail.end{
    margin-right: 0;
}
.thumbnail.anotherRow {
    margin-top: 5px;
}
.thumbnailSingleImage {
    position: relative;
    width: 30%;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin-right: 4%;
    background-size: cover;
    background-position: center;
}

table {
    color: black;
    font-size: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

td, th {
    background-color: white;
}

tr {
    height: 30px;
}

tr.isChosenSubmission {
    font-weight: bold;
}

td {
    padding: 0.5em;
    box-sizing: border-box;
}

td.emptyTableRow {
    background-color: #d4ccda;
}

td.name {
    width: 80%;
}
td.nominations {
    width: 20%;
}

td.percentage_column {
    width: 10%;
    text-align:center; 
}

.title_row td{
    background-color: #d4ccda;
    padding-bottom: 20px;
}

td.place_name {
    width: 28%;
}
td.uploaded {
    width: 25%;
}
td.image_column {
    width: 20%;
}
.title_row td.image_column  {
    text-align: center;
}

td.notes {
    width: 40%;
}
td.notes_60 {
    width: 60%;
}
.place_images_mobile {
    margin-top: 1em;
    display: none;
}

td.details {
    width: 50%;
}

td.lastupdated_column {
    width: 12%;
    text-align: center; 
}

td.needupdating_column {
    width: 10%;    
    text-align: center; 
   /* background-color: #d4ccda;*/
}
.title_row td.needupdating_column {
   /* background-color: white;*/
}

.separateSortingForm {
    display: none;
}

.inlineSortingForm {
    margin-bottom: 1em;
}
.rightButton {
    float: right;
}

input {
    border: 2px solid #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 2em;
    padding: 2px;
    font-size: 0.8em;
}
input[type="image"] {
    height: auto;
    border: none;
}
textarea {
    border: 2px solid #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px;
    width: 100%;
    height: 3em;
}
input[type="checkbox"] {
    height: auto;
    padding: 0;
    border: none;
}
input[type="file"] {
    border: none;
    font-size: 0.8em;
}

.imageUploadThumb {
    width: 100%;
}
.imageForm .formSection {
    margin-top: 1em;
}
.formRow {
    margin-bottom: 2em;
    box-sizing: border-box;
}
.formRow.last {
    margin: 0;
}
.formRow.firstGroup {
    display: none;
}
.formRow.secondGroup {
    display: none;
}
#addImagesElevenToFifteenButton {
    display: none;
}

.formSection {
    box-sizing: border-box;
    float: left;
    margin-right: 5%;
}
.formSection input {
    width: 100%;
}
.formSection.imageFormIndex {
    width: 2em;
    margin-right: 0;
}
.formSection.thumb {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}
.tooLargeError {
    display: none;
}
.formSection .label{
    width: 100%;
    height: 3em;
}
#notes .label {
    height: auto;
}
.formSection .smallLabel{
    width: 100%;
    height: 2em;
}
.inlineForm .label {
    width: 30%;
    float: left;
}
.formHelp {
    width: 35%;
    float: left;
    margin-left: 5%;
}
.inlineForm input {
    float: left;
}
/* vital statistics */
#town, #county {
    width: 32%;
}
#female, #male {
    width: 10%;
}
#male {
    margin-right: 0;
}
#notes {
    width: 100%;
}
.nameInput {
    width: 40%;
}
/* results */
#history {
    width: 70%;
}
.statueDetails {
    font-size: 0.8em;
}
.help {
    font-size: 10pt;
    font-style: italic;
    margin-left: 5%;
}
#id_place_name, #id_county {
    width: 100%;
}
#id_men, #id_women {
    width: 30px;
}
/*------------------solution----------------------------------*/

.button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color:#f9f9f9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:Arial;
    font-size:15px;
    padding:6px 0.5em;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
    background-color:#e9e9e9;
}
.editButton {
    background-image: url('pencil.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}
.editButton:hover {
    background-image: url('pencil.png');
    background-position: center;
    background-repeat: no-repeat;
}
.deleteButton {
    background-image: url('bin.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}
.deleteButton:hover {
    background-image: url('bin.png');
    background-position: center;
    background-repeat: no-repeat;
}
.contactButton {
    background-image: url('message.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
}
.contactButton:hover {
    background-image: url('message.png');
    background-position: center;
    background-repeat: no-repeat;
}
input.removeImageButton {
    background-color: white;
    background-image: url('clear.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.submit-button {
    margin-top: 1em;
    float: left;
    padding: 6px 24px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #FFF;
    border: none;
    text-decoration: none;  
    background-color: #3498DB;
    text-shadow: 0px -2px #2980B9;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    cursor: pointer; 
}

p {
    word-wrap: break-word;
}

/*------------------register----------------------------------*/
.leftContainer.register {
    margin-right: 5%;
    width: 25%;
}

.rightContainer.register {
    width: 70%;
}
/*-----------------holding page----------------------------*/

.infoContainer.holding {
    overflow: hidden;
    height: auto;
    padding: 0;
}

.infoContainer.transparent {
    background: none;
    border: none;
    box-shadow: none;
}

.infoContainer.holding img{
    width: 100%;
    height: 380px;
    margin: 0;
}

.infoContainer.why {
}

.why p {
    /* visibility: hidden; */
    display: none;
}

.why.textshowing p {
    display: block;
}
/*---------------getting attention--------------------------*/
.times_letter {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------index------------------------------------*/
.leftContainer.home {
    margin-right: 5%;
    width: 25%;
}

.rightContainer.home {
    width: 70%;
}

.infoContainer.home {
    overflow: hidden;
    height: auto;
    padding: 0;
}

.infoContainer.home img{
    width: 100%;
    margin: 0;
    display: block;
}

.infoContainer .logo {
    color: black;
}

/*-------------------the thinking-----------------------------*/

.leftContainer.theThinking {
    margin-right: 3%;
    width: 34%;
}

.rightContainer.theThinking {
    width: 63%;
}

.leftContainer.waitingList {
    margin-right: 3%;
    width: 30%;
}

.rightContainer.waitingList {
    width: 67%;
}

.inline_letter {
    margin: 20px;
    font-family: 'Lora', serif;
}

.quote {
    font-size: 1.2em;
    text-decoration: none;
    font-style: none;
}

blockquote {
    font-size: 18px;
    margin: 0.25em 0;
    padding: 0.35em 0.35em;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.infoContainer.rightFull {
    width: 100%;
}

.rightFull.plinthsForWomen {
    background-color: #d4ccda;
    width: 50%;
    float: none;
    position: relative;
    margin: auto;
    padding: 0.5em;
    top: -1.5em;
    font-size: 2em;
    text-align: center;
}

.socialShare {
    margin-bottom: 1.5em;
}

.column {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2em;
}
.column.last {
    margin-right: 0;
}
/*------------------------ the results ---------------------------- */

.resultsLabel {
    font-size: 0.75em;
    float: left;
    margin-right: 0.5em;
    display: block;
    margin-bottom: 1em;
    min-width: 115px;
}
.resultsInfo {
    font-size: 0.75em;
    float: left;
    display: block;
    margin-bottom: 1em;
}
hr.divider {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.view-options {
    padding-top: 1rem;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*--------------------what your mp thinks--------------------*/
div.see-more-icon {
    margin-left: 0.5em;
    display: inline-block;
    height: 0.8em;

    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.see-more-icon img {
    height: 100%;
    margin-top: 0.2em;
    margin-left: 0; 
    margin-bottom: 0;
}

div.see-more-icon.down {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}  

div.see-more-icon.down img {
    margin-top: 0.1em;
    margin-left: 0.2em;    
}   

div.mp {
    margin-bottom: 2em;
}
div.mp span {
    cursor: pointer;
}

/* ------------------------ footer --------------------------------- */
.wrapper {
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 auto -5empx; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 5em;
	clear: both; /* .push must be the same height as .footer */
}

.footer {
    width: 100%;
    background: #cde3b7;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    color: #4c4c4c;
    z-index: 1;
    box-sizing: border-box;
    padding: 1em;
    font-size: 13px;
    text-align: justify;
    height: 5em;
}

.footer div {
    display: inline-block;
}
.footer div.footerContents {

    display: block;
    margin: auto;
    width: 95%;
    text-align: justify;
    height: 2em;
    max-width: 1300px;
}
.footer img {
    position: relative;
    height: 2em;
    width: 2em;
    top: 0.5em;
}

.footer a:link, .footer a:hover, .footer a:active, .footer a:visited, {
    font-style: normal;
    text-decoration: none;
    font-size: 10pt;
    color: #4c4c4c;
}

.strapline {
    font-style: italic;
}

/* ------------------------ media --------------------------------- */

@media screen and (max-width: 1200px) {
    .footer {
        height: 100px;
        margin-top: 20px;
    }
    .strapline {
        width: 100%;
        margin-bottom: 1em;
        display: block;
    }
    .footer span {
        margin-right: 2px;
    }
    #header {
        position: absolute;
        height: 140px; 
    }
    #header div {
        margin-bottom: 0.5em;
    }
    .mainContainer {
        padding-top: 170px;
    }
    .logo {
        float: none;
    }
    #nav {
        float: none;
        text-align: left;
        margin-right: 20px;
    }
    #nav div {
        display: block;
        margin-top: 2px;
    }
    #nav div.aboutSubMenu.visible {
        display: block;
        position: relative;
        background-color: #9CBA7F;
        margin-left: -2em;
        margin-top: 0;
        width: 13em;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 13em;
    }
    #nav div.aboutSubMenu.visible ul, #nav div.aboutSubMenu.visible li {
        margin-top: 0;
        margin-bottom: 0;
    }
    .strapline {
        width: 100%;
    }

    /*--------------*/
    #nav {
        display: none;
    }
    #hamburgerMenuIcon {
        display: block;
    }
    #mobileNav {
        display: none;

    }
    /*--------------*/
}

@media screen and (max-width: 700px) {

    .womenRow img {
        margin: auto;
        float: none;
        margin-bottom: 0;
        display: block;
        height: auto;
        width: 100%;
    }
    .footer {
        height: 150px;
    }
    .footer span {
        width: 100%;
        margin-bottom: 1em;
        display: block;
    }
    #indexShareButtons {
        text-align: center;
    }
    .leftContainer {
        width: 100%;
    }
    .rightContainer, .rightContainer.register {
        width: 100%;
    }

    .leftContainer.home, .rightContainer.home,
    .leftContainer.theThinking, .rightContainer.theThinking,
    .leftContainer.waitingList, .rightContainer.waitingList, ._75half.infoContainer,
    ._75half, .leftContainer.register, .righContainer._75 {
        width: 100%;
    }
    .infoContainer.supportersColumn, .infoContainer.clickable,
    .infoContainer._third, .infoContainer._twoThirds
    {
        width: 100%;
    }
    .supportersColumn, .column {
        width: 100%;
    }
    
    .mainInfoContainer, .infoContainer, .pageInfoContainer, {
        width: 100%;
    }
    td.image_column, td.lastupdated_column {
        display: none;
    }
    td.needupdating_column, td.place_name {
        width: 30%;
    }
    td.needupdating_column input {
        white-space: normal;
        width: auto;
        height: auto;
    }
    .place_images_mobile {
        display: block;
    }

    /*.submit-button {
        float: left;
        margin-top: 20px;
    }*/
    .inlineForm .label, .formHelp {
        width: 100%;
        margin-bottom: 0.5em;
        float: none;
    }
    .inlineForm input {
        width: 100%;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        float: none;
    }
    .formSection {
        width: 100%;
        margin-bottom: 1em;
    }
    #town, #county, #female, #male, #notes, #history {
        width: 100%;
    }
    .formSection#notes .label {
        height: 5em;
    }
    .nameInput {
        width: 100%;
    }

    .help {
        margin-left: 0;
    }

    .grid-sizer { width: 100%; margin-bottom: 1em;}
    .gutter-sizer { width: 0; }

    .attention_grid-sizer { width: 100%; margin-bottom: 1em;}
    .attention_gutter-sizer { width: 0; }

    .infoContainer {
        width: 100%;
    }
    .statue_grid-sizer { width: 100%; margin-bottom: 1em;}
    .statue_gutter-sizer { width: 0; }
}
