/* SETS COMMON BODY ITEMS AND BACKGROUND */

body {
  font-family: Verdana, Arial, sans-serif;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0;
  font-size: 75%;
  text-align: center;
}

/* COMMON HTML AND CLASSES */
li {
  padding: 8px;
  list-style-image: url('images/bullet1.jpg');
}
li li {
  padding: 8px;
  list-style-image: url('images/bullet2.jpg');
}

p {
  line-height: 1.4em;
}
hr {
  background-color: #908070;
  color: #908070;
  height: 1px;
  width: 100%;
}

.tiny {
  font-size: 90%;
}

h1 {
  font-family: Georgia, Georgia, serif;
  color: #FFF;
  font-size: 22px;
  padding-left: 40px;
  height: 35px;
  vertical-align: bottom;
  margin: 0
}

h2 {
  color: #6a796a;
  font-family: Tahoma, Arial, sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 4px;
}

h3 {
  color: #906050;
  font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

.h3-replacement {
  color: #906050;
  font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

h4 {
  font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
  color: #606050;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

.h4-replacement {
  font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
  color: #606050;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

h5, h6 {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  margin: 0px;
}

.h5-replacement {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  margin: 0px;
}

.h6-replacement {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  margin: 0px;
}

A:LINK {
  color: #786b5d;
  text-decoration: underline;
  font-weight: bold;
}
A:VISITED {
  color: #908070;
  text-decoration: underline;
  font-weight: bold;
}
A:HOVER {
  color: #C0A070;
  text-decoration: underline;
  font-weight: bold;
}
A:ACTIVE {
  color: #908070;
  text-decoration: underline;
  font-weight: bold;
}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft {
  border: 3px double #C0C0C0;
  margin: 2px 20px 2px 0px;
  float: left;
}

.imageright {
  border: 3px double #C0C0C0;
  margin: 2px 0px 2px 20px;
  float: right;
}

.imageplain {
  border: 1px solid #C0C0C0;
}

/* THIS IS THE MAIN CONTAINER DEFINITION */

.wrapper {
  width: 1150px;
  color: #000;
  text-align: left;
  margin: 0 auto;
}

/* HEADER AREA ID AND CLASSES */

.headerleft {
  font-family: Georgia, Georgia, serif;
  color: #708070;
  font-size: 24px;
  font-weight: bold;
  float: left;
  text-align: left;
  width: 400px;
  height: 60px;
  margin-bottom: 10px;
}

.headerright {
  color: #000;
  font-size: 90%;
  font-weight: bold;
  float: right;
  text-align: right;
  width: 350px;
  height: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* SIDEBAR ID AND CLASSES */

.sidebar {
  float: left;
  width: 240px;
  padding: 5px;
}

.sidebarnav {
  width: 231px;
  padding: 4px;
  border: 1px solid #C0C0C0;
  margin-bottom: 10px;
  line-height: 20px;
}

.sidebarnav h5 {
  background-image: url('images/navtitle.jpg');
  background-repeat: no-repeat;
  font-variant: small-caps;
  font-size: 12px;
  text-align: center;
  height: 30px;
  padding-top: 6px;
  margin: 0px;
}

.sidenav-h5-replacement {
  background-image: url('images/navtitle.jpg');
  background-repeat: no-repeat;
  font-variant: small-caps;
  font-size: 12px;
  text-align: center;
  height: 30px;
  padding-top: 6px;
  margin: 0px;
}

.hottopic {
  width: 231px;
  padding: 4px;
  border: 1px solid #C0C0C0;
  font-size: 90%;
  margin-bottom: 10px;
}

.hottopic h5 {
  background-image: url('images/hottopic.jpg');
  background-repeat: no-repeat;
  font-variant: small-caps;
  font-size: 12px;
  text-align: center;
  height: 30px;
  padding-top: 8px;
  margin: 0px;
}

.hottopic-h5-replacement {
  background-image: url('images/hottopic.jpg');
  background-repeat: no-repeat;
  font-variant: small-caps;
  font-size: 12px;
  text-align: center;
  height: 30px;
  padding-top: 8px;
  margin: 0px;
}

/* MAIN TEXT AREA ID AND CLASSES */

.content {
  width: 661px;
  float: left;
  padding: 4px;
  text-align: justify;
  line-height: 16px;
}

.mainwrapper {
  width: 900px;
  float: right;
}
.rightside {
  width: 220px;
  float: right;
  padding: 4px;
  text-align: justify;
  line-height: 16px;
}

.rightside h2 {
  font-size: 1.2em;
  font-weight: bold;
  width: 220px;
}

.rightside .item-list ul li {
  list-style: none;
}

.globalnav {
  display: block;
  background: #fff url('images/globalbar.png');
  width: 100%;
  font-variant: small-caps;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  height: 24px;
  padding-top: 8px;
  line-height: 14px;
  border: 1px solid #b2a28b;
  border-top: 0;
  border-bottom: 0;
}

.globalnav A:LINK {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.globalnav A:VISITED {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.globalnav A:HOVER {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.globalnav A:ACTIVE {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.mainimage {
  background: #505648;
  border: 1px solid #505648;
  color: #FFF;
  width: 641px;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  padding-top: 20px;
  padding-right: 20px;
  line-height: 26px;
}

/* FOOTER ID AND CLASSES */

.views-field-phpcode-5 {
  width: 95px;
}

.footer {
  clear: both;
  text-align: center;
  padding: 5px 0px;
  border-top: 5px solid #C0C0C0;
  margin-top: 10px;
  /*height: 40px;*/
}

.form {
  font-size: 90%;
  background-color: #606050;
  color: #FFF;
  border: 1px solid #000;
}

.respNavDiv,
.nav-trigger + label {
  display: none;
}


/**************************************************************************
  media queries
***************************************************************************/

@media only screen and (min-width: 320px) and (max-width: 480px) {

  * {
    margin: 0;
    padding: 0;
  }

  hr {
    border: 0;
  }

	html, body, .wrapper, .headerleft {
    width: 100%!important;
    height: 100%!important;
		overflow-x: hidden!important;
    margin: 0!important;
    padding: 0!important;
	}

  .respNavDiv {
    background:#fff;
    position: absolute;
    z-index: 99999;
    top: -1200px;
    left: 0;
    width: 100%;
    height: 1200px;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #f2f2f2;
  }

  .respNavDiv ul {
    top: 0;
    left: 0;
    width: 100%;
    list-style-type: none;
    margin-top: 20px;
  }

  .respNavDiv ul li a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    padding: 5px;
  }

  .respNavDiv ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    list-style-image: none;
    padding: 5px;
  }

  .respNavDiv ul li ul {
    background: #f2f2f2;
  }

  .hottopic ul li, .hottopic ol li {
    list-style-type: none!important;
    list-style-image: none!important;
  }

  #toggle {
    position: absolute!important;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
  }

  #toggle + label {
    position: absolute!important;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999999999999999;
    padding: 5px;
    background: #fff;
    width: 30px;
    border-radius: 3px;
    /*color: #fff;
    line-height: 20px;
    font-size: 12px;*/
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all 500ms ease;
  }

  #toggle + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .wrapper {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    padding:5em 3em;
  }

  #toggle:checked ~ .respNavDiv {
    top: 0;
    display: block;
  }

  #toggle:checked ~ .wrapper {
    margin-top: 1200px;
  }

  #toggle:checked + label {
    background:#dd6149;
  }

  #toggle:checked + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .headerleft {
    text-align: center;
    height: 55px!important;
  }

  .sidebarnav {
    display: none;
  }

  .sidebar, .globalnav, .mainimage {
    position: relative;
    float: left;
    width: 100%!important;
    height: auto;
    padding: 0!important;
  }

  .headerright {
    width: 100%!important;
    text-align: left;
    margin-top: 5px;
  }

  .vm_social_links {
    margin-right: 20px;
  }

  .mainwrapper{
    width: 100%!important;
    height: auto;
    padding: 0!important;
    display: flex;
    flex-direction: column;
  }

  .content {
    width: 100%!important;
    float: left;
    padding: 0!important;
    order: 1;
  }

  .rightside {
    width: 100%!important;
    display: inline-block!important;
    text-align: center;
    order: 2;
    padding: 0;
  }

  .content h2, .content h4  {
    margin-top: 20px;
    text-align: center;
  }

  .content {
    margin-top: 20px;
    text-align: left;
  }

  .content h4 {
    margin-bottom: 20px;
  }

  .mainimage {
    text-align: center;
    height: auto!important;
    margin: 0 0 20px;
  }

  .mainimage h1, .content h2 {
    padding: 10px 0 5px;
    font-size: 19px;
    line-height: 0.9em;
  }

  .content h2 {
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center!important;
  }

  .content h3, .content h4 {
    width: 100%;
    text-align: center!important;
    margin-top: 15px;
  }

  .content p img ,.content h3 img, .content h4 img {
    border: 0;
    padding: 5%;
    /*width: 50%;
    height: 50%;*/
    max-width: 50%;
    max-height: 50%;
  }

  .content a img:first-child {
    width: 100%!important;
    padding: 0;
    margin: 0;
  }

  .imageleft {
    border: 0;
    padding: 10px;
  }

  .imageright {
    border: 0;
    padding: 10px;
    width: 50%!important;
    height: 50%!important;
  }

  .centerMe {
    width: 100%;
    height: 100%;
  }

  #drupal-wrapper ul li .adblock a img {
    width: 120px!important;
    height: 60px!important;
    /*max-width: 100%!important;*/
    margin-bottom: 15px!important;
  }

  .content #drupal-wrapper table tbody tr td a img {
    width: 120px!important;
    height: 60px!important;
    margin-bottom: 15px!important;

  }

  .content p, .content ul {
    text-align: left;
    padding: 10px;
  }

  .content ul li {
    list-style-image: none;
  }

  .hottopic {
    margin-left: auto;
    margin-right: auto;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block h2,
  #drupal-wrapper, #drupal-container, #drupal-content, .clear-block, .node, .content.clear-block  {
    width: 100%!important;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-residential-display-table .view-content
  .item-list ul li div span div,
  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-business-display-table .view-content
  .item-list ul li div span div {
    text-align: center;
  }

  .softphoneContentInnerDiv {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  /* responsive tables */
  table.MsoNormalTable,
  table.views-table {
    max-width:100%;
  }

  table.MsoNormalTable, table.MsoNormalTable thead, table.MsoNormalTable tbody, table.MsoNormalTable th, table.MsoNormalTable td, table.MsoNormalTable tr,
	table.views-table, table.views-table thead, table.views-table tbody, table.views-table th, table.views-table td, table.views-table tr {
		display: block;
    clear: both;
	}

  table.MsoNormalTable tr,
	table.views-table tr {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;

  }

  table.MsoNormalTable td,
  table.views-table td {
		border: none;
		border-bottom: 1px solid #ccc;
		position: relative;
    padding-left:0;
		padding-top:20px!important;
    font-size:0.9em;
    width: 100%;
	}

  table.MsoNormalTable td:before,
	table.views-table td:before {
		position:absolute;
		top:0;
		left:5px;
		width:25%;
		padding-right: 10px;
		white-space: nowrap;

    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #777!important;

	}

  table.MsoNormalTable thead,
  table.views-table thead {
    display: none;
  }

	table.MsoNormalTable td:nth-of-type(1):before { content: "Login Message"; }
	table.MsoNormalTable td:nth-of-type(2):before { content: "Explanation"; }
	table.MsoNormalTable td:nth-of-type(3):before { content: "Solution"; }

  table.views-table td:nth-of-type(1):before { content: "Provider"; }
	table.views-table td:nth-of-type(2):before { content: "Plan Details"; }
	table.views-table td:nth-of-type(3):before { content: "Monthly Rate*"; }
	table.views-table td:nth-of-type(4):before { content: "Reviews/Rating"; }


  table.MsoNormalTable tbody tr.odd,
  table.views-table tbody tr.odd {
    background: #f2f2f2;
  }

  table.MsoNormalTable tbody tr td,
  table.views-table tbody tr td {
    width: 100%;
    text-align: center;
  }

  table.MsoNormalTable tbody tr td.views-field,
  table.views-table tbody tr td.views-field {
    width: 100%;
    margin: 5px 0;
  }

  table.MsoNormalTable tbody tr td div.reviews,
  table.views-table tbody tr td div.reviews {
    border: 0;
  }

  table.MsoNormalTable tbody tr td div.reviews p,
  table.views-table tbody tr td div.reviews p {
    text-align: center!important;
  }

  table.MsoNormalTable tbody tr td div,
  table.views-table tbody tr td div {
    border: 0!important;
    box-shadow: none!important;
  }

  table.MsoNormalTable tbody tr td div.label,
  table.views-table tbody tr td div.label {
    background: transparent;
  }

  table.MsoNormalTable tbody tr td a.book.details,
  table.views-table tbody tr td a.book.details {
  	margin-top: 10px;
  }

  .MsoNormalTable tr:first-child {
	   display: none;
  }

  .MsoNormalTable tbody {
    overflow: hidden;
  }

  .view-footer .footer {
    width: 100%;
  }

  .view-footer .footer img {
    /*width: 100%;*/
    max-width: 100%;
    height: 70px;
  }

  .second-disclaimer {
    text-align: center;
    width: 90px;
    height: 19px;
    margin: 0 auto;
  }

  .policies img[src$=".gif"] {
    max-width: 100%;
  }


  /*
   contact form table
  */
  .contact table.contactFormTbl,
  .contact .contactFormTbl thead,
  .contact .contactFormTbl tbody,
  .contact .contactFormTbl tfoot,
  .contact .contactFormTbl tr,
  .contact .contactFormTbl th,
  .contact .contactFormTbl td {
      display: block;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      border: none;
      border-collapse: inherit;
      border-spacing: 0;
      border-color: inherit;
      vertical-align: inherit;
      text-align: left;
      font-weight: inherit;
      -webkit-border-horizontal-spacing: 0;
      -webkit-border-vertical-spacing: 0;
  }

  .contact table.contactFormTbl td:nth-of-type(1):before { content: none; }
  .contact table.contactFormTbl td:nth-of-type(2):before { content: none; }
  .contact table.contactFormTbl td:nth-of-type(3):before { content: none; }
  .contact table.contactFormTbl td:nth-of-type(4):before { content: none; }

  .contact .contactFormTbl th, .contact .contactFormTbl td {
      display: inline!important;
  }

  .contact form table.contactFormTbl {
      padding: 0 15px;
  }

  .contact form table.contactFormTbl textarea,
  .contact form table.contactFormTbl input[type="text"] {
      width: 90%;
  }


  /* recaptcha */
  #recaptcha_challenge_image{
    margin: 0 !important;
    width: 70% !important;
  }
  #recaptcha_response_field {
    margin: 0 !important;
    width: 100% !important;
  }
  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 95% !important;
  }
  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
  }
  #recaptcha_table tbody tr td {
    padding: 0 !important;
    width: 75px;
  }
  .recaptchatable .recaptcha_image_cell {
    padding-right: 0 !important;
  }
  #recaptcha_privacy a {
    line-height: 1.2em;
  }
  span#recaptcha_privacy {
    width: 50px;
  }

  #recaptcha_area, #recaptcha_table {
    width: 100%!important;
  }

  #recaptcha_whatsthis_btn, #recaptcha_whatsthis_btn img,
  #recaptcha_switch_audio_btn, #recaptcha_switch_audio_btn img,
  #recaptcha_reload_btn, #recaptcha_reload_btn img {
    position: relative;
    z-index: 99999999;
    top: -20px!important;
    display: inline!important;
    width: 25px!important;
    height: 17px!important;
  }

  .recaptcha_theme_red #recaptcha_response_field {
    left: 45px!important;
  }

  span#recaptcha_privacy {
    width: 100px;
  }

  #recaptcha_switch_img_btn, #recaptcha_switch_img {
    position: relative;
    z-index: 99999999;
    top: -20px!important;
    width: 25px!important;
  }

  #msgFrm input[type="submit"] {
  	position: relative!important;
  	top: -20px!important;
  }

  .contact table.contactFormTbl tr:nth-of-type(1) > td,
  .contact table.contactFormTbl tr:nth-of-type(2) > td,
  .contact table.contactFormTbl tr:nth-of-type(3) > td {
  	display: block!important;
  }


}
/* @media only screen and (min-width: 320px) and (max-width: 480px) */

