    @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: 'Lato', sans-serif; 
		color:#4a4a4a;
		text-align:center;
		margin: auto;
		overflow-x:hidden;
	}


	
		a img
	{
		border:none;
	
	}
	
	a {
	 color: #4a4a4a;
	 text-decoration:none;
	 
	 }
	 
	 
	a:hover {
	 text-decoration:underline;

	 }	

hr { margin: 40px 0px; }


	
	.clear{clear:both;}
	
	.outer_container {
		height: 100%;
		width: 100%;
	}
	
	
	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}

	

	img {
	width:100%;	
		
	}

	.top_bar {
		float:left;
		height:auto;
		width:100%;
		
	}
	
	
	.top_logo {
		float:left;
		height:auto;
		width:15%;
		margin-left:5%;
		margin-top:1%;
		margin-bottom:1%;
		
	}
	
	
.social_icons {
    float: left;
    height: auto;
    width: 12%;
    margin-left: 53%;
    margin-top: 2%;
    margin-bottom: 1%;

}

	.social_icons img{
		max-width:42px;
		margin-left:4px;
	}

.social_icons a:hover{
		opacity:0.6;
	}

	
.contact {
    float: right;
    height: auto;
    width: 12%;
    margin-right: 2.5%;
    margin-top: 2.5%;
    margin-bottom: 1%;
}

.contact a{
    font-size:1vw;
}

.contact a:hover {
	text-decoration: none;
	color: #9d2062;
}

.nav {
    float: right;
    height: auto;
    width: 53%;
    margin-right: 4%;
    margin-top: 0.5%;
    margin-bottom: 1%;
}

.nav{
    font-size:17px;
}	

.nav a {
	font-weight: 600;
}

.nav a:hover {
	text-decoration: none;
	color: #9d2062;
}


.header_image {
    float: left;
    height: auto;
    width: 100%;

}

.find_out_more {
    float: left;
    height: auto;
    width: 50%;
    margin-top: -29%;
    margin-left: -1%;
    position: relative;
}

	
.signup {
    float: left;
    height: auto;
    width: 100%;
    background-color: #D0DACF;
	margin-top:1.1%;
    padding-top: 1%;
    padding-bottom: 1.2%;
	
}

	
.signup_text {
    float: left;
    height: auto;
    width: 26%;
    font-size: 1.1vw;
	margin-left:28%;

}

