.glyphicon {
    font-size: 0;
}

.glyphicon:before {
    font-size: 1.5rem;
}

.radio,
.checkbox {
    margin-left: 20px;
}

.table {
    overflow-x: scroll;
    display: block;
}

.main-wrap.minimal {
    padding-bottom: 2em;
}

.main-wrap.minimal+.footer {
    margin-top: 0;
    min-height: 0;
}

.askusq-heading {
    padding-right: 0;
}

.askusq-heading>a {
    color: white;
    font-size: 16pt;
    padding: 10px;
    height: 50px;
    display: block;
    text-align: right;
    text-decoration: none !important;
}

@media (max-width: 364px) {
    .askusq-heading>a {
        font-size: 0;
    }
}

.askusq-heading>a:before {
    content: '';
    display: inline-block;
    background: url('../themes/usq2015/images/usq-sprite-sheet.png') no-repeat 0px 0px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: -7px;
    background-position: 0px -164px;
    zoom: 0.75;
}

.ask-usq-buttons .glyphicon,
#usq-left-menu .glyphicon {
    font-size: 0;
}

#usq-left-menu .glyphicon:before {
    font-size: 11pt;
    /* Because RN's IE7 renderer won't like rem */
    font-size: 1rem;
}

.ask-usq-buttons .glyphicon:before {
    font-size: 20px;
    font-size: 1.4rem;
}

.section-one .logo span {
    text-indent: -9999px;
}

.rn_FeedbackQuestionText h2 {
    margin-left: -20px;
}

.rn_FeedbackMatrixQuestion {
    width: 98%;
}

.rn_FeedbackMatrixQuestion.questionAsHeading {
    right: -4%;
    position: relative;
}

.rn_FeedbackMatrixQuestion label.listOnly {
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.rn_FeedbackMatrixQuestion.show-input label.listOnly {
    display: block;
    font-size: 0px;
    height: auto;
    width: auto;
    overflow: auto;
}

.rn_FeedbackMatrixQuestion input[type=radio] {
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.rn_FeedbackMatrixQuestion.slider-table thead th {
    max-width: 5px;
    text-align: center;
}

.rn_FeedbackMatrixQuestion thead span.rotated {
    display: block;
    transform: rotate(270deg);
    margin-left: -3em;
}

.rn_FeedbackMatrixQuestion tbody th {
    padding-right: 20px;
}

.rn_FeedbackMatrixQuestion.slider-table .rn_MatrixColumn {
    position: relative;
    padding: 10px 0;
}

.rn_FeedbackMatrixQuestion a,
.rn_FeedbackMatrixQuestion .slider-join {
    display: inline-block;
    height: 23px;
}

.rn_FeedbackMatrixQuestion .slider-join {
    width: 100%;
    margin-bottom: -3px;
    position: relative;
    border-bottom: 7px solid #DEDEDE;
    top: -8px;
    left: -50%;
}

.rn_FeedbackMatrixQuestion a,
.rn_FeedbackMatrixQuestion a:hover,
.rn_FeedbackMatrixQuestion a:active,
.rn_FeedbackMatrixQuestion a:focus {
    text-decoration: none;
    width: 23px;
    position: absolute;
    z-index: 1;
    background-color: #DEDEDE;
    border-radius: 23px;
    border: 6px solid #DEDEDE;
    right: 50%;
    margin-right: -12.5px;
    top: 10px;
}

.rn_FeedbackMatrixQuestion .rn_MatrixColumn:first-of-type a {
    margin-left: -10px;
    top: 9px;
    margin-right: -13px;
}

.rn_FeedbackMatrixQuestion.show-input.questionAsHeading {
    margin-right: -40%;
    display: block;
}

.rn_FeedbackMatrixQuestion.questionAsHeading tbody th {
    width: 100%;
    display: block;
    text-align: center;
    height: 4em;
    padding-top: 2em;
    font-size: 120%;
    position: relative;
    right: 5%;
}

.rn_FeedbackMatrixQuestion.show-input.questionAsHeading thead th,
.rn_FeedbackMatrixQuestion.show-input.questionAsHeading label.listOnly {
    text-align: center;
}

.rn_FeedbackMatrixQuestion.show-input.questionAsHeading tbody th {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 10px;
}

.rn_FeedbackMatrixQuestion.questionAsHeading thead,
.rn_FeedbackMatrixQuestion.questionAsHeading tbody,
.rn_FeedbackMatrixQuestion.questionAsHeading tbody tr {
    display: block;
}

.rn_FeedbackMatrixQuestion.answersAsList {
    padding-left: 20px;
}

.rn_FeedbackMatrixQuestion.answersAsList thead,
.rn_FeedbackMatrixQuestion.answersAsList .slider-join,
.rn_FeedbackMatrixQuestion.answersAsList td>a {
    display: none;
}

.rn_FeedbackMatrixQuestion.answersAsList input {
    display: inline-block;
    height: auto;
    width: auto;
    overflow: auto;
}

.rn_FeedbackMatrixQuestion.answersAsList tbody tr {
    margin-bottom: 2em;
    display: block;
}

.rn_FeedbackMatrixQuestion.show-input.answersAsList tbody tr {
    float: left;
    margin-right: 40px;
}

.rn_FeedbackMatrixQuestion.answersAsList tbody th {
    display: block;
}

.rn_FeedbackMatrixQuestion.answersAsList .rn_MatrixColumn {
    padding: 0;
}

.rn_FeedbackMatrixQuestion.answersAsList label.listOnly {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1rem;
    overflow: auto;
}

.rn_FeedbackMatrixQuestion .slider-join.active {
    border-bottom-color: #FBE8AA;
}

.rn_FeedbackMatrixQuestion a.active {
    background-color: #FFD100;
    border-color: #FFF1B3;
}

.form-group.row>.input-group {
    width: 100%;
}

input[type=submit].btn.btn--charcoal {
    padding-top: 6px;
}

input[type=submit].btn.btn--charcoal+.glyphicon-chevron-left {
    position: relative;
    top: -37px;
    left: 10px;
    color: #FFD100;
}

input[type=submit].btn.btn--charcoal+.glyphicon-chevron-right {
    position: relative;
    top: -37px;
    right: 10px;
    color: #FFD100;
}

.left-btn {
    text-align: right !important;
    width: 100%;
    font-weight: 800;
    height: 60px;
    padding-top: 18px;
    color: #1e1e1e;
}

.btn-group-spacing {
    padding-top: 50px;
}

/*Custom Classes applied in the Outreach editor at design time to hide and remove labels and placeholders*/
span.hide-label,
label.hide-label {
    color: transparent !important;
}

span.remove-label,
label.remove-label {
    display: none !important;
}

.hide-placeholder.form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: transparent !important;
}

.hide-placeholder.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent !important;
    opacity: 1 !important;
}

.hide-placeholder.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent !important;
    opacity: 1 !important;
}

.hide-placeholder.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent !important;
}

.required-field-warning-after::after {
    content: " *";
    color: red;
}

.required-field-warning-before::before {
    content: " *";
    color: red;
}

/* Responsive html5 video tags*/
video {
    width: 100% !important;
    height: auto !important;
}