@charset "UTF-8";
.tablet-show, .mobile-show {
  display: none !important;
}

.text-center {
  text-align: center;
}

.outer {
  display: table;
  height: 100%;
  width: 100%;
}
.outer .inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

::selection {
  color: #fff;
}

::-moz-selection {
  color: #fff;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body.admin-bar header .mda-background {
  top: 0;
}
body.admin-bar .mda-background {
  top: 100px;
}
body.post, body.page {
  margin: 0;
}
body.page ul li, body.page ol li {
  margin-bottom: 18px;
}
body.page-template-landing-page main {
  padding: 12rem 0 2rem 0;
}
@media (max-width: 991px) {
  body.page-template-landing-page main {
    padding: 10rem 0 2rem 0;
  }
}
body.archive .main-content, body.search .main-content, body.blog .main-content {
  margin-top: 100px;
}
body.archive .main-content .row:first-of-type h2, body.search .main-content .row:first-of-type h2, body.blog .main-content .row:first-of-type h2 {
  padding: 0;
  border: none;
}
body.archive .main-content .row:last-of-type article, body.search .main-content .row:last-of-type article, body.blog .main-content .row:last-of-type article {
  margin-bottom: 20px;
}
body.archive .main-content article, body.search .main-content article, body.blog .main-content article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #dedede;
}
body.archive .main-content article h3, body.search .main-content article h3, body.blog .main-content article h3 {
  margin-top: 0;
}
body.archive .main-content article .su-box, body.search .main-content article .su-box, body.blog .main-content article .su-box {
  margin: 32px auto;
}
body.archive .main-content article .su-box .su-box-title, body.search .main-content article .su-box .su-box-title, body.blog .main-content article .su-box .su-box-title {
  cursor: default;
  height: 55px;
  padding-top: 18px;
  background-image: none;
}
body.archive .main-content article .su-box .su-box-content, body.search .main-content article .su-box .su-box-content, body.blog .main-content article .su-box .su-box-content {
  padding: 16px 20px;
}
body.archive .main-content .pagination h2, body.search .main-content .pagination h2, body.blog .main-content .pagination h2 {
  display: none;
}
body.archive .main-content .pagination .nav-links, body.search .main-content .pagination .nav-links, body.blog .main-content .pagination .nav-links {
  margin: 0 -4px;
}
body.archive .main-content .pagination .nav-links span, body.archive .main-content .pagination .nav-links a, body.search .main-content .pagination .nav-links span, body.search .main-content .pagination .nav-links a, body.blog .main-content .pagination .nav-links span, body.blog .main-content .pagination .nav-links a {
  display: inline-block;
  margin: 0 4px;
}
body.home h2 {
  text-align: center;
}
body.home .main-content h2 {
  text-align: left;
}
@media (min-width: 992px) {
  body .no-phone .header-mda {
    right: 0;
    padding-right: 16px;
  }
  body .no-phone .header-mda .quote-new-360-mda .responsive-mda .mda-contents label {
    padding-left: 18rem;
  }
  body .no-phone #site-navigation .menu .menu-item:last-of-type a {
    margin-right: 0;
  }
}
body .header-mda {
  position: absolute;
  z-index: 99;
  display: none;
  right: 198px;
  height: 68px;
  padding: 0 25px;
  transform: translate3d(0, 0, 0);
}
body .header-mda .quote-new-360-mda {
  margin: 0;
  padding-top: 1px;
  padding-bottom: 6px;
}
body .header-mda .quote-new-360-mda .responsive-mda .mda-contents {
  padding: 0;
  background-color: #fff;
}
body .header-mda .quote-new-360-mda .responsive-mda .mda-contents h2 {
  display: inline-block;
  float: left;
  width: auto;
  font-size: 14px;
  margin: 16px 14px 0 0;
}
body .header-mda .quote-new-360-mda .responsive-mda .mda-contents .mda-form {
  display: inline-block;
  float: right;
}
body .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder select {
  height: 45px;
  width: 130px;
  font-size: 13px;
  padding-left: 12px;
  border: 1px solid #dedede;
}
body .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder input[type=tel] {
  height: 45px;
  width: 130px;
  font-size: 13px;
  padding-left: 12px;
  border: 1px solid #dedede;
  border-right: none;
}
body .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder input.mda-submit {
  height: 45px;
  width: auto;
  font-size: 13px;
  padding: 0 1.5rem;
}
body .header-mda .quote-new-360-mda .responsive-mda .mda-contents .secured-mda {
  display: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

h2 {
  font-size: 22px;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 10px;
}
h2.subhead {
  font-size: 27px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
  max-width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
h2.divider::before {
  content: "";
  display: block;
  height: 3px;
  width: 100px;
  margin: 1rem 0 3.5rem 0;
  background-color: #454647;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
h4.divider {
  padding-bottom: 35px;
  margin: 0 0 35px 0;
  border-bottom: 1px solid #454647;
}

p {
  font-size: 16px;
  line-height: 1.4;
}
p.sub {
  font-size: 1.6rem;
  margin-bottom: 5rem;
}

img {
  height: auto;
  max-width: 100%;
  margin: 10px 0;
}
img.aligncenter {
  display: inherit;
  margin: 20px auto;
}
img.aligncenter[width="300"][height="300"] {
  max-width: 250px;
  margin: 10px auto;
  border-radius: 999px;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img[src*=reviewed-bybadge] {
  display: none;
  height: 0;
  margin-top: -16px;
}

input:focus {
  outline: none;
  border: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
hr.wp-block-separator {
  margin: 2rem 0 4rem 0;
}

.mda-background {
  position: fixed;
  z-index: 9;
  display: none;
  top: 58px;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
}

.caption-image {
  width: 100%;
  max-width: 650px;
  text-align: right;
  margin: 32px auto;
}
.caption-image img {
  margin: 0 0 4px 0;
}
.caption-image a {
  font-size: 14px;
}

.wp-caption {
  margin: 3rem auto;
}

.field-holder[title="Please choose one of the insurance categories."]::before {
  background-image: none !important;
}
.field-holder:not([title="Tap to get your quotes!"]) {
  position: relative;
}
.field-holder:not([title="Tap to get your quotes!"])::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 12px;
  margin-top: -8px;
  height: 17px;
  width: 17px;
  background-image: url(/wp-content/themes/phoenix/images/mda-location.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  #page.dark-header:not(.scrolling) header {
    background-color: transparent;
  }
  #page.dark-header:not(.scrolling) header .site-branding .inner .custom-logo-link .custom-logo {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #page.dark-header:not(.scrolling) header .site-branding .inner .custom-logo-link .custom-logo.custom-logo-light {
    opacity: 1;
  }
  #page.dark-header:not(.scrolling) header .phone-header a {
    color: #fff;
    background-color: #fa7f28;
  }
  #page.dark-header:not(.scrolling) header .phone-header a svg path {
    fill: #fff;
    -webkit-transition: fill 0.2s ease;
    -moz-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
  }
  #page.dark-header:not(.scrolling) header .phone-header a:hover {
    color: #fa7f28;
    background-color: transparent;
  }
  #page.dark-header:not(.scrolling) header .phone-header a:hover svg path {
    fill: #fa7f28;
  }
  #page.dark-header:not(.scrolling) header .main-navigation .menu .menu-item.menu-item-has-children a {
    color: #fff;
    background-image: url(/wp-content/themes/phoenix/images/menu-chevron-light.svg);
    -webkit-transition: color 0.2s ease, background-image 0.2s ease;
    -moz-transition: color 0.2s ease, background-image 0.2s ease;
    -o-transition: color 0.2s ease, background-image 0.2s ease;
    transition: color 0.2s ease, background-image 0.2s ease;
  }
  #page.dark-header:not(.scrolling) header .main-navigation .menu .menu-item.menu-item-has-children .sub-menu a {
    color: #454647;
    background-image: none;
  }
}
header {
  position: fixed;
  z-index: 99998;
  height: 68px;
  width: 100%;
  padding: 0;
  line-height: 23px;
  background-color: #fff;
  -webkit-transition: box-shadow 0.2s ease, background-color 0.2s ease;
  -moz-transition: box-shadow 0.2s ease, background-color 0.2s ease;
  -o-transition: box-shadow 0.2s ease, background-color 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
header.shadow {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
header .header-mda {
  z-index: 9;
}
header .header-mda label {
  display: inline-block;
  font-size: 14px;
  margin: 12px 12px 0 0;
}
header .header-mda .field-holder:not([title="Tap to get your quotes!"])::before {
  margin-top: -7px;
  height: 14px;
  width: 14px;
}
header .header-mda .field-holder:not([title="Tap to get your quotes!"]) input[type=tel] {
  padding-left: 30px !important;
}
header .container {
  width: 100%;
  max-width: 1400px;
}
header .mobile-menu-trigger {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  height: 58px;
  width: 54px;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 991px) {
  header #header-mda-container {
    text-align: center;
  }
  header #header-mda-container .get-quotes-header {
    float: none;
  }
  header #header-mda-container .tlite {
    display: none;
  }
}
header .mda-background {
  position: absolute;
  z-index: 9;
  top: 0;
  height: 68px;
}

