/* @override 
	https://www.mbjessee.com/css/mbj.css?* */

.accordion {
    background-color: #FFF;
    color: #333 ;
    cursor: pointer;
    padding: 12px 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s; 
	margin-bottom: 16px;
	border-bottom: 1px solid #CECECE;
}
.accordion h2 {
	margin: 0; 
	padding-right: 2em;
	text-align: left;
	font-size: 21px;
	line-height: 1.2em;
	color: #333;
	 
	  font-family: Montserrat, sans-serif;
}
/*
 * MB Jessee — Cookie Consent Banner Styles
 * Palette pulled from live site:
 *   Footer/banner bg:  #333333  (site footer charcoal)
 *   Brand blue:        #0080aa  (site primary CTA blue)
 *   White:             #ffffff
 *   Muted text:        #cccccc
 */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #333333;           /* matches site footer exactly */
  color: #f0f0f0;
  border-top: 3px solid #0080aa; /* thin brand-blue top line — connects to site identity */
  padding: 14px 24px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;              /* lighter than before — informational, not alarming */
  line-height: 1.55;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.cookie-banner__text {
  flex: 1;
  min-width: 260px;
  color: #d8d8d8;                /* slightly softer than pure white */
}

.cookie-banner__text strong {
  color: #ffffff;
  font-weight: 600;
}

.cookie-banner__link {
  color: #5bb8d4;                /* lightened brand blue — readable on dark bg */
  text-decoration: underline;
}

.cookie-banner__link:hover {
  color: #ffffff;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 9px 20px;
  border: none;
  border-radius: 3px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-transform: uppercase;     /* matches site button style */
}

/* Accept — uses site brand blue, matching the "Get a Free Quote" button */
.cookie-btn--accept {
  background: #0080aa;
  color: #ffffff;
  border: 2px solid #0080aa;
}

.cookie-btn--accept:hover {
  background: #006d93;
  border-color: #006d93;
}

/* Opt Out — outlined, low visual weight, matches site's secondary button style */
.cookie-btn--decline {
  background: transparent;
  color: #cccccc;
  border: 2px solid #666666;
}

.cookie-btn--decline:hover {
  background: rgba(255,255,255,0.08);
  border-color: #999999;
  color: #ffffff;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .cookie-banner {
    padding: 14px 16px;
  }

  .cookie-banner__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1;
    text-align: center;
  }
}


.activeAC, 
.accordion:hover {
     background-color: #cecece;
	 color: #333;
}
.activeAC h2,
.accordion:hover h2,
.accordion:hover:after  {
	 color: #333 ;
}
.accordion:after {
    content: '\002B';
    font-size: 34px;
    color: #333;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-top: -22px;
}

.activeAC:after {
    content: "\2212";
	color: #333;
}

.panel {
    padding: 0 25px;
    /*background-color: #f5f6f5;*/
	font-size: 16px;
	line-height: 1.4em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
	padding: 0 0 5px;
}
.panel p:first-child {
	margin-top: 10px;
}
.panel p:last-child {
	margin-bottom: 20px;
}


.credlogo {
  height: auto;
  max-width: 125px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.slide-nav-3,
.w-slider-aria-label {
  display: none;
}
.creditem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.credslide {
  width: 170px;
  height: 200px;
}

.right-arrow-2 {
  display: none;
}

.credslider {
  background-color: transparent;
  height: auto;
}
	
.testwrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.testlogos-2 {
  margin-right: 53px;
  margin-left: 53px;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 6px;
  margin-left: 1%;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-feature {
  width: 70px;
  height: 70px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 35px;
  text-align: center;
}

.promiseicon {
  width: 90px;
  padding: 10px;
  max-height: 80px;
}

.pro {
  width: 90%;
}

.h3-medium {
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 400;
}

.promisedesc {
  font-size: 16px;
  line-height: 1.6em;
}

.whyicon {
  width: 120px;
  max-height: 65px;
  margin-bottom: 18px;
}

.whysection._3 {
  background-color: #085182;
}
 .all-wrapper {
  overflow: hidden;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
/*  border-style: solid;
  border-width: 1px;
  border-color: rgba(70, 70, 83, 0.12);*/
  border-radius: 0px;
}

.toogle-wrapper {
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent rgba(70, 70, 83, 0.12);
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.toogle-wrapper:hover {
  border-style: none none solid;
  border-color: #31404b #31404b rgba(70, 70, 83, 0.12);
  background-color: #fff;
}


.toogle-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.toogle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  -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;
}

.toogle-questions-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 20px 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 
  border-radius: 0px;
  background-color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.plus {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #536b7e;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toogle-info {
  padding: 0px 30px 30px;
}
.section.grey {
  padding-top: 55px;
  background-color: #fff;
}

.minus {
  width: 18px;
  height: 2px;
  background-color: #536b7e;
}

.largeform {
  margin-top: -8px;
  padding: 23px;
  border-style: none;
  border-width: 1px;
  border-color: #d3d3d3;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}

.previewlauncher {
  position: relative;
/*  height: 100%;*/
}
.previewlauncher img {
	height: auto;
}

.playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  margin-top: -55px;
  margin-left: -55px;
  bottom: auto;
  z-index: 10;
  width: 110px;
  height: 110px;
  background-image: url('/img/preview-btn.png');
  background-position: 50% 50%;
  background-size: 110px 110px;
  background-repeat: no-repeat;
}
.previewlauncher:hover .playbutton {
  margin-top: -57px;
}


.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;
} 

.virtualPhone {
	width: 150px;
}
.miniVirtial {
	max-width: 420px;
	margin: 0 auto 40px;
}
.alert {
	background: #fbe671;
	color: #333;
	text-align: center;
	padding: 10px;
	font-size: 16px;
}
.alert p {
	margin: 0;
}	
.alert a {
	color: #444;
	text-decoration: underline;
}
.formsection p em {
	font-size: 1.1em;
}
	 
.bg-bestofOakland2018_70 {
	display: none;
    width: 70px; height: 70px;
    background: url('/img/css_sprites2.png') -10px -94px;
}
.bg-email_icon {
    width: 18px; height: 18px;
    background: url('/img/css_sprites2.png') -270px -118px;
}
.bg-facebook {
    width: 40px; height: 40px;
    background: url('/img/css_sprites2.png') -10px -184px;
}
.bg-google_reviews {
    width: 110px; height: 64px;
    background: url('/img/css_sprites2.png') -10px -10px;
}
.bg-house_icon {
    width: 36px; height: 34px;
    background: url('/img/css_sprites2.png') -190px -184px;
}
.bg-houzz_icon {
    width: 27px; height: 42px;
    background: url('/img/css_sprites2.png') -270px -10px;
}
.bg-linked {
    width: 40px; height: 40px;
    background: url('/img/css_sprites2.png') -70px -184px;
}
.bg-phone_icon {
    width: 16px; height: 26px;
    background: url('/img/css_sprites2.png') -270px -72px;
}
.bg-pointing_arrows {
    width: 10px; height: 9px;
    background: url('/img/css_sprites2.png') -270px -156px;
}
.bg-stars_icon {
    width: 140px; height: 28px;
    background: url('/img/css_sprites2.png') -100px -94px;
}
.bg-twitter {
    width: 40px; height: 40px;
    background: url('/img/css_sprites2.png') -130px -184px;
}
.bg-yelp_logo {
    width: 110px; height: 56px;
    background: url('/img/css_sprites2.png') -140px -10px;
}
	
.grecaptcha-badge { opacity:0;} 
	
#galleria { 
	width: 100%; 
	height: 700px; 
	background: #FFF;
	margin: 0 auto 2em ; 
}
.introWrap {
	margin-bottom: 60px;
}

