body {
	margin: 0;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGU5ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #cde9f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cde9f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#cde9f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#cde9f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#cde9f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#cde9f7 100%); /* W3C */
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}

header {
    background-color: #CDE9F7;
	height: 136px;
	clear:both;
}

img {
	border:none;
}

#c2c-text {
	padding: 8px 0 4px 10px;
    background-color: #1C4891;
}

#c2c-logo {
	padding: 2px 0 0 10px;
	float: left;
}

#cir-logo {
	float: right;
}

h1 {
	color:#1c4890;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	float:left;
	margin: 35px 0 0 30px;
}

h3 {
	color:#000;
    font-weight: bold;
	font-size: 1em;
    margin: 15px 5px 5px 5px;
}

article{
	width: 90%;
	margin: 0 auto;
}

.itemsCont {
    display: inline-block;
}

.item {
    width: 160px;
    float: left;
}

.clearFix {
    clear: both;
}

.video-div{
	background-color:#FFF;
	padding: 5px 10px;
	text-align:center;
    clear: both;
}

.video-div h2{
	margin: 0;
}

footer {
	text-align:right;
	height: 80px;
    margin: 0;
    margin-top: 10px;
	background-color: #1c4890;
	padding: 15px 15px 0 0;
	border-top: 1px solid #fbfcfe;
}

#vidName {
    width: 360px;
    margin: 0 auto;
    clear:both;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px; color: #FFF;
    padding: 5px 10px;
}

#frameCont {
    width: 360px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 8px 0 0 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid #000000;
}

#vidCont {
    height: 300px;
    margin-bottom: 5px;
}

#closeCont {
    width: 100%;
    clear:both;
}

#closeBut {
    width: 10px;
    padding: 3px 7px 3px 5px;
    margin: 0 5px 5px auto;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #555;
    cursor: pointer;
    text-align: center;
}

#closeBut:hover {
    border: 1px solid #000;
    background-color: #DDD;
    cursor: pointer;
}

@media (min-width: 920px) and (max-width: 980px) {
    #c2c-logo{
        display:none;
    }
}


@media (min-width: 768px) and (max-width: 920px) {
    #c2c-logo{
        display:none;	
    }
    h1 {
        margin: 35px 0 0 10px;
    }
}

@media (min-device-width: 480px) and (max-width: 768px) {
    header {
        height: 80px;
    }
    #c2c-logo {
        display: none;
    }
    #cir-logo {
        display: none;
    }
    #c2c-text {
        padding: 8px 0 3px 10px;
        background-color: #1c4890;
    }
    h1 {
        margin: 5px 0 0 10px;
        font-size: 2.2em;
    }
    section {
        padding-bottom: 0;
        overflow:visible;
    }
}

@media (max-width: 480px) {
    #container {
        background: none;
        min-width: 380px;
    }
    header {
        height: 65px;
    }
    #c2c-text {
        padding: 8px 0 0 10px;
        background-color: #1c4890;
    }
    #c2c-logo{
        display:none;	
    }
    #cir-logo {
        display: none;
    }
    h1{
        float:none;
        margin: 5px 10px;
        font-size: 1.7em;	
    }
    section {
        padding-bottom: 0;
        overflow:visible;
    }
    footer {
        height:	55px;
        margin-top: 0;
        text-align:center;
        padding: 5px 0 0;
    }
}