@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

.bodydiv {
    width:400px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
    font-size:18px;
    padding: 50px;
    background-color: rgba(255,255,255,0.85);
}

.bodydiv2 {
    width:300px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
    font-size:18px;
    padding: 20px;
    background-color: rgba(255,255,255,0.85);
}

body {
    
    font-family: 'Open Sans', sans-serif;
	color: #333;
    font-size:20px;
}

.icon-bar {
    background-color: #333 !important;;
}

.light {
        padding-top: 7%;
    padding-bottom: 7%;
}

.stickynav {
    background: #fff;
    padding-bottom: 20px;
}


.dark {
    background-color: #0a1014;
    color:#eee;
    padding-top: 8%;
    padding-bottom: 7%;
}

a {
    color: #0a1014;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

li>a:active, li>a:hover, .active a {
    color: #aec42f;
    background: transparent !important;
}


.dark h3 {
    color:#eee;
}

p {
        line-height: 30px;
        padding: 20px 50px;
    text-align: left;

}
h1 {
		font-family: 'Open Sans', sans-serif;
	color: #333;
    font-size:14px;
	font-size: 3em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	color: #333;
}

h3 {
	line-height: 1.238;
    font-family: Lato;
    font-weight: 300;
    text-transform: uppercase;
    color:#333;
    text-align: left;
    border-left: 8px solid #c3d940;
    padding-left: 20px;
    margin-left:50px;
}

img {
    max-width: 100%;
    height: auto;
}

/*Wufoo Styling*/
.wufoo label.desc, legend.desc {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 20px;
    display: block;
    white-space: normal;
    width: 100%;
	color: #ed1c24;
}

.wufoo label.desc, .wufoo legend.desc {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 20px;
    display: block;
    white-space: normal;
    width: 100%;
	color: #ed1c24;
}

input.text, input.search, textarea.textarea {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #fff;
    background: #6b6c6e url(/images/fieldbg.gif) repeat-x top;
}

.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select {
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 100%;
}

.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 16px;
    display: block;
    white-space: normal;
    width: 100%;
	color: #fff;
}

input.btTxt {
    padding: 10px 15px;
    width: auto;
    overflow: visible;
    color: #fff;
    background-color: #ed1c24;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border-radius: 12px;
    border: none;
}



.wufoo input.btTxt {
	font-size: 85%;
}


.safari input.btTxt {
    font-size: 85%;
}

.wufoo li.focused {
    background-color: #8c8c8c;
}


/* Dollhouse Smart Layouts Styling and Breakpoints  */
@media (min-width: 1500px) {
.smartlayout-container { display: block; }
.smartlayout-container-laptop { display: none; }
.smartlayout-container-tablet { display: none; }
.smartlayout-container-mobile { display: none; }
    .smartlayout-container-xs-mobile { display: none; }
    .smartlayout-container-md-mobile { display: none; }

}

@media (max-width: 350px) {
  .smartlayout-container-mobile { display: none; }
    .smartlayout-container-xs-mobile { display: block; }
  .smartlayout-container { display: none; }
.smartlayout-container-laptop { display: none; }
	.smartlayout-container-tablet { display: none; }
    .smartlayout-container-md-mobile { display: none; }
}

@media (min-width: 351px) and (max-width: 410px) {
	.smartlayout-container-mobile { display: none; }
    .smartlayout-container { display: none; }
.smartlayout-container-laptop { display: none; }
	.smartlayout-container-tablet { display: none; }
    .smartlayout-container-xs-mobile { display: none; }
    .smartlayout-container-md-mobile { display: block; }
}

@media (min-width: 411px) and (max-width: 768px) {
	.smartlayout-container-mobile { display: block; }
    .smartlayout-container { display: none; }
.smartlayout-container-laptop { display: none; }
	.smartlayout-container-tablet { display: none; }
    .smartlayout-container-xs-mobile { display: none; }
    .smartlayout-container-md-mobile { display: none; }
}

@media (min-width: 768px) and (max-width: 1200px) {
	.smartlayout-container-mobile { display: none; }
    .smartlayout-container { display: none; }
.smartlayout-container-laptop { display: none; }
	.smartlayout-container-tablet { display: block; }
    .smartlayout-container-xs-mobile { display: none; }
    .smartlayout-container-md-mobile { display: none; }
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.smartlayout-container-mobile { display: none; }
    .smartlayout-container { display: none; }
.smartlayout-container-laptop { display: block; }
	.smartlayout-container-tablet { display: none; }
    .smartlayout-container-xs-mobile { display: none; }
    .smartlayout-container-md-mobile { display: none; }
}

.smartlayout-container {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 90.00%; 
}
.smartlayout-container > iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smartlayout-container-tablet {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 150.00%; 
}
.smartlayout-container-tablet > iframe {
	
  	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smartlayout-container-laptop {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100.00%; 
}
.smartlayout-container-laptop > iframe {
	
  	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smartlayout-container-mobile {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 430.00%; 
}
.smartlayout-container-mobile > iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smartlayout-container-md-mobile {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 530.00%; 
}
.smartlayout-container-md-mobile > iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smartlayout-container-xs-mobile {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 610.00%; 
}
.smartlayout-container-xs-mobile > iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navr {
     margin-top: -20px;
    margin-bottom: -10px;
   padding-bottom: 40px;
}



@media only screen and (min-width: 700px) and (max-width: 5000px) {
  .navbar-brand>.logo2{
    display: none;
}
}



@media only screen and (max-width: 600px) {
  .navbar-brand>.logo{
    display: none;
}
    
    .navr {
     margin-top: 0px;
    margin-bottom: 0px;
   padding-bottom: 0px;
}
}




