#content-wrapper ul {
    margin-left: 15px;
}

#content-wrapper ul li {
    margin-bottom: 8px;
}

#content-wrapper .content-gutter {
    padding: 60px 0;
}

#content-wrapper .intro-copy .btn {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#content-wrapper .intro-copy .btn.last {
    margin-right: 0;
}

/*========== COVER IMAGE ==========*/
#content-wrapper #cover-image {
    position: relative;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-color: #FFFFFF;
}

#content-wrapper #cover-image .cover-image-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 325px;
    margin: auto;
}
/*========== END COVER IMAGE ==========*/


/*========== SECTIONS ==========*/
#content-wrapper #sections {
    overflow: hidden;
}

#content-wrapper #sections.sections-gutter {
    padding-top: 75px;
}

#content-wrapper #sections .section-wrapper {
    margin-bottom: 30px;
}

#content-wrapper #sections .section-wrapper .editable {
    padding-bottom: 5px;
}

#content-wrapper #sections .section-spacer {
    margin-bottom: 40px;
}

#content-wrapper #sections .section-wrapper .divider {
    margin-top: 10px;
    margin-bottom: 30px;
}

#content-wrapper #sections .section-wrapper .divider div {
    width: 100%;
    height: 2px;
    background-color: #DDDDDD;
}

#content-wrapper #sections .section-wrapper .divider.error div {
    background-color: #A82104;
}

#content-wrapper #sections .section-wrapper .divider.success div {
    background-color: #55BC77;
}

#content-wrapper #sections .header-wrapper {
    margin-bottom: 80px;
    border-bottom: 2px solid #23427D;
}

#content-wrapper #sections h1,
#content-wrapper #sections h2,
#content-wrapper #sections h4 {
    font-weight: 500;
    color: #23427D;
}

#content-wrapper #sections h1 {
    font-size: 35px;
    margin-bottom: 15px;
}

#content-wrapper #sections h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

#content-wrapper #sections .header-col h2 {
    margin-bottom: 0;
}

#content-wrapper #sections .header-wrapper h2 {
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: -6px;
    padding-right: 15px;
    background-color: #FFFFFF;
}

#content-wrapper #sections h3 {
    font-size: 25px;
    font-weight: 500;
    color: #55BC77;
    margin-bottom: 10px;
}

#content-wrapper #sections h4 {
    font-size: 14px;
    margin-bottom: 20px;
}

#content-wrapper #sections p,
#content-wrapper #sections ul,
#content-wrapper #sections ol {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #363636;
    margin-bottom: 20px;
}

#content-wrapper #sections ul,
#content-wrapper #sections ol {
    margin-left: 20px;
}

#content-wrapper #sections ul li,
#content-wrapper #sections ol li {
    line-height: 1.8em;
}

#content-wrapper #sections a {
    font-style: italic;
    color: #23427D;
}

#content-wrapper #sections a.btn {
    font-style: normal;
}

#content-wrapper #sections a:hover {
    text-decoration: underline;
    color: #1D386B;
}

#content-wrapper #sections .message-wrapper h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#content-wrapper #sections .message-wrapper.error h2 {
    color: #EE3838;
}

#content-wrapper #sections .message-wrapper.success h2 {
    color: #55BC77;
}

#content-wrapper #sections .message-wrapper .success-thumb-wrapper {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

/*=====
RESPONSIVENESS
=====*/
@media (max-width: 767px) {
    #content-wrapper #sections.sections-gutter {
        padding-top: 40px;
    }

    #content-wrapper #sections .header-wrapper {
        margin-bottom: 40px;
    }
}
/*=====
END RESPONSIVENESS
=====*/
/*========== END SECTIONS ==========*/


/*========== ATTRIBUTE SECTIONS ==========*/
#content-wrapper #sections .attribute-wrapper {
    margin: 0 0 40px 0;
}

@media (min-width: 768px) {
    #content-wrapper #sections .attribute-row {
        margin-right: -40px;
        margin-left: -40px;
    }

    #content-wrapper #sections .attribute-row div[class^='col-'],
    #content-wrapper #sections .attribute-row div[class*=' col-'] {
        padding-right: 60px;
        padding-left: 60px;
    }
}

