@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
/* $primary: #0f979b;
$primary-hover: #04545D; */
/* Defaults */
@font-face {
  font-family: "Swiss721BT-Heavy";
  src: local("Swiss721BT-Heavy"),
    url("/misc/contactus/css/webfonts/233CC5_E_0.eot");
  src: local("Swiss721BT-Heavy"),
    url("/misc/contactus/css/webfonts/233CC5_E_0.eot?#iefix")
      format("embedded-opentype"),
    url("/misc/contactus/css/webfonts/233CC5_E_0.woff") format("woff"),
    url("/misc/contactus/css/webfonts/233CC5_E_0.ttf") format("truetype");
}

@font-face {
  font-family: "Swiss721BT-Light";
  src: local("Swiss721BT-Light"),
    url("/misc/contactus/css/webfonts/233CC5_0_0.eot");
  src: local("Swiss721BT-Light"),
    url("/misc/contactus/css/webfonts/233CC5_0_0.eot?#iefix")
      format("embedded-opentype"),
    url("/misc/contactus/css/webfonts/233CC5_0_0.woff") format("woff"),
    url("/misc/contactus/css/webfonts/233CC5_0_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Swiss721BT-Thin";
  src: local("Swiss721BT-Thin"),
    url("/misc/contactus/css/webfonts/233CC5_C_0.eot");
  src: local("Swiss721BT-Thin"),
    url("/misc/contactus/css/webfonts/233CC5_C_0.eot?#iefix")
      format("embedded-opentype"),
    url("/misc/contactus/css/webfonts/233CC5_C_0.woff") format("woff"),
    url("/misc/contactus/css/webfonts/233CC5_C_0.ttf") format("truetype");
}

@font-face {
  font-family: "Swiss721BT-Roman";
  src: local("Swiss721BT-Roman"),
    url("/misc/contactus/css/webfonts/233CC5_2_0.eot");
  src: local("Swiss721BT-Roman"),
    url("/misc/contactus/css/webfonts/233CC5_2_0.eot?#iefix")
      format("embedded-opentype"),
    url("/misc/contactus/css/webfonts/233CC5_2_0.woff") format("woff"),
    url("/misc/contactus/css/webfonts/233CC5_2_0.ttf") format("truetype");
}

@font-face {
  font-family: "Swiss721BT-Bold";
  src: local("Swiss721BT-Bold"),
    url("/misc/contactus/css/webfonts/233CC5_4_0.eot");
  src: local("Swiss721BT-Bold"),
    url("/misc/contactus/css/webfonts/233CC5_4_0.eot?#iefix")
      format("embedded-opentype"),
    url("/misc/contactus/css/webfonts/233CC5_4_0.woff") format("woff"),
    url("/misc/contactus/css/webfonts/233CC5_4_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ato-font-family-v2";
  src: local("ato-font-family-v2"), url("../webfonts/ato-font-family-v2.eot");
  src: local("ato-font-family-v2"),
    url("../webfonts/ato-font-family-v2.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/ato-font-family-v2.woff") format("woff"),
    url("../webfonts/ato-font-family-v2.ttf") format("truetype");
}

@font-face {
  font-family: "ato-font-family";
  src: local("ato-font-family"),
    url("/misc/contactus/css/webfonts/ato-font-family.eot");
  src: local("ato-font-family"),
    url("/misc/contactus/css/webfonts/ato-font-family.eot?#iefix")
      format("embedded-opentype"),
    url("/misc/contactus/css/webfonts/ato-font-family.woff")
      format("woff"),
    url("/misc/contactus/css/webfonts/ato-font-family.ttf")
      format("truetype");
}

@fa-font-path: "../font-awesome-4.7.0/font/";
body {
  height: auto;
}

.ato-content.tool-container {
  background: #eeeeee;
  padding: 20px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-left: 4px solid #4566da;
  font-family: "Swiss721BT-Light", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  position: relative;
  /* .radio {
  margin: 0px !important;
  line-height: 18px;
  margin-left: 0;

  &:hover {
    opacity: 1;
    overflow: hidden;
  }

  input {
    font-size: inherit;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    height: auto !important;
    font-weight: 400 !important;

    &:checked {
      color: $alert !important;
    }

    &:hover {
      overflow: hidden;
    }

    &:focus {
      overflow: hidden;
      border-color: $primary !important;
    }

    &::after {
      border: none;
    }
  }
  label {
    color: $text-primary;
    width: 100%;

    &::before {
      box-shadow: 0 0 0 1px #707070;

      &:checked {
        background-color: blue !important;
      }
    }

    &::after {
      border: none;
    }
  }
}

.radio.active input[type="radio"] + label {
  color: $text-primary;
  &::before {
    background: none repeat scroll 0 0 $primary !important;
  }
  &::after {
    border-color: $primary !important;
    width: calc(99% - 2px);
    margin-left: 1px;
    box-shadow: 0 0 0 1px $primary;
  }
} */
}

.ato-content.tool-container #buttonRow {
  background: #eeeeee;
  min-height: 70px;
  padding-top: 20px;
  margin-top: 0;
  border-top: solid 1px #ccc;
  display: inline-block;
  width: 100%;
}

.ato-content.tool-container #buttonRow .btn {
  border: solid 1px #333;
  background: white;
  border-radius: 2px;
  display: block;
  font-family: "Swiss721BT-Light", Arial, Helvetica, sans-serif;
  font-weight: 400;
  float: left;
  cursor: pointer;
  margin: 0;
  color: #333;
}

