/* Common Styles for min 1px - max 1000px */
@media screen and (min-width: 1px) and (max-width: 1000px) {
	#container {
		width: 95%;
	}
	#nav_container {
		height:45px;
	}
	#logo {
    	width: 128px;
	}
	section {
		margin-top:1em;
	}
	#contact_li {
		border-radius: 0;
	}
	#tab_section_content {
		padding: 5%;
	}
}

/* Footer Styles Starts */
@media screen and (min-width: 1px) and (max-width: 600px) {
	footer {
		margin: 2em auto 0 auto;
		min-width: 0px;
	}
	.footer_left {
		width:100%;
		border-right:none;
	}
	.overview, .implementation, .suite {
		width:100%;
	}
	.overview ul, .implementation ul, .suite ul, .about {
		display:none;
	}
	.footer_right {
		width:100%;
		margin-left:0;
	}
	footer h4, footer ul {
		text-align: center;
	}
	footer p {
		font-size: 80%;
	}
	.footer_right img {
	display:none;
	}
	.hide {
		display: block;		
	}
	.hide2 {
		display: inline;
		font-size:100%;
		text-align: center;
	}
	.hide2 ul {
		list-style:none;		
	}
	.hide2 li {
		display: inline;
		color: #666;
		line-height: 1em;
	}
	.hide2 li a {
	color: #666;
	}
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
	footer {
		margin: 2em auto 0 auto;
		min-width: 0px;
	}
	.footer_content {
    width: 96%;
    margin: 1.5em auto;
	}
	.footer_left {
    width: 44%;
	margin-right:4%;
	padding-right:0;
	border-right:none;
	}
	.footer_left ul {
		display:none;
	}
	.overview, .implementation, .suite {
		width:100%;
		text-align: right;
	}
	.about {
		display:none;
	}
	.footer_right {
		width: 43%;
		padding-left: 4%;
		border-left: #fff 1px solid;
	}
	footer p {
		font-size: 80%;
	}
	.hide {
		display: block;	
		text-align: right;
	}
	.hide2 {
		display: inline;
		font-size:100%;
		text-align: center;
	}
	.hide2 ul {
		list-style:none;		
	}
	.hide2 li {
		display: inline;
		color: #666;
		line-height: 1em;
	}
	.hide2 li a {
		color: #666;
	}
}
/* Footer Styles End */

/* Body and Nav Styles for Mobile Screens */


@media screen and (min-width: 1px) and (max-width: 400px) {
	/* Nav Styles */
	#nav_container nav {
		width: 71%;
		margin-left: 128px;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	#nav_container nav ul {
		width: 100%;
		z-index: 100;
		position: relative;
	}
	
	#nav_container nav ul li {
		border-top: 1px solid #787878;
		border-bottom: 1px solid #444;
		background-color: rgb(101,101,101);
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		display: none;
	}
	
	#nav_container nav ul li:nth-of-type(1) {
		border-top: none;
		border-bottom: none;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
		display: block;
		height: 37px;
	}
	
	#nav_container nav ul li:nth-of-type(1):hover {
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul li:nth-of-type(2) {
		border-top: none;
	}
	
	#nav_container nav ul li:hover {
		background: transparent url("assets/images/nav-background-hover.png") no-repeat scroll center / auto 100%;
		border-left: none;
	}
	
	#about_li {
		border-radius: 0;
	}
	
	#nav_container nav ul li span {
		color: #FFF;
		float: right;
		background-color: #1884D7;
		border-radius: 10px;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		padding: 7px 18px 4px;
		margin-top: 6.5px;
		margin-right: 15px;
	}
	
	#nav_container nav ul li span:hover {
		cursor: pointer;
	}
	
	#nav_container nav ul li span div {
		height: 2px;
		background-color: #FFF;
		display: block;
		color: rgb(255, 255, 255);
		width: 12px;
		margin-bottom: 2px;
	}
	#main_nav a {
		padding-top: 10px;
	}
	 
	 /* ICT Index Page Styles */
	 #index_video h1 {
		 font-size: 200%;
		 margin: .5em 0 .2em 0;
	 }
	#index_left {
		width: 100%;
	}
	
	#index_video_description {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#index_blue, #index_green, #index_yellow {
		min-height: 130px;
		width: 94%;
		background-image: none;
		padding: .5em 3% 1em 3%;
		position: relative;
		margin-bottom: 15px;
	}
	#index_green {
		background-color: #218915;
	}
	#index_blue {
		background-color: #1868BA;
	}
	#index_yellow {
		background-color: #080E9F;
	}
	#index_video_description img {
		display:none;
	}
	#index_video_description h3 {
		font-size: 155%;
		width: 100%;
		margin-bottom: 0.25em;
	}
	#index_blue p, #index_green p, #index_yellow p {
		display: block;
		width: 100%;
		float: left;
		margin: 0;
		line-height: 1.1em;
		font-size: 100%;
	}
	#index_yellow br {
		display:none;
	}
	.button_index {
		top: 80%;
		left: 68%;
		font-size: 90%;
		width: 25%;
		text-align: center;
	}
		
	#index_video_description span {
		font-size: 125%;
	}
	
	#main_links_trio {
    	width: 100.3%;
		margin-left: 0;
	}
	.trio_links {
    	width: 100%;
		margin-right: 0px;
		margin-bottom: -.01em;
	}
	.trio_links h2 {
		font-size: 150%;
		padding-bottom: 0.2em;
		line-height: 2.2em;
	}
	
	/* Common Styles */
	p, p strong, ul li, label, input[type="text"], form span, .infusion-submit input, select, #about_section_text a, .pages_div span, .pages_div a, dt {
		font-size: 100%;
	}
	
	p a, #about_section_text form p a, #checklist_undecided_div .link_behavior, #checklist_web_foundations_div .link_behavior, #checklist_web_design_div .link_behavior, #checklist_web_development_div .link_behavior, #checklist_web_design_and_development_div .link_behavior, #checklist_web_security_div .link_behavior, #about_section_text .infusion-field label a, .infusion-radio label, .infusion-option label{
		font-size: 100%;
	}
	
	td {
		font-size: 95%;
	}
	#shadow_div_container {
    width: 360px;
	margin-top: 3em;
	}
	#next_img_div, #prev_img_div {
    width: 31px;
    height: 163px;
	}
	#main_shadowbox_iframe {
	width: 290px;
	height: 163px;
	}
	shadowbox p {
    font-size: 80%;
	}
	
	/* Other Pages Styles */
	#main_section_wrapper {
		width: 96%;
		padding: 2%;
	}
	#tab_section_wrapper {
		width: 100%;
		padding: 1.5% 0 0 0;
	}
	#main_section_text ol li, #tab_section_text ol li {
		font-size: 95%;
	}
	#tab_section_text ul {
		clear:both;
	}
	#main_section_text, #tab_section_text {
		padding: 4%;
	}
	
	#main_section_text h1, #tab_section_text h1 {
		font-size: 160%;
	}
	
	#main_section_text h2, #tab_section_text h2 {
		font-size: 120%;
	}
	
	#main_section_text h3 a, #tab_section_text h3 a {
		font-size: 110%;
	}
	#main_section_text img, #tab_section_text img {
		height: auto;
	}
	.side_menu {
		float: none;
		width: 100%;
	}
	.side_menu h4 {
		background: none;
	}
	#subnav_tabs {
		display: none;
			}
	#about_nav {
		display:none;
	}
	#about_nav2 {
		display: block !important;
		float: none;
		width: 96%;
		margin: 2% 0px 0px 0px;
		padding: 2%;
		text-align: center;
	}
	#about_nav2 ul li:last-child {
		display:block;
	}
	#about_nav2 img {
		display:none;
	}
	.img_with_bg, .about_section_img_right {
		float: none;
		width: 98%;
		margin: 0 2% .75em 0;
	}
	#tab_section_content .shad_video img {
		width: 100%;
	}
	
	#tab_section_text img.float_left, #main_section_text img.float_left {
		margin: 3% 0;
		width: 100%;
	}
	.cp_logo {
		float: none;
		margin: 1em 10%;
		width: 80%;
	}
	.img_with_bg_left {
		width: 100%;
		margin: 0 0 1em 0;
		clear: both;
	}
	#tab_section_content .shad_video img.video_left {
		width: 100%;
		margin: 0 0 1em 0;
	}
	/* Category Specific Sytles -- ICT Overview */
	.white_bg dd p:nth-of-type(2), .white_bg dd p:nth-of-type(3) {
		display: none;
	}
	/* Category Specific Sytles -- ICT Essentials Suite */
	.essentials_main_body_img {
		width: 95%;
		margin: 3% 5% 5% 0;
	}
	.ict_icon {
		width: 47%;
		padding: 0 2% 2% 0;
	}
	.first {
		position: absolute;
		top: 32%;
		left: 18%;
	}
	.second {
		position: absolute;
		top: 32%;
		left: 68%;
	}
	.third {
		position: absolute;
		top: 82%;
		left: 18%;
	}
	.fourth {
		position: absolute;
		top: 82%;
		left: 68%;
	}
	.pdf_bullet li {
		list-style-image:none !important;
		margin-left:0;
	}
	.circle_skyblue, .circle_green, .circle_blue {
		background-image: none;
		font-weight: 300;
		padding: 0;
	}
	.essentials_body_img {
		width: 100%;
		float: left;
		margin: 3% 0;
	}
	.table_of_contents_title {
		width: 100%;
		background-size: 220%;
		padding: 2% 0 1% 3%;
	}
	.table_of_contents_title h2 {
		font-size: 140% !important;
		font-weight: 300 !important;
	}
	.table_of_contents_body {
		width: 96%;
		padding: 2% 0 1% 7%;
		background-size: 220%;
	}
	.table_of_contents_body h3 {
		font-weight:inherit;
	}
	/*.two_columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
		-webkit-column-rule: none;
		-moz-column-rule: none;
		column-rule: none;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}*/
	#column_left, #column_left_vborder {
    width: 96%;
    margin: 0 2%;
	padding: 0;
	float: none;
    border: none;
	}
	#column_right, #column_right_vborder {
    width: 96%;
    margin: 0 2%;
	float: none;
	border: none;
	padding: 0;
	}
	/* Contact Form Page Styles*/	
	form, #Contact {
		width: 100%;
		min-width: 0px;
	}
	
	select, input[type="text"], input[type="email"], #Contact select, #Contact input[type="text"], #Contact input[type="email"] {
		width: 100% !important;
		margin-bottom: 10px;
		clear: left;
	}
	
	#Contact label, #Contact span {
		margin-bottom: 5px;
	}
	
	#Contact textarea {
   		width: 100%;
	}
	
	#next_btn {
		margin-top: -1.5%;
	}
	.g-recaptcha {
		margin-left: 2% !important;
	}
	#Contact #send_btn {
    margin-left: 35%;
	}
	.contact_right {
		width: 94%;
		margin-bottom: 1em;
		float: none;
		padding: 8% 3% 2%;
	}
	.contact_paragraph {
		width:100%;
		max-width:none;
		margin-bottom: 2em !important;
	}
}

