/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 651px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 3.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 2.8rem; line-height: 1.25; letter-spacing: -.1rem; font-family: 'Dancing Script', cursive;
	font-weight:bolder;
	color:#00A19C; }
h3 { font-size: 2.5rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 651px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 3.2rem; }
  h3 { font-size: 2.8rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #00A19C;
  font-weight:bold;
  text-decoration:none; }
a:hover {
  color: #A8A9AD; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: auto;
  padding: 0 30px;
  color: #00A19C;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #00A19C;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #A8A9AD;
  border-color: #A8A9AD;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


.resize{
	width:100%;
	height:auto;
}

.nobr{
	white-space:nowrap;
}



.header-top{
	background-color: #00A19C;
	color:#fff;
	font-size: 2rem;
	padding:0.5% 0;
	vertical-align:middle;
}

@media (max-width:1268px){
	.header-top{
		font-size:1.8rem;
	}}
	
@media (max-width:1141px){
	.header-top{
		font-size:1.6rem;
	}}
@media (max-width:1014px){
	.header-top{
		font-size:1.5rem;
	}}

@media (max-width:950px){
	.header-top{
		font-size:1.4rem;
	}}
	
@media (max-width:650px){
	.header-top{
		text-align:center;
	}}

.sm-header{
	text-align:right;
	line-height:0;
}

.sm-header img{
	max-width:37px;
}



.header{
	padding:1% 0;
}

@media (max-width:865px){
	.header{
		font-size:1.5rem;}
	}

@media (max-width:650px){
	.header{
		text-align:center;
	}
	.sm-header{
		text-align:center;
	}}

.names{
	font-family: 'Dancing Script', cursive;
	font-size: 2.2rem;
	font-weight:bolder;
	color:#A7A9AC;
	padding-top:1%;
	padding-right:1%;
}

@media (max-width:1250px){
	.names{
		font-size:2.0rem;
}}

@media (max-width:1100px){
	.names{
		font-size:1.8rem;
}}

@media (max-width:1000px){
	.names{
		font-size:1.7rem;
}}

@media (max-width:950px){
	.names{
		font-size:1.6rem;
}}

@media (max-width:850px){
	.names{
		font-size:1.5rem;
}}

@media (max-width:847px){
	.names{
		padding-top:3%;
}}

@media (max-width:800px){
	.names{
		padding-top:4%;
		font-size:1.4rem;
}}

@media (max-width:770px){
	.names{
		padding-top:0;
		font-size:1.35rem;
}}

@media (max-width:762px){
	.names{
		padding-top:4%;
}}

@media (max-width:650px){
	.names{
		font-size:1.9rem;
		padding-bottom:2%;
}}

.m{
	color:#00A19C;
}


.logo img{
	max-width: 235px;
}

@media (max-width:847px){
	.logo{
		padding-top:3%;
}}

@media (max-width:770px){
	.logo{
		padding-top:0;
}}

@media (max-width:762px){
	.logo{
		padding-top:4%;
}}

@media (max-width:650px){
	.logo{
		padding-top:0;
}}

.contact{
	text-align:right;
	font-weight:bold;
	padding:2%;
}

.phone{
	padding-left:2%;
}

.contact a{
	text-decoration:none;
	color:#00A19C;
}

@media (max-width:904px){
	.contact{
		font-size: 1.5rem;
	}}
	
@media (max-width:770px){
	.contact{
		font-size: 1.35rem;
	}}

@media (max-width:650px){
	.contact{
		text-align:center;
		font-size:1.6rem;
	}}

/* =Nav
-------------------------------------------------------------- */
.menu{
	border-top:2px solid #333;
		margin-top:2%;}

	
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align:right;
  color:#A7A9AC;
  
}

ul.topnav li {display: inline;
text-align:center;
 padding: 12px 10px;
}

ul.topnav li a {
  display: inline-block;
  color: #A7A9AC;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  padding-top:12px;
  font-size:1.6rem;
}

