
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  line-height: 26px;
	padding-bottom: 100px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 80px;
  font-weight: 400;
}

h2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 80px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 60px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  /*line-height: 32px;*/
}

a {
  font-weight: 700;
  text-decoration: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  background-color: #0050ef;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.nav-link {
  padding-right: 15px;
  padding-left: 10px;
  font-weight: 400;
}

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

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.nav-link.w--current:hover {
  text-decoration: underline;
}

/*
.blog-container {
  position: relative;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.blog-timestamp {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  color: #b2b2b2;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
}
*/
.home {
  padding-bottom: 70px;
  clear: both;
}

.home-columns {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.home-column {
  padding-right: 0px;
  padding-left: 0px;
}

.home-column.right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-image {
  position: relative;
  z-index: 1000;
  height: 100vh;
  max-width: none;
  /* background-position: 0 50%; */
  background-size: 744px;
  background-repeat: no-repeat;
  background-attachment: scroll;
	background-image: url("../images/Screenshot_20210515-222858_Chrome.jpg");
}

.hero-image .w-container {
	background-image: url("../images/Screenshot_20210515-222858_Chrome.jpg");
	}
  

.site-logo-type {
  margin-top: 8px;
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -3px;
}

.home-name-card-container {
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #707070;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.7);

}

.home-name-subtitle {
  font-size: 50px;
  line-height: 30px;
  text-align: center;
}

/*
.blog {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.blog-item {
  padding-top: 60px;
}

.blog-item {
  position: relative;
}

.blog-item-left {
  padding-left: 0px;
}

.blog-item-right {
  padding-right: 0px;
}
*/
.section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.bio {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-hero {
  display: none;
  margin-bottom: 60px;
}

.bio-content {
  padding-top: 20px;
}

.list-item {
  padding-bottom: 20px;
}

.reel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.reel-placeholder {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.blog-grid {
  position: relative;
  margin-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-content-grid {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hotel-card-image {
  position: relative;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 75%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hotel-card-image._16-9 {
  padding-top: 56.25%;
}

.hotel-card-image._4-3 {
  display: none;
}

.object-fit {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  background-image: url('../images/KTP02303-1.jpg');
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  display: none;
}

.resume-columns {
  padding-top: 20px;
}

.resume-columns.odd {
  padding-top: 20px;
}

.resume-section {
  margin-bottom: 60px;
}

.slide {
  background-image: url('../images/Group-1.jpg');
  background-position: 0px 0px;
  background-size: 2182px;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Group-12x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_slider {
  margin-top: 60px;
  margin-bottom: 60px;
}

.slide-3 {
  background-image: url('../images/business-serious-web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-thumb {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 10px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.headshots-columns {
  margin-bottom: 60px;
}

.headshots-columns.gallery {
  padding-top: 20px;
}

.image {
  border-radius: 10px;
}

.thumbnail {
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.gallery-column {
  padding-right: 0px;
  padding-left: 0px;
}

.link.button {
  display: inline-block;
  padding: 10px 15px 12px;
  color: #fff;
  border: none;
}

input[type=submit] {
  font-size: 20px;
  display: inline-block;
  padding: 10px 15px 12px;
  color: #fff;
  border: none;
}

.heading-4 {
  display: inline-block;
}

.heading-5 {
  letter-spacing: -5px;
}

.hidden {
  display: none;
}

.paragraph {
  padding-top: 20px;
}

.paragraph-2 {
  display: none;
}

.field-label {
  display: none;
}

.paragraph-3 {
  display: none;
}

.form-block {
  padding-top: 20px;
}

.form-message{
	margin-top: 20px;
	background-color: #dddddd;
	padding: 20px;
}

.form-success {
  font-size: 28px;
  line-height: 30px;
}


.form-error {
  font-size: 28px;
  line-height: 30px;
}

.contact-form {
  width: 50%;
  padding-top: 20px;
}

.form-field {
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #fff #b2b2b2 #b2b2b2 #fff;
  background-color: transparent;
  font-size: 20px;
  color: #cccccc !important;
}

.note {
  font-size: 16px;
  font-style: italic;
}

.button.submit {
  margin-top: 20px;
}

.hide-lvp {
  display: none;
}

		#g-recaptcha{
		border: 1px solid red;
		margin: 15px 0 15px 0;
	}

/* Large VP*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  h2 {
    font-size: 60px;
    line-height: 80px;
  }
  .navbar {
    font-size: 16px;
  }
  .nav-link {
    padding-right: 10px;
    font-size: 16px;
  }
  .home {
    display: block;
  }
  .home-column {
    padding-right: 0px;
  }
  .hero-image {
    z-index: 400;
    background-position: center top;
  }
  .site-logo-type {
    margin-top: 5px;
  }
  .home-name-card-container {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 20px;
  }
  .home-name-subtitle {
    font-size: 40px;
  }
  .icon {
    color: #fff;
  }
  .reel-placeholder {
    width: 75vw;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #0050ef;
  }
  .object-fit {
    width: 100%;
  }
  .paragraph {
    display: none;
    padding-top: 10px;
  }
  .contact-form {
    width: 75%;
  }
}

/* SMALL VP*/

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 60px;
  }
  h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .blog-headline {
    margin-top: 0px;
  }
  .blog-timestamp {
    position: relative;
    display: block;
    margin-right: 0px;
  }
  .home {
    height: 100vh;
    padding-bottom: 0px;
  }
  .home-column {
    height: 100vh;
  }
  .home-column.right {
    display: none;
  }
  .hero-image {
    z-index: 400;
    display: block;
    border-bottom: 10px solid #0050ef;
    background-position: center top;
    background-repeat: no-repeat;
	  background-attachment:  fixed;
  }
  .site-logo-type {
    margin-top: 11px;
    font-size: 40px;
    line-height: 40px;
  }
  .home-name-card-container {
    display: none;
  }
  .blog-item {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .blog-item-left {
    padding-right: 0px;
  }
  .blog-item-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .columns {
    margin-right: 15px;
    margin-left: 15px;
  }
  .headline-container {
    margin-bottom: 40px;
  }
  .section-heading {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-hero {
    margin-bottom: 40px;
  }
  .bio-content {
    display: block;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .reel-placeholder {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-menu {
    background-color: #0050ef;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
    box-shadow: none;
  }
  .menu-button.w--open {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #0050ef;
  }
  .hotel-card-image {
    width: 100%;
    padding-top: 56.25%;
  }
  .hotel-card-image._4-3 {
    display: block;
    padding-top: 75%;
  }
  .object-fit {
    display: none;
  }
  .resume-columns {
    margin-bottom: 20px;
  }
  .resume-columns.odd {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .resume-columns.col2 {
    margin-top: -20px;
    padding-top: 0px;
  }
  .resume-project {
    font-weight: 700;
  }
  .padding-15-left {
    padding-left: 15px;
  }  
 .padding-10-bottom {
    margin-bottom: 10px !important;
  }
 .margin-10 {
	margin: 10;
}
  .resume-company {
    font-weight: 400;
  }
  .lightbox-thumb {
    margin-bottom: 20px;
  }
  .headshots-columns {
    text-align: center;
  }
  .thumbnail {
    border-radius: 10px;
  }
  .container {
    width: 100vw;
  }
  .paragraph {
    display: none;
    margin-top: -20px;
    padding-top: 0px;
  }
  .field-label {
    display: block;
  }
  .paragraph-3 {
    display: block;
  }
  .form-block {
    padding-top: 0px;
  }
 
  .text-block-2 {
    color: #9c2222;
  }
  .contact-form {
    width: 100%;
  }
  .form-field {
    border-bottom-style: none;
    background-color: #b2b2b2;
    color: #333 !important;
  }
  .form-field::-webkit-input-placeholder {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-style: italic;
  }
  .form-field:-ms-input-placeholder {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-style: italic;
  }
  .form-field::-ms-input-placeholder {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-style: italic;
  }
  .form-field::placeholder {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-style: italic;
  }
	
	.hide-svp {display: none;}
		.hide-lvp {
  display: block;
}

	
}


/*X-SMALL VP*/
@media screen and (max-width: 479px) {
  h2 {
    line-height: 60px;
  }
  .navbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
  }
  .blog-timestamp {
    position: relative;
    display: block;
    margin-right: 0px;
  }
  .hero-image {
    height: 100vh;
    border-bottom-color: #0050ef;
    background-position: center top;
	  background-attachment: fixed;
  }
  .section-heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .reel-placeholder {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hotel-card-image._4-3 {
    padding-top: 100%;
  }
  .spacer {
    display: block;
    width: 100%;
  }
  .spacer._40px {
    height: 40px;
  }
  .spacer._10px {
    height: 10px;
  }
  .spacer._20px {
    height: 20px;
  }
  .spacer._30px {
    height: 30px;
  }
  .spacer._15px {
    height: 15px;
  }
  .field-label {
    font-weight: 400;
  }
	
	.hide-lvp {
  display: block;
}
	
	.hide-svp {display: none;}
}

#w-node-1c98ed3c2391-ed3c238e {
  -ms-grid-column-align: end;
  justify-self: end;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.margin-top-40 {
	margin-top: 40px !important;
}

/* Photo Grid - Headshots */

.photo-grid {margin-top: 40px;}

.photo-grid-cell{width: 450px; padding: 10px; display: inline-block;}

.photo-grid-images{}

/* .photo-grid-caption {z-index: 1000; border: 1px solid red; display: block; width: 100%; height: 40px; margin-top: -20px; background-color: rgba(0,0,0,0.80); } */

.photo-grid-caption p { text-align: center; padding-bottom: 10px; border-bottom: 1px solid #ccc;}