/* === Main Structure === */
.wrapper {
  width: 100%;
  background-color: #f7f7f7;
  float: left;
}
.container {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 0 !important;
}
.navbar {
  width: 100%;
  height: 40px;
  min-height: 40px !important;
  background-color: #4870be;
  /* MAIN Theme Color */
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.dropdown-menu {
  background-color: #4870be !important;
}
.dropdown-menu li a {
  color: #fff;
}
.dropdown-menu li::after {
  content: none !important;
}
.dropdown-menu > li > a {
  padding: 6px 20px;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
@media (max-width: 1199px) {
  .navbar li:hover {
    background-color: #4870be;
    /* MAIN Theme Color */
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #2a4476;
    /* Dark Theme Color 02 */
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    background-color: #809cd2;
    /* Dark Theme Color 02 */
  }
  .navmenuTitle:hover {
    color: #2a4476;
    /* Dark Theme Color 02 */
  }
  .navbar .glyphicon:hover {
    color: #2a4476;
    /* Dark Theme Color 02 */
  }
}
.navbar li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
}
.navbar li::after {
  content: "|";
  font-size: 22px;
  margin-left: 15px;
  margin-right: 0;
  margin-top: -7px;
  float: left;
}
.navbar li:last-child::after {
  visibility: hidden;
}
.navbar .glyphicon {
  display: none;
}
.navmenuTitle {
  display: none;
}
.navbar-nav {
  margin: 0 -15px;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-inverse {
  border: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: inherit;
  background-color: transparent !important;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: 0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: inherit;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-toggle {
  border: 2px solid transparent;
}
.nav > li > a {
  padding: 0;
  float: left;
}
.sticky {
  position: fixed;
  top: 0;
  width: calc(100% - 16px);
  max-width: 1200px;
  z-index: 1000;
}
.sticky .dropdown-menu {
  max-height: 420px;
  overflow: scroll;
}
/* Sub Nav (Dropdowns) */
/* Nav Theming */
/* Nav Theming End */
#namebar {
  width: 100%;
  min-height: 165px;
  background-color: #fff;
  border-bottom: 5px solid #e5e5e5;
  color: #000;
  padding-bottom: 10px;
}
#inbar {
  width: 100%;
  min-height: 120px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  padding-bottom: 10px;
}
/* === Namebar (Namecard) Styles === */
.imgProvider {
  max-width: 210px;
  max-height: 210px;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-top: -7px;
  box-shadow: 0px 2px 10px #999999;
}
.newPatients_imgPlate {
  border-radius: 50%;
  border: 5px solid #fff;
  margin-top: -210px;
}
.providerName {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 24px 0 0;
  padding-right: 25px;
  display: block;
}
.practiceName {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin: 0 0 10px;
  padding-right: 25px;
}
.specialty {
  font-family: 'Quattrocento', serif;
  font-size: 18px;
  margin: 0;
  padding-right: 25px;
}
.practiceLogo {
  height: 66px;
  width: 100%;
  margin: 15px 0 20px;
}
.practiceLogo img {
  max-width: 225px;
  max-height: 75px;
}
.suggReading {
  font-family: 'Quattrocento', serif;
  font-size: 18px;
  margin: 0;
  padding-right: 25px;
  text-align: right;
}
.suggReading .glyphicon {
  font-size: 16px;
  margin-right: 4px;
}
.suggReading::after {
  content: "(Patient Education)";
  font-size: 13px;
  float: left;
  padding-left: 48px;
}
.additionalInfo {
  text-align: center;
  background-color: #fff;
}
.expandTrig {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.collapseTrig {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: none;
}
.expandTrig:hover,
.collapseTrig:hover,
.expandTrig-mbl:hover,
.collapseTrig-mbl:hover {
  color: #22537e;
}
#additionalDisplay {
  width: 100%;
  font-family: 'Quattrocento', serif;
  border-top: 4px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  border-left: 3px solid #e5e5e5;
  margin-top: 8px;
  float: left;
}
#additionalDisplay .glyphicon,
#add-info-body .glyphicon {
  margin-right: 5px;
  color: #2a4476;
  /* Dark Theme Color 02 */
}
#col-add-info-1 {
  text-align: left;
  padding-top: 0;
  margin-bottom: 25px;
}
#col-add-info-2 {
  text-align: left;
  padding-top: 0;
  margin-bottom: 25px;
}
#add-info-body ul {
  padding-left: 20px;
}
.add-info-sub {
  margin-bottom: 10px !important;
}
.val-yearsExp,
.val-gender {
  font-size: 22px;
  margin-bottom: 0 !important;
}
.sub-yearsExp,
.sub-gender {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 16px !important;
  margin-left: 32px !important;
}
/* === Inbar (Interior Namecard) Styles === */
#inbar img {
  width: 140px;
  height: 140px;
}
#inbar .imgProvider {
  margin-top: -10px;
}
#inbar .newPatients_imgPlate {
  margin-top: -140px;
  display: none;
}
#inbar .providerName {
  font-size: 24px;
  margin: 30px 0 0;
}
#inbar .practiceName {
  font-size: 16px;
}
#inbar .additionalInfo {
  display: none;
}
.inHeader_phone {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 0;
  padding-right: 25px;
  color: #2a4476;
  /* Dark Theme Color 02 */
  text-align: right;
  display: block;
}
.inHeader_location {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  padding-right: 25px;
  text-align: right;
  display: block;
}
#imgBanner {
  width: 100%;
  height: 407px;
  background-size: 1200px 407px;
  background-repeat: no-repeat;
  background-image: url(../drleonardo.com.dev.misc/new_provider_site/imgBanner_DEFAULT.jpg);
  background-position: bottom center;
}
.tagline {
  width: 480px;
  font-family: 'Quattrocento', serif;
  font-size: 24px;
  text-shadow: 2px 2px #262626;
  color: #fff;
  float: left;
  margin-top: 140px;
  margin-left: 60px;
  display: block;
}
.tagContainer {
  display: none;
}
.quickmenu {
  margin-top: -36px;
}
.quicklink {
  width: 20%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 24px;
}
.quicktab00 {
  background-color: #fff;
  color: #000;
  display: none;
}
.quicktab01 {
  background-color: #f7f7f7;
  color: #000;
}
.quicktab02 {
  background-color: #fff;
  color: #000;
}
.quicktab03 {
  background-color: #f7f7f7;
  color: #000;
}
.quicktab04 {
  background-color: #fff;
  color: #000;
}
.quicktab05 {
  background-color: #f7f7f7;
  color: #000;
}
.quicktab00 p,
.quicktab01 p,
.quicktab02 p,
.quicktab03 p,
.quicktab04 p,
.quicktab05 p {
  margin: 0;
}
.quicktab00 p::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/quickiconCall.png);
  margin-right: 6px;
}
.quicktab01 p::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/quickiconAppointments.png);
  margin-right: 6px;
}
.quicktab02 p::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/quickiconLocations.png);
  margin-right: 6px;
}
.quicktab03 p::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/quickiconInsurances.png);
  margin-right: 6px;
}
.quicktab04 p::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/quickiconCredentials.png);
  margin-right: 6px;
}
.quicktab05 p::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/quickiconConnect-v2.png);
  margin-right: 6px;
}
.quicklinkAnchor {
  width: 100%;
  float: left;
  visibility: hidden;
}
.mainContent {
  width: 100%;
  float: left;
}
#mainContent ul {
  list-style: disc;
}
.mainContact {
  width: 100%;
  background-color: #fff;
  float: left;
  padding-bottom: 25px;
}
/* === Interior Body Structure === */
.mainInside {
  width: 100%;
  background-color: #fff;
  padding: 25px 0;
  font-family: 'Quattrocento', serif;
  font-size: 15px;
  float: left;
}
.mainInside h1,
.mainInside h2,
.mainInside h3,
.mainInside h4,
.mainInside h5,
.mainInside h6 {
  font-family: 'Open Sans', sans-serif;
}
.mainInside h1 {
  margin-top: 0;
}
.mainInside p {
  margin: 0 0 24px;
}
.mainInside ul {
  margin-bottom: 24px;
  list-style: none;
}
.mainInside img {
  max-width: 100%;
  border: 2px solid #888;
}
/* Hides Banner for Interior Pages - STICKY NAV TRIGGER */
.mainInside #imgBanner {
  visibility: hidden;
  height: 0;
  margin-top: -25px;
  margin-bottom: 25px;
}
.mainInside .officeHours-tbl {
  max-width: 200px;
  margin-top: 0;
}
.mainInside .officeHours-tbl td {
  padding-bottom: 10px;
}
.mainInside .primaryPhone_number {
  font-size: 15px;
}
.mainInside .secondaryPhone_number {
  font-size: 15px;
}
.mainMap {
  width: 40%;
  border: 1px solid #666;
  margin-top: 24px;
  float: left;
  margin-bottom: 24px;
}
.locationsMap {
  border: 1px solid #666;
  margin-top: 24px;
}
.mainLocation {
  width: 60%;
  margin-top: 25px;
  float: left;
  padding-bottom: 25px;
  font-family: 'Quattrocento', serif;
}
.mainLocation_info {
  font-size: 16px;
  float: left;
  max-width: calc(100% - 76px);
}
.contactIcon {
  width: 36px;
  height: 36px;
  background-color: #4870be;
  /* MAIN Theme Color */
  border-radius: 50%;
  float: left;
  margin-left: 25px;
  margin-right: 15px;
}
.mainPhone_info {
  float: left;
}
.primaryPhone {
  margin: 0 0 17px;
}
.primaryPhone_number {
  font-size: 20px;
}
.primaryPhone_description {
  font-size: 16px;
}
.secondaryPhone {
  margin: 0 0 1px;
}
.secondaryPhone_number {
  font-size: 18px;
}
.secondaryPhone_description {
  font-size: 14px;
}
.btnBadge {
  margin-top: 25px;
}
.badge01 {
  width: 200px;
  display: block;
  float: right;
}
.badge02 {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.badge03 {
  width: 200px;
  display: block;
  float: left;
}
.mainDivider {
  width: 90%;
  margin: 0 auto;
  border-top: none;
  border-bottom: 1px solid #4870be;
  /* MAIN Theme Color */
}
.altSection1 {
  width: 100%;
  background-color: #e5e5e5;
  padding: 25px 0;
  float: left;
}
.altSection2 {
  width: 100%;
  background-color: #fff;
  padding: 25px 0;
  float: left;
}
.contentTitle {
  width: 40%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  padding: 25px 5%;
}
.contentTitle h4 {
  font-size: inherit;
  margin: 0;
}
.contentTitle .glyphicon {
  font-size: 24px;
  margin-right: 8px;
}
.contentTitle .glyphicon-info-sign {
  color: #4870be;
  /* MAIN Theme Color */
  font-size: 23px !important;
  border: 2px solid #2a4476;
  /* Dark Theme Color 02 */
  border-radius: 50%;
}
.contentTitle .glyphicon-star {
  background-color: #ffc04b;
  color: #fff;
  padding: 3px;
  font-size: 16px !important;
  border: 2px solid #ff9a1e;
  border-radius: 50%;
}
.contentBody {
  width: 60%;
  float: left;
  font-family: 'Quattrocento', serif;
  font-size: 16px;
  padding: 25px 5%;
}
.contentBody p {
  margin: 0 0 24px;
}
.contentBody ul {
  margin: 0;
}
.contentBody tr {
  height: 40px;
}
.fullAdditional {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: left;
}
#moreAdditional-trig {
  display: block;
}
#lessAdditional-trig {
  display: none;
}
#moreAdditional-trig:hover,
#lessAdditional-trig:hover {
  color: #22537e;
}
.eduList li:last-child {
  padding-bottom: 0px;
}
.eduUndergrad {
  padding-bottom: 18px;
}
.eduMedschool {
  padding-bottom: 18px;
}
.eduResidency {
  padding-bottom: 18px;
}
.fullInsurance {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 25px;
  float: left;
}
.xpIns-item {
  display: none;
}
#moreIns-trig {
  display: block;
}
#lessIns-trig {
  display: none;
}
#moreIns-trig:hover,
#lessIns-trig:hover {
  color: #22537e;
}
.paymentOpt ul {
  list-style-type: none;
}
.paymentOpt li {
  margin-bottom: 10px;
}
.paymentOpt_amex::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/paymentOpt_amex.png);
  margin-right: 10px;
}
.paymentOpt_master::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/paymentOpt_master.png);
  margin-right: 10px;
}
.paymentOpt_discover::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/paymentOpt_discover.png);
  margin-right: 10px;
}
.paymentOpt_visa::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/paymentOpt_visa.png);
  margin-right: 10px;
}
.paymentOpt_check::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/paymentOpt_check.png);
  margin-right: 10px;
}
.socialMedia ul {
  list-style-type: none;
}
.socialMedia li {
  margin-bottom: 10px;
}
.socialMedia_facebook::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/social_facebookSM.png);
  margin-right: 10px;
}
.socialMedia_google::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/social_googleSM.png);
  margin-right: 10px;
}
.socialMedia_linkedin::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/social_linkedinSM.png);
  margin-right: 10px;
}
.socialMedia_twitter::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/social_twitterSM.png);
  margin-right: 10px;
}
.socialMedia_youtube::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/social_youtubeSM.png);
  margin-right: 10px;
}
.socialMedia_instagram::before {
  content: url(../drleonardo.com.dev.misc/new_provider_site/social_instagramSM.png);
  margin-right: 10px;
}
.fullContent {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 25px;
  float: left;
}
.xpContent-item {
  display: none;
}
#moreContent-trig {
  display: block;
}
#lessContent-trig {
  display: none;
}
#moreContent-trig:hover,
#lessIns-trig:hover {
  color: #22537e;
}
.officeHours-tbl {
  width: 100%;
  margin-top: -5px;
}
footer {
  width: 100%;
  background-color: #4870be;
  /* MAIN Theme Color */
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 40px 0 30px;
  float: left;
}
footer ul {
  list-style-type: none;
  margin: 0;
}
footer a {
  color: #fff;
}
.footnote {
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 25px;
}
/* === Contact Form === */
input[type=text],
select {
  width: 100%;
  height: 32px;
  padding: 5px 10px;
  margin: 0 0 8px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=checkbox] {
  display: block;
  margin: 0 auto;
  font-size: 16px;
}
input[type=submit] {
  width: 100%;
  background-color: #4870be;
  /* MAIN Theme Color */
  color: white;
  padding: 14px 20px;
  margin: 36px 0 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
input[type=submit]:hover {
  background-color: #37599c;
  /* Dark Theme Color 01 */
}
.formField {
  padding: 0 5px;
  margin-bottom: 12px;
}
.inputMessage {
  height: 100px !important;
}
/* === Structure === */
body {
  margin: 8px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  font-weight: inherit;
}
/* === Interior Page Troubleshooting === */
.imgAppointments {
  border: 0 !important;
}
.imgEmergency {
  border: 0 !important;
}
/* === Side Menu | Functional === */
.sidemenuFunction {
  position: fixed;
  height: 432px;
  margin-top: 180px;
  z-index: 100005;
}
#topmenuItem {
  display: none;
}
.sidebtnAppt {
  width: 21px;
  height: 120px;
  background: url(../drleonardo.com.dev.misc/new_provider_site/sidebtn_tabAppt.jpg);
  -webkit-transition: width 0s, height 0s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0s, height 0s;
}
.sidebtnAppt:hover {
  width: 120px;
  height: 120px;
  background: url(../drleonardo.com.dev.misc/new_provider_site/sidebtn_iconAppt.png);
  -webkit-transition: width 0.4s, height 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.4s, height 0.4s;
}
.sidebtnPortal {
  width: 21px;
  height: 120px;
  background: url(../drleonardo.com.dev.misc/new_provider_site/sidebtn_tabPortal.jpg);
  -webkit-transition: width 0s, height 0s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0s, height 0s;
}
.sidebtnPortal:hover {
  width: 120px;
  height: 120px;
  background: url(../drleonardo.com.dev.misc/new_provider_site/sidebtn_iconPortal.png);
  -webkit-transition: width 0.4s, height 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.4s, height 0.4s;
}
.sidebtnContact {
  width: 21px;
  height: 120px;
  background: url(../drleonardo.com.dev.misc/new_provider_site/sidebtn_tabContact.jpg);
  -webkit-transition: width 0s, height 0s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0s, height 0s;
}
.sidebtnContact:hover {
  width: 120px;
  height: 120px;
  background: url(../drleonardo.com.dev.misc/new_provider_site/sidebtn_iconContact.png);
  -webkit-transition: width 0.4s, height 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.4s, height 0.4s;
}
.sidebtnVcard {
  width: 21px;
  height: 120px;
  background: url(../drleonardo.com.dev.misc/new_provider_site/sidebtn_tabVcard.jpg);
  -webkit-transition: width 0s, height 0s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0s, height 0s;
}
.sidebtnVcard:hover {
  width: 120px;
  height: 120px;
  background: url(../drleonardo.com.dev.misc/new_provider_site/sidebtn_iconVcard.png);
  -webkit-transition: width 0.4s, height 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.4s, height 0.4s;
}
/* === Side Menu | Social === */
.sidemenuSocial {
  position: fixed;
  width: 58px;
  height: 320px;
  margin-top: 250px;
  right: 8px;
  background-color: #fff;
  padding: 4px;
  border-radius: 8px;
  z-index: 100;
  display: none;
}
/* === Widgets (Sidebar) === */
#widgets img {
  border: 0;
}
#widgets_core,
#widgets_custom {
  width: 100%;
  display: block;
  float: left;
}
#widgets_core .btnBadge {
  margin-top: 0;
  margin-bottom: 20px;
}
#widgets_core .badge01,
#widgets_core .badge02,
#widgets_core .badge03 {
  float: none;
  margin: 0 auto;
}
#widgets_core h2 {
  font-size: 26px;
  margin: 10px 0 24px;
}
/* === Footer Menu | Social === */
.footmenuSocial {
  display: block;
  width: 280px;
  margin: 0 auto;
}
.footmenuSocial .iconSocial {
  border: 2px solid #fff;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
}
/* === Helper Classes === */
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
blockquote {
  padding: 10px 20px;
  margin: 0 20px 24px;
  font-size: 15px;
  border-left: 0;
}
.dropShadow {
  height: 5px;
  background: linear-gradient(#ebebeb, #ffffff);
}
.noPadding {
  padding: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noBorder {
  border: none !important;
}
.subTitle {
  margin: 0 0 12px !important;
}
.accordion-list {
  padding-left: 0;
}
.alignleft,
.picLeft {
  float: left;
  margin-right: 20px !important;
}
.alignright,
.picRight {
  float: right;
  margin-left: 20px !important;
}
.smTxt {
  font-size: 14px;
}
.lgTxt {
  font-size: 20px;
}
.smIcon {
  font-size: 10px;
}
.lgIcon {
  font-size: 18px;
}
.font-opensans {
  font-family: 'Open Sans', sans-serif;
}
.font-quattro {
  font-family: 'Quattrocento', serif;
}
/* Toggling Editor (Builder) UI Styles */
.uiTooltip_edit {
  font-size: 12px;
  display: inline-block;
}
#sendMsg {
  background-color: #4870be;
  color: white;
  border-color: white;
  margin: 5px auto 0px;
  display: block;
}
.appointment__get__option.l {
  font-size: 16px !important;
  margin-top: 30px !important;
  height: 54px !important;
}
img[data-desc="adam"] {
  display: none;
}