.s2option {
   font-size: 12px !important;	
   font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
}

.scrolloff {
  pointer-events: none; }

.edit-button {
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.edit-button .glyphicon {
  color: #f64a00; 
  
  }

.map-embed {
  width: 100%;
  height: auto; 
  margin-top: -18%;
  margin-bottom: -18%;
 }

.social-links img {
  max-width: 25px;
  height: auto;
  margin-right: 10px; }

.polity-nav-wrapper .btn-default {
  color: #f64a00;
  background-color: #000;
  border: 1px solid #f64a00;
  margin-top: 50%; 
 }

.section-collapse {
  margin-right: 10px; }

html, body {
  font-family: 'Montserrat', sans-serif; }

body {
  padding-top: 120px; }

table {
  width: 100%; }
  table td {
    padding-top: .5em;
    padding-bottom: .5em; }

footer {
  background-color: #c39d63;
  border-color: #ba8e4b;
  overflow: hidden;
  padding: 1em 2.5em; }
  footer .navbar-nav > li {
    font-size: .85em; }
    footer .navbar-nav > li a {
      color: #fff; }

.glyphicon-arrow-right {
  color: #f64a00; }

a {
  transition: all .15s ease-in-out;
  cursor: pointer; }

h1 {
  font-size: 48px; }

.carousel {
  background: transparent;
  padding: 0 3em; }

.carousel-inner {
  background: #eaeaea; }
  .carousel-inner .item {
    padding: 4.5em 9em; }

.carousel-control {
  opacity: 1; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-arrow-left, .carousel-control .glyphicon-arrow-right {
  border: 3px solid #000;
  width: 3.5em;
  height: 3.5em;
  line-height: 3em;
  color: black;
  background: #fff;
  font-size: 1em;
  cursor: pointer;
  background: #fff;
  opacity: 1; }

.carousel-caption {
  position: absolute;
  z-index: 10;
  text-align: left;
  text-shadow: 0;
  background: #fff;
  color: #000;
  left: 550px;
  top: 30%;
  padding: 3em;
  width: 50%; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-width: 500px;
  width: 50%; }

.download-table {
  margin-top: 4em;
  margin-bottom: 4em; }

.row {
  margin: 0; }

.page-title {
  margin-top: 2em;
  margin-bottom: 1em; }
  
.page-title:after {
    content: "";
    height: 3px;
    background: #f64a00;
    width: 1.5em;
    display: block;
    margin-top: 1em; 
}

.copyright {
  color: #fff;
  text-align: center; }
  .copyright .navbar-brand {
    max-width: 150px;
    padding: 0;
    margin: 0 auto 1em; }

.social {
  font-size: 1em; }
  .social .social-links {
    text-align: center;
    margin-bottom: 1.5em; }
  .social .social-link {
    color: #fff; }

.social-header {
  color: #fff;
  font-size: 1.15em;
  padding-top: 1em;
  text-align: center;
  margin-bottom: 1.15em; }

.cta-primary {
  display: inline-block;
  padding: 1em 4em;
  text-transform: uppercase;
  color: #fff;
  background: #f64a00;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12), 0 6px 36px rgba(0, 0, 0, 0.24);
  transition: all .15s ease-in-out;
  width: 100%; }
  .cta-primary:hover, .cta-primary:active, .cta-primary:focus {
    background: #c33b00;
    text-decoration: none;
    color: #fff; }

.tool-correct {
  display: none;
  text-transform: uppercase;
  color: #fff;
  background: #f64a00;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12), 0 6px 36px rgba(0, 0, 0, 0.24);
  transition: all .15s ease-in-out;
  padding: 1em;
  font-weight: 400; 
 }
 
 .tool-correct:hover, .tool-correct:active, .tool-correct:focus {
    background: #c33b00;
    text-decoration: none;
    color: #fff; 
}

.nga-header {
  overflow: hidden;
  max-height: 500px; }
  .nga-header img {
    width: 100%; }

.nga-variables .section-collapse {
  cursor: pointer;
  font-size: 3em;
  line-height: .75em;
  color: #f64a00; 
}

.simple-variable-tools {
	float: right;
}

.variable-collapse {
  cursor: pointer;
  font-size: 3em;
  line-height: .75em;
  color: #f64a00;
}


.cancel-edit {
  margin-right: 2px; 
  font-size: 1.8em;
  line-height: .75em;
  color: #f64a00;
  font-weight: bold; 
  z-index: 99999 !important;
}

.cancel-edit:hover {
	cursor: pointer;
    background: #c33b00;
  
}

div.boxed {
	padding: 1em;
	border: 2px solid #888;
}

.polity-content {
  margin-top: 60px;
  padding: 1em;
  overflow: hidden;
  background: #fff; 
 }
 
 .polity-content ul {
    padding: 0;
    list-style-type: none; 
 }
 
.select2 {
	display: block;
	padding: 4px;
	border: 2px solid blue;
}


.polity-info .body-copy:last-child {
  margin-bottom: 0; }

.polity-map iframe {
  width: 100%; }

.variable-edit-tools {
  display: block;
  float: right;
  font-weight: bold; 
 }


.candidate-property-info, .variable-name, .variable-value, .variable-tools {
  display: block;
  float: left;
  font-weight: bold; }

.variable-tools {
  text-align: right;
  position: absolute;
  top: 1.5em;
  right: 0;
  width: 100%; }

.variable-notes {
  display: block;
  font-family: 'Libre Baskerville', serif;
  
  width: 100%;
  clear: left;
  padding-top: 1em; 
 }

.polity-content.info {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 1.5em; 
}

.polity-content.info ul {
    margin-bottom: 2em; 
}

.polity-content.info li .section-title, .polity-content.info li .subsection-title {
    float: left;
    width: 90%; 
}

.polity-content.info li .section-collapse, .polity-content.info li .subsection-collapse {
    float: left;
    width: 5%;
    text-align: right;
    font-size: 2.5em;
    color: #f64a00;
    cursor: pointer;
    line-height: .5em; 
}
.polity-content.info .section {
    margin-top: 3em; 
}
.polity-content.info .section:first-of-type {
    margin-top: 0; 
}

.polity-content.info .subsection {
    margin-top: 2em;
    overflow: hidden;
    border-bottom: 2px solid #eaeaea; 
}

.polity-content.info .subsection:first-child {
      margin-top: 0; 
}

.polity-content.info .subsection:last-child {
      border-bottom: 0; 
}

.polity-content.info .subsection ul {
      margin-bottom: 0; 
}

.polity-content.info .subsection .variable_container, .polity-content.info .subsection .variable-container {
      border-bottom: 0; 
}

.polity-content.info .variable_container, .polity-content.info .variable-container {
    border-bottom: 2px solid #eaeaea;
    padding: 1.5em 0; 
}

.polity-content.info .variable-list {
    padding: 0 .75em; 
}

dl {
	margin-left: 4px;
	margin-top: 2px;
}

.references-note {
	color: #c39d63;
	weight: 700;
	margin-top: 2em;
}

.polity-content.info .list-title {
    font-size: 1.25em;
    font-weight: bold;
    display: block; 
}

.polity-content.info .section-variables {
    border: 3px solid #eaeaea;
    padding: .75em;
    clear: both; 
}

.polity-content.info .section-variables .variable {
      display: table;
      width: 100%;
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      border-bottom: 2px solid #eaeaea;
      position: relative; 
}

.polity-content.info .section-variables .variable:last-child {
     border-bottom: 0 none; 
}

.polity-content.info .section-variables .variable + .variable_container {
     border-top: 0 none; 
}

.polity-content.info .section-variables .variable-list {
    clear: both; 
}

.polity-content.info .subsection-variables {
    padding: 0 .75em;
    clear: both; 
}
.polity-content.info .subsection-variables .variable-list {
    clear: both; 
}

div.footnotes {
  width: 100%;
  padding: 1.5em;
  margin: 0 auto; 
 }

ol.footnotes {
  width: 90%;
  font-family: 'Libre Baskerville', serif;
}

.polity-nav-wrapper {
  background: #000;
  margin-top: 2em;
  width: 100%;
  display: block;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding: 1em; 
  z-index: 9999;
  
 }
 
  .polity-nav-wrapper:before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    left: 0;
    top: 0;
    z-index: -1; }
  .polity-nav-wrapper .polity-nav {
    position: relative;
    z-index: 2; }
  .polity-nav-wrapper ul {
    list-style-type: none;
    padding-left: 2em; }
    .polity-nav-wrapper ul li .section-title, .polity-nav-wrapper ul li .subsection-title {
      float: left;
      width: 90%; }
    .polity-nav-wrapper ul li .section-collapse, .polity-nav-wrapper ul li .subsection-collapse {
      float: left;
      width: 5%;
      text-align: right; }
    .polity-nav-wrapper ul li a.edit-button {
      cursor: pointer;
      margin-left: 10px;
      color: #f64a00; }
    .polity-nav-wrapper ul li .section-variables {
      clear: both;
      padding-left: 0; }
      .polity-nav-wrapper ul li .section-variables li {
        padding-top: .5em;
        padding-bottom: .5em;
        overflow: hidden; }
    .polity-nav-wrapper ul li .variable {
      position: relative; }
  .polity-nav-wrapper .nav-item {
    width: 100%; }
    .polity-nav-wrapper .nav-item:nth-child(odd) {
      background: rgba(255, 255, 255, 0.25); }
    .polity-nav-wrapper .nav-item td {
      text-align: center;
      display: block; }
      .polity-nav-wrapper .nav-item td a {
        color: #fff;
        text-decoration: underline;
        padding: 1em;
        display: inline-block; }

.section-notes p, .variable-notes {
  font-family: 'Libre Baskerville', serif;
  line-height: 1.85em; }

.section-notes p .close-feedback,
.section-notes p .cancel-edit {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
}

.variable-tools .tool-edit {
  display: none; }

.tool-notes {
  color: #f64a00;
  font-size: 2em;
  cursor: pointer;
  line-height: .5em; 
  padding: 6px; 
 }

.edit-panel {
  display: none; }

.about-us {
  margin-bottom: 3em; }

.section-title {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 1em;
  display: block; }

.subsection-title {
  margin-bottom: 1em; }

.subsection-title, .note-heading {
  font-size: 1.5em;
  font-weight: 400;
  display: block; }

.note-heading {
  margin-bottom: 1em; }

.body-copy {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.15em;
  line-height: 1.85em;
  margin-bottom: 1.85em; }

.nga-collapse {
  display: none; }

.list-group-item {
  border-left: 0 none;
  border-right: 0 none;
  list-style-type: none;
  transition: all .15s ease-in-out;
  padding: 1.5em 2em; }
  .list-group-item > .nga {
    transition: all .15s ease-in-out; 
    position: relative;}
  .list-group-item:hover > .nga, .list-group-item:hover .glyphicon {
    color: #f64a00; }
  .list-group-item .glyphicon {
    position: absolute;
    right: 1.5em;
    top: 0.2em; }

@media (min-width: 768px) {
  body {
    padding-top: 95px; 
  }
  .cta-primary {
    width: auto; 
  }
  
  footer {
    padding: 2em 5em; 
  }

  footer .navbar-nav {
      width: 100%; 
  }
  footer .navbar-nav > li {
     padding: 0; 
  }
  .copyright {
    float: left;
    clear: left; 
  }
   .copyright .navbar-brand {
      padding-top: 1.65em; 
   }
  .social {
    width: 50%;
    float: left;
    font-size: 1em;
    clear: left; 
  }
  .social .social-links {
      text-align: left; 
  }
  .social .social-link {
      width: auto;
  margin-right: 1em; 
 }
 .social-header {
    padding-top: 2em;
    text-align: left; 
 }
 
 .polity-content {
    padding: 2em 5em; 
 }
 
 .about-us, .col-40 {
 
 } /*jill edited*/
 .nga-list, .col-60 {
    float: left;
    margin-right: 2%;
    width: 54%; 
 }
  .col-50 {
    float: left;
    width: 50%;
    padding-right: 10%; 
 }
  .staff-spotlight {
    margin-top: 6em; 
  }
   .staff-spotlight .section-title {
      text-align: center;
      margin-bottom: 2em; 
   }
  
 	

  
   .map-embed {
    }


  .polity-nav-wrapper .nav-item:nth-child(odd) {
    background: transparent; }
  .polity-nav-wrapper .nav-item td {
    display: table-cell; }
    .polity-nav-wrapper .nav-item td a:hover {
      background: rgba(255, 255, 255, 0.75);
      color: #f64a00; }
  .polity-map {
    position: relative;
    z-index: 1;
    margin-top: -8em; }
  .polity-content.info {
    position: relative;
    z-index: 3;
    width: 75%;
    margin: -6em auto 2em;
    border: 3px solid #eaeaea;
    padding: 1.5em; }
    .polity-content.info .variable-list {
      border: 3px solid #eaeaea;
      padding: 0 2em;
      margin-top: 1em; }
    .polity-content.info .section-variables {
      padding: 1.5em 1.5em 0; }
  
  
  .variable-name {
    width: 50%; 
 }
 
  .variable-value, .variable-tools {
    width: 25%; } 
  }

@media (min-width: 1500px) {
    .map-embed {
    }
}  

@media (min-width: 960px) {
  .copyright {
    text-align: left;
    width: 50%; }
  .social {
    clear: none; 
  } 
  .map-embed {
  }
 }



/*added*/
#map {
  height: 500px;
  width: 100%;
}
#map.scrolloff {
  pointer-events: auto; 
}
div.nga-header.front{
  max-height: 550px;
}

div.polity-header {
	width: 75%;
	margin: 3em auto 4em;
	padding-top: 1em;
}


.polity-title, p.polity-date, p.polity-navigation {
	padding-left: 50px;
}

p.polity-date {
	font-size: 1.4em;
	margin-top: -4px;
	margin-bottom: 0;
}
 

p.polity-navigation {
  margin-top: 4px;
  margin-bottom: 1.5em;
}

.polity-title {
	font-size: 3em;
	margin-top: 0;
	margin-bottom: 0;
}

div.polity-provenance {
	float: right;
	width: 100px; 
	padding-top: 10px;
}


div.data-container {
	position: relative;
	width: 100%;
}

div.fake-background-inner {
	opacity: 0.1;
	margin-top: -20%;
 	background: url("../img/Map.svg");
 	background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    top: 10;
    width: 100%;
    height: 100%;
    z-index: -1;
}

div.polity-error-container,
div.polity-busy-container {
    height: 100%;
	padding-top: 180px;
	padding-bottom: 180px;
	text-align: center;
	
}

div.dacura-message-container {
	width: 720px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 6px;
	border: 2px solid #c39d63;
	
}

div.polity-error-container .error-icon,
div.polity-busy-container .busy-loader {
	color: #c39d63;
	padding: 12px;
}

div.polity-error-container .error-icon {
	text-align: left;
}

div.polity-data-container, 
div.polity-error-container,
div.polity-feedback-container {
	display: none;
} 

div.polity-data-header {
	padding-bottom: 2em;
}

span.free-floating-edit {
	padding-right: 20px;
}

span.dacura-frame-value {
	display: block;
}

span.value-qualifiers span {
	padding-left: 4px;
	color: #c39d63;
}

.missing-value {
	color: #c39d63 !important;
}

span.annotation-variable {
	margin-top: -6px;
	font-size: 1.1em;
}

.dacura-icon-range-value {
 padding-left: 2px; 
 padding-right: 2px;
}


div.polity-error-container .error-top-text,
div.polity-busy-container .busy-top-text {
	font-size: 1.2em;
	font-weight: 500;
}

span.feedback-intro,
div.polity-error-container .error-disclaimer,
div.polity-busy-container .busy-disclaimer {
	font-weight: 400;
	font-family: 'Libre Baskerville', serif;
	font-size: 0.9em;
}

p.feedback-intro-container {
	padding: 4px 10px;
	float: left;
}

div.feedback-comment {
   padding: 0 10px;
}


#dacura-console .console-context-full textarea:focus, 
#dacura-console .console-context-full textarea.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}


textarea.fbcomment {
	width: 100%;
	height: 200px;
	padding: 8px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
	font-weight: 400;
	border-radius: 2px;
	margin-bottom: 4px;
}

input.fbfrom {
	width: 80%;
	padding: 8px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
	font-weight: 400;
	border-radius: 2px;
}

input.fbfrom:focus,
input.fbfrom.focus,
textarea.fbcomment:focus, 
textarea.fbcomment.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}


div.feedback-footer {
	padding: 10px;
	text-align: right;
}

span.feedback-submit {
	display: inline-block;
	padding: 1em;
	background-color: #c39d63;
	border: 1px solid #c39d63;
	color: #fff;
}

span.feedback-submit:hover {
    color: #000; 
  	cursor: pointer; 	
}

span.user-error-message {
	display: inline-block;
	width: 560px;
	margin: 4px; 
	background-color: #fff;
	text-align: left;
	min-height: 50px;
	vertical-align: top;
	padding: 6px;
	color: #440000;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
 } 
 
.help-appeal-header {
	font-size: 1.1em;
	font-weight: 800;
}

.embedded-pencil {
	float: left;
	padding-top: 14px;
}

span.feedback-result {
	float: left;
	text-align: left;
	width: 260px;
	font-size: .85em;
	display: inline-block;
	margin-top: 4px;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.2em;
	color: #866;
}

span.feedback-success-result {
	font-size: 1em;
	padding: 1em;
	display: inline-block;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.3em;
	color: #866;
}



div.variable-feedback {
	display: block !important;
	background-color: #eaeffc;
	margin-left: 6px;
	width: 440px;
	float: right;
}

span.close-feedback {
	position: absolute;
	right: -30;
	margin-left: -30px;
  	font-size: 2em;
  	line-height: .75em;
  	font-weight: bold;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
  	color: #f64a00; 
	padding: 4px;
	z-index: 10000;
}

span.close-feedback:hover {
    text-decoration: none;
  	cursor: pointer;
}

span.feedback-header {
	width: 230px; 
	float: left;
	padding: 10px;
	font-size: 1.1em;
	margin-right: 10px;
}

span.feedback-header .embedded-pencil {
	margin-right: 6px;
}

dd {
	padding-top: 4px;
}


.include-email-reminder {
	float: left;
	padding-top: 4px;
	width: 400px;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
	font-weight: 300;
	text-align: left;	
}

.list-explainer{
  border-top: 0 none;
  padding-top: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.15em;
  line-height: 1.85em;
}

nav.navbar{
  position: absolute;
}

.fa-backward {
	margin-right: 2px;
}

.polity-navigation-back {
	margin-right: 2rem;
}

.fa-forward {
	margin-left: 2px;
}

.glyphicon-pencil {
  color: #f64a00; 
  
  } /*jilladded*/

  /* Three columns side by side */
.staffcolumn {
    float: left;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;

}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
.staffcolumn {
        width: 100%;
        display: block;
    }
}

.staffcard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.staffcontainer {
    padding: 0 16px;
}

.staffcontainer::after, .staffrow::after {
    content: "";
    clear: both;
    display: table;
  
}








