#office-365-government-comparison .hide-this-mobile .btn {
  background-color: #e96b1e;
}

#office-365-government-comparison .hide-this-mobile .btn:hover {
  background-color: #F78037 !important;
}

.hide-this-mobile th,
.hide-this-mobile td {
  border: 0;
}


.main-content {
  margin-top: 0;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif !important;

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif !important;
  }

  h2 {
    text-align: center;
  }
  
  section.header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f7f7f7;
  
    .ms-of-365-title {
      color: #fff;
      font-size: 36px;
      text-align: left;
      font-weight: 600;
    }

    .ms-of-365-buttons {
      display: flex;
      gap: 15px;
      margin-top: 60px;

      @media (max-width: 767px) {
        flex-direction: column;
      }
    }
  }
  
  div.page-nav {
    max-width: 1206px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    text-align: center;
  
    @media (max-width: 825px) {
      .top365button {
        font-size: 14px;
      }
    }
  }  
}


.top365button.top365button {
  background-color: #f6f6f6;
  border-color: #307cb4 !important;
  border-top: 0;
  color: #307cb4 !important;
}

.top365button:hover {
  background-color: #ececec !important;
  color: #307cb4 !important;
}



.top365button {
  width: 33% !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
  max-height: 100% !important;
  border-radius: 0 !important;
}

.top365button.active {
  background-color: #307cb4 !important;
  color: #fff !important;
}

.erik365xx {
  border: 10px solid black !important;
}

.list-deets {
  list-style: initial !important;
  margin-left: 20px;
  line-height: 1;
}

.top-deets {
  text-align: left;
  font-weight: normal;
  border: solid #fff
}


.skype,
.tabs_and_phones,
.ecc,
.skype4biz,
.fully {
  width: 10px;
}


.erik365icon {
  margin-right: 5px;
}

.body-alt {
  font-weight: normal;
}


#sidebar_deals {
  display: none;
}

.bottom-deets {
  text-align: center;
  vertical-align: top;
  min-height: 150px;

}


.bottom-deets i {
  font-size: 50px;
  color: #307CB4;
}

.bottom-deets p {
  line-height: 1.3;
}

.sub-desc {
  font-weight: normal !important;
}

.newly-added {
  animation: flyin 0.4s ease forwards;
  opacity: 0;
  transform: scale(1.5);
  filter: blur(4px);
}

@keyframes flyin {
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}



.site-nav {
  margin-bottom: 0px;
}

.site-footer {
  margin-top: 0px !important;
  padding-bottom: 0px;
}

#metroCSS {
  padding-top: 15px;
}

.tile-area {
  width: 100% !important;
  text-align: center;
}

.tile-area-controls {
  position: fixed;
  right: 40px;
  top: 40px;
}

.tile-group {
  left: 100px;
  display: inline-block;
  float: none;
  margin-left: 80px;
}

.tile,
.tile-small,
.tile-sqaure,
.tile-wide,
.tile-large,
.tile-big,
.tile-super {
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

#charmSettings .button {
  margin: 5px;
}

.schemeButtons {
  /*width: 300px;*/
}

@media screen and (max-width: 420px) {
  .tile-group {
    margin-left: 5%;
  }
}

/*
.tile-area {
overflow-y: scroll;
}
.tile-area-controls {
display: none;
}
}

@media screen and (max-width: 320px) {
.tile-area {
overflow-y: scroll;
}

.tile-area-controls {
display: none;
}

}
*/
/* THIS MAY WANT TO BE MOVED TO THE THEME ! ! !  */

/* reduction of table padding */
th,
td {
  padding: 8px !important;
}

/* header tds */
.thead365 {
  width: 95px;
  text-align: center;
  line-height: normal !important;
}

.thead365 a {
  text-decoration: none;
}

.yearly.price,
.monthly.price {
  font-size: 16px;
}

