    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
	margin: auto;
  }

}
     
	body {
		font-family: Roboto, Arial, Geneva, sans-serif;
		color:#4a4a4a;
		text-align:center;
		margin: auto;
		overflow-x:hidden;
	}

	p { 
		margin-block-start: 18px;
		margin-block-end: 18px;
	}

	p strong {font-weight: 600;}

u { text-decoration-thickness: from-font; }

	ul, ol {
		font-size: 21px;
    	line-height: 33px;
	}


	
		a img {	border:none; }
	
a {
	font-weight: 500;
	color: #4a4a4a;
	text-decoration-thickness: from-font;
}
	 
a:hover {
	color: #82B741;
	text-decoration:none;
}	
	



hr { margin: 40px 0px; }

h1 {
	line-height: normal;
	font-size:42px;
	font-weight: 600;
	color: #2c043f;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 0px;
}

h2 {
	line-height: normal;
	font-size: 36px;
	font-weight: 600;
	color: #82B741;
	font-family: 'Roboto Condensed', sans-serif;
}

h2 a { text-decoration:none !important;}

h2 a:hover { text-decoration:underline !important;}

h3 {
	color:#82B741;
	line-height: normal;
    font-size: 24px;
	font-weight: 500;
}

h4 {
	color: #2c043f;
	line-height: normal;
    font-size: 23px;
	font-weight: 500;
	margin-block-start: 30px;
    margin-block-end: 10px;
}


ul.checkbox {
	list-style-image: url('images/checkbox.jpg');
	}

input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:40px;
							height:25px; 
							display:inline-block;
							line-height:25px;
							background-repeat:no-repeat;
							background-position: 0 0;
						/*--	vertical-align:middle; --*/
							cursor:pointer;
							font-size: 23px;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -25px;
						}
						label.css-label {
				background-image:url(images/checkmark.jpg);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}


	
	.clear{clear:both;}
	
	.outer_container {
		height: 100%;
		width: 100%;
	}
	
	
	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}

	

	img {
	width:100%;	
	}

	.top_header {
		
	float:left;
	width:100%;
	height:auto;	
		
	}
	
	.green_bar {
		display: flex;		
	float:left;
	width:100%;
	height:auto;
	background-color:#82B741;
		
	}

.header-h1 {
	float: left;
    margin-right: 0px;
    margin-left: 6.5%;
    text-align: left;
    margin-bottom: 0;
	flex: 1;
}

.header-h1 h1 {
	color: #fff;
	font-size: 1.1vw;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
	margin-block-start: 0px;
	margin-block-end: 0px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0;
	letter-spacing: 0.02vw;
}
	
	
.connect_links {
    float: right;
    width: 15%;
    height: auto;
    margin-right: 6.3%;
    margin-top: .7%;
    margin-bottom: .4%;
    text-align: right;
}
	
	
.connect_text {
    color: #FFF;
    width: 70%;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}
	
.connect_links img{
		
	max-width:32px;
	vertical-align:middle;
	margin: -5px 1px 0px 1px;
	}		
	
	.purple_bar {
		
	float:left;
	width:100%;
	height:4px;
	background-color:#2c043f;
		
	}

	
	.top_logo {
		float: left;
		width: 20%;
		margin-top: .5%;
		margin-left:6.5%;
		margin-bottom: .2%;
	}
	
	.top_logo img{
		max-width:230px;
	}	
	
.nav {
    float: left;
    width: 48%;
    margin-top: -0.5%;
    margin-left: 6%;
}
		
	.nav ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  overflow: hidden;
	  background-color: transparent;
	  font-size:28px;
	}

	.nav li {
	  float: left;
	}

	.nav li a {
		font-family: 'Roboto Condensed', sans-serif;
		display: block;
		color: #000;
		text-align: center;
		padding: 70px 22px 14px 22px;
		text-decoration: none;
		font-weight: 500;
		font-size: 32px;
		letter-spacing: -.8px;
	}

	.nav li a:hover {
	  background-color: #82B741;
	  color:#FFF
	}	
	
	.active {
	  background-color: #82B741;
	  color:#FFF !important ;
	}


