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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
:focus {/* remember to define focus styles! */
  outline: 0;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body
{
    height: 100%;
}
body {
  line-height: 1;
}
ol, ul {
  list-style-position: outside;
  margin: 0 0 2em 2.5em;
}
ol li, ul li {
  margin: 0 0 0.8em 0;
  line-height: 1.6em;
}
table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Clear fix for floated elements */
.clearfix:before,
.clearfix:after {
    content: " ";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */


/* Make Images and captions responsive! */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.wp-caption { max-width: 100%; }

html #wpadminbar {
  position: fixed;
  top: 0;
}

/************ HTML, BODY, & TYPOGRAPHY ************/

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  font-style: normal; 
  line-height: 1.6em;
  color: #222;
  padding: 0;
  margin: 0;
  background: #c6c49a url(../images/bg-tile.png) top left repeat;
}
p {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 0 0 1.8em 0;
  color: #222;
}
span {
  font-size: 1.4rem;
  line-height: 1.6em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a, a:link {
  outline: 0;
  color: #47af4c;
  text-decoration: none;
  display: inline;
}
a:hover {
    text-decoration: underline;
}
small {
  font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: normal;
}
small a {
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; 
  line-height: 1.3em;
  margin: 0 0 0.8em 0;
  color: #000;
}
h1 {
  font-size: 2.8rem;
  font-weight: 800;
}
h1.pass {
  font-size: 3.4rem;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 2.1rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}
.widget h3 {
  font-size: 1.8rem;
}
img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
    max-width: 65%;
    height: auto;
}
img.alignright {
    float: right;
    margin: 0 0 20px 30px;
    max-width: 65%;
    height: auto;
}
img.alignnone {
    float: left;
    margin: 0 30px 20px 0;
}

h1.head-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1em;
}
h1.head-title span {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1em;
}
h2.head-subtitle {
  color: #44b749;
  width: 100%;
  border-bottom: 1px dotted #d8d8d8;
  padding-bottom: 20px;
}


#wrapper {
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  height: auto; 
  min-height: 100%;
  padding-bottom: 30px;
}

#content {
  width: 100%;
  max-width: 920px;
  margin: 30px auto 0 auto;
  padding: 0;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}

#header {
  width: 100%;
  float: left;
  display: none;
  background: #fff;
}
#header #header-left {
  width: 55%;
  float: left;
  padding: 30px;
}
#header #header-left img {
  width: 100%;
  max-width: 240px;
  height: auto;
  float: left;
}
#header #header-right {
  width: 45%;
  float: left;
  padding: 30px;
}
#header #header-right img {
  width: 100%;
  max-width: 200px;
  height: auto;
  float: right;
}

#navigation {
  background: #47af4c;
  width: 100%;
  float: left;
  display: none;
}

#navigation #nav-part-one {
  float: left;
  width: 34%;
}
#navigation #nav-part-one ul,
#navigation #nav-part-two ul {
  float: left;
  width: 100%;
  padding: 0;
}
#navigation #nav-part-one ul li {
  float: left;
  width: 33.3%;
  height: 95px;
  position: relative;
  padding-top: 15px;
}
#navigation #nav-part-two ul li {
  float: left;
  width: 16.66%;
  height: 95px;
  position: relative;
  padding-top: 15px;
}
#navigation ul li i.fas {
  display:none; 
}
#navigation ul li.currentNav i.fas {
  font-size: 150%;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#navigation #nav-part-two {
  float: left;
  width: 66%;
  border-left: 1px solid rgba(0,0,0,0.1);
}

#navigation ul li a, #navigation ul li a:hover {
  cursor: default;
}
#navigation ul li a > span {
  font-size: 90%;
  line-height: 1.2em;
  font-weight: 600;
  display: inline-block;
  color: #2b7433;
  max-width: 85px;
}
#navigation p.title {
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  display: block;
  background: #2a8033;
  border-right: 1px solid #2a8033;
  color: #fff;
}
.nav-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  background: #57bb50;
  border: 1px solid #3f9d39;
  color: #91e596;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px auto;
  text-align: center;
  line-height: 30px;
}
.nav-circle span {
  color: #2b7433;
}
.currentNav .nav-circle {
  background: #000;
  border: 1px solid #000;
}
.currentNav .nav-circle span, .completed a > span {
  color: #fff !important;
}
.currentNav a > span {
  color: #000 !important;
}
.nav-circle span {
  font-size: 100%;
  font-weight: 700;
  line-height: 30px;
}
.completed .nav-circle {
  background: #fff;
  border: 1px solid #fff;
}
.completed .nav-circle i {
  color: #000;
}
.completed a span {
  color: #fff;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
#navigation ul li {
  float: left;
  width: 14.2%;
  margin: 0;
}
#navigation ul li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 0 2%;
  line-height: 1.3em;
  display: inline-block;
}