@media screen and (min-width: 1px) and (max-width: 320px) {
	/* Shadowbox Styles for smaller iPhones */
	#shadow_div_container {
    width: 320px;
	margin-top: 3em;
	}
	#next_img_div, #prev_img_div {
    width: 25px;
    height: 163px;
	}
	#main_shadowbox_iframe {
	width: 260px;
	height: 146px;
	}
	shadowbox p {
    font-size: 80%;
	}
}
@media screen and (min-width: 401px) and (max-width: 500px) {
	/* Nav Styles */
	#nav_container nav {
		width: 71%;
		margin-left: 128px;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul {
		width: 100%;
		z-index: 100;
		position: relative;
	}
	
	#nav_container nav ul li {
		border-top: 1px solid #787878;
		border-bottom: 1px solid #444;
		background-color: rgb(101,101,101);
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		display: none;
	}
	
	#nav_container nav ul li:nth-of-type(1) {
		border-top: none;
		border-bottom: none;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
		display: block;
		height: 37px;
	}
	
	#nav_container nav ul li:nth-of-type(1):hover {
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul li:nth-of-type(2) {
		border-top: none;
	}
	
	#nav_container nav ul li:hover {
		background: transparent url("assets/images/nav-background-hover.png") no-repeat scroll center / auto 100%;
		border-left: none;
	}
	
	#about_li {
		border-radius: 0;
	}
	
	#nav_container nav ul li span {
		color: #FFF;
		float: right;
		background-color: #1884D7;
		border-radius: 10px;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		padding: 7px 18px 4px;
		margin-top: 6.5px;
		margin-right: 15px;
	}
	
	#nav_container nav ul li span:hover {
		cursor: pointer;
	}
	
	#nav_container nav ul li span div {
		height: 2px;
		background-color: #FFF;
		display: block;
		color: rgb(255, 255, 255);
		width: 12px;
		margin-bottom: 2px;
	}
	#main_nav a {
		padding-top: 10px;
	}
	 
	 /* ICT Index Page Styles */
	 #index_video h1 {
		 font-size: 210%;
		 margin: .5em 0 .2em 0;
	 }
	#index_left {
		width: 100%;
	}
	
	#index_video_description {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#index_blue, #index_green, #index_yellow {
		min-height: 130px;
		width: 94%;
		background-image: none;
		padding: .5em 3% 1em 3%;
		position: relative;
		margin-bottom: 15px;
	}
	#index_green {
		background-color: #218915;
	}
	#index_blue {
		background-color: #1868BA;
	}
	#index_yellow {
		background-color: #080E9F;
	}
	#index_video_description img {
		display:none;
	}
	#index_video_description h3 {
		font-size: 165%;
		width: 100%;
		margin-bottom: 0.25em;
	}
	#index_blue p, #index_green p, #index_yellow p {
		display: block;
		width: 100%;
		float: left;
		margin: 0;
		line-height: 1.1em;
		font-size: 100%;
	}
	#index_yellow br {
		display:none;
	}
	.button_index {
		top: 80%;
		left: 68%;
		font-size: 90%;
		width: 25%;
		text-align: center;
	}
		
	#index_video_description span {
		font-size: 125%;
	}
	#main_links_trio {
    	width: 100.3%;
		margin-left: 0;
	}
	.trio_links {
    	width: 100%;
		margin-right: 0px;
		margin-bottom: -.01em;
	}
	.trio_links h2 {
		font-size: 150%;
		padding-bottom: 0.2em;
		line-height: 2.2em;
	}
	
	/* Common Styles */
	p, p strong, ul li, label, input[type="text"], form span, .infusion-submit input, select, #about_section_text a, .pages_div span, .pages_div a, dt {
		font-size: 100%;
	}
	
	p a, #about_section_text form p a, #checklist_undecided_div .link_behavior, #checklist_web_foundations_div .link_behavior, #checklist_web_design_div .link_behavior, #checklist_web_development_div .link_behavior, #checklist_web_design_and_development_div .link_behavior, #checklist_web_security_div .link_behavior, #about_section_text .infusion-field label a, .infusion-radio label, .infusion-option label{
		font-size: 100%;
	}
	
	td {
		font-size: 95%;
	}
	#shadow_div_container {
		width: 400px;
	margin-top: 3em;
	}
	#next_img_div, #prev_img_div {
		width: 36px;
		height: 180px;
	}
	#main_shadowbox_iframe {
		width: 320px;
		height: 180px;
	}
	#next_img {
		width: 80%;
		left: auto;
		right: 0px;
	}
	#prev_img {
		left: 0px;
		width: 80%;
	}
	#shadowbox p {
		font-size: 80%;
	}
	
	/* Other Pages Styles */
	#main_section_wrapper {
		width: 96%;
		padding: 2%;
	}
	#tab_section_wrapper {
		width: 100%;
		padding: 1.5% 0 0 0;
	}
	#main_section_text ol li, #tab_section_text ol li {
		font-size: 95%;
	}
	#main_section_text, #tab_section_text {
		padding: 4%;
	}
	#tab_section_text ul {
		clear:both;
	}
	#main_section_text h1, #tab_section_text h1 {
		font-size: 160%;
	}
	
	#main_section_text h2, #tab_section_text h2 {
		font-size: 120%;
	}
	
	#main_section_text h3 a, #tab_section_text h3 a {
		font-size: 110%;
	}
	#main_section_text img, #tab_section_text img {
		height: auto;
	}
	.side_menu {
		float: none;
		width: 100%;
	}
	.side_menu h4 {
		background: none;
	}
	#subnav_tabs {
		display: none;
			}
	#about_nav {
		display:none;
	}
	#about_nav2 {
		display: block !important;
		float: none;
		width: 96%;
		margin: 2% 0px 0px 0px;
		padding: 2%;
		text-align: center;
	}
	#about_nav2 ul li:last-child {
		display:block;
	}
	#about_nav2 img {
		display:none;
	}
	.img_with_bg, .about_section_img_right {
		float: none;
		width: 98%;
		margin: 0 2% .75em 0;
	}
	#tab_section_content .shad_video img {
		width: 100%;
	}
	
	#tab_section_text img.float_left, #main_section_text img.float_left {
		margin: 3% 0;
		width: 100%;
	}
	.cp_logo {
		float: none;
		margin: 1em 10%;
		width: 80%;
	}
	.img_with_bg_left {
		width: 100%;
		margin: 0 0 1em 0;
		clear: both;
	}
	#tab_section_content .shad_video img.video_left {
		width: 100%;
		margin: 0 0 1em 0;
	}
	/* Category Specific Sytles -- ICT Overview */
	.white_bg dd p:nth-of-type(2), .white_bg dd p:nth-of-type(3) {
		display: none;
	}
	/* Category Specific Sytles -- ICT Essentials Suite */
	.essentials_main_body_img {
		width: 95%;
		margin: 3% 5% 5% 0;
	}
	.ict_icon {
		width: 47%;
		padding: 0 2% 2% 0;
	}
	.first {
		position: absolute;
		top: 32%;
		left: 18%;
	}
	.second {
		position: absolute;
		top: 32%;
		left: 68%;
	}
	.third {
		position: absolute;
		top: 82%;
		left: 18%;
	}
	.fourth {
		position: absolute;
		top: 82%;
		left: 68%;
	}
	.pdf_bullet li {
		list-style-image:none !important;
		margin-left:0;
	}
	.circle_skyblue, .circle_green, .circle_blue {
		background-image: none;
		font-weight: 300;
		padding: 0;
	}
	.essentials_body_img {
		width: 100%;
		float: left;
		margin: 3% 0;
	}
	.table_of_contents_title {
		width: 100%;
		background-size: 220%;
		padding: 2% 0 1% 3%;
	}
	.table_of_contents_title h2 {
		font-size: 140% !important;
		font-weight: 300 !important;
	}
	.table_of_contents_body {
		width: 96%;
		padding: 2% 0 1% 7%;
		background-size: 220%;
	}
	.table_of_contents_body h3 {
		font-weight:inherit;
	}
	/*.two_columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
		-webkit-column-rule: none;
		-moz-column-rule: none;
		column-rule: none;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}*/
	#column_left, #column_left_vborder {
    width: 96%;
    margin: 0 2%;
	padding: 0;
	float: none;
    border: none;
	}
	
	#column_right, #column_right_vborder {
    width: 96%;
    margin: 0 2%;
	float: none;
	border: none;
	padding: 0;
	}
	
	/* Contact Form Page Styles*/	
	form, #Contact {
		width: 100%;
		min-width: 0px;
	}
	
	select, input[type="text"], input[type="email"], #Contact select, #Contact input[type="text"], #Contact input[type="email"] {
		width: 100% !important;
		margin-bottom: 10px;
		clear: left;
	}
	
	#Contact label, #Contact span {
		margin-bottom: 5px;
	}
	
	#Contact textarea {
   		width: 100%;
	}
	
	#next_btn {
		margin-top: -1.5%;
	}
	.g-recaptcha {
		margin-left: 10% !important;
	}
	#Contact #send_btn {
    margin-left: 35%;
	}
	.contact_right {
		width: 94%;
		margin-bottom: 1em;
		float: none;
		padding: 8% 3% 2%;
	}
	.contact_paragraph {
		width:100%;
		max-width:none;
		margin-bottom: 2em !important;
	}
	
}

