/*
responsive styles
*/

/*
      Large Desktop ****
*/
@media only screen and (max-width: 1400px) {
}

/*
      Med Desktop ****
*/
@media only screen and (max-width: 1199px) {
  .social-share .heateor_sss_vertical_sharing {
    /*right: 20px;*/
    left: auto !important;
    width: 44px !important;
    margin-right: -400px;
  }
}

/*
      Small Desktop ****
*/
@media only screen and (max-width: 991px) {
  .social-share .heateor_sss_vertical_sharing {
    /*right: 20px;*/
    width: 44px !important;
    margin-right: -330px;
  }

  .single .author-image {
    width: 100px;
    height: 100px;
  }
}

/*
      iPad Landscape 1024 Resolution     ****
*/
@media only screen and (max-width: 1024px), screen and (max-height: 700px) {
  #single-wrapper {
    overflow: hidden;
  }
  .hero-banner .featured-img img {
    height: 240px;
  }
  .featured-story .author-date {
    margin: 15px 0;
  }
  .featured-story .category-label-container {
    margin: 10px 0;
  }

  .hero-banner h2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .hero-banner .author-date {
    margin: 10px 0;
  }
  .vrow .author-date {
    flex-wrap: wrap;
  }
  .vrow .author-name {
    width: 60%;
  }
  .vrow .author-date .tile-date {
    text-align: left;
    margin-top: 10px;
  }

  .leading-expert .post-tile {
    flex-wrap: wrap;
  }
  .leading-expert .author-tile {
    width: 100%;
    display: flex;
    margin-top: 15px;
    align-items: center;
  }
  .leading-expert .author-image {
    width: 90px;
    height: 90px;
  }
  .leading-expert .author-name {
    padding-left: 30px;
  }
  .leading-expert .author-more {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  #keep-me-informed-btn {
    font-size: 13px;
    padding: 6px 10px;
  }
  nav.navbar-dark .navbar-nav .nav-link {
    /*padding: 18px 15px;*/
    padding: 5px 15px 15px;
    font-size: 13px;
  }
  .vimeo-preview-thumb,
  .full-width-banner iframe {
    height: 560px;
  }
}

/*
      iPad Portrait 768 Resolution     ****
*/
@media only screen and (max-width: 768px) {
}

/*
      Small Tablet ****
*/
@media only screen and (max-width: 767px) {
  .col-author {
    padding-top: 20px;
  }

  #mktoForm_3098.mktoForm
    .mktoFormRow:nth-of-type(1)
    .mktoFormCol:nth-of-type(1)
    .mktoHtmlText.mktoHasWidth
    h1 {
    line-height: 1.3;
    padding-left: 0;
    padding-right: 0;
  }
  body #mktoForm_3098 .mktoFormRow:nth-of-type(2) .mktoFormCol:nth-of-type(3) {
    margin-bottom: 10px !important;
  }
  .mktoForm .mktoRadioList > label,
  .mktoForm .mktoCheckboxList > label {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  #mktoForm_3098.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 20px 25px !important;
  }
  #mktoForm_3098.mktoForm input[type="text"],
  #mktoForm_3098.mktoForm input[type="url"],
  #mktoForm_3098.mktoForm input[type="email"],
  #mktoForm_3098.mktoForm input[type="tel"],
  #mktoForm_3098.mktoForm input[type="number"],
  #mktoForm_3098.mktoForm input[type="date"],
  #mktoForm_3098.mktoForm textarea.mktoField,
  #mktoForm_3098.mktoForm select.mktoField {
    font-size: 16px;
  }
  #mktoForm_3098 :nth-of-type(2).mktoFormRow :nth-of-type(1).mktoFormCol {
    padding-right: 0;
  }

  .vimeo-preview-thumb,
  .full-width-banner img,
  .full-width-banner iframe {
    height: 420px;
  }
  /*.vimeo-preview-thumb,
	.full-width-banner img,
	.full-width-banner iframe {
		height: 420px;
	}*/
}