#adminbar {
	position: absolute;
	top: 0;
}


.affiliateWrap .w-col-4 {
	padding: 0px 0 15px 25px;
}

.company-top-section	{
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	clear: bloth;
}

.company-definition	{
	float: left;
	width: 20%;
	margin-left: 4%;
	font-size: 14px;
}
.company-intro	{
	float: left;
	margin-left: 60px;
	width: 40%;
	font-size: 16px;
}

.company-definition span	{
 
	font-weight: bold;
}

.company-definition h2	{
 
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

p.definition	{
	font-style: italic;
}



.logoSetWrap {
	margin: 0 -40px;
}

.company-item	{
 
	font-size: 12px;
	line-height: 16px;
	/*width: 60%;*/
}

.company-item span	{
	color: #999999;
	margin-right: 5px;
}

.company-item a	{
	color: #02967e;
	text-decoration: none;
}

.company-item a:hover	{
	color: #02967e;
	text-decoration: underline;
}

.company-logo-wrapper	{
	float: right;
 
}
 
.company-logo2	{
	float: right;
	margin-top: 10px;
	min-height2: 50px;
}

.clear-fix	{
	clear: both;
}
 
.overviewBlock {
	position: relative;
	margin: 0 5px 15px;
	min-width: 250px;
	max-width: 300px;
}

.blogImageWrap {
	margin: 0 0 20px;
	text-align: center;
}
.overviewBlock:hover {
	opacity: .8;
}
.overview-txt-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  min-width: 15px;
  padding: 9px;
  background-color: rgba(0, 0, 0, 0.63);
  font-family: Oswald, sans-serif;
  font-size: 20px;
  text-align: center;
}
.overview-txt {
  color: white;
}
.overview-block-wrap {
 
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
}
.overview-intro {
  padding: 25px;
  color: #262c46;
}
.overview-intro h1 {
	font-size: 32px;
	color: black;
	text-shadow: none;
}
.overview-heading {
  margin-bottom: 5px;
  font-size: 52px;
  text-align: center;
  text-shadow: none;
}
	
.tagCol {
	width: 33%;
	float: left;
	padding-right: 1em;
	padding-bottom: 2em;
}
.footlinks ul {
	margin: 0;
	padding: 0;
}
.listblock {
	margin: 1.6em 0;
}

.listblock .w-col-4 {
	border-right: 1px solid #cecece;
	padding: 0 16px;
}
.listblock .w-col-4:last-child {
	border-right: none;;
}

.freeform-form-has-errors {
	background: #FF0000;
	padding: 20px;
	color: #FFF;
}
.formWrap {
	margin-right: 30px;
}

.formWrap .form-label {
	display: none !important;
}
.freeform-row .freeform-column .freeform-input[type=checkbox],
.formWrap input[type=checkbox] {
	padding: 5px !important;
	height:  auto !important;
	margin-top: 8px !important;
}

.formWrap .freeform-column {
	padding: 0 !important;
	margin-bottom: 10px !important;
	position: relative;
}
.formWrap .freeform-input {
	max-width: 254px;
}
.formWrap textarea {
	max-width: 100% !important;
}
.form-datepicker {
	color: #999;
}
.form-datepicker:focus {
	color: #000;
}
.formPad .form-label {
	display: block !important;
}
.inlineFormWrap {
	width: 85%;
	margin: 25px auto 0;
}
.inlineFormWrap p{
	word-wrap: break-word;
}
.inlineFormWrap h3{
	display: none;
}
.inlineFormWrap input,
.inlineFormWrap textarea {
	padding: 7px 12px;
	border: 1px solid #cecece;
 
}
.freeform-pages {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 0 10px;
	list-style: none
}

.freeform-pages li {
	margin: 0 10px 0 0
}

.freeform-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
	 
}

.freeform-row .freeform-column {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 10px 0;
	margin: 0 15px;
	box-sizing: border-box
}

.freeform-row .freeform-column>.freeform-row:first-child {
	margin-top: -10px
}