.site-branding {
  display: table;
  height: 68px;
  width: 100%;
  padding: 0;
  text-align: left;
}
.site-branding .inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.site-branding .inner .custom-logo-link .custom-logo {
  height: auto;
  max-height: 48px;
  max-width: 220px;
  margin: 0;
}
.site-branding .inner .custom-logo-link .custom-logo.custom-logo-light {
  position: absolute;
  opacity: 0;
}

.phone-header, .get-quotes-header {
  display: inline-block;
  float: right;
}
.phone-header a, .get-quotes-header a {
  display: block;
  color: #fa7f28;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  padding: 10px 12px;
  margin: 11px 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fa7f28;
  border-radius: 3px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.phone-header a:hover, .get-quotes-header a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fa7f28;
}
.phone-header a span, .get-quotes-header a span {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.phone-header {
  position: relative;
  z-index: 9;
  margin-right: 0.25rem;
}
.phone-header a svg {
  margin: 0 4px -3px 0;
  fill: #fa7f28;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.phone-header a:hover svg {
  fill: #fff;
}

.main-navigation {
  display: inline-block;
  float: right;
  width: auto;
}
.main-navigation #mega-menu .menu .menu-item.mega-menu-trigger {
  position: relative;
  cursor: pointer;
}
.main-navigation #mega-menu .menu .menu-item.mega-menu-trigger:hover a {
  border-color: transparent;
}
.main-navigation #mega-menu .menu .menu-item.mega-menu-trigger:hover::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  display: block;
  opacity: 1;
  height: 18px;
  width: 18px;
  margin-left: -18px;
  background-color: #fff;
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.main-navigation #mega-menu .menu .menu-item.mega-menu-trigger:hover .sub-menu {
  display: block;
}
.main-navigation #mega-menu .menu .menu-item.mega-menu-trigger .sub-menu {
  position: fixed;
  display: none;
  left: 50%;
  width: 100vw;
  max-width: 850px;
  padding: 1.5rem;
  margin-top: -5px;
  margin-left: -425px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.main-navigation #mega-menu .menu .menu-item.mega-menu-trigger .sub-menu .menu-item {
  display: inline-block;
  width: calc(33% - 1px);
}
.main-navigation #mega-menu .menu .menu-item.mega-menu-trigger.legal .sub-menu {
  max-width: 950px;
  margin-left: -475px;
}
.main-navigation #mega-menu .menu .menu-item.mega-menu-trigger.legal .sub-menu .menu-item {
  width: calc(25% - 4px);
}
.main-navigation .nav-menu, .main-navigation .menu {
  padding: 0;
  margin: 0;
}
.main-navigation .nav-menu .menu-item, .main-navigation .menu .menu-item {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.main-navigation .nav-menu .menu-item a, .main-navigation .menu .menu-item a {
  color: #454647;
  text-decoration: none;
}
.main-navigation .nav-menu .menu-item a:hover, .main-navigation .menu .menu-item a:hover {
  text-decoration: none;
}
.main-navigation .nav-menu .menu-item.menu-item-has-children a, .main-navigation .menu .menu-item.menu-item-has-children a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 22px 21px 0;
  margin-right: 20px;
  border-top: 4px solid transparent;
  background-image: url(/wp-content/themes/phoenix/images/menu-chevron.svg);
  background-size: 16px;
  background-position: center right;
  background-repeat: no-repeat;
}
.main-navigation .nav-menu .menu-item.menu-item-has-children .sub-menu, .main-navigation .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  display: none;
  width: auto;
  padding: 0;
  margin-top: 0;
  background: #fff;
}
.main-navigation .nav-menu .menu-item.menu-item-has-children .sub-menu .menu-item, .main-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0;
}
.main-navigation .nav-menu .menu-item.menu-item-has-children .sub-menu .menu-item a, .main-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  display: block;
  color: #454647;
  font-size: 16px;
  padding: 12px;
  margin: 0;
  border-top: none;
  background-image: none;
}
.main-navigation .nav-menu .menu-item.menu-item-has-children .sub-menu .menu-item a::before, .main-navigation .nav-menu .menu-item.menu-item-has-children .sub-menu .menu-item a::after, .main-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a::before, .main-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a::after {
  display: none;
}
.main-navigation .nav-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover, .main-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  color: #454647;
  background-color: #e7ebf2;
}
.main-navigation .nav-menu .menu-item.menu-item-has-children:hover .sub-menu, .main-navigation .menu .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

#mobile-navigation {
  position: fixed;
  z-index: 99999;
  display: none;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 6px;
}
#mobile-navigation .header {
  height: 53px;
  border-bottom: 1px solid #dedede;
}
#mobile-navigation .header + .container {
  height: calc(100vh - 110px);
  overflow: scroll;
}
#mobile-navigation .container {
  width: 100%;
  max-width: 1400px;
}
#mobile-navigation .container.mobile-menu {
  background-color: #fff;
}
#mobile-navigation .container .col-xs-8 {
  padding: 0;
}
#mobile-navigation .container .mobile-menu-close {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  height: 54px;
  width: 54px;
  padding-top: 20px;
  text-align: center;
  background-color: #fff;
}
#mobile-navigation .container .site-branding {
  opacity: 0;
}
#mobile-navigation .container .phone-header {
  opacity: 0;
  margin: -5px -23px;
}
#mobile-navigation .container .phone-header svg {
  margin-top: 3px;
}
#mobile-navigation .container .menu-header-container {
  margin-top: 26px;
}
#mobile-navigation .container .menu-header-container ul {
  padding-left: 5px;
}
#mobile-navigation .container .menu-header-container ul.sub-menu {
  margin-left: 24px;
}
#mobile-navigation .container .menu-header-container ul li {
  margin-bottom: 0;
  list-style-type: none;
}
#mobile-navigation .container .menu-header-container ul li a {
  display: inline-block;
  color: #454647;
  margin-bottom: 18px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}
#mobile-navigation .container .menu-header-container ul li a:focus {
  text-decoration: none;
}
#mobile-navigation .container .menu-header-container ul li a:hover {
  text-decoration: none;
}

