body {
  background-color: white;
  color: #222;
  font-family: "Segoe UI", "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

nav {
  background-color: #000;
  border: 0px solid #000000;
  border-radius: 4px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  color: #fff;
  display: block;
  margin: 0px auto;
  overflow: hidden;
  width: 100%; 

}

a{
    	font-family: "Segoe UI", "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-size: 15px;
	font-weight: bold;
    	color: white;
	color: rgb( 244, 238, 224 );
        display: block;
        line-height: 56px;
        padding: 0 24px;
        text-decoration: none;
}
img {
 
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 100px;
}

a:visited{
  color: white;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
min-height: 200px;

}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
min-height: 200px;
    border: 0;
}

div.menu-button-container {
  display: none;
  float: right;
  cursor: pointer;
  padding: 5px;
  margin: 3px;
  min-width: 30px;
  border: 1px solid #dedede;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*Forms BEGIN*/

img.icon {
  width: 100%;
  height: auto;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.forms, .form-wrapper, .button-wrapper{
	margin: 20px auto;
	width: 600px;

}
.forms {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.button-wrapper{text-align: center;}
.form-button{
  margin: 0px auto;
  background: url("/static/images/MorningJoeLogo-send-email.svg.png") 0 0 transparent;
  border: medium none !important;
  width: 150px;
  height: 53px;
  color: transparent;
}
.form-button:hover{
	background: url("/static/images/MorningJoeLogo-send-email-over.svg.png") 0 0px transparent;
}
.asterisk{font-weight: bold; color: red;}
h3.title, div.description{text-align:center;}
.help-text{font-weight: bold; color: blue;}

div.table{
	display: table;
	width: 100%;
	background-color: #ffffff;
	font: 16px Arial,Helvetica,sans-serif;
	border-collapse: collapse;
}
div.table-row{
	display: table-row;
}
div.table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	margin: 0px 0px;
	font: 16px Arial,Helvetica,sans-serif;
	padding: 4px 0px 4px 0px;
 	border-style: none;
	border-color: black;
	border-width: 0px;
 }
 
 div.table-header{
	display:table-cell;
	font-weight: bold;
	background-color: #cbcbcb;
	vertical-align: middle;
	text-align: left;
	padding: 4px 0px 4px 0px;
	border-style: none;
	border-color: black;
	border-width: 0px;
 }
 .main-div{
 	text-align: left; 
 	margin: 0px auto; 
 	width: 70%; 
 	height: auto;
 }

 .label-div{
 	width: 50%; 
	min-width: 100px; 
 	height: auto;
 }
 .textbox-div{
 	width: 50%; 
 	height: auto;
 }
.help-text{width: 100%; min-width: 300px;}
.textarea{width: 66%; min-width: 200px; margin: 0px 0px;}
/*Forms END*/

/*Responsive Styles*/
@media screen and (max-width : 600px){


 /*Make dropdown links appear inline*/
img {
  width: 100%;
  height: auto;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content {
                float: left;
                width: 100%;
		min-height: 50px;
                height: 50vh;
            }
   
div.menu-section
    {
        min-height: 78px; 
        min-width: 100%; 
        width: 100%; 
        height: auto; 
        background-size: 100%;
        background-position: center;
        background-attachment: scroll; 
        background-repeat: repeat-y; 
        border-color:#000; 
        border-width: 0px; 
        border-style:solid;
        color: #fff;
        background-color: #000;
    }

div.menu-button-container {
      display: block;
      visibility:visible;
      min-height: 30px;
       background-color: #000000;
       color: #ffffff;
      }

nav{display: none;}
    nav,
    ul,
    li,
    a
    
    {
        width: 100%;
        background-color: #000;
        color: #fff;
        position: static;
        float: left;
        position: static;
    }

.forms, .form-wrapper, .button-wrapper{
	margin: 20px auto;
	width: 100%;

}
/*END Responsive Styles*/
}



div.footer{
    text-align: center; 
    width: 100%; 
    padding: 0px;
    font-size: x-small; 
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: black;
}

div.image-section{
    margin: 0px auto; 
    width: 100%; 
    text-align: center;
    height: 100%;
    color: white;
/* Location of the image */
    background-image: url("/static/images/coding-laptop-coffee.jpg");


  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: contain;
  background-color: black;
}
div.main-section
    {
        vertical-align: top; 
        font-size: 14px; 
        font-family: Arial; 
        width: 100%; 
        min-height: 600px; 
        height: 100%; 
        padding-top: 40px; 
        padding-bottom: 40px; 
        margin: 0px auto;
        background-image: url("/static/images/coding-laptop-coffee.jpg");
        background-repeat: no-repeat, repeat;
}

span.heading{
    font-family: Arial;
    font-size: 16px; 
    font-weight: bold;
    margin-left: 10px;
}


.underlined{text-decoration: underline;}
.blue{color: blue;}
.green{color: green;}
.red{color: red;}
.nospace{margin: 0px;}
div.notopborder{border-top-width: 0px;}
.bold{font-weight: bold;}
.white{color: white;}
.inline{display: inline;}
.hidden{display: none;}
div.centered {width: 100%;}
.blackbg{background-color:black;}