#primaryContent {
    width:75.36%;
    text-align: center;
}
#sideContent {
    width:24.64%;
}
#testimonialButtons {
    display:none;
    text-align: center;
    padding-left: 1em;
    padding-top: 0.363em;
}
.testimonialButton {
    width:2.8125em;
    cursor: pointer;
}
#testimonialContainerHeader {
    position: relative;
}
#testimonialHeader {
    margin:0;
    color:#83C341;
}
@media not screen and (min-width:700px) {
    #primaryContent {
        width:100%;
    }
    #sideContent {
        display: none;
    }
}
#testimonialContainerHeader {
    display:none;
}
@media only screen and (max-device-width:799px) {
    #primaryContent {
        width:75.36% !important;
        text-align: center;
    }
    #sideContent {
        display:inline-block !important;
        text-align:left !important;
    }
    #testimonialContainer {
        display:none;
        width:100%;
        text-align: left !important;
    }
    #testimonialButtons {
        display:block;
    }
    #addThisContainer {
        display:none;
    }
    #testimonialButtonContainer {
        display:none;
    }
    .testimonialMargin {
        margin: 0 !important;
    }
    .thumbnailContainer {
        width:100%;
    }
    .workImage {
        width:100% !important;
    }
    #testimonialForm {
        float:none !important;
        margin:auto;
    }

    #testimonialClose {
        right:-1.625em !important;
        top:-1.625em !important;
        width:2.8125em !important;
        height:3.322011em !important;
    }
}
@media (max-width:599px) {
    #primaryContent {
        width:75.36% !important;
        text-align: center;
    }
    #sideContent {
        display:inline-block !important;
        text-align:left !important;
    }
    #testimonialContainer {
        display:none;
        width:100%;
        text-align: left !important;
    }
    #testimonialButtons {
        display:block;
    }
    #addThisContainer {
        display:none;
    }
    #testimonialButtonContainer {
        display:none;
    }
    .testimonialMargin {
        margin: 0 !important;
    }
    .thumbnailContainer {
        width:100%;
    }
    .workImage {
        width:100% !important;
    }
    #testimonialForm {
        float:none !important;
        margin:auto;
    }

    #testimonialClose {
        right:-1.625em !important;
        top:-1.625em !important;
        width:2.8125em !important;
        height:3.322011em !important;
    }
}
.workImage {
    width:18.75em;
    margin:0.46875em;
}
#footerSpacer {
    height:3.75em;
}
#testimonialContainer {
    text-align: right;
    font-style: italic;
}
#testButton {
    font-size: 1em;
    height:2.375em;
    border:none;
    background-color:#83C341;
    cursor: pointer;

    color:white;
    font-weight: bold;
    font-style: italic;

    border-radius:0.25em;
    -o-border-radius:0.25em;
    -moz-border-radius:0.25em;
    -webkit-border-radius:0.25em;
}
.testimonialMargin {
    margin: 1.75em auto 1.75em auto;
}
.testimonialFont {
    font-size:1.2em;
}
#testimonialForm {
    display: none;
    margin-top:2em;
    float:right;
    position:relative;
    text-align: center;
    background-color:#83C341;
    width:15.625em;
    border-radius:0.625em;
    -o-border-radius:0.625em;
    -moz-border-radius:0.625em;
    -webkit-border-radius:0.625em;
}
#testimonialClose {
    position:absolute;
    right:-0.625em;
    top:-0.625em;
    width:1.9375em;
    height:2.288496377em;
}
#testimonialMobileClose {
    position:absolute;
    right:0;
    top:-1em;
    width:2.8125em;
    height:3.322011em;
}
.testimonialField {
    width:14.375em;
    border:none;
    margin-top:0.5em;
    font-weight:bold;
    -o-border-radius:0.625em;
    -moz-border-radius:0.625em;
    -webkit-border-radius:0.625em;
}

.testimonialBig {
    text-align: left;
    min-height:13.125em;
    margin-bottom:1em;
    width:91%;
    border:none;
    margin-top:0.5em;
    font-weight:bold;
    -o-border-radius:0.625em;
    -moz-border-radius:0.625em;
    -webkit-border-radius:0.625em;
}
@media (min-width: 1600px){
    .testimonialBig {
        font-size:0.83em;
    }
}
@media (min-width: 1900px){
    .testimonialBig {
        font-size:0.83em;
    }
}
.testimonialSmall {
    text-align: center;
    font-size:1em;
    height:1.875em;
}
.testimonialExtraMargin {
    margin-top:1em;
}
#submitHolder {
    text-align: right;
}
#testimonialSubmit {
    text-align:center;
    font-size:1.1em;
    background-color:#000;
    color:#FFF;
    width:6.75em;
    height:1.4375em;
    border:none;
    margin-bottom:0.5em;
    font-weight:bold;
    border-radius:0.4375em;
    -o-border-radius:0.4375em;
    -moz-border-radius:0.4375em;
    -webkit-border-radius:0.4375em;
    margin-right:0.625em;
}
.testimonialEntry {
    display:none;
}
.testimonialAuthor {
    font-weight: bold;
}
.testimonialAuthor p {
    margin:0;
    padding:0;
}
#formError {
    display:none;
    color:red;
    text-align: center;
    font-size:1.1em;
    padding-top:1em;
    font-weight: bold;
}
#formCompletion {
    font-size:1.2em;
    font-weight: bold;
    color:white;
    text-align: center;
}
.formMessages {
    display:none;
    padding-top:2em;
    padding-bottom:2em;
}
.fixedTestimonialButtons {
    position:fixed;
    padding-left: 2em !important;
    padding-top: 0 !important;
    top: 3em !important;
}