main {
  padding-bottom: 4rem;
}
main p, main ul li, main ol li {
  color: #454647;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}
main ul, main ol {
  padding-left: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
main ul li, main ol li {
  margin-bottom: 0.5rem;
}
main ul li:last-of-type, main ol li:last-of-type {
  margin-bottom: 0;
}
main ul li {
  position: relative;
  list-style-type: none;
}
main ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -16px;
  height: 5px;
  width: 5px;
  border-radius: 999px;
}
main a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
main a:focus {
  text-decoration: none;
}
main a:hover {
  text-decoration: none;
}
main a[href="#mdatop"], main a[href="#mdabottom"] {
  color: #454647;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
main a.button, main a.wp-block-button__link {
  display: inline-block;
  color: #454647;
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: #fff;
  border: 2px solid #454647;
  border-radius: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
main a.button:hover, main a.wp-block-button__link:hover {
  color: #fff;
  background-color: #454647;
}
main a.wp-block-button__link {
  margin: 3rem 0 28px 0;
}
main blockquote {
  position: relative;
  padding: 0 20px;
  margin: 32px 24px;
}
main blockquote::before {
  content: "“";
  position: absolute;
  display: none;
  top: -15px;
  left: 0;
  font-family: "PT Serif", serif;
  font-size: 60px;
  font-weight: 100;
}
main blockquote p {
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
}
main .hero {
  padding-top: 150px;
}
main .container:not(.full) {
  max-width: 1060px;
}
main .main-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.author-expert-tables {
  text-align: center;
  width: 100%;
  margin: 97px 0 1rem 0;
}
.author-expert-tables.no-mda {
  margin: -14px 0 1rem 0;
}
.author-expert-tables .author-table {
  display: inline;
  font-size: 14px;
  max-width: calc(100% - 60px);
  line-height: 18px;
  padding: 0;
  margin: 0 0 6px 30px;
  border: none;
}
.author-expert-tables .author-table:first-of-type {
  margin-left: 0;
}
.author-expert-tables .author-table td {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
}
.author-expert-tables .author-table td.image {
  position: relative;
  width: 60px;
}
.author-expert-tables .author-table td.image .image {
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.author-expert-tables .author-table td.image .arrow {
  position: absolute;
  z-index: 9999;
  display: none;
  top: 56px;
  left: 50%;
  right: auto;
  height: 10px;
  width: 10px;
  margin-left: -10px;
  background-color: #fff;
  border-top: 1px solid #d2d7dc;
  border-left: 1px solid #d2d7dc;
  border-radius: 0;
  transform: rotate(45deg);
}
.author-expert-tables .author-table td.image .author-excerpt {
  position: absolute;
  z-index: 999;
  display: none;
  top: 61px;
  right: auto;
  height: auto;
  width: 450px;
  max-width: calc(100vw - 40px);
  padding: 10px 14px;
  line-height: 20px;
  border: 1px solid #d2d7dc;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.author-expert-tables .author-table td.image .author-excerpt p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}
.author-expert-tables .author-table td.image .author-excerpt p:last-of-type {
  margin-bottom: 0;
}
.author-expert-tables .author-table td p {
  line-height: 0;
  margin-bottom: 0;
}
.author-expert-tables .author-table td p span {
  line-height: 0.5;
}
.author-expert-tables .author-table td p span.action {
  display: block;
  font-size: 12px;
  margin: 3px 0 4px 0;
}
.author-expert-tables .author-table td p span[itemprop=jobTitle] {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-top: -2px;
}
.author-expert-tables .author-table td p a.author {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #4e4756;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.author-expert-tables .author-table td p a.author span {
  color: #4e4756;
  font-weight: 700;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.author-expert-tables .author-table td p strong {
  font-weight: 700;
}

.date-disclaimer {
  position: relative;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
.date-disclaimer p.updated-date {
  float: left;
  font-size: 14px;
  font-style: italic;
  padding-bottom: 0;
  margin-top: 9px;
  margin-bottom: -1px;
}
.date-disclaimer p.advertiser-disclaimer {
  float: right;
  cursor: pointer;
  margin-top: 6px;
  margin-bottom: 10px;
}
.date-disclaimer p.advertiser-disclaimer a.disclosure-link {
  display: inline-block;
  color: #4e4756;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.date-disclaimer .disclaimer-wrapper {
  position: absolute;
  z-index: 999;
  display: none;
  top: 40px;
  right: 0;
  height: auto;
  width: 450px;
  max-width: calc(100vw - 40px);
  padding: 14px 14px 12px 14px;
  line-height: 20px;
  border: 1px solid #d2d7dc;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.date-disclaimer .disclaimer-wrapper .arrow {
  position: absolute;
  z-index: 999;
  top: -6px;
  right: 64px;
  height: 10px;
  width: 10px;
  margin-left: -10px;
  background-color: #fff;
  border-top: 1px solid #d2d7dc;
  border-left: 1px solid #d2d7dc;
  border-radius: 0;
  transform: rotate(45deg);
}
.date-disclaimer .disclaimer-wrapper .disclaimer-headline {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}
.date-disclaimer .disclaimer-wrapper h3 {
  line-height: 1.2;
  margin-top: 0;
}
.date-disclaimer .disclaimer-wrapper p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.date-disclaimer .disclaimer-wrapper p:last-of-type {
  margin-bottom: 0;
}

.editorial-disclaimer {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 14px;
  margin-bottom: 28px;
  background-color: #f7f8fa;
  clear: both;
}
.editorial-disclaimer p {
  color: #7a7b7c;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/* DataWrapper */
.dw-wrapper {
  position: relative;
  margin: 32px 0 40px 0;
}
.dw-wrapper .dw-toggles {
  position: relative;
  z-index: 9;
  float: right;
  padding-left: 2px;
}
.dw-wrapper .dw-toggles .chart-toggle {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dw-wrapper .dw-toggles .image-toggle {
  cursor: pointer;
  font-size: 12px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin-top: -8px;
  background-color: transparent;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -moz-transition: color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.dw {
  position: relative;
  z-index: 9;
  max-height: 80vh;
  max-width: 90%;
}

.dw-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.dw-hide {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}

.dw-image-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.dw-image-wrapper.dw-hide {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.dw-image-wrapper .close {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.dw-image-wrapper .close:hover {
  opacity: 0.75;
}
.dw-image-wrapper .close div {
  position: absolute;
  height: 3px;
  width: 24px;
  margin-top: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.dw-image-wrapper .close div:last-of-type {
  transform: rotate(-45deg);
}
.dw-image-wrapper .outer {
  display: table;
  height: 100%;
  width: 100%;
}
.dw-image-wrapper .outer .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

/* Meet the Experts */
.expert {
  padding-top: 45px;
  margin-top: 40px;
  border-top: 2px solid #dedede;
}
.expert:last-of-type {
  margin-bottom: 40px;
}
.expert .image {
  height: auto;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
}
.expert .image img {
  margin: 0;
}
.expert h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

/* FAQ */
.faq.secondary {
  display: none;
  margin-top: -12px;
}
.faq + a {
  margin: 0 0 20px 23px;
}

/* Social Icons */
.social {
  text-align: center;
  margin-bottom: 1rem;
}
.social .link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  height: 38px;
  width: 38px;
  padding-top: 0;
  margin: 10px 4px;
  background-color: #5c9ead;
  border-radius: 999px;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.social .link .icon {
  height: 100%;
  width: 100%;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.social .link .icon.profile {
  background-image: url(/wp-content/themes/phoenix/images/profile.svg);
  background-size: 14px;
}
.social .link .icon.website {
  background-image: url(/wp-content/themes/phoenix/images/website.svg);
}
.social .link .icon.facebook {
  background-image: url(/wp-content/themes/phoenix/images/facebook.svg);
  background-size: 12px;
}
.social .link .icon.twitter {
  background-image: url(/wp-content/themes/phoenix/images/twitter.svg);
}
.social .link .icon.instagram {
  background-image: url(/wp-content/themes/phoenix/images/instagram.svg);
}
.social .link .icon.linkedin {
  background-image: url(/wp-content/themes/phoenix/images/linkedin.svg);
  background-size: 16px;
}
.social .link .icon.amazon {
  background-image: url(/wp-content/themes/phoenix/images/amazon.svg);
}
.social .link:hover {
  box-shadow: 0 0 0 4px rgba(92, 158, 173, 0.5);
}
.social .divider {
  display: inline-block;
  vertical-align: super;
  height: 22px;
  width: 2px;
  margin: 12px 4px;
  background-color: #dedede;
}

.social-share .link {
  background-color: transparent !important;
}
.social-share .link:hover {
  box-shadow: none !important;
}
.social-share .link .icon {
  background-color: transparent;
  border: 1px solid #dedede;
  border-radius: 999px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-share .link .icon:hover svg path {
  fill: #fff;
}
.social-share .link .icon svg path {
  fill: #aaaaaa;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.social-share .link .icon.facebook {
  background-image: none;
}
.social-share .link .icon.facebook:hover {
  background-color: #3a579a;
  border-color: #3a579a;
  box-shadow: 0 0 0 4px rgba(58, 87, 154, 0.5);
}
.social-share .link .icon.facebook svg {
  width: 12px;
  margin-top: 8px;
}
.social-share .link .icon.twitter {
  background-image: none;
}
.social-share .link .icon.twitter:hover {
  background-color: #00abf0;
  border-color: #00abf0;
  box-shadow: 0 0 0 4px rgba(0, 171, 240, 0.5);
}
.social-share .link .icon.twitter svg {
  width: 18px;
  margin-top: 9px;
}
.social-share .link .icon.linkedin {
  background-image: none;
}
.social-share .link .icon.linkedin:hover {
  background-color: #1074af;
  border-color: #1074af;
  box-shadow: 0 0 0 4px rgba(16, 116, 175, 0.5);
}
.social-share .link .icon.linkedin svg {
  width: 16px;
  margin-top: 10px;
}

/* Contact Form 7 */
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  font-size: 16px;
  margin: 4px 0;
  padding: 14px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  resize: none;
}
.wpcf7-form input {
  height: 45px;
}
.wpcf7-form input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.wpcf7-form input[type=submit] {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 54px;
  width: auto;
  padding: 0 3rem;
  margin: 16px 0 4px 0;
  border: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #454647;
}
.wpcf7-form textarea {
  padding: 8px 12px;
  margin-bottom: 0;
}
.wpcf7-form label {
  display: inline-block;
  margin-top: 8px;
}
.wpcf7-form .checkbox:first-of-type {
  margin-top: 8px;
}
.wpcf7-form .checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .checkbox .wpcf7-list-item label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 28px;
  margin: 0 0 8px 0;
}
.wpcf7-form .checkbox .wpcf7-list-item label span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: #fff;
  background-image: url(/wp-content/themes/phoenix/images/checkbox.svg);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}
.wpcf7 form .wpcf7-response-output {
  display: inline-block;
  color: #fff;
  padding: 1rem 1.25rem;
  margin: 2rem 0 0 0;
  background-color: #dc3232;
  border-radius: 3px;
  border: none;
}

/* Press Box */
.press-row {
  margin-bottom: 8px;
}
.press-row .press-divider {
  height: 2px;
  width: 100%;
  margin: 24px 0 32px 0;
  background-color: #dedede;
}
.press-row .press-date-title h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 1.25rem 0;
}
.press-row .press-date-title h3 {
  color: #454647;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 2rem 0;
}
.press-row .press-date-title h3:last-of-type {
  margin: 0;
}
.press-row .press-date-title h3 a {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.2s ease;
  -moz-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}
.press-row .press-image {
  text-align: center;
}
.press-row .press-image img {
  max-height: 120px;
  max-width: 250px;
  margin: 0;
}

/* Shortcodes Ultimate */
.su-box {
  position: relative;
  display: block;
  max-width: 730px;
  padding: 24px;
  margin: 32px auto;
  background-color: #fff;
}
.su-box::before, .su-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 50px;
  width: 200px;
  background-color: blue;
}
.su-box::before {
  top: -3px;
  left: -3px;
}
.su-box::after {
  bottom: -3px;
  right: -3px;
}
.su-box .su-box-title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.su-box .su-box-content .company-info {
  line-height: 1.8;
  margin-top: 16px;
}
.su-box .su-box-content .company-info .stars-only .user-review-area {
  float: none;
}
.su-box .su-box-content .company-info .stars-only .user-review-area .user-total-wrapper {
  width: 100%;
  max-width: none;
  line-height: 30px;
}
.su-box + p {
  display: none;
}
.su-box ul {
  margin-bottom: 0;
}
.su-box ul + p {
  display: none;
}

.su-spoiler, .post-type-archive-company .su-box, .search .su-box, .single-company .editorial-disclaimer + .su-box {
  max-width: 730px;
  padding: 0;
  margin: 32px auto 0 auto;
  border: 1px solid #eee;
  border-radius: 3px;
}
.su-spoiler::before, .su-spoiler::after, .post-type-archive-company .su-box::before, .post-type-archive-company .su-box::after, .search .su-box::before, .search .su-box::after, .single-company .editorial-disclaimer + .su-box::before, .single-company .editorial-disclaimer + .su-box::after {
  display: none;
}
.su-spoiler .su-spoiler-title, .su-spoiler .su-box-title, .post-type-archive-company .su-box .su-spoiler-title, .post-type-archive-company .su-box .su-box-title, .search .su-box .su-spoiler-title, .search .su-box .su-box-title, .single-company .editorial-disclaimer + .su-box .su-spoiler-title, .single-company .editorial-disclaimer + .su-box .su-box-title {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 19.2px;
  font-weight: 600;
  text-transform: none;
  width: calc(100% + 2px);
  padding: 16px 20px 12px 20px;
  margin: -1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url(/wp-content/themes/phoenix/images/toc-chevron.svg);
  background-size: 24px;
  background-position: center right 16px;
  background-repeat: no-repeat;
}
.su-spoiler .su-spoiler-content, .su-spoiler .su-box-content, .post-type-archive-company .su-box .su-spoiler-content, .post-type-archive-company .su-box .su-box-content, .search .su-box .su-spoiler-content, .search .su-box .su-box-content, .single-company .editorial-disclaimer + .su-box .su-spoiler-content, .single-company .editorial-disclaimer + .su-box .su-box-content {
  padding: 16px 20px 0 20px;
  margin-top: -16px;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.su-spoiler .su-spoiler-content.collapse, .su-spoiler .su-box-content.collapse, .post-type-archive-company .su-box .su-spoiler-content.collapse, .post-type-archive-company .su-box .su-box-content.collapse, .search .su-box .su-spoiler-content.collapse, .search .su-box .su-box-content.collapse, .single-company .editorial-disclaimer + .su-box .su-spoiler-content.collapse, .single-company .editorial-disclaimer + .su-box .su-box-content.collapse {
  display: none;
}
.su-spoiler .su-spoiler-content ol, .su-spoiler .su-box-content ol, .post-type-archive-company .su-box .su-spoiler-content ol, .post-type-archive-company .su-box .su-box-content ol, .search .su-box .su-spoiler-content ol, .search .su-box .su-box-content ol, .single-company .editorial-disclaimer + .su-box .su-spoiler-content ol, .single-company .editorial-disclaimer + .su-box .su-box-content ol {
  padding-left: 4px;
  word-wrap: break-word;
}
.su-spoiler .su-spoiler-content ol li, .su-spoiler .su-box-content ol li, .post-type-archive-company .su-box .su-spoiler-content ol li, .post-type-archive-company .su-box .su-box-content ol li, .search .su-box .su-spoiler-content ol li, .search .su-box .su-box-content ol li, .single-company .editorial-disclaimer + .su-box .su-spoiler-content ol li, .single-company .editorial-disclaimer + .su-box .su-box-content ol li {
  margin-bottom: 16px;
}
.su-spoiler .su-spoiler-content ol li a, .su-spoiler .su-box-content ol li a, .post-type-archive-company .su-box .su-spoiler-content ol li a, .post-type-archive-company .su-box .su-box-content ol li a, .search .su-box .su-spoiler-content ol li a, .search .su-box .su-box-content ol li a, .single-company .editorial-disclaimer + .su-box .su-spoiler-content ol li a, .single-company .editorial-disclaimer + .su-box .su-box-content ol li a {
  word-wrap: break-word;
}

.single-company .editorial-disclaimer + .su-box {
  margin: 32px auto;
}
.single-company .editorial-disclaimer + .su-box .su-box-title {
  cursor: default;
  height: 55px;
  padding-top: 18px;
  background-image: none;
}
.single-company .editorial-disclaimer + .su-box .su-box-content {
  padding: 16px 20px;
}

/* WP Review Pro */
#review {
  float: none;
  margin: 6rem 0 0 0;
  border: none;
}
#review + p {
  display: none;
}
#review .user-review-area {
  height: 20px;
}
#review .user-review-area .review-star {
  display: inline-block;
  float: none;
  height: 20px;
}
#review .user-review-area .review-star + p {
  display: none;
}
#review .user-review-area .user-total-wrapper {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
#review .user-review-area .user-total-wrapper + p, #review .user-review-area .user-total-wrapper .user-review-title, #review .user-review-area .user-total-wrapper br {
  display: none;
}
#review .comments-review-area {
  float: none;
  max-width: 730px;
  padding: 0;
  margin: 32px auto 0 auto;
  border: none;
}

.review-star .review-result-wrapper {
  position: relative;
  height: 19px;
  width: 100px;
  margin: 0 6px -2px -2px;
  background-color: #ccc;
}
.review-star .review-result-wrapper::before {
  content: "";
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
  background-image: url(/wp-content/themes/aiorg/img/star-overlay.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.review-star .review-result-wrapper .review-result {
  position: absolute;
  height: 100%;
}

.wp_review_comments_template #comments {
  float: none;
  max-width: 730px;
  padding: 0;
  margin: 32px auto 0 auto;
}
.wp_review_comments_template #comments .comment-author {
  margin-bottom: 16px;
}
.wp_review_comments_template #comments .comment-author .avatar {
  border: none;
  border-radius: 999px;
}
.wp_review_comments_template #comments h4 {
  margin-top: 0;
}
.wp_review_comments_template #comments p {
  line-height: 1.7;
  margin: 0 0 16px;
}
.wp_review_comments_template #comments p.wp-review-feedback a.review-btn {
  margin: 0 0 0 8px;
  border: none;
  border-radius: 3px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
.wp_review_comments_template #commentsAdd {
  float: none;
  max-width: 730px;
  margin: 0 auto;
}
.wp_review_comments_template #commentsAdd #respond h4 {
  padding: 0;
  margin: 0 0 20px 0;
}
.wp_review_comments_template #commentsAdd #respond form {
  padding: 0;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-comment-form-rating {
  margin: 20px 0 0 0;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-rating-input {
  margin-left: 5px;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-rating-input .review-result-wrapper:hover .review-result {
  display: block;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-rating-input .review-result-wrapper span {
  position: relative;
  z-index: 9;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding-left: 0;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-rating-input .review-result-wrapper span:hover[title="1/5"] + span + span + span + span + .review-result {
  width: 20% !important;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-rating-input .review-result-wrapper span:hover[title="2/5"] + span + span + span + .review-result {
  width: 40% !important;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-rating-input .review-result-wrapper span:hover[title="3/5"] + span + span + .review-result {
  width: 60% !important;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-rating-input .review-result-wrapper span:hover[title="4/5"] + span + .review-result {
  width: 80% !important;
}
.wp_review_comments_template #commentsAdd #respond form .wp-review-rating-input .review-result-wrapper span:hover[title="5/5"] + .review-result {
  width: 100% !important;
}
.wp_review_comments_template #commentsAdd #respond form p {
  margin-bottom: 0;
}
.wp_review_comments_template #commentsAdd #respond form p.logged-in-as {
  margin-bottom: 16px;
}
.wp_review_comments_template #commentsAdd #respond form p.logged-in-as + div + .wp-review-comment-form-rating {
  margin: 20px 0;
}
.wp_review_comments_template #commentsAdd #respond form p.wp-review-comment-form-author, .wp_review_comments_template #commentsAdd #respond form p.wp-review-comment-form-email {
  float: left;
  width: calc(50% - 15px);
  margin-top: -5px;
}
.wp_review_comments_template #commentsAdd #respond form p.wp-review-comment-form-email {
  float: right;
}
.wp_review_comments_template #commentsAdd #respond form p.wp-review-comment-form-url {
  margin-bottom: 20px;
}
.wp_review_comments_template #commentsAdd #respond form p.comment-form-cookies-consent {
  margin: 3px 0;
  position: relative;
}
.wp_review_comments_template #commentsAdd #respond form p.comment-form-cookies-consent label {
  display: block;
  cursor: pointer;
  padding-left: 28px;
  margin: 0;
}
.wp_review_comments_template #commentsAdd #respond form p.comment-form-cookies-consent label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: #fff;
  background-image: url(/wp-content/themes/phoenix/images/checkbox.svg);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.wp_review_comments_template #commentsAdd #respond form label {
  padding: 0;
  margin: 10px 0 1px 0;
}
.wp_review_comments_template #commentsAdd #respond form input, .wp_review_comments_template #commentsAdd #respond form textarea {
  width: 100%;
  font-size: 16px;
  padding: 14px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  resize: none;
}
.wp_review_comments_template #commentsAdd #respond form input {
  height: 45px;
}
.wp_review_comments_template #commentsAdd #respond form input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.wp_review_comments_template #commentsAdd #respond form input[type=submit] {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 54px;
  width: auto;
  padding: 0 3rem;
  margin: 16px 0 4px 0;
  border: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.wp_review_comments_template #commentsAdd #respond form input[type=submit]:hover {
  background-color: #454647;
}
.wp_review_comments_template #commentsAdd #respond form textarea {
  padding: 8px 12px;
}

