@charset "utf-8";
/* CSS Document for MK Design updated 5/23/22 */

.h4, h4 {
    margin-bottom: 15px;
    margin-top: 25px;
}
form p{
  margin-bottom: 3px;
}
.small-text{
	font-size: 12px;
}
.small-top-heading{
  font-size: 16px;
  margin-bottom: 0px;
}
.page-title{
  font-size: 32px;
}

/* General Layout Styles */
.w-100{
  width: 100%;
}
.bgd-lt-grey{
  background-color: #f3f3f3;
}
.nice-img{
  box-shadow: 0px 0px 13px #0000003d;
}
.border-lt-grey{
  border: 1px solid #ccc;
}

.modal-header {
  background-color: #f96309;
  color: #fff;
}
.modal-body p {
  text-align: left;
}

.text-left, .text-left p {
	text-align: left;
}

ol li, .article ul li {
	margin-bottom: 20px;
}

.breadcrumbs {
	background-color: #232323;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}
.breadcrumbs a {
	color: #fff;
}

/* CLient Work */
.work-page-title {
	background-color: #000;
}
.work-page-title .col {
	padding: 70px 10px;
	text-align: center;
}
.work-page-title h1 {
	font-size: 40px;
	color: #fff;
}
.work-page-title  h2 {
	font-size: 25px;
    font-weight: 200;
	color: #fff;
	margin-bottom: -7px;
}
.work-description {
	padding: 10px;
}
.feature-boxes {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature-box {
	width: 24%;
    padding: 0%;
    margin-top: 1%;
}
.feature-box .icon {
	width: 100%;
}

/*
.feature-box {
	background-color: #00000012;
    width: 24%;
    height: 10vh;
    padding: 0%;
    margin-top: 1%;
}
.feature-box .icon {
	display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 6%;
}
.feature-box p {
	font-size: 8px;
    text-align: center;
    line-height: 10px;
    font-weight: 700;
    margin-bottom: 0px;
	padding-left: 7%;
    padding-right: 7%;
}
*/
/* ARTICLE STYLES */
.article {
	max-width: 960px;
    margin: auto;
}
.article .hero {
	padding: 0px 20px;
}
.article .hero img {
	border-radius: 30px;
    margin: auto;
    margin-top: -210px;
    max-height: 410px;
	max-width: 100%;
    box-shadow: #0000007a 0px 0px 16px;
}
.article .supporting-image {
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}
.article-title {
	margin: 40px 0px 14px;
    font-size: 56px;
}
.article h2, .article h3, .article h4 {
	text-align: left;
}
.article-image img {
    margin-bottom: 10px;
}
.article-image figcaption {
	text-align: center;
	font-size: 12px;
    padding: 0px 10px;
    color: #7d7d7d;
}
.article .supporting-image img {
	max-width: 100%;
    border-radius: 30px;
    margin: 10px 0px;
	max-height: 400px;
	box-shadow: #0000007a 0px 0px 16px;
}
.article .supporting-image p {
	text-align: center;
    font-size: 14px;
    font-style: italic;
}
.article-footer-purpose p {
	text-align: left;
    font-style: italic;
	color: #7e7e7e;
}
.article-feature-img { /* Obsolete. Use hero above */
	width: 100%;
	box-shadow: 0px 0px 13px #0000003d;
	margin-bottom: 35px;
}
.article-author {
	line-height: 17px;
	margin-top: 18px;
}
.article-date{
	font-size: 12px;
}
.article a {
	color: #f66408;
	font-weight: bold;
	text-decoration: underline;
}
.interview-question {
	width: 100%;
	border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.blockquote {
	border-left: 5px solid #ccc;
	padding-left: 17px;
	font-style: italic;
}




.past-performance-section img{
  width: 100%;
  max-width: 110px;
}

.past-performance-section a{
  margin-top: 6px;
}
.past-performance-section .col-4{
  padding-left: 2px;
  padding-right: 2px;
  text-align: right;
}
.past-performance-item {
  padding-top: 15px;
  padding-bottom: 15px;
}


#start-something-banner{
}
.navbar{
	padding: .5rem 0px 0px 0px;
}
#footer-logo{
	width:227px;
}
.navbar-brand {
	padding-top: .1125rem;
	padding-bottom: .425rem;
	padding-left: 0.5125rem;
}
.navbar-toggler {
	border: 0px;
}

.dark-grey-bgd{
	background-color:#363636;
}
.align-center{
	text-align:center;
}
ul.checkmarks{
	list-style-type:none;
	padding-left: 0px;
	width: 275px;
	margin: auto;
}
ul.checkmarks li{
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
}
ul.checkmarks li:before{
	content: '';
	display: inline-block;
	height: 18px;
	width: 18px;
	background-size: 18px;
	background-image: url("/images/checkmark-green.jpg");
	background-repeat: no-repeat;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.button-list{
	list-style:none;
}
.button-list li{
	margin-bottom:10px;
}
.button-list li button{
	min-width:280px;
}
.basic-list{
	list-style:none;
	padding-left:0px;
}
.basic-list li{
	margin-bottom:25px;
}
.navbar-toggler:focus {
	outline:none !important;
}
.made-hawaii-badge{
	max-width:140px;
	padding:3px 0px;
}
.orange-bgd{
	background-image:url("/images/orange-paint-bgd.jpg");
	background-size: 128%;
}
.bg-light{
	background-color: transparent !important;
}
.mid-grey {
    color: #909090 !important;
}
.bgd-dark{
	background-color: #000;
	color: #fff;
}
.footer-bgd-color{
	background-color:#1a1a1a;
	color:#fff;
}
.orange-bgd p{
	color:white;
}
#footer-copyright{
	background-color:black;
}
#footer-copyright p{
	color:#868686;
	font-size:12px;
	padding:0px;
	margin:0px;
}
.tm-symbol{
	font-size: 8px;
	position: relative;
	top: -7px;
    left: 2px;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.footer-nav ul li {
	margin: 10px 15px;
}

.footer-nav ul li a {
	font-size: 13px;
	color: #a8a8a8;
	text-decoration: none;
	font-weight: normal;
}

.footer-nav ul li a:hover {
text-decoration: underline;
}


#status, #status_advice, #status_hello, #status_questions{
	background-color:red;
	color:white;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.green-bgd{
	background-color:green !important;
}
.form-preloader{
	width:23px;
}
.form-answer-input{
	display:inline;
	max-width:75px;
	text-align:center;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-button{
	font-size: 1.75rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	margin-bottom: 8px;
    width: 100%;
    margin-top: 2px;
}

.btn-nav{
	padding-left:0px;
	list-style:none;
	margin:auto;
}
.btn-nav button{
	width:100%;
	max-width: 350px;
    display: block !important;
    margin-bottom: 12px;
}
.btn-nav>li>a:hover{
	text-decoration:none;
}

.btn-wide-mk{
	width:100% !important;
	max-width:300px !important;
}
.basic-list-mk{
	padding-left:20px;
}
.basic-list-mk li{
	margin-bottom:20px;
}
.border-grey-lt{
	border:1px #ccc solid;
}
.breadcrumb{
	margin-bottom:0px;
}
.mk-h3-section-heading{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 400;
	border-bottom: 1px #ccc solid;
	margin-top: 47px;
    margin-bottom: 22px;
	text-align:center;
}
.no-hover:hover{
	text-decoration:none;
}
.mike-message-box{
	background-color: #f2f2f2;
    padding: 13px;
    border-radius: 13px;
    max-width: 550px;
    margin: auto;
	margin-top: 40px;
}
.mike-message-box img{
	max-width: 50px;
}
.profile-pic{
	vertical-align:top;
}
.profile-name{
	text-align: center;
    font-size: 13px;
    font-weight: 500;
	color: #858585;
}
.mike-message-text p{
	padding-left: 9px;
    margin: 0px;
}
.mike-message-text{
	padding-bottom:15px;
	padding-right: 13px;
}
.mike-message-text button{
	margin-left: 9px;
    margin-top: 13px;
}
.icon-block{
	text-align: center;
    width: 155px;
    padding: 10px;
    height: 150px;
	display:inline-table;
}

.icon-block h1{
	margin-top: 20px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 1.1em;
    font-size: 1.1em;
    color: #5b5b5b;
}
.responsive-design-img{
	width:100%;
}
.section-divider-wrapper{
    text-align: center;
    float: none;
}

.section-divider{
    height: 20px;
    border-top: 1px solid #CBCBCB;
    max-width: 1600px;
    padding: 0px 0px 41px 0px;
    margin: auto;
    margin-top: 30px;
}

.border-bottom-light{
	border-bottom: 1px solid #e2e2e2;
}

.pricing-table-row-1{
	max-width: 600px;
}




.footer {
	margin-top: 70px;
	padding-bottom: 90px;
    background-color: black;
}
.final-CTA { /* Hiding this since we have the Static Footer and because I'm not desperate anymore */
	display: none;
	background-color: #FFF;
}

/* Static Footer */
.static-footer {
	position: fixed;
	display: block;
	z-index: 2;
    bottom: 0px;
    width: 100%;
    height: 90px;
    background-color: #000;
}
.static-footer .container-fluid {
	max-width: 1200px;
}
.static-footer .button {
	text-align: center;
    padding: 0px;
}
.static-footer a {
	display: block;
    width: 100%;
    height: 100%;
}
.static-footer a:hover {
	text-decoration: none;
}
.static-footer p {
	color: #929292;
	font-size: 9px;
	line-height: 9px;
	padding: 0px;
}
.static-footer a:hover p {
	color: #E66E2E;
	font-size: 9px;
	line-height: 9px;
	padding: 0px;
}
.static-footer .button .icon {
	display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    margin-top:16px;
    margin-bottom: 2px;
	background-size: 64px;
}
.static-footer a:hover .icon {
	background-position-x: -32px;
}
.static-footer .button .text {
	background-image: url("/images/message-icon.png");
}
.static-footer .button .call {
	background-image: url("/images/call-icon.png");
}
.static-footer .button .quote {
	background-image: url("/images/quote-icon.png");
}
.static-footer .button .email {
	background-image: url("/images/email-icon.png");
}













.z-0{z-index: 0;}
.z-1{z-index: 1;}

.pt-0{padding-top:0px;}
.pt-1{padding-top:10px;}
.pt-2{padding-top:20px;}
.pt-3{padding-top:30px;}
.pt-4{padding-top:40px;}
.pt-5{padding-top:50px;}
.pt-6{padding-top:60px;}
.pt-7{padding-top:70px;}
.pt-8{padding-top:80px;}
.pt-9{padding-top:90px;}

.pb-0{padding-bottom:0px;}
.pb-1{padding-bottom:10px;}
.pb-2{padding-bottom:20px;}
.pb-3{padding-bottom:30px;}
.pb-4{padding-bottom:40px;}
.pb-5{padding-bottom:50px;}
.pb-6{padding-bottom:60px;}
.pb-7{padding-bottom:70px;}
.pb-8{padding-bottom:80px;}
.pb-9{padding-bottom:90px;}

.py-10{padding-bottom:10px; padding-top:10px;}
.py-20{padding-bottom:20px; padding-top:20px;}
.py-30{padding-bottom:30px; padding-top:30px;}
.py-40{padding-bottom:40px; padding-top:40px;}
.py-50{padding-bottom:50px; padding-top:50px;}
.py-60{padding-bottom:60px; padding-top:60px;}
.py-70{padding-bottom:70px; padding-top:70px;}
.py-80{padding-bottom:80px; padding-top:80px;}
.py-90{padding-bottom:90px; padding-top:90px;}

.mt-0{margin-top:0px;}
.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-3{margin-top:30px;}
.mt-4{margin-top:40px;}
.mt-5{margin-top:50px;}
.mt-6{margin-top:60px;}
.mt-7{margin-top:70px;}
.mt-8{margin-top:80px;}
.mt-9{margin-top:90px;}

.mb-0{margin-bottom:0px;}
.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}
.mb-6{margin-bottom:60px;}
.mb-7{margin-bottom:70px;}
.mb-8{margin-bottom:80px;}
.mb-9{margin-bottom:90px;}


/*========================================================= */
/* LARGER SCREENS
/*========================================================= */
@media only screen and (min-device-width : 1200px) {
	.max-800{
		max-width: 800px;
		margin:auto;
	}
	.lg-align-right{
		text-align:right;
	}
	.lg-align-left{
		text-align:left;
	}

	.web-design-capabilities{
		margin-top:9px;
	}

	.branding-capabilities-text{
		position:absolute;
		right:0px;
		margin-left:30px;

	}
}
/*========================================================= */
/* DESKTOP STYLES
/*========================================================= */
@media only screen and (min-device-width : 768px) {
  h1, h2, p{
    text-align: center;
  }
  .desktop-hide{
		display: none;
	}
  .text-md-right{
    text-align: right;
  }
  .top-offset{
    padding-top: 150px !important;
    margin-top: -120px !important;
  }
  .md-max-350{
    max-width: 350px;
  }
  .md-max-600{
    max-width: 600px;
  }
  .md-max-800{
    max-width: 800px;
  }
  .md-max-1000{
    max-width: 1000px;
  }

  .past-performance-section p{
    font-size: 12px;
  }

	#header-logo {
		width: 280px;
		padding: 4px 6px;
	}
	.navbar{
		background-size: 28%;
		max-width: 1200px;
		margin: auto;
	}
	.navbar-nav {
		background-color: none !important;
	}
	.nav-link {
		color: rgba(255,255,255) !important;
	}
	.orange-bgd{
		background-size: 28%;
	}

	.pricing-table-row-1{
		padding-right: 100px !important;
	}

	.pt-md-4-mk{
		padding-top:40px;
	}
	.pt-md-1{
		padding-top:10px;
	}
	.pt-md-2{
		padding-top:20px;
	}
	.pt-md-3{
		padding-top:30px;
	}
	.pt-md-4{
		padding-top:40px;
	}
	.pt-md-5{
		padding-top:50px;
	}
	.pt-md-6{
		padding-top:60px;
	}
	.text-sm-none{
		display:inline;
	}
	.packages-modal-title{
		margin-left:160px;
	}
	.md-left{
		text-align: left !important;
	}
}