input[type="radio"] {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

input[type="text"], select {
  width: 100%;
  height: 35px;
  font-size: 1.4rem;
  padding: 7px;
  line-height: 1.3em;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  font-style: normal;
  background: #fff; 
  border: 1px solid #ccc;
  color: #222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-appearance: none;
}

select span {
  color: #d8d8d8;
}
.ginput_container {
  position: relative;
}
.arrow {
  pointer-events: none;
  height: 36px;
  line-height: 36px;
  width: 24px;
  position: absolute;
  right: 15px;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  color: #000;
  padding-right: 4px;
}

input[type="submit"] {
  cursor: pointer;
}

#main-screen {
  width: 100%;
  max-width: 960px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px;
}
#main-screen #main-screen-photos {
  width: 39%;
  max-width: 360px;
  float: left;
  position: relative;
}
/*
#main-screen #main-screen-photos #photo-1 {
  width: 100%;
  max-width: 370px;
  float: left;
  margin-bottom: 2.7%;
}
*/
#main-screen #main-screen-photos #photo-1 {
  width: 50%;
  max-width: 180px;
  height: 33.333%;
  float: left;
}
#main-screen #main-screen-photos #photo-2 {
  width: 50%;
  max-width: 180px;
  float: right;
}
#main-screen #main-screen-photos #photo-3 {
  width: 50%;
  max-width: 180px;
  height: 33.333%;
  float: left;
}
#main-screen #main-screen-photos #photo-4 {
  width: 50%;
  max-width: 180px;
  height: 33.333%;
  float: left;
}
#main-screen #main-screen-photos #photo-5 {
  width: 50%;
  max-width: 180px;
  height: 33.333%;
  float: left;
}
#main-screen #main-screen-photos img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  float: left;
}
#main-screen #main-screen-content {
  width: 58%;
  max-width: 550px;
  float: right;
  text-align: center;
  padding: 4.5% 5%;
}
#main-screen #main-screen-content img.logo {
  max-width: 232px;
  width: 44%;
  margin-bottom: 4%;
}
#main-screen #main-screen-content img.wordmark {
  max-width: 380px;
  width: 100%;
  margin-bottom: 4%;
}
input[name="getStarted"] {
  text-transform: uppercase;
}

#questions {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 5%;
  display: none;
  float: left;
}

.block {
  display: none;
}

.question-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.question-block form {
  float: left;
  width: 100%;
}

.question-block h3 {
  line-height: 1.3em;
  /*
  color: #44b749;
  */
  margin: 0 0 1.4em 0;
}
.question-block h3 span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #777;
}

.question-block p {
 
}

input[type="checkbox"] {
  margin: 0;
  margin-right: 6px;
  margin-top: 5px;
}

label {
  float: left;
  width: 100%;
  cursor: pointer;
  display: block;
  font-weight: 600;
  padding-bottom: 6px;
  line-height: 1.3em;
  font-size: 1.4rem;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif; 
  color: #222;
}

.label-align {
  margin-bottom: 18px;
}
.label-align:last-child {
  margin-bottom: 0;
}
.label-align input[type="radio"]{
  margin-top: 3px;
}

.label-align span {
  margin: 0 0 0 20px;
  display: block;
  font-weight: 400;
}


.single-row {
  display: inline-block;
  margin-right: 15px;
  width: auto;
}

.single-row input[type="radio"]{
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3px;
}

.single-row span {
  margin: 0;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}

#completed-label {
  display: block;
  float: right;
  line-height: 36px;
}

input[type="radio"]:checked ~ *{
  font-weight: 700 !important;
}

.left {
  float:left;
}

.buttons {
  margin-top: 40px !important;
  display: none;
}