/* Easy Table of Contents */
#ez-toc-container {
  z-index: 0;
  min-width: 300px;
  padding: 0;
  margin: 32px 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#ez-toc-container .ez-toc-title-container {
  position: relative;
  z-index: 9;
  padding: 14px 20px 12px 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ez-toc-container .ez-toc-title-container p {
  color: #fff;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: -6px;
  background: none;
  border: none;
  box-shadow: none;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a i {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 0;
  height: 100%;
  width: 52px;
  padding: 0;
  margin: 0;
  background-image: url(/wp-content/themes/phoenix/images/toc-chevron.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
#ez-toc-container nav {
  padding: 0;
  margin-top: -1px;
  border: 1px solid #eee;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#ez-toc-container nav ul.ez-toc-list-level-1 {
  padding: calc(20px - 2rem) 20px 20px 20px;
}
#ez-toc-container nav ul.ez-toc-list-level-1 a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 2rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#ez-toc-container nav ul.ez-toc-list-level-1 a:hover {
  text-decoration: none;
}
#ez-toc-container nav ul li a {
  color: #454647 !important;
  text-decoration: none;
}
#ez-toc-container nav ul li a:hover {
  text-decoration: none;
}
#ez-toc-container nav ul li ul li a {
  font-size: 16px !important;
  margin-top: 1rem !important;
}