#content-wrapper #sections .attribute-row div[class^='col-'],
#content-wrapper #sections .attribute-row div[class*=' col-'] {
    margin-bottom: 40px;
}

/* the model images already have whitespace built in */
/*#content-wrapper #sections .model-section .attribute-row div[class^='col-'],
#content-wrapper #sections .model-section .attribute-row div[class*=' col-'] {
    padding-right: 10px;
    padding-left: 10px;
}*/

#content-wrapper #sections .attribute-wrapper .attribute-option.option-dismissed img {
    opacity: 0.4;
}

#content-wrapper #sections .attribute-wrapper .attribute-option.option-dismissed a:hover img {
    opacity: 1;
}

#content-wrapper #sections .attribute-wrapper .header-wrapper {
    opacity: 0.4;
}

#content-wrapper #sections .attribute-wrapper:first-child .header-wrapper {
    opacity: 0;
}

#content-wrapper #sections .attribute-wrapper .header-wrapper h2 {
    opacity: 0;
}

#content-wrapper #sections .attribute-wrapper.section-active .header-wrapper,
#content-wrapper #sections .attribute-wrapper.section-active .header-wrapper h2 {
    opacity: 1;
}

/* for any attribute-wrapper after the active one, don't show it */
#content-wrapper #sections .attribute-wrapper.section-active ~ .attribute-wrapper {
    display: none;
}

#content-wrapper #sections .attribute-wrapper .attribute-row .attribute-option h3 {
    text-transform: uppercase;
}

#content-wrapper #sections .attribute-wrapper .attribute-row a h3 {
    text-align: center;
    text-decoration: none;
    font-style: normal;
    color: #23427D;
    font-size: 18px;
    padding: 22px 0 0 0;
}

#content-wrapper #sections .attribute-wrapper .attribute-row a:hover {
    text-decoration: none;
}

#content-wrapper #sections .attribute-wrapper.storage-section .attribute-row .attribute-option h2 {
    float: left;
    font-size: 50px;
    margin-left: 20px;
    margin-bottom: 2px;
    margin-right: 6px;
    font-weight: 700;
}

#content-wrapper #sections .attribute-wrapper.storage-section .attribute-row .attribute-option .gb-tag {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 34px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    color: #FFFFFF;
    background-color: #55BC77;
    font-size: 12px;
    text-transform: uppercase;
    margin: 7px 0 0 0;
}

#content-wrapper #sections .attribute-wrapper.storage-section .attribute-row .attribute-option .gb-tag.gen {
    width: 36px;
    height: 36px;
    line-height: 38px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

#content-wrapper #sections .attribute-wrapper.storage-section .attribute-row .attribute-option h3 {
    clear: both;
    margin-left: 20px;
    text-decoration: none;
    font-style: normal;
    color: #23427D;
    font-size: 16px;
}

#content-wrapper #sections .attribute-wrapper.storage-section .attribute-row .attribute-option a.btn {
    margin: 20px 0 40px 0;
    font-size: 13px;
}

#content-wrapper #sections a.condition_wrapper {
    display: block;
    width: 100%;
    min-height: 82px;
    font-style: normal;
    margin-bottom: 40px;
}

#content-wrapper #sections a.condition_wrapper:hover {
    text-decoration: none;
}

#content-wrapper #sections a.condition_wrapper .image-wrapper {
    float: left;
    width: 82px;
    margin-right: 25px;
    border-radius: 50%;
    overflow: hidden;
}

#content-wrapper #sections a.condition_wrapper.option-dismissed .image-wrapper {
    background-color: #A1A1A1 !important;
}

#content-wrapper #sections a.condition_wrapper .image-wrapper img {
    width: 100%;
}

#content-wrapper #sections a.condition_wrapper .condition-description {
    float: left;
    width: 100%;
    width: calc(100% - 110px);
}

#content-wrapper #sections .condition_wrapper h2,
#content-wrapper #sections .condition_wrapper.option-dismissed:hover h2 {
    font-size: 24px;
    color: #55BC77;
}

#content-wrapper #sections .condition_wrapper.option-dismissed h2 {
    color: #A1A1A1;
}