.ato-content.tool-container #buttonRow .btn:hover {
  background: #fafafa;
}

.ato-content.tool-container #buttonRow .btn.btn-primary {
  background: #4566da;
  border: none;
  color: #fff;
  float: right;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
}

.ato-content.tool-container #buttonRow .btn.btn-primary:hover {
  background: #284ccc;
}

@media (max-width: 359px) {
  .ato-content.tool-container #buttonRow .btn {
    width: 100%;
  }
  .ato-content.tool-container #buttonRow .btn.btn-primary {
    margin-bottom: 10px;
  }
}

.ato-content.tool-container #choices {
  padding: 0px;
  margin: 0px;
  padding-left: 0 !important;
  margin-left: 0px;
  padding-bottom: 20px;
}

.ato-content.tool-container #choices input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.ato-content.tool-container #choices input:checked ~ .ato-radio {
  background-color: #4566DA;
}

.ato-content.tool-container #choices div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.ato-content.tool-container #choices div :hover {
  background-color: #e8e8e8;
  outline: solid #4566DA 1px;
  border-radius: 3px;
}

.ato-content.tool-container #choices div label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  padding-left: 60px;
  width: 100%;
}

.ato-content.tool-container #choices .ato-radio {
  position: absolute;
  height: 32px;
  width: 32px;
  margin-top: -5px;
  margin-left: -50px;
  background-color: white;
  border: solid #707070 0.5px;
  border-radius: 50%;
}

.ato-content.tool-container #choices div:hover input ~ .ato-radio {
  background-color: white;
  border-radius: 50%;
  border: solid #707070 0.5px;
}

.ato-content.tool-container #choices div input:checked ~ .ato-radio {
  background-color: white;
  border: solid #707070 0.5px;
}

.ato-content.tool-container #choices .ato-radio:after {
  content: "";
  position: absolute;
  display: none;
}

.ato-content.tool-container #choices div input:checked ~ .ato-radio:after {
  display: block;
}

.ato-content.tool-container #choices div .ato-radio:after {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4566DA;
}

.ato-content.tool-container #choices div:focus-within {
  outline: solid #4566DA 1px;
  border-radius: 3px;
  background-color: #e8e8e8;
}

.ato-content.tool-container legend {
  border: none;
}

.ato-content.tool-container h2, .ato-content.tool-container .pseudo-h2 {
  margin: 0 0 15px 0;
  line-height: 24px;
  font-size: 20px;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333;
}

.ato-content.tool-container h3 {
  line-height: 24px;
  font-size: 20px;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #4566da;
}

.ato-content.tool-container h4 {
  line-height: 20px;
  font-size: 18px;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333;
}

.ato-content.tool-container p {
  color: #333;
  font-weight: 400;
}

.ato-content.tool-container strong {
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 2px;
}

.ato-content.tool-container .underline {
  text-decoration: underline;
}

.ato-content.tool-container a {
  color: #4566da;
}

.ato-content.tool-container .results-content {
  padding-bottom: 10px;
}

.ato-content.tool-container .number {
  margin-top: 6px;
}

.ato-content.tool-container .number .tel-link {
  font-size: 28px;
  text-decoration: none;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333;
}

.ato-content.tool-container .number .tel-link i.fa {
  position: relative;
  top: 2px;
}

.ato-content.tool-container .number p {
  margin-bottom: 0px;
  margin-top: 10px;
}

.ato-content.tool-container .number p .tel-link {
  text-decoration: none !important;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333 !important;
  font-size: 18px;
}

.ato-content.tool-container .tel-link {
  text-decoration: none !important;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333 !important;
}

@media (max-width: 359px) {
  .ato-content.tool-container .tel-link {
    text-decoration: underline !important;
  }
}

.ato-content.tool-container .cta {
  margin-top: 30px;
}

.ato-content.tool-container ul li {
  margin-top: 0.5em;
}

.ato-content.tool-container .intro {
  width: 90%;
}

.ato-content.tool-container .steps p {
  margin-bottom: -10px;
}

.ato-content.tool-container .steps ol {
  padding-left: 40px;
  counter-reset: item;
  list-style-type: none;
}

.ato-content.tool-container .steps ol li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 8px;
  padding-bottom: 20px;
  margin: 0;
}

