#loading-indicator {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 10px;
  height: 40px;
  visibility: hidden;
  text-align: center;
}
#loading-indicator h5 {
  display: none;
}

#loading-indicator.loading {
  visibility: visible;
}

#loading-indicator.finished {
  background: none;
  visibility: visible;
}
#loading-indicator.finished h5 {
  display: block;
}

#nav .share a:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    right: 11px;
    top: 8px;
    height: 0px;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
}

#nav .share .dropdown-menu a:after {
    border: none;
}

.intro-text {
    max-width: 800px;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-top: 20px;
}

.section-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}

#poll-form {
    max-width: 800px;
}


.section-wrapper h3 {
    font-weight: normal;
    font-size: 1.8em;
}

.section-wrapper p {
    font-size: 1.7em;
    line-height: 1.2em;
}

.section-wrapper p.prompt {
    line-height: 1.3em;
}

.gray {
    color: #666;
}

h1.franklin {
    font-size: 3.2em;
}

h4.franklin {
    font-size: 1.5em;
}

p.franklin-thin {
    font-family: "FranklinITCProThin", "Helvetica", "Arial", sans-serif;
}

p.credit {
    padding: 0 0 5px;
}

#main-container {
    margin-bottom: 30px;
}

/*#closed-commenting {
    display: none;
}*/

.close-card {
    display: block;
    width: 50%;
    background: #efefef;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.3em;
}

/* POLL */
.poll-col {
    width: 48%;
    float: left;
}

.poll-col.first-child {
    margin-right: 4%;
}

.mobile-instrux {
    display: none;
}

#gm-poll input {
    margin: 0 10px 0 0;
    /*
border:1px solid #ddd;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);
*/
}

.poll-or {
    color: #999;
    margin-left: 30px;
}

#gm-poll label {
    cursor: pointer;
    font-size: 1.7em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#poll-countdown {
    color: #666;
}

#poll-countdown.negative {
    color: rgb(170, 0, 0);
}

a.poll-btn {
    text-decoration: none;
}

#poll-input {
    width: 96%;
    max-width: 96%;
    padding: 2%;
    min-height: 100px;
    max-height: 100px;
    font-size: 21px;
    line-height: 25px;
    color: rgb(134, 133, 133);
    font-family: "FranklinITCProThin","Helvetica","Arial",sans-serif;
}

#poll-submit,#submit-your-own {
    display: block;
    background: #333;
    width: 230px;
    margin: 10px auto 20px;
    padding: 15px;
    font-size: 18px;
    border: 1px solid #111;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: rgb(247, 247, 247);
    cursor: pointer;
}

#submit-your-own {
    margin-bottom: 10px;
}

#poll-submit:hover, #submit-your-own:hover {
    text-decoration: none;
    background: #444;
    border-color: #333;
}

/* VENN DIAGRAM */
.section-wrapper.venn-section {
    margin: 20px auto 30px;
    border-top: 1px solid #efefef;
}

#venn-wrapper {
    position: relative;
}

#venn-wrapper img {
    display: none;
    position: absolute;
}

#venn-tooltip {
    display: none;
    position: absolute;
    background: rgb(242,242,242);
    background: rgba(242,242,242, 0.95);
    padding: 10px;
    max-width: 200px;
    text-align: left;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

#venn-tooltip p {
    font-size: 1.2em;
    line-height: 1.2em;
}

#venn-raphael {
    width: 100%;
    margin-top: 5%;
    height: 570px;
}

svg {
    width: 100%;
    height: 100%;
}

.venn-label {
    position: absolute;
    font-size: 1.3em;
}

#venn-number-wrapper {
    font-size: 32px;
}

#venn-number-wrapper a {
    color: #000;
}

.venn-number {
    position: absolute;
    width: 15%;
    margin-left: -7.5%;
    line-height: 0;
    height: 0;
    cursor: pointer;
}

.venn-anno {
    position: absolute;
    font-size: 15px;
    width: 20%;
    margin-left: -10%;
    line-height: 20px;
}

/* RESPONSES */
#words-section {
    padding-top: 10px;
}

p.venn-total-number {
    font-size: 1.3em;
    line-height: 1.1em;
}

.filter-notice {
    display: none;
    color: #666;
    margin-bottom: 5px;
    font-size: 1.3em;
}

.response-card {
    width: 29.5%;
    padding: 1.5% 1.5% 1.5% 1%;
    margin: 0.5%;
    background: #efefef;
    float: left;
    height: 240px;
    position: relative;
}

.response-img {
    width: 12%;
    margin-right: 3%;
    float: left;
}

.response-quote {
    width: 85%;
    float: left;
}

p.response-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}

.time-response {
    color: #888;
    position: absolute;
    bottom: 1.5%;
    left: 1.5%;
    text-align: left;
    font-size: 12px;
    margin: 0 5px;
}

#share-permalink span, #share-confirm span {
    font-size: 1.2em;
}

#share-permalink i, #share-confirm i {
    color: #999;
    font-size: 1.4em;
    margin: 0 6px;
}

#share-empty {
    display: none;
}

p.scroll-words {
    font-size: 1.2em;
    margin-top: 5px;
}

