/* Space out content a bit */
body {
  padding-top: 0;
  background: #fbfbfb;
  padding-bottom: 1.5rem;
  font-size: 13px;
  font-family: 'PT Sans', Tahoms, Arial, sans-serif;
}

.welcome {
	display: inline-block;
	width: 100%;
	padding: 35px 0;
  background: #037064;
  background: -moz-linear-gradient(top, #088f81 0%, #037064 100%);
  background: -webkit-linear-gradient(top, #088f81 0%, #037064 100%);
  background: -o-linear-gradient(top, #088f81 0%, #037064 100%);
  background: -ms-linear-gradient(top, #088f81 0%, #037064 100%);
  background: linear-gradient(to bottom, #088f81 0%, #037064 100%);
	color: #aeede6;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.welcome h3 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 300;
	margin: -10px 0 25px;
	padding: 0;
	color: #eee;
	text-align: center;
}

.welcome h1 {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
  text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px;
	color: #fff;
}

.welcome .promo {
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
}

.welcome img {
	max-height: 28px;
	width: auto;
	margin-right: 5px;
}

.iframe {
	padding: 65px 45px 10px;
	margin: 0 0 30px;
	background: #fff;
	border-radius: 5px;
  border: 3px solid #04665c;
}

.marketing h4 {
	color: #e66429;
	font-weight: 400;
	font-size: 30px !important;
	padding-bottom: 15px;
	margin-top: 21px;
}

.marketing ul {
	padding-left: 0;
}

.marketing ul li {
	list-style-image: none;
	list-style-type: none;
	background: url('check.png') no-repeat left;
	padding-left: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

.footer p {
	padding: 0 12px;
}

/* Custom page header */
.header {
   margin: 0 0 -4px !important;
   padding: 21px 0;
   border: 0;
   display: inline-block;
   width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.header img {
	max-height: 45px;
	width: auto;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 25px;
  font-size: 20px;
  font-weight: 300;
}

/* Custom page footer */
.footer a {
	color: #444;
}
.footer {
  padding-top: 2.5rem;
  color: #8a8a8a;
  border-top: 1px solid #eaeaea;
}

.steps img {
  max-height: 20px;
  width: auto;
}

.steps {
  padding: 50px 0 60px;
  font-weight: bold;
  background: #f8f8f8
}

/* Customize container */

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .welcome {
    height: 100vh;
  }
}

@media screen and (min-width: 992px) {

	.steps,
	.footer .container p,
	.container .marketing {
		padding-left: 5%;
		padding-right: 5%;
	}

  .welcome {
        padding: 150px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
  }

  .welcome .container .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .first {
    text-align: center;
    line-height: 2;
  }

  .second {
    text-align: left;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

.welcome {
      padding: 100px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
}

.welcome .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.first {
  text-align: center;
  line-height: 2;
}

.second {
  text-align: left;
  line-height: 2;
}

.col-lg-6,
.col-lg-4 {
	width: 360px !important;
	margin: 5px auto !important;
	float: none;
}

}

@media screen and (max-width: 767px) {

.col-lg-4,
.col-sm-3,
.col-sm-6 {
  float: none !important;
  width: 100% !important;
}

.steps .col-lg-4 {
  background: #04665c;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 10px 10% 0;
  width: 80% !important;
  color: #fff !important;
}

.first p,
.second p {
  background: #04665c;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 5px 0;
}

.first {
  padding-bottom: 20px;
}

.col-sm-8 {
	text-align: center;
}

.header img {
	display: block;
	margin: 0 auto 10px;
}
}
