/*#contact-form {
	background:#fff;
	position:fixed;
	z-index:1000001;
	padding:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:auto !important;
	min-width:715px;
}

#contact-mask {
	background:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:1000000;
	-moz-opacity:.65;
	filter:alpha(opacity=65);
	opacity:.65;
}

#-cf-column-info {
	float: left;
	margin-left: .5em;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	padding: 4px;
	text-align: left !important;
	color:#f5f6f6;
	/*width: 200px;*/
	
	/*
}

#-cf-column-form {
	float: left;
	border-radius: 5px;
}

#-cf-info-name {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

#-cf-info-photo {
	text-align: center;
	margin-top: .2em;
}

#-cf-info-office-heading, #-cf-info-numbers-heading, #-cf-info-website-heading, #-cf-info-mobile-heading {
	font-weight: bold;
	margin-top: .5em;
}

#-cf-info-office-info, #-cf-info-website-info, #-cf-info-numbers-info, #-cf-info-mobile-info, #-cf-info-company-name, #-cf-info-office-name, #-cf-info-address-1, #-cf-info-address-2, #-cf-info-address-city, #-cf-info-address-state, #-cf-info-address-zip, #-cf-info-office-phone {
	padding-left: .7em;
}

#-cf-info-address-city, #-cf-info-address-state, #-cf-info-address-zip {
	float: left;
}

#-cf-form {
	position: relative;
}

div.-cf-form-label-correspondance, div.-cf-form-label-name, div.-cf-form-label-contact {
	float: left;
	margin-top: 4px;
}

div.-cf-form-label-correspondance {
	width: 48px;
}

input.-cf-form-field-contact, select.-cf-form-field-contact {
	float: left;
	margin: 1px 0;
	height: 18px;
	padding: 0 1px;
}

select.-cf-form-field-contact {
	height: 22px;
	padding: 0 0 0 2px;
}

div.-cf-form-label-contact {
	margin-left: .8em;
	width: 86px;
}

div.-cf-form-label-name {
	width: 60px;
}

div.-cf-clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#-cf-form-field-to, #-cf-form-field-from {
	width: 466px;
}

#-cf-form-field-subject {
	width: 482px;
}

#-cf-form-field-firstname, #-cf-form-field-lastname {
	width: 110px;
}

#-cf-form-field-phone {
	/* width value provided by xslt */
	
	/*
}

#-cf-form-field-method {
	width: 104px;
}

#-cf-form-field-message {
	width: 530px;
	height: 200px;
	margin: 1px 0;
	padding: 0 1px;
	resize: none;
}

#-cf-form-button-submit, #-cf-form-button-cancel, #-cf-form-button-reset {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 56px;
}

#-cf-form-button-submit {
	right: 58px;
	width: 80px;
	height: 48px;
}

#-cf-form-button-reset, #-cf-form-button-cancel {
	height: 24px;
}

#-cf-form-button-reset {
	bottom: 24px;
}

#-cf-form-button-cancel {
	right: 0px;
}

#-cf-disclaimer {
	width: 530px;
	font-size: smaller;
	margin-top: .3em;
	color: #777;
	line-height: 1.1em;
}

#-cf-info-numbers-number {
	white-space: nowrap;
}

.-cf-form-field-wrapper {
	position: relative;
	float: left;
}

.-cf-form-required-input {
	padding-right: 17px !important;
}

.-cf-form-required-indicator {
	position: absolute;
	width: .5em;
	height: .8em;
	font-size: 2em;
	padding-top: .3em; 
	color: #aaa;
	overflow: hidden;
	right: .1em;
	top: 0px;
    z-index:100;
    margin-top:-5px;
}

#-cf-form-confirmation-message {
	text-align: center;
	font-size: larger;
}

#-cf-form-confirmation-button {
	width: 100px;
	height: 26px;
	margin-top: .5em;
}

#-cf-form-close {
	background-color: #fff;
	position: absolute;
	padding: 0 6px;
	right: 14px;
	top: -14px;
	cursor: pointer;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/*/



#contact-mask {
  background: rgba(0, 0, 0, 0.65);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

#contact-form {
  background-color: #ffffff;
  border: solid 1px #666666;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  height: auto !important;
  margin: auto;
  max-width: 62.5rem;
  padding: 0.5rem;
  width: 100% !important;
  position: absolute;
  top: 10rem !important;
  right: 0;
  left: 0 !important;
  z-index: 100000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 }