@media only screen and (min-width : 320px) and (max-width : 568px) {

  * {
    margin: 0;
    padding: 0;
  }

  hr {
    border: 0;
  }

	html, body, .wrapper, .headerleft {
    width: 100%!important;
    height: 100%!important;
		overflow-x: hidden!important;
    margin: 0!important;
    padding: 0!important;
	}

  .respNavDiv {
    background:#fff;
    position: absolute;
    z-index: 99999;
    top: -1200px;
    left: 0;
    width: 100%;
    height: 1200px;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #f2f2f2;
  }

  .respNavDiv ul {
    top: 0;
    left: 0;
    width: 100%;
    list-style-type: none;
    margin-top: 20px;
  }

  .respNavDiv ul li a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    padding: 5px;
  }

  .respNavDiv ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    list-style-image: none;
    padding: 5px;
  }

  .respNavDiv ul li ul {
    background: #f2f2f2;
  }

  .hottopic ul li, .hottopic ol li {
    list-style-type: none!important;
    list-style-image: none!important;
  }

  #toggle {
    position: absolute!important;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
  }

  #toggle + label {
    position: absolute!important;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999999999999999;
    padding: 5px;
    background: #fff;
    width: 30px;
    border-radius: 3px;
    /*color: #fff;
    line-height: 20px;
    font-size: 12px;*/
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all 500ms ease;
  }

  #toggle + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .wrapper {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    padding:5em 3em;
  }

  #toggle:checked ~ .respNavDiv {
    top: 0;
    display: block;
  }

  #toggle:checked ~ .wrapper {
    margin-top: 1200px;
  }

  #toggle:checked + label {
    background:#dd6149;
  }

  #toggle:checked + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .headerleft {
    text-align: center;
    height: 55px!important;
  }

  .sidebarnav {
    display: none;
  }

  .sidebar, .globalnav, .mainimage {
    position: relative;
    float: left;
    width: 100%!important;
    height: auto;
    padding: 0!important;
  }

  .headerright {
    width: 100%!important;
    text-align: left;
    margin-top: 5px;
  }

  .vm_social_links {
    margin-right: 20px;
  }

  .mainwrapper{
    width: 100%!important;
    height: auto;
    padding: 0!important;
    display: flex;
    flex-direction: column;
  }

  .content {
    width: 100%!important;
    float: left;
    padding: 0!important;
    order: 1;
  }

  .rightside {
    width: 100%!important;
    display: inline-block!important;
    text-align: center;
    order: 2;
    padding: 0;
  }

  .content h2, .content h4  {
    margin-top: 20px;
    text-align: center;
  }

  .content {
    margin-top: 20px;
    text-align: left;
  }

  .content h4 {
    margin-bottom: 20px;
  }

  .mainimage {
    text-align: center;
    height: auto!important;
    margin: 0 0 20px;
  }

  .mainimage h1, .content h2 {
    padding: 10px 0 5px;
    font-size: 19px;
    line-height: 0.9em;
  }

  .content h2 {
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center!important;
  }

  .content h3, .content h4 {
    width: 100%;
    text-align: center!important;
    margin-top: 15px;
  }

  .content p img ,.content h3 img, .content h4 img {
    border: 0;
    /*
    width: 50%;
    height: 50%;
    */
    max-width: 100%;
    max-height: 100%;

  }

  .content a img:first-child {
    /*width: 80%!important;*/
    max-width: 100%!important;
    padding: 0;
    margin: 0;
  }

  .imageleft {
    border: 0;
    padding: 10px;
    width: 30%!important;
  }

  .imageright {
    border: 0;
    padding: 10px;
    width: 50%!important;
    height: 50%!important;
  }

  .centerMe {
    width: 40%;
    height: 40%;
    margin-left: 30%!important;
  }

  /*
  #drupal-wrapper a img {
    width: 25%!important;
    margin-bottom: 15px!important;
  }
  */

  .content #drupal-wrapper table tbody tr td a img {
    width: 120px!important;
    height: 60px!important;
    margin-bottom: 15px!important;

  }

  .content p, .content ul {
    text-align: left;
    padding: 10px;
  }

  .content ul li {
    list-style-image: none;
  }

  .hottopic {
    margin-left: auto;
    margin-right: auto;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block h2,
  #drupal-wrapper, #drupal-container, #drupal-content, .clear-block, .node, .content.clear-block  {
    width: 100%!important;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-residential-display-table .view-content
  .item-list ul li div span div,
  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-business-display-table .view-content
  .item-list ul li div span div {
    text-align: center;
  }

  .softphoneContentInnerDiv {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  /* responsive tables */
  table.MsoNormalTable,
  table.views-table {
    max-width: 80%;
    margin: 0 auto;
    padding: 15px;
  }

  table.MsoNormalTable, table.MsoNormalTable thead, table.MsoNormalTable tbody, table.MsoNormalTable th, table.MsoNormalTable td, table.MsoNormalTable tr,
	table.views-table, table.views-table thead, table.views-table tbody, table.views-table th, table.views-table td, table.views-table tr {
		display: block;
    clear: both;
	}

  /*
	table td:nth-child(3) {
		width:130px;
	}
  */

  table.MsoNormalTable tr,
	table.views-table tr {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;

  }

  table.MsoNormalTable td,
  table.views-table td {
		border: none;
		border-bottom: 1px solid #ccc;
		position: relative;
    padding-left:0;
		padding-top:20px!important;
    font-size:0.9em;
    width: 100%;
	}

  table.MsoNormalTable td:before,
	table.views-table td:before {
		position:absolute;
		top:0;
		left:5px;
		width:25%;
		padding-right: 10px;
		white-space: nowrap;

    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #777!important;

	}

  table.MsoNormalTable thead,
  table.views-table thead {
    display: none;
  }

  table.MsoNormalTable td:nth-of-type(1):before { content: "Login Message"; }
  table.MsoNormalTable td:nth-of-type(2):before { content: "Explanation"; }
  table.MsoNormalTable td:nth-of-type(3):before { content: "Solution"; }

	table.views-table td:nth-of-type(1):before { content: "Provider"; }
	table.views-table td:nth-of-type(2):before { content: "Plan Details"; }
	table.views-table td:nth-of-type(3):before { content: "Monthly Rate*"; }
	table.views-table td:nth-of-type(4):before { content: "Reviews/Rating"; }


  table.MsoNormalTable tbody tr.odd,
  table.views-table tbody tr.odd {
    background: #f2f2f2;
  }

  table.MsoNormalTable tbody tr td,
  table.views-table tbody tr td {
    width: 100%;
    text-align: center;
  }

  table.MsoNormalTable tbody tr td.views-field,
  table.views-table tbody tr td.views-field {
    width: 100%;
    margin: 5px 0;
  }

  table.MsoNormalTable tbody tr td div.reviews,
  table.views-table tbody tr td div.reviews {
    border: 0;
  }

  table.MsoNormalTable tbody tr td div.reviews p,
  table.views-table tbody tr td div.reviews p {
    text-align: center!important;
  }

  table.MsoNormalTable tbody tr td div,
  table.views-table tbody tr td div {
    border: 0!important;
    box-shadow: none!important;
  }

  table.MsoNormalTable tbody tr td div.label,
  table.views-table tbody tr td div.label {
    background: transparent;
  }

  table.MsoNormalTable tbody tr td a.book.details,
  table.views-table tbody tr td a.book.details {
  	margin-top: 10px;
  }

  .MsoNormalTable tr:first-child {
	   display: none;
  }

  .MsoNormalTable tbody {
    overflow: hidden;
  }

  .view-footer .footer {
    width: 100%;
  }

  .view-footer .footer img {
    /*width: 100%;
    height: 70px;*/
    max-width: 100%;
    max-height: 100px;

  }

  .second-disclaimer {
    text-align: center;
    width: 90px;
    height: 19px;
    margin: 0 auto;
  }

  .policies img[src$=".gif"] {
    max-width: 100%;
  }

  #paging, #res-paging {
    margin: 60px 0 20px!important;
  }

  .view .view-footer .footer .second-disclaimer img {
    /*width: 90px!important;
    height: 19px!important;*/
    max-width: 100%!important;
    max-height: 100%!important;
  }

  /*
   contact form table
  */
  .contact table.contactFormTbl,
  .contact .contactFormTbl thead,
  .contact .contactFormTbl tbody,
  .contact .contactFormTbl tfoot,
  .contact .contactFormTbl tr,
  .contact .contactFormTbl th,
  .contact .contactFormTbl td {
      display: block;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      border: none;
      border-collapse: inherit;
      border-spacing: 0;
      border-color: inherit;
      vertical-align: inherit;
      text-align: left;
      font-weight: inherit;
      -webkit-border-horizontal-spacing: 0;
      -webkit-border-vertical-spacing: 0;
  }

  .contact table.contactFormTbl td:nth-of-type(1):before { content: none; }
  .contact table.contactFormTbl td:nth-of-type(2):before { content: none; }
  .contact table.contactFormTbl td:nth-of-type(3):before { content: none; }
  .contact table.contactFormTbl td:nth-of-type(4):before { content: none; }

  .contact .contactFormTbl th, .contact .contactFormTbl td {
    display: inline!important;
  }

  .contact form table.contactFormTbl {
      padding: 0 15px;
  }

  .contact form table.contactFormTbl textarea,
  .contact form table.contactFormTbl input[type="text"] {
      width: 90%;
  }

  /* recaptcha */
  #recaptcha_challenge_image{
    margin: 0 !important;
    width: 70% !important;
  }
  #recaptcha_response_field {
    margin: 0 !important;
    width: 100% !important;
  }
  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 95% !important;
  }
  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
  }
  #recaptcha_table tbody tr td {
    padding: 0 !important;
    width: 75px;
  }
  .recaptchatable .recaptcha_image_cell {
    padding-right: 0 !important;
  }
  #recaptcha_privacy a {
    line-height: 1.2em;
  }
  span#recaptcha_privacy {
    width: 50px;
  }

  #recaptcha_area, #recaptcha_table {
    width: 100%!important;
  }

  #recaptcha_whatsthis_btn, #recaptcha_whatsthis_btn img,
  #recaptcha_switch_audio_btn, #recaptcha_switch_audio_btn img,
  #recaptcha_reload_btn, #recaptcha_reload_btn img {
    position: relative;
    z-index: 99999999;
    top: -20px!important;
    display: inline!important;
    width: 25px!important;
    height: 17px!important;
  }

  .recaptcha_theme_red #recaptcha_response_field {
    left: 45px!important;
  }

  span#recaptcha_privacy {
    width: 100px;
  }

  #recaptcha_switch_img_btn, #recaptcha_switch_img {
    position: relative;
    z-index: 99999999;
    top: -20px!important;
    width: 25px!important;
  }

  #msgFrm input[type="submit"] {
  	position: relative!important;
  	top: -20px!important;
  }

  .contact table.contactFormTbl tr:nth-of-type(1) > td,
  .contact table.contactFormTbl tr:nth-of-type(2) > td,
  .contact table.contactFormTbl tr:nth-of-type(3) > td {
  	display: block!important;
  }


}
/* @media only screen and (min-width : 320px) and (max-width : 568px) */


