ul.sub-menu {
	display: none;
}

body {


    background-color: #ffffff;

}
/** {
  box-sizing: border-box;
}*/

body {
  margin: 0px;
  font:normal 400 15px 'Lato', Arial, sans-serif; color:#2a2a2a; background-color: #eaeaea; 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  margin-top: 80px;
}




#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #fed136;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }



#mainNav .navbar-brand {
  color: #ffffff;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fed136;
}

#mainNav .navbar-nav .nav-item .nav-link  {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #ffffff;
  text-align:center;
  background-color: #212529;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

h1, h2 { font-weight:700; font-family:Montserrat, cursive; letter-spacing:1px !important;
text-align: center;
font-size: 6vw !important;
text-transform: uppercase;
padding: 60px; }
em { font-style: bold; }
strong { font-weight:700; }


#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136 !important;
}

/*@media (max-width: 992px) {*/
  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #212529;
    margin-bottom: 15px;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
    color: #212529 ;
  }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #fed136;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

	form.calc table tr th.first,
	form.calc table tr td.first {
		width: 48% !important;
	}
	form.calc table tr th.mid,
	form.calc table tr td.mid {
		width: 16% !important;
	}
	form.calc table tr th.last,
	form.calc table tr td.last {
		width: 20% !important;
	}

	@media screen and (max-width: 568px) {

        
		form.calc table tr th.first,
		form.calc table tr td.first,
		form.calc table tr th.mid,
		form.calc table tr td.mid,
		form.calc table tr th.last,
		form.calc table tr td.last {
			width: 100% !important;
            font-size: 1em;
            
		}

	}

@media (max-width:600px ) {
  .nav > .nav-btn {
    display: inline-block !important;
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
  }
  .nav > .nav-btn > label {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    padding: 13px !important;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3)!important;
  }
  .nav > .nav-btn > label > span {
    display: block !important;
    width: 25px !important;
    height: 10px !important;
    border-top: 2px solid #eee !important;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

.entry-title {
	text-align: center;
	font-size: 70px;
	font-family: 'Montserrat', cursive;
	color: #212529;
	padding: 50px;

}


form.calc {
	margin: 0 auto 30px auto!important;
	width:100% !important;
	max-width: 620px !important;
	background: #f4f4f4 !important;
	font-size:16px !important;
}


form.calc table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	font-size: 14px;
	line-height: 2 !important;
	margin: 0 0 10px !important;
	width: 100% !important;
}
form.calc table table {
	margin: -3px -5px !important;
}

form.calc table tr { border-top:1px solid #eaeaea;
width: 100% }

form.calc table caption,
form.calc table th,
form.calc table td {
	font-weight: normal !important;
	text-align: left !important;
}

form.calc table th {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	padding: 8px 10px !important;
	font-size:18px;
	line-height:22px !important;
	background:#007bff !important;
	color:#FFF !important;
	-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale !important;
}

form.calc table td {
	padding: 8px 10px !important;
	font-size:16px !important;
    
}

form.calc table td.ac { padding:24px 10px !important; }

form.calc input,
form.calc select {
	padding: 8px !important;
	border: none !important;
    
	/*background: #2c2c2c;
	color: #fff;
	font-family: Fixed, monospace;*/
}
form.calc select {
	padding: 7px!important;
	font-family: 'Lato', Arial, sans-serif;
	font-size:16px!important;
	border:1px solid #eaeaea;
}
form.calc input {
	width: 60px !important;
	font-family: 'Lato', Arial, sans-serif;
	font-size:16px !important; 
	border:1px solid #eaeaea;
}
form.calc input:focus,
form.calc select:focus {
	outline: none !important;
}

form.calc input:focus {
border:1px solid #84bd00;
}

form.calc table td.lg {
	/*font-size: 2em;*/
}
form.calc table td.md {
	/*font-size: 1.5em;*/
}

sub { 
    vertical-align: sub;
    font-size: smaller;
}

.disclamer {
	margin: 30px auto;
	width: 620px;
	display: block;
	font-style: italic;
	color: #ffffff;
}
.calc-disclaimer {
	color: #ffffff;
}




/* sizing */
form.calc table tr th.half,
form.calc table tr td.half {
	width: 100% !important;
}





/* firefox red outlines? */
input[type=number]:invalid {
    box-shadow: none !important;
}







/* breakpoints from style.css */

@media screen and (max-width: 1200px) {

	#header-container h1 {
		width: 100% ;
		padding: 0 10px;
	}

}

/*Mobile Menu Activate*/
@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {

	#header-container h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 320px) {

   body { 
      font-size: 2em; 
   }

}
@media screen and (max-width: 1200px) {
#home-grid-large h2 { font-size:55px; line-height:60px; margin:10px 0; }
#header nav#menu ul li.menu-item a { padding:0 8px; }
#header nav#menu ul li#menu-item-35 a { padding:0 10px; }
#header nav#menu ul li.menu-logo a img { max-width:125px; margin-top:-10px; }

}

/*Mobile Menu Activate*/
@media screen and (max-width: 1100px) {
header#header { display:none; }
@media screen and (max-width: 1000px) {
.image-header h1 { padding:40vh 30px; }
.text-header h1 { font-size:7vw; line-height:8vw; }
#calc-page-intro { float:none; padding:0 0 40px 0; width:100%; }
#calc-container { float:none; width:100%; }
.page-numbers-container { display:none; }
#nav-below { padding:30px 0; background:none; }
.nav-previous { float:left; }
.nav-next { float:right; }

}

/*iPad Portrait*/
@media screen and (max-width: 768px) {
.featherlight .featherlight-content { min-width:90%!important; }
.image-header-container { background-attachment:initial; }
.image-header h1 { font-size:7vw; line-height:9vw; }
#content footer#footer h1, #content #triple-column-list h1, #content #single-column-text h1 { font-size:24px; line-height:normal; }
nav#our-process-nav ul li { width:33.33%; display:inline-block; }
nav#our-process-nav ul li a { font-size:19px; line-height:24px; }

}


/*iPhone 5 Landscape*/
@media screen and (max-width: 568px) {

#calc-page { padding:20px; }
.calc-disclaimer { width:100%; padding:20px; }

#content section#search-results h1 { font-size:24px; line-height:30px; }
#content section#search-results h1 span { display:block; }

}

/*iPhone 6+ Portrait*/
@media screen and (max-width: 414px) {

.text-header h1 { font-size:9vw; line-height:10.5vw; }

}

/*iPhone 5 Portrait*/
@media screen and (max-width: 320px) {
.image-header h1 { padding:8vh 30px; }
}








}