/* Kraken */
#compchart, #driveragechart {
  height: 400px;
}

#marketshare, #accvio {
  height: 600px;
}

#citychart {
  height: 650px;
}

.gctable, .ctrtable, .iltable {
  width: 100%;
  background: #fff;
  max-width: 840px;
  margin: 34px auto 0 auto;
  width: 100%;
  background: #fff;
}
.gctable thead, .ctrtable thead, .iltable thead {
  color: #fff;
  text-align: left;
}
.gctable thead tr td, .ctrtable thead tr td, .iltable thead tr td {
  font-weight: 600;
}
.gctable tbody, .ctrtable tbody, .iltable tbody {
  border: 1px solid #eee;
  border-top: none;
}
.gctable tbody tr:nth-of-type(even), .ctrtable tbody tr:nth-of-type(even), .iltable tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.gctable tbody tr:hover th, .gctable tbody tr:hover td, .ctrtable tbody tr:hover th, .ctrtable tbody tr:hover td, .iltable tbody tr:hover th, .iltable tbody tr:hover td {
  background-color: #f3f3f3;
}
.gctable th, .gctable td, .ctrtable th, .ctrtable td, .iltable th, .iltable td {
  font-weight: 400;
  text-align: left !important;
  padding: 16px;
  border-top: none !important;
}

table.gctable td, table.gctable th, table.iltable td, table.iltable th {
  border: none !important;
}

.gctablewrapper .gctable {
  margin: 34px auto 0 auto !important;
}
.gctablewrapper .gctable thead tr td {
  font-weight: 600;
}

#compchart, #citychart, #driveragechart, #citychart, #marketshare, #accvio {
  max-width: 840px;
  margin: 0 auto;
}

#compchart svg, #citychart svg, #driveragechart svg, #citychart svg, #marketshare svg, #accvio svg {
  background-image: none;
  height: auto;
}

/* TablePress */
.tablepress-table-description {
  margin: 12px 0 10px 0;
}