.button {
  font-size: 1.8rem;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif !important; 
  font-weight: 700; 
  font-style: normal; 
  line-height: 1;
  background: #44b749;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  padding: 14px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
    -moz-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.button[disabled=disabled], .button:disabled {
    /* display: none; */
    background: #e9e9e9;
}
.button[disabled=disabled]:hover {
  background: #e9e9e9;
}
.button-prev[disabled=disabled], .button-prev:disabled {
    display: none;
}

.button:hover {
  background: #6bca5c;
}

span.button-arrow-prev {
    font-family: "Font Awesome 5 Free";
    content: "\f104"; /* Value may need to be changed in newer version of font awesome*/
    font-size: 13px;
    left: 0;
    top: 1px;
    margin-right: 10px;
    pointer-events: none;
}
span.button-arrow-next {
    font-family: "Font Awesome 5 Free";
    content: "\f105"; /* Value may need to be changed in newer version of font awesome*/
    font-size: 13px;
    right: 0;
    top: 1px;
    margin-left: 10px;
    pointer-events: none;
}

.halfwidth {
  float: left;
  width: 50%;
  margin-top: 30px;
  padding-right: 15px;
  position: relative;
}

.fullwidth {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-right: 15px;
}
.fullwidth:first-child {
  margin-top: 0;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
  padding-bottom: 8px;
}
.slider-container:last-child {
  margin-bottom: 15px;
}
.slider-container h4 {
  font-size: 1.6rem;
  display: inline-block;
  width: 58%;
  float: left;
  margin-left: 9%;
}
.slider-container form {
  width: 84%;
  margin: 0 auto;
  display: block;
  float: left;
}
.slider-container form > div {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  display: block;
  float: left;
}
.slider-container .thumb-down {
  float: left;
  width: 8%;
  height: 60px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.slider-container .thumb-down i, .slider-container .thumb-up i {
  font-size: 250%;
  width: 60px;
  height: 60px;
  color: #ccc;
}
.slider-container .thumb-up {
  float: right;
  width: 8%;
  height: 60px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.slider-container .slide-score {
  width: 20%;
  float: right;
  display: inline-block;
  margin-right: 9%;
  text-align: right;
}
.slider-container .slide-score span {
  font-weight: 700;
}

.slider-container .slide-score .how-true-value {
  color: #47af4c;
}
.slider-container .slider-labels {
  width: 100%;
  margin: 4px auto 0 auto;
  overflow: hidden;
  display: block;
}
.slider-container .slider-labels .label-left {
  width: auto;
  float: left;
}
.slider-container .slider-labels .label-right {
  width: auto;
  float: right;
}

.slider-container .slider-labels .label-left span,
.slider-container .slider-labels .label-right span {
  display: inline;
  width: auto;
}

h3.subhead-results {
  font-size: 1.8rem;
  font-weight: 700;
}
h2.percent-results {
  font-size: 5rem;
  font-weight: 800;
  margin: 0 0 0.4em 0;
}

p.results-text {
  display: block;
  width: 100%;
  margin: 0 auto 1.4em auto;
  font-size: 1.6rem;
}
.results {
  text-align: center;
}

.category-block {
  display: none;
  width: 100%;
  float: left;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dotted #d8d8d8;
}
.category-block-first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.category-block .category-block-left {
  width: 70%;
  float: left;
  padding-right: 10%;
}
.category-block .category-block-right {
  width: 30%;
  float: left;
}
.category-block .category-block-right .label-align {
  margin-bottom: 9px;
}
.print {
  display: none;
}
.circliful {
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.circle-text {
  font-weight: 800;
}
.circle-info, .circle-info-half {
  color: #000;
  padding-top: 8px;
}
.results2-left {
  float: left;
  width: 30%;
  text-align: center;
}
.results2-right {
  float: right;
  width: 65%;
  text-align: left;
  position: relative;
}
.print-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.print-icon:hover {
  cursor: pointer;
}
.print-icon i {
  font-size: 200%;
  padding-right: 8px;
}
#results-assessment {
  text-align: left;
  width: 100%;
  clear: both;
  padding-top: 20px;
}
#results-assessment .button {
  margin: 40px auto 0 auto;
  display: block;
}
.results-bar {
  background: #2a8033;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 7px 15px;
  margin: 1em 0 1.2em 0;
}
.inner {
  padding: 0 15px;
  width: 100%;
}
.inner ul {
  margin: 0 0 0 2.5em;
}
.coupon {
  padding: 25px 15px;
  width: 100%;
  border: 2px dashed #ccc;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  background: #f8f8f8;
}
.coupon p {
  margin-bottom: 0;
}
.coupon-item {
  color: #47af4c;
}
.coupon-small-text {
  font-size: 80%;
}
.results-text ul {
  width: 100%;
  max-width: 400px;
  text-align: left;
  margin: 0 auto;
  list-style-position: inside;
  padding-left: 25px;
}

.logistics-list {
  list-style-type: none;
  margin-left: 0;
}
.logistics-list li {
  list-style-type: none;
  margin-left: 0;
}
i.green {
  color: #47af4c;
  margin-right: 8px;
}
.logistics-list i.red {
  color: #cc0000;
  margin-right: 8px;
}

.ui-widget-content {
  border: none;
  background: #cecece;
  color: #222222;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.44em;
}
.ui-slider-handle {

}
.ui-widget-header {
  border: 1px solid #47af4c;
  background: #47af4c;
  color: #222222;
  font-weight: bold;
}
.ui-slider .ui-slider-handle {
  background: #2a8033;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}
/*
input[name="supporterName"], .support-dropdown {
  margin-bottom: 12px;
}
*/
input[name="addSupporter"] {
  font-size: 1.5rem;
  padding: 8px 18px;
}
.support-dropdown, input[name="supporterName"] {
  margin-top: 12px;
}
#supporterType1, #supporterName1 {
  margin-top: 0;
}
.removeSupporter {
  font-size: 1.5rem;
  background: #cc0000;
  padding: 0 10px;
  line-height: 34px;
  height: 35px;
  margin-bottom: 12px;
  margin-left: 8px;
  display: block;
  float: left;
  width: 35px;
  text-decoration: none;
  cursor: pointer;
}
.removeSupporter:hover {
  text-decoration: none;
  cursor: pointer;
}
#removeSupporter1 {
  opacity: 0;
}

.hide-bus-question, .hide-bus-answers, .hide-bus-response,
.hide-ged-response,
.hide-children-question, .hide-children-answers, .hide-childcare-response {
  display: none;
}
#results-form {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin: 0 auto;
}

