#mediaLogoDiv img {
  margin: 5px auto 0;
  cursor: pointer;
}

.narrowLogo {
  width: 80px;
}

#mediaLogoDiv button {
  margin: 5px;
}

.readMore {
  font-size: smaller;
  height: 20px;
  padding: 0 4px 0 4px;
  display: block;
}

.coachingLink {
  display: none !important;
}

.mediaLink {
  display: inline-block;
  margin: 0 20px;
  text-align: -webkit-center;
}

.testimonial {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  text-align: left;
}

.quote {
  padding-bottom: 0;
}

.signature {
  text-align: right;
}

#mediaLogoDiv {
  margin-left: -200px;
}

#testimonialDiv {
  width: 80%;
  margin-top: 20px;
  border-radius: 10px;
  margin-left: 31px;
}

#testimonialDiv a {
  text-decoration: underline;
}

.maxLogo {
  width: 180px;
}

.OTPopupSSL {
  height: 35px;
  margin-top: 5px;
}

.logoText {
  font-size: xx-large;
  color: white;
}

.legalLink {
  color: #e78f08;
  font-weight: bold;
  cursor: pointer;
}

.managedUserLink,
.managedUserLink_inactive {
  color: #314b58;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 8px 0 8px 122px;
}

.managedUserLink {
}

.pendingManagedUser {
  color: #e78f08;
  font-weight: bold;
}

#registerFreeButton,
#saveQuickCalcButton,
#registerPremiumButton {
  font-size: medium;
  margin: 3px auto 19px 10px;
  padding: 8px 25px;
}

#affiliateRegistrationButton {
  margin-left: calc(50% - 75px);
  float: left;
}

#resetPasswordForm,
#freeRegistrationForm {
  padding-bottom: 10px;
  background: white;
}

#saveQuickCalcUserForm {
  background: none;
}

#premiumRegistrationForm {
  margin-top: 30px;
  padding-bottom: 10px;
  background: white;
}

.popupFieldset,
#freeRegistrationFieldset,
#saveQuickCalcUserFieldset,
#premiumRegistrationFieldset {
  border: none;
  padding-top: 10px;
  border-bottom: 0;
  padding-bottom: 0;
}

.stackedForm {
  width: 580px;
  margin-left: calc(50% - 318px);
}

fieldset#freeRegistrationFieldset input,
fieldset#saveQuickCalcUserFieldset input {
  padding-left: 10px;
}

#affiliateRegistrationFieldset {
  border: none;
  border-bottom: 0;
  padding-bottom: 0;
  width: 300px;
  margin-top: -10px;
  margin-left: calc(50% - 100px);
}

fieldset#resetPasswordFieldset {
  padding-top: 60px;
}

#resetPasswordFieldset {
  margin-bottom: 34px;
}

.popupFieldset input,
#freeRegistrationFieldset input,
#saveQuickCalcUserFieldset input,
#premiumRegistrationFieldset input {
  height: 2.5em;
  width: 230px;
  border: solid 1px lightgray;
  border-radius: 3px;
  margin: 3px 10px;
}

#affiliateRegistrationFieldset input {
  height: 2.5em;
  width: 230px;
  border: solid 1px lightgray;
  border-radius: 3px;
  margin: 3px 10px;
  display: block;
}

#welcomeOverlay {
  position: fixed;
  display: none; /* color with alpha channel */
  background-color: rgba(
    0,
    0,
    0,
    0.85
  ); /* 0.7 = 70% opacity */ /* stretch to screen edges */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

input#freeTermsCheckbox,
input#quickCalcTermsCheckbox,
input#premiumTermsCheckbox {
  width: 15px;
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  vertical-align: middle;
  margin-left: 5px;
}

.popupLegal,
#freeRegistrationLegal,
#premiumRegistrationLegal {
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
  color: white;
}

.OTPopupBody {
  background: var(--background-color-additional);
  color: #314b58;
  font-size: 14px;
}

div#mfaDiv {
  margin-left: 92px;
  margin-bottom: 25px;
}

div#OTUMPropertiesBody {
  margin-top: 0;
}

div#cancelBlurb {
  margin-left: 25px;
  margin-top: 5px;
}

div#OTPropertiesTabs-8 {
  background: white;
}

div#subscribeButtonDiv {
  margin-top: 1px;
}

div#paymentInstructions {
  margin-left: -140px;
  margin-top: 15px;
}

form.paypalForm {
  margin-left: 25px;
  text-align: center;
}

div#subscribeButtonsSet {
  height: 40px;
}

.highlightIcon {
  transition: all 0.25s;
  padding: 3px 0.5em;
}

.OTPopupLogo {
  margin: -10px 0 7px 40px;
  width: 75px;
}

.OTPopup {
  z-index: 10000;
  position: relative;
  display: none;
  background-color: var(--color-navy);
  text-align: center;
  width: 450px;
  padding-bottom: 0;
  padding-top: 2em;
  border-radius: 5px;
  margin: -200px auto auto auto;
}

label#freeTermsOfUse,
label#quickCalcTermsOfUse,
label#quickCalcProfileFound {
  width: 260px;
  margin: 5px 25px;
}

#freeRegistrationPopup {
  top: calc(50% - 50px);
  position: fixed;
  left: calc(50% - 220px);
  z-index: 10000000;
  width: 450px;
}

.registrationPopup {
  margin-top: -100px;
  position: fixed;
  left: calc(50% - 220px);
}

