/*
Theme Name: ALC
Author: Jan-Willem Wisgerhof
Author URI: http://www.wisgerhof.io
Description: Ground-up rewrite of the ALC theme
Version: 0.1
*/

body {
    font-family: 'Open Sans', sans-serif;
}

.alc-content {
    padding: 0 20px;
}

.container {
    width: 100%;
    max-width: 990px;
}

a {
    text-decoration: none;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}

p {
    margin: 16px 0;
}

/* Orange CTA */
.orange-cta {
    background: rgba(216,85,48,1);
    background: -moz-linear-gradient(45deg,rgba(216,85,48,1) 0,rgba(216,85,48,1) 45%,rgba(254,121,4,1) 70%,rgba(254,121,4,1) 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0%,rgba(216,85,48,1)),color-stop(45%,rgba(216,85,48,1)),color-stop(70%,rgba(254,121,4,1)),color-stop(100%,rgba(254,121,4,1)));
    background: -webkit-linear-gradient(45deg,rgba(216,85,48,1) 0,rgba(216,85,48,1) 45%,rgba(254,121,4,1) 70%,rgba(254,121,4,1) 100%);
    background: -o-linear-gradient(45deg,rgba(216,85,48,1) 0,rgba(216,85,48,1) 45%,rgba(254,121,4,1) 70%,rgba(254,121,4,1) 100%);
    background: -ms-linear-gradient(45deg,rgba(216,85,48,1) 0,rgba(216,85,48,1) 45%,rgba(254,121,4,1) 70%,rgba(254,121,4,1) 100%);
    background: linear-gradient(45deg,rgba(216,85,48,1) 0,rgba(216,85,48,1) 45%,rgba(254,121,4,1) 70%,rgba(254,121,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d85530',endColorstr='#fe7904',GradientType=1);
    padding: 75px 0 55px;
    position: relative;
}

.orange-cta:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 282px;
    background-image: url(images/alc-training-pattern.png);
    content: "";
    background-position: right center;
    height: 565px;
    background-repeat: no-repeat;
    opacity: .3;
}

.orange-cta h2 {
    color: #FFF;
    font-weight: bold;
    font-size: 40px;
}

.orange-cta .button.alc-button {
    min-width: 280px;
}

.orange-cta p {
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.orange-cta-left {
    position: relative;
}

.orange-cta-left:before {
    background: url(images/alc-training-icon.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -30px;
    left: 8px;
    height: 16px;
    width: 16px;
    background-size: 100%;
}

.orange-cta-left:after {
    background: url(images/alc-training-icon.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: -30px;
    right: 20px;
    height: 16px;
    width: 16px;
    background-size: 100%;
}

ul {
    padding-left: 15px;
}

ul li {
    position: relative;
    margin-bottom: 12px;
}

ul li:before {
    background: #0e6169;
    position: absolute;
    height: 4px;
    width: 4px;
    content: "";
    left: -12px;
    top: 11px;
    border-radius: 50%;
}