@media screen and (min-width: 501px) and (max-width: 600px) {
	/* Nav Styles */
	#nav_container nav {
		width: 77%;
		margin-left: 128px;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
		
	#nav_container nav ul {
		width: 100%;
		z-index: 100;
		position: relative;
	}
	
	#nav_container nav ul li {
		border-top: 1px solid #787878;
		border-bottom: 1px solid #444;
		background-color: rgb(101,101,101);
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		display: none;
	}
	
	#nav_container nav ul li:nth-of-type(1) {
		border-top: none;
		border-bottom: none;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
		display: block;
		height: 37px;
	}
	
	#nav_container nav ul li:nth-of-type(1):hover {
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul li:nth-of-type(2) {
		border-top: none;
	}
	
	#nav_container nav ul li:hover {
		background: transparent url("assets/images/nav-background-hover.png") no-repeat scroll center / auto 100%;
		border-left: none;
	}
	
	#about_li {
		border-radius: 0;
	}
	
	#nav_container nav ul li span {
		color: #FFF;
		float: right;
		background-color: #1884D7;
		border-radius: 10px;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		padding: 7px 18px 4px;
		margin-top: 6.5px;
		margin-right: 15px;
	}
	
	#nav_container nav ul li span:hover {
		cursor: pointer;
	}
	
	#nav_container nav ul li span div {
		height: 2px;
		background-color: #FFF;
		display: block;
		color: rgb(255, 255, 255);
		width: 12px;
		margin-bottom: 2px;
	}	
	#main_nav a {
		padding-top: 10px;
	}
	
	 
	 
	 
	 /* ICT Index Page Styles */
	 #index_video h1 {
		 font-size: 220%;
		 margin: .5em 0 .2em 0;
	 }
	#index_left {
		width: 100%;
	}
	#index_left p {
		font-size: 100%;
		width: 50%;
		float: left;
		line-height: 1.3em;
	}
	.shad_video img {
		width: 46%;
		margin: -12px 0 0 0;
		border: none;
		float: right;
	}
	
	#index_video_description {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#index_blue, #index_green, #index_yellow {
		min-height: 105px;
		width: 94%;
		background-image: none;
		padding: 1% 3% 3% 3%;
		position: relative;
		margin-bottom: 15px;
	}
	#index_green {
		background-color: #218915;
	}
	#index_blue {
		background-color: #1868BA;
	}
	#index_yellow {
		background-color: #080E9F;
	}
	#index_video_description img {
		display:none;
	}
	#index_video_description h3 {
		font-size: 175%;
		width: 100%;
		margin-bottom: 0.25em;
	}
	#index_blue p, #index_green p, #index_yellow p {
		display: block;
		width: 100%;
		float: left;
		margin: 0;
		line-height: 1.1em;
		font-size: 95%;
	}
	#index_yellow br {
		display:none;
	}
	.button_index {
		top: 75%;
		left: 74%;
		font-size: 100%;
		width: 20%;
		text-align: center;
	}
		
	#index_video_description span {
		font-size: 125%;
	}
	#main_links_trio {
    	width: 100.3%;
		margin-left: 0;
	}
	.trio_links {
    	width: 49.5%;
		margin-right: 0.5%;
		margin-bottom: -1px;
	}
	.trio_links h2 {
		font-size: 140%;
		padding-bottom: 0.2em;
		line-height: 1.3em;
	}
	
	/* Common Styles */
	p, p strong, ul li, label, input[type="text"], form span, .infusion-submit input, select, #about_section_text a, .pages_div span, .pages_div a, dt {
		font-size: 100%;
	}
	
	p a, #about_section_text form p a, #checklist_undecided_div .link_behavior, #checklist_web_foundations_div .link_behavior, #checklist_web_design_div .link_behavior, #checklist_web_development_div .link_behavior, #checklist_web_design_and_development_div .link_behavior, #checklist_web_security_div .link_behavior, #about_section_text .infusion-field label a, .infusion-radio label, .infusion-option label{
		font-size: 100%;
	}
	
	td {
		font-size: 95%;
	}
	#shadow_div_container {
		width: 500px;
	margin-top: 3em;
	}
	#next_img_div, #prev_img_div {
		width: 46px;
		height: 225px;
	}
	#main_shadowbox_iframe {
		width: 400px;
		height: 225px;
	}
	#next_img {
		width: 80%;
		left: auto;
		right: 0px;
	}
	#prev_img {
		left: 0px;
		width: 80%;
	}
	
	/* Other Pages Styles */
	#main_section_wrapper {
		width: 96%;
		padding: 2%;
	}
	#tab_section_wrapper {
		width: 100%;
		padding: 1.5% 0 0 0;
	}
	#main_section_text ol li, #tab_section_text ol li {
		font-size: 95%;
	}
	#main_section_text, #tab_section_text {
		padding: 4%;
	}
	
	#main_section_text h1, #tab_section_text h1 {
		font-size: 180%;
	}
	
	#main_section_text h2, #tab_section_text h2 {
		font-size: 120%;
	}
	
	#main_section_text h3 a, #tab_section_text h3 a {
		font-size: 110%;
	}
	#main_section_text img, #tab_section_text img {
		height: auto;
	}
	.side_menu {
		float: none;
		width: 100%;
	}
	.side_menu h4 {
		background: none;
	}
	#subnav_tabs {
		display: none;
			}
	#about_nav {
		display:none;
	}
	#about_nav2 {
		display: block !important;
		float: none;
		width: 96%;
		margin: 2% 0px 0px 0px;
		padding: 2%;
		text-align: center;
	}
	#about_nav2 ul li:last-child {
		display:block;
	}
	#about_nav2 img {
		display:none;
	}
	
	#tab_section_content .shad_video img {
		width: 100%;
	}
	
	.cp_logo {
		width: 50%;
		clear:left;
	}
	.img_with_bg_left {
		width: 40%;
	}
	/* Category Specific Sytles -- ICT Overview */
	.white_bg dd p:nth-of-type(2), .white_bg dd p:nth-of-type(3) {
		display: none;
	}
	/* Category Specific Sytles -- ICT Essentials Suite */
	.ict_icon {
		width: 47%;
		padding: 0 2% 2% 0;
	}
	.first {
		position: absolute;
		top: 36%;
		left: 27%;
	}
	.second {
		position: absolute;
		top: 36%;
		left: 77%;
	}
	.third {
		position: absolute;
		top: 86%;
		left: 27%;
	}
	.fourth {
		position: absolute;
		top: 86%;
		left: 77%;
	}
	.pdf_bullet li {
		list-style-image:none !important;
		margin-left:0;
	}
	.circle_skyblue, .circle_green, .circle_blue {
		background-image: none;
		font-weight: 300;
		padding: 0;
	}
	.table_of_contents_title {
		width: 100%;
		background-size: 220%;
		padding: 2% 0 5% 3%;
	}
	.table_of_contents_title h2 {
		font-size: 150% !important;
		font-weight: 300 !important;
	}
	.table_of_contents_body {
		width: 96%;
		padding: 2% 0 1% 7%;
		background-size: 220%;
	}
	.table_of_contents_body h3 {
		font-weight:inherit;
	}
	/*.two_columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
		-webkit-column-rule: none;
		-moz-column-rule: none;
		column-rule: none;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}*/
	#column_left, #column_left_vborder {
    width: 96%;
    margin: 0 2%;
	padding: 0;
	float: none;
    border: none;
	}
	
	#column_right, #column_right_vborder {
    width: 96%;
    margin: 0 2%;
	float: none;
	border: none;
	padding: 0;
	}
	/* Contact Form Page Styles*/	
	form, #Contact {
		width: 100%;
		min-width: 0px;
	}
	
	select, input[type="text"], input[type="email"], #Contact select, #Contact input[type="text"], #Contact input[type="email"] {
		width: 100% !important;
		margin-bottom: 10px;
		clear: left;
	}
	
	#Contact label, #Contact span {
		margin-bottom: 5px;
	}
	
	#Contact textarea {
   		width: 100%;
	}
	
	#next_btn {
		margin-top: -1.5%;
	}
	.g-recaptcha {
		margin-left: 22% !important;
	}
	#Contact #send_btn {
    margin-left: 42%;
	}
	.contact_right {
		width: 94%;
		margin-bottom: 1em;
		float: none;
		padding: 8% 3% 2%;
	}
	.contact_paragraph {
		width:100%;
		max-width:none;
		margin-bottom: 2em !important;
	}
	
}

