/* @override 
	https://www.tiked-lufkin.com/css/tiked.css?*
	https://tiked-lufkin.com/css/tiked.css?* */


/*#adminbar {
	position: relative;
 	clear: both;
	margin-bottom: 0px;
}
.adminbar-on .navbar {
	top: 50px;
}*/

/* General table styling */
table {
  border-collapse: separate; /* Allows padding and spacing to work */
  border-spacing: 0px; /* Replaces cellspacing */
  width: 100%; /* Makes table responsive by default */
  margin: 1rem 0; /* Adds vertical spacing around the table */
}

/* Table cells (td, th) */
td, th {
  padding: 6px; /* Replaces cellpadding */
  vertical-align: top; /* Aligns content to the top, replacing valign="top" */
  text-align: left; /* Default text alignment */
}

/* Optional: Styling for headers */
th {
  font-weight: bold;
  background-color: #f4f4f4; /* Light background for headers */
}

/* Optional: Add borders for clarity */
td, th {
  border: 1px solid #ddd; /* Subtle border */
}

/* Optional: Hover effect for rows */
tr:hover {
  background-color: #f9f9f9; /* Light highlight on hover */
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 20px 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	border: 0; 
}  

a {
	color: #b34034;
	text-decoration: none;
}
a:hover {
	color: #f26a55;
	text-decoration: underline;
}
.alert {
	  background-color: #b34034;
	  text-align: center;
	  padding: 12px 0 6px 0;
	  color: #FFF;
}
.alert p {
	margin: 0;
	text-align: center;
}

.alert a {
	color: #FFF;
}

h2 {
  margin-top: 25px;
  margin-bottom: 5px;
  color: #333;
  font-size: 26px;
  line-height: 32px;
}

h3 {
  margin-top: 19px;
  margin-bottom: 3px;
  color: #00788f;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.smallerGrid {
	margin-top: 60px;
}
.staffTitle {
	color: #999;
	text-transform: uppercase;
}
.shaded {
	background: #d9f1ff;
	padding: 30px;
	margin: 20px 0;
}
.w-col-6 .shaded {
	margin-top: 0;
}
.homeshaded {
	background: #efefef;
}
.shaded h2 {
	margin-top: 0;
}
.shaded ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.shaded li {
  flex: 1 0 30%;
  box-sizing: border-box;
  background: rgba(0,0,0,.1);
  color: #171e42;
  padding: 10px;
  text-align: left;
  margin-right: 10px;
}

.slider-2 {
  overflow: hidden;
  height: auto;
  background-color: transparent;
  margin-bottom: 20px;
}

.paddedmask {
  margin-right: 70px;
  margin-left: 70px;
}
 .testimonial {
   margin-right: 2%;
   margin-left: 2%;
 }
 .testimonial.mobile-last {
   margin-right: 4%;
 }
.flex-testimonial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 53px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;

}
.arrow {
  width: 40px;
  height: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 30px;
}

.arrow:hover {
  opacity: 1;
}

/*.hippiearrowl {
  display: none;
}*/