@media only screen and (min-width : 375px) and (max-width : 667px) {

  * {
    margin: 0;
    padding: 0;
  }

  hr {
    border: 0;
  }

	html, body, .wrapper, .headerleft {
    width: 100%!important;
    height: 100%!important;
		overflow-x: hidden!important;
    margin: 0!important;
    padding: 0!important;
	}

  .respNavDiv {
    background:#fff;
    position: absolute;
    z-index: 99999;
    top: -1200px;
    left: 0;
    width: 100%;
    height: 1200px;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #f2f2f2;
  }

  .respNavDiv ul {
    top: 0;
    left: 0;
    width: 100%;
    list-style-type: none;
    margin-top: 20px;
  }

  .respNavDiv ul li a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    padding: 5px;
  }

  .respNavDiv ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    list-style-image: none;
    padding: 5px;
  }

  .respNavDiv ul li ul {
    background: #f2f2f2;
  }

  .hottopic ul li, .hottopic ol li {
    list-style-type: none!important;
    list-style-image: none!important;
  }

  #toggle {
    position: absolute!important;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
  }

  #toggle + label {
    position: absolute!important;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999999999999999;
    padding: 5px;
    background: #fff;
    width: 30px;
    border-radius: 3px;
    /*color: #fff;
    line-height: 20px;
    font-size: 12px;*/
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all 500ms ease;
  }

  #toggle + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .wrapper {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    padding:5em 3em;
  }

  #toggle:checked ~ .respNavDiv {
    top: 0;
    display: block;
  }

  #toggle:checked ~ .wrapper {
    margin-top: 1200px;
  }

  #toggle:checked + label {
    background:#dd6149;
  }

  #toggle:checked + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .headerleft {
    text-align: center;
    height: 55px!important;
  }

  .sidebarnav {
    display: none;
  }

  .sidebar, .globalnav, .mainimage {
    position: relative;
    float: left;
    width: 100%!important;
    height: auto;
    padding: 0!important;
  }

  .headerright {
    width: 100%!important;
    text-align: left;
    margin-top: 5px;
  }

  .vm_social_links {
    margin-right: 20px;
  }

  .mainwrapper{
    width: 100%!important;
    height: auto;
    padding: 0!important;
    display: flex;
    flex-direction: column;
  }

  .content {
    width: 100%!important;
    float: left;
    padding: 0!important;
    order: 1;
  }

  .rightside {
    width: 100%!important;
    display: inline-block!important;
    text-align: center;
    order: 2;
    padding: 0;
  }

  .content h2, .content h4  {
    margin-top: 20px;
    text-align: center;
  }

  .content {
    margin-top: 20px;
    text-align: left;
  }

  .content h4 {
    margin-bottom: 20px;
  }

  .mainimage {
    text-align: center;
    height: auto!important;
    margin: 0 0 20px;
  }

  .mainimage h1, .content h2 {
    padding: 10px 0 5px;
    font-size: 19px;
    line-height: 0.9em;
  }

  .content h2 {
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center!important;
  }

  .content h3, .content h4 {
    width: 100%;
    text-align: center!important;
    margin-top: 15px;
  }

  .content p img ,.content h3 img, .content h4 img {
    border: 0;
    /*
    width: 50%;
    height: 50%;
    */
    max-width: 100%;
    max-height: 100%;

  }

  .content a img:first-child {
    /*width: 80%!important;*/
    max-width: 100%!important;
    padding: 0;
    margin: 0;
  }

  .imageleft {
    border: 0;
    padding: 10px;
    width: 30%!important;
  }

  .imageright {
    border: 0;
    padding: 10px;
    width: 50%!important;
    height: 50%!important;
  }

  .centerMe {
    width: 40%;
    height: 40%;
    margin-left: 30%!important;
  }

  #drupal-wrapper a img {
    /*width: 25%!important;*/
    max-width: 100%!important;
    margin-bottom: 15px!important;
  }

  .content #drupal-wrapper table tbody tr td a img {
    width: 120px!important;
    height: 60px!important;
    margin-bottom: 15px!important;

  }

  .content p, .content ul {
    text-align: left;
    padding: 10px;
  }

  .content ul li {
    list-style-image: none;
  }

  .hottopic {
    margin-left: auto;
    margin-right: auto;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block h2,
  #drupal-wrapper, #drupal-container, #drupal-content, .clear-block, .node, .content.clear-block  {
    width: 100%!important;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-residential-display-table .view-content
  .item-list ul li div span div,
  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-business-display-table .view-content
  .item-list ul li div span div {
    text-align: center;
  }

  .softphoneContentInnerDiv {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }


  /* responsive tables */
  table.MsoNormalTable,
  table.views-table {
    max-width: 80%;
    margin: 0 auto;
    padding: 15px;
  }

  table.MsoNormalTable, table.MsoNormalTable thead, table.MsoNormalTable tbody, table.MsoNormalTable th, table.MsoNormalTable td, table.MsoNormalTable tr,
	table.views-table, table.views-table thead, table.views-table tbody, table.views-table th, table.views-table td, table.views-table tr {
		display: block;
    clear: both;
	}

  /*
	table td:nth-child(3) {
		width:130px;
	}
  */

  table.MsoNormalTable tr,
	table.views-table tr {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;

  }

  table.MsoNormalTable td,
  table.views-table td {
		border: none;
		border-bottom: 1px solid #ccc;
		position: relative;
    padding-left:0;
		padding-top:20px!important;
    font-size:0.9em;
    width: 100%;
	}

  table.MsoNormalTable td:before,
	table.views-table td:before {
		position:absolute;
		top:0;
		left:5px;
		width:25%;
		padding-right: 10px;
		white-space: nowrap;

    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #777!important;

	}

  table.MsoNormalTable thead,
  table.views-table thead {
    display: none;
  }

  table.MsoNormalTable td:nth-of-type(1):before { content: "Login Message"; }
	table.MsoNormalTable td:nth-of-type(2):before { content: "Explanation"; }
	table.MsoNormalTable td:nth-of-type(3):before { content: "Solution"; }

	table.views-table td:nth-of-type(1):before { content: "Provider"; }
	table.views-table td:nth-of-type(2):before { content: "Plan Details"; }
	table.views-table td:nth-of-type(3):before { content: "Monthly Rate*"; }
	table.views-table td:nth-of-type(4):before { content: "Reviews/Rating"; }

  table.MsoNormalTable tbody tr.odd,
  table.views-table tbody tr.odd {
    background: #f2f2f2;
  }

  table.MsoNormalTable tbody tr td,
  table.views-table tbody tr td {
    width: 100%;
    text-align: center;
  }

  table.MsoNormalTable tbody tr td.views-field,
  table.views-table tbody tr td.views-field {
    width: 100%;
    margin: 5px 0;
  }

  table.MsoNormalTable tbody tr td div.reviews,
  table.views-table tbody tr td div.reviews {
    border: 0;
  }

  table.MsoNormalTable tbody tr td div.reviews p,
  table.views-table tbody tr td div.reviews p {
    text-align: center!important;
  }

  table.MsoNormalTable tbody tr td div,
  table.views-table tbody tr td div {
    border: 0!important;
    box-shadow: none!important;
  }

  table.MsoNormalTable tbody tr td div.label,
  table.views-table tbody tr td div.label {
    background: transparent;
  }

  table.MsoNormalTable tbody tr td a.book.details,
  table.views-table tbody tr td a.book.details {
  	margin-top: 10px;
  }

  .MsoNormalTable tr:first-child {
	   display: none;
  }

  .MsoNormalTable tbody {
    overflow: hidden;
  }


  .view-footer .footer {
    width: 100%;
  }

  .view-footer .footer img {
    /*width: 100%;
    height: 70px;*/
    max-width: 100%;
    max-height: 100px;

  }

  .second-disclaimer {
    text-align: center;
    width: 90px;
    height: 19px;
    margin: 0 auto;
  }

  .policies img[src$=".gif"] {
    max-width: 100%;
  }

  #paging, #res-paging {
    margin: 60px 0 20px!important;
  }

  .view .view-footer .footer .second-disclaimer img {
    /*width: 90px!important;
    height: 19px!important;*/
    max-width: 100%!important;
    max-height: 100%!important;

  }


    /*
     contact form table
    */
    .contact table.contactFormTbl,
    .contact .contactFormTbl thead,
    .contact .contactFormTbl tbody,
    .contact .contactFormTbl tfoot,
    .contact .contactFormTbl tr,
    .contact .contactFormTbl th,
    .contact .contactFormTbl td {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        border-collapse: inherit;
        border-spacing: 0;
        border-color: inherit;
        vertical-align: inherit;
        text-align: left;
        font-weight: inherit;
        -webkit-border-horizontal-spacing: 0;
        -webkit-border-vertical-spacing: 0;
    }

    .contact table.contactFormTbl td:nth-of-type(1):before { content: none; }
    .contact table.contactFormTbl td:nth-of-type(2):before { content: none; }
    .contact table.contactFormTbl td:nth-of-type(3):before { content: none; }
    .contact table.contactFormTbl td:nth-of-type(4):before { content: none; }

    .contact .contactFormTbl th, .contact .contactFormTbl td {
      display: inline!important;
    }

    .contact form table.contactFormTbl {
        padding: 0 15px;
    }

    .contact form table.contactFormTbl textarea,
    .contact form table.contactFormTbl input[type="text"] {
        width: 90%;
    }

    /* recaptcha */
    #recaptcha_challenge_image{
      margin: 0 !important;
      width: 70% !important;
    }
    #recaptcha_response_field {
      margin: 0 !important;
      width: 100% !important;
    }
    .recaptchatable #recaptcha_image {
      margin: 0 !important;
      width: 95% !important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
      margin: 0 !important;
      width: 100% !important;
      background: none !important;
    }
    #recaptcha_table tbody tr td {
      padding: 0 !important;
      width: 75px;
    }
    .recaptchatable .recaptcha_image_cell {
      padding-right: 0 !important;
    }
    #recaptcha_privacy a {
      line-height: 1.2em;
    }
    span#recaptcha_privacy {
      width: 50px;
    }

    #recaptcha_area, #recaptcha_table {
      width: 100%!important;
    }

    #recaptcha_whatsthis_btn, #recaptcha_whatsthis_btn img,
    #recaptcha_switch_audio_btn, #recaptcha_switch_audio_btn img,
    #recaptcha_reload_btn, #recaptcha_reload_btn img {
      position: relative;
      z-index: 99999999;
      top: -20px!important;
      display: inline!important;
      width: 25px!important;
      height: 17px!important;
    }

    .recaptcha_theme_red #recaptcha_response_field {
      left: 45px!important;
    }

    span#recaptcha_privacy {
      width: 100px;
    }

    #recaptcha_switch_img_btn, #recaptcha_switch_img {
      position: relative;
      z-index: 99999999;
      top: -20px!important;
      width: 25px!important;
    }

    #msgFrm input[type="submit"] {
    	position: relative!important;
    	top: -20px!important;
    }

    .contact table.contactFormTbl tr:nth-of-type(1) > td,
    .contact table.contactFormTbl tr:nth-of-type(2) > td,
    .contact table.contactFormTbl tr:nth-of-type(3) > td {
    	display: block!important;
    }

}
/* @media only screen and (min-width : 375px) and (max-width : 667px) */

