
.smallfooter footer{
    margin-top: 20px;
}

.gsform.smallfooter ul li label {
    width:100%;
}

.askDemographicQuestion {
    display: none;
}

.shareMessages {
    display: none;
}


.campaignlisting .surveycount a {
    color: white;
}

#shareInfoButton {
    margin-bottom: 20px;
    display: none;
}

#editSourceForm {
    display: none;
    margin-bottom: 20px;
}

.notHidden {
    display: block !important;
}

#editSourceForm footer {
    margin-top: 20px;
}

ul li.error {
    color: red;
}

/*less than 1100px wide*/
@media only screen and (max-width: 1100px) {

    .headerHolder > header,
    section.main,
    .footerHolder > footer {
        width: 960px;
	}

    section.main {
        margin-top: -30px;
    }

}

/*less than 960px wide*/
@media only screen and (max-width: 960px) {

.headerHolder > header,
section.main,
.footerHolder > footer {
	width: 640px;
	}

    .mainTop h2 {
        max-width: 100%;
        white-space: normal;
    }

}

/*less than 640px wide*/
@media only screen and (max-width: 640px) {

.headerHolder > header,
section.main,
.footerHolder > footer {
	width: 100%;
	}

    .errorlist {
        font-size: 12pt;
    }

    section.main {
        padding: 10px;
    }

    .mainTop {
        margin: -20px -10px 10px;
    }


    .mainTop h2 {
        max-width: 100%;
        white-space: normal;
    }

    footer button {
        float:none;
        width: 100%;
        margin-left: 0;
    }

    .footerHolder p {
        font-size: 10pt;
        text-align: center;
    }


}

.headerHolder {
    height: 140px;
}

.headerHolder header{
    max-width: 700px;
}

.unHeader header {
    margin:36px auto 36px;
}

.unHeader img {
    width: 90px;
    height: auto;
}

.unHeader p {
    color: #0064a6;
    font-size: 24px;
    margin-left: -10px;
}

.unHeader p.unTitle {
    margin-top: 20px;
    font-weight: lighter;
}

.unHeader p.unSubTitle {
    font-weight: normal;
}

.main header h2 {
    font-size: 38px;
    color: #2c393e;
}

.main header p {
    margin-top: 16px;
    font-size: 18px;
}

.mainTop h2 {
    max-width: 100%;
}


.gsform header {
    padding-bottom: 0;
}

.gsform .grid {
    padding-left: 1px;
}

.main .gsform footer {
    background-color: inherit;
    text-align: center;
}

.main .gsform footer button {
    margin: 0 auto;
    font-size: 18px;
    padding: 16px 100px;
}

.main .gsform footer button.iconCheck:before {
    color: #6eb2d6;
}

.main .hr {
    margin: 1em 0;
}

.main .dropdown > .options {
    max-height: 200px;
    overflow-y: scroll;
}

.main .gsform .formQuestion, .main .gsform .surveyQuestion {
    position: relative;
    margin-bottom: 20px;
}

/*initially hide some form fields */


.main .numberLabel {
    background-color: #d6d6ce;
    color: #ffffff;
    width:30px;
    height:30px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left:-56px;
    top:4px;
}

.unFooter footer{
    text-align: center;
    margin: 20px auto 40px;
}

.gsform .takingSurveyAs, .thankYouMessage, .shareSection {
    background-color: #e3f0f7;
    color: #368cba;
    font-size: 16px;
    margin-top: 10px;
    padding: 20px 18px;
}

.takingSurveyAs span.formattedNumber {
    background-color: #298ec3;
    display: inline-block;
    color: #ffffff;
    padding: 0px 8px;
    margin-right: 3px;
}

.takingSurveyAs a, .thankYouMessage a, .shareSection a {
    color: #368cba;
    text-decoration: underline;
}

#shareInfoButton {
    width: 100%;
}


.fieldRow.fieldRowInput {
    margin-top:4px;
}

.fieldEmail {
    margin-top:10px;
}

.answerSection h4 {
    font-weight: bold;
}

.answerSection {
    margin-top:20px;
}

.answerSection p {
    color: #0064a6;
}

.shareSection {

}

.shareSection a span {
    display: inline-block;
    margin-top:-10px;
}

.tweetLink img, .fbLink img {
    width: 24px;
    height: auto;
    margin-bottom: -6px;
    margin-right: 10px;
}

li.answerText {
    color: #0064a6;
}

@media only screen and (max-width: 1400px) {
    .unHeader > header, section.main, .footerHolder > footer {
    max-width: 700px;
    }
}

@media only screen and (max-width: 640px) {
    .unHeader > header, section.main, .footerHolder > footer {

    }

    .unHeader p {
        margin-left: 30px;
    }

    .main header h2 {
        line-height: 1.1em;
        text-align: center;
    }

  .grid.\36 of12, .grid.\33 of6, .grid.\32 of4, .grid.\31 of2 {
        width: 100% !important;
  }

  .mobileBreakpoint {
        float:left;
        clear:both;
  }

  .shareSection {
        padding-bottom: 40px;
  }

  .gsform footer button {
      top: 1em;
  }
}