ul.topnav li a:first-child {
	padding-left:0;
}

ul.topnav li a:hover {
	border-bottom: 3px solid #00A19C;
	color:#656565;}
	


ul.topnav li.icon {display: none;}



		
@media screen and (max-width:1372px) {
	ul.topnav li {
		padding:12px 8px;}}
		
@media screen and (max-width:1319px) {
	ul.topnav li {
		padding:12px 6px;}}
		
@media screen and (max-width:1266px) {
	ul.topnav li a{
		font-size: 1.5rem;}}
		
@media screen and (max-width:1158px) {
	ul.topnav li a{
		font-size: 1.4rem;}}

@media screen and (max-width:1095px) {
  ul.topnav li {display: none; padding:0;}
  ul.topnav li.icon {
    display: inline-block;
  }
  ul.topnav li a {
	  padding-top:0;
	  margin-bottom:0;
  }
  
  ul.topnav li {
	  margin-bottom:0;
  }
}

@media screen and (max-width:1095px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

@media screen and (max-width:650px) {
	ul.topnav.responsive li a {
		text-align:center;}
	ul.topnav {
		text-align:center;}}


.hero{
	line-height:0;
}

/* Slideshow
-------------------------------------------------------------- */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height:0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  line-height:0;
  margin-bottom:0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  line-height:0;
  }

.cta{
	background-color: #00A19C;
	color:#fff;
	padding:1% 0;
	text-align:center;
	font-size:2.0rem;
	font-weight:bold;
}

.cta img{
	max-width:106px;
}

@media (max-width:1024px){
	.cta img{
		max-width:75px;
	}}
	
@media (max-width:852px){
	.cta{
		font-size:1.8rem;
	}}
	
@media (max-width:766px){
	.cta{
		font-size:1.7rem;
	}}
	
@media (max-width:724px){
	.cta{
		font-size:1.6rem;
	}}

.cta a{
	color:#fff;
	text-decoration:none;
}

.test a:hover{
  filter: grayscale(100);
}


.main{
	padding:2%;
}

.content h1{
	font-size:2.5rem;
	color: #00A19C;
	font-weight:bold;
}





.cta2 h1{
	font-size:1.8rem;
}

.cta2 {
	font-size:2.5rem;
	color: #00A19C;
	font-weight:bold;
}

.cta2 a{
	color:#ffffff;
}

.cta2-bg{
	background-color: #00A19C;
	margin-bottom:1%;
}

.cta2-bg:hover{
  filter: grayscale(100%);
}

.cta2-bg a:hover{
	background-color: #A7A9AC;
}

.cta2 a{
	text-decoration:none;
}


.cta2-i{
	padding:1%;
	line-height:0;
}

.cta2-i img{
	max-width:34px;
	margin:auto;
}

.cta2-t {
	padding-top:1.5%;
}

.cta2-a {
	padding-top:2%;
	text-align:right;
	padding-right:2%;
}

@media (max-width:950px){
	.cta2{
		font-size:1.6rem;}}
		
@media (max-width:844px){
	.cta2{
		font-size:1.5rem;}}
		
@media (max-width:791px){
	.cta2{
		font-size:1.4rem;}}

@media (max-width:650px){
	.cta2{
		text-align:center;
		font-size:1.8rem;}
	.cta2-a {
		display:none;}
		}

.blog{
	background-image:url(../images/blog-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:1% 0;
	color:#fff;
}

.blog h2{
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}

.blog button{
	background-color: #fff;
	font-size:1.6rem;
	text-transform:none;
	height:auto;
  color: #00A19C;
}

.blog button:hover{
	background-color: #A7A9AC;
  color: #fff;
	
}

.blog-right {
	float:right;
	width:20%;
	margin-left:1%;
}

@media (max-width:650px){
	.blog-right{
		width:100%;
		float:none;}
	.blog-right img{
		max-width:400px;
	}}

.review{
	padding:2% 0;
	font-weight:bold;
	font-size:2.2rem;
	text-align:center;
	color: #00A19C;
}

@media (max-width:650px){
	.review img{
		max-width:200px;
	}}
	


.review-sm img{
	max-width:50px;}

	
 .review-sm img:hover{
    filter: grayscale(100%);
  }
	
	
 .google img:hover{
    filter: grayscale(100%);
  }
	
@media (max-width:990px){
	.review-sm img{
	max-width:40px;}}
	
@media (max-width:945px){
	.google{
		padding-top:4%;
	}
  
	.review-sm{
		padding-top:2%;}}
		
@media (max-width:802px){
	.review{
		font-size:1.8rem;}
	.google{
		padding-top:1%;
	}
	.review-sm{
		padding-top:2%;}}
		
@media (max-width:792px){
	.review-sm img{
	max-width:30px;}}
	
@media (max-width:773px){
	.google{
		padding-top:4%;
	}}
	
@media (max-width:650px){
	.review-sm img{
	max-width:50px;}
	
	.review{
		font-size:2.2rem;}}
	
.visit{
	padding-top:2%;
}

@media (max-width:1730px){
	.visit {
		padding-top:0;
	}}

.date{
	padding-top:1%;
}

@media (max-width:1469px){
	.date {
		padding-top:0;
	}}

.footer{
	border-top: 1px solid #333;
		padding:1% 0;
	margin-top:1%;
	color:#707070;
}

.footer a{
	text-decoration:none;
	color:#707070;
}

.footer a:hover{
	color: #00A19C;
}

.footer img{
	max-width:235px;
	padding-bottom:1%;
}

.footer h4{
	color: #00A19C;
	font-size:1.8rem;
	font-weight:bold;
}

.footer ul{
	list-style:none;
}

@media (max-width:900px){
	.footer{
		font-size:1.5rem;}}
		
@media (max-width:800px){
	.footer{
		font-size:1.4rem;}}

@media (max-width:650px){
	.footer{
		text-align:center;
		font-size:1.6rem;
	}}



.footer2{
	background-color: #353F4B;
	color:#fff;
	font-size:1.2rem;
	padding:1% 0;
}

.footer2 a{
	color:#fff;
	font-weight:normal;
}

.copy {
	padding-top:2%;
}

.uponline{
	text-align:right;
}

.uponline img{
	max-width:100px;
}

@media (max-width: 650px) {
	.footer2{
		text-align:center;}
	.uponline{
	text-align:center;
}}

.header-int{
	padding:1% 0;
	border-bottom: 1px solid #333;
}

@media (max-width:865px){
	.header-int{
		font-size:1.5rem;}
	}

@media (max-width:650px){
	.header-int{
		text-align:center;
	}}



.int-title{
	padding:0.5% 0;
	margin-bottom:1%;
	text-align:center;
}

.int-title h1{
	font-family: 'Dancing Script', cursive;
	font-weight:bold;
	color:#00a499;
	margin-bottom:0;
}

.main-int{
	padding:2% 0;
}

.sidebar {
	padding:1%;
	text-align:center;
	float: left;
	margin-left:0;
}

.sidebar ul{
	list-style:none;
}

.sidebar li{
	background-color: #00A19C;
	margin-bottom:2%;
	color:#ffffff;
}
.sidebar li a{
	text-decoration:none;
	color:#ffffff;
	padding: 1%;
}

.sidebar li:hover {
  background-color: #A7A9AC;
 }

@media (max-width: 900px) {
.sidebar {
	font-size:1.4rem;}
}


@media (max-width: 650px) {
.sidebar {
	font-size:1.6rem;}
}

.int-content {
	float: right;
	padding:1%;
}

.content-right{
	width:25%;
	float: right;
	margin-left:1%;
}

@media (max-width: 650px){
	.content-right{
		width:30%;
		height:auto;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}}

.footer-int{
		padding:1% 0;
	color:#707070;
}

.footer-int a{
	text-decoration:none;
	color:#707070;
}

.footer-int a:hover{
	color: #00A19C;
}

.footer-int img{
	max-width:235px;
	padding-bottom:1%;
}

.footer-int h4{
	color: #00A19C;
	font-size:1.8rem;
	font-weight:bold;
}

.footer-int ul{
	list-style:none;
}

@media (max-width:900px){
	.footer-int{
		font-size:1.5rem;}}
		
@media (max-width:800px){
	.footer-int{
		font-size:1.4rem;}}

@media (max-width:650px){
	.footer-int{
		text-align:center;
	}}

.ft-contact img{
	max-width:37px;
}

.google-maps {
	position: relative;
	padding-bottom: 20%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width:650px){
	.google-maps{
		padding-bottom: 55%;
	}}

.top {
	float:right;
	font-weight:bold;
	margin-bottom:1%;
}

.contact-form{
	border: 1px solid #00A19C;
	border-radius: 15px;
	padding: 4%;
	margin-bottom:2%;
}

.google-maps-full {
	position: relative;
	padding-bottom: 25%; 
	height: 0;
	overflow: hidden;
}

.google-maps-full iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.team img{
	max-width:300px;
}


/* Landing Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lp-sidebar {
	position: -webkit-sticky;
    position: sticky;
	background-color: #00A19C;
	color:#FFFFFF;
	padding:1%;
	text-align:center;
	top:0;
	float:right;
	margin-left:1%;
}
.lp-sidebar img{
		max-width:200px;
		margin-bottom:2%;
}

.lp-sidebar input[type="submit"]{
	background-color:#ffffff;
}

.lp-sidebar input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	color:#333;
}
	
.main-lp{
	width:60%;
	float:left;}
	
.main-lp h1{
	font-family: 'Dancing Script', cursive;
	color:#00A19C;
	font-weight:bold;
}

@media screen and (max-width:1724px){
	.main-lp{
		width:58%;
	}}
	
@media screen and (max-width:1635px){
	.main-lp{
		width: 56%;
	}}	
@media screen and (max-width:1555px){
	.main-lp{
		width:54%;
	}}	
	
@media screen and (max-width:1483px){
	.main-lp{
		width:52%;
	}}	
	
@media screen and (max-width:1417px){
	.lp-sidebar{
		width:40%;
	}}		

@media screen and (max-width:770px){
	.lp-sidebar {
		width:100%;
		position:relative;
		margin-bottom:2%;
		float:none;
		margin-left:0;

	}
	.main-lp {
		width:100%;
		float:none;}}
		
.bio-lp{
	background-color:#A7A9AC;
	padding:2%;
	color:#ffffff;
}

.bio-lp h1{
	color:#ffffff;
}

.bio-lp button{
	background-color:#ffffff;
}

.left-lp{
	width:25%;
	float:left;
	margin-right:2%;
}

.right-lp{
	width:35%;
	float:right;
	margin-left:2%;
}

@media (max-width:650px){
	.right-lp{
		width:100%;
		float:none;
		text-align:center;
		margin-left:0;
	}
	.left-lp{
		width:100%;
		float:none;
		text-align:center;
		margin-right:0;}}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

.alert {
  padding: 5px;
  background-color:  #E41616;
  color: #FFF;
  max-height:30px;
}

.alert a {
  color: #ffffff;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}

/*Pop-up*/
#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 3;
  cursor: pointer;
}
#text{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #464646;
  background: #FFFFFF;
  padding: 30px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
#close-box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    font-size: 3rem;
}

@media screen and (max-width:770px){
  #text {
    overflow-y: scroll;
    position: relative;
    top: 50%;
  }
}

/*Homepage newsletters*/
.newsletters p a{
	color: #ffffff;
	text-decoration: underline;

}

.newsletters {
	-webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:2;
	text-align:left;
	padding-bottom:2%;
}
