#contactSectionNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1101px) {
  #contactSectionNav .break-md {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #contactSectionNav {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  #contactSectionNav .break-md {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
  }
  #contactSectionNav .contactNavItem {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#contactSectionNav .contactNavItem {
  z-index: 1;
  border: 1px solid #7ea4b7;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 328px;
  border-radius: 5px;
  padding: 50px 30px 35px 30px;
  text-align: center;
  position: relative;
  margin-top: 50px;
  cursor: pointer;
  -webkit-transition: ease all 410ms;
  -moz-transition: ease all 410ms;
  -ms-transition: ease all 410ms;
  -o-transition: ease all 410ms;
  transition: ease all 410ms;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
#contactSectionNav .contactNavItem .navIcon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border: 1px solid #7ea4b7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: ease all 410ms;
  background: #7ea4b7;
}
#contactSectionNav .contactNavItem .navIcon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: ease all 410ms;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
  fill: #FFF;
  z-index: 3;
}
#contactSectionNav .contactNavItem[data-contactsection='techsupport'] svg {
  stroke: #FFF;
}
#contactSectionNav .contactNavItem[data-contactsection='techsupport']:hover .navIcon svg,
#contactSectionNav .contactNavItem[data-contactsection='techsupport'].active .navIcon svg {
  stroke: #7ea4b7;
}
#contactSectionNav .contactNavItem:hover,
#contactSectionNav .contactNavItem.active {
  background: #7ea4b7;
  color: #FFF;
}
#contactSectionNav .contactNavItem:hover .navIcon,
#contactSectionNav .contactNavItem.active .navIcon {
  background: #FFF;
}
#contactSectionNav .contactNavItem:hover .navIcon svg,
#contactSectionNav .contactNavItem.active .navIcon svg {
  fill: #7ea4b7;
}
.flex-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
#contactTabs {
  display: none;
  overflow: hidden;
}
#contactTabs .magellan-anchor {
  display: none;
}
#contactTabs.active {
  display: block;
}
#contactTabs .contactTab {
  display: none;
}
#contactTabs .contactTab .tabContent {
  display: none;
}
#contactTabs .contactTab.active {
  min-height: 390px;
  display: block;
}
#contactTabs .contactTab h3 {
  max-width: 570px;
}
#contactTabs .contactTab h3.ce-headline-center {
  margin: 0 auto;
}
.break-xs {
  clear: both;
}
@media screen and (min-width: 768px) {
  .break-xs {
    display: none;
  }
}
.contactFilterForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 528px;
  max-width: 100%;
  margin: 45px auto 15px;
}
.contactFilterForm select {
  padding-left: 25px;
  color: #6f6f6e;
}
.contactFilterForm input[type='text'] {
  padding-left: 25px;
}
.contactFilterForm select,
.contactFilterForm input[type='text'] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 218px;
  height: 61px;
  border: 1px solid #7ea4b7;
  font-size: 16px;
}
.contactFilterForm input[type='submit'] {
  width: 68px;
  height: 61px;
  color: #FFF;
  background: #7ea4b7;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color ease 250ms;
  -moz-transition: background-color ease 250ms;
  -ms-transition: background-color ease 250ms;
  -o-transition: background-color ease 250ms;
  transition: background-color ease 250ms;
}
.contactFilterForm input[type='submit']:hover,
.contactFilterForm input[type='submit']:active,
.contactFilterForm input[type='submit']:focus {
  background: #6e98ae;
}
.contactFilterForm select,
.contactFilterForm input {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .contactFilterForm {
    display: block;
  }
  .contactFilterForm select,
  .contactFilterForm input[type='text'] {
    width: calc(50% - 5px);
    float: left;
    margin: 0;
  }
  .contactFilterForm.hidezip select {
    width: 100%;
  }
  .contactFilterForm select {
    margin-right: 10px;
  }
  .contactFilterForm input[type='submit'] {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
div.maincontent .contactsResults {
  max-width: 693px;
  margin: 0 auto;
  position: relative;
}
div.maincontent .contactsResults.loading {
  min-height: 271px;
}
div.maincontent .contactsResults .contacts-loading {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.maincontent .contactsResults .row {
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.maincontent .contactsResults .row .filteredContactItem {
  position: relative;
  max-width: 327px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 135px;
  padding: 96px 30px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-top {
  text-align: center;
  padding-bottom: 16px;
  min-height: 125px;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-top:last-of-type {
  min-height: unset;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-top .name {
  color: #292929;
  font-size: 20px;
  font-weight: 700;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-top .role {
  font-size: 14px;
  color: #9d9c9c;
  line-height: 20px;
  min-height: 58px;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-top .category {
  font-size: 14px;
  font-weight: 700;
  color: #7ea4b7;
  text-transform: uppercase;
}
div.maincontent .contactsResults .row .filteredContactItem:first-of-type:last-of-type .contact-top {
  min-height: 0;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: left;
  min-height: 123px;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center svg {
  fill: #7ea4b7;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center .email,
div.maincontent .contactsResults .row .filteredContactItem .contact-center .phone {
  position: relative;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center .email span,
div.maincontent .contactsResults .row .filteredContactItem .contact-center .phone span {
  padding-left: 40px;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center .phone ~ .email {
  margin-top: 16px;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center .email {
  display: inline-block;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center .email a {
  color: #292929;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center .phone {
  padding-left: 0;
  background: none;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-center .phone a {
  color: #292929;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-bottom {
  padding-top: 17px;
  text-align: center;
}
div.maincontent .contactsResults .row .filteredContactItem .contact-bottom .vcardLink {
  font-size: 14px;
  color: #7ea4b7;
  text-decoration: underline;
}
div.maincontent .contactsResults .row .filteredContactItem img.portrait {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div.maincontent .contactsResults .row .filteredContactItem img.portrait.rectangular {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 70%;
}
@media screen and (max-width: 767px) {
  div.maincontent .contactsResults .row .filteredContactItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(80% - (0.5 * 40px));
    flex: 0 0 calc(80% - (0.5 * 40px));
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  div.medium-6.columns {
    -webkit-box-flex: 0;
    -ms-flex: 35%;
  }
}
#techsupportArea {
  max-width: 734px;
  margin: 0 auto;
}
#techsupportArea .row {
  margin-left: -15px;
  margin-right: -15px;
}
#techsupportArea h3 {
  margin-bottom: 30px !important;
}
#techsupportArea h3 + img {
  margin-top: 50px;
  margin-bottom: 22px;
}
#techsupportArea .smallcontact {
  max-width: 217px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#techsupportArea .smallcontact .name {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
#techsupportArea .smallcontact img {
  border-radius: 50%;
}
#techsupportArea #techsupportSmallContainer {
  max-width: 734px;
  margin: 30px auto 0 auto;
}
#techsupportArea #contactLinks a {
  font-size: 16px;
  color: #7ea4b7;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  -webkit-transition: ease color 150ms;
  -moz-transition: ease color 150ms;
  -ms-transition: ease color 150ms;
  -o-transition: ease color 150ms;
  transition: ease color 150ms;
}
#techsupportArea #contactLinks a svg {
  height: 35px;
  width: 35px;
  fill: #7ea4b7;
  -webkit-transition: ease fill 150ms;
  -moz-transition: ease fill 150ms;
  -ms-transition: ease fill 150ms;
  -o-transition: ease fill 150ms;
  transition: ease fill 150ms;
}
#techsupportArea #contactLinks a span {
  position: relative;
  top: -11px;
  margin-left: 10px;
  margin-bottom: 6px;
  display: inline-block;
}
#techsupportArea #contactLinks a:hover,
#techsupportArea #contactLinks a:active,
#techsupportArea #contactLinks a:focus {
  color: #3e7a8b;
}
#techsupportArea #contactLinks a:hover svg,
#techsupportArea #contactLinks a:active svg,
#techsupportArea #contactLinks a:focus svg {
  fill: #3e7a8b;
}
#techsupportArea #techSupportText,
#techsupportArea #techSupportText a {
  color: #9d9c9c;
}
#techsupportArea #techSupportText a:hover,
#techsupportArea #techSupportText a:active,
#techsupportArea #techSupportText a:focus {
  color: #292929;
}
#techsupportArea #techSupportText a {
  text-decoration: underline;
}
/*# sourceMappingURL=hm_contacts.css.map */