.signup_input {
	float:right;
	width:17%;
	height:auto;
	margin-right:28%;
	margin-top: 0.1%;
	
	
}
.signup_input .image{
	background-image: url("../images/submit-button.svg");
  	width: 100%;
  	height: 50px;
 	margin: 0px;
 	background-repeat: no-repeat;
}
.signup_input .button{
	background: none;
	border: none;
	float: right;
	margin-right: 6%;
	margin-top: -7.5%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.signup_input input[type=text] {
    float: left;
    width: 62%;
    height: auto;
    margin-left: 5%;
    margin-top: -12%;
    position: relative;
    background-color: transparent;
    border: none;
    font-size: 0.9vw;
}

.signup_submit {
    float: left;
    width: 30%;
    height: auto;
    margin-left: 69%;
    margin-top: -15%;
    position: relative;
}

	


.sitemap li a{
	color: #4a4a4a;
	text-decoration: none;
}

.sitemap li a:hover{
	color: #9d2062;
	text-decoration: underline;
} 

.flower {
    float: left;
    height: auto;
    width: 23.5%;
    margin-left: 6%;
    margin-top: 2%;
}





.purple {
	color: #9d2062;
	font-weight: 600;
}


.how_can_i_help {
    float: left;
    height: auto;
    width: 100%;
	background-color: #D0DACF;
	margin-top:4%;
	padding-bottom:2%;
}

.hcih_heading {
    float: left;
    height: auto;
    width: 100%;
	text-align:center;
	font-size:3vw;
	margin-top:2%;
}

.hcih_text {
    float: left;
    height: auto;
    width: 100%;
	text-align:center;
	font-size:1.8vw;
	margin-top:1%;
}

.hcih_icons {
    height: auto;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.hcih_icons img {
    max-width: 82%;
    margin: 8% 0% 6% 0%;
}

.hcih_icon {
	padding:2%;
	float:left;
	width:20%;
	height:auto;
	font-size:1.2vw;
}




.articles {
    float: left;
    height: auto;
    width: 100%;
	margin-top:3%;
}

.article1 {
    float: left;
    height: auto;
    width: 25%;
	margin-left:5%;
}

.article2, .article3 {
    float: left;
    height: auto;
    width: 25%;
    margin-left: 7%;
}

.article_img {
    float: left;
    height: auto;
    width: 100%;
}

.article_title {
    float: left;
    height: auto;
    width: 100%;
	margin-top:10%;
	text-align:center;
}

.article_title a{
	font-size:1.5vw;
	font-weight:bold;
	color:#262262;
}

.article_details {
    float: left;
    height: auto;
    width: 100%;
	margin-top:3%;
	font-size:1vw;
	text-align:center;
	font-weight:bold;
	color: #8a8a8a;
}

.article_details span {
    color:#EB457B;
}



	.topnav {	
	display:none;	
}






/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 10%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.icon-bar {
  position: fixed;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.icon-bar a {
  display: block;
    text-align: center;
    padding: 12px;
    margin: 4px 0px 0px 4px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 24px;
}

.icon-bar a:hover {
  background-color: #000;
background: #000;
background: -moz-linear-gradient(45deg, #000 0%, #000 52%, #000 100%);
background: -webkit-linear-gradient(45deg, #000 0%, #000 52%, #000 100%);
background: linear-gradient(45deg, #000 0%, #000 52%, #000 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb900",endColorstr="#6633ff",GradientType=1);
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
  background: rgb(255,185,0);
background: -moz-linear-gradient(45deg, rgba(255,185,0,1) 0%, rgba(245,0,135,1) 52%, rgba(102,51,255,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(255,185,0,1) 0%, rgba(245,0,135,1) 52%, rgba(102,51,255,1) 100%);
background: linear-gradient(45deg, rgba(255,185,0,1) 0%, rgba(245,0,135,1) 52%, rgba(102,51,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb900",endColorstr="#6633ff",GradientType=1);
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}



	#contact_tab {
    position: fixed;
    bottom: 0px;    
    width: 100%;
    z-index: 90;
	text-align: center;
    float: right;
		background: #d0dacf;
		padding: 26px 0px;
		
		-webkit-box-shadow: inset 0px 10px 15px -3px rgba(12,51,10,0.2); 
		box-shadow: inset 0px 10px 15px -3px rgba(12,51,10,0.2);
		
	}
	#contact_tab img{
/*	display: block;  */
    margin-left: auto;
    margin-right: auto;
    width: 32%;
    height: auto;
	}




		#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:75%;
	height:auto;
		
	}
	
	#np_text h2{
	font-size: 1.5vw;
	font-weight: bold;
	margin: 0px;
		
	}	

	.circle {
    float: left;
    height: auto;
    width: 23.5%;
    margin-left: 6%;
    margin-top: 2%;
}


.content_text {
    float: right;
    height: auto;
    width: 59%;
    margin-right: 7%;
    margin-top: 3%;
	text-align: left;
}

.content_text blockquote{
	background: url("../images/quote.png") no-repeat;
	width: 100%;
	margin: auto;
}

.content_text blockquote p{
	margin: 0% 0% 0% 7%;
}
.content_text blockquote h5{
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	margin: 2% 0% 4% 7%;
}


.content_article {
    float: right;
    height: auto;
    width: 70%;
    margin-right: 15%;
    margin-top: 3%;
}

	.footer_bar {
    float: left;
    height: auto;
    width: 90%;
	margin-top:2%;
	margin-bottom: 10%;
	border-top: medium solid #9d2062;
	background-color:#fff;
	padding: 2% 5% 2% 5%;
	text-align:center;
	color: #4a4a4a;
	line-height:24px;
}
.footer_bar img{
	width: 60%;
	margin-bottom: 4%;
}



#footer_col1 {
	
	float: left;
    width: 25%;
    height: auto;
	text-align: left;
		
	}	
	
	
	#footer_col2 {
	
	float: left;
    width: 17%;
    height: auto;
    text-align: left;
    margin-top: 67px;
	margin-left: 8%;
		
	}

	
	#footer_col2 span{
	
	font-size:16px;
		
	}

	#footer_col1 a, #footer_col2 a, #footer_col3 a{
	
	text-decoration:none;
	color: #4a4a4a;
		
	}
	
	#footer_col1 a:hover, #footer_col2 a:hover, #footer_col3 a:hover{
	
	text-decoration:underline;
		
	}


	#footer_col3 {
	
	float: right;
    width: 25%;
    height: auto;
	text-align:right;
	margin-top:40px;
		
	}
	
	
	#footer_col3 table{
	
    width: 250px;
    display: inline-table;
		
	}