@media screen and (min-width: 601px) and (max-width: 700px) {
/* Nav Styles */
	#nav_container nav {
		width: 77%;
		margin-left: 128px;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul {
		width: 100%;
		z-index: 100;
		position: relative;
	}
	
	#nav_container nav ul li {
		border-top: 1px solid #787878;
		border-bottom: 1px solid #444;
		background-color: rgb(101,101,101);
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		display: none;
	}
	
	#nav_container nav ul li:nth-of-type(1) {
		border-top: none;
		border-bottom: none;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
		display: block;
		height: 37px;
	}
	
	#nav_container nav ul li:nth-of-type(1):hover {
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul li:nth-of-type(2) {
		border-top: none;
	}
	
	#nav_container nav ul li:hover {
		background: transparent url("assets/images/nav-background-hover.png") no-repeat scroll center / auto 100%;
		border-left: none;
	}
	
	#about_li {
		border-radius: 0;
	}
	
	#nav_container nav ul li span {
		color: #FFF;
		float: right;
		background-color: #1884D7;
		border-radius: 10px;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		padding: 7px 18px 4px;
		margin-top: 6.5px;
		margin-right: 15px;
	}
	
	#nav_container nav ul li span:hover {
		cursor: pointer;
	}
	
	#nav_container nav ul li span div {
		height: 2px;
		background-color: #FFF;
		display: block;
		color: rgb(255, 255, 255);
		width: 12px;
		margin-bottom: 2px;
	}
	#main_nav a {
		padding-top: 10px;
	}
	
	 
	 
	 
	 
	 /* ICT Index Page Styles */
	 #index_video h1 {
		 font-size: 220%;
		 margin: .7em 0 0 0;
	 }
	#index_left {
		width: 100%;
	}
	#index_left p {
		font-size: 100%;
		width: 50%;
		float: left;
		line-height: 1.5em;
	}
	.shad_video img {
		width: 46%;
		margin: -12px 0 0 0;
		border: none;
		float: right;
	}
	
	#index_video_description {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#index_blue, #index_green, #index_yellow {
		min-height: 100px;
		width: 94%;
		background-image: none;
		padding: 1% 3% 5% 3%;
		position: relative;
		margin-bottom: 15px;
	}
	#index_green {
		background-color: #218915;
	}
	#index_blue {
		background-color: #1868BA;
	}
	#index_yellow {
		background-color: #080E9F;
	}
	#index_video_description img {
		display:none;
	}
	#index_video_description h3 {
		font-size: 175%;
		width: 100%;
		margin-bottom: 0.25em;
	}
	#index_blue p, #index_green p, #index_yellow p {
		display: block;
		width: 100%;
		float: left;
		margin: 0;
		line-height: 1.1em;
		font-size: 95%;
	}
	#index_yellow br {
		display:none;
	}
	.button_index {
		top: 75%;
		left: 74%;
		font-size: 100%;
		width: 20%;
		text-align: center;
	}
		
	#index_video_description span {
		font-size: 125%;
	}
	#main_links_trio {
    	width: 100.3%;
		margin-left: 0;
	}
	.trio_links {
    	width: 49.5%;
		margin-right: 0.5%;
		margin-bottom: -1px;
	}
	.trio_links h2 {
		font-size: 140%;
		padding-bottom: 0.2em;
		line-height: 1.6em;
	}
	/* Common Styles */
	p, p strong, ul li, label, input[type="text"], form span, .infusion-submit input, select, #about_section_text a, .pages_div span, .pages_div a, dt {
		font-size: 100%;
	}
	
	p a, #about_section_text form p a, #checklist_undecided_div .link_behavior, #checklist_web_foundations_div .link_behavior, #checklist_web_design_div .link_behavior, #checklist_web_development_div .link_behavior, #checklist_web_design_and_development_div .link_behavior, #checklist_web_security_div .link_behavior, #about_section_text .infusion-field label a, .infusion-radio label, .infusion-option label{
		font-size: 100%;
	}
	
	td {
		font-size: 95%;
	}
	
	#shadow_div_container {
		width: 600px;
	margin-top: 3em;
	}
	
	#next_img_div, #prev_img_div {
		width: 46px;
		height: 281px;
	}
	
	#main_shadowbox_iframe {
		width: 500px;
		height: 281px;
	}
	
	#next_img {
		width: 80%;
		left: auto;
		right: 0px;
	}
	
	#prev_img {
		left: 0px;
		width: 80%;
	}
	
	/* Other Pages Styles */
	#main_section_wrapper {
		width: 96%;
		padding: 2%;
	}
	#tab_section_wrapper {
		width: 100%;
		padding: 1.5% 0 0 0;
	}
	#main_section_text ol li, #tab_section_text ol li {
		font-size: 95%;
	}
	#main_section_text, #tab_section_text {
		padding: 4%;
	}
	
	#main_section_text h1, #tab_section_text h1 {
		font-size: 180%;
	}
	
	#main_section_text h2, #tab_section_text h2 {
		font-size: 120%;
	}
	
	#main_section_text h3 a, #tab_section_text h3 a {
		font-size: 110%;
	}
	#main_section_text img, #tab_section_text img {
		height: auto;
	}
	.side_menu {
		float: none;
		width: 100%;
	}
	.side_menu h4 {
		background: none;
	}
	#subnav_tabs {
		display: none;
			}
	#about_nav {
		display:none;
	}
	#about_nav2 {
		display: block !important;
		float: none;
		width: 96%;
		margin: 2% 0px 0px 0px;
		padding: 2%;
		text-align: center;
	}
	#about_nav2 ul li:last-child {
		display:block;
	}
	#about_nav2 img {
		display:none;
	}
	
	.cp_logo {
		width: 40%;
		clear:right;
	}
	.img_with_bg_left {
		width: 40%;
	}
	/* Category Specific Sytles -- ICT Overview */
	.white_bg dd p:nth-of-type(2), .white_bg dd p:nth-of-type(3) {
		display: none;
	}
	/* Category Specific Sytles -- ICT Essentials Suite */
	.ict_icon {
		width: 47%;
		padding: 0 2% 2% 0;
	}
	.first {
		position: absolute;
		top: 38%;
		left: 30%;
	}
	.second {
		position: absolute;
		top: 38%;
		left: 80%;
	}
	.third {
		position: absolute;
		top: 86%;
		left: 30%;
	}
	.fourth {
		position: absolute;
		top: 86%;
		left: 80%;
	}
	.pdf_bullet li {
		list-style-image:none !important;
		margin-left:0;
	}
	.circle_skyblue, .circle_green, .circle_blue {
		background-image: none;
		font-weight: 300;
		padding: 0;
	}
	.table_of_contents_title {
		width: 97%;
		background-size: 220%;
		padding: 4% 0 4% 3%;
	}
	.table_of_contents_title h2 {
		font-size: 150% !important;
		font-weight: 300 !important;
	}
	.table_of_contents_body {
		width: 93%;
		padding: 2% 0 1% 7%;
		background-size: 220%;
	}
	.table_of_contents_body h3 {
		font-weight:inherit;
	}
	
	/* Contact Form Page Styles*/	
	.contact_list center img {
		width: 40% !important;
	}
	form, #Contact {
		width: 100%;
		min-width: 0px;
	}
	
	select, input[type="text"], input[type="email"], #Contact select, #Contact input[type="text"], #Contact input[type="email"] {
		width: 100% !important;
		margin-bottom: 10px;
		clear: left;
	}
	
	#Contact label, #Contact span {
		margin-bottom: 5px;
	}
	
	#Contact textarea {
   		width: 100%;
	}
	
	#next_btn {
		margin-top: -1.5%;
	}
	.g-recaptcha {
		margin-left: 22% !important;
	}
	#Contact #send_btn {
    margin-left: 42%;
	}
	.contact_right {
		width: 94%;
		margin-bottom: 1em;
		float: none;
		padding: 8% 3% 2%;
	}
	.contact_paragraph {
		width:100%;
		max-width:none;
		margin-bottom: 2em !important;
	}
}

