@media all and (max-width: 800px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	body {
		background: #FFF;
	}
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	#wrapper {
		width: 100%;
		padding: 15px;
	}
	#consistent-header {
		position: relative;
	}
	#header-elements {
		height: 100%;
		background: none;
	}
	#header-contents {
		width: 100%;
		padding: 0;
	}
	#logo,
	#navigation {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#logo img {
		margin: 0 auto;
	}
	#navigation {
		width: 100%;
		float: left;
		margin: 0;
		border: none;
	}
	#content-inner {
		width: 100%;
	}
	#header-elements {
		border: none;
	}
	.flow_smart_menu li a span.menu-icon {
		display: none;
	}
	.flow_smart_menu li {
		margin: 0;
		width: 100%;
	}
	.flow_smart_menu li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		display: block;
		text-align: left;
		background: #FFF;
		/* default bg color */
		margin: 0;
		border-top: #F2F2F2 1px solid;
		padding: 4px 10px;
		color: #455868;
		font-weight: bold;
		text-align: center;
		/*		-webkit-border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7px 7px 7px 7px;
		-khtml-border-radius: 7px 7px 7px 7px;
		border-radius: 7px 7px 7px 7px;
*/
	}
	.flow_smart_menu li:hover a {
		text-decoration: none;
		color: #455868;
		background: #F7F7F7;
		/* hover bg color */
	}
	.flow_smart_menu li.current_page_item a {
		color: #455868;
		background: #F7F7F7;
		/* current bg color */
	}
	.flow_smart_menu li:hover>a span:first-child {
		color: #455868;
	}
	.flow_smart_menu li.menu-item-has-submenu,
	.flow_smart_menu li.menu-item-has-submenu+li {
		margin: 0;
	}
	.flow_smart_menu li.menu-item-has-submenu ul.sub-menu {
		/* Do not show the submenus */
		display: none;
	}
	.flow_smart_menu .menu-item-has-submenu a span:last-child:after {
		/* do not show the down arrow icon */
		content: "";
		padding: 0;
		position: relative;
	}
	.flow_smart_menu .menu-item-has-submenu a span:last-child {
		padding: 0 !important;
		/* remove the padding for down arrow */
	}
	.flow_smart_menu>li.menu-item-has-submenu:hover {
		padding: 0;
		/* remove padding on item on hover which has submenu */
	}
	.flow_smart_menu>li.menu-item-has-submenu:hover>a span:last-child {
		background: none;
		border-radius: 0;
		color: #455868;
		padding: 0;
	}
	#inner-wrapper {
		padding: 0;
		margin: 0;
		width: 100%;
		font-size: 120%;
	}
	#welcome-text,
	#welcome-text-inner {
		color: #223C61;
		font-family: 'Dosis-Book', Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: normal;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		letter-spacing: 1px;
		line-height: normal;
		text-align: center;
	}
	.c-intro {
		font-family: 'CodeBold', Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 16px;
		letter-spacing: 5px;
		color: #999999;
	}
	#slideshow {
		height: auto;
		margin-bottom: 15px;
	}
	#content-home {
		width: 100%;
		margin: 0 auto;
	}
	#wt-wrapper {
		border-top: #CECECE 1px solid;
		border-bottom: #CECECE 1px solid;
	}
	#content-box {
		width: 100%;
	}
	#content-home p,
	#promoband-heading p {}
	.box-b,
	.box-g,
	.box-g-last {
		padding: 10px;
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}
	#promoband-heading {
		width: 100%;
		margin-top: 0;
	}
	#promoband {
		background: none;
		width: 100%;
	}
	.bcrumb {
		width: 100%;
	}
	.cn1 {
		width: 100%;
		margin-bottom: 10px;
	}
	.cn2 {
		width: 100%;
		margin-bottom: 10px;
	}
	.cn3 {
		width: 100%;
	}
	#process {
		width: 100%;
	}
	.process_wrapper {
		width: 280px;
		margin: 0 auto;
	}
	.process_content {
		padding: 0;
		margin-top: 10px;
	}
	#process>div {
		width: 100%;
		float: left;
	}
	#footer-wrapper,
	#footer-wrapper-inner {
		background: none;
		width: 100%;
	}
	#footer-content {
		width: 100%;
		padding: 0;
	}
	#footer-content div {
		width: 100%;
		margin: 0 0 10px;
		color: #000;
	}
	.fbox ul li {
		line-height: 25px;
	}
	.fbox-cc {
		margin: 0;
		font-size: 120%;
	}
	.fbox-co p {
		font-size: 100% !important;
	}
	#footer-content h5 {
		color: #000;
		background: #CCC;
		padding: 4px;
	}
	#footer-content a {
		color: #000;
		font-size: 100%;
	}
	#footer-content a:hover {
		color: #292929;
	}
	#credit {
		width: 100%;
	}
	#validate {
		display: none;
	}
	#credit p {
		color: #000;
	}
	.uv-icon.uv-top-right {
		display: none;
	}
	#ct-bottom {
		border-top: #DDD 1px solid;
		padding-top: 10px;
	}
	#ct-bottom h3 {
		background: #FFF;
		font-size: 95%;
		padding: 10px;
		width: 100%;
		margin: 0 auto;
	}
	.scrollbar-arrowleft,
	.scrollbar-arrowright {
		display: none !important;
	}
	.excerpt-content {
		margin-bottom: 20px;
	}
	.cscroll-container-outer {
		width: 100% !important;
	}
	.ctf1,
	.ctf2,
	.cta1 {
		width: 100% !important;
	}
}
