/* default style */
.selectnav {
	display: none;
	width: 100%;
	font-size: 15px;
	margin: 0;
	color: #182C4D;
	border: 0;
	border-radius: 3px;
	padding: 5px;
	margin: 7px;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

/* small screen */
@media only screen and (max-width: 767px) {
  #navigation { display: none; }
  .selectnav { display: block; }
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

#colorbox { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important; }

.spacer {
	height:20px;
	clear:both;
}

body, h1,h2,h3,h4, span, p, strong, li {
	color: #182C4D;
}

#footer p {
	color: white;
}



a, a:visited {
	color: #F47F3C;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin: 0 0 12px 0;
}

html.ie body {
	background: #CBD3E0 url(../images/bg-bubbles.png);
}

.banner img, .video img {
	width: 100%;
}

body.home {
	background-color: #958A74;
	background-image:url(/images/home-bg-1280.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	/*background-attachment: fixed;
	background-size: 100% 600px;*/
	
	background-size: cover;
}

body.home #logo {
	width: 90%;
	max-width: 100%;
	max-height: 220px;
}

#logo {
	width: 100%;
	max-width: 746px;
	max-height: 210px;
}

#tech-advice {
	text-align: center;
	background: #F99F21 url(../images/bg-tech-advice.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 5px;
}

#tech-advice {
	color: white;
}
	
#tech-advice span {
	color: #182C4D;
}

#content {
	border-top: 3px solid #F47F3C;
	padding-top: 20px;
	padding-left: 10px;
	background: url(../images/bg-white.png);
	margin-top: 10px;
}

#content .sidebar {
	/*width: 205px;*/
	margin-left: 40px;
}

#content .sidebar p {
	font-size: 12px;
	line-height: 1.5;
}

#content .sidebar h3 {
	font-size: 125%;
}

#content .main-content .separator,
#content .sidebar .separator {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 2px solid #F47F3C;
	padding: 0;
	clear: both;
}

#content .main-content .separator {
	margin-left: 0;
	margin-right: 0;
}

.video img {
	margin-bottom: 5px;
}

.video h4 {
	font-size: 110%;
	float: left;
	width: 195px;
}

.video a {
	/*float: right;*/
}

#logo-container {
	text-align: center;
	background: url(../images/bg-header1.png);
	background-position: bottom center;
}

.concept-intro {
	display: none;
}

.video {
	width: 48.5%;
	float: right;
	padding-bottom: 30px;
}

.video.odd {
	float: left;
}

.video h4, .video a {
	display: inline;
}

#footer-links {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#footer-links li a,
#footer-links li a:hover {
	color: white;
}

#footer {
	background: url(../images/bg-header1.png);
	background-position: bottom center;
	font-size: 12px;
	color: white;
}

#footer h2 {
	float: left;
	width: 120px;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/logo-riw.png);
	background-repeat: no-repeat;
}

#footer p {
	margin-bottom: 10px;
}

.play {
	margin-top: -7px;
	text-indent: -9999px;
	display: block;
	width: 112px;
	height: 33px;
	background: url(../images/btn-play-vid.png);
	float:right;
	margin-top: -2px;
}

.play:hover {
	background-position: 0 -32px;
}

.arrow-more {
	display: block;
	width: 112px;
	background: url(../images/btn-arrow-small.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	text-transform: uppercase;
	padding-top: 1px;
	line-height: 1.2 !important;
	height: 20px;
	white-space:nowrap;
	margin-top:12px;
}

body {
	background: #CBD3E0;
	background-image: url(../images/bg-bubbles.png), linear-gradient(bottom, rgb(106,164,210) 0%, rgb(235,236,239) 73%);
	background-image: url(../images/bg-bubbles.png), -o-linear-gradient(bottom, rgb(106,164,210) 0%, rgb(235,236,239) 73%);
	background-image: url(../images/bg-bubbles.png), -moz-linear-gradient(bottom, rgb(106,164,210) 0%, rgb(235,236,239) 73%);
	background-image: url(../images/bg-bubbles.png), -webkit-linear-gradient(bottom, rgb(106,164,210) 0%, rgb(235,236,239) 73%);
	background-image: url(../images/bg-bubbles.png), -ms-linear-gradient(bottom, rgb(106,164,210) 0%, rgb(235,236,239) 73%);
	background-image: url(../images/bg-bubbles.png), -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(106,164,210)),
		color-stop(0.73, rgb(235,236,239))
	);
	background-attachment: fixed;
}


#navigation-container {
	background: url(/images/nav_bg.png);
	max-height: 45px;
	overflow: hidden;
}

#navigation-container .columns {
	margin: 0;
}

#navigation {
	list-style-type: none;
	background-image: url(/images/nav_web.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 768px;
	height: 45px;
	margin: 0;
}

#navigation li {
	float: left;
	margin-bottom: 0;
}

#navigation li a {
	display: block;
	text-indent: -9999px;
	height: 45px;
}

#navigation li.home a { width: 228px; }
#navigation li.other a { width: 266px; }
#navigation li.contact a { width: 117px; }
#navigation li.request-a-cpd a { width: 156px; }
	

body.home #navigation { background-position: 0 -45px; }
body.other #navigation { background-position: 0 -90px; }
body.contact #navigation { background-position: 0 -180px; }
body.request-a-cpd #navigation { background-position: 0 -135px; }

ul#navigation.nav-home { background-position: 0 -45px; }
ul#navigation.nav-other { background-position: 0 -90px; }
ul#navigation.nav-contact { background-position: 0 -180px; }
ul#navigation.nav-request-a-cpd { background-position: 0 -135px; }


.responsive {
	width: 100%;
	height: auto;
}

h3.add-bottom {
	margin-bottom:24px;
}
	
.video-container .video-thumb {
	margin-bottom: 12px;
}
.video-container .description {
	float: left;
}

.video-container h5 {
	color: #182C4D;
}

.video-container .btn-request-a-cpd,
.video-container .btn-play {
	float: right;
	display: block;
	background-repeat: no-repeat;
	width: 161px;
	height: 45px;
	background-position: top left;
	background-image: url(/images/btn_play.png);
	text-indent: -9999px;
}

.video-container .btn-request-a-cpd:hover,
.video-container .btn-play:hover {
	background-position: bottom left;
}

.video-container .btn-request-a-cpd {
	width: 161px;
	height: 45px;
	background-image: url(/images/btn_request.png);
}



#logo-container .container .columns {
	height: 219px;
}

#logo {
	padding-top: 8px;
}

.separator {
	padding: 0;
}

.contact-form span.left {
	float: right;
	display: block;
	width:50%;
}

.contact-form span.right {
	float: right;
	display: block;
	width:50%;
}

.checkboxes {
	width: 50%;
	float:right;
}

.contact-form label {
	text-transform: uppercase;
	padding-bottom: 6px;
}

.contact-form input[type=text] {
	width: 95%;
}

.contact-form input[type=text],
.contact-form textarea {
	border-radius: 3px;
}

.contact-form textarea {
	width: 100%;
	height: 150px;
}

.contact-form input[type=submit] {
	display: block;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	text-indent: -9999px;
	float: right;
	background:none;
	background-image: url(/images/btn_submit.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	margin-bottom: 20px;
	width: 141px;
	height: 45px;
	margin-top: 10px;
}

.contact-form input:hover[type=submit] {
	background-position: bottom left;
}


#error-list li {
	margin: 0;
	margin-left: 30px;
	list-style-type: disc;
}

body.contact input[type=checkbox] {
	float: left;
}

.request-label {
	float: left;
	margin-left: 10px;
	display: inline-block;
	margin-top: -1px;
}