.freeform-row .freeform-column label {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.freeform-row .freeform-column .freeform-label {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
	content: "*";
	margin-left: 5px;
	color: red
}
 
.freeform-row .freeform-column .freeform-input {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 0 5px 0;
}
.freeform-row select {
	width: auto !important;
}
.input-group-one-line::before {
	content: "Project Type";
	margin-right: 10px;
	padding: 0;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.freeform-column {
	position: relative;
	 display: inline-block;
} 
.freeform-column input[type=file] {
/*  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;*/
  border: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 7px 10px 7px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.freeform-column input[type=file] label,
.uploads label {
	display: none ;
}

.uploads {	
	/*background: transparent;
	border: none;*/
	margin: 0 !important;

	padding-bottom: 10px;
	height: auto;
	position: relative;
}
.uploads::after {
	content:"Photo(s) of your project (optional)";
	/*background: rgba(255,255,255,.5);
	border-radius: 5px;*/
	padding: 1px 6px 3px 0;
	font-family: Helvetica;
	font-size: 12px;
	position: absolute;
	right: 0;
}
 
/*.uploads label {
	display: none;
}
.uploads::before {
	content: "Photos of your Project (optional)";
	display: block;
	margin: -10px 0 0 0;
	text-transform: uppercase;
	font-size: 12px;
 
}*/

.freeform-row .freeform-column .freeform-input[type=checkbox], .freeform-row .freeform-column .freeform-input[type=radio] {
	width: auto;
	display: inline;
	margin: 0 5px !important;
	padding: 0;
	
}

.freeform-row .freeform-column .freeform-input.StripeElement {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	border: 1px solid;
	padding-top: 5px;
	height: 26px
}

.freeform-row .freeform-column .freeform-input-only-label {
	font-weight: normal
}

.freeform-row .freeform-column .freeform-input-only-label>.freeform-input {
	display: inline-block;
	width: auto;
	margin-right: 5px
}

.freeform-row .freeform-column .freeform-errors {
	list-style: none;
	padding: 0;
	margin: 5px 0 0
}

.freeform-row .freeform-column .freeform-errors>li {
	color: red
}

.freeform-row .freeform-column .freeform-instructions {
	margin: 0 0 5px;
	font-size: 13px;
	color: #333 !important;
}

.freeform-row .freeform-column.freeform-column-content-align-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.freeform-row .freeform-column.freeform-column-content-align-left>button:not(:first-of-type) {
	margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.freeform-row .freeform-column.freeform-column-content-align-center>button:not(:first-of-type) {
	margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.freeform-row .freeform-column.freeform-column-content-align-right>button:not(:first-of-type) {
	margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-spread {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.freeform-row .freeform-column.freeform-column-content-align-spread>button:not(:first-of-type) {
	margin-left: 5px
}

.freeform-form-has-errors {
	color: red
} 


/*.freeform-row button {
 
  min-height: 42px;
  min-width: 125px;
  padding: 14px 20px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #357fa6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
 
  color: #fff;
 
 
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.freeform-row button:hover {
  background-color: #68c6ef;
}*/


.formsection label,
.formsection .tip {
	 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 3px;
}

/* UPLOAD STYLEING */
.fileUpload {
	text-align: center;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label * {
	pointer-events: none;
}
.inputfile + label {
    color: white;
    background: #333 url('/img/266-upload.png') no-repeat 12px 8px;
	font-family: Lato, sans-serif;
 	background-size: 20px 18px;
    display: inline-block;
    padding: 6px 20px 6px 40px;
}
 
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #c70202;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

 

.form-wrapper {
  display: block;
  width: 90%;
  max-width: 495px;
  padding: 30px 30px 20px;
  border: 1px solid #317081;
  border-bottom-right-radius: 25px;
}

.form-title-box {
  display: block;
  width: 90%;
  max-width: 495px;
  padding: 13px 30px 5px;
  border-top: 1px solid #317081;
  border-right: 1px solid #317081;
  border-left: 1px solid #317081;
}



.navbar {
  margin-top: 11px;
  margin-right: 15px;
  margin-left: 15;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #333;
}

.fauxColumns ul {
	margin: 0;
	padding: 0 0 0 40px;
 
}
 
.galleryWrap h3,
.relatedWrap h3,
.overviewItem h3,
.blogoverview h2 {
	margin-top: 5px !important;
	font-size: 22px;
	line-height: 28px;
} 

.blogoverview {
	margin-bottom: 24px;
}
.blogoverview img {
	width: 100%;
	height: auto;
}

.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;
	text-decoration: none;
}
 
.pager .centerNumbers a, .pager .current {
	padding: 6px 12px;
	text-decoration: none;
}

.pager .current, .pager .centerNumbers a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
}


.headerSpacer {
	height: 8em;
}
/*.fauxColumns.two {
	column-count: 2;
}
.fauxColumns.three {
	column-count: 3;
}*/
.fauxColumns li {
	float: left;
}
.fauxColumns.two li {
	width: 50%;
}
.fauxColumns.three li {
	width: 33%;
}
.fauxColumns.four li {
	width: 25%;
}
.form-label {
	display: none !important;
}
 
 .freeform-column {
	padding-bottom: 0px !important;
}
.breadshare {
 
  color: #525252;
  text-transform: none;
  margin: 0 auto 26px;
} 
.blog-section .breadshare {
	margin-top: 30px;
}
.breads ul {
	margin: 0;
	padding: 0;
}
.breads li {
  display: inline-block;
  list-style: none;
  color: #999;
  margin-right: 5px;
	font-family: Lato;
  font-size: 12px;
  text-transform: uppercase;
}
.breads a {
	color: #999;
	text-decoration: none;
}
.breads a:hover {
	color: #757575;
}


.navlink {
  margin-top: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #000;
}

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

.navlink.w--open {
  color: #9e9e9e;
}

.navlink.homme {
  position: relative;
  display: none;
  height: 50px;
  padding: 0px 16px;
}

.navlink.homme.w--current {
  display: none;
}

.navwrapper {
  max-width: 560px;
  padding-top: 0px;
  float: none;
}

.phonelink {
  display: block;
  margin-left: 0px;
  padding: 5px;
  border-style: none;
  color: #085182;
  font-size: 20px;
  text-decoration: none;
}

.logo-container {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-top: 3px;
  margin-left: 0px;
  padding: 0px;
  float: left;
 /* width: 240px;*/
}

.logo-container:hover {
  opacity: 0.7;
}

/*.logo-container.w--current {
  margin-top: 15px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}*/

.homeimage {
  position: relative;
  top: 13px;
}

.headphone {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.navcontain {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  overflow: visible;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-link {
  padding: 14px 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #999;
}

.dropdown-link.w--current {
  color: grey;
}

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

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

.bar.bar4 {
  width: 10%;
  background-color: #0080aa;
}

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

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

.navbar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: block;
  width: 100%;
  padding-bottom: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
}

.adminbar-on body {
	 margin-top: 45px;
}

.mainban {
  position: relative;
  height: auto;
}

.left-arrow-2 {
  display: none;
}

.btnwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
/*  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;*/
  justify-content: center;
}
.banLeft .btnwrap {
  justify-content: left;
}

.rich-text-block a,
.blogoverview a {
	color: #0080aa;
	text-decoration: none;
}
.rich-text-block a:hover,
.blogoverview a:hover {
	color: #68c6ef;
	text-decoration: underline;
}

.tags {
	line-height: 1.8em;
	font-size: 13px;
}
.tags a {
	background: #505a61;
	color: #FFF;
	padding: 2px 12px;
	margin: 0 3px 5px 0;
	border-radius: 14px;
	display: inline-block;
}

.tags a:hover {
	background: #68c6ef;
	color: #FFF;
	text-decoration: none;
}

.tags h3 {
	margin-top: 2em;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #505a61;
}

.banmask {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 120px;
  background-image: url('/img/banner-shape-blue.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2,
.freeform-row button {
  padding: 14px 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe5d3c), to(#fe5d3c));
  background-image: linear-gradient(180deg, #fe5d3c, #fe5d3c);
  font-size: 18px;
  line-height: 20px;
}

.button-2.ban,
.freeform-row button {
  margin-right: 15px;
  padding-right: 29px;
  padding-left: 29px;
  background-color: #0080aa;
  background-image: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
 /* text-transform: uppercase;*/
  color: #FFF;
}

.button-2.ban:hover,
.freeform-row button:hover {
  background-color: #40c8f4;
  color: #FFF !important;
  text-decoration: none;
}

.bannerhead {
  margin-top: 1px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 4.5em;
  line-height: 1.15em;
  font-weight: 500;
  text-align: center;
}
.banLeft .bannerhead  {
	text-align: left;
}
.bannerhead.sub {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 400;
}

.bannerhead.pg {
  font-size: 4em;
}

.right-arrow {
  display: none;
}

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

.arrow:hover {
  opacity: 1;
}

.bannersub {
  margin-top: 7px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}
.banLeft .bannersub {
	text-align: left;
}

.hero-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 680px;
  -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;
  background-image: url('/img/57752651251486d4703bd476_mm.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-2.cta2 {
  display: block;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.73)), to(hsla(0, 0%, 100%, 0.73))), url('/img/interior2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.73), hsla(0, 0%, 100%, 0.73)), url('/img/interior2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section-2.cta2._4 {
 
background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63))), url('/img/DSC00255.jpg');
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), url('/img/DSC00255.jpg');
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;

}

.hero-section-2.cta2._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63))), url('/img/interior.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), url('/img/interior.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
 
}

.hero-section-2.cta2._2 {
   background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63))), url('/img/hargis_111014_2-3-2.jpg');
   background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), url('/img/hargis_111014_2-3-2.jpg');
   background-position: 0px 0px, 50% 50%;
   background-size: auto, cover;
   background-repeat: repeat, no-repeat;
 
}
.shaded {
	background: #cecece;
	padding: 30px;
	margin: 30px 0;
}
.slide-nav {
  display: none;
}