.OTPopup2 {
  z-index: 1152;
  position: fixed;
  display: none;
  background-color: white;
  text-align: center;
  width: 650px;
  height: 400px;
  top: calc(38% - 51px);
  left: calc(50% - 325px);
  padding-bottom: 0;
  border-radius: 5px;
  border: #314b58 solid;
}

.OTPopup2#wizardPopup {
  left: calc((100vw - 65vw) / 2);
  border: unset;
  width: unset;
  height: unset;
}

div#popGuide {
  margin-top: -12px;
}

#popGuideButton {
  color: #e78f08;
  margin-top: -23px;
  padding: 4px;
  vertical-align: top;
  margin-left: calc(100% - 130px);
  width: 25px;
}

div#wizardPopup {
  top: 16vh;
}

#dataGuideLogo {
  margin-top: -18px;
  margin-bottom: 7px;
  float: left;
  margin-left: 8px;
}

.couponInfo {
  display: block;
  padding: 0;
  font-size: 12px;
  margin-left: 0;
  margin-top: 0;
}

.paypalForm span {
  display: block;
  font-size: 12px;
}

#paypalLogo {
  width: 180px;
  margin-bottom: 5px;
  margin-left: 230px;
  margin-top: 5px;
  display: none;
}

div#resetPasswordPopup {
  top: 100px;
  width: 530px;
  padding-top: 15px;
  border: black 1px solid;
  z-index: 10000000;
  text-align: center;
  left: 50%;
  margin-left: -225px;
  margin-top: -2px;
  position: absolute;
  display: none;
  background-color: #314b58;
}

div#registrationFeatures {
  top: 65px;
  width: 100%;
  height: calc(100% - 50px);
  border: black 1px solid;
  z-index: 100000;
  margin: 0 auto;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: visible;
}

.OTClosePopup {
  margin-right: 4px;
  float: right;
  margin-top: 4px;
  width: 25px;
}

#closeFreeRegistrationPopUp.OTClosePopup {
  width: 33px;
}

img#closeResetPasswordPopup {
  margin-top: -10px;
  width: 30px;
}

.highlightIcon:hover {
  color: white;
  cursor: pointer;
  border: solid 1px #e78f08;
  border-radius: 10px;
}

.compareTable {
  display: block;
}

.compareTable td {
  height: 60px;
  font-size: 1.1em;
}

.compareTable th {
  font-size: 18px;
  height: 30px;
}

.forgotPassword a:hover {
}

.forgotPassword a:link {
  text-decoration: none;
}

.forgotPassword a:visited {
  color: white;
}

.forgotPassword {
  float: left;
  text-decoration: underline;
  font-size: 10px;
}

.forgotPassword:hover {
  cursor: pointer;
  border-color: white;
  transition: all 0.25s;
}

.OTButton {
  background: #e3e7e8;
  padding: 5px 10px 6px 10px;
  border: 1px solid #314b58;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  color: #314b58;
  font-size: 14px;
}

div#success_amountOther {
  display: inline-block;
}

.seekButton {
  margin-top: 0;
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  height: 12px;
}

.OTButton:hover {
  background: #e78f08;
  border: 1px solid white;
  color: white;
}

button#reRunWarningsButton {
  margin-left: calc(20px);
  margin-top: 0;
  height: 20px;
  padding-top: 2px;
}

span#quickConverter {
  margin-left: 10px;
}

span.planName {
  line-height: 25px;
}

span.planName i {
  margin-right: 7px;
}

span.premiumPricing {
  margin-top: 6px;
  display: inline-block;
  font-size: 15px;
  color: white;
}

span.strikethrough {
  text-decoration: line-through;
}

span.premiumPricing.strikethroug {
  text-decoration: line-through;
}

.featureCell {
  background-color: #eee;
  font-size: 15px;
  height: 72px;
  padding: 0 8px;
  text-align: center;
  border: 1px black solid;
}

span.oText.quantity {
  font-size: 21px;
}

div#exceedLimitDiv {
  margin-top: 25px;
  font-size: 16px;
}

.shiftRight {
  margin-left: 15px;
  margin-top: 2px;
}

form.cmxform label.error,
label.error {
  color: red;
  font-style: italic;
  display: block;
  max-width: 280px;
}

.foot-arcShiftLeft {
  margin-right: 217px;
}

#guideLink {
  cursor: pointer;
}

#introVideo {
  margin-top: 0;
  margin-left: calc(50% - 350px);
}

.onClickLink {
  text-decoration: underline;
  cursor: pointer;
}

#dataReviewSpecialBlurb {
  color: #e78f08;
  font-size: 31px;
}

span#removeUnlimitedLinkingAddOn {
  text-decoration: underline;
  cursor: pointer;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/loader.gif") 50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block;
}

#faqBody h1 {
  color: #f57831;
  margin-left: 40px;
}

.videoLink {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #4b4b4b;
  cursor: pointer;
  margin-bottom: 10px;
}

.videoLink i {
  vertical-align: middle;
  color: #2b3742;
}

.videoLink:hover {
  color: #f57831;
  transition: all 0.4s linear;
}

#faqBody ol {
  font-size: 18px;
  line-height: 2;
}

ul#faqCollection {
  overflow: scroll;
  height: 300px;
  overflow-x: hidden;
}

body#faqBody {
  overflow: scroll;
}

div#autoAdjustToggle {
  width: 170px;
  display: inline-block;
}

i#autoAdjustInfoLink {
  display: inline-block;
}

#closeDataGuidancePopup {
  border: none;
  padding: 5px;
}