#content-wrapper #sections .condition_wrapper p,
#content-wrapper #sections .condition_wrapper.option-dismissed:hover p {
    color: #1d386b;
    font-weight: 300;
    line-height: 1.5em;
    width: 75%;
}

#content-wrapper #sections .condition_wrapper.option-dismissed p {
    color: #767676;
}

/*#content-wrapper #sections .condition_wrapper_1,
#content-wrapper #sections .condition_wrapper_1.option-dismissed:hover {
    background: transparent url('/static/images/condition_icons/non-functioning-green.png') no-repeat 0 0;
}
#content-wrapper #sections .condition_wrapper_2,
#content-wrapper #sections .condition_wrapper_2.option-dismissed:hover {
    background: transparent url('/static/images/condition_icons/broken-screen-green.png') no-repeat 0 0;
}
#content-wrapper #sections .condition_wrapper_3,
#content-wrapper #sections .condition_wrapper_3.option-dismissed:hover {
    background: transparent url('/static/images/condition_icons/broken-back-green.png') no-repeat 0 0;
}
#content-wrapper #sections .condition_wrapper_4,
#content-wrapper #sections .condition_wrapper_4.option-dismissed:hover {
    background: transparent url('/static/images/condition_icons/good-green.png') no-repeat 0 0;
}

#content-wrapper #sections .condition_wrapper_1.option-dismissed {
    background: transparent url('/static/images/condition_icons/non-functioning-grey.png') no-repeat 0 0;
}
#content-wrapper #sections .condition_wrapper_2.option-dismissed {
    background: transparent url('/static/images/condition_icons/broken-screen-grey.png') no-repeat 0 0;
}
#content-wrapper #sections .condition_wrapper_3.option-dismissed {
    background: transparent url('/static/images/condition_icons/broken-back-grey.png') no-repeat 0 0;
}
#content-wrapper #sections .condition_wrapper_4.option-dismissed {
    background: transparent url('/static/images/condition_icons/good-grey.png') no-repeat 0 0;
}*/

#content-wrapper #sections .condition-review-wrapper h2 {
    font-size: 30px;
    font-weight: 600;
    color: #55BC77;
}

#content-wrapper #sections .condition-review-wrapper img {
    float: left;
    margin: 0 40px 20px 0;
}

#content-wrapper #sections .attribute-row .price-header {
    text-align: center;
    color: #23427D;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

#content-wrapper #sections .attribute-row .price-value {
    text-align: center;
    color: #23427D;
    font-weight: 500;
    font-size: 60px;
    margin: 18px 0;
}

#content-wrapper #sections .attribute-row .price-value .dollar-sign {
    font-size: 34px;
    position: relative;
    top: -21px;
}

#content-wrapper #sections .attribute-row .price-spacer {
    border-bottom: 2px solid #23427D;
    opacity: 0.4;
    margin: 20px 0 28px 0;
}

#content-wrapper #sections .attribute-row p.price-text {
    text-align: center;
    width: 80%;
    margin: 0 auto 40px auto;
}

#content-wrapper #sections .attribute-row .condition-review-wrapper {
    background-position-x: 50px;
}


#content-wrapper #sections .attribute-row .condition-review-wrapper h2,
#content-wrapper #sections .attribute-row .condition-review-wrapper p {
    margin-left: 110px;
}

/*=====
RESPONSIVENESS
=====*/
@media (max-width: 991px) {
    #content-wrapper #sections a.condition_wrapper .image-wrapper {
        width: 60px;
    }
}
/*=====
END RESPONSIVENESS
=====*/
/*========== END ATTRIBUTE SECTIONS ==========*/


/*========== CONTACT FORM ==========*/
#contact-form .form-section-break {
    margin-top: 10px;
    margin-bottom: 15px;
}

#contact-form h2 {
    text-transform: uppercase;
}

#contact-form .help-text {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}

#contact-form .btn {
    display: inline-block;
    margin: 0 auto;
}
/*========== END CONTACT FORM ==========*/


/*========== FAQ SECTION ==========*/
#faq-section .faq-wrapper {
    margin-bottom: 40px;
}

#faq-section .info-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#faq-section .info-wrapper h2 {
    line-height: 1.3em;
}

#faq-section .label-col {
    float: left;
    width: 30px;
    margin-right: 5px;
}

