@import url(../../../warp/css/responsive.css);

/* Breakpoints
----------------------------------------------------------------------------------------------------*/
@media (max-width:1250px){
	#top-c .chapter13 p{
		margin:0px 5px 0px 0px;
	}
}
/* All except large Screens */
@media (max-width: 1220px) {
	.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span{
		padding:0 21px;
	}
	.feature-area-right{
		margin-right:0px;
	}
	.feature-area-left{
		margin-left:0px;
	}
		#top-c .chapter13{
		width:94%;
		padding:10px 20px;
	}
	#top-c .chapter13 p {
		font-size: 29px;
		margin: 0px 20px 0px 0px;
		line-height: 40px;
		vertical-align: top;
	}
	#top-a .next {
		right: 10px;
		margin-right: 0px;
		z-index:99;
	}
	#top-a .prev {
		left: 10px;
		margin-left: 0px;
		z-index:99;
	}
}
@media (max-width: 1050px){
	#top-a .widget_widgetkit .caption{
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(237,237,237,1) 0%, rgba(237,237,237,1) 43%, rgba(237,237,237,0.6) 85%, rgba(237,237,237,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(43%,rgba(237,237,237,1)), color-stop(85%,rgba(237,237,237,0.6)), color-stop(100%,rgba(237,237,237,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 43%,rgba(237,237,237,0.6) 85%,rgba(237,237,237,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 43%,rgba(237,237,237,0.6) 85%,rgba(237,237,237,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 43%,rgba(237,237,237,0.6) 85%,rgba(237,237,237,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 43%,rgba(237,237,237,0.6) 85%,rgba(237,237,237,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#00ededed',GradientType=1 ); /* IE6-8 */
	top:0px;
	}
}
/* Only Tablets (Landscape) */
@media (min-width: 960px) and (max-width: 1050px) {
#logo {
max-width: 600px;
}

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	#top-c .chapter13{
		width:94%;
		padding:10px 20px;
	}
	#top-c .chapter13 p {
		font-size: 20px;
		margin: 0px 20px 0px 0px;
		line-height: 40px;
		vertical-align: top;
	}
}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

/* Modules */
#sidebar-a .grid-v:first-child > .mod-line:before,
 #sidebar-b .grid-v:first-child > .mod-line:before {
	display: block;
}

/* Mega Drop-Down Menu */
.menu-dropdown a.level1,
 .menu-dropdown span.level1 {
	font-size: 18px;
}
#sidebar-a{
	margin: 10px 0px 20px 0px;
}

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

/* Layout */
#search {
	display: none;
}

.sidebars-1 #sidebar-a:before,
 .sidebars-1 #sidebar-b:before,
 .sidebars-2 #sidebar-b:before {
	display: none;
}

/* Modules */
.grid-h:not(.width33):nth-child(odd) > .mod-line:before {
	display: none;
}

.grid-h.width25:first-child > .mod-line:before {
	display: block;
	top: auto;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 200%;
	padding: 0 20px;
	border-width: 1px 0 0 0;
}
.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span{
	padding: 0 19px;
	font-size:15px;
}
}

/* Only Phones */
@media (max-width: 767px) {

#wpadminbar {
	position: fixed;
}

tbody {
overflow: scroll;
width: 220px;
display: block;
padding: 10px 0;
}

#header-responsive .logo {
	margin-right: 0;
}

#header-responsive .logo,
#header-responsive .searchbox {
	width: 100%;
}

#header-responsive {
	margin-bottom: 0px;
}


#logo,
#menubar,
#breadcrumbs, #top-a {
	display: none;
}

p.content-50 {
	width: 100%;
	margin: 0 0 5px 0;
}
#header-responsive img {
	padding: 5px 10px;
	box-sizing: border-box;
}
#top-b .width50{
	width:100%;
}
.feature-area-left, .feature-area-right {
float: none;
margin: auto;
}
#top-c .chapter13 p {
	width: 100%;
	margin: 0px;
	text-align: center;
}
#top-c .chapter13 a {
	margin: auto;
	display: block;
	width: 215px;
	padding: 0px;
	text-align: center;
}
#top-b div.list {
	width: 100%;
}
#top-b div.list ul {
margin: 0px;
}
body.home h1{
	width:100%;
}
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

tbody {
overflow: scroll;
width: 415px;
display: block;
padding: 10px 0;
}


}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

.module {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar-a:before,
 #sidebar-b:before {
	display: none;
}

/* Modules */
.grid-h .mod-line:before {
	display: block;
	top: -20px;
	bottom: auto;
	left: 0;
	right: 0;
	border-top-width: 1px;
}

/* System */
#system .items .item,
 #system .items .item:first-child {
	margin-top: 10px;
	border-top-width: 1px;
}

#system .items :first-child .item:first-child {
	margin-top: 0;
	border-width: 0;
}

#system .items .leading .item {
	margin-bottom: 0;
	border-width: 0;
}

#system .item > .links a {
	margin-top: 5px;
}
p.cta {
	font-size: 20px;
	line-height: 20px;
}
p.number {
	font-size: 45px;
	line-height: 45px;
}
#header p.number a {
	font-size: 45px;
	line-height: 45px;
}
}