.logo {
	margin-left: 0px; 
}

/* Text Elements */
h1 {
  font-size: 3em;
  margin:auto;
  color: #e5e5e5;
  font-weight: 700;
}

h2{
	font-size: 1.7em;
	color:#e5e5e5;
	font-weight: 700;
}

h3 {
  font-weight: 700;
  font-size: 21px;
}

h4 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

h4.form-heading {
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 34px;
}

h4.footer-heading {
  color: #fc8a1a;
  font-weight: 700;
  font-size: 21px;
}

p.paragraph {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 2.0;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph.intro-paragraph {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
}

pre{
	text-align: left;
	display: block;
    padding-left: 200px;
	padding-top:30px;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

code{
	padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}


span.text-element.form-row-paragraph {
  margin-bottom: 30px;
  margin-left: 0;
  color: #595959;
  text-align: center;
  font-size: 20px;
}

span.text-element.form-input-caption {
  color: #858585;
}

a.link-text.footer-nav-item {
  margin: 15px 0;
  color: #fc8a1a;
  font-size: 15px;
}

a.link-text.active.nav-item {
  font-weight: bold;
  padding-bottom: 0px;
  border-bottom: 2px solid #fc8a1a;
  color: #fc8a1a;
}

a.link-text.nav-item {
  line-height: 30px;
  float: right;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 2%;
  padding-bottom: 10px;
  padding-left: 0;
  width: auto;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
}

a.link-text.footer-nav-item:hover {
  color: #bababa;
}

a.link-text.nav-item:hover {
  padding-bottom: 0px;
  border-bottom: 2px solid #fff;
  color: #fff;
}

/* Common Elements */

div.rule.divider-rule {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Interaction Elements */

button[type=button].flat-button {
  padding: 20px 40px;
  min-width: 0;
  min-height: 70px;
  width: 100%;
  border-width: 1px;
  border-style: none;
  background-color: #fc6300;
  background-image: none;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
}

button[type=button].flat-button.form {
  margin-top: 0;
  padding: 21px 15px;
  min-height: 0;
  background-color: #fc8a1a;
  font-weight: 400;
  font-size: 20px;
}

a.link-button.flat-button {
  padding: 22px 40px 20px;
  min-height: 70px;
  width: 70%;
  background-color: #fc6300; 
  background-image: url("/images/Icons_Arrow_White.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 30px 60px;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  border-radius: 30px;
}

a.link-button.download-section.flat-button {
  margin-top: 30px;
  background-color: #ff9e00;
}

input[type=text] {
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px 15px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  font-size: 20px;
}

input[type=text].input-1 {
  max-width: none;
  border-color: #bfbfbf;
}

input[type=text].input-1:focus {
  border-color: #ff8c00;
  box-shadow: none;
}

/* Layout Elements */

body > .row.welcome-row {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: none;
  background-color: #333;
}
body > .row.welcome-row div{
	text-align:left;
}

body > .row.row-1 {
  max-width: none;
}

body > .row > [class*='coffee-span-'] {
  padding-right: 20px;
  padding-left: 20px;
}

body > .row.nav-row {
  max-width: none;
  background-color: #000000;
}

body > .row.footer-row {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: none;
  background-color: #333;
}

body > .row.subscribe {
  padding-top: 45px;
  padding-bottom: 15px;
  max-width: none;
  background-color: #e6e6e6;
}

body > .row.text-row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row > [class*='coffee-span-'] > .container.centered-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

.row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'] {
  padding-right: 20px;
  padding-left: 20px;
}

.row > [class*='coffee-span-'] > .container.nav-container {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1200px;
}

.row > [class*='coffee-span-'] .subgrid.subgrid-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'].form-input-column {
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.row > [class*='coffee-span-'] > .container {
  width: auto;
}


.mobile-nav-container {
		  display:none;
	}
.mobile-nav-icon{
		  display:none;	
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.contact{
	display: flex;
	justify-content: left;
	align-items: center;
	height: 80px;
	padding:25px 25px 0px 25px;
	font-size:20px !important;
}
.contact h3{
	padding:0px;
}
.contact_map_container{
	height:600px;
	float:right;
}
.contact_map img{
	margin-left:0px;
	margin:20px;
}

a:link, a:visited, a:focus{
  color: #393b3c;
    text-decoration: none;
}
@media screen and (max-width: 1150px) {
  img { margin-left: 0px; }
  /* Text Elements */
  #sm_screen_map{
	  display:block !important;
  }
  #bg_screen_map{
	  display:none !important;
  }
  .contact{
	display: block;
	height: 80px;
	padding:25px 25px 0px 25px;
	text-align:center;
	}
  .contact_map_container{
	  height: 300px;
	  margin-top:50px !important;
	}
}
@media screen and (max-width: 800px) {
  img { margin-left: 0px; }
  /* Text Elements */
  #sm_screen_pic{
	  display:block !important;
  }
  #bg_screen_pic{
	  display:none !important;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 25px;
  }

  h4.form-heading {
    font-size: 28px;
  }

  h4.footer-heading {
    font-size: 17px;
  }

  p.paragraph {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.7;
  }

  span.text-element.form-row-paragraph {
    font-size: 17px;
  }

  a.link-text.footer-nav-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  /* Common Elements */

  div.rule.divider-rule {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* Interaction Elements */

  button[type=button].flat-button {
    font-size: 20px;
  }

  button[type=button].flat-button.form {
    font-size: 16px;
  }

  a.link-button.flat-button {
    min-height: 60px;
    font-size: 20px;
  }

  a.link-button.download-section.flat-button {
    margin-top: 20px;
  }

  input[type=text] {
    font-size: 16px;
  }

  /* Layout Elements */
  
  .row.welcome-row div {
	text-align:center !important;
  }
  
  body > .row > [class*='coffee-span-'] {
    padding-right: 10px;
    padding-left: 10px;
  }


  body > .row.welcome-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  body > .row.subscribe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
	img { margin-left: 0px; }
	 /* Text Elements */
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.5em;
  }


  p.paragraph {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
	padding: 10px;
  }

  p.paragraph.intro-paragraph {
    font-size: 18px;
  }

  p.paragraph.gallery-p {
    display: block;
  }

  span.text-element.form-row-paragraph {
    font-size: 18px;
  }

  a.link-text.nav-item {
    float: none;
    margin-top: 5px;
    margin-left: 0;
    padding-bottom: 5px;
    width: auto;
    text-align: center;
  }

  /* Common Elements */

  div.rule.divider-rule {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* Interaction Elements */

  button[type=button].flat-button {
    font-size: 17px;
  }

  a.link-button.flat-button {
    min-height: 50px;
    font-size: 16px;
  }

  a.link-button.download-section.flat-button {
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  /* Layout Elements */
  

  body > .row.welcome-row {
	text-align:center;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  body > .row.footer-row {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  body > .row > [class*='coffee-span-'] {
    padding-right: 10px;
    padding-left: 10px;
  }

  body > .row.subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
    display: none;
  }

  .row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'].subgrid-column-2 {
    display: none;
  }

  .row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'].subgrid-column-3 {
    display: none;
  }

  .row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'].subgrid-column-4 {
    display: none;
  }
.nav-row{
		display:none;
		
	}
#mobile-nav-icon i {
		  color:white;
	}