.dataTables_wrapper .dataTables_filter {
  margin: 0 0 16px 0;
}
.dataTables_wrapper .dataTables_filter label {
  color: #666;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_filter label input {
  color: #555;
  font-size: 13px;
  padding: 10px 12px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.dataTables_wrapper .dataTables_length label {
  color: #666;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_length label select {
  height: 40px;
  margin: 0 4px;
  border-color: #ccc;
  border-radius: 3px;
}
.dataTables_wrapper .dataTables_scrollHead {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.dataTables_wrapper .dataTables_scrollHead::-webkit-scrollbar {
  display: none;
}

.main-content .tablepress-scroll-wrapper + p {
  display: none;
}
.main-content .dataTables_wrapper {
  margin-bottom: 0;
}
.main-content .dataTables_wrapper .dataTables_scrollBody .tablepress {
  margin-top: 0 !important;
}
.main-content .dataTables_wrapper .tablepress {
  margin-top: 0 !important;
}
.main-content .tablepress, .main-content table:not(.tablepress):not(.author-table) {
  position: relative;
  font-size: 16px;
  line-height: 1.35;
  width: calc(100% - 1px) !important;
  margin-top: 18px !important;
  margin-bottom: 0;
}
.main-content .tablepress:not(.tablepress):not(.author-table), .main-content table:not(.tablepress):not(.author-table):not(.tablepress):not(.author-table) {
  display: block;
  max-width: 100%;
  margin-bottom: 3rem;
  overflow: auto;
}
.main-content .tablepress caption, .main-content table:not(.tablepress):not(.author-table) caption {
  font-size: 14px !important;
  margin: 6px 0 1px 0 !important;
}
.main-content .tablepress thead tr th, .main-content table:not(.tablepress):not(.author-table) thead tr th {
  color: #fff;
  font-weight: 600;
  min-width: 180px;
  padding: 16px;
  text-align: left;
  border: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.main-content .tablepress thead tr th.sorting:hover, .main-content table:not(.tablepress):not(.author-table) thead tr th.sorting:hover {
  background-color: #454647;
}
.main-content .tablepress thead tr th.sorting_asc, .main-content .tablepress thead tr th.sorting_desc, .main-content table:not(.tablepress):not(.author-table) thead tr th.sorting_asc, .main-content table:not(.tablepress):not(.author-table) thead tr th.sorting_desc {
  background-color: #454647;
}
.main-content .tablepress tbody, .main-content .tablepress tbody.row-hover, .main-content table:not(.tablepress):not(.author-table) tbody, .main-content table:not(.tablepress):not(.author-table) tbody.row-hover {
  border: 1px solid #eee;
  border-top: none;
}
.main-content .tablepress tbody tr:nth-of-type(even), .main-content .tablepress tbody.row-hover tr:nth-of-type(even), .main-content table:not(.tablepress):not(.author-table) tbody tr:nth-of-type(even), .main-content table:not(.tablepress):not(.author-table) tbody.row-hover tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.main-content .tablepress tbody tr:nth-of-type(even) td, .main-content .tablepress tbody.row-hover tr:nth-of-type(even) td, .main-content table:not(.tablepress):not(.author-table) tbody tr:nth-of-type(even) td, .main-content table:not(.tablepress):not(.author-table) tbody.row-hover tr:nth-of-type(even) td {
  background-color: #f9f9f9 !important;
}
.main-content .tablepress tbody tr:nth-of-type(even):last-of-type td, .main-content .tablepress tbody.row-hover tr:nth-of-type(even):last-of-type td, .main-content table:not(.tablepress):not(.author-table) tbody tr:nth-of-type(even):last-of-type td, .main-content table:not(.tablepress):not(.author-table) tbody.row-hover tr:nth-of-type(even):last-of-type td {
  background-color: #f9f9f9 !important;
}
.main-content .tablepress tbody tr:hover td, .main-content .tablepress tbody.row-hover tr:hover td, .main-content table:not(.tablepress):not(.author-table) tbody tr:hover td, .main-content table:not(.tablepress):not(.author-table) tbody.row-hover tr:hover td {
  background-color: #f3f3f3 !important;
}
.main-content .tablepress tbody tr:hover:last-of-type td, .main-content .tablepress tbody.row-hover tr:hover:last-of-type td, .main-content table:not(.tablepress):not(.author-table) tbody tr:hover:last-of-type td, .main-content table:not(.tablepress):not(.author-table) tbody.row-hover tr:hover:last-of-type td {
  background-color: #f3f3f3 !important;
}
.main-content .tablepress tbody tr td, .main-content .tablepress tbody.row-hover tr td, .main-content table:not(.tablepress):not(.author-table) tbody tr td, .main-content table:not(.tablepress):not(.author-table) tbody.row-hover tr td {
  padding: 16px;
  vertical-align: middle;
  text-align: left;
  border: none;
}
.main-content .tablepress tbody tr td .table-mda, .main-content .tablepress tbody.row-hover tr td .table-mda, .main-content table:not(.tablepress):not(.author-table) tbody tr td .table-mda, .main-content table:not(.tablepress):not(.author-table) tbody.row-hover tr td .table-mda {
  display: none;
}
.main-content .dataTables_info, .main-content .dataTables_paginate, .main-content .dataTables_scrollFoot {
  display: none;
}

.jump-container {
  width: 100%;
  text-align: right;
  margin: 1em 0 34px 0;
}
.jump-container span {
  color: #666;
  font-size: 14px;
  margin-right: 14px;
}
.jump-container a.button {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 45px;
  padding: 14px 1.5rem;
  background-color: #fa7f28;
  border: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.jump-container a.button:hover {
  background-color: #454647;
  color: #fff;
  border-bottom: none;
}

/* Plyr */
iframe[src*=youtube], .rll-youtube-player {
  display: block;
  max-width: 650px !important;
  margin: 34px auto;
}

.rll-youtube-player {
  padding-bottom: 45.23% !important;
}

.plyr {
  max-width: 650px !important;
  margin: 34px auto;
}
.plyr .plyr__control.plyr__control:hover, .plyr .plyr__control.plyr__control:focus {
  box-shadow: 0 0 0 5px rgba(92, 158, 173, 0.5);
}
/* Featured */
.featured-container {
  position: relative;
  margin: 40px 0 20px 0;
}
.featured-container .get-quotes-featured {
  position: absolute;
  top: -36px;
  left: 60px;
}
.featured-container .get-quotes-featured a {
  display: block;
  color: #fff;
  width: 300px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
  padding: 21px 0;
  background-color: #454647;
  border: 10px solid #fff;
  border-radius: 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 181, 255, 0);
  -webkit-transition: width 0.2s ease, box-shadow 0.2s ease;
  transition: width 0.2s ease, box-shadow 0.2s ease;
}
.featured-container .get-quotes-featured a:hover {
  width: 316px;
  box-shadow: 0px 2px 10px 0px rgba(0, 181, 255, 0.3);
}

.column-block {
  height: 240px;
  padding: 4rem;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  box-shadow: 12px 7px 20px 0px rgba(46, 61, 73, 0.35);
}
.column-block p {
  margin-bottom: 0;
}

.parallax-container {
  position: relative;
  text-align: center;
  padding: 150px 0;
  margin: 2rem 0 1rem 0;
  background-color: rgba(0, 175, 239, 0.5);
}
.parallax-container .outer {
  position: relative;
  z-index: 9;
  display: table;
  height: 100%;
  width: 100%;
}
.parallax-container .outer .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}
.parallax-container .outer .inner h2, .parallax-container .outer .inner h4 {
  color: #fff;
  font-weight: 500;
}
.parallax-container .outer .inner h2 {
  font-size: 40px;
  line-height: 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.parallax-container .outer .inner h4 {
  font-size: 24px;
}
.parallax-container .outer .inner .divider {
  color: #fff;
  font-size: 56px;
}
.parallax-container .outer .inner .divider::before, .parallax-container .outer .inner .divider::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 100px;
  margin-bottom: 18px;
  background-color: #fff;
}
.parallax-container .parallax-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-container {
  max-width: 750px;
  margin: 0 auto;
}
.faq-container h5 {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  padding: 20px 40px 19px 20px;
  margin: 0;
  background: #00476b;
  border-bottom: 1px solid #00476b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-container h5.question-closed {
  color: #00476b;
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
}
.faq-container h5.question-closed::before, .faq-container h5.question-closed::after {
  background-color: #00476b;
}
.faq-container h5.question-closed::after {
  transform: rotate(90deg);
}
.faq-container h5.question-closed + .answer {
  height: 0 !important;
}
.faq-container h5::before, .faq-container h5::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 26px;
  height: 2px;
  width: 16px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-container h5:hover {
  color: #fff;
  background: #00476b;
  border-bottom: 1px solid #00476b;
}
.faq-container h5:hover::before, .faq-container h5:hover::after {
  background-color: #fff;
}
.faq-container .answer {
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: height 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  transition: height 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}
.faq-container .answer .inner {
  padding: 20px;
}
.faq-container a.button {
  margin-top: 50px;
  margin-bottom: 32px;
}

.companies-container {
  text-align: center;
}
.companies-container img {
  width: 510px;
}
.companies-container + center a.button {
  margin-top: 50px;
}

.footer-upper {
  margin-top: 2rem;
}
.footer-upper .container {
  max-width: 1060px;
}
.footer-upper .bbb-container {
  color: #4d5054;
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.footer-upper .bbb-container span {
  vertical-align: bottom;
}
.footer-upper .bbb-container img {
  margin-left: 20px;
}
.footer-upper .disclaimer-container {
  color: #4e4756;
  font-size: 12px;
  text-align: center;
}

footer {
  text-align: center;
  padding: 20px 0 0 0;
  margin-top: -5px;
  background-color: #000;
}
footer .container {
  max-width: 1060px;
}
footer .site-info .menu-footer-menu-container .menu .menu-item {
  display: inline-block;
  margin: 0 12px;
}
footer .site-info .menu-footer-menu-container .menu .menu-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
footer .copyright {
  margin: 24px;
}
footer .copyright p {
  color: #d2d3d4;
  font-size: 12px;
  line-height: 1.6;
}
footer .copyright p:last-of-type {
  margin-bottom: 0;
}
footer .copyright p a {
  color: #d2d3d4;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .copyright p a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.error404 main {
  padding-bottom: 0;
  margin-bottom: -26px;
}
.error404 main .hero {
  margin-bottom: 0;
}

.quote-new-360-mda .responsive-mda .field-holder input[type=tel], .quote-new-360-mda .responsive-mda .field-holder select {
  display: inline-block;
  height: 54px;
  width: 170px;
  font-size: 16px;
  margin-bottom: 0;
  vertical-align: middle;
  border-radius: 0;
}
.quote-new-360-mda .responsive-mda .field-holder select {
  padding: 0.66667em 10px;
}
.quote-new-360-mda .responsive-mda .field-holder input[type=tel].mda-zip {
  padding-left: 36px;
}
.quote-new-360-mda .responsive-mda .field-holder input.mda-submit {
  height: 54px;
  width: 170px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  background-color: #fa7f28;
  background-image: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.quote-new-360-mda .responsive-mda .mda-contents {
  width: 100%;
  max-width: 730px;
  padding: 4rem 0;
  margin: 1rem auto 0 auto;
  background-color: #e7ebf2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .tablet-hide {
    display: none !important;
  }

  .tablet-show {
    display: block !important;
  }

  h1 {
    font-size: 3.75rem;
  }

  /*
  h2 {
  	font-size: 36px;
  }
  */
  header .phone-header a svg {
    margin: 0 0 -4px 0;
  }
}
@media (max-width: 991px) {
  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  body header {
    height: 58px;
  }
  body header #header-mda-container {
    padding-left: 7px;
    padding-right: 7px;
  }
  body header .header-mda {
    margin-top: -5px;
  }
  body header .header-mda label {
    display: none;
  }
  body header .mda-background {
    height: 58px;
  }
  body .site-branding {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    height: 58px;
    width: 100vw;
    text-align: center;
  }
  body .site-branding .inner .custom-logo-link .custom-logo {
    max-height: 44px;
  }
  body .phone-header {
    width: 64px;
  }
  body .phone-header a {
    margin: 6px 0 0 20px;
  }
  body h1 {
    font-size: 50px;
  }
  body h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  body h2.subhead {
    font-size: 2.4rem;
  }
  body main {
    padding-top: 57px;
  }
  body main ul, body main ol {
    padding-left: 18px;
    margin-left: 14px;
    margin-right: 14px;
  }
  body main blockquote {
    padding: 0 18px;
    margin: 32px 16px;
  }
  body main p, body main ul li, body main ol li {
    font-size: 16px;
    margin: 0 0 20px;
  }
  body main#primary .hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .press-row .press-image {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  body h1 {
    font-size: 40px;
  }
  body h2.subhead {
    font-size: 2.2rem;
  }
  body.wp_review_comments_template #commentsAdd #respond form p.wp-review-comment-form-author, body.wp_review_comments_template #commentsAdd #respond form p.wp-review-comment-form-email {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  body.wp_review_comments_template #commentsAdd #respond form p.wp-review-comment-form-author {
    margin-top: -5px;
  }
}
@media (max-width: 720px) {
  .gctablewrapper {
    overflow-x: scroll;
  }
}
@media (max-width: 700px) {
  body.archive .main-content {
    margin-top: 90px;
  }
  body main#primary .hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  body h1 {
    font-size: 30px;
    line-height: 1.2 !important;
  }
  body h2.subhead {
    font-size: 1.8rem;
  }
  body div.author-expert-tables table.author-table {
    display: block;
    max-width: 100%;
    margin: 0 0 16px;
  }
}
@media (max-width: 640px) {
  body main#primary .hero {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  body h1 {
    font-size: 28px;
  }
  body h2.subhead {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 520px) {
  body h1 {
    font-size: 21px;
  }
  body h2 {
    font-size: 20px;
  }
  body h2.subhead {
    font-size: 17px;
    line-height: 1.3;
  }
  body.error404 main {
    margin-bottom: -10px;
  }
}
@media (max-width: 400px) {
  body header .header-mda {
    margin-left: -142px;
  }
  body header .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder input[type=tel] {
    width: 106px;
  }
  body header #mobile-navigation .container .site-branding {
    max-width: 195px;
    margin-top: 6px;
    padding-left: 1px;
  }
  body .site-branding .custom-logo-link .custom-logo {
    max-width: 194px;
    margin: 4px 0 0 0;
  }
}
@media (max-width: 370px) {
  body header .header-mda {
    margin-left: -130px;
  }
  body header .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder[title="Tap to get your quotes!"] {
    position: relative;
    background-color: #fa7f28;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  body header .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder[title="Tap to get your quotes!"]::before {
    content: "Get Quotes";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 12px;
  }
  body header .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder input.mda-submit {
    position: relative;
    z-index: 9;
    font-size: 0;
    width: 106px;
    background-color: transparent;
  }
  body .date-disclaimer {
    margin: 24px 0 16px 0;
  }
  body .date-disclaimer .updated-date, body .date-disclaimer .advertiser-disclaimer {
    float: none;
    margin-top: 0;
  }
  body .date-disclaimer .disclaimer-wrapper {
    top: 58px;
    right: auto;
    left: 0;
  }
  body .date-disclaimer .disclaimer-wrapper .arrow {
    right: auto;
    left: 68px;
  }
  body #ez-toc-container .ez-toc-title-container, body #ez-toc-container nav {
    width: calc(100vw - 30px);
  }
}
@media (max-width: 340px) {
  body header .header-mda {
    margin-left: -120px;
  }
  body header .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder:not([title="Tap to get your quotes!"])::before {
    display: none;
  }
  body header .header-mda .quote-new-360-mda .responsive-mda .mda-contents .field-holder input[type=tel] {
    width: 86px;
    padding-left: 12px !important;
  }
  body header .site-branding .inner .custom-logo-link .custom-logo {
    max-width: 196px;
  }

  .wp_review_comments_template #comments .comment-author .avatar {
    display: none;
  }
}
@media (max-width: 576px) {
  #ez-toc-container {
    max-width: none;
    width: 100%;
  }
}
.archive .user-review-area {
  float: none;
  width: 95%;
  margin: 25px auto;
}