/*
      Smaller phone 600 Resolution     ****
*/
@media only screen and (max-width: 600px), screen and (max-height: 480px) {
  .header-logo {
    width: 100px;
    height: 50px;
  }
  nav.navbar {
    height: 70px;
  }
  .header-search-box-container.show {
    top: 69px;
  }
  .site {
    padding-top: 70px;
  }
  nav.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  #keep-me-informed-btn {
    display: none;
  }
  #wrapper-footer {
    padding-bottom: 70px;
  }

  .featured-container .col-sm-8 {
    padding-right: 15px;
    border-right: 0 !important;
  }
  .leading-expert .row-tile .col-sm-6:first-child {
    padding-right: 15px;
  }
  .leading-expert .row-tile .col-sm-6:nth-child(even) {
    padding-left: 15px;
  }
  .featured-container .col-sm-4 {
    padding-left: 15px;
  }
  .post-tile {
    display: block;
  }
  .row-tile .col-sm-6 .post-tile {
    border-bottom: 1px solid #d3dced33;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .row-tile .col-sm-6:last-child .post-tile {
    border-bottom: none;
  }
  .tile-date {
    margin-bottom: 20px;
  }
  .author-tile {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
  }
  .author-image {
    width: 60px;
    height: 60px;
  }
  .author-name {
    padding-left: 35px;
    margin-top: 0;
  }
  .author-more {
    background-size: 15px 15px;
    width: 35px;
    height: 35px;
  }
  .latest-article-tiles .tile-container {
  }
  .tile-container article {
    width: 100%;
  }

  .featured-story .category-label a {
    font-size: 12px;
  }
  p {
    font-size: 15px;
  }
  .featured-container .col-sm-8 .featured-story {
    border-bottom: 1px solid #d3dced;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .author-date .author-name {
    font-size: 14px;
  }
  .author-date .tile-date {
    font-size: 14px;
    margin-bottom: 0;
  }
  .vrow .author-date .tile-date {
    text-align: right;
    margin-top: 0;
  }
  .page-home h4 {
    margin-bottom: 20px;
  }
  article .featured-img img {
    /*width: 50%;*/
    padding-left: 15px;
    height: 150px;
  }
  .image-title-tag {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 25px;
    border-bottom: 1px solid #d3dced;
  }
  .vcol .image-title-tag {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .latest-article .vcol:last-child {
    padding-bottom: 0;
  }
  .latest-article .vcol {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .title-tag {
    /*border: 1px solid red;*/
    width: 56%;
  }
  .featured-img {
    width: 44%;
  }
  .featured-story .featured-img {
    width: 100%;
  }
  article h3 {
    /*border-bottom: 1px solid #D3DCED;*/
    /*padding-bottom: 15px;*/
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  article .category-label-container {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .author-date {
    margin-top: 10px;
  }
  #wrapper-keep-informed {
    padding: 105px 0;
  }
  .keep-me-informed-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
  }
  .keep-me-informed-content-title {
    margin-top: 25px;
    font-size: 20px;
    line-height: 150%;
  }
  .keep-informed-right {
    text-align: center;
  }
  .leading-expert {
    padding: 30px 0;
  }
  .footer-menu ul {
    padding: 0;
    display: block;
    text-align: center;
  }
  .footer-menu li {
    margin-bottom: 10px;
  }
  .copyright .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer-menu-img img {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
  }
  .footer-menu li a {
    font-size: 16px;
  }
  .latest-article .featured-img img {
    padding-left: 15px;
    /*height: 150px;*/
  }
  .hero-banner {
    display: block;
  }
  .hero-banner .hero-col {
    width: 100%;
  }
  .hero-banner .featured-img {
    width: 100%;
  }
  .hero-banner .category-label-container {
    margin-top: 5px;
  }

  nav .navbar-collapse {
    background-color: #fff;
    /*background-color: red;*/
    position: absolute;
    top: 69px;
    width: 100%;
    left: 0;
    border-top: 1px solid #d3dced;
    border-bottom: 1px solid #d3dced;
    box-shadow: 0 8px 10px rgb(0 0 0 / 50%);
  }
  nav.navbar-dark .navbar-nav .nav-link {
    padding: 18px 15px;
    font-size: 13px;
  }
  .footer-keep-me-informed {
    display: flex;
  }

  .popup {
    padding: 50px 20px 50px 20px;
    width: 94%;
    height: auto;
  }
  .kmi .popup {
    height: 100%;
    overflow: auto;
  }

  .page-about-us #page-wrapper hr {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .page-about-us h1 {
    margin-top: 55px;
  }
  .page-about-us h5 {
    margin-bottom: 25px;
  }
  .header-search-box {
    padding: 24px 15px 28px;
  }

  .full-width-banner .featured-img {
    width: 100%;
  }

  .vimeo-preview-thumb,
  .full-width-banner img,
  .full-width-banner iframe {
    height: 230px;
  }
  .col-author {
    padding-top: 5px;
  }
  .col-author .author-name-designation {
    width: calc(100% - 60px);
  }
  .col-author .author-container {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    margin-bottom: 15px;
  }
  .col-author .author-name {
    padding-left: 10px;
  }
  .col-author .author-designation {
    padding-left: 10px;
    margin-top: 10px;
  }
  .social-share {
    padding: 10px 15px;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .social-share .heateor_sss_vertical_sharing {
    position: relative !important;
    top: auto !important;
    right: auto;
    margin-right: 0;
    width: 100% !important;
  }
  .social-share div.heateor_sss_bottom_sharing li {
    width: 40px !important;
    margin-right: 5px !important;
  }
  .entry-content {
    margin-bottom: 0;
  }

  .hd-cta__container {
    padding: 20px;
    margin-bottom: 0;
  }
  .hd-cta__title {
    font-size: 25px;
    line-height: 130%;
  }

  .footer-keep-me-informed p {
    color: #fff;
  }

  div.heateor_sss_bottom_sharing a {
    max-width: 40px !important;
    margin-right: 5px;
  }

  /* author_v2 */

  .wrapper-author .author-container article {
    width: 100%;
  }
  .single-author_v2 .author-row {
    display: block;
  }
  .single-author_v2 .author-row .author-name {
    padding: 0;
  }
  .single-author_v2 .author-row .author-name h1 {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
  }
  .single-author_v2 .author-row .author-title {
    text-align: center;
  }
  .single-author_v2 .tile-container .inactive {
    padding: 2px;
  }

  /* specialty */
  .btn.specialty-btn {
    padding: 10px 16px;
  }
}

/*
      Smaller phone 400 Resolution     ****
*/

@media only screen and (max-width: 480px) and (orientation: portrait) {
  #wrapper-footer {
    padding-bottom: 60px;
  }
  .footer-keep-me-informed {
    padding: 12px;
  }
  .footer-keep-me-informed p {
    font-size: 14px;
  }
  #footer-keep-me-informed-btn {
    font-size: 14px;
  }
  .social-share {
    padding: 10px 15px;
  }
}