.comp_table_new,
.bottom-deets {
  max-width: 1200px;
}

/* row heights */
#comp_table_new th {
  height: 70px;
}

/* white dividing lines */
#comp_table_new td {
  border-left: solid 4px #fff !important;
  text-align: center !important;
}

/* try button hover */
.greenhover:hover {
  background-color: #52ce52 !important;
  border: 1px solid #52ce52 !important;
}

/* table css */
#comp_table_new {
  line-height: normal !important;
  border-style: none !important;
  font-size: 14px;
  background-color: white !important;
  text-align: left;
  border: none;
  color: #3d3d3d;
  margin-top: 40px;
}

/* top left td title margin reduction */
#comp_table_new>thead>tr>td>h2 {
  margin-top: 0em !important;
  vertical-align: top !important;
  text-align: left !important;
}

/* alternating bg colors */
.alt_bg_color {
  background-color: rgba(227, 240, 246, .6);
}

.alt_bg_color th {
  border-left: solid 4px #fff !important;
}


/* centerings elements in tds */
.centering {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* checkmark image size */
.checkmark {
  height: 18px
}

/* top row style */
.headers_2 {
  background-color: #999999;
  color: white;
  border-left: solid 4px #fff !important;
  border-bottom: solid 4px #fff !important;
  vertical-align: top;

}

/* top row style */
.headers_3 {
  background-color: #0072c6;
  color: white;
  border-left: solid 4px #fff !important;
  border-bottom: solid 4px #fff !important;
  vertical-align: top;
  border-right: none !important;
}

/* top row hover style
.headers_2:hover {
  background-color: white;
  color: #757575;
  border-top: none 0px #fff !important;
}
 top row hover style 2
.headers_2 a:hover {
  background-color: white;
  color: #757575 !important;
  border-top: none 0px #fff !important;
}


*/
/* far right header hover */
.headers_3:hover {
  background-color: white;
  color: #0072c6;
  border-top: none 0px #fff !important;
}

/* border removal */
#comp_table_new tbody th {
  border: none;
}

/* border removal */
#comp_table_new tbody tr td {
  border: none;
}

/* border removal */
#header_title {
  border-top: none !important;
}

/* far right blue bg */
.far_right {
  background-color: #d0ebff !important;
  /* border-bottom: solid 4px #fff !important; */
}

/* top menu buttons */
.orange_btn {
  background-color: #e86b1e;
  color: #FFF;
  display: inline-block;
  text-align: center;
  width: 180px;
  padding: 8px 16px;
}

/* top menu style */
#top_menu_365 td {
  border: none !important;
  text-align: center;
}

/* top menu hover */
.orange_btn:hover,
.orange_btn:active {
  background-color: #f9833b !important;
  border: 1px solid #f9833b !important;
}

#top_menu_365 {
  margin-bottom: 0em !important;
}

main>div>div>header>h1 {
  display: none;
}

#top_menu_365 .btn {
  width: 180px !important;
}

.table-wrapper {
  margin-bottom: 0px !important;
  overflow: hidden;
}

#header_title h2 {
  font-size: 1.225em;
}

.cnt-container {
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
}


/* elite button pulse animation */
.pulse2 {
  -webkit-animation: pulse2 1s linear infinite;
  -moz-animation: pulse2 1s linear infinite;
  -ms-animation: pulse2 1s linear infinite;
  animation: pulse2 1s linear infinite;
}

@keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse2 {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes "pulse2" {
  0% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }

  @keyframes barshine {
    0% {
      left: -100px;
    }

    100% {
      left: 1000px;
    }
  }
}




/* CSS FOR MONTHLY/YEARLY SWAP */
.monthly .btn {
  background-color: #e96b1e
}


.monthly .btn:hover {
  background-color: #F78037
}


.yearly .btn {
  background-color: #008a00;

}


.yearly .btn:hover {
  background-color: #007100;

}


