@font-face {
    font-family: 'groteskregular';
    src: url('../fonts/FoundersGroteskWeb-Regular.eot');
    src: url('../fonts/FoundersGroteskWeb-Regular.eot') format('embedded-opentype'),
         url('../fonts/FoundersGroteskWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



[class*=st_] {
    position: relative;
    width: 100%;
}
[class*=fd_] {
    clear: both;
    position: relative;
    max-width: 690px;
    margin: 0 auto;
}

.wrapper {
    position: relative;
    z-index: 10;
    left: 0;
    min-height: 100vh;
}


body {
    font-family: 'groteskregular';
    background:#cacccb;
    color:#fff;
}
.cp_PageTitle h1{
    font-size: 40.5px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 0;
}
.cp_PageTitle {
    text-align:center;
}
.cp_PageTitle img {
    max-width:100%;
    height:auto;
}
.cp_PageTitle .in {
    padding:120px 0 0 0;
}
.cp_PageTopContent .in {
    padding:70px 7px 57px 7px;
}
.cp_PageTopContent p {
    font-size:26px;
    line-height:1.2;
    text-align:center;
}
.cp_PageVideos .in {
    overflow:hidden;
}
.cp_PageVideos .videoHolder {
    width:32%;
    margin-right:2%;
    float:left;
}
.cp_PageVideos .videoHolder:last-of-type {
    margin-right:0;
}
.cp_PageVideos .videoComponent {
    margin-bottom:14px;
    position:relative;
}
.cp_PageVideos .videoComponent .playBtn {
    position:absolute;
    top:0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cp_PageVideos .videoComponent img {
    max-width:100%;
    height:auto;
}
.cp_PageVideos .videoTitle {
    font-size:20px;
    text-align:center;
}
.cp_FooterContent .in {
    padding:92px 0 85px 0;
    text-align:center;
}
.cp_FooterContent address {
    line-height:1;
    font-size:18px;
}
.cp_FooterContent address span {
    margin-bottom:5px;
    display:block;
    line-height:1;
}
.cp_FooterContent address a {
    text-decoration: underline;
    color:#fff;
}
.cp_FooterContent address a:hover,
.cp_FooterContent address a:focus,
.cp_FooterContent address a:visited {
    color:#fff;
}

@media(max-width:730px) {
    [class*=fd_] {
        padding: 15px;
    }
    .playBtn img {
        width:35%;
    }
}
@media(max-width:600px) {
    .cp_PageTitle h1 {
        line-height:1;
    }
}
@media(max-width:480px) {
    .cp_PageVideos .videoHolder {
        width:100%;
        text-align:center;
    }
    .playBtn img {
        width:auto;
    }
    .cp_PageVideos .videoTitle {
        margin-bottom:20px;
    }
}