﻿.section--materials {
    background-color: rgba(2, 182, 143, 1);
    height: 713px;
    padding-top: 48px;
}

.section--materials .box {
    background-color: rgba(255, 255, 255, 1);
    background: url('/img/BackgroundMusicsheet.png') no-repeat;
    background-size: cover;
    height: 636px;
    padding: 60px 90px 30px;
    position: relative;
}

.section--materials .box__row--1,
.section--materials .box__row--2 {
    margin-bottom: 20px;
}

.section--materials .box__img {
    left: 52px;
    position: absolute;
    top: 37px;
}

.section--materials .box__title {
    margin: 0 0 0 0px;
}

.section--materials .box__button > small {
    border-left: 2px solid rgba(2, 182, 143, 1);
    padding-left: 20px;
    font-size: 20px;
}

.section--materials .box__btn {
    float: right;
}

.section--materials .material--html-email-1,
.section--materials .material--html-email-2 {
    margin-left: 30px;
}

.section--materials .material--landscape-banner-1,
.section--materials .material--landscape-banner-2 {
    margin-top: 72px;
}

.section--materials .material--square-banner-1,
.section--materials .material--square-banner-2 {
    float: right;
    margin-top: 24px;
}

.section--materials .material__img {
    margin-bottom: 4px;
}

.section--materials .material__title {
    color: rgba(2, 182, 143, 1);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.section--materials .material__options {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.section--materials .material__options > li {
    display: inline;
}

.section--materials .material__options > li + li {
    border-left: 1px solid rgba(2, 182, 143, 1);
    margin-left: 10px;
    padding-left: 10px;
}

.section--materials .material__options > li > a {
    color: rgba(0, 0, 0, 1);
}

.col-one-third
{
    width: 33.33%;
    width: calc(100% / 3);
	float: left;
	padding-bottom: 40px;
	text-align: center;
}