@media only screen and (min-width: 768px) {
  .container {
    width: 100%; } }

@media only screen and (max-width: 1200px) {
  /* HOMEPAGE */
  .item.item-alpha
.events .item {
    min-height: 30rem; }
  /* PAGE */
  .page-alpha {
    width: 44rem; }
  /* ARTICLE */
  .article-alpha {
    width: 44rem; }
  .article-beta {
    width: 44rem; }
  /* LISTING */
  .list-webinar-main, .list-topic-main {
    width: 44rem; } }

@media only screen and (max-width: 992px) {
  .leaderboard {
    width: 728px;
    height: 90px; }
  .advert-list .leaderboard {
    width: 728px;
    height: 90px; }
  /* HOMEPAGE */
  .features .item.item-alpha .article-image {
    height: 20rem; }
  .features .item .article-image h2 {
    font-size: 1.5rem; }
  .events .item {
    min-height: 24rem; }
  /* ARTICLE */
  .article-alpha {
    width: 48rem; }
  .article-beta {
    width: 48rem; }
  .sidebar {
    display: none; }
  /* PAGE */
  .page-alpha {
    width: 48rem; }
  .sidebar {
    display: none; }
  /* LISTING */
  .list-webinar-main, .list-topic-main {
    width: 48rem; }
  .sidebar {
    display: none; }
  /* CONTACT US */
  .contact-page .contacts {
    margin: 0 auto; }
  .contact-page .wrapper {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  header .navbar {
    margin-left: 0; }
  .nav-item.category {
    padding-left: 1rem; }
  .leaderboard {
    width: 468px;
    height: 60px; }
  .advert-list .leaderboard {
    width: 468px;
    height: 60px; }
  /* HOMEPAGE */
  .features .item.item-alpha .article-image {
    height: 20rem; }
  /* PAGE */
  .page-alpha {
    width: 100%; }
  /* ARTICLES */
  .article-alpha {
    width: 100%; }
  .article-beta {
    width: 100%; }
  .article-page .grid .item {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #CECECE; }
  .article-page .grid .item .image {
    width: 40%;
    float: left; }
  .article-page .grid .item .content {
    width: 60%;
    float: left;
    padding: 0 0 0 15px; }
  .article-page .grid .item:after {
    display: block;
    clear: both;
    content: ""; }
  /* HOMEPAGE */
  .events .item {
    min-height: 22rem; }
  /* LISTING */
  .list-topic h1 {
    padding-left: 1rem; }
  .list-webinar-main, .list-topic-main {
    width: 100%;
    padding: 0; }
  .list-topic .item {
    margin: 0 1rem 1rem 1rem; }
  .sidebar {
    display: none; }
  /* NEWS */
  .news-features .news-feature-alpha .item {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none; }
  .news-features .news-feature-beta .item {
    border-top: 1px solid #ECECEC;
    padding-left: 0rem;
    padding-top: 1rem; }
  /* EVENTS */
  .list-events [class*="col-"]:nth-child(odd) .item, .list-events [class*="col-"]:nth-child(even) .item {
    margin-right: 0rem;
    margin-left: 0rem; }
  /* DIRECTORY */
  .page-companies .company-header .company-title, .page-companies .company-header .company-logo {
    text-align: center; }
  #company-tabs.navbar .nav-tabs > li > a {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0; }
  #company-tabs.navbar .nav-tabs > li > a:hover {
    border-left: 0;
    border-right: 0; }
  #company-tabs.navbar .nav-tabs .nav-link.active, #company-tabs.navbar .nav-tabs .nav-item.show .nav-link {
    background-color: #00a17e;
    color: #FFFFFF; } }

@media only screen and (max-width: 576px) {
  .leaderboard {
    width: 468px;
    height: 60px; }
  .advert-list .leaderboard {
    width: 468px;
    height: 60px; }
  /* HOMEPAGE */
  .features .item.item-alpha .article-image, .features .item.item-beta .article-image, .features .item.item-charlie .article-image {
    height: 26rem; }
  .news .grid .row [class^=col-] {
    margin-bottom: 1rem; }
  .news .grid .item {
    display: table;
    border-bottom: 1px dotted #CECECE; }
  .news .grid .item.item-feature {
    display: table;
    border-bottom: none; }
  .news .grid .item .image {
    display: table-cell;
    float: left;
    width: 30%; }
  .news .grid .item .content {
    display: table-cell;
    float: left;
    width: 70%;
    padding: 0 1rem 1rem; }
  .news .grid .item.item-feature .image img {
    display: none; }
  .news .grid .item.item-feature .image .overlay {
    display: inline-block;
    position: static;
    border-radius: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 2rem 0; }
  .news .grid .item.item-feature .image .overlay i {
    font-size: 3rem; }
  .news .grid .item.item-large .image {
    width: 100%;
    text-align: center; }
  .news .grid .item.item-large .content {
    width: 100%;
    text-align: center; }
  .news .grid .item.item-large .content p {
    display: none; }
  .news .grid .item .content h3 {
    min-height: 4rem; }
  .news .grid .item .content .summary {
    display: none; }
  /* NEWS HOMEPAGE */
  .news-listing {
    padding: 0 1rem; }
  .news-features .news-feature-charlie .item {
    padding-left: 0rem; }
  /* PAGE */
  .page-alpha {
    padding: 2rem 1.5rem;
    width: 100%; }
  /* ARTICLES */
  .article-alpha {
    padding: 2rem 1.5rem;
    width: 100%; }
  .article-beta {
    padding: 2rem 1.5rem;
    width: 100%; }
  .article-alpha .image.image-left, .article-alpha .image.image-right {
    float: none;
    margin: 2rem auto; }
  /* CONTACT US */
  .contact-page .wrapper {
    text-align: center; } }

@media only screen and (max-width: 468px) {
  .leaderboard {
    width: 320px;
    height: 100px; }
  .advert-list .leaderboard {
    width: 320px;
    height: 100px; } }