/* Float cancel and delete buttons and add an equal width */
.cancelbtn-confirm, .deletebtn-confirm {
  float: left;
  width: 10%;
	cursor: pointer;
	border: none;
	padding: 4px 14px;
	margin: 4px 0px;
	opacity: 0.9;
}

.cancelbtn-confirm:hover, .deletebtn-confirm:hover {
  opacity:1;
}

/* Add a color to the cancel button */
.cancelbtn-confirm {
  background-color: #f2f2f2;
  color: black;
	margin-left:45%;
}

/* Add a color to the delete button */
.deletebtn-confirm {
  background-color: #f2f2f2;
	margin-left:4%;
}

/* Add padding and center-align text to the container */
.container-confirm {
  padding: 0.1% 3% 1.1% 3%;
  text-align: center;
}

.container-confirm a { 
	font-weight: bold;
	color: #f2f2f2;
}

.container-confirm a:hover { 
	text-decoration: underline;
}

/* The Modal (background) */
.modal-confirm {
  /* display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 95; /* Sit on top */
  left: 0;
  bottom: 0;
  width: 100%; /* Full width */
  /* height: 100%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: none;
}

/* Modal Content/Box */
.modal-content-confirm {
	width: 100%;
	border-top: 2px solid white;
}

/* Style the horizontal ruler */
hr-confirm {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close-confirm {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close-confirm:hover,
.close-confirm:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix-confirm::after {
  content: "";
  clear: both;
  display: table;
}


@media only screen and (max-width: 760px){
.cancelbtn-confirm, .deletebtn-confirm { width: 90%; }
.cancelbtn-confirm { margin-left:5%; }
.deletebtn-confirm { margin-left:5%; }
}

@media only screen and (min-width: 761px) and (max-width: 1365px) {
.cancelbtn-confirm, .deletebtn-confirm { width: 30%; }
.cancelbtn-confirm { margin-left:35%; }
.deletebtn-confirm { margin-left:4%; }
}






	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 760px)  {
	
	
	
	.top_logo {
		float:left;
		height:auto;
		width:40%;
		margin-left:5%;
		margin-top:3%;
		margin-bottom:3%;
		
	}
	
		
	

.social_icons {
    width: 43%;
    margin-left: 9%;
	margin-top: 9%;
}
	
	
.social_icons img {
    max-width: 30px;
}	
	
	
	
.contact {
	display: none;
    margin-top: 3%;
	margin-right:5%;
	width:24%;

}	

.contact a {
    font-size: 3vw;
}




.nav {

    display:none;

}
h1 {
	line-height: normal;
	font-size: 8vw;
}

h2 {
	line-height: normal;
}

h2 a { text-decoration:none !important;}

h2 a:hover { text-decoration:underline !important;}

h3 {
	color:#4a4a4a;
	line-height: 24px;
    font-size: 18px;
	letter-spacing: 0.5px;
}
h4 {
	color:#9d2062;
	line-height: 30px;
    font-size: 6.5vw;
	letter-spacing: 0.5px;
}

	

.find_out_more {

    width: 65%;

}


.signup_text {

    width: 90%;
	margin-left:5%;
	margin-top:1%;
    font-size: 4vw;
	text-align:center;
}

.signup_input {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-top: 3%;
}

.signup_input input[type=text] {

    font-size: 3vw;
	margin-top:-13%;
}
	
	.content_container {
	float:left;
	width:80%;
	height:auto;
	font-size:5.5vw;
	margin-left:10%;
	margin-top:2%;
	margin-bottom:3%;
	line-height:30px;
	text-align: left;
}

.content_container a{
	color: #9d2062;
	text-decoration: none;
}

.content_container a:hover{
	color: #9d2062;
	text-decoration: underline;
}


.flower {
    display:none;
}
.download_guide {
    float: left;
    height: auto;
    width: 100%;

}

.download_guide_text {
    float: left;
    width: 80%;
    margin-right: 0%;
	margin-left:10%;
    margin-top: 7%;
	text-align: left;
}


.dg_heading {
	float:left;
	width:100%;
	height:auto;
    font-size:8vw;
	color:#9d2062;
	font-weight: 600;
}

.dg_text {
    float: left;
    width: 100%;
    height: auto;
    font-size: 5.5vw;
    line-height: normal;
}

.dg_bullets {
    float: left;
    width: 95%;
    height: auto;
    font-size: 5.5vw;
    margin-left: 5%;
    margin-top: 2%;
    line-height: normal;
    font-style: italic;
}

.dg_button {
    float: left;
    width: 34%;
    height: auto;
    margin-top: 4%;
    margin-left: 33%;
}

.dg_button img{
    max-width:700px;
}
.download{
	height: auto;
	width: 125%;
	margin-left: -10%;
	} 
.download-arrow{
	display: none;
	} 
.download-text h2{
		text-align: center; 
		line-height: 37px;
		font-size: 20px !important;
		
	}

.hcih_icons {
    width: 80%;

}

.hcih_heading {

    font-size: 6vw;

}

.hcih_text {
    font-size: 3.5vw;

}

.hcih_icon {

    font-size: 2.5vw;
}





.articles {
    width: 90%;
	margin-left:5%;
    margin-top: 2%;
}

.article1, .article2, .article3{

    width: 100%;
	margin-left:0%;
	text-align:center;
	margin-top:3%;
}

.article1 img, .article2 img, .article3 img{

    max-width:200px;
}

.article_title {
    margin-top: 0%;
}

.article_title a {
    font-size: 5.5vw;
	
}


.article_details {

    font-size: 3vw;
	margin-top:0%;
	margin-bottom:3%;
}



.topnav {
  overflow: hidden;
  background-color: #9c1f61;
  position: relative;
  display:block;
  float:left;
  width:100%;
  height:auto;
  min-height:20px;

}

.topnav #myLinks {
  display: none;
  
}

.topnav a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  display: block;
  min-height:41px;

}

#myLinks a {
    padding: 0px 24px;
}


