@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
/* ==========================================================================
   Custom CSS
   ========================================================================== */
body {
  font-family: 'Cardo', serif;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  font-family: 'Cardo', serif;
  font-weight:700;
  color:#330000;
  font-size:38px;
  line-height:48px;
  padding-bottom:40px;
  padding-top:60px;
}
h1.contact {
  padding-bottom:20px;
  padding-top:0px;
}
h1.social {
  padding-top:40px;
}
h2 {
  font-family: 'Cardo', serif;
  font-size: 24px;
  color:#666;
  line-height: 35px;
  font-weight: 400;
  margin-bottom:40px !important;
}
.caption h2 {
	font-family: 'Cardo', serif;
	font-size:21px;
	font-weight:300;
	border:none;
	color:#333;
	line-height:21px;
	margin-top:15px;
	padding-bottom:20px;
	display:block;
	height:60px;
}
.caption h2 a:link {color:#333; text-decoration:none;}
.caption h2 a:hover {color:#006666; text-decoration:none;}

h3 {
	font-family: 'Cardo', serif;
	font-size:24px;
	line-height:35px;
	font-weight: 700;
	color:#666;
	padding-top:40px;
	padding-bottom:10px;
}
.snippet-row h3 {
	color: #333;
}
h4 {
  font-family: 'Cardo', serif;
  font-size: 38px;
  color:#666;
  line-height: 38px;
  font-weight: 400;
  margin-bottom:15px !important;
}
h5 {
  font-family: 'Cardo', serif;
  font-weight:700;
  color:#330000;
  font-size:22px;
  line-height:20px;
  padding-bottom:10px;
  padding-top:10px;
}
h6 {
   font-family: 'Cardo', serif;
  font-weight:700;
  color:#330000;
  font-size:30px;
  line-height:20px;
  padding-bottom:30px;
  padding-top:50px;
}
p {
  padding-bottom: 20px;
  padding-top:5px;
  font-size: 16px;
  line-height:26px;
  font-family: 'Cardo', serif;
  font-weight:300;
}
.quote {
	font-family: 'Cardo', serif;
	color:#999;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	font-style:italic;
	font-size:22px;
	line-height:30px;
	padding-left:70px;	
	margin-top:30px;
	padding-bottom: 0px;
}
.quote-name {
	padding-left:70px;
	color:#000;
	line-height:20px;
	padding-bottom: 50px;
}
.commission-tag {
	font-family: 'Cardo', serif;
	font-size:18px;
	line-height:18px;
	font-weight: 400;
	color:#999;
	padding-top:0px;
	padding-bottom:40px;
}
.clear {
	clear:both;
	line-height:0px;
	padding:0px;
	margin:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
ul {
	margin:0px;
	padding:0px;
}
ul li {
	margin-left:20px;
	line-height:24px;
}
ul.discul{
	display:block;
	position: static !important;
	padding-left:15px;
	padding-top:10px;
}
ul li.disc {
	background-image:url(../images/disc.png);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display:block;
	float:none !important;
	text-align:left;
	color:#999;
	font-size:16px;
	background-position:0px 10px;
	font-family: 'Cardo', serif;
	font-weight:300;
}
ul.discul li:hover ul a:hover {
    background: none;
    color:#000 !important;
}
ul.discul li:hover ul a:not(.menu-active) {
    background: none;
    color:#999;
    margin-left: 0px;
    text-align: left;
}
.hLineDotted {
	clear:both;
	width:100%;
	height:1px;
	line-height:0px;
	font-size:0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top:10px;
	margin-bottom:20px;
}
.main-link {
	text-decoration: underline;
}
/* ==========================================================================
   BUTTONS
   ========================================================================== */
.button {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #aa0000;
  background-image: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white !important;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  margin-bottom:20px;
}
.button:hover {
  background-color: #006666 !important;
  text-decoration:inherit !important;
}
.more-link {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #4d9d9c;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white !important;
  font-size:14px;
  text-align: center;
  text-decoration: none;
  margin-bottom:20px;
}
.more-link:hover {
  background-color: #006666 !important;
  text-decoration:inherit !important;
}
/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.small-section {
	padding-top: 0px;
  padding-bottom: 33px;
}
.section.header {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.main-content {
  padding-top: 0px;
  padding-bottom: 60px;
}
.section.sub-menu {
	padding-top:0px;
	padding-bottom:0px;
	background-color:#006666;
}
.h-line {
	border-top:#e8e8e8 1px solid;
	border-bottom:#e8e8e8 1px solid;
	padding-top:15px;
	padding-bottom:15px;
}
.section.contact {
  background-color: #66cccc;
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-text a:link {color:#006666; text-decoration:none;}
.main-text a:visited {color:#006666; text-decoration:none;}
.main-text a:hover {color:#000; text-decoration:underline; background-color:inherit;}
.main-text a:active {color:#000; text-decoration:underline; background-color:inherit;}

.contact a:link {color:#FFF; text-decoration:none;}
.contact a:visited {color:#FFF; text-decoration:none;}
.contact a:hover {color:#FFF; text-decoration:underline;}
.contact a:active {color:#FFF; text-decoration:underline;}
.section.contact p {
	font-size:17px;
	color:#FFF;
	margin-top:10px;
	padding-bottom:0px;
}
.section.copyright {
	padding-top: 0px;
  padding-bottom: 60px;
}
/* ==========================================================================
   LOGO
   ========================================================================== */
.company-title {
  color: #CCC;
  font-size: 40px !important;
  line-height:40px;
  font-weight: 700;
  text-transform: none;
  font-family: 'Cardo', serif;
  text-align: left;
}
.name {
	font-size: 26px;
	margin-top:15px;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.nav-link {
  margin-right: 0px;
  margin-left: 15px;
  /*padding: 7px 14px;*/
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #999;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
}
.nav-link:hover {
  color: #000;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link.sign-up {
  color: #000;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link:hover.sign-up:hover {
  color: #000;
}
.nav-bar {
  margin-right: 0px;
  padding-left: 0px;
  height:30px;
  margin-top:15px;
}
/* ==========================================================================
   SNIPPETS
   ========================================================================== */
.snippet-img {
  height: 219px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url(http://hw-cdn-prod-assets.webflow.com/51e081c5241660ce7800001f/51e72ed60c49af383d000002_example-bg.png);
  background-size: cover;
}
.snippet {
  display: block;
  border-radius: 5px;
  background-color: #f2f2f2;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: black;
  text-decoration: none;
  text-align:center;
  margin-bottom:20px;
}
.snippet:hover {
  background-color: #e8e8e8;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.snippet-text-section {
  padding: 10px 12px;
}
.snippet-row h2 {
	font-family: 'Cardo', serif;
	font-size: 35px;
	line-height: 35px;
	color:#FFFFFF;
	border:none;
	margin-bottom:0px !important;
}
.snippet-row p {
	font-size:14px;
	line-height:28px;
	padding:0px;
	padding-top:15px;
	color:#666;
}
.snippet-title {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}
.snippet-text {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  margin-top:20px;
  font-family: 'Cardo', serif;
  text-align:right;
}
.snippet-row {
  margin-top: 27px;
  margin-bottom: 27px;
}
.button-column {
  padding-top: 32px;
  text-align: center;
}
 /* ==========================================================================
   CAPTION OVERLAY
   ========================================================================== */
.caption {
    position: relative;
    overflow: hidden;
    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
	margin-bottom:20px;

}
.caption-arrow {
	text-align:right;
	margin-top:230px;
	}
.caption h2 {
	color:#FFF;
	font-family: 'Cardo', serif;
	font-weight:700;
	font-size:35px;
	line-height:35px;
	border:none;
	margin-bottom:0px !important;
	text-align:right;
}
.snippet-text {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  margin-top:20px;
  font-family: 'Cardo', serif;
  text-align:right;
}
.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
  background: rgba(0, 0, 0, .65);
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,.75)); /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,.75)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,.75)); /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.75)); /*Standard*/
}

.caption_media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.caption_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: white;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}
.caption:hover .caption_overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.caption:hover .caption_overlay_title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.clear-mobile {
	display:none;
}

.caption_overlay a:link {color:#FFF !important; text-decoration:none;}
.caption_overlay a:visited {color:#FFF !important; text-decoration:none;}
.caption_overlay a:hover {color:#FFF !important; text-decoration:none;}
.caption_overlay a:active {color:#FFF !important; text-decoration:none;}
/* ==========================================================================
   PADDING / MARGIN
   ========================================================================== */
.ptn,.pvn,.pan{padding-top:0 !important}
.pts,.pvs,.pas{padding-top:5px !important}
.ptm,.pvm,.pam{padding-top:10px !important}
.ptl,.pvl,.pal{padding-top:20px !important}
.prn,.phn,.pan{padding-right:0px !important}
.prs,.phs,.pas{padding-right:5px !important}
.prm,.phm,.pam{padding-right:10px !important}
.prl,.phl,.pal{padding-right:20px !important}
.pbn,.pvn,.pan{padding-bottom:0px !important}  
.pbs,.pvs,.pas{padding-bottom:5px !important}
.pbm,.pvm,.pam{padding-bottom:10px !important}
.pbl,.pvl,.pal{padding-bottom:20px !important}
.pln,.phn,.pan{padding-left:0 !important}
.pls,.phs,.pas{padding-left:5px !important}
.plm,.phm,.pam{padding-left:10px !important}
.pll,.phl,.pal{padding-left:20px !important}
.mtn,.mvn,.man{margin-top:0px !important}
.mts,.mvs,.mas{margin-top:5px !important}
.mtm,.mvm,.mam{margin-top:10px !important}
.mtl,.mvl,.mal{margin-top:20px !important}
.mrn,.mhn,.man{margin-right:0 !important}
.mrs,.mhs,.mas{margin-right:5px !important}
.mrm,.mhm,.mam{margin-right:10px !important}
.mrl,.mhl,.mal{margin-right:20px !important}
.mbn,.mvn,.man{margin-bottom:0px !important}  
.mbs,.mvs,.mas{margin-bottom:5px !important}
.mbm,.mvm,.mam{margin-bottom:10px !important}
.mbl,.mvl,.mal{margin-bottom:19px !important}
.mln,.mhn,.man{margin-left:0 !important}
.mls,.mhs,.mas{margin-left:5px !important}
.mlm,.mhm,.mam{margin-left:10px !important}
.mll,.mhl,.mal{margin-left:20px !important}
.ptxl {padding-top:30px}
/* ==========================================================================
   IMAGES
   ========================================================================== */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.img-example {
  margin-bottom: 34px;
}
.gallery-image {
	float:left;
}
/* ==========================================================================
   SOCIAL MEDIA
   ========================================================================== */
.social-media-links {
	padding-top:20px;
	text-align:right;
}
.grey-box {
	background-color:#f0f0f0;
	padding:36px;
}
.white-box {
	background-color:#fff;
	padding:50px;
}
.white-box a:link {color:#666 !important; text-decoration:none;}
.white-box a:visited {color:#666 !important; text-decoration:none;}
.white-box a:hover {color:#000 !important; text-decoration:none;}
.white-box a:active {color:#000 !important; text-decoration:none;}

.project-container-left {
	padding-right:20px;
}
.project-container-right {
	padding-left:20px;
}
/* ==========================================================================
   VIDEO
   ========================================================================== 
.video-container {
	position: relative;
	padding-bottom: 49%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 100%;
	max-width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
*/
.video-container {
  position: relative;
  padding-bottom: 53.04%;
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-small {
  padding-bottom: 51.5%;
  padding-top: 30px; 
}

/* ==========================================================================
   SOCIAL MEDIA BUTTONS
   ========================================================================== */
.social-media {
	text-align:right;
}
.facebook-button, .youtube-button, .instagram-button, .email-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image:url(../images/facebook-icon.png);
  text-decoration: none;
  margin-left:10px;
  }
.email-button {
  background-image:url(../images/email-icon.png);
}
.youtube-button {
  background-image:url(../images/youtube-icon.png);
}
.instagram-button {
  background-image:url(../images/instagram-icon.png);
}
.facebook-button:hover, .youtube-button:hover, .instagram-button:hover, .email-button:hover {
  background-position: 0 36px;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-link {
  text-decoration: none;
  border-bottom:dashed 1px #71aeb2;
  display:block;
  font-family: 'Cardo', serif;
  font-size:14px;
  padding-bottom:2px;
  padding-top:2px;
  margin-right:0px;
}
.footer p {
	line-height:20px;
	padding-bottom:0px;
}
.footer-text {
  font-size: 14px;
  font-family: 'Cardo', serif;
  color:#666;
}
.footer a:link {color:#666; text-decoration:none;}
.footer a:visited {color:#666; text-decoration:none;}
.footer a:hover {color:#000; text-decoration:none;}
.footer a:active {color:#000; text-decoration:none;}
.content-bg {
  min-height: 420px;
  padding-top: 292px;
  background-color: lightgrey;
  background-image: url(http://hw-cdn-prod-assets.webflow.com/51e081c5241660ce7800001f/51e71bfcd7b1653e3b000054_example-bg.png);
  background-attachment: fixed;
}
.content-bg.two {
  background-image: url(http://hw-cdn-prod-assets.webflow.com/51e081c5241660ce7800001f/51e72eae79465f372d000002_example-bg.png);
}
.example-image {
  width: 100%;
}
.phone-sm {
	background-image:url(../images/phone-sm.png);
	background-repeat:no-repeat;
	padding-left:25px;
	width:auto;
	height:15px;
	display:block;
	margin-top:8px;
	line-height:14px;
	color:#FFF;
}
.email-sm {
	background-image:url(../images/email-sm.png);
	background-repeat:no-repeat;
	padding-left:25px;
	width:auto;
	height:11px;
	display:block;
	margin-top:5px;
	line-height:14px;
}
.web-sm {
	width:auto;
	height:11px;
	display:block;
	margin-top:10px;
	line-height:14px;
}
.copyright a:link {color:#666; text-decoration:none;}
.copyright a:visited {color:#666; text-decoration:none;}
.copyright a:hover {color:#000; text-decoration:underline;}
.copyright a:active {color:#000; text-decoration:underline;}
.right-footer-col {
	text-align:right;
}
/* ==========================================================================
   POSITIONING
   ========================================================================== */
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.right-col {
  padding-top: 13px;
  text-align: right;
}
/* ==========================================================================
   FORM
   ========================================================================== */
.form {
	margin:0px;
	padding:0px;
}
.formTable {
	width:100%;
	margin-top:0px;
}
.fieldsetBorder {
	border:0px;
}
.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dotted #999;
	padding:5px;
	}
.formButton {
	background-color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:10px 20px;
	border:0px;
	border-radius:5px;
	margin-top:0px;
	margin-bottom:10px;
}
.formButton:hover {
	background-color:#666;
}
.smallText {
	font-size:12px;
	line-height:16px;
}
#Email1 {
display:none;	
}
/* ==========================================================================
   MEDIA QUERIES TABLET LANDSCAPE
   ========================================================================== */
@media (max-width: 991px) {
h3 {
	padding-top:10px;
}
.button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.nav-link {
  font-size: 14px;
}
.nav-bar {
  height:36px;
}
.snippet-img {
    height: 166px;
    background-image: url(https://webflow.com/img/example-bg.png);
  }
.snippet {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
.hero-bg, .hero-bg-surgeon {
  width: auto;
  min-height: 310px;
}
p {
  padding-bottom: 25px;
  font-size: 16px;
  line-height:24px;
  font-family: 'Cardo', serif;
  font-weight:300;
  color:#333;
}
.company-tag {
	  font-size:13px;
	  padding-left:232px;
	  margin-top:-3px;
}
ul.tick-ul {
	margin-left:0px;
}
ul li.tick {
	line-height:14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-left: 30px;
	font-size:14px;
}
.snippet-text {
  font-size: 16px;
  line-height: 20px;
}
.phone-sm, .email-sm {
	padding-left:20px;
	font-size:13px;
}
.icon {
	margin-top:30px;
}
.snippet-row p {
	padding-top:5px;
}
.accreditation {
	margin-top:0px;
	width:120px;
}
.caption-arrow {
	margin-top:105px;
	}
.caption h2 {
	font-size:30px;
	line-height:33px;
}
.snippet-text {
  font-size: 16px;
  line-height: 20px;
  margin-top:15px;

}
}
/* ==========================================================================
   MEDIA QUERIES TABLET PORTRAIT
   ========================================================================== */
@media (max-width: 767px) {
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
h1 {
  font-size:38px;
  line-height:48px;
  padding-bottom:20px;
  padding-top:20px;
}
h4 {
  font-size: 24px;
  line-height: 24px;
}
.subtitle {
  font-size: 18px;
  margin-top:10px;
}
.nav-link {
 background-color: #CCC;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom:5px;
  padding: 10px 14px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}
  .nav-link:hover {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
    .nav-bar-sub {
	 border: none;
	padding-top:10px;
	padding-bottom:0px;
  	font-family: 'Cardo', serif;
	}
  .nav-bar {
	  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  border:none;
  margin-top:15px;
  height:auto;
}
.hero-bg {
    min-height: 335px;
}
.hero-bg, .hero-bg-surgeon {
    min-height: 260px;
}
  .snippet-img {
    height: 206px;
  }
  .snippet {
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .right-col {
    margin-top: -42px;
  }
  .button-column {
    padding-top: 61px;
  }
  .footer-nav-bar {
    text-align: center;
  }
  .left-footer-col, .right-footer-col {
    margin-bottom: 13px;
    text-align: center;
  }
  .content-bg {
    min-height: 350px;
    padding-top: 216px;
	background-size:contain;
  }
  .section.contact p {
	font-size:15px;
	margin-top:10px;
}
.snippet-text {
  font-size: 16px;
  line-height: 20px;
}
.clear-mobile {
	display:block;
	clear:both;
}
h5 {
	padding-top:20px;
}

.section.footer {
  padding-top:20px;
}
.section.copyright {
  padding-bottom: 10px;
}
.phone-sm, .email-sm {
	padding-left:20px;
	font-size:15px;
}
.formButton {
		display:block;
		width:100%;
}	
  .company-tag {
	  padding-left:205px;
  }
  .phone {
	text-align:center;
}
.email {
	font-size:18px;
	text-align:center;
}
.hero-bg, .hero-bg-surgeon {
  background-image:none;
  background-color:#006666;
}
.hide-mobile {
	display:none;
}
.hide-desktop {
	display:block;
}
ul li.tick {
	line-height:16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size:16px;
}
.name {
	display:block;
	text-align:center;
	margin-top:20px;
}
.caption-arrow {
	margin-top:30px;
	}
.caption h2 {
	font-size:25px;
	line-height:30px;
}
.snippet-text {
  font-size: 14px;
  line-height: 18px;
  margin-top:10px;

}
.white-box {
	padding:30px;
}
}
/* ==========================================================================
   MEDIA QUERIES MOBILE
   ========================================================================== */
@media (max-width: 479px) {
h1 {
  font-size:32px;
  line-height:32px;
}
h1.contact {
  padding-top:20px;
}
h4 {
  font-size: 34px;
  line-height: 34px;
}
h5 {
  font-size:30px;
  line-height:30px;
}
.subtitle {
  font-size: 18px;
  margin-top:10px;
}
  .button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	display:block;
  }
  .section.header {
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
	  padding-top: 15px;
  }
  .nav-link {
	  font-size:14px;
    display: block;
    margin-bottom: 5px;
	margin-right: 0px !important;
  margin-left: 0px !important;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section-description {
    width: 50%;
  }
  .snippet {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .content-bg {
    min-height: 330px;
    padding-top: 172px;
    background-image: url(https://webflow.com/img/example-bg.png);
  }
.section.contact {
	padding-top: 30px;
	padding-bottom: 10px;
}
.section.contact p {
	margin-bottom:25px;
	margin-top:5px;
	font-size:18px;
}
.snippet-text {
  font-size: 17px;
  line-height: 20px;
}
  .company-tag {
	  font-size:16px;
	  padding-left:0px;
	  margin-top:10px;
	  text-align:center;
  }
.caption-arrow {
	margin-top:200px;
	}
.caption h2 {
	font-size:45px;
	line-height:45px;
}
.snippet-text {
  font-size: 18px;
  line-height: 24px;
  margin-top:40px;
}
.project-container-left {
	padding-right:0px;
	margin-bottom:40px;
}
.project-container-right {
	padding-left:0px;
}
.facebook-button, .youtube-button, .twitter-button, .email-button {
  margin-left:5px;
  }
  .company-title {
	  display:block;
  text-align: center;
}
.social-media {
   display:block;
  text-align: center;
  padding-top:20px;
}
}