.stars-only .comments-review-area {
  border: 0;
  margin: 0;
  padding: 0;
}

.stars-only .user-review-area .review-star {
  float: left;
  margin-right: 3px;
}

.stars-only .user-review-title {
  display: none;
}

.sub-mobile-show {
  display: none;
}

footer {
  padding-top: 0;
}
footer .container {
  width: 95%;
  max-width: 1200px;
}

#footer-widgets {
  padding: 0;
}
#footer-widgets .footer-widget {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer-widgets .footer-widget .footer-menus {
  margin-bottom: 24px;
}
#footer-widgets .footer-widget .footer-menus .footer-left {
  float: left;
  width: 280px;
  text-align: left;
}
#footer-widgets .footer-widget .footer-menus .menu-footer-right-1-container {
  margin-top: 24px;
}
#footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] {
  float: right;
  width: calc(100% - 320px);
  text-align: left;
}
#footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li {
  display: inline-block;
  width: calc(33% - 4px);
}
#footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li.four {
  width: calc(25% - 4px);
}
#footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li.inline {
  width: auto;
  margin-right: 8px !important;
}
#footer-widgets .footer-widget .footer-menus a img {
  max-width: 220px;
  margin: 0 0 -6px -2px;
}
#footer-widgets .footer-widget .footer-menus ul {
  padding: 0;
  margin: 0;
}
#footer-widgets .footer-widget .footer-menus ul[id*=footer-right] li {
  margin-top: 0;
}
#footer-widgets .footer-widget .footer-menus ul li {
  display: block;
  line-height: 1.8;
  padding: 0;
  margin-top: 24px;
  list-style-type: none;
}
#footer-widgets .footer-widget .footer-menus ul li::before {
  display: none;
}
#footer-widgets .footer-widget .footer-menus ul li a {
  color: #fff;
  font-size: 18px !important;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#footer-widgets .footer-widget .footer-menus ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#footer-widgets .footer-widget .footer-menus ul li a:not([href]):hover {
  border-bottom: 1px solid transparent !important;
}
#footer-widgets .footer-widget .footer-menus ul li.footer-logo a {
  display: block;
  font-size: 0;
  height: 48px;
  width: 100%;
  margin: 24px 0 10px;
  border: none;
  background-image: url(/wp-content/themes/Divi-child/img/footer-logo.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
#footer-widgets .footer-widget .footer-menus ul li.footer-logo a:hover {
  border: none;
}
#footer-widgets .footer-widget .footer-menus ul li.social {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 1;
  margin: 0 6px 22px 0;
}
#footer-widgets .footer-widget .footer-menus ul li.social.first {
  padding-left: 88px;
  margin-left: -4px;
}
#footer-widgets .footer-widget .footer-menus ul li.social.first::before {
  content: "Follow us on:";
  position: absolute;
  display: block;
  float: left;
  top: 5px;
  left: 0;
  color: #fff;
  font-size: 12px;
  width: 80px;
  border-color: transparent;
}
#footer-widgets .footer-widget .footer-menus ul li.social a {
  display: block;
  font-size: 0 !important;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#footer-widgets .footer-widget .footer-menus ul li.social a:hover {
  color: #fff;
  border: none;
}
#footer-widgets .footer-widget .footer-menus ul li.social.facebook a {
  background-image: url(/wp-content/themes/phoenix/images/facebook-footer.svg);
}
#footer-widgets .footer-widget .footer-menus ul li.social.twitter a {
  background-image: url(/wp-content/themes/phoenix/images/twitter.svg);
  background-size: 20px;
}
#footer-widgets .footer-widget .footer-menus ul li.social.pinterest a {
  background-image: url(/wp-content/themes/phoenix/images/pinterest-footer.svg);
}
#footer-widgets .footer-widget .footer-menus ul li.social.linkedin a {
  background-image: url(/wp-content/themes/phoenix/images/linkedin-footer.svg);
}
#footer-widgets .footer-widget .footer-menus ul li.social.instagram a {
  background-image: url(/wp-content/themes/phoenix/images/instagram-footer.svg);
}
#footer-widgets .footer-widget .footer-menus ul li.social.youtube a {
  background-image: url(/wp-content/themes/phoenix/images/youtube-footer.svg);
}
#footer-widgets .footer-widget .footer-menus ul li.menu-item-has-children a {
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 4px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#footer-widgets .footer-widget .footer-menus ul li.menu-item-has-children a:hover {
  color: #fff;
  border-color: #fff;
}
#footer-widgets .footer-widget .footer-menus ul.sub-menu {
  margin-bottom: 20px;
}
#footer-widgets .footer-widget .footer-menus ul.sub-menu li {
  margin: 0 !important;
}
#footer-widgets .footer-widget .footer-menus ul.sub-menu li a {
  display: inline-block;
  color: #d2d3d4;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer-widgets .footer-widget .footer-menus ul.sub-menu li a:hover {
  color: #fff;
  border-color: #fff;
}
#footer-widgets .footer-widget .footer-menus #footer-company {
  margin: -24px 0 0 0;
}
#footer-widgets .footer-widget .footer-menus #footer-company ul {
  margin-bottom: 0;
}
#footer-widgets .footer-widget .footer-menus #footer-company ul li {
  margin-top: 0;
}
#footer-widgets .footer-widget .footer-menus #footer-company ul li:not(:first-of-type) a {
  display: inline-block;
  color: #d2d3d4;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer-widgets .footer-widget .footer-menus p {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  margin: 8px 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer-widgets .footer-widget .footer-menus .footer-highlight {
  padding: 16px;
  margin: 26px 0 24px 0;
  text-align: left;
  background-color: #1a1a1a;
  border-radius: 3px;
}
#footer-widgets .footer-widget .footer-menus .footer-highlight p {
  margin-top: 16px;
}
#footer-widgets .footer-widget .footer-menus .footer-highlight p + .menu-footer-company-container {
  margin-top: 37px;
}
#footer-widgets .footer-widget .footer-menus .footer-highlight #footer-company li {
  margin-bottom: 0;
}
#footer-widgets .copyright {
  color: #d2d3d4;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.25rem;
}
#footer-widgets .copyright:last-of-type {
  margin-bottom: 0;
}
#footer-widgets .copyright a {
  display: inline-block;
  color: #d2d3d4;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer-clear {
  clear: both;
}