.topnav a.icon {
  background: #9c1f61;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}	
	
.top_mobile { display:block;}

.active {
display: none;

}		
	
	
	#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:95%;
	height:auto;
		
	}	
	
	#np_text h2{
	font-size: 6.5vw;
	font-weight: bold;
	margin: 0px;
		
	}	
	

.circle {
    float: left;
    height: auto;
    width: 90%;
    margin-left: 6%;
    margin-top: 2%;
}

.content_text {
    float: right;
    height: auto;
    width: 85%;
    margin-right: 10%;
    margin-top: 0%;
	text-align: left;
}

.content_text blockquote{
	background: url("../images/quote.png") no-repeat;
	width: 100%;
	margin: auto;
}

.content_text blockquote p{
	margin: 0% 0% 0% 7%;
}
.content_text blockquote h5{
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	margin: 2% 0% 4% 7%;
}


.content_article {
    float: right;
    height: auto;
    width: 70%;
    margin-right: 15%;
    margin-top: 3%;
}

.my_clients {
    display: none;
}
.my_articles {
    float: left;
    height: auto;
    width: 100%;
	margin-top:2%;
	margin-bottom:5%;
}

.mc_heading {
    float: left;
    height: auto;
    width: 100%;
	text-align:center;
	font-size:7vw;
	margin-top:2%;
}
.mc_link {
	width: 100%;
 	height: 50px;
 	font-size: 3.05vw;
  	text-decoration: none;
  	float: left;
  	margin-top: 10px;
	}


