/* 
  -----------------------------------
  Adaptations
  by Project Seven Development
  www.projectseven.com
  Layout 5 - Media Queries
  -----------------------------------
*/


/*1 Column for Narrow Windows*/
@media only screen and (min-width: 0px) and (max-width: 679px) {
body {
	min-width: 320px;
}
.navigation {
	position: static;
	left: auto;
	width: auto;
	float: none;
}
.main-content {
	width: auto;
	float: none;
}
.navigation .content {
	height: auto !important;
	max-height: 888678px;
	border: none;
}
.p7PMMv19 ul {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul div {
	margin: auto !important;
	margin-left: 100px !important;
}
.p7PMMv19 ul ul div {
	margin: auto !important;
	margin-top: -40px !important;
	margin-left: 80px !important;
}
.p7PMMv19 ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PMMv19 ul ul ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PMMv19 ul ul a.pmmfirst {
	border-radius: 0px 0px 0px 0px;
}
.p7PMMv19 ul ul ul a.pmmfirst {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul ul a.pmmlast {
	border-radius: 0px 0px 5px 5px;
}
.main-content .content {border-radius: 5px 5px 50px 5px;}
.content {
	height: auto !important;
}
.three-column-column1, .three-column-column2, .three-column-column3 {
	width: auto;
	margin-right: 0px;
	margin-bottom: 15px;
	float: none;
}
.three-column-content {
	height: auto !important;
	max-height: 888678px; 
}
}

/*2 Column for Medium Windows*/
@media only screen and (min-width: 680px) and (max-width: 979px) {
.navigation {
	width: auto;
	float: none;
}
.main-content {
	width: 100%;
}
.navigation .content {
	height: auto !important;
	max-height: 888678px; 
	border: none;
}
.main-content .content {border-radius: 5px 5px 50px 5px;}
.p7PMMv19 ul {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul div {
	margin: auto !important;
	margin-left: 200px !important;
}
.p7PMMv19 ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PMMv19 ul ul ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PMMv19 ul ul ul {
	margin-top: -40px !important;
	margin-left: -40px !important;
}
.p7PMMv19 ul ul a.pmmfirst {
	border-radius: 0px 0px 0px 0px;
}
.p7PMMv19 ul ul ul a.pmmfirst {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul ul a.pmmlast {
	border-radius: 0px 0px 5px 5px;
}
.p7PMMv19 ul ul a.pmmlast {
	border-radius: 5px;
}
.three-column-column1 {
	width: 49%;
	margin-right: 2%;
}
.three-column-column2 {
	width: 49%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.three-column-column3 {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.three-column-column3 .three-column-content {
	height: auto !important;
	max-height: 888678px; 
	clear: both;
}
}
/*2 Column for Medium-Wide Windows*/
@media only screen and (min-width: 980px) and (max-width: 1420px) {

.three-column-column1 {
	width: 49%;
	margin-right: 2%;
}
.three-column-column2 {
	width: 49%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.three-column-column3 {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.three-column-column3 .three-column-content {
	height: auto !important;
	max-height: 888678px; 
	clear: both;
}
}

/*Tablet Portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
body {
	min-width: 0px;
}
#masthead h1 {
	font-size: 4em;
}
.navigation {
	width: auto;
	float: none;
}
.p7PMMv19 ul {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul div {
	margin: auto !important;
	margin-left: 200px !important;
}
.p7PMMv19 ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PMMv19 ul ul ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PMMv19 ul ul a.pmmfirst {
	border-radius: 0px 0px 0px 0px;
}
.p7PMMv19 ul ul ul a.pmmfirst {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul ul a.pmmlast {
	border-radius: 0px 0px 5px 5px;
}
.main-content {
	width: 100%;
}
.navigation .content {
	height: auto !important;
	max-height: 888678px; 
	border: none;
	font-size: 1.5em;
}
.main-content .content {
	font-size: 1.5em;
}
.main-content .content, .sidebar .content {
	line-height: 1.35;
}
.three-column-column1, .three-column-column2, .three-column-column3 {
	width: auto;
	margin-right: 0px;
	margin-bottom: 15px;
	float: none;
}
.three-column-content {
	height: auto !important;
	max-height: 888678px; 
}
}

/*Tablet Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body {
	min-width: 0px;
}
.three-column-column1 {
	width: 49%;
	margin-right: 2%;
}
.three-column-column2 {
	width: 49%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.three-column-column3 {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.three-column-column3 .three-column-content {
	height: auto !important;
	max-height: 888678px; 
	clear: both;
}
}

/*Smartphones Landscape*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	min-width: 0px;
}
#masthead h1 {
	font-size: 5em;
}
#masthead .subhead {
	font-size: 1.35em;
	margin-top: -0.75em;
	margin-bottom: .75em;
}
.navigation {
	width: auto;
	float: none;
}
.p7PMMv19 ul {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul div {
	margin: auto !important;
	margin-left: 200px !important;
}
.p7PMMv19 ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PMMv19 ul ul ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PMMv19 ul ul a.pmmfirst {
	border-radius: 0px 0px 0px 0px;
}
.p7PMMv19 ul ul ul a.pmmfirst {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul ul a.pmmlast {
	border-radius: 0px 0px 5px 5px;
}
.main-content {
	width: 100%;
}
.navigation .content {
	height: auto !important;
	max-height: 888678px; 
	border: none;
	font-size: 1.8em;
}
.main-content .content {
	font-size: 1.8em;
}
.main-content .content, .sidebar .content {
	line-height: 1.35;
}
#footer {
	font-size: 1.35em;
}
.three-column-column1 {
	width: 49%;
	margin-right: 2%;
}
.three-column-column2 {
	width: 49%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.three-column-column3 {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.three-column-column3 .three-column-content {
	height: auto !important;
	max-height: 888678px; 
	clear: both;
}
}
/*1 Column for Smartphone Portrait*/
@media only screen and (max-device-width: 480px) and (orientation : portrait) {
body {
	min-width: 0px;
}
#masthead h1 {
	font-size: 7em;
}
#masthead .subhead {
	font-size: 1.35em;
	margin-top: -0.75em;
	margin-bottom: .75em;
}
.navigation {
	width: auto;
	float: none;
}
.p7PMMv19 ul {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul div {
	margin: auto !important;
	margin-left: 200px !important;
}
.p7PMMv19 ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PMMv19 ul ul ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PMMv19 ul ul a.pmmfirst {
	border-radius: 0px 0px 0px 0px;
}
.p7PMMv19 ul ul ul a.pmmfirst {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMv19 ul ul a.pmmlast {
	border-radius: 0px 0px 5px 5px;
}
.main-content {
	width: 100%;
	float: none;
}
.navigation .content {
	border: none;
	font-size: 2.2em;
}
.main-content .content {
	font-size: 2.5em;
}
.sidebar .content {
	font-size: 2.5em;
}
#footer {
	font-size: 1.4em;
}
.content {
	height: auto !important;
	max-height: 888678px; 
}
.main-content .content, .sidebar .content {
	line-height: 1.35;
}
.three-column-column1, .three-column-column2, .three-column-column3 {
	width: auto;
	margin-right: 0px;
	margin-bottom: 15px;
	float: none;
}
.three-column-content {
	height: auto !important;
	max-height: 888678px; 
}
}