.banshade {
  position: absolute;
  left: 50%;
  top: 5%;
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 70%;
  max-width: 900px;
  margin-top: 48px;
  padding: 23px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.cta-section-2 {
  margin-top: 0px;
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #cfcfcf;
  background-image: url('/img/texture-metal-blur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section-2._2 {
  display: none;
  margin-top: 1px;
  padding-top: 87px;
  padding-bottom: 87px;
  background-color: #085182;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 81, 130, 0.87)), to(rgba(8, 81, 130, 0.87))), url('/img/DSC_0351.jpg');
  background-image: linear-gradient(180deg, rgba(8, 81, 130, 0.87), rgba(8, 81, 130, 0.87)), url('/img/DSC_0351.jpg');
  background-position: 0px 0px, 50% 5%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.fauxcontainer {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
/*.content .fauxcontainer {
	max-width: 980px;
}*/
.teamWrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }

    
.teamBio {
	text-align: left;
	text-transform: none !important;
}
.inlineBio {
	width: 25%;
	margin-bottom: 30px;
	text-align: center;
	/*float: left;*/
}
.teamBio p {
	margin-bottom: 12px;
}
.emailTeam {
	float: left;
	width: 19%;
	margin-right: 5px;
	text-align: center;
}
.teamBio .teamImg {
	float: right;
	margin:  0 0 15px 15px;
	width: 190px ;
	height: auto;
	border-radius: 100px;
	border: 7px solid #FFF;
	box-shadow: 0px 3px 5px #cecece;
}

.teamBio.even .teamImg {
	float: left;
	margin:  0 15px 15px 0;
}
.teamBio .staffTitle {
	color: #888;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 5px 0;
}

.inlineBio .teamImg {
	float: none;
	margin: 0 0 0 0;
}

.emailTeam  .teamImg,
.emailTeam.even  .teamImg {
	float: none;
	width: 100px;
	margin: 0;
}	
.emailTeam h2 {
	font-size: 15px;
	text-transform: none;
}
.emailTeam .staffTitle {
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
	margin: 0 0; 
}

.fauxcontainer.head {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
}

.fauxcontainer.border {
  padding: 0px 0px 22px;
  border: 3px none #4e5a62;
  max-width: 1200px;
}

.introtext {
  padding-right: 100px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.logoset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  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;
}

.credlogos {
  display: block;
  width: auto;
  max-height: 120px;
  max-width: 150px;
  margin-right: 21px;
  margin-left: 21px;
  margin-bottom: 10px;
  -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;
}

.largemargerow {
  margin-bottom: 40px;
}

.flexleft {
  width: 33%;
  padding-right: 26px;
  padding-left: 10px;
  text-align: center;
}

.service-text {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.7em;
  text-align: left;
}
.center {
	text-align: center;
}
.centercol {
  text-align: center;
}

.photolarge {
  height: 400px;
  /*background-image: url('/images/uploads/_1000x400_crop_center-center_none/video-thumb-ban.jpg');
  background-position: 50% 50%;
  */
  background-size: cover;
    overflow: hidden;

}

 
.photolarge._2.side {
  width: 66%;
  background-image: url('/img/interior2.jpg');
}

.photolarge._3 {
  background-image: url('/img/cabinet.jpg');
  background-position: 50% 100%;
}

.photolarge._4.side {
  width: 100%;
  background-image: url('/img/exterior.jpg');
}

.group:after,
.maintext ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.largeservhead {
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.grey-button {
  display: inline-block;
  padding: 10px 35px 10px 24px;
  background-color: #0080aa;
  background-image: url('/img/pointing-arrows-icon-w_1pointing-arrows-icon-w.png');
  background-position: 85% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
 -webkit-transition: background-color 200ms ease;
 transition: background-color 200ms ease;
 -webkit-transition: background-position 200ms ease;
 transition: background-position 200ms ease;
 
}

.full {
	max-width: 100%;
	height: auto;
	margin: 20px auto 20px auto;
}

.overviewblocks {
	margin-bottom: 24px;
	clear: both;
}

.overviewblocks:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.overviewblocks .tagCol {
	min-height: 420px;
}

.blogoverview .grey-button {
	margin: 6px 0;
}

.grey-button:hover {
  background-color: #40c8f4;
  background-position: 90% 50%;
}

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

.boldcaps {
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}

.paragraph-4 {
  color: #f2f3f5;
}

.footsearchform {
  padding-right: 55px;
}

.container-2 {
  position: relative;
}

.footrow {
  margin-top: 30px;
}

.footer-contact-text {
  display: inline-block;
  float: left;
  color: #6b6b6b;
}

.footer-contat-icon {
  display: inline-block;
  width: 7%;
  height: 100%;
  margin-top: 0px;
  margin-right: 12px;
  float: left;
  text-align: center;
}
.searchForm {
	margin: 0 auto;
	width: 90%;
}
.footsearch {
  width: 90%;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 5px;
  float: left;
  background-color: #333;
  font-family: Lato, sans-serif;
  color: #FFF;
}

.link-2 {
  color: #f2f3f5;
  font-size: 18px;
  letter-spacing: 0px;
  text-decoration: none;
}

.credits-container {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white,
.white a  {
  color: #fff;
  text-decoration: none;
}
 

.credits-link-box {
  display: inline-block;
  height: 19px;
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px none #edeef2;
}

.mini-title {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #f2f3f5;
  font-size: 8.5px;
  line-height: 11px;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}
.mini-title a {
	color: #FFF;
	text-decoration: none;
}
.footer {
  overflow: hidden;
  padding-top: 50px;
  background-color: #333;
}

.foothead {
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: Oswald, sans-serif;
  color: #9c9c9c;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footlink {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-contact-item {
  position: relative;
  padding: 18px 10px 13px;
  border-bottom: 1px solid #f4f5f9;
}

.footer-contact-item.d {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footsociallink {
  margin-right: 29px;
}

.submit-button {
  height: 42px;
  margin-top: -1px;
  margin-left: -5px;
  background-color: #085182;
  font-family: Lato, sans-serif;
}
.searchForm .submit-button {
	margin: 0px 0 0 -1px;
	height: 41px;
}
.credits-section {
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #edeef2;
}

.credits-section.d {
  border-top-style: none;
}

.paragraph-3 {
  color: #f2f3f5;
  font-size: 16px;
  letter-spacing: 0px;
}

.credits-text-box {
  width: 100%;
}

.footcol {
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.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;
}

.sectionhead.w {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.quotewrap {
  position: relative;
  padding: 22px 45px;
}

.quoteslider {
  margin-top: 30px;
  margin-bottom: 0px;
  background-color: transparent;
  height: auto;
}

.quoteer {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6em;
  text-align: left;
}

.quoteblock {
  margin-bottom: 13px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8em;
  font-style: italic;
}

 
.quoteslide {
  width: 50%;
  height: auto;
  padding-right: 31px;
  padding-left: 31px;
}

.text-block {
 /* display: none;*/
  max-width: 130px;
  margin-top: 5px;
  margin-left: 10px;
 /* float: right;*/
  font-family: Lato, sans-serif;
  color: #4e5a62;
  font-size: 11px;
  line-height: 14px;
}

.formsection {
  margin-right: 0px;
  margin-left: 0px;
  padding: 80px 100px;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90.6%, 0.9)), to(hsla(0, 0%, 90.6%, 0.7))), url('/img/MB-JESSEE-logo-sq.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 90.6%, 0.9), hsla(0, 0%, 90.6%, 0.7)), url('/img/MB-JESSEE-logo-sq.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}
.formsection .w-form {
	margin-bottom: 0;
}
.mainh2 {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
}
.mainh2.sm {
  margin-bottom: 15px;
  padding: 0;
  font-size: 32px;
  line-height: 1.3em;
  margin-top: -10px;
}
.blogWrap {
	padding: 0 3em;
}

.fullwidth {
	margin: 0 0 1em 0;
}

.blogWrap h1 {
	margin-bottom: 15px;
	font-family: Oswald, sans-serif;
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: 400;
	text-align: center;
	margin-top: 0;
	
}

.estform {
  text-align: center;
}

.estinput {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.estinput:focus {
  color: #000;
}

.txtarea {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 53px;
}

.txtarea:focus {
  color: #000;
}

.subest {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #0080aa;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.subest:hover {
  background-color: #40c8f4;
}

.link-block {
  display: none;
}

.gridb {
  position: relative;
  height: 500px;
  background-image: url('/img/DSC00268.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.gridb._2 {
  margin-right: 10px;
  background-image: url('/img/hargis_111014_2-3-2.jpg');
  background-position: 100% 50%;
  background-size: 1000px;
}

.gridb._3 {
  height: 250px;
  background-image: url('/img/DSC00656.jpg');
  background-size: 494px;
}

.gridb._3.b {
  height: 240px;
  margin-top: 10px;
  background-image: url('/img/DSC_0351.jpg');
}

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

.subblock {
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.servicepad {
  position: relative;
  z-index: 200;
  margin: 20px;
  text-align: center;
}

.portfolio-tittle {
  display: inline-block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.72);
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.76);
  opacity: 0.5;
}

.overlay-color {
  position: relative;
  z-index: 200;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.overlay-color:hover {
  display: inline-block;
  padding-bottom: 0px;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.overlay-color.short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-right: 10%;
  padding-left: 10%;
  -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;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button {
  display: inline-block;
  margin-top: 59px;
  padding: 15px 35px;
  border-radius: 7px;
  background-color: #00c2a2;
  box-shadow: 0 2px 0 0 #02967e;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.blogoverview .button {
	margin: 6px 0 26px;
}

.button:hover {
  background-color: #828282;
  box-shadow: 0 2px 0 0 #696969;
}

.button.hero-button {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 300px;
  border-radius: 0px;
  background-color: #73ae98;
  box-shadow: none;
}

.button.hero-button:hover {
  background-color: #5a8c7a;
  box-shadow: none;
}

.button.hero-button.w--current {
  box-shadow: none;
}

.button.hero-button.sm {
  margin-bottom: 0px;
  padding: 10px 20px;
  background-color: #085182;
  box-shadow: none;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.button.hero-button.sm:hover {
  background-color: #399bdc;
  box-shadow: none;
}

.subtext {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.nav-menu-3 {
  margin-top: 60px;
  margin-left: 0px;
  float: right;
}

.nav-menu-3.scroll {
  margin-top: 0px;
  margin-left: 0px;
}

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

.scrollnav {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
}

.nav-link-2 {
  width: auto;
  padding: 16px 10px;
  font-family: Oswald, sans-serif;
  color: #5c5c5c;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-link-2:hover {
  border-bottom: 0px none #12aaeb;
}

.nav-link-2.w--current {
  color: #97a4b4;
}

.nav-link-2.scroll {
  padding: 12px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-right: 10px;
  padding-top: 6px;
  -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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.7;
}

.brand.w--current {
  padding-top: 4px;
}

.brand.scroll {
  height: 45px;
  padding-top: 3px;
}

.brand.scroll.w--current {
  height: auto;
  padding-top: 0px;
}

.top-menu-text-box {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #efeff0;
  text-decoration: none;
}

.top-menu-text-box.no-right-border {
  margin-top: 24px;
  margin-right: 0px;
  padding-top: 6px;
  padding-right: 0px;
  float: right;
  border-right-style: none;
}

.top-menu-text-box.no-right-border.scroll {
  margin-top: 0px;
  padding-top: 0px;
}

.mainnav {
  width: 100%;
  height: auto;
  border-top: 1px solid #efeff0;
  background-color: #4e5a62;
}

.whysection {
  margin-top: 0px;
  padding-top: 86px;
  padding-bottom: 86px;
  background-color: #40c8f4;
}

.whysection._2 {
  padding-top: 60px;
  background-color: #4e5a62;
}

.whyblock {
  color: #fff;
}

.link-3 {
  color: #0080aa;
  text-decoration: none;
}

.link-3:hover {
  color: #399bdc;
}

.footwhite {
  margin-top: 5px;
  float: none;
  color: #a8a8a8;
  font-size: 10px;
}

.whylist {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.navlink-2 {
  margin-top: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
 
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
}

.nav-link {
  margin-top: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
}

.navlink-2:hover {
  background-color: transparent;
  color: #399bdc;
}

.navlink-2.w--current {
  color: #a0a0a0;
}

.navlink-2.w--open {
  color: #9e9e9e;
}

.requote {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.quotebtn {
  display: block;
  margin-left: 0px;
  padding: 10px 16px;
  float: right;
  border-style: none;
  background-color: #0080aa;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
  text-align: center;
}

.quotebtn:hover {
  background-color: #40c8f4;
}

.form-block {
  display: none;
}

.footarea {
  float: left;
  color: #a8a8a8;
  font-size: 12px;
}

.link-block-2 {
  margin-right: 17px;
  float: left;
}

.columns {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.starwrap-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px;
  background-image: linear-gradient(354deg, #fff, transparent);
  font-size: 16px;
  text-align: center;
}

.starwrap-2.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: linear-gradient(135deg, transparent, #fff);
  text-align: right;
}

.stars-2 {
  width: 145px;
  margin: 3px 80px 3px;
}

.banlogo {
  width: 70px;
  margin-left: 9px;
  float: right;
}

.iconhome {
  padding-top: 17px;
  padding-bottom: 0px;
}
 .iconhome.pg {
  padding-top: 0px;
  padding-bottom: 15px;
}

.iconhome.np {
  padding-top: 0px;
  padding-bottom: 23px;
}

.iconhead {
  display: block;
  width: 300px;
  margin: -16px auto 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #4e5a62;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.miniVirtial .iconhead {
	width: auto;
	background: none;
}

.box-div {
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}

.div-spc {
  padding-top: 0px;
}

.row {
  margin-top: 75px;
  text-align: center;
}

.featurewrap {
  position: relative;
  padding: 20px 16px 40px;
  border-top: 10px none #013d80;
  background-color: #4e5a62;

}

.sameHeight {
	min-height: 240px !important;
}
.featuredesc {
	color: #FFF;
}
.featurewrap.alt2 {
  border-top-color: #b9d2ed;
  background-color: #40c8f4;
}

.featurewrap.alt1 {
  border-top-color: #2e88e4;
  background-color: #0080aa;
}

.fauxbutton {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 12px;
  background-color: #999;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.featurelink {
  width: 100%;
  text-decoration: none;
}
.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
 
.icon-box {
  position: static;
  display: block;
  width: 130px;
  height: 130px;
  margin: -90px auto 20px;
  border-style: none;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
}

.icon-box.alt2 {
  width: 130px;
  height: 130px;
  background-color: #fff;
}

.icon-box.alt1 {
  width: 130px;
  height: 130px;
  border-style: none;
  background-color: #fff;
}

.featureheading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.featurelogo {
  position: relative;
  top: 50%;
  width: 75px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.featurelogo.lg {
  width: 70px;
}
.featurelogo.topPay {
  width: 85px;
}
.featurelogo.leader {
  width: 85px;
}
.featurelogo.award {
  width: 70px;
}

.featuretext {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.image {
  margin-right: 11px;
  margin-bottom: 7px;
  float: left;
}

.reasonwrap {
  width: 75%;
  margin-right: auto;
  margin-bottom: 39px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #f8f8f8;
  font-size: 18px;
  line-height: 1.6em;
  column-count: 2;
}

.reaons {
  color: #fff;
  line-height: 1.8em;
}

.pagehead {
  padding-top: 65px;
  padding-bottom: 46px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.64)), to(hsla(0, 0%, 100%, 0.64))), url('/img/workers.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.64), hsla(0, 0%, 100%, 0.64)), url('/img/workers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.pagehead.plain {
	background: #efefef;
}

.pagehead._2 {
  min-height: 350px;
  padding-top: 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.47)), to(hsla(0, 0%, 100%, 0.47))), url('/img/cabinet.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.47), hsla(0, 0%, 100%, 0.47)), url('/img/cabinet.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content {
  padding-top: 40px;
  padding-bottom: 73px;
}

.rich-text-block {
  font-family: Lato, sans-serif;
  font-size: 1.15em;
  line-height: 1.6em;
}
.rich-text-block img {
	width: auto;
	height: auto;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.rich-text-block h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 1em 0 0 0;
}

h2.teamTitle {
	font-size: 18px;
	text-transform: none;
}

.catHead {
	margin-top: 2em;
	margin-bottom: 1em !important;
}

.affiliateWrap h2	{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 8px;
	text-transform: none;
	width: 60%;
	line-height: 20px;
	/*float: left;*/
}

.centered {
  margin-top: 20px;
  text-align: center;
}

.pageslider {
  height: auto;
  margin: 43px 0 0px;
}

.pageslide {
  text-align: center;
   position: relative;
}
.pageslide .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.6);
	color: #FFF;
	padding: 5px 10px;
}
.image-2 {
  width: 100%;
}

.slide-nav-2 {
  display: none;
}

.bulletwrap {
  font-size: 16px;
  line-height: 1.6em;
}

.pageheadsub {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 1.7em;
  text-align: center;
}

.iconblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 33px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
}

.iconitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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;
  text-align: center;
}

.iconcontents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -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;
  border: 5px solid #0080aa;
  border-radius: 100px;
  font-family: Oswald, sans-serif;
  color: #0080aa;
  font-size: 62px;
  line-height: 1em;
}

.iconsubhead {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #0080aa;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.bounce-top {
	-webkit-animation: bounce-top 1.5s 1s both;
	        animation: bounce-top 1.5s 1s both;
}
/*.bounce:hover {
-webkit-animation: bounce-top 1.5s 0 both;
        animation: bounce-top 1.5s 0w3 both;
	
}*/



.formWrap input[type=checkbox] .form-label,
.formWrap label.noHide,
.formWrap label.nohide,
.nohide {
	display: block !important;
}
.inline {
	display: inline;
}
 
.kenburns-bottom-left {
	-webkit-animation: kenburns-bottom-left 7s ease-out both;
	        animation: kenburns-bottom-left 7s ease-out both;
}

 
@-webkit-keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
            transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
            transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
            transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
            transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}




@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}




@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}




 
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
 
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


@media (max-width: 991px) {
  .text-block {
   /* display: none;*/
    max-width: 160px;

  }
  
  
  .navbar {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .navlink {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 45px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 20px;
  }
  .navlink:hover {
    background-color: #000;
  }
  .navlink.homme {
    padding-left: 49px;
    text-align: left;
  }
  .navwrapper {
    left: auto;
    top: 100%;
    right: 0%;
    bottom: auto;
    width: auto;
    background-color: rgba(39, 39, 39, 0.97);
  }
  .logo-container {
    float: left;
  }
  /*.logo-container.w--current {
    margin-top: 0px;
  }*/
  .headphone {
    display: none;
    margin-left: 0px;
    padding-bottom: 6px;
    float: right;
  }
  .dropdown-list.w--open {
    background-color: #40c8f4;
  }
  .dropdown-link {
    padding-left: 45px;
  }
  .dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 13px;
    padding-left: 13px;
    color: #fff;
    font-size: 32px;
    text-align: center;
	z-index: 1000;
  }
  .menu-button.w--open {
    background-color: #0080aa;
	color: #FFF;
  }
   .menu-button.w--open .icon {
   	color: #FFF;
   }
  .menu-button.w--open:hover {
    background-color: #4e5a62;
	color: #FFF;
  }
  .nav-dropdown {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mainban {
    height: 400px;
  }
  .mainban.pg {
    height: auto;
  }
  .button-2.ban {
    font-size: 16px;
  }
  .bannerhead {
    margin-top: 0px;
    font-size: 4em;
    line-height: 1.1em;
  }
  .bannerhead.pg {
    font-size: 3.5em;
  }
  .bannersub {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-section-2.cta2 {
    height: 500px;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }
  .hero-section-2.cta2._4 {
    height: 500px;
  }
  .hero-section-2.cta2._3 {
    height: 500px;
  }
  .banshade {
    top: 2%;
    width: 75%;
    margin-top: 25px;
  }
  .cta-section-2._2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .fauxcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .introtext {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 21px;
  }
  .logoset {
    -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;
  }
  .credlogos {
    max-width: 100px;
    margin-bottom: 10px;
  }
  .largeservhead {
    margin-top: 0px;
    font-size: 28px;
    line-height: 36px;
  }
  .footsearchform {
    padding-right: 0px;
  }
  .footsearch {
    width: 80%;
  }
  .footer-contact-item.d {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectionhead {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
  }
  .sectionhead.w {
    font-size: 36px;
    line-height: 45px;
  }
  .quoteslider {
    margin-top: 0px;
    padding-bottom: 0px;
  }
/*  .text-block {
    display: none;
    float: left;
    font-size: 12px;
    line-height: 18px;
  }*/
  .formsection {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/img/MB-JESSEE-logo-sq.svg');
    background-image: linear-gradient(180deg, null, null), url('/img/MB-JESSEE-logo-sq.svg');
    background-position: 0px 0px, 50% 50%;
  }
  .link-block {
	z-index: 2000;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    padding: 12px;
    float: right;
    background-color: transparent;
    background-image: url('/img/oldfolksPhone.png');
    background-position: 50% 50%;
    background-size: 28px;
    background-repeat: no-repeat;
  }
  .gridb {
    height: 400px;
  }
  .gridb._3 {
    height: 150px;
  }
  .subblock {
    display: block;
  }
  .portfolio-tittle {
    font-size: 21px;
    line-height: 24px;
  }
  .overlay-color {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .overlay-color:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .overlay-color.short {
    padding-right: 10%;
    padding-left: 10%;
  }
  .button {
    margin-bottom: 20px;
  }
  .button.hero-button {
    margin-bottom: 80px;
    box-shadow: none;
  }
  .button.hero-button.sm {
    box-shadow: none;
  }
  .subtext {
    display: none;
  }
  .burger-menu {
    color: #97a4b4;
    font-size: 150%;
  }
  .nav-menu-3 {
    margin-top: 45px;
    margin-right: -30px;
    margin-left: -30px;
    background-color: #f9f9f9;
  }
  .fauxcontainer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button-2 {
    height: 54px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .menu-button-2.w--open {
    background-color: #f9f9f9;
  }
  .top-menu-text-box.no-right-border {
    padding-right: 0px;
    float: right;
  }
  .whylist {
    font-size: 18px;
  }
  .navlink-2 {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 35px;
    background-color: #0080aa;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 20px;
  }
  .nav-link {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 45px;
    background-color: #0080aa;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 20px;
  }
  .navlink-2:hover,
   .nav-link:hover {
    background-color: #01698b;
  }
  .navlink-2.w--open {
    color: #fff;
  }
  .requote {
    position: absolute;
    left: auto;
    top: 20px;
    right: 170px;
    bottom: auto;
    z-index: 2000;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .servicesection1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .starwrap-2 {
    font-family: Lato, sans-serif;
    font-size: 15px;
  }
  .icon {
    color: #4e5a62;
  }
  .div-spc {
    padding-right: 5px;
    padding-left: 5px;
  }
  .featurewrap {
    min-height: 220px;
	
  } 
  .sameHeight {
	min-height: 280px !important;
}
  .featurelogo.lg {
    width: 60px;
  }
  .reaons {
    font-size: 16px;
  }
  .pagehead {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .content {
    padding: 35px 33px;
  }
  .pageslider {
    height: auto;
    margin: 40px -60px;
 
  }
  .image-3 {
    height: auto;
  }
  .slide-nav-2 {
    display: block;
  }
  .pageheadsub {
    font-size: 18px;
  }
  .uploads::after {
  	content:"Photo(s) of your project";
  }
  

  
}

@media (max-width: 767px) {
.all-wrapper {

  width: 100%;


}

.pro {
    text-align: left;
  }
  
.h3-medium {
    font-size: 19px;
  }
  
.testwrap-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
.inlineBio {
	width: 50%;
}

.floatRight,
.floatLeft {
	float: none;
	margin: 15px auto;
}

.miniVirtial .iconhead {
	font-size: 18px;
	line-height: 1.2em;
}

.alert {
 
	padding: 5px;
	font-size: 13px;
	line-height: 1em;
}

.stars-2 {
 margin: 0 0 0 25%;
}
   .uploads::after {
   	content:"Photo(s) of your project (optional)";
   }
   .uploads::after {
	   	padding: 1px 6px 3px 0;
	   	position: absolute;
	   	left: 10px;
	   	bottom: -25px;
	   	color: #333;
   }
   .uploads {
   	margin-bottom: 20px !important;
   }
   
  .overviewBlock {
  	min-width: auto;
  	max-width: auto;
  	width: 45%;
  }
  
  .listblock .w-col-4 {
  	border-right: none;
  	padding: 0 ;
  }
  
  .iconhome {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  
  .area-served li {
  	list-style: none;
  }
  .company-definition	{
  	float: left;
  	width: 45%;
  	margin-left: 4%;
   
  }
  .company-intro	{
  	float: none;
  	margin-left: 0;
  	margin-top: 15px;
  	width: 95%;
  	font-size: 15px;
  }
  .mobileRow:after {
  	content: ".";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
  }
  
  .teamBio .teamImg,
    .teamBio.even .teamImg {
  	float: none;
  	margin:  0 auto;
  	width: 190px ;
 
  }
  
  .fauxColumns.two li {
  	width: 100%;
  }
  .fauxColumns.three li {
  	width: 50%;
  }
  .fauxColumns.four li {
  	width: 50%;
  }
  
  #estimateForm {
  	margin: 20px 0;
  }
  

  
  .rich-text-block h2 {
  	font-size: 1.25em;
  	line-height: 1.2em;
  	margin: 1em 0 0 0;
  }
  
  h2#estimateForm{
  	  font-size: 28px;
  }
  .largeform {
  	margin-bottom: 24px;
  }
  .navbar {
    margin-top: 0px;
	position: relative;
	z-index: 1000;
  }
  .mainlogo {
    width: 150px;
  }
  .navlink {
    padding: 15px 25px;
    font-size: 17px;
  }
  .navlink.homme {
    padding-left: 28px;
  }
  .logo-container {
    width: 170px;
    margin-top: 0px;
    padding-top: 0px;
  }
  /*.logo-container.w--current {
    padding-top: 3px;
  }*/
  .headphone {
    margin-top: 8px;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    float: right;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .menu-button {

	z-index: 2000;
    width: 55px;
    height: 50px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }
  /*.menu-button:hover {
  	background: #000;
  	color: #FFF;
  }*/
  .mainban {
    height: 350px;
  }
  .btnwrap {
    margin-top: 9px;
  }
  .bannerhead {
    font-size: 3em;
  }
  .bannerhead.sub {
    margin-bottom: 0px;
    font-size: 2em;
  }
  .bannerhead.pg {
    font-size: 3.25em;
  }
  .arrow {
    position: static;
    margin: -62px 0px 0px auto;
    float: none;
  }
  .arrow.leftarrow {
    margin-right: 52px;
  }
  .bannersub {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 20px;
  }
  .hero-section-2.cta2 {
    height: 400px;
    padding-bottom: 10%;
    padding-left: 5%;
  }
  .banshade {
    width: 80%;
    padding-top: 0px;
  }
  .cta-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-section-2._2 {
    padding-bottom: 35px;
  }
  .fauxcontainer.head {
    padding-right: 0px;
    padding-left: 0px;
  }
  .introtext {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .credlogos {
    height: auto;
    max-height: 70px;
    max-width: 100px;
    margin-right: 8px;
    margin-left: 8px;
  }
  .credlogos.mh {
    display: none;
  }
  .flexleft {
    width: 100%;
    padding-left: 26px;
  }
  .photolarge {
    height: 300px;
    margin-right: -30px;
    margin-left: -30px;
  }
  .photolarge._2.side {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flexrow {
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .largeservhead {
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .servicesection {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .credits-container {
    padding-right: 20px;
    padding-left: 30px;
  }
  .footer-contact-item {
    padding-left: 5px;
  }
  .flex-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .credits-section.d {
    margin-top: 5px;
  }
  .footcol {
    padding-bottom: 20px;
  }
  .sectionhead {
    margin-bottom: 5px;
    padding-right: 96px;
  }
  .sectionhead.w {
    padding-right: 0px;
    font-size: 34px;
  }
  .quotewrap {
    padding: 18px 24px;
  }
  .quoteslider {
    height: auto;
    margin-right: -12px;
    margin-left: -22px;
  }
  .hippiearrowr {
    position: static;
    float: right;
  }
  .hippiearrowl {
    position: static;
    display: block;
    margin-right: 61px;
    margin-left: auto;
  }
  .quoteblock {
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .quoteslide {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
	width: 100%;
  }
  .quotemask {
    padding-left: 0px;
  }
  /*.text-block {
    width: auto;
    margin-top: 12px;
    margin-left: 6px;
    font-size: 10px;
  }*/
  .formsection {
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .mainh2 {
    font-size: 34px;
  }
  .estform {
    overflow: visible;
  }
  .txtarea {
    overflow: auto;
  }
  .link-block {
    width: 55px;
    height: 50px;
    padding: 18px;
    background-size: 19px;
  }
  .gridb {
    height: 180px;
    background-position: 50% 50%;
  }
  .gridb._2 {
    margin-top: 10px;
    margin-right: 0px;
  }
  .gridb._3 {
    height: 180px;
    margin-top: 10px;
  }
  .gridb._3.b {
    height: 180px;
    background-position: 50% 10%;
  }
  .subblock {
    display: none;
  }
  .servicepad {
    margin-top: 11px;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .portfolio-tittle {
    font-size: 29px;
    line-height: 34px;
  }
  .overlay-color {
    position: static;
    height: auto;
    min-height: 100px;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .overlay-color:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .overlay-color.short {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .button.hero-button {
    box-shadow: none;
  }
  .nav-menu-3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .brand {
    margin-left: 10px;
  }
  .top-menu-text-box {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    border-right-style: none;
  }
  .top-menu-text-box.no-right-border {
    margin-top: 15px;
    margin-right: 0px;
  }
  .whysection {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .whylist {
    font-size: 16px;
  }
  .navlink-2,
  .nav-link {
    padding: 15px 25px;
    font-size: 17px;
  }
  
  .requote {
    left: auto;
    top: 9px;
    right: 120px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
  }
  .quotebtn {
    padding: 8px 15px;
    font-size: 16px;
  }
  .servicesection1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .starwrap-2 {
    padding: 8px;
    font-size: 14px;
  }
  .starwrap-2.right {
    padding-top: 9px;
    padding-bottom: 3px;
  }

  .icon {
    color: #4e5a62;
  }
  .div-spc {
    margin-bottom: 1px;
    text-align: center;
  }
  .featurewrap {
    min-height: 50px;
    margin-bottom: 43px;
  } 
  .sameHeight {
	min-height: auto !important  ;
}
  .reaons {
    margin-bottom: 0px;
  }
  .pageslider {
    margin-right: -30px;
    margin-left: -30px;
  }
  .pageheadsub {
    margin-right: 29px;
    margin-left: 29px;
    font-size: 16px;
  }
  .iconblock {
    margin-right: -60px;
    margin-left: -60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .iconcontents {
    border-width: 3px;
    font-size: 50px;
  }
  .iconsubhead {
    font-size: 14px;
  }
    .playbutton {
    left: 50%;
    top: 35%;
  }
}

@media (max-width: 479px) {
  .pro {
    padding-left: 0px;
  }
  .h3-medium {
    font-size: 18px;
  }
.inlineBio {
	width: 100%;
}
  .playbutton {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
  
  
.stars-2 {
 margin: 0 0 0 15%;
}

/*	.uploads::after {
		   	padding: 1px 6px 3px 0;
		   	position: absolute;
		   	left: 10px;
		   	bottom: -25px;
		   	color: #333;
	}*/
	.uploads {
		margin-bottom: 30px !important;
	}
	
	.overviewBlock {
		display: block;
		width: 100%;
		margin: 0 auto 20px;
		height: 120px;
		overflow: hidden;
	}
	
	
 .breads li:first-child,
 .breads li:last-child {
 	display: none;
 }
.fauxColumns.two li {
	width: 100%;
}
  .freeform-row .freeform-column .freeform-input {
  	width: auto;
  }
  .formWrap .freeform-input {
  	max-width: 100% !important;
  	width: 100% !important;
  }
  .freeform-row .freeform-column .freeform-input[type=checkbox],
  .formWrap input[type=checkbox],
  input[type=checkbox] {
   width: 25px  !important;
  }
  .formWrap input[type=checkbox] .form-label,
  .formWrap label.noHide {
  	line-height: 20px !important;
  	height: 34px;
  }
  .freeform-row {
  	margin: 0 -15px -10px  !important;
  	flex-direction: column;
   
  }
  .mainlogo {
    width: 140px;
    margin-top: 5px;
  }
  .navlink {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .phonelink {
    font-size: 16px;
  }
  .logo-container {
    width: 160px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .headphone {
    display: none;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 11px;
    line-height: 12px;
  }
  .dropdown-link {
    padding-left: 20px;
  }
  .bar {
    height: 5px;
  }
  .menu-button {
    width: 45px;
  }
  .menu-button.w--open {
    background-color: #085182;
  }
  .mainban {
    height: 370px;
  }
  .button-2.ban {
    margin-right: 10px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .bannerhead {
    font-size: 2.4em;
  }
  .bannerhead.sub {
    font-size: 1.85em;
  }
  .bannerhead.pg {
    font-size: 2.75em;
  }
  .bannersub {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
  }
  .hero-section-2.cta2 {
    height: 400px;
    padding-right: 0%;
    padding-bottom: 23%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('/img/interior2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('/img/interior2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section-2.cta2._4 {
    height: 400px;
  }
  .hero-section-2.cta2._3 {
    height: 400px;
  }
  .banshade {
    top: 0%;
    width: 90%;
    margin-top: 42px;
    padding-top: 0px;
    padding-bottom: 17px;
  }
  .cta-section-2._2 {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .fauxcontainer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fauxcontainer.border {
  padding: 0px ;
 
}

  .fauxcontainer.pd {
    padding-right: 21px;
    padding-left: 21px;
  }
  .introtext {
    line-height: 26px;
  }
  .credlogos {
    max-height: 70px;
    max-width: 100px;
    margin-right: 6px;
    margin-left: 6px;
  }
  .credlogos.mh {
    display: none;
  }
  .flexleft {
    padding-right: 28px;
    padding-left: 28px;
  }
  .service-text {
    font-size: 13px;
  }
  .photolarge {
    height: 200px;
  }
  .largeservhead {
    font-size: 26px;
    line-height: 30px;
  }
  .servicesection {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .footsearchform {
    padding-right: 0px;
  }
  .footsearch {
    width: 75%;
  }
  .credits-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .credits-link-box {
    display: inline;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .credits-section.d {
    margin-top: 0px;
  }
  .credits-text-box {
    margin-bottom: 15px;
  }
  .sectionhead {
    margin-bottom: 18px;
    padding-top: 0px;
    padding-right: 48px;
    padding-bottom: 0px;
    font-size: 29px;
    line-height: 36px;
    text-align: center;
  }
  .sectionhead.w {
    font-size: 30px;
    line-height: 40px;
  }
  .quotewrap {
    padding: 12px 0px;
  }
  .quoteer {
    font-size: 1em;
    line-height: 1.5em;
  }
  .hippiearrowl {
    display: none;
  }
  .quoteblock {
    font-size: 1em;
    line-height: 1.5em;
  }
  .quoteslide {
    padding-right: 30px;
    padding-left: 30px;
	width: 100%;
  }
  .text-block {
   /* width: 100px;*/
    margin-top: 7px;
   /* float: right;*/
    font-size: 9px;
    line-height: 9px;
  }
  .formsection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/img/MB-JESSEE-logo-sq.svg');
    background-image: linear-gradient(180deg, null, null), url('/img/MB-JESSEE-logo-sq.svg');
    background-position: 0px 0px, 50% 0%;
  }
  .mainh2 {
    font-size: 30px;
    line-height: 36px;
  }
  .txtarea {
    width: 94%;
  }
  .link-block {
    width: 40px;
    padding-right: 10px;
    padding-left: 14px;
    background-size: 15px;
  }
  .servicepad {
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
  .portfolio-tittle {
    font-size: 23px;
    line-height: 26px;
  }
  .overlay {
    width: 100%;
  }
  .overlay-color {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .button.hero-button {
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .socialimg-2 {
    height: 35px;
    width: 35px;
  }
  .navlink-2,
  .nav-link {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .requote {
    right: 88px;
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
    font-size: 11px;
    line-height: 12px;
  }
  .quotebtn {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
  .servicesection1 {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .starwrap-2 {
    width: 100%;
    padding: 3px;
    line-height: 16px;
  }
  .starwrap-2.right {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .banlogo {
 
    margin-right: 32px;
  }
  .box-div {
    margin-top: 10px;
  }
  .div-spc {
    margin-bottom: 28px;
  }
  .featurewrap {
    padding-bottom: 10px;
  }
  .featurewrap.alt2 {
    margin-bottom: 30px;
  }
  .icon-box {
    width: 100px;
    height: 100px;
  }
  .icon-box.alt2 {
    width: 100px;
    height: 100px;
  }
  .icon-box.alt1 {
    width: 100px;
    height: 100px;
  }
  .featurelogo {
    width: 50px;
  }
  .featurelogo.lg {
    width: 60px;
  }
  .reasonwrap {
    width: 90%;
  }
  .reaons {
    font-size: 15px;
    line-height: 1.6em;
  }
  .pageslider {
    margin-right: -30px;
    margin-left: -30px;
  }
  .iconblock {
    margin-right: -20px;
    margin-left: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .iconitem {
    width: 50%;
    margin-top: 6px;
  }
  .iconcontents {
    width: 75px;
    height: 75px;
    font-size: 40px;
  }
  .iconsubhead {
    text-transform: none;
  }
}