:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #414d59;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.div-block {
  color: #fff;
  background-color: #556270;
  padding-bottom: 10px;
}

.div-block-2 {
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 135px;
}

.text-block {
  width: 160px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.div-block-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(85, 98, 112, .67), rgba(85, 98, 112, .67)), url('../images/building_background.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 10px;
}

.div-block-5 {
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  font-family: Arvo, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.text-block-3 {
  max-width: 480px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  line-height: 35px;
}

.text-block-4 {
  margin-top: 20px;
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.button {
  background-color: #4ecdc4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  font-family: Arvo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.button:hover {
  background-color: #3bc3b8;
}

.button.second {
  margin-top: 10px;
}

.text-block-5 {
  margin-top: 20px;
  font-family: Arvo, sans-serif;
  line-height: 35px;
}

.image-2, .image-3 {
  margin-top: 20px;
}

.div-block-6 {
  background-color: #e4e4e4;
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-6 {
  color: #556270;
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.div-block-7 {
  color: #fff;
  text-align: center;
  background-color: #556270;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-7 {
  color: #fff;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}

.text-block-8 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}

.link, .link:hover {
  color: #fff;
  text-decoration: underline;
}

.text-block-9 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span {
  font-size: 26px;
}

.div-block-9 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.code-embed {
  margin-top: 20px;
}

.formholder{
	padding-top:20px;
	padding-bottom:20px;
	width:250px;
	margin-left:auto;
	margin-right:auto;
}
#results{
		margin-top:20px;
	margin-bottom:20px;
	
}


 .parsley-errors-list.filled {
            background: #FADCE0;
            color: #B30032;
            font-size: 90%;
            padding: 10px;
        }

.parsley-errors-list.filled li {
	font-size: 14px;
	font-weight: 300;
	list-style-type: none;
	margin: 0;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
	background: #fff;
	color: #B30032;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
	background-color: #fff;
}

.headerphone{
  	text-align:right;width:100%;padding-top:30px;
  }

@media screen and (max-width: 991px) {
  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .text-block-3 {
    font-size: 30px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .image-3 {
    width: 90%;
  }

  .div-block-6, .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    width: 100%;
  }

  .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9 {
    width: 100%;
  }

  .body-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 30px;
  }

  .image-3 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    padding-left: 5px;
    padding-right: 5px;
	display:block;
  }

  .image {
    width: 120px;
  }

  .div-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .button {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-3 {
    width: 100%;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 26px;
  }
  
  .headerphone{
  	text-align:center;width:100%;padding-top:30px;
  }
  
  #blockholder { display: grid; }
  #contactinfo { order: 2;}
  #contactcalltext { order: 3;}
  #contactnumber { order: 1;}
  #contactimage { order: 4;}
}