@media only screen and (min-width : 414px) and (max-width : 736px) {

 * {
    margin: 0;
    padding: 0;
  }

  hr {
    border: 0;
  }

	html, body, .wrapper, .headerleft {
    width: 100%!important;
    height: 100%!important;
		overflow-x: hidden!important;
    margin: 0!important;
    padding: 0!important;
	}

  .respNavDiv {
    background:#fff;
    position: absolute;
    z-index: 99999;
    top: -1200px;
    left: 0;
    width: 100%;
    height: 1200px;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #f2f2f2;
  }

  .respNavDiv ul {
    top: 0;
    left: 0;
    width: 100%;
    list-style-type: none;
    margin-top: 20px;
  }

  .respNavDiv ul li a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    padding: 5px;
  }

  .respNavDiv ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    list-style-image: none;
    padding: 5px;
  }

  .respNavDiv ul li ul {
    background: #f2f2f2;
  }

  .hottopic ul li, .hottopic ol li {
    list-style-type: none!important;
    list-style-image: none!important;
  }

  #toggle {
    position: absolute!important;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
  }

  #toggle + label {
    position: absolute!important;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999999999999999;
    padding: 5px;
    background: #fff;
    width: 30px;
    border-radius: 3px;
    /*color: #fff;
    line-height: 20px;
    font-size: 12px;*/
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all 500ms ease;
  }

  #toggle + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .wrapper {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    padding:5em 3em;
  }

  #toggle:checked ~ .respNavDiv {
    top: 0;
    display: block;
  }

  #toggle:checked ~ .wrapper {
    margin-top: 1200px;
  }

  #toggle:checked + label {
    background:#dd6149;
  }

  #toggle:checked + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .headerleft {
    text-align: center;
    height: 55px!important;
  }

  .sidebarnav {
    display: none;
  }

  .sidebar, .globalnav, .mainimage {
    position: relative;
    float: left;
    width: 100%!important;
    height: auto;
    padding: 0!important;
  }

  .headerright {
    width: 100%!important;
    text-align: left;
    margin-top: 5px;
  }

  .vm_social_links {
    margin-right: 20px;
  }

  .mainwrapper{
    width: 100%!important;
    height: auto;
    padding: 0!important;
    display: flex;
    flex-direction: column;
  }

  .content {
    width: 100%!important;
    float: left;
    padding: 0!important;
    order: 1;
  }

  .rightside {
    width: 100%!important;
    display: inline-block!important;
    text-align: center;
    order: 2;
    padding: 0;
  }

  .content h2, .content h4  {
    margin-top: 20px;
    text-align: center;
  }

  .content {
    margin-top: 20px;
    text-align: left;
  }

  .content h4 {
    margin-bottom: 20px;
  }

  .mainimage {
    text-align: center;
    height: auto!important;
    margin: 0 0 20px;
  }

  .mainimage h1, .content h2 {
    padding: 10px 0 5px;
    font-size: 19px;
    line-height: 0.9em;
  }

  .content h2 {
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center!important;
  }

  .content h3, .content h4 {
    width: 100%;
    text-align: center!important;
    margin-top: 15px;
  }

  .content p img ,.content h3 img, .content h4 img {
    border: 0;
    /*
    width: 50%;
    height: 50%;
    */
    max-width: 100%;
    max-height: 100%;

  }

  .content a img:first-child {
    /*width: 80%!important;*/
    max-width: 100%!important;
    padding: 0;
    margin: 0;
  }

  .imageleft {
    border: 0;
    padding: 10px;
    width: 30%!important;
  }

  .imageright {
    border: 0;
    padding: 10px;
    width: 50%!important;
    height: 50%!important;
  }

  .centerMe {
    width: 40%;
    height: 40%;
    margin-left: 30%!important;
  }

  #drupal-wrapper a img {
    /*width: 25%!important;*/
    max-width: 100%!important;
    margin-bottom: 15px!important;
  }

  .content #drupal-wrapper table tbody tr td a img {
    width: 120px!important;
    height: 60px!important;
    margin-bottom: 15px!important;

  }

  .content p, .content ul {
    text-align: left;
    padding: 10px;
  }

  .content ul li {
    list-style-image: none;
  }

  .hottopic {
    margin-left: auto;
    margin-right: auto;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block h2,
  #drupal-wrapper, #drupal-container, #drupal-content, .clear-block, .node, .content.clear-block  {
    width: 100%!important;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-residential-display-table .view-content
  .item-list ul li div span div,
  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-business-display-table .view-content
  .item-list ul li div span div {
    text-align: center;
  }


  .softphoneContentInnerDiv {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  /* responsive tables */
  table.MsoNormalTable,
  table.views-table {
    max-width: 80%;
    margin: 0 auto;
    padding: 15px;
  }

  table.MsoNormalTable, table.MsoNormalTable thead, table.MsoNormalTable tbody, table.MsoNormalTable th, table.MsoNormalTable td, table.MsoNormalTable tr,
	table.views-table, table.views-table thead, table.views-table tbody, table.views-table th, table.views-table td, table.views-table tr {
		display: block;
    clear: both;
	}

  /*
	table td:nth-child(3) {
		width:130px;
	}
  */

  table.MsoNormalTable tr,
	table.views-table tr {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;

  }

  table.MsoNormalTable td,
  table.views-table td {
		border: none;
		border-bottom: 1px solid #ccc;
		position: relative;
    padding-left:0;
		padding-top:20px!important;
    font-size:0.9em;
    width: 100%;
	}

  table.MsoNormalTable td:before,
	table.views-table td:before {
		position:absolute;
		top:0;
		left:5px;
		width:25%;
		padding-right: 10px;
		white-space: nowrap;

    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #777!important;

	}

  table.MsoNormalTable thead,
  table.views-table thead {
    display: none;
  }

  table.MsoNormalTable td:nth-of-type(1):before { content: "Login Message"; }
	table.MsoNormalTable td:nth-of-type(2):before { content: "Explanation"; }
	table.MsoNormalTable td:nth-of-type(3):before { content: "Solution"; }

	table.views-table td:nth-of-type(1):before { content: "Provider"; }
	table.views-table td:nth-of-type(2):before { content: "Plan Details"; }
	table.views-table td:nth-of-type(3):before { content: "Monthly Rate*"; }
	table.views-table td:nth-of-type(4):before { content: "Reviews/Rating"; }

  table.MsoNormalTable tbody tr.odd,
  table.views-table tbody tr.odd {
    background: #f2f2f2;
  }

  table.MsoNormalTable tbody tr td,
  table.views-table tbody tr td {
    width: 100%;
    text-align: center;
  }

  table.MsoNormalTable tbody tr td.views-field,
  table.views-table tbody tr td.views-field {
    width: 100%;
    margin: 5px 0;
  }

  table.MsoNormalTable tbody tr td div.reviews,
  table.views-table tbody tr td div.reviews {
    border: 0;
  }

  table.MsoNormalTable tbody tr td div.reviews p,
  table.views-table tbody tr td div.reviews p {
    text-align: center!important;
  }

  table.MsoNormalTable tbody tr td div,
  table.views-table tbody tr td div {
    border: 0!important;
    box-shadow: none!important;
  }

  table.MsoNormalTable tbody tr td div.label,
  table.views-table tbody tr td div.label {
    background: transparent;
  }

  table.MsoNormalTable tbody tr td a.book.details,
  table.views-table tbody tr td a.book.details {
  	margin-top: 10px;
  }

  .MsoNormalTable tr:first-child {
	   display: none;
  }

  .MsoNormalTable tbody {
    overflow: hidden;
  }


  .view-footer .footer {
    width: 100%;
  }

  .view-footer .footer img {
    /*width: 100%;
    height: 70px;*/
    max-width: 100%;
    max-height: 100px;

  }

  .second-disclaimer {
    text-align: center;
    width: 90px;
    height: 19px;
    margin: 0 auto;
  }

  .policies img[src$=".gif"] {
    max-width: 100%;
  }

  #paging, #res-paging {
    margin: 60px 0 20px!important;
  }

  .view .view-footer .footer .second-disclaimer img {
    /*width: 90px!important;
    height: 19px!important;*/
    max-width: 100%!important;
    max-height: 100%!important;

  }


    /*
     contact form table
    */
    .contact table.contactFormTbl,
    .contact .contactFormTbl thead,
    .contact .contactFormTbl tbody,
    .contact .contactFormTbl tfoot,
    .contact .contactFormTbl tr,
    .contact .contactFormTbl th,
    .contact .contactFormTbl td {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        border-collapse: inherit;
        border-spacing: 0;
        border-color: inherit;
        vertical-align: inherit;
        text-align: left;
        font-weight: inherit;
        -webkit-border-horizontal-spacing: 0;
        -webkit-border-vertical-spacing: 0;
    }

    .contact table.contactFormTbl td:nth-of-type(1):before { content: none; }
    .contact table.contactFormTbl td:nth-of-type(2):before { content: none; }
    .contact table.contactFormTbl td:nth-of-type(3):before { content: none; }
    .contact table.contactFormTbl td:nth-of-type(4):before { content: none; }

    .contact .contactFormTbl th, .contact .contactFormTbl td {
      display: block!important;
    }

    .contact form table.contactFormTbl {
        padding: 0 15px;
    }

    .contact form table.contactFormTbl textarea,
    .contact form table.contactFormTbl input[type="text"] {
        width: 90%;
    }

    /* recaptcha */
    #recaptcha_challenge_image{
      margin: 0 !important;
      width: 70% !important;
    }
    #recaptcha_response_field {
      margin: 0 !important;
      width: 100% !important;
    }
    .recaptchatable #recaptcha_image {
      margin: 0 !important;
      width: 95% !important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
      margin: 0 !important;
      width: 100% !important;
      background: none !important;
    }
    #recaptcha_table tbody tr td {
      padding: 0 !important;
      width: 75px;
    }
    .recaptchatable .recaptcha_image_cell {
      padding-right: 0 !important;
    }
    #recaptcha_privacy a {
      line-height: 1.2em;
    }
    span#recaptcha_privacy {
      width: 50px;
    }

    #recaptcha_area, #recaptcha_table {
      width: 100%!important;
    }

    #recaptcha_whatsthis_btn, #recaptcha_whatsthis_btn img,
    #recaptcha_switch_audio_btn, #recaptcha_switch_audio_btn img,
    #recaptcha_reload_btn, #recaptcha_reload_btn img {
      display: inline!important;
      width: 25px!important;
      height: 17px!important;
    }

    #recaptcha_whatsthis_btn, #recaptcha_whatsthis_btn img,
    #recaptcha_switch_audio_btn, #recaptcha_switch_audio_btn img,
    #recaptcha_reload_btn, #recaptcha_reload_btn img {
      position: relative;
      z-index: 99999999;
      top: -20px!important;
      display: inline!important;
      width: 25px!important;
      height: 17px!important;
    }

    .recaptcha_theme_red #recaptcha_response_field {
      left: 45px!important;
    }

    span#recaptcha_privacy {
      width: 100px;
    }

    #recaptcha_switch_img_btn, #recaptcha_switch_img {
      position: relative;
      z-index: 99999999;
      top: -20px!important;
      width: 25px!important;
    }

    #msgFrm input[type="submit"] {
    	position: relative!important;
    	top: -20px!important;
    }

    .contact table.contactFormTbl tr:nth-of-type(1) > td,
    .contact table.contactFormTbl tr:nth-of-type(2) > td,
    .contact table.contactFormTbl tr:nth-of-type(3) > td {
    	display: block!important;
    }

}