@media screen and (min-width: 701px) and (max-width: 800px) {
	/* Nav Styles */
	#nav_container nav {
		width: 81%;
		margin-left: 128px;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}	
	#nav_container nav ul {
		width: 100%;
		z-index: 100;
		position: relative;
	}
	
	#nav_container nav ul li {
		border-top: 1px solid #787878;
		border-bottom: 1px solid #444;
		background-color: rgb(101,101,101);
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		display: none;
	}
	
	#nav_container nav ul li:nth-of-type(1) {
		border-top: none;
		border-bottom: none;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
		display: block;
		height: 37px;
	}
	
	#nav_container nav ul li:nth-of-type(1):hover {
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul li:nth-of-type(2) {
		border-top: none;
	}
	
	#nav_container nav ul li:hover {
		background: transparent url("assets/images/nav-background-hover.png") no-repeat scroll center / auto 100%;
		border-left: none;
	}
	
	#about_li {
		border-radius: 0;
	}
	
	#nav_container nav ul li span {
		color: #FFF;
		float: right;
		background-color: #1884D7;
		border-radius: 10px;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		padding: 7px 18px 4px;
		margin-top: 6.5px;
		margin-right: 15px;
	}
	
	#nav_container nav ul li span:hover {
		cursor: pointer;
	}
	
	#nav_container nav ul li span div {
		height: 2px;
		background-color: #FFF;
		display: block;
		color: rgb(255, 255, 255);
		width: 12px;
		margin-bottom: 2px;
	}
	#main_nav a {
		padding-top: 10px;
	}
	
	 
	 
	 
	 
	 /* ICT Index Page Styles */
	 #index_video h1 {
		 font-size: 220%;
		 margin: .7em 0 0 0;
	 }
	#index_left {
		width: 100%;
	}
	#index_left p {
		font-size: 100%;
		width: 50%;
		float: left;
		line-height: 1.5em;
	}
	.shad_video img {
		width: 46%;
		margin: -12px 0 0 0;
		border: none;
		float: right;
	}
	
	#index_video_description {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#index_blue, #index_green, #index_yellow {
		min-height: 100px;
		width: 94%;
		padding: 1.2em 3% 1em 3%;
		position: relative;
		margin-bottom: 15px;
		background-size: 104% auto;
	}
	#index_video_description h3 {
		font-size: 145%;
		width: 30%;
		float:left;
	}
	#index_blue p, #index_green p, #index_yellow p {
		display: block;
		width: 64%;
		float: right;
		margin: 0;
		line-height: 1.3em;
		font-size: 100%;
	}
	.button_index {
		top: 60%;
		left: 80%;
		font-size: 100%;
		width: 16%;
		text-align: center;
	}
		
	#index_video_description span {
		font-size: 125%;
	}	
	#main_links_trio {
    	width: 100.3%;
		margin-left: 0;
	}
	.trio_links {
    	width: 49.5%;
		margin-right: 0.5%;
		margin-bottom: -1px;
	}
	.trio_links h2 {
		font-size: 140%;
		padding-bottom: 0.2em;
		line-height: 2em;
	}
	
	/* Common Styles */
	p, p strong, ul li, label, input[type="text"], form span, .infusion-submit input, select, #about_section_text a, .pages_div span, .pages_div a, dt {
		font-size: 100%;
	}
	
	p a, #about_section_text form p a, #checklist_undecided_div .link_behavior, #checklist_web_foundations_div .link_behavior, #checklist_web_design_div .link_behavior, #checklist_web_development_div .link_behavior, #checklist_web_design_and_development_div .link_behavior, #checklist_web_security_div .link_behavior, #about_section_text .infusion-field label a, .infusion-radio label, .infusion-option label{
		font-size: 100%;
	}
	
	td {
		font-size: 95%;
	}
	#shadow_div_container {
		width: 700px;
	margin-top: 3em;
	}
	
	#next_img_div, #prev_img_div {
		width: 46px;
		height: 340px;
	}
	
	#main_shadowbox_iframe {
		width: 600px;
		height: 340px;
	}
	
	/* Other Pages Styles */
	#main_section_wrapper {
		width: 96%;
		padding: 2%;
	}
	#tab_section_wrapper {
		width: 100%;
		padding: 1.5% 0 0 0;
	}
	#main_section_text ol li, #tab_section_text ol li {
		font-size: 95%;
	}
	#main_section_text, #tab_section_text {
		padding: 4%;
	}
	
	#main_section_text h1, #tab_section_text h1 {
		font-size: 180%;
	}
	
	#main_section_text h2, #tab_section_text h2 {
		font-size: 120%;
	}
	
	#main_section_text h3 a, #tab_section_text h3 a {
		font-size: 110%;
	}
	#main_section_text img, #tab_section_text img {
		height: auto;
	}
	.side_menu {
		float: none;
		width: 100%;
	}
	.side_menu h4 {
		background: none;
	}
	#subnav_tabs {
		display: none;
			}
	#about_nav {
		display:none;
	}
	#about_nav2 {
		display: block !important;
		float: none;
		width: 96%;
		margin: 2% 0px 0px 0px;
		padding: 2%;
		text-align: center;
	}
	#about_nav2 ul li:last-child {
		display:block;
	}
	#about_nav2 img {
		display:none;
	}
	
	.cp_logo {
		width: 40%;
		clear:right;
	}
	.img_with_bg_left {
		width: 40%;
	}
	/* Category Specific Sytles -- ICT Overview */
	.white_bg dd p:nth-of-type(2), .white_bg dd p:nth-of-type(3) {
		display: none;
	}
	/* Category Specific Sytles -- ICT Essentials Suite */
	.first {
		top: 66%;
		left: 9%;
	}
	.second {
		top: 66%;
		left: 33.5%;
	}
	.third {
		top: 66%;
		left: 58%;
	}
	.fourth {
		top: 66%;
		left: 83%;
	}
	.pdf_bullet li {
		list-style-image:none !important;
		margin-left:0;
	}
	.circle_skyblue, .circle_green, .circle_blue {
		background-image: none;
		font-weight: 300;
		padding: 0;
	}
	.table_of_contents_title {
		width: 97%;
		background-size: 220%;
		padding: 5% 0 5% 3%;
	}
	.table_of_contents_title h2 {
		font-size: 170% !important;
		font-weight: 300 !important;
	}
	.table_of_contents_body {
		width: 93%;
		padding: 2% 0 1% 7%;
		background-size: 220%;
	}
	.table_of_contents_body h3 {
		font-weight:inherit;
	}
	
	/* Contact Form Page Styles*/	
	.contact_list center img {
		width: 40% !important;
	}
	#Contact #send_btn {
    margin-left: 170px;
	}
	.contact_right {
		width: 94%;
		margin-bottom: 1em;
		float: none;
		padding: 8% 3% 2%;
	}
	.contact_paragraph {
		width:100%;
		max-width:none;
		margin-bottom: 2em !important;
	}
	
}
@media screen and (min-width: 755px) and (max-width: 800px) {
	#index_blue, #index_green, #index_yellow {
			min-height: 110px;
	}
}

