/********* START COMMON **************/
p {
    line-height: 25px;
    font-weight: 400;
}

.clear {
    clear: both;
}
/********* END COMMON **************/

/********* START HEADER **************/
#ctl-header {
	text-align: center;
	padding: 25px 0;
    background-color: #14123b;
    overflow: hidden;
}

#ctl-header a {
    display: block;
}

#ctl-header a img.logo {
    max-width: 300px;
}
/********* END HEADER **************/

/********* START BANNER **************/
#ctl-banner .banner img {
    max-width: 100%;
}
/********* END BANNER **************/

/********* START NAVIGATION **************/
#ctl-navigation {
    margin-top: 30px;
    text-align: center;
}

#ctl-navigation p {
    margin-bottom: 15px;
}

#ctl-navigation a {
    padding: 10px 30px;
    background-color: #00ada0;
    display: inline-block;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #fff;
}

#ctl-navigation a:hover {
    background-color: #24fcb0;
    text-decoration: none;
}
/********* END NAVIGATION **************/

/********* START CONNECT **************/
#ctl-connect {
    padding-top: 50px;
    padding-bottom: 25px;
    position: relative;
}

#ctl-connect a {
    display: block;
    margin-bottom: 30px;
}

#ctl-connect .logo {
    max-width: 300px;
}

#ctl-connect p {
    margin-bottom: 25px;
}

#ctl-connect .video iframe {
    max-width: 100%;
}
/********* END CONNECT **************/

/********* START EDITORIAL **************/
#ctl-editorial {
    margin-bottom: 50px;
}

#ctl-editorial img {
    max-width: 100%;
}
/********* END EDITORIAL **************/