/*========================================================= */
/* PHONE STYLES
/*========================================================= */
@media only screen and (max-device-width : 767px) {
	.mobile-hide{
		display: none;
	}
	#header-logo{
		width:184px;

	}

  .past-performance-section p{
    font-size: 16px;
  }
  .sm-bgd-lt-grey{
    background-color: #f3f3f3;
  }

	.text-sm-center{
		text-align: center !important;
	}
	.navbar{
		background-size: 128%;
		padding: .5rem 0px 0px 0px;
	}
	.navbar-collapse{
		padding-bottom: 12px;
	}
	.navbar-nav {
		padding-left: 10px;
	}
	.nav-link{
		color: #fff !important;
	}
	.dropdown-menu{
		background-color: transparent !important;
		border: none !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.dropdown-item{
		color: #fff !important;
		padding-bottom: 12px;
	}
	.orange-bgd{
		background-size: 128%;
	}
	.p-sm-0{
		padding: 0px;
	}


	/* ARTICLE STYLES */
	.article {
		padding-bottom: 30px;
	}
	.article .hero img {
		margin-top: -140px;
	}
	.article-title {
		text-align: left;
		font-size: 32px;
        text-align: center;
        margin: 26px 0px 10px;
	}

	.footer-nav ul {
		flex-direction: column;
		align-items: center;
	}

	.footer-nav ul li {
		margin: 10px 0;
	}

  .pb-sm-0{padding-bottom: 0px}
  .pb-sm-1{padding-bottom: 10px}
  .pb-sm-2{padding-bottom: 20px}
  .pb-sm-3{padding-bottom: 30px}
  .pb-sm-4{padding-bottom: 40px}
  .pb-sm-5{padding-bottom: 50px}
  .pb-sm-6{padding-bottom: 60px}
  .pb-sm-7{padding-bottom: 70px}
  .pb-sm-8{padding-bottom: 80px}
  .pb-sm-9{padding-bottom: 90px}
  .pb-sm-10{padding-bottom: 100px}

	.pt-sm-1-mk{
		padding-top:10px;
	}
	.pt-sm-2-mk{
		padding-top:20px;
	}
	.pt-sm-3-mk{
		padding-top:30px;
	}
	.pt-sm-4-mk{
		padding-top:40px;
	}
	.pt-sm-5-mk{
		padding-top:50px;
	}
	.pt-sm-6-mk{
		padding-top:60px;
	}
	.pt-sm-1{
		padding-top:10px;
	}
	.pt-sm-2{
		padding-top:20px;
	}
	.pt-sm-3{
		padding-top:30px;
	}
	.pt-sm-4{
		padding-top:40px;
	}
	.pt-sm-5{
		padding-top:50px;
	}
	.pt-sm-6{
		padding-top:60px;
	}

  .mb-sm-0{margin-bottom: 0px}
  .mb-sm-1{margin-bottom: 10px}
  .mb-sm-2{margin-bottom: 20px}
  .mb-sm-3{margin-bottom: 30px}
  .mb-sm-4{margin-bottom: 40px}
  .mb-sm-5{margin-bottom: 50px}
  .mb-sm-6{margin-bottom: 60px}
  .mb-sm-7{margin-bottom: 70px}
  .mb-sm-8{margin-bottom: 80px}
  .mb-sm-9{margin-bottom: 90px}
  .mb-sm-10{margin-bottom: 100px}

	.mt-sm-4-mk{
		margin-top: 40px;
	}
	.mb-sm-4-mk{
		margin-bottom:40px;
	}
	.text-sm-none{
		display:none !important;
	}
	.page-heading-sm-mini{
		font-size: 14px;
		display: block;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 9px;
		padding-top: 21px;
	}
	.mike-message-text button{
		min-width:100%;
	}
	.icon-block{
		text-align: center;
		width: 127px;
		padding: 10px;
		height: 114px;
		display:inline-table;
	}

	.icon-block h1{
		margin-top: 7px;
		margin-bottom:0px;
	}

	.icon-block img{
		width:50px;
		height:50px;
	}
	.benefit-tile-wrapper{
		padding: 4px;
	}
	.benefit-tile{
		max-width: 100%;
		padding:3px
	}
	.border-bottom-light-sm{
		border-bottom: 1px solid #e2e2e2;
	}
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:30% 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
  box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