.share-response {
    position: absolute;
    bottom: 1.5%;
    right: 1.5%;
    text-align: right;
}

.share-response i {
    color: #888;
    margin: 0 5px;
}

.alert-bar{
    display:none;
    width: 98%;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #d0e9f6;
    padding: 15px 0;
    border: 1px solid #adddf6;
    cursor: pointer;
    font-size: 1.3em;
}
.alert-bar.active{
    display:block;
}

.alert-bar.active:hover {
    background: #e9f1f6;
    border: 1px solid #d0e9f6;
}

.hidden{
    display:none;
}

#permalink-combo, #confirmation-combo {
    font-size: 1.3em;
    margin-bottom: 15px;
}

.permalink-post{
    background: #efefef;
    padding: 20px;
    max-width: 460px;
    margin: 10px auto 20px;
    font-size: 1.7em;
    line-height: 1.3em;
    text-align: left;
}

.perma-img {
    float: left;
    width: 15%;
    margin-right: 2%;
}

.perma-quote {
    float: left;
    width: 83%;
}

/* EMBEDDED RESPONSES */
body.response-embed {
    background-color: #efefef !important;
}

body.response-embed .franklin {
    font-family: FranklinITCProLight,Helvetica,Arial,sans-serif;
}

body.response-embed .response-card {
    margin: 0 auto;
    max-width: 660px;
    width: 94%;
    float: none;
    height: auto;
    text-align: left;
    min-height: 50px;
}

body.response-embed .response-text.response-subtitle {
    margin-bottom: 5px;
}

body.response-embed img {
    max-width: 100%;
}

body.response-embed a {
    text-decoration: none;
}

/* RESPONSIVE */

/* PHONES */
@media (max-width: 767px) {
    body {
        font-size: 11px;
        line-height: 18px;
    }

    h1.franklin {
        margin: 10px 0;
    }

    .intro-text.franklin-thin {
        font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
        margin-top: 10px;
        line-height: 1.3em;
    }

    .close-card {
        width: 94%;
        font-size: 1.3em;
        padding: 3%;
    }

    p.mobile-instrux {
        display: block;
        font-style: italic;
        font-size: 1.3em;
    }

    #gm-poll {
        margin: 0;
    }

    #gm-poll label {
        padding-left: 50px;
        margin-bottom: 15px;
        font-size: 1.5em;
        line-height: 1.2em;
    }

    #gm-poll input {
        margin-left: -30px;
        width: 20px;
    }

    p.prompt {
        font-size: 1.5em;
    }

    .poll-col, .poll-col.first-child {
        width: 100%;
        margin: 5px 0;
    }

    #poll-submit, #submit-your-own {
        padding: 10px;
    }

    .response-card {
        width: 94%;
        padding: 3%;
        margin: 2% 0;
        height: auto;
    }

    p.response-text {
        margin-bottom: 30px;
    }

    .share-response {
        font-size: 1.5em;
    }

    .share-response i {
        margin: 0 7px;
    }

    .section-wrapper h3 {
        font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
    }

    .venn-anno {
        font-size: 11px;
        line-height: 10px;
    }

    .venn-label.label-bl {
        margin-top: 2%;
        left: 0 !important;
        text-align: left;
    }

    .venn-label.label-br {
        margin-top: 2%;
        right: 0 !important;
        text-align: right;
    }

/*    .venn-section {
        display: none;
    }*/
}

/* PHONES, PORTRAIT ONLY */
@media (max-width: 479px) {
    h1.franklin {
        font-size: 2.5em;
    }

    .franklin-thin {
        font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
    }

    #venn-wrapper {
        width: 110%;
        margin-left: -5%;
        font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
    }

    #venn-raphael {
        margin-top: 10%;
    }

    .venn-label {
        margin-top: -10px;
        line-height: 1.1em;
    }

    .venn-label.label-bl, .venn-label.label-br {
        margin-top: 30%;
        width: 24% !important;
    }

    .venn-move-up {
        /*margin-top: -10px;*/
    }

    .venn-anno.venn-move-up {
        display: none;
    }

    #no_opt_href .venn-number {
        margin-top: 4%;
    }

    #no_opt_href .venn-anno {
        width: 26%;
        margin-top: 5%;
        margin-left: -13%;
    }

}

/* PHONES, LANDSCAPE */
@media (min-width: 480px) and (max-width: 767px) {
    .venn-anno {
        font-size: 12px;
    }
}

/* > PHONES */
@media (min-width: 768px) {
    body {
        font-size: 12px;
    }
}

/* MEDIUM SCREENS?  */
@media (max-width: 960px) {

}

/* TABLETS */
@media (min-width: 768px) and (max-width: 979px) {
    .response-card {
        width: 45%;
        padding: 2%;
        margin: 0.5%;
        min-height: 120px;
    }

    .share-response {
        font-size: 1.5em;
    }

    .share-response i {
        margin: 0 7px;
    }

    body.response-embed .response-card {
        padding: 1.5%;
    }
}

/* BIG SCREENS */
@media (min-width: 1200px) {

}

/* EVEN BIGGER SCREENS */
@media (min-width: 1500px) {

}