.mc_testimonials {
    float: left;
    height: auto;
    width: 100%;
	font-size:2vw;
	margin-top:2%;
	font-style:italic;
}

.mc_testimonial1 {
    float: left;
    height: auto;
    width: 24%;
	margin-left:20%;
	font-size:1.5vw;
	margin-top:2%;
}

.mc_testimonial2{
    float: right;
    height: auto;
    width: 24%;
	margin-right:20%;
	font-size:1.5vw;
	margin-top:2%;
}

.mc_line_container {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 2%;
}


.mc_line {
    height: auto;
    width: 45%;
    border-bottom: 3px #000 solid;
    text-align: center;
    margin: 0 auto;
}
	
	.contact-box{
		width: 100%;
		height: 25px;
		max-width:350px;
	}
	
	.g-recaptcha{
		width: 40%;
		height: auto;
	}

.footer_bar {
    float: left;
    height: auto;
    width: 90%;
	margin-top:2%;
	margin-bottom: 10%;
	border-top: medium solid #9d2062;
	background-color:#fff;
	padding: 2% 5% 2% 5%;
	text-align:center;
	color: #4a4a4a;
}
.footer_bar img{
	width: 60%;
	margin-bottom: 4%;
}



#footer_col1 {
	
	float: left;
    width: 95%;
    height: auto;
		text-align: center;
		
	}	
	
	
	#footer_col2 {
		display: none;
		
	}

	
	#footer_col2 span{
	
	font-size:16px;
		
	}

	#footer_col1 a, #footer_col2 a, #footer_col3 a{
	
	text-decoration:none;
	font-size:14px;
	color: #4a4a4a;
		
	}
	
	#footer_col2 a:hover, #footer_col3 a:hover{
	
	text-decoration:underline;
	font-size:14px;
	color: #4a4a4a;
		
	}


	#footer_col3 {
	
float: left;
width: 100%;
height: auto;
text-align: center;
margin-top: 8%;
margin-bottom: 20%;
		
	}
	
	
	#footer_col3 table{
	
    width: 250px;
    display: inline-table;
		
	}

#contact_tab {
    position: fixed;
    bottom: 0px;    
    width: 100%;
    z-index: 90;
	text-align: center;
    float: right;
		background: #d0dacf;
		padding: 26px 0px;
		
		-webkit-box-shadow: inset 0px 10px 15px -3px rgba(12,51,10,0.2); 
		box-shadow: inset 0px 10px 15px -3px rgba(12,51,10,0.2);
		
	}
	#contact_tab img{
/*	display: block;  */
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    height: auto;
	}
	
	.icon-bar {
		display:none;
    	top: 60%;
    	-webkit-transform: translateY(-40%);
    	-ms-transform: translateY(-40%);
    	transform: translateY(-40%);
}
	
	.icon-bar a {
		padding: 6px;
		font-size: 16px;
		width: 18px;
	}

}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	
.social_icons {
    width: 20%;
    margin-left: 40%;
}
	
	
.social_icons img {
    max-width: 30px;
}	
	
	
	
.contact {

    margin-top: 3%;
	margin-right:7%;

}	

.contact a {
    font-size: 1.4vw;
}


	
.nav a, .nav {
    font-size: 1.3vw;
}

.nav {

    width: 71%;

}
h1 {
	line-height: normal;
	font-size: 5vw;
}

h2 {
	line-height: normal;
}

h2 a { text-decoration:none !important;}

h2 a:hover { text-decoration:underline !important;}

h3 {
	color:#4a4a4a;
	line-height: 24px;
    font-size: 18px;
	letter-spacing: 0.5px;
}
h4 {
	color:#9d2062;
	line-height: 24px;
    font-size: 3vw;
	letter-spacing: 0.5px;
}