.serviceblock {
  display: block;
  width: 215px;
  height: 215px;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #fff;
  border-radius: 130px;
  background-image: url('/img/block-com.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.company {
  font-size: 13px;
  line-height: 16px;
}

.text-small {
  font-size: 20px;
  line-height: 30px;
}
.text-small p {
	display: inline;
}
p.reviewer {
	display: block;
	margin-top: 12px;
	font-style: italic;
}

.slide-nav-2 {
  position: relative;
  margin-top: 25px;
}
 

.footer-nav {
  float: left;
  max-width: 600px;
}
.footer-nav ul {
	margin: 0 0 10px 0;
	padding: 0;
}
.footer-nav ul li {
	display: inline-block;
}

.footer-nav li ul {
	margin-left: 15px;
	padding: 0 0 0 10px;
	float: none;
	
}
.footer-nav li {
	list-style: none;
}
.group:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.breadcrumbs {
	  margin: 0 0 20px 10px;
	  font-size: 13px;
	  color: #cecece;
} 

.breadcrumbs li {
	list-style: none;
	float: left;
	margin: 0 4px;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
}
.breadcrumbs li a {
	text-decoration: none;
	  color: #cecece;
}


.desktopHide {
	display: none;
}


.form .form-label {
	 display: none !important;
} 

.iFrameWrap {
   position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-small-green {
  color: #2b3b2d;
  font-size: 14px;
  line-height: 18px;
}

.hero {
  overflow: hidden;
  width: 100%;
  padding-top: 106px;
  padding-bottom: 70px;
  background-color: #e3f0ff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .07), rgba(0, 0, 0, .07)), url('/img/banner-back2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .07), rgba(0, 0, 0, .07)), url('/img/banner-back2.jpg');
  background-position: 0px 0px, 0% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.plain {
  padding-top: 15px;
  background-color: #b0dbe4;
  background-image: none;
}

._3-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  height: 105px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 22px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffba3b;
  text-decoration: none;
}

.tab.border {
  margin-right: 5%;
  background-color: #ffba3b;
  color: #677583;
}

 

.subtitle-green.white {
  max-width: 90%;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  padding: 10px;
  background: rgba(255,255,255,.6);
}

.name-heading-green {
  margin-top: 146px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 65px;
  line-height: 75px;
	text-shadow: 2px 2px 6px rgba(0,0,0,.6);
}

/*.name-heading-green.white {
  color: #004394;
  font-size: 65px;
  line-height: 75px;
}*/

.guy-hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.title-green {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #2b3b2d;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-green.medium {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.left-padding-2 {
  padding-left: 40px;
}

.signature {
  margin-top: 10px;
}

.text-block {
  position: absolute;
  left: 0px;
  bottom: 80px;
  display: inline;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 11px;
  text-align: left;
}

._60-column-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.capital-letter {
  position: relative;
  bottom: -4px;
  margin-right: 2px;
  color: #303643;
  font-size: 26px;
}

.left-padding {
  padding-left: 20px;
}

.left-padding.medium {
  padding-left: 10px;
}

.large-border {
  margin-bottom: 236px;
}

.tab-column {
  width: 56%;
}

.guy-column {
  position: relative;
  display: inline-block;
  width: 41%;
  margin-right: 10px;
  text-align: center;
}

.heading-border {
  margin-bottom: 30px;
}

.hero-tabs {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-paragraph-green {
  color: #2b3b2d;
}

.content-wrapper {
  position: relative;
  max-width: 1210px;
  padding-right: 25px;
  padding-left: 25px;
}

.tab-image-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

._2-content-section {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
}

.center-intro {
  display: block;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bottom-border {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.medium {
  margin-bottom: 25px;
}

.bottom-border.mini {
  margin-bottom: 5px;
}

.bottom-border.small-center {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.title-medium {
  font-size: 17.5px;
  text-transform: none;
}

.intro-text {
  color: #2b3b2d;
  font-size: 22.5px;
  line-height: 33.5px;
}

._2-60-column {
  display: inline-block;
  width: 59%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-40-column {
  position: relative;
  display: inline-block;
  width: 40%;
  text-align: center;
}

._2-40-column.right-padding {
  padding-right: 0px;
}

._2-40-column._1 {
  background-image: url('/img/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.italicized {
  color: #2b3b2d;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}

.button-4 {
  min-width: 170px;
  padding-top: 14px;
  background-color: #333;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-4:hover {
  padding-top: 12px;
  padding-bottom: 7px;
  border: 2px solid #303643;
  background-color: transparent;
  color: #303643;
}

.top-border {
  margin-top: 20px;
}

.top-border.large {
  margin-top: 30px;
}

.top-border.medium {
  margin-top: 15px;
}

.header-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
}

._2-top-padding {
  padding-top: 16px;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h2-title-lg {
  font-family: Oswald, sans-serif;
  color: #2b3b2d;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h2-title-lg.white {
  color: #fff;
}

.h2-title-lg.white.centered {
  text-align: center;
}

.header-flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.green-line {
  width: 65%;
  height: 2px;
  min-width: 130px;
  background-color: #2b3b2d;
}

.content-section-green {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d3dbd4;
}

.button-5 {
  position: relative;
  height: 47px;
  min-width: 170px;
  padding: 12px 9px 9px;
  border: 2px solid #2b3b2d;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2b3b2d;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #2b3b2d;
  color: #fff;
}

.button-5.no-border {
  border-left-style: none;
}

.top-padding {
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.notebook {
  position: relative;
  width: 91%;
  padding: 50px 35px;
  border: 1px solid #c4cbd7;
}

.notebook._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
}

.button {
  min-height: 43.5px;
  min-width: 165px;
  width: auto;
  display: inline-block;
  padding-top: 14px;
  background-color: #b34034;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;

  color: #FFF;
}
.button a {
	text-decoration: none;
	color: #FFF !important;
}
.button:hover {
  background-color: #fa3e21;
  color: #FFF;
  text-decoration: none;
}

.blogoverview a {
	color: #b34034;
	text-decoration: none;
}
.blogoverview {
	padding: 10px;
}
.blogoverview .button {
	margin-top: 10px;
}

.image-block {
  position: relative;
  width: 490px;
  height: 590px;
  background-image: url('/img/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-red-line {
  width: 130px;
  height: 2px;
  background-color: #b34034;
}

._50-column {
  position: relative;
  width: 50%;
}

._50-column.center-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._80-column {
  width: 80%;
}

.slider-3 {
  height: 100%;
}

.display-none {
  display: none;
}

.grid-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #a5b1a7;
}

.full-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d3dbd4;
}

.grid-item {
  position: relative;
  width: 50%;
  padding-right: 20px;
}

._3-59-column {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 65px;
}

.text-medium-green {
  color: #2b3b2d;
  font-weight: 500;
}

.paragraph-green {
  color: #2b3b2d;
}

.paragraph-green.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.showcase {
  background-image: url('/img/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.showcase._2 {
  background-image: url('/img/jackelin-slack-539451-unsplash.jpg');
  background-size: cover;
}

.showcase._3 {
  background-image: url('/img/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-size: cover;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.title-dark {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #303643;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-dark.small {
  margin-bottom: 7px;
  font-size: 14px;
}

.mini-arrow {
  margin-left: 3px;
}

.heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.heading-container {
  position: relative;
  z-index: 10;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-container.less-border {
  margin-bottom: 25px;
}

.full-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: #c4cbd7;
}

.full-line.bottom-border {
  margin-bottom: 50px;
}

._2-circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #d3dbd4;
}

._2-circular-icon._4 {
  background-image: url('/img/pescado-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._5 {
  background-image: url('/img/zumo-recien-exprimido-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._2 {
  background-image: url('/img/reloj-inteligente-3.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

._2-circular-icon._3 {
  background-image: url('/img/tenis-de-mesa-1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._1 {
  background-image: url('/img/barra-con-pesas-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._6 {
  background-image: url('/img/cardiograma-4.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._3-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-bottom: 35px;
  padding: 30px 2% 25px;
  border: 1px solid #c0cec2;
  border-radius: 4px;
}

.left-border {
  margin-right: 20px;
}

.left-border.medium {
  margin-right: 15px;
}

._2-flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-wrapper {
  padding-right: 40px;
  padding-left: 40px;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  background-color: #dfe5e9;
}

.content-section.tests {
  background-color: #fff;
}

.flex-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link {
  display: inline-block;
  color: #677583;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.h3-title-green {
  font-family: Oswald, sans-serif;
  color: #2b3b2d;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._2-heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

.footer-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-setion {
  padding-top: 0px;
  padding-bottom: 15px;
}

.notice-box {
  padding-top: 17px;
  padding-bottom: 17px;
}

._2-text-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c4cbd7;
  background-image: url('/img/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._2-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field.email {
  background-image: url('/img/Email_1Email.png');
  background-position: 13px 56%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.footer-section {
  background-color: #101010;
}

.input-border-footer {
  width: 25%;
  margin-right: 1.5%;
}

.field-label {
  color: #677583;
  font-size: 11px;
  line-height: 11px;
}

.link-white {
  color: #fff;
  line-height: 22px;
  text-decoration: none;
}

.slide-nav-2 {
  position: relative;
  margin-top: 25px;
}


.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-text-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('/img/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

.footer-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field.name {
  background-image: url('/img/User_1User.png');
  background-position: 13px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

._2-success-message {
  background-color: transparent;
  color: #fff;
}

._2-submit-button {
  width: 20%;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

._2-submit-button:hover {
  background-color: #fa3e21;
}

._2-select-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-select-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-white {
  color: #fff;
}

.text-white.large {
  font-size: 18px;
  font-weight: 500;
}

.notice-text {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.footer-link {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.red {
  margin-right: 0px;
}

.sign-up-form-2 {
  display: block;
  width: 72%;
  max-width: 840px;
  margin-bottom: 0px;
  border-radius: 7px;
}

.go-up {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32.6px;
  height: 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #e19c1e;
  background-image: url('/img/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.go-up:hover {
  background-color: #004394;
}

.search-input {
  height: 45px;
  margin-right: 25px;
}

.close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-arrow {
  top: 6px;
  color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56.5px;
  margin-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.search-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  min-height: 290px;
  padding-top: 107px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 5%, .95);
}

.dropdown-link {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #1b1c1f;
  color: #fff;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #b34034;
  color: #FFF;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #ff5136;
}

.navlink {
  height: 58px;
  padding-top: 24px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #1b1c1f;
  text-decoration: none;
}

.navlink.w--current {
  color: #ff5136;
}

.navlink.search1 {
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('/img/buscador-musical.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

/*.navlink.red {
  padding-right: 26px;
  padding-left: 26px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navlink.red:hover {
  background-color: #ffba3b;
}*/

/*.navlink.red.w--current {
  color: #fff;
}*/

.dropdown-toggle {
  height: 58px;
  padding-top: 24px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.dropdown-toggle:hover {
	background: rgba(0,0,0,.6);
}

.nav-menu {
  float: none;
}

.navbar {
  height: 60px;
  margin-bottom: 0px;
  float: right;
  background-color: transparent;
}

.search-title {
  margin-bottom: 20px;
  color: #fff;
}

.search-button {
  height: 45px;
  min-width: 150px;
  padding-top: 10px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.search-button:hover {
  background-color: #fa3e21;
}

.text-mini {
  font-size: 13px;
  line-height: 13px;
}

.text-mini.white {
  color: #fff;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-white {
  color: #fff;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line {
  width: 32%;
  height: 1px;
  max-width: 340px;
  background-color: #c4cbd7;
}

.line.dark {
  background-color: #333;
}

.subheading {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.center-icon {
  margin-bottom: 15px;
  text-align: center;
}

.h2-title {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: url('/img/Gradient.png');
  background-position: 50% 100%;
  background-size: 5px;
  background-repeat: repeat-x;
  opacity: 0.85;
}

.h3-white-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.box-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.title-white {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.box {
  position: relative;
  width: 24%;
  height: 450px;
  background-image: url('/img/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box._2 {
  background-image: url('/img/nephrology.jpg');
}

.box._3 {
  background-image: url('/img/diabetes.jpg');
}

.box._1 {
  background-image: url('/img/endo.jpg');
}

.circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #ff5136;
}

.circular-icon._4 {
  background-image: url('/img/reloj-inteligente-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._1 {
  background-image: url('/img/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._7 {
  background-image: url('/img/zumo-recien-exprimido.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._3 {
  background-image: url('/img/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._5 {
  background-image: url('/img/tenis-de-mesa-2.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._6 {
  background-image: url('/img/pescado.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.text-link-2 {
  display: inline-block;
  color: #677583;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.h4-title {
  font-family: Oswald, sans-serif;
  font-size: 22.5px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 30px 2.2% 25px;
  border-right: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
}

.feature-item._4 {
  border-bottom-style: none;
}

.feature-item._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.feature-item._3 {
  border-right-style: none;
  border-bottom-style: none;
}

.feature-item._1 {
  border-bottom-style: none;
}

.feature-item._2 {
  border-bottom-style: none;
}

.feature-item._5 {
  border-bottom-style: none;
}

.button-2 {
  width: 170px;
  min-height: 43.5px;
  padding-top: 14px;
  border-radius: 55px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #fa3e21;
}

.info-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.h5-title {
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h5-title.large {
  font-size: 20px;
  line-height: 24px;
}

.info-box {
  display: block;
  width: 35%;
  margin-right: 4%;
  padding: 25px;
  border: 1px solid #c4cbd7;
  border-radius: 4px;
}

.info-box.no-border {
  margin-right: 0px;
}

.section {
  background-color: #313131;
}

.fauxcontainer {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.mainlogo {
  display: block;
  margin: 15px auto 5px;
  text-align: center;
}

.body {
  font-family: Exo, sans-serif;
}

.div-block {
  text-align: center;
}

.phoneblock {
  display: block;
  margin-top: 28px;
  float: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.mainslider {
  height: auto;
}

.image {
  height: 600px;
}

.leftarrow {
  display: none;
}

.featureimg {
  width: 100px;
}

.featureimg.lg {
  width: 200px;
}

.bar {
  width: 15%;
  height: 7px;
  float: left;
  background-color: #ebebeb;
}

.bar.bar5 {
  width: 15%;
  background-color: #ffba3b;
}

.bar.bar2 {
  width: 25%;
  background-color: #004394;
}

.bar.bar3 {
  width: 35%;
  background-color: #b34034;
}

.bar.bar4 {
  width: 10%;
  background-color: #00788f;
}

.link {
  margin-top: 12px;
  background-image: -webkit-linear-gradient(270deg, #b34034, #b34034);
  background-image: linear-gradient(180deg, #b34034, #b34034);
}

.div-block-2 {
  margin-bottom: 60px;
}

.div-block-3 {
  margin-bottom: 60px;
}

.container {
  position: relative;
}

.button-6 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #ffba3b;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-6:hover {
  background-color: #ec4933;
  color: #fff;
}

.field-label-2 {
  display: none;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.success-bg {
  padding-top: 35px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: #209de2;
  color: #fff;
}

.image-section-overlay {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b34034;
}

.section-title-wrapper {
  margin-bottom: 35px;
  text-align: center;
}

.section-title-wrapper.left-align {
  text-align: left;
}

.image-section-title {
  margin-bottom: 6px;
  color: #172333;
  font-size: 41px;
  line-height: 42px;
}

.image-section-title.white {
  text-align: center;
}

.form-row {
  margin-bottom: 6px;
}

.error-bg {
  padding-top: 22px;
  padding-bottom: 8px;
  padding-left: 15px;
  border-radius: 3px;
  color: #d60606;
}

.field {
  width: 100%;
  height: 50px;
  margin-bottom: 6px;
  border: 2px solid #ebeced;
  border-radius: 0px;
  background-color: #f5f6f7;
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
  font-family: Lato, sans-serif;
}

.field:hover {
  border-color: #a8b0bd;
  background-color: #fff;
}

.field:focus {
  border-color: #209de2;
  box-shadow: 0 0 13px 0 rgba(32, 157, 226, .3);
}

.field.first-half {
  width: 98%;
  float: left;
  font-size: 15px;
}

.field.second-half {
  width: 98%;
  font-size: 15px;
}

.field.area {
  height: 150px;
  font-size: 15px;
}

.form {
  margin-bottom: 0px;
}

.centered.white.sub {
  text-align: center;
}

.sub {
  margin-top: 16px;
  color: #f6deb1;
  text-align: center;
}

.righthead {
  text-align: right;
}

.servicelink {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-right: 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.servicelink:hover {
	text-decoration: none;
}
.servtxt.black {
	color: #333;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	
}
.teamTitle {
	padding-top: 5px;
	font-size: 13px;
	line-height: 16px;
	display: block;
	color: #999;
}
.floatRight {
	float: right; 
	margin: 0 0 1em 1em;
	max-width: 370px;
	height: auto;
}

.sectionhead {
  display: block;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
 
 
 .pager {
 	text-align: center;
 	margin-top: 40px;
 }
 
 .pager .numeric {
  	display: inline-block;
  	text-align: center;
  }
  
  .pager .page {
 	padding: 5px 10px;
 	background:  #dea14b;
 	color: #FFF;
 	text-decoration: none;
 }
  .pager .page:hover {
  	background: #ba8d50;
  }
  
  .pager .left {
 	float: left;
 }  
 .pager .right {
 	float: right;
 }
  
 .pager .centerNumbers a, .pager .current {
 	padding: 6px 12px;
 }
 
 .pager .current, .pager .centerNumbers a:hover {
 	background: #000;
 	color: #FFF;
 	text-decoration: none;
 }
 
 
.slidenav {
  display: none;
}
 
.paddedmask {
  margin-right: 70px;
  margin-left: 70px;
}
.overviewtile {
	margin-bottom: 20px;
	margin-right: 10px;
}
.overviewtile h2 {
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.h2Wrap {
	padding: 10px;
	min-height: 60px;
	background-color: #b34034;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
 
.overviewtile a {
	text-decoration: none;
}
.overviewtile a:hover .h2Wrap {
	 background-color: #333;
}
.serviceslider {
  display: block;
  height: 220px;
  max-width: 1400px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.serviceslider._2 {
  height: auto;
  margin-top: 0px;
}

.section-features {
  position: static;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 25px;
  background-color: transparent;
  text-align: center;
}

.servicecar {
  width: 20%;
  padding-right: 10px;
}

.arrow {
  width: 40px;
  height: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 30px;
}

.arrow:hover {
  opacity: 1;
}

.serviceblock {
  display: block;
  width: 215px;
  height: 215px;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #fff;
  border-radius: 130px;
  background-image: url('/img/block-com.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.serviceblock.team {
  width: 200px;
  height: 200px;
  border-color: #fff;
  background-image: url('/img/katia.jpg');
  background-position: 50% 50%;
  background-size: 200px;
}

.serviceblock.team:hover {
  border-color: #f37021;
}

.serviceblock.team.sloan {
  background-image: url('/img/sloan1.jpg');
  background-position: 50% 50%;
  background-size: 200px;
}

.textcont {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.teamname {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
}

.teamname.black {
  font-family: Lato, sans-serif;
  color: #333;
}

.teamname.teamtitle {
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.servicesection {
  padding-top: 80px;
  padding-bottom: 80px;
}

.servicesection.shaded {
  background-color: #ebebeb;
}

.leftform {
  width: 20%;
  text-align: center;
}

.why {
  padding-top: 91px;
  padding-bottom: 91px;
  background-color: #ffba3b;
}

.introtxt {
  font-size: 16px;
  line-height: 22px;
}

.bmi {
  overflow: hidden;
  height: 460px;
}

.iframewrap {
  text-align: center;
}

.tabtp {
  text-align: center;
}

.maintb {
  padding: 32px 48px;
  background-color: #bbc6d4;
  text-align: center;
}

.maintb.w--current {
  background-color: #cce3ff;
  font-weight: 700;
  text-align: center;
}

.tabct {
  margin-bottom: 30px;
  padding: 32px;
  background-color: #d1e6ff;
  text-align: center;
}

.tabtopicon {
  margin-bottom: 6px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.rich-text-block {
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.paragraph-2 {
  color: #8d8d8d;
  text-transform: uppercase;
}

.mainwrap {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: Exo, sans-serif;
  line-height: 24px;
}

.image-2 {
  margin-bottom: 25px;
}

.block-quote {
  display: block;
  width: 60%;
  margin: 15px 20px 15px -99px;
  float: left;
  border-left-style: none;
  border-left-width: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7e7d7d;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}


html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

/*html.w-mod-js *[data-ix="servhover"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}*/

html.w-mod-js *[data-ix="new-interaction-2"] {
  -webkit-transform: translate(0px, 55px);
  -ms-transform: translate(0px, 55px);
  transform: translate(0px, 55px);
}

@media (max-width: 991px) {
  .navbar {
    float: none;
  }
  .hero {
    padding-top: 45px;
  }
  ._3-flex-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .tab.border {
    margin-bottom: 40px;
    border-radius: 5px;
  }
  .subtitle-green.white {
    font-size: 19px;
	max-width: 100%;
  }
  .name-heading-green.white {
    font-size: 50px;
    line-height: 60px;
  }
  .text-block {
    left: -40px;
  }
  ._60-column-hero {
    width: 46%;
  }
  .large-border {
    margin-top: 186px;
    margin-left: 41px;
  }
  .guy-column {
    width: 48%;
  }
  .center-intro {
    width: 75%;
  }
  ._2-40-column {
    width: 40%;
  }
  ._2-40-column.right-padding {
    padding-right: 45px;
  }
  .green-line {
    width: 100%;
  }
  .image-block {
    height: 100%;
  }
  .heading-box {
    width: 34%;
    padding-top: 16px;
    padding-bottom: 7px;
  }
  ._3-feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-flex-space {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._2-heading-box {
    width: 54%;
  }
  .expand.mobile-top-border {
    margin-top: 20px;
  }
  .logo {
    margin-bottom: 25px;
  }
  .sign-up-form-2 {
    width: 100%;
  }
  .burger-menu {
    color: #fff;
  }
  .navlink.search1 {
    background-position: 20px 50%;
  }
  .menu-button {
    height: 56.5px;
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu {
    overflow: auto;
    height: 100vh;
    background-color: #000;
  }
  .grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .subheading {
    width: 54%;
    padding-top: 15px;
  }
  .info-box {
    width: 45%;
  }
  .phoneblock {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .featureimg {
    width: 75px;
  }
  .featureimg.lg {
    width: 175px;
  }
  .image-section-overlay {
    padding: 65px 45px;
  }
  .field.first-half {
    height: 40px;
  }
  .field.second-half {
    height: 40px;
  }
  .field.area {
    height: 120px;
  }
  .sectionhead {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
  }
  .servicecar {
    width: 33.33%;
  }
  .serviceblock {
    width: 200px;
    height: 200px;
  }
  .serviceblock.team {
    width: 195px;
    height: 195px;
  }
  .teamname.black {
    font-size: 18px;
    line-height: 21px;
  }
  .servicesection {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .why {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide {
    height: auto;
  }
}

@media (max-width: 767px) {
  .arrow {
    position: static;
    margin: 50px 0px 0px auto;
    float: none;
  }
  .flex-testimonial {
    padding: 22px 23px 20px 0;
  }
  .text-small {
    font-size: 16px;
    line-height: 24px;
  }
  .paddedmask {
    margin-right: 30px;
    margin-left: 20px;
  }
   .testimonial {
     margin-right: 2%;
     margin-left: 2%;
   }
   .testimonial.mobile-last {
     margin-right: 4%;
   }
   
  .block-quote {
    display: block;
    width: 100%;
    margin: 20px 5%;
    float: none;
	padding: 5%;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #7e7d7d;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
  }
  
  
  .button-4 {
  	margin-bottom: 20px;
  }
  ._2-content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .hero {
    padding-top: 0px;
    background-position: 0px 0px, 80% 0%;
  }
  ._3-flex-center {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tab {
    border-radius: 5px;
  }
  .subtitle-green {
    font-size: 14px;
  }
  .subtitle-green.white {
    padding: 12px;
    background-color: rgba(0, 0, 0, .48);
    color: #fff;
    font-size: 17px;
    line-height: 26px;
	margin-bottom: 20px;
  }
  .name-heading-green {
   /* font-size: 28px;*/
	  margin-top: 46px;
  }
  .name-heading-green.white {
    font-size: 40px;
    line-height: 45px;
  }
  .left-padding-2 {
    padding-left: 20px;
  }
  .text-block {
    left: 45px;
  }
  ._60-column-hero {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .large-border {
    margin-top: 62px;
    margin-bottom: 45px;
  }
  .guy-column {
    width: 100%;
    margin-right: 0px;
  }
  .hero-tabs {
    position: relative;
  }
  ._2-60-column {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._2-40-column {
    width: 100%;
    margin-right: 0px;
  }
  ._2-40-column.right-padding {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  ._2-40-column._1 {
    height: 650px;
  }
  .top-border {
    text-align: center;
  }
  .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h2-title-lg {
    font-size: 24px;
  }
  .header-flex-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .green-line {
    min-width: 100px;
  }
  .content-section-green {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .notebook._2 {
    padding-top: 0px;
  }
  ._50-column {
    width: 100%;
  }
  .full-section-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid-item {
    width: 100%;
  }
  ._3-59-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-box {
    width: 74%;
  }
  ._3-feature-item {
    width: 47%;
    padding-right: 3%;
    padding-left: 3%;
  }
  ._3-feature-item.no-border {
    margin-bottom: 0px;
  }
  .inner-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-heading-box {
    width: 64%;
  }
  .input-border-footer {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  ._2-submit-button {
    width: 100%;
  }
  .sign-up-form-2 {
    width: 80%;
    max-width: 420px;
  }
  .box {
    width: 47%;
    margin-bottom: 45px;
  }
  .box._3 {
    margin-bottom: 0px;
  }
  .feature-item {
    width: 50%;
  }
  .feature-item._4 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .feature-item._3 {
    border-right-style: solid;
  }
  .feature-item._2 {
    border-right-style: none;
  }
  .image {
    height: 400px;
  }
  .leftarrow {
    display: none;
  }
  .featureimg {
    width: 50px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .featureimg.lg {
    width: 125px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .section-title-wrapper {
    margin-bottom: 15px;
  }
  .image-section-title {
    font-size: 34px;
  }
  .field.first-half {
    width: 100%;
    height: 40px;
  }
  .field.second-half {
    width: 100%;
    height: 40px;
  }
  .field.area {
    height: 110px;
  }
  .sectionhead {
    margin-bottom: 5px;
    padding-right: 96px;
  }
  .servicecar {
    width: 50%;
  }
  .hippiearrowr {
    position: static;
    float: right;
  }
  .arrow {
    position: static;
    margin: 0 0px 0px auto;
    float: none;
  }
  .arrow.leftarrow {
    margin-right: 52px;
  }
  .hippiearrowl {
    position: static;
    display: block;
    margin-right: 61px;
    margin-left: auto;
  }
  .serviceblock {
    width: 190px;
    height: 190px;
    border-width: 6px;
  }
  .teamname.black {
    font-size: 16px;
    line-height: 19px;
  }
  .servicesection {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .why {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hippiearrowl {
    display: none;
  }
}

@media (max-width: 479px) {
  
  .mobileHide,
  .breadcrumbs li:first-child,
  .breadcrumbs li:last-child,
  .pager .left,
  .pager .right {
  	display: none;
   
  }
  .floatRight {
  	float: none;
  	margin: 0 0 1em 0;
  	max-width: 100%;
  }
  
  .hero {
   
    background-position: 0px 0px, 90% 0px;
  }
  .hero .content-wrapper {
  	padding: 5px;
  }
  ._3-flex-center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subtitle-green.white {
  
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 20px;
  }
  .name-heading-green {
    font-size: 21px;
    line-height: 30px;
  }
  .name-heading-green.white {
    font-size: 35px;
    line-height: 45px;
  }
  .text-block {
    left: -48px;
  }
  .large-border {
    margin-top: 1px;
    margin-left: 0px;
  }
  .center-intro {
    width: 85%;
  }
  ._2-40-column.right-padding {
    margin-bottom: 0px;
  }
  ._2-40-column._1 {
    height: 650px;
  }
  .h2-title-lg {
    font-size: 22px;
    line-height: 30px;
  }
  .content-section-green {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .button-5.no-border {
    border-top-style: none;
    border-left-style: solid;
  }
  .notebook {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .notebook._2 {
    width: 100%;
  }
  ._2-red-line {
    width: 100px;
    min-width: auto;
  }
  ._3-59-column {
    padding-left: 45px;
  }
  .heading-box {
    width: 100%;
	border-bottom: none;
  }
  .heading-container.less-border {
    margin-bottom: 25px;
  }
  ._3-feature-item {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  ._3-feature-item.no-border {
    margin-bottom: 35px;
  }
  ._2-heading-box {
    width: 100%;
  }
  .logo {
    margin-bottom: 20px;
  }
  .sign-up-form-2 {
    width: 100%;
  }
  .line {
    width: 100%;
  }
  .subheading {
    width: 94%;
  }
  .h2-title {
    font-size: 26px;
    line-height: 30px;
	margin-top: 5px;
  }
  .gradient {
    background-position: 0px -20px;
  }
  .box {
    width: 100%;
  }
  .box._2 {
    height: 250px;
    margin-bottom: 18px;
  }
  .box._3 {
    height: 250px;
    margin-bottom: 18px;
  }
  .box._1 {
    height: 250px;
    margin-bottom: 18px;
  }
  .box._4 {
    height: 250px;
    margin-bottom: 0px;
  }
  .feature-item {
    width: 100%;
  }
  .feature-item._3 {
    border-right-style: none;
  }
  .feature-item._1 {
    border-right-style: none;
  }
  .feature-item._5 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .info-box {
    width: 90%;
    margin-right: 0%;
    margin-bottom: 45px;
  }
  .info-box.no-border {
    margin-bottom: 0px;
  }
  .mainlogo {
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
  }
  .phoneblock {
    display: block;
    margin: 5px auto 10px;
    float: none;
    text-align: center;
  }
  .image {
    display: block;
    height: 200px;
  }
  .column {
    display: block;
  }
  .featureimg.lg {
    width: 75px;
  }
  .bar {
    height: 5px;
  }
  .container {
    padding-top: -3px;
  }
  .image-section-overlay {
    padding: 20px;
  }
  .section-title-wrapper.left-align {
    padding-top: 1px;
  }
  .image-section-title {
    font-size: 27px;
    line-height: 32px;
  }
  .field.first-half {
    height: 32px;
  }
  .righthead,
  .righthead.w-col {
    padding-right: 0px;
  }
  
  .sectionhead {
    margin-bottom: 18px;
    padding-top: 0px;
    padding-right: 48px;
    padding-bottom: 0px;
    font-size: 29px;
    line-height: 36px;
    text-align: center;
  }
  .paddedmask {
    margin-right: 30px;
    margin-left: 10px;
  }
  .servicecar {
    width: 100%;
  }
  
  .serviceblock.team {
    width: 180px;
    height: 180px;
  }
  .teamname {
    margin-bottom: 0px;
  }
  .servicesection {
    padding-top: 26px;
    padding-bottom: 25px;
  }
  .text-block-2 {
    display: none;
  }
}