#toggle {
  height: auto;
  width: 100%;
  padding: 4px;
  background: #6db244;
  border-radius: 2px;
  float: left;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
  text-align: center;
}

#toggle button {
  width: 50%;
  border-radius: 2px;

}

.selected-tog,
.unselect-tog {
  border: 0px;
}

.selected-tog {
  background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);

}

.unselect-tog {
  background-color: transparent;
  color: white !important;
  cursor: default;

}



/* HIDES CLOUD 9 */

.far_right,
.headers_3 {
  display: none;
}

.home_and_personal_width {
  width: 25%;
}

.smb_width {
  width: 20%;
}

.width25 {
  width: 25%;
}

.gov_width {
  width: 15%;
}

.top365button {
  padding: inherit;
  border-radius: 0;
}

/* Mobile */

.mobile-monthly-price,
.mobile-monthly-buy-button {
  display: none;
}

button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: .4s
}

button.accordion.active,
button.accordion:hover {
  background-color: #ddd
}

button.accordion:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 20px;
  color: #777;
  float: right;
  margin-left: 5px
}

button.accordion.active:after {
  content: "\f106";
  font-family: FontAwesome;
}

div.panel {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: .6s ease-in-out;
  opacity: 0
}

div.panel.show {
  opacity: 1;
  max-height: none;
  margin-top: 0;
  height: auto;
  padding-bottom: 10px
}

.panel table img:not(:last-child) {
  margin-right: 5px;
}

.mobile-table tr td {
  text-align: center;
}

.top-deets {
  text-align: left !important;
  padding: 20px !important;
}

.top-deets ul {
  margin-bottom: 0;
  margin-top: 15px;
}

.mobile-table {
  font-size: 14px;
  line-height: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mobile-table td {
  border: 0;
}

.mobile-features tr td {
  border: 0;
  width: 50%;
  font-size: 14px;
  height: 80px;
}

.mobile-features tr:nth-child(even) {
  background: #f1f1f1;
}

.mobile-features i {
  color: #767676;
}

.for-os {
  background-color: #fff;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: .4s
}

.for-os:hover {
  background-color: #efefef;
}

div.accordion:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 20px;
  color: #777;
  float: right;
  margin-left: 5px
}

div.accordion.active:after {
  content: "\f106";
  font-family: FontAwesome;
}

#mobile-comparison {
  display: none;
  line-height: 1.3;
}

.show-this-mobile {
  display: none
}

.more-text {
  margin-right: auto !important;
  margin-bottom: -15px;
}

#mobile-comparison h2 {
  background-color: grey;
  color: white;
  height: 72px;
  line-height: 95px;
  margin-bottom: 0;
  margin-top: -28px;
}


h1.thin {
  font-family: "wf_SegoeUILight", "wf_SegoeUILightEastEuro", "wf_SegoeUI", "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif" !important;
  padding-left: 10px;
  height: 72px;
  line-height: 72px;
  margin-bottom: 0;
}

/* Responsiveness */




@media (max-width: 1075px) {
  .top365button {
    font-size: 18px;
  }
}

@media (max-width: 860px) {
  .list-deets {
    margin-left: 20px !important;
  }
}

@media (max-width: 722px) {
  .top365button {
    font-size: 18px;
    display: block;
    width: 100% !important;
    margin-bottom: 6px;
  }
}

@media (max-width: 700px) {
  .hide-this-mobile {
    display: none;
  }

  #mobile-comparison {
    display: block;
  }

  .main-content {
    padding: 0;
  }

  #AddToCart {
    border-radius: 0;
  }

  .list-deets {
    margin-left: 30px !important;
  }

  .show-this-mobile {
    display: block;
  }

  #cnt {
    padding: 0 12px;
  }
}

.pl15 {
  padding-left: 15px;
}

// button reset
.rte a {
  text-decoration: unset;
}
.button {
  text-transform: unset;
  transition: unset;
}