@media screen and (min-width: 801px) and (max-width: 900px) {
	/* Nav Styles */
	#nav_container nav {
		width: 83%;
		margin-left: 128px;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	#nav_container nav ul {
		width: 100%;
		z-index: 100;
		position: relative;
	}
	
	#nav_container nav ul li {
		border-top: 1px solid #787878;
		border-bottom: 1px solid #444;
		background-color: rgb(101,101,101);
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		display: none;
	}
	
	#nav_container nav ul li:nth-of-type(1) {
		border-top: none;
		border-bottom: none;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
		display: block;
		height: 37px;
	}
	
	#nav_container nav ul li:nth-of-type(1):hover {
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul li:nth-of-type(2) {
		border-top: none;
	}
	
	#nav_container nav ul li:hover {
		background: transparent url("assets/images/nav-background-hover.png") no-repeat scroll center / auto 100%;
		border-left: none;
	}
	
	#about_li {
		border-radius: 0;
	}
	
	#nav_container nav ul li span {
		color: #FFF;
		float: right;
		background-color: #1884D7;
		border-radius: 10px;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		padding: 7px 18px 4px;
		margin-top: 6.5px;
		margin-right: 15px;
	}
	
	#nav_container nav ul li span:hover {
		cursor: pointer;
	}
	
	#nav_container nav ul li span div {
		height: 2px;
		background-color: #FFF;
		display: block;
		color: rgb(255, 255, 255);
		width: 12px;
		margin-bottom: 2px;
	}
	#main_nav a {
		padding-top: 10px;
	}
	
	
	 /* ICT Index Page Styles */
	 #index_video h1 {
		 font-size: 220%;
		 margin: .7em 0 0 0;
	 }
	#index_left {
		width: 100%;
	}
	#index_left p {
		font-size: 100%;
		width: 50%;
		float: left;
		line-height: 1.5em;
	}
	.shad_video img {
		width: 46%;
		margin: -12px 0 0 0;
		border: none;
		float: right;
	}
	
	#index_video_description {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#index_blue, #index_green, #index_yellow {
		min-height: 110px;
		width: 94%;
		padding: 1.2em 3% 1.8em 3%;
		position: relative;
		margin-bottom: 1%;
		background-size: 104% auto;
	}
	#index_video_description h3 {
		font-size: 145%;
		width: 30%;
		float:left;
	}
	#index_blue p, #index_green p, #index_yellow p {
		display: block;
		width: 64%;
		float: right;
		margin: 0;
		line-height: 1.3em;
		font-size: 100%;
	}
	.button_index {
		top: 60%;
		left: 80%;
		font-size: 100%;
		width: 16%;
		text-align: center;
	}
		
	#index_video_description span {
		font-size: 125%;
	}	
	#main_links_trio {
    	width: 100.3%;
		margin-left: 0;
	}
	.trio_links h2 {
		font-size: 120%;
		padding-bottom: 0.2em;
		line-height: 1.5em;
	}
	
	/* Common Styles */
	p, p strong, ul li, label, input[type="text"], form span, .infusion-submit input, select, #about_section_text a, .pages_div span, .pages_div a, dt {
		font-size: 100%;
	}
	
	p a, #about_section_text form p a, #checklist_undecided_div .link_behavior, #checklist_web_foundations_div .link_behavior, #checklist_web_design_div .link_behavior, #checklist_web_development_div .link_behavior, #checklist_web_design_and_development_div .link_behavior, #checklist_web_security_div .link_behavior, #about_section_text .infusion-field label a, .infusion-radio label, .infusion-option label{
		font-size: 100%;
	}
	
	td {
		font-size: 95%;
	}
	#shadow_div_container {
		width: 700px;
	margin-top: 4em;
	}
	
	#next_img_div, #prev_img_div {
		width: 46px;
		height: 340px;
	}
	
	#main_shadowbox_iframe {
		width: 600px;
		height: 340px;
	}

	
	/* Other Pages Styles */
	#main_section_wrapper {
    	width: 69%;
	}
	#tab_section_wrapper {
		width: 72%;
		padding: 1.5% 0 0 0;
	}
	#main_section_text ol li, #tab_section_text ol li {
		font-size: 95%;
	}
	#main_section_text, #tab_section_text {
		padding: 1.5%;
	}
	
	#main_section_text h1, #tab_section_text h1 {
		font-size: 180%;
	}
	
	#main_section_text h2, #tab_section_text h2 {
		font-size: 120%;
	}
	
	#main_section_text h3 a, #tab_section_text h3 a {
		font-size: 110%;
	}
	#main_section_text img, #tab_section_text img {
		height: auto;
	}
	#subnav_tabs {
		display: none;
	}
	.side_menu {
		width:26%;
	}
	.side_menu h4 {
		background: none;
	}
	.cp_logo {
		width: 40%;
		margin-right:15%;
	}
	.img_with_bg_left {
		width: 40%;
	}
	
	/* Category Specific Sytles -- ICT Essentials Suite */
	.first {
		top: 64%;
		left: 7%;
	}
	.second {
		top: 64%;
		left: 32%;
	}
	.third {
		top: 64%;
		left: 56.5%;
	}
	.fourth {
		top: 64%;
		left: 81.5%;
	}
	.table_of_contents_title {
		width: 90%;
	}
	.table_of_contents_title h2 {
		font-size: 170% !important;
		font-weight: 300 !important;
	}
	.table_of_contents_body {
		width: 90%;
	}
	.table_of_contents_body h3 {
		font-weight:inherit;
	}
	
	/* Contact Form Page Styles*/	
		.contact_right {
			margin-bottom: 1em;
		}
		#Contact #send_btn {
    margin-left: 170px;
	}
}
@media screen and (min-width: 841px) and (max-width: 900px) {
	#index_blue, #index_green, #index_yellow {
			min-height: 115px;
	}
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
	/* Nav Styles */
	#nav_container nav {
		width: 85.8%;
		margin-left: 128px;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}	
	#nav_container nav ul {
		width: 100%;
		z-index: 100;
		position: relative;
	}
	
	#nav_container nav ul li {
		border-top: 1px solid #787878;
		border-bottom: 1px solid #444;
		background-color: rgb(101,101,101);
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		display: none;
	}
	
	#nav_container nav ul li:nth-of-type(1) {
		border-top: none;
		border-bottom: none;
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
		display: block;
		height: 37px;
	}
	
	#nav_container nav ul li:nth-of-type(1):hover {
		background: transparent url("assets/images/nav-background.png") no-repeat scroll -10px center / 110% 37px;
	}
	
	#nav_container nav ul li:nth-of-type(2) {
		border-top: none;
	}
	
	#nav_container nav ul li:hover {
		background: transparent url("assets/images/nav-background-hover.png") no-repeat scroll center / auto 100%;
		border-left: none;
	}
	
	#about_li {
		border-radius: 0;
	}
	
	#nav_container nav ul li span {
		color: #FFF;
		float: right;
		background-color: #1884D7;
		border-radius: 10px;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		padding: 7px 18px 4px;
		margin-top: 6.5px;
		margin-right: 15px;
	}
	
	#nav_container nav ul li span:hover {
		cursor: pointer;
	}
	
	#nav_container nav ul li span div {
		height: 2px;
		background-color: #FFF;
		display: block;
		color: rgb(255, 255, 255);
		width: 12px;
		margin-bottom: 2px;
	}
	#main_nav a {
		padding-top: 10px;
	}
	
	 
	 
	 /* ICT Index Page Styles */
	 #index_video h1 {
		 font-size: 220%;
		 margin: 1em 0 .3em 0;
	 }
	 #index_left p {
		 line-height:1.3em;
	 }
	 #index_video_description {
		 margin:1.3em 0 0 1%;
	 }
	 #index_blue, #index_green, #index_yellow {
		min-height: 95px;
		width: 100%;
		padding: 2%;
		background-size: 100% auto;
	}
	
	#index_blue p, #index_green p, #index_yellow p {
		display: block;
		width: 64%;
		float: right;
		margin: 0 5% 0 0;
		line-height: 1.1em;
		font-size: 90%;
	}
	 #index_video_description h3 {
		font-size: 135%;
		font-weight: 200;
		width: 29%;
	}
	.button_index {
		top: 48%;
		left:76%;
	}
	
	#main_links_trio {
    	width: 100.3%;
		margin-left: 0;
	}
	.trio_links h2 {
		font-size: 120%;
		padding-bottom: 0.2em;
		line-height: 1.5em;
	}
	
	/* Common Styles */
	p, p strong, ul li, label, input[type="text"], form span, .infusion-submit input, select, #about_section_text a, .pages_div span, .pages_div a, dt {
		font-size: 100%;
	}
	
	p a, #about_section_text form p a, #checklist_undecided_div .link_behavior, #checklist_web_foundations_div .link_behavior, #checklist_web_design_div .link_behavior, #checklist_web_development_div .link_behavior, #checklist_web_design_and_development_div .link_behavior, #checklist_web_security_div .link_behavior, #about_section_text .infusion-field label a, .infusion-radio label, .infusion-option label{
		font-size: 100%;
	}
	
	td {
		font-size: 95%;
	}
	#shadow_div_container {
		width: 900px;
	margin-top: 4em;
	}
	
	#next_img_div, #prev_img_div {
		width: 146px;
		height: 338px;
	}
	
	#main_shadowbox_iframe {
		width: 600px;
		height: 338px;
	}
	
	/* Other Pages Styles */
	#main_section_wrapper {
    	width: 69%;
	}
	#tab_section_wrapper {
		width: 72%;
		padding: 1.5% 0 0 0;
	}
	#main_section_text ol li, #tab_section_text ol li {
		font-size: 95%;
	}
	#main_section_text, #tab_section_text {
		padding: 1.5%;
	}
	
	#main_section_text h1, #tab_section_text h1 {
		font-size: 180%;
	}
	
	#main_section_text h2, #tab_section_text h2 {
		font-size: 120%;
	}
	
	#main_section_text h3 a, #tab_section_text h3 a {
		font-size: 110%;
	}
	#main_section_text img, #tab_section_text img {
		height: auto;
	}
	#subnav_tabs {
		display: none;
	}
	.side_menu {
		width:26%;
	}
	.side_menu h4 {
		background: none;
	}
	.cp_logo {
		width: 40%;
		margin-right:15%;
	}
	.img_with_bg_left {
		width: 40%;
	}
	
	/* Category Specific Sytles -- ICT Essentials Suite */
	.first {
		top: 68%;
		left: 9%;
	}
	.second {
		top: 68%;
		left: 33.5%;
	}
	.third {
		top: 68%;
		left: 58%;
	}
	.fourth {
		top: 68%;
		left: 83%;
	}
	.table_of_contents_title {
		width: 90%;
	}
	.table_of_contents_title h2 {
		font-size: 170% !important;
		font-weight: 300 !important;
	}
	.table_of_contents_body {
		width: 90%;
	}
	.table_of_contents_body h3 {
		font-weight:inherit;
	}
	
	/* Contact Form Page Styles*/	
		.contact_right {
			margin-bottom: 1em;
		}
		#Contact #send_btn {
    margin-left: 170px;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1400px) {
#container {
		width: 85%;
	}