#faq-section .info-col {
    float: left;
    width: 100%;
    width: calc(100% - 35px);
}

#faq-section .info-col p {
    line-height: 1.4em;
}
/*========== FAQ SECTION ==========*/


/*========== QUOTE FORM ==========*/
#content-wrapper #sections .final-description-wrapper {
    margin-bottom: 40px;
}

#content-wrapper #sections .laptop {
    margin-bottom: 40px;
}

#content-wrapper #sections .phone-description .description-block {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#content-wrapper #sections .phone-description h1,
#content-wrapper #sections .phone-description h4 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#content-wrapper #sections .phone-description h1.price {
    font-size: 45px;
    letter-spacing: -2px;
}

#content-wrapper #sections .phone-description h4.left {
    font-size: 20px;
    font-weight: 300;
}

#content-wrapper #sections .phone-description .btn {
    float: left;
}

#content-wrapper #sections .condition-icon-overlay {
    position: absolute;
    bottom: -20px;
    right: -10px;
    border-radius: 50%;
    overflow: hidden;
}

#content-wrapper #sections .laptop .condition-icon-overlay {
    bottom: -15px;
    left: 15px;
    right: auto;
}

#content-wrapper #sections .success-wrapper,
#content-wrapper #sections .error-wrapper {
    text-align: center;
}

#content-wrapper #sections .success-wrapper p,
#content-wrapper #sections .error-wrapper p {
    width: 60%;
    margin: 0 auto 20px auto;
}

#content-wrapper #sections .success-wrapper .success-thumb-wrapper {
    display: inline-block;
    margin: 20px 0;
    border-radius: 50%;
    overflow: hidden;
}

#content-wrapper #sections .success-wrapper .success-thumb-wrapper img {
    margin: 0;
}

#content-wrapper #sections .success-wrapper img,
#content-wrapper #sections .error-wrapper img {
    margin: 20px 0;
}

#content-wrapper #sections .attribute-option .btn {
    float: left;
}

/*=====
RESPONSIVENESS
=====*/
@media (max-width: 991px) {
    #content-wrapper #sections img.condition-icon-overlay {
        right: -5px;
        bottom: -10px;
        width: 60px;
    }
}

@media (max-width: 767px) {
    #content-wrapper #sections .condition-icon-overlay {
        position: static;
        width: 82px;
        margin-bottom: 40px;
    }
}
/*=====
END RESPONSIVENESS
=====*/
/*========== END QUOTE FORM ==========*/


/*========== ACCOUNT DETAILS ==========*/
#content-wrapper #sections .account-info .left-col {
    margin-bottom: 40px;
}

#content-wrapper #sections .account-info ul {
    list-style: none;
    margin: 0;
}

#content-wrapper #sections .account-info ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

#content-wrapper #sections .account-info li.spacer {
    margin-top: 20px;
}

#content-wrapper #sections .account-info li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

/*#content-wrapper #sections .account-info li a.active {
    text-decoration: underline;
}*/

#content-wrapper #sections .account-info li a .glyphicon {
    display: none;
    font-size: 10px;
}

#content-wrapper #sections .account-info li a.active .glyphicon {
    display: inline;
}
/*========== END ACCOUNT DETAILS ==========*/


/*========== ACCOUNT FORMS ==========*/
#content-wrapper #sections #password-form {
    display: none;
}
/*========== END ACCOUNT FORMS ==========*/


/*========== ACCOUNT HISTORY ==========*/
#content-wrapper #sections .account-history .row {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#content-wrapper #sections .account-history .row.odd {
    background-color: #EBEBEB;
}

#content-wrapper #sections .account-history .row.totals-row {
    border-top: 1px solid #222222;
}

#content-wrapper #sections .account-history .row .lbl {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
/*========== END ACCOUNT HISTORY ==========*/

/*========== REPAIR ORDERS ==========*/
#content-wrapper #sections .repair-history .row {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#content-wrapper #sections .repair-history .row.odd {
    background-color: #EBEBEB;
}

#content-wrapper #sections .repair-history .row.totals-row {
    border-top: 1px solid #222222;
}

#content-wrapper #sections .repair-history .row .lbl {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
/*========== END ACCOUNT HISTORY ==========*/
