/* === col-sm large mobile >= 576px wide === */
@media only screen and (min-width: 576px) {
  .container {
    padding: 60px 30px;
  }

  h1, h2.largeFontSize {
    font-size: 3.3em;
  }

  h2 {
    font-size: 2.6em;
  }

  .bannerAlert .btn {
    line-height: .4em;
  }

  .bannerAlert .bannerAlertMessage {
    height: 2.5em;
    line-height: 1.5em;
  }

  .bannerAlert .allInclusiveBookWrapper {
    min-width: 115px;
  }

  .clear-sm {
    clear: both;
  }

  .m-sm-default {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .modal-dialog.modal-lg {
    max-width: 90% !important; /* we want this a little wider by default in mobile */
  }

  .textboxWithArrow input {
    width: 70% !important;
  }

  .blogFormWrapper {
    padding-left: 64px;
  }

  .textboxWithArrow input {
    width: auto !important;
  }

  .textboxWithArrow::after {
    font-size: 1em;
  }

  .boxWithIcon {
    text-align: center;
    background-color: #e7e7e7;
    display: inline;
    width: 345px;
    margin: 0 15px 30px 15px;
  }
}

/* === col-md tablet >= 768px) === */
@media only screen and (min-width: 768px) {
  .boxWithIcon {
    width: 220px;
  }

    .boxWithIcon .iconWrapper {
      min-height: 180px;
      width: 180px;
      margin: 20px;
    }

  .bannerAlert .bannerAlertMessage {
    line-height: 2.5em;
  }


  .bg-PlusMinus {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/514871/azure-site/bgrd-plus-minus.png);
    background-repeat: repeat-y;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 16%;
  }

    .bg-PlusMinus.fullWidthBackground {
      background-image: url(/images/platforms/circle-plus-background-desktop.jpg);
      -ms-background-size: cover;
      background-size: cover;
      padding-top: 160px;
      padding-bottom: 160px;
    }

    .bg-PlusMinus.homePlusMinus {
      padding-top: 85px;
      padding-bottom: 80px;
      background-position: center left;
      background-image: url(/images/platforms/circle-plus-background-desktop.jpg);
      -ms-background-size: cover;
      background-size: cover;
    }


    .bg-PlusMinus.careersPlusMinus {
      padding-bottom: 220px;
    }


  .clear-md {
    clear: both;
  }

  .containerMedium {
    max-width: 670px;
  }

  .containerLarge {
    max-width: 900px;
  }

  .containerSmall {
    max-width: 375px;
  }

  .footerRow {
    width: 100%;
  }

  .m-md-default {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .modal-sm {
    max-width: 400px !important; /* we want this a little wider by default in mobile */
  }

  .textboxWithArrow input {
    width: 99% !important;
  }
}

/* === col-lg laptop (>= 992px wide) === */
@media only screen and (min-width: 992px) {
  .bg-spots2 {
    background-size: 100%;
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .boxWithIcon {
    width: 265px;
  }

    .boxWithIcon .iconWrapper {
      min-height: 225px;
      width: 225px;
      margin: 20px;
    }

  .bannerAlert .btn {
    line-height: 1.5em;
  }

  .clear-lg {
    clear: both;
  }

  .bg-tvWithBars {
    background-size: cover;
    height: 35vw;
  }

  .mw-lg-1140 {
    max-width: 1140px !important; /* used to contain the nav menu width on desktop */
  }

  .modal-dialog.modal-lg {
    max-width: 1100px !important; /* we want this a little wider by default in mobile */
  }

  .textboxWithArrow input {
    width: 99% !important;
  }

  .btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1em;
    border-radius: 0 !important;
    padding: .4em .8em;
    min-width: min-content;
  }
}

@media only screen and (min-width: 1050px) {
  .boxWithIcon {
    width: 310px;
  }

    .boxWithIcon .iconWrapper {
      min-height: 225px;
      width: 225px;
      margin: 45px;
    }
}


/* === col-lg desktop (>= 1400px wide) === */
@media only screen and (min-width: 1400px) {
}



/* Misc Responsive elements */

@media (max-width: 1050px) {
  /* Information Boxes */

  .info-box.icon-wrapper {
    padding-left: 50px;
  }

    .info-box.icon-wrapper .icon-large {
      font-size: 70px;
    }

  .info-box .stats {
    font-size: 20px;
  }

  .info-box b {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 650px) {
  .mobile-hidden {
    display: none !important;
  }

  .mobile-buttons a.btn {
    display: block;
    float: none;
    min-width: 1px;
    max-width: 100%;
    margin: 0 0 5px;
  }

  .heading-1 .heading-content {
    width: 80%;
  }

  .heading-1 small {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .content-box .content-box-wrapper {
    padding: 5px;
  }

  .popover {
    min-width: 100px !important;
  }

  .medium-box,
  .scrollable-small {
    width: 300px !important;
  }
  /* Chats */

  .chat-box li {
    padding-right: 50px;
  }

    .chat-box li.float-left {
      padding-left: 50px;
    }

  .chat-box .popover .popover-content {
    font-size: 11px;
    line-height: 1.5em;
    padding: 5px;
  }

  .chat-box .chat-author img {
    width: 34px;
    min-width: 34px;
  }
  /* Notifications */

  .notifications-box li .notification-text {
    display: block;
    overflow: hidden;
    width: 44%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .notifications-box li .notification-time {
    margin: 0;
  }
  /* Messages */

  .messages-box li .messages-text {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 576px) {
  .btn {
    min-width: 315px;
    padding: .95em .8em;
  }
}