.ato-content.tool-container .steps ol li::before {
  content: counter(item) " ";
  /*Instead of ". " */
  counter-increment: item;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  left: -40px;
  top: -5px;
}

.ato-content.tool-container .steps ol li p {
  margin: 0;
}

.ato-content.tool-container .steps ol li a {
  padding-right: 14px;
}

.ato-content.tool-container .steps ol li a .fa-external-link {
  font-size: 10px;
  position: absolute;
  padding-left: 3px;
  padding-top: 2px;
}

.ato-content.tool-container .panel-group {
  max-width: 800px;
  margin-bottom: 0;
}

.ato-content.tool-container .panel-group .panel {
  border-left: none;
  border-right: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: solid 1px #ccc;
  background: none;
  border-radius: 0px;
}

.ato-content.tool-container .panel-group .panel .panel-heading {
  background-color: #eeeeee;
  position: relative;
  padding-left: 10px;
  text-decoration: underline;
  width: 100%;
  text-align: left;
  border: none;
}

.ato-content.tool-container .panel-group .panel .panel-heading:hover {
  text-decoration: none;
}

.ato-content.tool-container .panel-group .panel .panel-heading a {
  color: #333;
}

.ato-content.tool-container .panel-group .panel .panel-heading h4.panel-title {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 18px !important;
  position: relative;
  text-decoration: underline;
}

.ato-content.tool-container
  .panel-group
  .panel
  .panel-heading
  h4.panel-title:hover {
  text-decoration: none;
}

.ato-content.tool-container
  .panel-group
  .panel
  .panel-heading
  h4.panel-title:hover
  a {
  color: #4566da;
  text-decoration: none;
}

.ato-content.tool-container
  .panel-group
  .panel
  .panel-heading
  h4.panel-title
  .icon {
  position: absolute;
  right: 0px;
  top: 12px;
  font-size: 24px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translate(0%, -15%) rotate(180deg);
  transform: translate(0%, -15%) rotate(180deg);
}

@media (max-width: 400px) {
  .ato-content.tool-container
    .panel-group
    .panel
    .panel-heading
    h4.panel-title {
    padding-right: 36px;
  }
}

.ato-content.tool-container .panel-group .panel .panel-heading.collapsed .icon {
  -webkit-transform: translate(0%, 0%) rotate(0deg) !important;
  transform: translate(0%, 0%) rotate(0deg) !important;
}

.ato-content.tool-container .panel-group .icon {
  font-family: ato-font-family-v2 !important;
  color: #4566da;
}

.ato-content.tool-container .panel-group .panel-collapse {
  background-color: #eeeeee;
  width: 100%;
  padding-left: 10px;
  margin-top: 1px;
}

@media (max-width: 380px) {
  .ato-content.tool-container .panel-group .panel-collapse {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ato-content.tool-container .panel-group .panel-collapse .panel-body {
  margin-bottom: 0;
  border-top: none;
  padding: 0 40px 20px 0;
  width: 90%;
}

@media (max-width: 800px) {
  .ato-content.tool-container .panel-group .panel-collapse .panel-body {
    padding-right: 0;
  }
}

@media (max-width: 380px) {
  .ato-content.tool-container .panel-group .panel-collapse .panel-body {
    width: 100%;
  }
}

.ato-content.tool-container .panel-group .panel-collapse .panel-body li a {
  color: #4566da;
  text-decoration: underline;
}

.ato-content.tool-container
  .panel-group
  .panel-collapse
  .panel-body
  li
  a:hover {
  text-decoration: none;
}

.ato-content.tool-container .btn {
  padding: 13px 20px 11px;
}

.ato-content.tool-container .btn.btn-primary {
  float: none;
  margin: 0 0 16px;
  background: #4566da;
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: none;
  white-space: normal;
}

.ato-content.tool-container .btn.btn-primary:hover {
  background: #284ccc;
}

.ato-content.tool-container .btn.btn-primary a {
  text-decoration: none;
  color: white;
}

.ato-content.tool-container .btn.btn-primary .fa-external-link {
  position: relative;
  left: 3px;
  font-size: 90%;
}

.ato-content.tool-container #choiceReminder {
  width: 100%;
  -webkit-animation: 0.3s ease-out;
  animation: 0.3s ease-out;
  display: none;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px;
  color: #9f173f;
  line-height: 3rem;
}

.ato-content.tool-container #choiceReminder i {
  font-size: 1.2rem;
  padding-left: 5px;
  padding-right: 5px;
}

.ato-content.tool-container #choiceReminder p {
  font-family: "Swiss721BT-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
  display: inline-block;
  color: #9f173f;
}

.ato-content.tool-container #choiceReminder.active {
  display: inline-block;
  -webkit-animation: 0.3s ease-in;
  animation: 0.3s ease-in;
}

#DXDDecisionTool {
  overflow: hidden;
  position: relative;
}

#DXDContactUsProto #toolContainer {
  left: 0;
  opacity: 1;
}