/* @media only screen and (min-width : 414px) and (max-width : 736px) */

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

 * {
    margin: 0;
    padding: 0;
  }

  hr {
    border: 0;
  }

	html, body, .wrapper, .headerleft {
    width: 100%!important;
    height: 100%!important;
		overflow-x: hidden!important;
    margin: 0!important;
    padding: 0!important;
	}

  .respNavDiv {
    background:#fff;
    position: absolute;
    z-index: 99999;
    top: -1200px;
    left: 0;
    width: 100%;
    height: 1200px;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #f2f2f2;
  }

  .respNavDiv ul {
    top: 0;
    left: 0;
    width: 100%;
    list-style-type: none;
    margin-top: 20px;
  }

  .respNavDiv ul li a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    padding: 5px;
  }

  .respNavDiv ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    list-style-image: none;
    padding: 5px;
  }

  .respNavDiv ul li ul {
    background: #f2f2f2;
  }

  .hottopic ul li, .hottopic ol li {
    list-style-type: none!important;
    list-style-image: none!important;
  }

  #toggle {
    position: absolute!important;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
  }

  #toggle + label {
    position: absolute!important;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999999999999999;
    padding: 5px;
    background: #fff;
    width: 30px;
    border-radius: 3px;
    /*color: #fff;
    line-height: 20px;
    font-size: 12px;*/
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all 500ms ease;
  }

  #toggle + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .wrapper {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    padding:5em 3em;
  }

  #toggle:checked ~ .respNavDiv {
    top: 0;
    display: block;
  }

  #toggle:checked ~ .wrapper {
    margin-top: 1200px;
  }

  #toggle:checked + label {
    background:#dd6149;
  }

  #toggle:checked + label:after {
    content: url(images/resp-nav-ico.png);
  }

  .headerleft {
    text-align: center;
    height: 55px!important;
  }

  .sidebarnav {
    display: none;
  }

  .sidebar, .globalnav, .mainimage {
    position: relative;
    float: left;
    width: 100%!important;
    height: auto;
    padding: 0!important;
  }

  .headerright {
    width: 100%!important;
    text-align: left;
    margin-top: 5px;
  }

  .vm_social_links {
    margin-right: 20px;
  }

  .mainwrapper{
    width: 100%!important;
    height: auto;
    padding: 0!important;
    display: flex;
    flex-direction: column;
  }

  .content {
    width: 100%!important;
    float: left;
    padding: 0!important;
    order: 1;
  }

  .rightside {
    width: 100%!important;
    display: inline-block!important;
    text-align: center;
    order: 2;
    padding: 0;
  }

  .content h2, .content h4  {
    margin-top: 20px;
    text-align: center;
  }

  .content {
    margin-top: 20px;
    text-align: left;
  }

  .content h4 {
    margin-bottom: 20px;
  }

  .mainimage {
    text-align: center;
    height: auto!important;
    margin: 0 0 20px;
  }

  .mainimage h1, .content h2 {
    padding: 10px 0 5px;
    font-size: 19px;
    line-height: 0.9em;
  }

  .content h2 {
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center!important;
  }

  .content h3, .content h4 {
    width: 100%;
    text-align: center!important;
    margin-top: 15px;
  }

  .content p img ,.content h3 img, .content h4 img {
    border: 0;
    /*
    width: 50%;
    height: 50%;
    */
    max-width: 100%;
    max-height: 100%;

  }

  .content a img:first-child {
    /*width: 80%!important;*/
    max-width: 100%!important;
    padding: 0;
    margin: 0;
  }

  .imageleft {
    border: 0;
    padding: 10px;
    width: 30%!important;
  }

  .imageright {
    border: 0;
    padding: 10px;
    width: 50%!important;
    height: 50%!important;
  }

  .centerMe {
    width: 40%;
    height: 40%;
    margin-left: 30%!important;
  }

  #drupal-wrapper a img {
    /*width: 25%!important;*/
    max-width: 100%!important;
    margin-bottom: 15px!important;
  }

  .content #drupal-wrapper table tbody tr td a img {
    width: 120px!important;
    height: 60px!important;
    margin-bottom: 15px!important;

  }

  .content p, .content ul {
    text-align: left;
    padding: 10px;
  }

  .content ul li {
    list-style-image: none;
  }

  .hottopic {
    margin-left: auto;
    margin-right: auto;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block h2,
  #drupal-wrapper, #drupal-container, #drupal-content, .clear-block, .node, .content.clear-block  {
    width: 100%!important;
  }

  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-residential-display-table .view-content
  .item-list ul li div span div,
  #drupal-wrapper #drupal-container #drupal-content .clear-block .node .content.clear-block .view-m-business-display-table .view-content
  .item-list ul li div span div {
    text-align: center;
  }

  .view-footer .footer {
    width: 100%;
  }

  .view-footer .footer img {
    /*width: 100%;
    height: 70px;*/
    max-width: 100%;
    max-height: 100px;

  }

  .second-disclaimer {
    text-align: center;
    width: 90px;
    height: 19px;
    margin: 0 auto;
  }

  .policies img[src$=".gif"] {
    max-width: 100%;
  }

  #paging, #res-paging {
    margin: 60px 0 20px!important;
  }

  .view .view-footer .footer .second-disclaimer img {
    /*width: 90px!important;
    height: 19px!important;*/
    max-width: 100%!important;
    max-height: 100%!important;

  }

}
/* @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) */

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

  .sidebar, .sidebarnav, .hottopic {
    width: 160px!important;
  }

  .mainwrapper {
    width: 900px;
    margin-right: 74px;
  }

  .content {
    width: 600px;
  }

  .mainimage {
    width: 580px;
  }

  .rightside {
    width: 120px;
    margin-right: 164px;
  }

  .headerright {
    margin-right: 140px;
  }
}