.signup_text {

    width: 31%;
    font-size: 1.4vw;
    margin-left: 24%;
}
	
	.content_container {
	float:left;
	width:90%;
	height:auto;
	font-size:2.5vw;
	margin-left:5%;
	margin-top:2%;
	margin-bottom:3%;
	line-height:3.75vw;
	text-align: left;
}

.content_container a{
	color: #9d2062;
	text-decoration: none;
}

.content_container a:hover{
	color: #9d2062;
	text-decoration: underline;
}
.download_guide {
    float: left;
    height: auto;
    width: 100%;

}
.download_guide_text {
    float: right;
    height: auto;
    width: 59%;
    margin-right: 7%;
    margin-top: 3%;
	text-align: left;
}

.dg_heading {
	float:left;
	width:100%;
	height:auto;
    font-size:3vw;
	color:#9d2062;
	font-weight: 600;
}

.dg_text {
    float: left;
    width: 100%;
    height: auto;
    font-size: 1.5vw;
    line-height: 1.8vw;
}

.dg_bullets {
    float: left;
    width: 95%;
    height: auto;
    font-size: 1.5vw;
    margin-left: 5%;
    margin-top: 2%;
    line-height: 2.2vw;
    font-style: italic;
}

.dg_button {
    float: left;
    width: 34%;
    height: auto;
    margin-top: 4%;
    margin-left: 33%;
}

.dg_button img{
    max-width:700px;
}
.download{
	height: auto;
	width: 50%;
	} 
.download-arrow{
		height: auto; 
		width: 100px
	}
.download-text h2{
		text-align: left; 
		line-height: 37px
	}

.article_details {

    font-size: 1.2vw;

}
	#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;
		
	}
	
		#np_text h2{
	font-size: 3.5vw;
	font-weight: bold;
	margin: 0px;
		
	}	
	
.circle {
    float: left;
    height: auto;
    width: 35%;
    margin-left: 0%;
    margin-top: 2%;
}

.content_text {
    float: right;
    height: auto;
    width: 55%;
    margin-right: 7%;
    margin-top: 3%;
	text-align: left;
}

.content_text blockquote{
	background: url("../images/quote.png") no-repeat;
	width: 100%;
	margin: auto;
}

.content_text blockquote p{
	margin: 0% 0% 0% 7%;
}
.content_text blockquote h5{
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	margin: 2% 0% 4% 7%;
}


.content_article {
    float: right;
    height: auto;
    width: 70%;
    margin-right: 15%;
    margin-top: 3%;
}

	.my_clients {
    float: left;
    height: auto;
    width: 100%;
	margin-top:2%;
	margin-bottom:5%;
}
.my_articles {
    float: left;
    height: auto;
    width: 100%;
	margin-top:2%;
	margin-bottom:5%;
}

.mc_heading {
    float: left;
    height: auto;
    width: 100%;
	text-align:center;
	font-size:3vw;
	margin-top:2%;
}
.mc_link {
	width: 100%;
 	height: 50px;
 	font-size: 1.05vw;
  	text-decoration: none;
  	float: left;
  	margin-top: 10px;
	}


.mc_testimonials {
    float: left;
    height: auto;
    width: 100%;
	font-size:2vw;
	margin-top:2%;
	font-style:italic;
}

.mc_testimonial1 {
    float: left;
    height: auto;
    width: 24%;
	margin-left:20%;
	font-size:1.5vw;
	margin-top:2%;
}

.mc_testimonial2{
    float: right;
    height: auto;
    width: 24%;
	margin-right:20%;
	font-size:1.5vw;
	margin-top:2%;
}

.mc_line_container {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 2%;
}


.mc_line {
    height: auto;
    width: 45%;
    border-bottom: 3px #000 solid;
    text-align: center;
    margin: 0 auto;
}

.contact-box{
	width: 100%;
	height: 25px;
	max-width:350px;
	}
	
.g-recaptcha{
	width: 40%;
	height: auto;
	}	
.footer_bar {
    float: left;
    height: auto;
    width: 90%;
	margin-top:2%;
	margin-bottom: 14%;
	border-top: medium solid #9d2062;
	background-color:#fff;
	padding: 2% 5% 2% 5%;
	text-align:center;
	color: #4a4a4a;
	font-size: 1.5vw;
}
.footer_bar img{
	width: 60%;
	margin-bottom: 4%;
}



