* {
  font-family: Roboto;
  box-sizing: border-box; }

#mobiledropmenu:checked ~ .title {
  height: 279px; }

body {
  overflow-x: none; }

.hide .label {
  width: calc(100% - 1rem); }

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 200px; }

.logo:hover {
  cursor: pointer; }

h1 {
  color: white;
  text-align: center;
  padding-top: 159px;
  font-size: 4rem;
  font-weight: normal;
  text-shadow: 1px 1px #b7b7b7; }

p.headingp {
  font-size: 1.8rem;
  text-align: center;
  color: white;
  padding-top: 50px; }

.contactSelector {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-left: 110px;
  padding-right: 110px; }

div.backgroundimgcontact {
  background-image: url("../images/Contact.jpg");
  background-position-y: 20%;
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  div.backgroundimgcontact div.darkener {
    background-color: rgba(0, 0, 0, 0.3); }

.IconContainer {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  background-color: #3399CC;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer; }
  .IconContainer i {
    color: white;
    font-size: 2.4rem; }

.colorwhite {
  color: white; }

.colorred {
  color: #3399CC; }

.contactSelection > span {
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  display: block;
  width: 100%;
  margin-top: 20px;
  cursor: pointer; }

.contactContainer {
  background-color: #3f3f3f;
  width: 100%;
  margin-top: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }

.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #3f3f3f transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #3f3f3f #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  transition: margin-left 300ms ease-in-out; }

.arrow.left {
  margin-left: 150px; }

.arrow.right {
  margin-left: 904px; }

.contactItem {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: height 300ms ease-in-out; }

.arrowContainer {
  margin-top: 25px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.cContainer {
  transition: opacity 300ms ease-in-out,height 0ms 300ms;
  position: absolute;
  width: 1100px;
  color: white; }

.contactFormContainer > form {
  display: flex;
  flex-flow: column wrap;
  height: 380px; }

label {
  color: white;
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 8px;
  width: 520px; }

section.contactContainer input:not([type='checkbox']), section select {
  height: 35px;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 520px;
  margin-right: 15px;
  font-size: 1.1rem;
  padding-left: 10px; }

.checkboxContainer {
  display: flex;
  align-items: center; }
  .checkboxContainer input[type='checkbox'] {
    margin-right: 0;
    margin-left: 10px;
    height: 15px;
    width: 15px; }

textarea {
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 520px;
  height: 125px;
  resize: none; }

select.right {
  width: 525px; }

.right {
  margin-left: 15px; }

section.contactContainer input[type=submit] {
  margin-right: 0;
  background-color: #3399CC;
  color: white;
  cursor: pointer;
  width: 524px;
  height: 38px;
  padding: 0; }

.errorHighlight {
  border: 2px solid #cc0000; }

.telInfoContainer {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 30px; }

.telText {
  display: flex;
  flex-flow: column;
  justify-content: center; }

p.telp {
  width: 535px;
  padding-right: 30px; }

h2 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px; }

.phoneNumberContainer {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  width: 535px; }

.phoneNumberContainer > a {
  color: white;
  font-size: 1.2rem;
  margin-left: -45px;
  margin-top: 32px;
  background-color: #3399CC;
  border-radius: 40px;
  padding: 20px 30px 20px 60px;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.phoneNumberIconContainer {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.contactMessageSentContainer {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-flow: column nowrap; }
  .contactMessageSentContainer div.bigThanks {
    width: 100%;
    font-size: 4rem;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: #3399CC 3px solid;
    border-bottom: #3399CC 3px solid;
    text-align: center;
    margin-bottom: 50px; }
  .contactMessageSentContainer div.extraThanks {
    width: 100%;
    text-align: center;
    font-size: 1.4rem; }