.gform_wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.gform_wrapper ul {
  width: 100%;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.gform_wrapper ul > li {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.gform_wrapper ul > li .arrow {
  right: 0;
}
.gfield_label {
  font-weight: 700;
  width: 100%;
}
.gform_wrapper .gfield_radio label {
  width: auto;
  font-weight: 400;
}
.gform_wrapper .gfield_radio > li {
  width:50%;
  float: left;
  margin-bottom: 0;
}
.gform_wrapper input[type="radio"] {
  float: left;
}
.validation_error {
  color: #C00 !important;
  position: relative;
  text-align: center;
  top: 0;
}
.validation_message {
  color: #C00 !important;
}
.gform_hidden {
  display: none;
}

.ui-datepicker {
  width: 90% !important;
  max-width: 500px !important;
  height: auto !important;
  padding: .2em .2em 0;
  border: none;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -khtml-border-radius: 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .8em .4em !important;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #49b648;
    border: 1px solid #359035;
    color: #fff;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
#gforms_calendar_icon_input_22_15 {
  display: block !important;
}

.ssba {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 !important;
  height: auto;
  margin: 40px 0 0 0;
}
.ssba > div {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}
.ssba img {   
  width: 20px !important;
  padding: 6px;
  border:  0;
  box-shadow: none !important;
  display: inline !important;
  vertical-align: middle;
}
.ssba a {
  height: auto;
  padding: 10px 6px;
}
.ssba a img {
  width: 30px !important;
  padding: 0;
}
.ssba a img {
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  float: none;
}
.ssba, .ssba a {
  text-decoration:none;
  background: none;
  font-size: 16px;
  color: #000;
  display:inline-block; 
}
.ssba_sharecount:after, .ssba_sharecount:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ssba_sharecount:after {
  border-color: rgba(224, 221, 221, 0);
  border-right-color: #f5f5f5;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
.ssba_sharecount:before {
  border-color: rgba(85, 94, 88, 0);
  border-right-color: #e0dddd;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
.ssba_sharecount {
  font: 11px Arial, Helvetica, sans-serif;
  
  padding: 5px;
  -khtml-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  border: 1px solid #e0dddd;color: #555e58;
    background: #f5f5f5;
  }
  .ssba_sharecount:after {
    border-right-color: #f5f5f5;
  }

.ssbp-text { display:inline-block; margin:0 0 0 7px; }
@media only screen and (max-width: 960px ) {
	a.ssba-share-text { font-weight:bold; width:100%; }
}

#footer {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}
p {
  margin: 0 0 1.4em 0;
}
p.copyright {
  font-size: 80%;
  margin: 0;
}


@media only screen and (max-width: 970px) {
  #wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 870px) {
  p.title span {
    display: none;
  }
  #navigation ul li {
    height: 105px;
  }
  #navigation ul li a > span {
    font-size: 80%;
  }
}
@media only screen and (max-width: 750px) {
  .results2-left {
    float: left;
    width: 100%;
    text-align: center;
  }
  .results2-right {
    float: left;
    width: 100%;
    text-align: center;
  }
  .do-you-agree {
    width: 150px;
    margin: 0 auto;
    float: none;
    padding: 0;
    display: block;
    text-align: left;
  }
  .print-icon {
    display: none;
  }
}
@media only screen and (max-width: 725px) {
  #navigation #nav-part-one ul li, #navigation #nav-part-two ul li {
    height: 55px;
  }
  #navigation ul li a > span {
    display: none;
  }
  #navigation #nav-part-one ul li {
    padding-top: 12px;
  }
  #navigation #nav-part-two ul li {
    padding-top: 12px;
  }
  #navigation #nav-part-one ul, #navigation #nav-part-two ul {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 670px) {
  #main-screen #main-screen-photos {
    width: 100%;
    max-width: 360px;
    float: none;
    overflow: hidden;
    margin: 30px auto 0 auto;
  }
  #main-screen #main-screen-content {
    width: 100%;
    max-width: 100%;
    float: left;
    text-align: center;
    padding: 5% 5% 6% 5%;
  }
  .category-block .category-block-left {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .category-block .category-block-right {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.1rem;
  }
  .arrow {
    right: 0;
  }
  .halfwidth {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
  .supporterNameBlock {
    padding-right: 15px;
  }
  .slider-container form {
    width: 74%;
    margin: 0 auto;
    display: block;
    float: left;
  }
  .slider-container .thumb-down,
  .slider-container .thumb-up {
    float: left;
    width: 13%;
    height: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
  }
  .slider-container .thumb-down i,
  .slider-container .thumb-up i {
    width: 100%;
    font-size: 190%;
    text-align: center;
  }
  .next-steps-text {
    display: none;
  }
  .gform_wrapper .gfield_radio > li {
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
  }
  .gform_wrapper .gfield_radio > li:last-child {
    margin-bottom: 0 !important;
  }

}
@media only screen and (max-width: 480px) {
  #wrapper {
    padding: 0;
  }
  #content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header #header-left {
    padding: 15px;
  }
  #header #header-right {
    padding: 15px;
  }
  #navigation p.title {
    padding: 7px 12px;
  }
  #footer {
    padding: 25px;
  }
  h1 {
    font-size: 2.1rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  #questions {
    padding: 6%;
  }
  .nav-circle {
    width: 26px;
    height: 26px;
    margin: 0 auto 5px auto;
    line-height: 24px;
  }
  .nav-circle span {
    font-size: 90%;
    line-height: 24px;
  }
  #navigation #nav-part-one ul, #navigation #nav-part-two ul {
    padding: 0 3%;
  }
  .halfwidth {
    margin-top: 20px;
  }
  .label-align {
    margin-bottom: 10px;
  }
  .buttons {
    margin-top: 20px !important;
  }
  .slider-container form:before {
    font-size: 150%;
  }
  .slider-container form:after {
    font-size: 150%;
  }
  .slider-container h4 {
    width: 52%;
    margin-left: 4%;
  }
  .slider-container .slide-score {
    width: 30%;
    margin-right: 4%;
  }
  /*
  .supporterNameBlock {
    width: 100% !important;
    padding-right: 0 !important;
  }
  */
}

#results-1-animate, #results-2-animate { width:250px; }
li:before, li:after { display:none; }
#navigation ul li { list-style:none; }