/*    version 1.3        */
/*    Feb 13h 2023     */
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}
th {
  color: #6e6e6e;
  font-weight: 300;
  vertical-align: bottom;
}
th,
td {
  text-align: left;
}
#feeTable td,
#feeTable th {
  max-width: 115px;
}
#feeTable td .feeColumn,
#feeTable th .feeColumn {
  max-width: 60px;
}
.mediumSpacer {
  height: 50px;
}
.instrumentTable td,
.instrumentTable th {
  max-width: 115px;
}
.instrumentTable tr .instrumentColumn,
.instrumentTable th .instrumentColumn {
  max-width: 60px;
  color: #6e6e6e;
  font-weight: 400;
}
.fee-link a {
  color: inherit;
  border-bottom: solid 1px black;
  text-decoration: none;
}
.fee-link a:hover {
  color: #3270ec;
  text-decoration: none !important;
  border-bottom: solid 0 black;
}
.maincolor-link a {
  color: #3270ec;
  border-bottom: solid 1px #3270ec;
  text-decoration: none;
}
.maincolor-link a:hover {
  border-bottom: solid 0px #3270ec;
}
.maincolor-link-noline a {
  color: #3270ec;
  border-bottom: solid 0px #3270ec;
  text-decoration: none;
}
.maincolor-link-noline a:hover {
  border-bottom: solid 1px #3270ec;
}
.jumbo-caption {
  font-weight: 300;
  font-size: 1.5em;
}
.smallIcons {
  height: 22px;
  font-weight: bold;
}
.small-margin {
  margin: 10px 0px !important;
}
.sub-title {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.small-h2 {
  font-size: 1.5em;
}
.flipCard-background-image-analysis {
  background-size: 85%;
  background-repeat: no-repeat;
  background-color: black;
  background-position: bottom;
}
.small-h2-font {
  font-size: 1.6em;
}
.small-image {
  width: 300px;
  height: auto;
  margin-bottom: 1.5rem;
}
.outlineBtn:hover {
  background-color: black;
  color: white;
}
.option-button {
  background: none;
  border: none;
  padding: 0px;
}
.footer-copy a {
  border-bottom: solid 1px #3270ec;
  text-decoration: none;
}
.padding-top {
  padding-top: 10%;
}
.flipCard-showOnMobile {
  display: none;
}
.sub-description-line {
  font-size: 1.3rem;
  margin-bottom: 3%;
}

/* ------- BUTTONS ------ */
.btn-default {
  border-radius: 5px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  cursor: pointer;
  padding: 8px 16px 8px 16px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-full {
  color: white;
  background-color: #3270ec;
}
.btn-full:hover {
  color: #3270ec;
  background-color: white;
  box-shadow: 0 5px 11px rgb(50, 112, 236, 0.6); /*RGB of #MAINCOLOR*/
}
.btn-ghost {
  background-color: white;
  color: #3270ec;
}
.btn-ghost:hover {
  color: white;
  background-color: #3270ec;
  box-shadow: 0 5px 11px rgba(241, 241, 241, 0.6); /*RGB of #MAINCOLOR*/
}
.cta-default {
  font-size: 1em;
  border-radius: 50px;
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
}
.cta-default:after {
  /* content: '  â€º'; */
  content: '  ›';
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cta-default:hover:after {
  padding-left: 5px;
}
/* --------------------------------------- */
/* Landing Page Section */
/* --------------------------------------- */
.uhn-logo-landing {
  height: 100px;
  margin-left: -35px;
}
/* --------------------------------------- */
/* O-MUG */
/* --------------------------------------- */
.topic-image-box > a > img {
  width: 97%;
}
.topic-detail-box {
  font-size: 1rem;
}
.topic-title {
  font-size: 1.3rem;
}
.speaker-detail {
  display: flex;
  flex-direction: row;
}
/* --------------------------------------- */
/* TEAM */
/* --------------------------------------- */
.staff-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.staff-row {
  display: flex;
  flex-direction: row;
}
.staff-row-left {
  flex: 15%;
  padding: 20px 0;
}
.staff-row-right {
  flex: 85%;
  padding: 30px 0 0 30px;
}
.staff-row-left img {
  width: 170px;
}
.staff-feature {
  margin-bottom: 5px;
}
/* --------------------------------------- */
/* CONTACT US */
/* --------------------------------------- */
.location-title {
  font-size: 1.75rem;
  font-weight: 400;
  padding-bottom: 2%;
}
.padding-left-5 {
  padding-left: 5%;
}
.extra-box {
  padding-left: 13px;
  padding-top: 10px;
}
/* --------------------------------------- */
/* Getting Started */
/* --------------------------------------- */
.get-started-container {
  padding-top: 2%;
  margin: 0 8% 0 3.5%;
}
.get-started-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 3%;
}
.get-started-text {
  margin-left: 15px;
  font-size: 1.2rem;
  font-weight: 300;
}
/* --------------------------------------- */
/* Resources */
/* --------------------------------------- */
.resources-box {
  padding-bottom: 2rem;
}
.resources-title {
  font-size: 1.4rem;
}
/* --------------------------------------- */
/* Separate Instrument page */
/* --------------------------------------- */
.background-right {
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 100% 10%;
}
.textLeft-80 {
  margin-right: 20%;
}
.instrument-image {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.instrument-padding-top {
  padding-top: 20%;
}
.instrument-table-padding-top {
  padding-top: 20px;
}
/* --------------------------------------- */
/* Archives page */
/* --------------------------------------- */
.archives-section > .information {
  width: 100%;
}
.archive-list-box {
  text-align: left;
}
.archive-list-box > .archive-list {
  padding-bottom: 0.5rem;
}
.archive-speaker {
  margin-bottom: 0.5rem;
}
.archive-list-detail {
  padding-left: 2rem;
}
.archives-return-home {
  margin-top: 1.5rem;
}
/* --------------------------------------- */
/* Queries for AOMF */
/* --------------------------------------- */
@media only screen and (max-height: 1000px) {
  .menuSubItem1 {
    font-size: 1.9em;
    line-height: 60px;
  }
  .addUnderLine:after {
    transform: translateY(-10px);
  }
}
@media only screen and (max-height: 650px) {
  .menuSubItem1 {
    font-size: 1.6em;
    line-height: 45px;
  }
  .addUnderLine:after {
    transform: translateY(-5px);
    height: 2px;
  }
}
@media only screen and (max-width: 1250px) {
  .flipCard-showOnDesktop {
    display: none;
  }
  .flipCard-showOnMobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .flip-card-section-margins {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .padding-top {
    padding-top: 0;
  }
}
@media only screen and (max-width: 911px) {
  .flip-card-section-margins {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  .uhn-logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -25px;
  }
  .small-h2 {
    font-size: 1.3em;
  }
  .sub-description-line {
    font-size: 1.1rem;
    margin-bottom: 5%;
  }
  .staff-box {
    width: 70%;
  }
  .background-right {
    background-position: 105% 5%;
  }
  .textLeft-80 {
    margin-right: 0%;
  }
  .get-started-container {
    margin: 0 7% 0 3.5%;
  }
  .topic-image-box {
    text-align: center;
  }
  .topic-image-box > a > img {
    width: 70%;
  }
  .topic-title {
    font-size: 1.3rem;
  }
  .topic-detail-box {
    margin-top: 2rem;
  }
  .mediumSpacer {
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  .iconContainer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .centerOnMobile {
    text-align: center !important;
  }
  .alignLeftOnMobile {
    text-align: left !important;
  }
  .addMarginBottomMobile {
    margin-bottom: 30px;
  }
  .hiddenOnMobile {
    display: none;
  }
  .thinLine {
    width: 100%;
    height: 1px;
    background-color: lightgray;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .col1 {
    flex-basis: 100%;
  }
  .col {
    flex-basis: 50%;
  }
  .borderCard {
    height: 400px;
  }
  .newsImg {
    height: 100px;
  }
  .background-right {
    background-position: 105% 2%;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.8rem;
  }
  .menuSubItem1 {
    font-size: 1.6em;
    line-height: 45px;
  }
  .bigSpacer {
    height: 30px !important;
  }
  .cta {
    font-size: 0.8em;
  }
  .faq {
    margin-bottom: 0px;
  }
  .logo-mobile-center {
    text-align: center;
    padding-left: 0px;
  }
  .flip-container,
  .front,
  .back {
    width: 350px;
  }
  .small-h2-font {
    font-size: 1.5em;
  }
  .flip-mobile-font {
    font-size: 0.9em;
  }
  .mobile-main-margins {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  .row {
    margin-top: 0px;
  }
  .flipCard-background-image {
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: black;
    background-position: bottom;
  }
  .newsImg {
    height: 200px;
  }
  .flexObject {
    flex-basis: 200px;
    max-height: 250px;
  }
  .flip-card-section-margins {
    margin-left: 10%;
    margin-right: 10%;
  }
  .keep-h2-size {
    font-size: 1.75em;
  }
  .jumbo-caption {
    font-size: 1.2em;
  }
  .team-box img {
    width: 50%;
    margin-left: 0;
  }
  .sub-description-line {
    font-size: 1.1rem;
    margin-bottom: 5%;
  }
  .location-title {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 5%;
  }
  .staff-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .staff-box {
    width: 100%;
  }
  .background-right {
    background-position: 108% 4%;
  }
  .tintedWithPadding {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .instrument-description {
    padding-top: 15px;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -15px;
  }
  .get-started-text {
    margin-left: 10px;
    font-size: 1.1rem;
  }
  .get-started-container {
    margin: 0 0 3% -5px;
  }
  .cta-default {
    font-size: 0.8em;
    margin-top: 20px;
  }
  .topic-title {
    font-size: 1.3rem;
  }
  .topic-image-box > a > img {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .newsImg {
    height: 165px;
  }
  .sub-description-line {
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 350px) {
  .flip-container,
  .front,
  .back {
    width: 300px;
  }
  .small-image {
    width: 250px;
  }
}
@media only screen and (max-height: 500px) and (orientation: landscape) {
  .jumbo-caption {
    font-size: 1.2em;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.6em;
  }
  .small-h2 {
    font-size: 1.1em;
  }
  .mainMenuOpen {
    height: 95% !important;
  }
  .background-right {
    background-position: 108% 2%;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-left: -10px;
  }
}