.mobile-nav-icon{
		  background-color: black;
		  display:block;
		  position: fixed;
		  width: 100%;
		  top: 0;
		  left:0;	
		  text-align:right;
	}
.mobile-nav-container{
		  background-color: black;
		  position: fixed;
		  width: 100%;
		  height: 100%;
		  top: 0;
		  left:0;
		  overflow-x: hidden;
		  overflow-y: scroll;	
	}
.mobile-nav_list{
	  list-style-type: none;
	  margin: 0; /* To remove default bottom margin */ 
	  padding: 0; /* To remove default left padding */
	  border-top: 1px solid #fff;
	  margin-top: 40px;
	  padding-top: 20px; }

.mobile-nav_list-item{
	  position: relative;
	  padding:15px;
	  padding-left: 15px;
	  background-color: #6c757d;
	  margin: 15px 0px 15px 0px; 
	  background-image: url("/images/Icons_Arrow_White.svg");
	  background-repeat: no-repeat;
	  background-position: right 30px center;
	  background-size: 20px 20px;
	  }

.mobile-nav_list-item  a {
	  display:block;
	  line-height: 1.8;
	  color: white;
	  font-size: 1.0em;
	  text-transform: uppercase; 
	  text-decoration:none;
	  margin-left: 25px; }
	  
}