#footer_col1 {
	
	float: left;
    width: 25%;
    height: auto;
		text-align: left;
		
	}	
	
	
	#footer_col2 {
	
	float: left;
	width: 20%;
	height: auto;
	text-align: left;
	margin-top: 8px;
	margin-left: 2%;
		
	}

	
	#footer_col2 span{
	
	font-size:16px;
		
	}

	#footer_col1 a, #footer_col2 a, #footer_col3 a{
	
	text-decoration:none;
	font-size:1.5vw;
	color: #4a4a4a;
		
	}
	
	#footer_col2 a:hover, #footer_col3 a:hover{
	
	text-decoration:underline;
	font-size:1.5vw;
	color: #4a4a4a;
		
	}


	#footer_col3 {
	float: right;
	width: 31%;
	height: auto;
	text-align: right;
	margin-top: 1px;
		
	}
	
	
	#footer_col3 table{
	
    width: 250px;
    display: inline-table;
		
	}
	
	#contact_tab {
    position: fixed;
    bottom: 0px;    
    width: 100%;
    z-index: 90;
	text-align: center;
    float: right;
		background: #d0dacf;
		padding: 26px 0px;
		
		-webkit-box-shadow: inset 0px 10px 15px -3px rgba(12,51,10,0.2); 
		box-shadow: inset 0px 10px 15px -3px rgba(12,51,10,0.2);
		
	}
	#contact_tab img{
/*	display: block;  */
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
	}
	

	
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1366px) and (max-width: 2000px)  {
	
	
.social_icons {
    margin-left: 52%;
}	

	
.social_icons img {
    max-width: 20%;
}
	
	
.nav a, .nav {
    font-size: 0.9vw;
}
h1 {
	line-height: normal;
	font-size: 3vw;
}

h2 {
	line-height: normal;
}

h2 a { text-decoration:none !important;}

h2 a:hover { text-decoration:underline !important;}

h3 {
	color:#4a4a4a;
	line-height: 24px;
    font-size: 1vw;
	letter-spacing: 0.5px;
}
h4 {
	color:#9d2062;
	line-height: 24px;
    font-size: 1.5vw;
	letter-spacing: 0.5px;
}

	
	.content_container {
	float:left;
	width:90%;
	height:auto;
	font-size:1.3vw;
	margin-left:5%;
	margin-top:2%;
	margin-bottom:3%;
	line-height:1.8vw;
	text-align: left;
}

.content_container a{
	color: #9d2062;
	text-decoration: none;
}

.content_container a:hover{
	color: #9d2062;
	text-decoration: underline;
}
.download_guide {
    float: left;
    height: auto;
    width: 100%;

}
.download_guide_text {
    float: right;
    height: auto;
    width: 59%;
    margin-right: 7%;
    margin-top: 3%;
	text-align: left;
}

.dg_heading {
	float:left;
	width:100%;
	height:auto;
    font-size:3vw;
	color:#9d2062;
	font-weight: 600;
}

.dg_text {
    float: left;
    width: 100%;
    height: auto;
    font-size: 1.3vw;
    line-height: 1.8vw;
}

.dg_bullets {
    float: left;
    width: 95%;
    height: auto;
    font-size: 1.3vw;
    margin-left: 5%;
    margin-top: 2%;
    line-height: 2.2vw;
    font-style: italic;
}

.dg_button {
    float: left;
    width: 34%;
    height: auto;
    margin-top: 4%;
    margin-left: 33%;
}

.dg_button img{
    max-width:700px;
}
.download{
		height: auto;
		width: 50%;
		
	} 
.download-arrow{
		height: auto;
		width: 100%;
		
	} 
	.download-text h2{
		text-align: left; 
		line-height: 37px;
	}

.article_details {

    font-size: 1.2vw;

}
		#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:75%;
	height:auto;
		
	}
	
	#np_text h2{
	font-size: 1.5vw;
	font-weight: bold;
	margin: 0px;
		
	}	
	
	.circle {
    float: left;
    height: auto;
    width: 23.5%;
    margin-left: 6%;
    margin-top: 2%;
}