#-cf-column-form {
  padding: 0.5rem;
  width: 70% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #-cf-column-form #-cf-form-close {
    color: red;
    font-size: 0.625rem;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer; }
  #-cf-column-form .-cf-form-required-indicator {
    color: red; }
  #-cf-column-form #-cf-form {
    width: 100% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #-cf-column-form #-cf-form > div {
      width: 100%;
      position: relative; }
      #-cf-column-form #-cf-form > div:nth-child(4) {
        margin-right: 0.5rem; }
      #-cf-column-form #-cf-form > div:nth-child(4), #-cf-column-form #-cf-form > div:nth-child(5) {
        width: calc(50% - (1rem / 4)); }
      #-cf-column-form #-cf-form > div:nth-child(6) {
        border: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #-cf-column-form #-cf-form > div:nth-child(6) input {
          border: none;
          color: #ffffff;
          margin-right: 0.5rem;
          width: auto;
          -webkit-flex: 1 1 auto;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          cursor: pointer;
          transition: 150ms ease-in-out all; }
          #-cf-column-form #-cf-form > div:nth-child(6) input:last-of-type {
            margin-right: 0; }
      #-cf-column-form #-cf-form > div input,
      #-cf-column-form #-cf-form > div select {
        height: 2.25rem; }
      #-cf-column-form #-cf-form > div input,
      #-cf-column-form #-cf-form > div select,
      #-cf-column-form #-cf-form > div textarea {
        margin-bottom: 0.5rem;
        padding: 0.5rem;
        width: 100%; }
      #-cf-column-form #-cf-form > div .-cf-form-required-indicator {
        position: absolute;
        top: 0;
        left: -0.5rem; }
    #-cf-column-form #-cf-form #-cf-form-field-message {
      height: 12.5rem !important; }
    #-cf-column-form #-cf-form #-cf-form-button-submit {
      background: #328166; }
      #-cf-column-form #-cf-form #-cf-form-button-submit:hover {
        background: #00332; }
    #-cf-column-form #-cf-form #-cf-form-button-reset {
      background: #666666; }
      #-cf-column-form #-cf-form #-cf-form-button-reset:hover {
        background: #545454; }
    #-cf-column-form #-cf-form #-cf-form-button-cancel {
      background: red; }
      #-cf-column-form #-cf-form #-cf-form-button-cancel:hover {
        background: #db0000; }

#-cf-column-info {
  background: #eeeeee !important;
  background-color: #eeeeee !important;
  padding: 0.5rem;
  width: 30% !important;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #-cf-column-info p {
    margin-left: 0.5rem; }
  #-cf-column-info #-cf-info-name,
  #-cf-column-info #-cf-info-office-heading,
  #-cf-column-info #-cf-info-photo,
  #-cf-column-info #-cf-info-office-name,
  #-cf-column-info #-cf-info-office-phone,
  #-cf-column-info #-cf-info-address-1,
  #-cf-column-info #-cf-info-address-2,
  #-cf-column-info #-cf-info-office-heading,
  #-cf-column-info #-cf-info-numbers-heading,
  #-cf-column-info #-cf-info-numbers-info,
  #-cf-column-info #-cf-info-website-heading,
  #-cf-column-info #-cf-info-website-info,
  #-cf-column-info #-cf-info-mobile-heading,
  #-cf-column-info #-cf-info-mobile-info {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  #-cf-column-info #-cf-info-name {
    font-size: 1rem;
    font-weight: bold;
    text-align: center; }
  #-cf-column-info #-cf-info-photo {
    text-align: center; }
  #-cf-column-info #-cf-info-office-heading,
  #-cf-column-info #-cf-info-numbers-heading,
  #-cf-column-info #-cf-info-website-heading,
  #-cf-column-info #-cf-info-mobile-heading {
    font-size: 0.875rem;
    font-weight: bold;
    margin-top: 0.5rem; }
  #-cf-column-info #-cf-info-address-1,
  #-cf-column-info #-cf-info-address-2,
  #-cf-column-info #-cf-info-address-city,
  #-cf-column-info #-cf-info-address-state,
  #-cf-column-info #-cf-info-address-zip {
    display: inline-block; }
  #-cf-column-info #-cf-info-address-city,
  #-cf-column-info #-cf-info-address-state,
  #-cf-column-info #-cf-info-address-zip {
    margin-right: 0.125rem; }

.-cf-clear {
  display: none; }