section {
	margin-top:0;
}
}

@media screen and (min-width: 1001px) and (max-width: 1072px) {
	/* Main Nav Styles*/
	#nav_container nav {
		width: 89%;
		background-size: 102.7% 37px;
		margin-left: 158px;
	}
	
	#main_nav ul li {
		font-size: 95%;
	}
	#contact_li {
    width: 12.6%;
	}
	
	/* Index Page Styles */
	#index_video_description h3 {
		font-size: 135%;
	}
	#index_blue p, #index_green p, #index_yellow p {
		line-height: 1em;
		font-size: 95%;
	}
	/* Common Styles */
	p, p strong, ul li, label, input[type="text"], form span, .infusion-submit input, select, #about_section_text a, .pages_div span, .pages_div a, dt {
		font-size: 100%;
	}
	
	p a, #about_section_text form p a, #checklist_undecided_div .link_behavior, #checklist_web_foundations_div .link_behavior, #checklist_web_design_div .link_behavior, #checklist_web_development_div .link_behavior, #checklist_web_design_and_development_div .link_behavior, #checklist_web_security_div .link_behavior, #about_section_text .infusion-field label a, .infusion-radio label, .infusion-option label{
		font-size: 100%;
	}
	
	td {
		font-size: 95%;
	}
	
	/* Other Pages Styles */
	#main_section_wrapper {
    	width: 69%;
	}
	#tab_section_wrapper {
		width: 72%;
		padding: 1.5% 0 0 0;
	}
	#main_section_text ol li, #tab_section_text ol li {
		font-size: 95%;
	}
	#main_section_text, #tab_section_text {
		padding: 1.5%;
	}
	
	#main_section_text h1, #tab_section_text h1 {
		font-size: 180%;
	}
	
	#main_section_text h2, #tab_section_text h2 {
		font-size: 120%;
	}
	
	#main_section_text h3 a, #tab_section_text h3 a {
		font-size: 110%;
	}
	#main_section_text img, #tab_section_text img {
		height: auto;
	}
	.side_menu {
		width:26%;
	}
	.side_menu h4 {
		background: none;
	}
	.cp_logo {
		width: 40%;
		margin-right:15%;
	}
	.img_with_bg_left {
		width: 40%;
	}
	
	/* Category Specific Sytles -- ICT Essentials Suite */
	.first {
		top: 68%;
		left: 9%;
	}
	.second {
		top: 68%;
		left: 33.5%;
	}
	.third {
		top: 68%;
		left: 58%;
	}
	.fourth {
		top: 68%;
		left: 83%;
	}
	.table_of_contents_title {
		width: 90%;
	}
	.table_of_contents_title h2 {
		font-size: 170% !important;
		font-weight: 300 !important;
	}
	.table_of_contents_body {
		width: 90%;
	}
	.table_of_contents_body h3 {
		font-weight:inherit;
	}
	
	/* Contact Form Page Styles*/	
		.contact_right {
			margin-bottom: 1em;
		}
		#Contact #send_btn {
    margin-left: 170px;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1023px) {
	/* ICT Index Page Styles */
	#index_blue, #index_green, #index_yellow {
		padding: .5em;
		margin-bottom: 18px;
		background-size: 101% auto;
		min-height: 95px;
	}
	#index_left {
		margin: .8em 0 1em 0;
	}
	#index_left p {
    font-size: 98%;
	}
	.button_index {
    top: 52%;
    left: 77%;
	}
	
	/* Video Shadowbox Styles */
	#shadow_div_container {
		width: 900px;
	margin-top: 4em;
	}
	
	#next_img_div, #prev_img_div {
		width: 146px;
		height: 338px;
	}
	
	#main_shadowbox_iframe {
		width: 600px;
		height: 338px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1072px) {
	/* ICT Index Page Styles */
	#index_blue, #index_green, #index_yellow {
		padding: .5em;
		margin-bottom: 18px;
		background-size: 101% auto;
		min-height: 95px;
	}
	#index_left {
		margin: .8em 0 1em 0;
	}
	#index_left p {
    font-size: 98%;
	}
	.button_index {
    top: 54%;
    left: 78%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
	/* Video Shadowbox Styles */
	#shadow_div_container {
		width: 900px;
	margin-top: 4em;
	}
	
	#next_img_div, #prev_img_div {
		width: 146px;
		height: 338px;
	}
	
	#main_shadowbox_iframe {
		width: 600px;
		height: 338px;
	}
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
	/* Video Shadowbox Styles */
	#shadow_div_container {
		width: 900px;
	margin-top: 4em;
	}
	
	#next_img_div, #prev_img_div {
		width: 146px;
		height: 338px;
	}
	
	#main_shadowbox_iframe {
		width: 600px;
		height: 338px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
	/* Video Shadowbox Styles */
	#shadow_div_container {
		width: 900px;
	margin-top: 4em;
	}
	
	#next_img_div, #prev_img_div {
		width: 146px;
		height: 338px;
	}
	
	#main_shadowbox_iframe {
		width: 600px;
		height: 338px;
	}
}

@media screen and (min-width: 1073px) and (max-width: 1152px) {
	#index_blue, #index_green, #index_yellow {
		margin-bottom: 1em;
	}
}
@media screen and (min-width: 1052px) and (max-width: 1200px) {
	#index_blue, #index_green, #index_yellow {
		margin-bottom: .6em;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
	#index_blue, #index_green, #index_yellow {
		margin-bottom: .7em;
	}
}
@media screen and (min-width: 1073px) and (max-width: 1300px) {
	#nav_container nav {
		background-size: 102.1% 37px;
		margin-left: 159px;
	}
	#contact_li {
    width: 12.8%;
	}
}

@media screen and (min-width: 1300px) {
	#contact_li {
    width: 13%;
	}
}

/* Cart menu styles for mobile */

@media screen and (min-width: 1px) and (max-width: 1199px) {
	.nav_name {
		display: none;
	}
	
	#cart_block .dropdown-menu {
		right: 6em;
	}
}

@media screen and (min-width: 1px) and (max-width: 500px) {
	#store_items {
		float: left;
		width: auto;
	}
	
	#cart_block .dropdown-menu {
		right: auto;
		left: 1.2em;
	}
}