.content_text {
    float: right;
    height: auto;
    width: 59%;
    margin-right: 7%;
    margin-top: 3%;
	text-align: left;
}

.content_text blockquote{
	background: url("../images/quote.png") no-repeat;
	width: 100%;
	margin: auto;
}

.content_text blockquote p{
	margin: 0% 0% 0% 7%;
}
.content_text blockquote h5{
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	margin: 2% 0% 4% 7%;
}


.content_article {
    float: right;
    height: auto;
    width: 70%;
    margin-right: 15%;
    margin-top: 3%;
}
	
	.my_clients {
    float: left;
    height: auto;
    width: 100%;
	margin-top:2%;
	margin-bottom:5%;
}
.my_articles {
    float: left;
    height: auto;
    width: 100%;
	margin-top:2%;
	margin-bottom:5%;
}
.mc_heading {
    float: left;
    height: auto;
    width: 100%;
	text-align:center;
	font-size:3vw;
	margin-top:2%;
}
.mc_link {
	width: 100%;
 	height: 50px;
 	font-size: 1.05vw;
  	text-decoration: none;
  	float: left;
  	margin-top: 10px;
	}


.mc_testimonials {
    float: left;
    height: auto;
    width: 100%;
	font-size:2vw;
	margin-top:2%;
	font-style:italic;
}

.mc_testimonial1 {
    float: left;
    height: auto;
    width: 24%;
	margin-left:20%;
	font-size:1.5vw;
	margin-top:2%;
}

.mc_testimonial2{
    float: right;
    height: auto;
    width: 24%;
	margin-right:20%;
	font-size:1.5vw;
	margin-top:2%;
}

.mc_line_container {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 2%;
}


.mc_line {
    height: auto;
    width: 45%;
    border-bottom: 3px #000 solid;
    text-align: center;
    margin: 0 auto;
}
	
.contact-box{
	width: 100%;
	height: 25px;
	max-width:350px;
	}
	
.g-recaptcha{
	width: 18%;
	height: auto;
	}	
	
	.footer_bar {
    float: left;
    height: auto;
    width: 90%;
	margin-top:2%;
	margin-bottom: 10%;
	border-top: medium solid #9d2062;
	background-color:#fff;
	padding: 2% 5% 2% 5%;
	text-align:center;
	color: #4a4a4a;
	line-height:24px;
}
.footer_bar img{
	width: 60%;
	margin-bottom: 4%;
}



#footer_col1 {
	
	float: left;
    width: 25%;
    height: auto;
	text-align: left;
		
	}	
	
	
	#footer_col2 {
	
	float: left;
    width: 17%;
    height: auto;
    text-align: left;
    margin-top: 67px;
	margin-left: 8%;
		
	}

	
	#footer_col2 span{
	
	font-size:16px;
		
	}

	#footer_col1 a, #footer_col2 a, #footer_col3 a{
	
	text-decoration:none;
	color: #4a4a4a;
		
	}
	
	#footer_col1 a:hover, #footer_col2 a:hover, #footer_col3 a:hover{
	
	text-decoration:underline;
		
	}


	#footer_col3 {
	
	float: right;
    width: 25%;
    height: auto;
	text-align:right;
	margin-top:40px;
		
	}
	
	
	#footer_col3 table{
	
    width: 250px;
    display: inline-table;
		
	}
	#contact_tab {
    position: fixed;
    bottom: 0px;    
    width: 100%;
    z-index: 90;
	text-align: center;
    float: right;
		background: #d0dacf;
		padding: 26px 0px;
		
		-webkit-box-shadow: inset 0px 10px 15px -3px rgba(12,51,10,0.2); 
		box-shadow: inset 0px 10px 15px -3px rgba(12,51,10,0.2);
		
	}
	#contact_tab img{
/*	display: block;  */
    margin-left: auto;
    margin-right: auto;
    width: 32%;
    height: auto;
	}


	
}