.dropdown {
  float: left;
  overflow: hidden;
	margin-top:-5px;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown:hover .dropbtn {
  background-color: #ddd;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: -.8px;
	padding: 10px 20px;
	text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}



	
	.header_image {
		
	float:left;
	width:100%;
	height:auto;
		
	}


.coaching_left {
	display:block;
	float:left;
	width: 13%;
	margin-left: 13%;
	margin-top: 46px;
	margin-bottom: 36px;
}

	.coaching_image {
		display:block;
		float: left;
		width: 58%;
		height: auto;
		margin-top: 46px;
		margin-bottom: 36px;
	}

.coaching_mobile {
	display:none;
}
	
	.icons_bar {
		
	float:left;
	width:100%;
	height:auto;
	background-color:#F1F7EB;
	padding-bottom:2%;
	}
	


	.icon1 {
		
	float:left;
	width:15%;
	height:auto;
	margin-left:13%;
	text-align:center;
	margin-top:2%;
	}

	.icon2, .icon3, .icon4 {
		
	float:left;
	width:15%;
	height:auto;
	margin-left:2%;
	text-align:center;
	margin-top:2%;
	border-left: 2px solid #000;
	padding-left:2%;
	}

	.icons_bar img {
		max-width:80px;
	}	
	
	
	.icon_heading {
		font-size:24px;
		margin-top:15px;
		font-weight:bold;
	}	
	
	.icon_text {
		font-size:19px;
		margin-top:15px;
	}	
	
	.testimonials {
		
	float:left;
	width:100%;
	height:auto;
		
	}	
	
	
	
	.quote-left {
	
		float:left;
		width:3%;
		height:auto;
		margin-left:8%;
		margin-top:2%;
		
	}
	
	.quote-right {
	
		float:right;
		width:3%;
		height:auto;
		margin-right:8%;
		margin-top:8%;
		
	}

	.quote_text {
		float: left;
		width: 73%;
		height: auto;
		font-size: 21px;
		margin-left: 2%;
		margin-top: 3%;
		line-height:30px;
		font-style:italic;
	}
	
	.quote_text u{
		font-style:normal;
		text-decoration-thickness: from-font;
	}


	.home_divider {
		float: left;
		height: 1px;
		width: 60%;
		margin-left: 20%;
	}
	
	.events_heading {
		float: left;
		height: auto;
		width: 100%;
		text-align:center;
		color:#77AE3F;
		margin-top:2%;
		margin-bottom:2%;
		font-size:42px;
	}	
	
	
	.events_left {
		float: left;
		height: auto;
		width: 25%;
		margin-left: 20%;
		font-size: 21px;
		line-height: 29px;
	}	
	
	.events_right {
		float: right;
		height: auto;
		width: 25%;
		margin-right: 20%;
		font-size: 21px;
		line-height: 29px;
	}	


hr.style-one {
    border: 0;
	width: 90%;
    margin-left: 5%;
    height: 1px;
    background: #999;
    background-image: linear-gradient(to right, #F3FBEE, #999, #F3FBEE);
}


.badge_bar {
	float:left;
	height:auto;
	width:100%;
	margin-top:4%;
}

.badge1 {
	width: 11.2%;
    height: auto;
	margin-left: 6.8%;
	float:left;
}

.badge2 {
	width: 9.7%;
    height: auto;
	margin-left: 6.8%;
	float:left;
}

.badge-mid {
	width: 6.3%;
    height: auto;
	margin-left: 6.8%;
	float:left;
	margin-top: -1%;
}

.badge3 {
	width: 18.5%;
    height: auto;
	margin-left: 6.8%;
	float:left;
}

.badge4 {
	width: 13.3%;
    height: auto;
    margin-left: 6.8%;
    float: left;
    margin-bottom: 40px;
}

@media only screen and (max-width: 760px)  {
	.badge1 {
	width: 50%;
    height: auto;
	margin-left:25%;
}
	.badge2 {
	width: 50%;
    height: auto;
	margin-left:25%;
	margin-top:4%;
}
	
	.badge-mid {
	width: 30%;
    height: auto;
	margin-left:35%;
	margin-top:4%;
}
	
	.badge3 {
	width: 80%;
    height: auto;
	margin-left:10%;
	margin-top:4%;
}
	.badge4 {
		width: 70%;
        height: auto;
        margin-left: 15%;
        margin-top: 4%;		
	}
}

/*--

@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	.badge1 {
		width:15.9%;
		margin-left:4.5%;
		height: auto;
	}
	
	.badge2 {
		width:15.4%;
		margin-left:4.5%;
		height: auto;
	}
	
	.badge-mid {
		width:15.4%;
		margin-left:4.5%;
		height: auto;
	}
	
	.badge3 {
		width: 27.1%;
		margin-left:4.5%;
		height: auto;		
	}
	
	.badge4 {
		width: 18.9%;
		margin-left:4.5%;
		height: auto;
		margin-bottom:30px;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	.badge1 {
		width:15.9%;
		margin-left:4.5%;
		height: auto;
	}
	
	.badge2 {
		width:15.4%;
		margin-left:4.5%;
		height: auto;
	}
	
	.badge-mid {
		width:15.4%;
		margin-left:4.5%;
		height: auto;
	}
	
	.badge3 {
		width: 27.1%;
		margin-left:4.5%;
		height: auto;		
	}
	
	.badge4 {
		width: 18.9%;
		margin-left:4.5%;
		height: auto;
		margin-bottom:30px;
	}
}

--*/

	
	.contact_bar {
		float:left;
		height:auto;
		width:100%;
		margin-top:3%;
		background-color:#F3FBEE;
		
	}	

	.contact_text {
	float:left;
	height:auto;
	width:20%;
	margin-left:15%;
	color:#5E6366;
	font-size:54px;
	letter-spacing: -.8px;
	margin-top:3%;
	margin-bottom:3%;
	font-family: 'Roboto Condensed', sans-serif;
		
	}

	.contact_phone{
	float:left;
	height:auto;
	width:20%;
	margin-left:4%;
	margin-top:1.8%;
		
	}
	
	.contact_email{
	float:left;
	height:auto;
	width:20%;
	margin-left:6%;
	margin-top:1.8%;
		
	}
	
	
	.footer_container {
  float: left;
  height: auto;
  padding: 0;
  position: relative;
  width: 100%;
  margin-top: 0px;
  background-color: #2A0840;
  padding-bottom:30px;
  font-size: 14px;
		
	}	
	
	
	.footer_container ul
	{
	padding-left:0px;
	font-size: 14px;
	}
	
	
	.footer_col1 {
  color: #FFF;
  float: left;
  height: auto;
  margin-left: 19%;
  margin-top: 4%;
  padding: 0;
  width: 16%;
  font-size: 14px;
	}	
	.footer_col1  a, .footer_col1 a:hover{
    text-decoration:underline;
	color: #FFF;	
	}	

.footer_col1 img {
	height: auto;
    max-width: 218px;
}
	
	.footer_col2 {
    color: #FFF;
    float: left;
    height: auto;
    margin-left: 2%;
    margin-top: 4%;
    padding: 0;
    width: 17.5%;
	font-size: 14px;
	}	
	.footer_col2  a{
    text-decoration:none;
	color: #FFF;	
	}

	.footer_col2  a:hover{
    text-decoration:underline;
	color: #FFF;	
	}	
	
	.footer_col2 span {
		color:#77AE3F;
		font-size:22px;
		
	}
	
	
	.footer_heading {	
	color: #FFF;
    line-height: 24px;
    margin: 0;
	font-weight:bold;
	font-size:18px;
	}		
	
	.footer_nav {	
    color: #FFF;
    line-height: 20px;
    list-style-type: none;
	}		
	
	.footer_nav  a {	
    color: #FFF;
	text-decoration:none;
	}

	.footer_nav  a:hover{	
    color: #FFF;
	text-decoration:underline;
	}		
	
	
	.topnav {
		
	display:none;	
	}	
	
	.content_container {
	float:left;
	height:auto;
	margin-left:5%;
	width:67%;
	margin-top:3%;
	line-height:29px;
	}

	.content_container p {
		font-size:21px;
	}

.sidebar_container {
	display:block;
	float:left;
	height:auto;
	margin-left:5%;
	width:18%;
	margin-top:3%;
	line-height:29px;
}
.sidebar_container p {
		font-size:21px;
	}


	.np_container {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
	margin-top: 10px;
		
		
	}
	
	.np_image {
	float:left;
	width:20%;
	height:auto;	
		
	}

	.np_image img{
	width:100%;
	max-width:300px;
		
	}

	.np_text {
		float:right;
		width:100%; /*-- was 75 --*/
		height:auto;
		font-size: 21px;
		margin: 1% 0%;
	}
	
	.np_text h4{
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
		
	}

blockquote {
	display:block;
	background: #fff;
	padding: 3px 0px 3px 0px;
	position: relative;
  
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
	/*Font*/
	font-size: 120px;
	font-weight: 300;
	color: #ddd;
	font-family: sans-serif;
  
  /*Positioning*/
  position: absolute;
  left: -42px;
  top: 36px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}


	
	
	

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 760px)  {
	
	h1 {
		line-height:42px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	
.green_bar, .nav, .contact_text {
display:none;

}	
	
.connect_text {

	font-size:1.8vw;
}

.connect_links {
    width: 25%;
}

	
.top_logo {
    margin-left: 0%;
	text-align:center;
	width:100%;
	padding: 2% 0%;
}	
	
	.top_logo img{
		max-width:200px;
	}	
	
	.coaching_mobile {
		display: block;
		margin-left:1%;
		margin-left: 8%;
		font-weight: 600;
	}
	
	.coaching_left { display:none; }
	
	.coaching_image {
		width:90%;
		margin-top: 1%;
    	margin-bottom: 3%;
	}
	
	input[type=checkbox].css-checkbox + label.css-label {
							font-size: 18px;
						}
	
	ul, ol {
		font-size: 18px;
    	line-height: 31px;
	}
	
	
	
	
	.icons_bar {
		padding-bottom:4%;
	}
	
	.icon_heading {
		font-size: 3.6vw;

	}	
		
	.icon_text {
		font-size: 3.4vw;
		margin-bottom: 4%;
		padding: 0% 4%;
	}	
	
.icon1 img, .icon2 img, .icon3 img, .icon4 img {
   width:70px;
   height:70px;
}	
	
.icon1, .icon2, .icon3, .icon4 {
    width: 45%;
    margin-left: 2%;
	margin-top:4%;
	padding-left:0%;
}	

.icon3 {
   border:none;
}	
	
	.testimonials {
		margin-top:4%;
	}

.quote_text {
	line-height: 22px;
    font-size: 3.4vw;
}

.events_heading {
    font-size: 24px;
}


.events_right {
	float:left;
     font-size: 4vw;
	 width:80%;
	 margin-left:10%;
	 line-height:normal;
}

.events_left {
     font-size: 4vw;
	 width:80%;
	 margin-left:10%;
	 line-height:normal;
}

.contact_phone {
	width: 45%;
	}
	
	.contact_email { 
		width: 45%;
		margin-left: 0%;
	}

.contact_bar {
	padding-top: 2%;
    padding-bottom: 3%;
}
	
	.content_container {
	float:left;
	height:auto;
	margin-left:5%;
	width:90%;
	margin-top:3%;
	line-height:29px;
	}


.sidebar_container {
display:none;
}
	
	
	


.footer_container {
    text-align: center;
}



.footer_col1, .footer_col2 {

    margin-left: 2%;
    width: 96%;
    font-size: 4.0vw;
	margin-top:5px;
}
.footer_col1 {

	margin-top:40px;
}

.footer_container ul {
    font-size: 4.0vw;
}

.footer_heading {
    font-size: 4.2vw;
}
	
	.footer_col2 span {
		font-size:4.2vw;
		
	}


.topnav {
  overflow: hidden;
  background-color: #82B741;
  position: relative;
  display:block;
  float:left;
  width:100%;
  height:auto;
  min-height:20px;

}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  min-height:20px;
}

.topnav a.icon {
  background: #82B741;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}


	.np_container {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
	margin-top: 10px;
		
		
	}
	
	.np_image {
	float:left;
	width:100%;
	height:auto;	
		
	}

	.np_image img{
	width:100%;
	max-width:300px;
		
	}

	.np_text {
	float:right;
	width:100%;
	height:auto;
		
	}	
	




}	


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	
	ul, ol {
		font-size: 20px;
    	line-height: 32px;
	}	
	
	h4 {
    font-size: 21px;
}
	
	.content_container p {
		font-size:20px;
	}
	
	.sidebar_container p {
		font-size:20px;
	}
	
	
.connect_text {

	font-size:1.8vw;
}

.connect_links {
    width: 25%;
}

	
.top_logo {
    margin-left: 3%;
	margin-top: .6%;
    margin-bottom: .3%;
}	
	
	.header-h1 {
    margin-left: 3%;
}
	
	
	
	.nav {
		width: 70%;
		margin-left:4%;
		margin-top:-.8%;
	}
	
	
	.nav ul {
	  font-size:2.5vw;
	}

.nav li a {
    /*-- padding: 40px 16px; --*/
	padding: 70px 22px 14px 22px;
	padding-bottom:10px;
	font-size:30px;
}
	
	.dropdown {
		margin-top: -4px;
	}
	
	.header_image { margin-bottom:1%; }
	
	
	.content_container {
		width: 60%;
	}
	
	.sidebar_container {
		width: 25%;
	}
	
	
	.coaching_left {
		width:14%;
		margin-left: 10%;
	}
	
	.coaching_image {
		margin-top: 36px;
		width:61%;
	}
	
	.coaching_image ul { font-size: 1.5vw; }
	
	input[type=checkbox].css-checkbox + label.css-label {
		font-size: 1.5vw;
	}

	
	
	.icon_heading {
		font-size: 1.5vw;

	}	
		
	.icon_text {
		font-size: 1.2vw;
	}	
	
.icon1 {
    width: 20%;
    margin-left: 3%;
}	
	
.icon2, .icon3, .icon4 {
    width: 20%;

}	
	
	.testimonials {
		margin-top: 4%;
	}

.quote_text {

    font-size: 1.7vw;

}

.events_heading {

    font-size: 3vw;
}



.events_right {
     font-size: 1.7vw;
	 width:35%;
	 margin-right:10%;
	 line-height:normal;
}

.events_left {
     font-size: 1.7vw;
	 width:35%;
	 margin-left:10%;
	 line-height:normal;
}
	
	

.contact_text {
	margin-bottom:2.5%;
    font-size: 3vw;

}

.footer_col1 {

    margin-left: 8%;
    width: 23%;
    font-size: 1.1vw;
}

.footer_col2 {
    margin-left: 3%;
    width: 20%;
    font-size: 1.8vw;
}
	
	.footer_col2 span {
		font-size: 1.4vw;
	}

.footer_container ul {
    font-size: 1.1vw;
}

.footer_heading {
    font-size: 1.4vw;
}

	
	.np_container {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
	margin-top: 10px;
		
		
	}
	
	.np_image {
	float:left;
	width:100%;
	height:auto;	
		
	}

	.np_image img{
	width:100%;
	max-width:300px;
		
	}

	.np_text {
	float:right;
	width:100%;
	height:auto;
		
	}
	
	
	
	
	
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	
	
	
.connect_text {

	font-size:1.5vw;
}

.connect_links {
    width: 17%;
}

	
	.nav {
		width: 61%;
	}
	
	
	.nav ul {
	  font-size:2vw;
	}
	
	.nav li a {
		font-size: 2.1vw;
	}
	
	.content_container {
	
	width:64%;
	
	}

	.content_container p {
		font-size:21px;
	}

.sidebar_container {

	width:22%;
}
.sidebar_container p {
		font-size:21px;
	}
	
	
	.icon_heading {
		font-size: 1.4vw;

	}	
		
	.icon_text {
		font-size: 1.1vw;
	}	
	
.icon1 {
    width: 20%;
    margin-left: 3%;
}	
	
.icon2, .icon3, .icon4 {
    width: 20%;

}	

.quote_text {

    font-size: 1.5vw;

}

.events_heading {

    font-size: 3vw;
}



.events_right {
     font-size: 1.5vw;
	 width:30%;
	 margin-right:10%;
	 line-height:normal;
}

.events_left {
     font-size: 1.5vw;
	 width:30%;
	 margin-left:10%;
	 line-height:normal;
}

.contact_text {

    font-size: 3vw;

}
	
	
	

.footer_col1 {

    margin-left: 5%;
    width: 22%;
    font-size: 1.5vw;
}

.footer_col2 {
    margin-left: 2%;
    width: 22%;
    font-size: 1.5vw;
}

.footer_container ul {
    font-size: 1.3vw;
}

.footer_heading {
    font-size: 1.5vw;
}


	.np_container {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
	margin-top: 10px;
		
		
	}
	
	.np_image {
	float:left;
	width:20%;
	height:auto;	
		
	}

	.np_image img{
	width:100%;
	max-width:300px;
		
	}

	.np_text {
	float:right;
	width:100%;
	height:auto;
		
	}
	

	
}