.view-footer .footer {
  font-size: 10px;
  line-height: 13px;
}

ol li {
  list-style-image: none;
}

.qc-cmp-publisher-logo, .qc-cmp-nav-bar-publisher-logo {
  background-color: #016765;
}

/* The Modal (background) */
.modal-custom {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 70%; /* Full width */
  height: 100%; /* Full height */
  overflow: no-display; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-custom {
  max-width: 100%;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-height: 70%;
  overflow-y: auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.opt-out:hover {
  color: #0A246A;
  cursor: pointer;
}

.opt-out {
    border: 1px solid #000;
    font-weight: bold;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    color: black;
    background-color: #fff;
    margin-left: 4px;
    border-radius: 23px;
}

.green.button {
  background-attachment:scroll;
  background-clip:border-box;
  background-color:rgb(0, 204, 0);
  background-image:none;
  background-origin:padding-box;
  background-position-x:0%;
  background-position-y:0%;
  background-repeat-x:;
  border-bottom-color:rgba(0, 0, 0, 0);
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-image-outset:0px;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgba(0, 0, 0, 0);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:rgba(0, 0, 0, 0);
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:rgba(0, 0, 0, 0);
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-top-style:solid;
  border-top-width:1px;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  cursor:pointer;
  display:block;
  font-family:Lato, sans-serif;
  font-size:14px;
  font-weight:700;
  height:46px;
  line-height:14px;
  margin-bottom:14px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding-bottom:15px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  position:relative;
  text-align:center;
  text-decoration-color:rgb(255, 255, 255);
  text-decoration-line:none;
  text-decoration-style:solid;
  text-size-adjust:100%;
  transition-delay:0s, 0s;
  transition-duration:0.125s, 0.125s;
  transition-property:background-color, color;
  transition-timing-function:ease-out, ease-out;
  vertical-align:middle;
  -webkit-appearance:none;
  -webkit-font-smoothing:antialiased;
}

#ccpa-modal .ccpa-modal-inner h3 {
  padding-bottom: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#ccpa-modal .modal-custom {
  max-width: 100%;
  width: 60%;
}

#ccpa-modal b {
  font-family: "Lato",sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

#ccpa-modal ul {
  margin-left: 30px;
  margin-bottom: 16px;
}

#ccpa-modal li {
  list-style: disc;
  text-align: justify;
}

#ccpa-modal h2 {
  text-align: center;
}

#ccpa-modal p {
  text-align: justify;
}

#ccpa-modal .modal-content {
  width: 50%;
}

.overlay-custom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 100;
}
.overlay-custom.modal-custom#ccpa-modal {
  width: 100%;
}
#opt-img {
    width:40px;
    height:21px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
#ccpa-modal {
  width: 100%;
}
/* @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) */

#node-247 center {
  text-align: left;
}

#node-247 .adblock {
  height: 50px !important;
}

#node-247 div.rt {
  font-weight: bold;
  font-size: 0.9rem;
}

/* Override needed for change a by div */

div[data-dest] {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
div[data-dest] img:hover {
  transform: scale(1.02);
}

div[data-dest].title {
  color: #786b5d;
  text-decoration: underline;
  font-weight: bold;
}

div[data-dest].details {
  width: 80px;
  height: 25px;
  margin: 0 auto;
  background: url(/images/btn_details.png) no-repeat;
  background-size: 80px;
}

div[data-dest].details span {
  visibility: hidden;
}