
/* partner overlay specific styles */

article.partners {
    padding: 130px 10% 2% 10%;
}

article.partners section {
    position: relative;
}

article.partners h2 {
    color: #f15a2f;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

article.partners .wrap img {
    width: 80%;
    height: auto;
    display: block;
    margin: 40px auto;
}

ul.threecol {
    margin: 50px 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

ul.threecol li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

ul.threecol li:last-of-type {
    margin-right: 0%;
}

ul.threecol li img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin: 20px 0;
}

ul.threecol li p strong {
    font-weight: 400;
}

ul.threecol li p strong {
    font-weight: 400;
    color: #F15A2F;
}

blockquote {
    font-size: 17px;
    line-height: 140%;
    font-weight: normal;
    margin: 2% 0px;
}

ul.intro-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    padding: 50px 80px 60px 60px;
    font-size: 24px;
    background: url("images/intro-background-red.61cf91b0a2d8.png") no-repeat;
    background-size: 900px auto;
    z-index: 12;
}

ul.intro-list li {
    color: white;
    line-height: 150%;
    font-weight: 400;
}

.intro-text {
    position: absolute;
    top: 560px;
    right: 0;
    max-width: 540px;
    box-sizing: border-box;
    padding: 40px 20px 60px 90px;
    font-size: 20px;
    background: url("images/intro-background-blue.730e2ff0ebf9.png") no-repeat;
    background-size: 540px auto;
    z-index: 12;
    color: white;
    min-height: 290px;
    line-height: 130%;
}

.partners-intro {
    position: relative;
    min-height: 900px;
    margin-bottom: 50px;
}

.partners-one h1 {
    color: #F15A2F;
    text-align: center;
}

.partners-intro img {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
}

.heading-block {
    font: 300 30px 'Source Sans Pro', sans-serif;
    display: block;
    height: auto;
    background: #134666;
    margin: 0;
    padding: 1% 3% 3% 3%;
    color: #F15A2F;
    text-align: center;
    border-bottom: 10px solid #F15A2F;
    position: relative;
}


.heading-block h1 {
    color: #F15A2F;
    margin-top: 10px;
}

.heading-block h2 {
    color: white;
    margin-bottom: 20px;
}

.heading-block:before {
    position: absolute;
    color: #F15A2F;
    content: '▼';
    bottom: 0%;
    margin-bottom: -37px;
}

#partners-freedom {
    text-align: center;
    font-size: 28px;
    font-style: italic;
    list-style-image: url("images/tick.a3bf42ab9416.png");
    line-height: 150%;
    color: #134666;
}

.partners-five h3 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #333;
}

.partners-five {
    padding-bottom: 80px;
}

.partners-five .wrap img {
    border: 10px solid #134666;
}

.partners-five .button {
    margin: 0px auto;
    display: block;
    max-width: 280px;
    text-align: center;
}


.partner-video {
    display: block;
    width: 1120px;
	height: 630px;
    max-width: 100%;
    margin: 20px auto;
}

.partner-button {
    clear: both!important; 
    float: none!important; 
    display: inline-block; 
    margin: 0 auto 30px auto!important; 
    max-width: 250px!important; 
    text-align: center!important;
    background:#f15a2f!important;
    color:#fff!important;
    border:none!important;
    border-radius: 4px!important;
    line-height: 35px!important;
    
}




/* media queries for partners page are currently placed here... helps
 * keep the site media queries a little cleaner */



@media only screen and (max-width: 1024px) {

    article.partners {
        padding: 130px 2% 2% 2%;
    }

    .partners-intro img {
        position: absolute;
        top: 250px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 10;
    }


}

@media only screen and (max-width: 800px) {

    ul.intro-list {
        position: static;
        width: 100%;
        padding: 30px 20px 30px 40px;
        box-sizing: border-box;
        font-size: 20px;
        background-image: none;
        background-color: #f48363;
        z-index: 12;
    }

    .partners-intro img {
        position: static;
        width: 100%;
        height: auto;
        z-index: 10;
    }

    ul.intro-list li {
        color: white;
        line-height: 150%;
        font-weight: 400;
    }

    .intro-text {
        position: static;
        max-width: 100%;
        box-sizing: border-box;
        padding: 40px 20px 60px 20px;
        font-size: 20px;
        background-color: #576f86;
        background-image: none;
        color: white;
        min-height: auto;
        line-height: 130%;
    }

    .partners-intro {
        position: relative;
        min-height: 900px;
        margin-bottom: 50px;
    }

}


@media only screen and (max-width: 640px) {

    .intro-text,
     ul.intro-list {

        font-size: 18px;

    }
    .partners-five h3 {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        color: #333;
    }

    .partners-one h1 {
        font-size: 30px;
    }

    ul.threecol li,
    ul.threecol li:last-of-type {
        float: none;
        width: 60%;
        margin: 20px auto;
    }

    article.partners .wrap img {
        width: 100%;
        height: auto;
        display: block;
        margin: 40px auto;
    }

    #partners-freedom {
        text-align: center;
        font-size: 20px;
        margin: 20px 5%;
    }

}

@media only screen and (max-width: 480px) {



    ul.threecol li,
    ul.threecol li:last-of-type {
        float: none;
        width: 80%;
        margin: 20px auto;
    }



}
