/* Resources page styles.
   	@file        resources.css.zh
	developer:   marionm, yhechler
   	requires:    /common/framework/css/framework.zh.css  
========================================================================== */

:root {
    --wrapper-h-pad: 3.125rem;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0.5rem var(--wrapper-h-pad) 0 var(--wrapper-h-pad);
    width: 100%;
}
main header {
    padding-top: var(--wrapper-h-pad);
}
section:last-child .inner {
    padding-bottom: 5rem;
}
/*section*/

main {
    font-family: 'Microsoft YaHei', 'Hiragino Sans GB', Arial, sans-serif;
}
main img, main video {
    height: auto;
    max-width: 100%;
}
main h3 {
    border-top: 1px solid #b8b8b8;
    color: #434343;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2;
    margin: 3.0rem 0 2rem 0;
    padding: 1.5rem 0 0 0;
}
main h4 {
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
main .cgrid {
    column-gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
main .cgrid a {
    align-items: flex-start;
    display: flex;
}
main .cgrid a>img {
    margin-right: 2rem;
}
main .cgrid h3 {
    color: #323232;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    text-align: left;
}
main .cgrid p {
    color: #7f7f7f;
    font-size: 0.9375rem;
    line-height: 1.5;
}
main .cgrid a:hover h3 {
    color: #f77700;
}
main .cgrid h3:hover, main .cgrid h4:hover {
    color: #f57300;
    text-decoration: none;
    outline: none;
}
/* heading
   ========================================================================== */

#resources-header .inner {
	padding var(--wrapper-h-pad) var(--wrapper-h-pad) 0 var(--wrapper-h-pad);
}
#resources-header h2 {
    color: #dd1100;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.9375rem;
    padding-bottom: 2rem;
}
#resources .button, #resources .button:link, #resources .button:visited {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #d10;
    border-radius: 4px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12.8px;
    font-weight: 600;
    padding: 7px 15px;
    text-decoration: none;
}
#resources .button:hover, #resources .button:active {
    color: #fff;
    background: #ff7027;
}
/* training courses
   ========================================================================== */

#training .inner {
    padding: 0 var(--wrapper-h-pad);
}
#training h3 {
    margin: 0 0 1.0rem;
}
#training p {
    color: #636363;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
#training p:nth-child(2n) {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
#training .cgrid {
    margin: 0;
}
/* learn at your own pace
   ========================================================================== */

#learn .cgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#learn .cgrid div:nth-child(2n) a>img {
    margin-right: 1rem;
}
.custom-list {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 4.375rem;
}
.custom-list>.custom-list-header {
    align-items: center;
    display: flex;
    padding: 10px 20px;
}
.custom-list>.custom-list-header>img {
    margin-right: 5px;
}
.custom-list>.custom-list-header>h4 {
    margin: 0;
}
.custom-list>.custom-list-body {
    background: #f5f5f5;
}
.custom-list>.custom-list-body ul {
    margin: 0;
    padding: 20px 0 20px 50px;
}
.custom-list>.custom-list-body ul li {
    list-style-type: square;
    margin-bottom: 10px;
}
.custom-list>.custom-list-body ul li:before {
    content: "■";
    color: #b0b0b0;
    font-size: 0.4375rem;
    top: -2px;
    position: relative;
    margin-right: 0.6rem;
}
.custom-list>.custom-list-body ul a {
    color: #333;
    font-size: 0.7875rem;
}
.custom-list>.custom-list-body ul a:hover {
    color: #f77700;
}
.custom-list>.custom-list-body ul a::after {
    content: " »";
    color: #f87400;
    margin-left: 5px;
}
/* get help
   ========================================================================== */

#help {
    border-bottom: 1px solid #bbbbbb;
}
#compare {
    background: url('../img/see-how-compares-50px-2x.png') no-repeat;
}
#how {
    border-radius: 8px;
    text-align: center;
}
#how .custom-list-body {
    border-radius: 8px;
}
#how a:link, #how a:visited {
    display: inline-block;
    color: #333;
    height: 60px;
    line-height: 60px;
    font-size: 0.904rem;
    font-weight: 400;
    text-align: center;
    padding-left: 60px;
    background: url("../img/see-how-compares-50px-icon-2x.png") no-repeat;
    background-position: left 15px;
    background-size: 50px;
    border-radius: 8px;
}
#how a:hover {
    color: #f57300;
}
#how a::after {
    color: #f77700;
    content: " »";
    display: inline-block;
    font-size: 1.125rem;
    padding-left: 5px;
}
/* ==============================================================
   responsive breakpoint styles
   ============================================================== */

@media (max-width: 1200px) {}
@media (max-width: 900px) {
    :root {
        --wrapper-h-pad: 2rem;
    }
    main .cgrid, #learn .cgrid {
        grid-template-columns: 1fr;
        row-gap: 3rem;
    }
    #training .cgrid {
    	margin: 0 0 2rem 0;
	}
}
@media (max-width: 600px) {
    :root {
        --wrapper-h-pad: 1rem;
    }

}
@media (max-width: 320px) {}
@media print {}