﻿@charset 'utf-8';

/*==================================================*/

.services-wrapper {
    margin: 56px auto;
    text-align: center;
}

.services-wrapper p.pre-title {
    margin-top: 0px;
    margin-bottom: 32px;
}

.services {
    display: flex;
    justify-content: space-between;
}

.services .single {
    margin: 0;
    width: 350px;
    position: relative;
}

.services .single img {
    width: auto;
    height: 112px;
    display: block;
    margin: 0 auto 32px;
}

.services .single .h3-wrapper {
    display: flex;
    justify-content: center;
    height: 50px;
    margin-bottom: 8px;
}

.services .single h3 {
    align-self: center;
}

.services2-wrapper {
    margin: 0 auto;
    padding: 56px 0;
    text-align: center;
    border-bottom: 1px solid #2e2a23;
    position: relative;
}

.services.service2.mobile-hide {
    padding-top: 16px;
    margin-bottom: 10px;
}

.services.service2 .single p {
    margin-bottom: 14px;
}

.services.service2 .single p.d {
    margin: 16px auto;
}

.services.service2 .single img {
    width: auto;
    height: 230px;
}

.services.service2 .single p.line {
    margin-bottom: 0px;
}

.services.service2 .single p.line::after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background-color: #fff;
    content: '';
    display: block;
    margin: 4px auto 0;
}

.services.service2 .single p.line::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #fff;
    bottom: 7px;
    left: calc(50% + 22px);
    z-index: -999;
}

.services.service2 .single:last-child p.line::before {
    content: none;
}

@media screen and (max-width:660px) {

    .services-wrapper {
    }
    
    .services-wrapper p.pre-title {
    }
    
    .services {
        display: block;
        justify-content: center;
    }
    
    .services .single {
        margin: 0 5px 0px;
        padding-bottom: 56px;
        width: 100%;
        position: relative;
    }
    
    .services .single img {
        height: 140px;
        margin: 0 auto 20px;
    }
    
    .services .single .h3-wrapper {
        display: block;
        height: auto;
    }
    
    .services2-wrapper {
    }

    .services.service2 .single {
        margin: 0 auto;
        padding-bottom: 40px;
        width: 270px;
        position: relative;
    }
 
    .services.service2 .single::after {
        content: '';
        position: absolute;
        width: 1px;
        background-color: white;
        top: 7px;
        bottom: -7px;
        left: 6px;
    }

    .services.service2 .single:last-child {
        padding-bottom: 10px;
    }
    
    .services.service2 .single p {
        text-align: left;
    }
    
    .services.service2 .single p.d {
        padding-left: 30px;
    }
    
    .services.service2 .single img {
        height: 184px;
    }
 
    .services.service2 .single p.mobile-on {
        margin-bottom: 8px;
        text-align: left;
        line-height: 16px;
        padding-left: 20px;
    }

    .services.service2 .single p.mobile-on::before {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        color: #fff;
        background-color: #fff;
        content: '';
        display: inline-block;
        margin: 0;
        position: absolute;
        top: 2px;
        left: 0;
    }
}

/*==================================================*/

p.outer {
    margin-top: 32px;
    text-align: center;
}

p.outer a {
    font-size: 16px;
    color: #c1a06c;
}

p.outer a img {
	padding-bottom: 2px;
}

@media screen and (max-width:660px) {
}

/*==================================================*/

.honoring-wrapper {
    text-align: center;
    padding: 56px 0px;
    border-bottom: 1px solid #2e2a23;
}

.honoring-wrapper img.h {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 32px;
}

.honoring-wrapper p {
    font-size: 16px;
}

@media screen and (max-width:660px) {

    .honoring-wrapper {
        border-bottom: 1px solid #2e2a23;
    }
       
    .honoring-wrapper p {
        font-size: 15px;
        text-align: center;
    }

}


/*==================================================*/

.guideline-wrapper {
    margin: 0 auto;
    padding: 56px 0;
    text-align: center;
    /*border-bottom: 1px solid #2e2a23;*/
}

.steps {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
    margin-bottom: 56px;
}

.steps .single {
    margin: 0;
    width: 190px;
    display:flex;
    flex-direction:column;
}

.steps .single img {
    width: 45px;
    height: auto;
    display: block;
    margin: 0 auto 8px;
}

.steps .single .h3-wrapper {
    display: flex;
    justify-content: center;
    height: 50px;
    margin-bottom: 8px;
}

.steps .single .h3-wrapper h3 {
    align-self: center;
}

.guideline-wrapper .signup-wrapper {
    width: 100%;
    background-color: #342f28;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.guideline-wrapper .signup-wrapper img {
	width: 24px;
	height: auto;
}

.guideline-wrapper .signup-wrapper p {
    font-size: 18px;
}

.guideline-wrapper .signup-wrapper div:nth-of-type(1) {
    text-align: left;
    width: 68%;
    align-self: center;
}

.guideline-wrapper .signup-wrapper div:nth-of-type(1) img.icon {
    padding: 0 8px 3px 0;
}

.guideline-wrapper .signup-wrapper div:nth-of-type(2) {
    text-align: right;
    width: 30%;
    align-self: center;
    font-size: 15px;
}

@media screen and (max-width:660px) {

    .guideline-wrapper {
    }
    
    .steps {
        display: block;
    }
    
    .steps .single {
        margin: 0 0 32px;
        width: 100%;
        display: block;
    }
    
    .steps .single img {
    }
    
    .steps .single .h3-wrapper {
    }
       
    .guideline-wrapper .signup-wrapper {
        display: block;
        padding: 16px 16px;
    }
    
    .guideline-wrapper .signup-wrapper div:nth-of-type(1) {
        text-align: center;
        width: 100%;
        text-align: center;
    }
    
    .guideline-wrapper .signup-wrapper div:nth-of-type(1) img.icon {
        width: 24px;
        height: auto;
        display: block;
        margin: 0 auto 8px;
        padding: 0;
    }
    
    .guideline-wrapper .signup-wrapper div:nth-of-type(2) {
        margin-top: 16px;
        text-align: center;
        width: 100%;
        margin-top: 20px;
        font-size: 15px;
    }
}
 
/*==================================================*/

.premium .inner {
    background-image: url(../../lp/aboutus/img/bg@2x.png);
}
    
@media screen and (max-width:660px) {
    .premium .inner {
        background-image: none;
    }
}

/*==================================================*/

.faq-wrapper {
    text-align: center;
    padding: 80px 0 120px;
}

dl.hidden {
    text-align: left;
}

dl.hidden dt {
    padding: 20px 45px 20px 0px;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: normal;
    background-image: url(../../lp/aboutus/img/arrow-down@2x.png);
    background-repeat: no-repeat;
    background-size: 13px 6.5px;
    background-position: right center;
    cursor: pointer;
    border-bottom: 1px solid #2e2a23;
}

dl.hidden dt.open {
    background-image: url(../../lp/aboutus/img/arrow-up@2x.png);
}

dl.hidden dd {
    padding: 20px 0px;
    display: none;
    border-bottom: 1px solid #2e2a23;
}

dl.hidden dd p {
    margin-bottom: 1em;
}
  
dl.hidden dd a {
    color: #c1a06c;
}

dl.hidden dd a img {
	padding-bottom: 3px;
}

@media screen and (max-width:660px) {

    .faq-wrapper {
        padding: 60px 0 100px;
    }

}

/*==================================================*/