#footer-info a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.2s ease;
  -moz-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

.return-to-top {
  position: fixed;
  z-index: 99;
  display: none;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #dedede;
  border-radius: 999px;
  transform: translate3d(0, 0, 0);
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.return-to-top:hover svg polyline, .return-to-top:hover svg line {
  stroke: #fff;
}
.return-to-top svg {
  height: auto;
  width: 26px;
  margin-top: 8px;
}
.return-to-top svg polyline, .return-to-top svg line {
  stroke: #aaaaaa;
  -webkit-transition: stroke 0.2s ease;
  -moz-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}

@media (max-width: 1199px) {
  #footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li {
    width: calc(50% - 4px);
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 20px;
  }

  #footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li.four {
    width: calc(33% - 4px);
  }
}
@media (max-width: 950px) {
  #footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li {
    width: calc(100%);
  }
}
@media (max-width: 767px) {
  .sub-mobile-show {
    display: block;
  }

  .sub-mobile-hide {
    display: none;
  }

  #footer-widgets .footer-widget .footer-menus .footer-left, #footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] {
    float: none;
    width: 100%;
  }
  #footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li {
    width: calc(50% - 4px);
  }
}
@media (max-width: 640px) {
  #footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li {
    width: calc(100%);
  }
}
@media (max-width: 440px) {
  #footer-widgets .footer-widget .footer-menus [class*=menu-footer-right] .sub-menu li.four {
    width: calc(50% - 4px);
  }
}
.expert-thumbnail {
  text-align: center;
}
.expert-thumbnail img {
  width: 250px;
  max-width: 50%;
  border-radius: 999px;
  margin: 0;
}

.expert-info {
  text-align: center;
}
.expert-info h3 {
  margin-bottom: 0;
}
.expert-info .social a {
  margin: 10px 2px;
}

/*# sourceMappingURL=phoenix.css.map */
