body {
  background: #ffffff;
  margin: 0px;
}
html {
 font-family: TELUS-Web,Helvetica Neue,Helvetica,Arial,sans-serif;
 
}

#Entire_Wrapper {
width: 800px;
margin: auto;
}

#QL-Tables-Column1 {
width: 375px;
float: left;
}

#QL-Tables-Column2 {
width: 375px;
float: right;
}




#CYA {
  padding: 5px;
  background-color: #ffffd8;
  border-radius: 0px;
  color: #000;
  text-align: center;
  margin-top: -10px;
  display: block; /* Change to none to hide warning */
  font-size: 14px;
}

#warning {
 display: none;
 text-align:center;
 background: #FF0000;
 color: #e5e5e5;
 font-style: italic;
 font-size: 20px;
 margin-top: 0px;
 padding-top: 30px;
 margin-bottom: 20px;
 border-radius: 0px;
 border: solid 5px black;

}


/*Columns*/

* {
  box-sizing: border-box;
}

.row2-wrapper {
  text-align: center;
width: 100%;
margin: 0 auto;
}

.left-wrapper {
  display: inline-block;
vertical-align: text-top;
  width: 45%;
  margin: 15px;

}

.right-wrapper {
  display: inline-block;
vertical-align: text-top;
  width: 45%;
  margin: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*END OF:Columns*/

/*quick links*/

.divTitle {
max-width: 100%;
padding: 15px;
background: #4b286d;
color: #FFF;
text-align: center;
border-radius: 7px 7px 0px 0px;
font-size: 24px;
}

.divSubTitle {
max-width: 100%;
padding: 15px;
background: #333;
color: #FFF;
text-align: center;
padding: 10px;
margin-bottom: 20px;
font-size: 15px;
}


.divContent {
padding: 10px;
}

.divContent-shadow {
text-align: center;
-moz-box-shadow: 10px 10px 5px #808080;
-webkit-box-shadow: 10px 10px 5px #808080;
box-shadow: 2px 2px 15px #808080;
}


/*END OF: quick links*/

/* Search buttons */

#dropdownTitle {
font-weight: bold;
    padding: 5px 0px 5px 5px;
    text-align: left;
    background: rgb(43, 128, 0);
    color: #fff;
}

.dropbtn_devices {
  background-color: rgb(43, 128, 0);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width:100%;
}

.button_1:hover, .dropbtn_devices:hover, .dropbtn_devices:focus {
  background-color: #3e8e41;
}

#myInput_devices{
  box-sizing: border-box;
  font-size: 16px;
  padding: 8px 8px 8px 8px;
  border: none;
    width: 100%;
}

#myInput_devices:focus {
outline: 3px solid #ddd;
}

.dropdown_devices {
  position: relative;
  display: inline-block;
width: 43%;
margin: 5px 5px 5px 5px;
}

.dropdown-content_devices {
    display: block;
    background-color: #f6f6f6;
    border: 2px solid #ddd;
    width: 350px;
    margin: auto;
}



.dropdown-content_devices a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
    text-align: left;
}

.dropdown_devices a:hover {
background-color: #ddd;
}

.show {display: block;}


/* END OF: Search buttons */

/* Buttons */

.button_1 {
  background-color: rgb(43, 128, 0);
  text-align: center;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
margin: 5px 5px 5px 5px;
}

#QuickLinks_Wrapper .button_1 {
    background-color: rgb(43, 128, 0);
    text-align: center;
    color: white;
    padding: 15px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 5px 5px 5px 5px;
    width: 340px;
}

/* End: Buttons */

#title {
 text-align: center;
 font-size: 20px;
 border-radius: 0px;
 margin: 0px;
 color: white;
 background: #4b286d;
 padding: 10px;
}
   
#subTitle {
 text-align: center;
 font-size: 20px;
 color: #4b286d;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #353535;
  color: white;
  text-align: center;
  padding: 5px;
  z-index: 1;

}

.footer a {
color: white;
}

/* GOOGLE SEARCH */



/* END OF: GOOGLE SEARCH */


#SuperSearch_Logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30%;
}

#about_search {
  margin-top: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  color: #a0a0a0;
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  #Search_Wrapper {
    width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  #Search_Wrapper {
    max-width: 500px;
    margin: auto;
  }
}

#QuickLinks_Wrapper {
    width: 370px;
    display: inline-block;
    margin: 10px;
}


button {
    padding: 10px;
    background: #4b286d;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #4b286d;
}


.chat_row {
text-align: center;
margin: 0 auto;
width: 100%;
height: 800px;
}


.chat_wrapper {
text-align: center;
-moz-box-shadow: 10px 10px 5px #808080;
-webkit-box-shadow: 10px 10px 5px #808080;
box-shadow: 2px 2px 15px #808080;
margin: 15px;
display: inline-block;
width: 350px;
height: 720px;
vertical-align: top;
border-radius: 7px 7px 7px 7px;
}

.chat_wrapper_search {
text-align: center;
-moz-box-shadow: 10px 10px 5px #808080;
-webkit-box-shadow: 10px 10px 5px #808080;
box-shadow: 2px 2px 15px #808080;
display: block;
width: auto;
height: auto;
padding: 0px 0px 25px 0px;
vertical-align: top;
border-radius: 7px 7px 7px 7px;
}

#TFFH, #KMOB, #TMOB, #HSChat, #MOBChat {
display: none;
}  

#id2, #id3, #id5, #id6 {
display: none;
}  

.button_row_3 {
width: 100%;
display: flex;
}

.button_row_3 button {
width: 100%;
background: #333;
border: 1px solid #666;
}

iframe {
    border: none;
    border-radius: 0px 0px 7px 7px;
}


/*Device List - Labels*/
.basicTier {
    padding: 3px 5px 3px 5px;
    background: #FFC300;
    border-radius: 16px;
}
.lowTier {
    padding: 3px 5px 3px 5px;
    background: #FF5733;
    border-radius: 16px;
}
.midTier {
    padding: 3px 5px 3px 5px;
    background: #C70039;
    border-radius: 16px;
}
.highTier {
    padding: 3px 5px 3px 5px;
    background: #900C3F;
    border-radius: 16px;
}
.cpoDevice {
    padding: 3px 5px 3px 5px;
    background: #581845;
    border-radius: 16px;
    color: #fff;
}
.prepaidDevice {
    padding: 3px 5px 3px 5px;
    background: #006BA6;
    border-radius: 16px;
    color: #fff;
}

/*Search Widget*/

.grid-container {
  display: grid;
  grid-template-columns: 1fr auto;
}

.grid-container #search-abc {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 19px;
  color: black;
}

#search-abc {
display: none;
}

#Search_Wrapper .item1 {
margin: 0px 0px 0px 50px
}

.item3 {
text-align: left;
margin: 4px 0px 0px 20px;
color: #999;
}

.grid-container > div {
  text-align: center;
}

#search-buttons {
	grid-template-columns: 100%;
}


.SearchBtns {
	width: 100%;
	background-color: #333;
	color: white;
	height: 35px;
	cursor: pointer;
	font-size: 14px;
	border: solid 1px #777;
        text-align: left;
}

.SearchBtns:hover {
  background-color: #248700;
}


#userEnteredText {
text-align: left;
    width: 550px;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 10px;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    border: solid 1px #777;
    float: left;
}


/*END OF: Search Widget*/




/*START OF: NEW SEARCH BUTTON (Nested)*/

.SearchBtns#SearchBtnMain {
height: 40px;
border: none;
text-align: center;
margin: 0px 15px 0px 0px;
float: right;
font-size: 17px;
background-color: #248700;
}

ul {
  margin: 0px;
  padding: 0px;
z-index: 3;
}

li {
  padding: 0px 0px;
}
li li li {
  padding: 0px 0px;
}

#main_nav li {
  float: left;
  position: relative;
  width: 130px;
  list-style: none;
}
#main_nav li li {
  float: left;
  position: relative;
  width: 130px;
  text-align: left;
  
}

#main_nav li li li {
  position: relative;
  width: 100px;
}
#main_nav li li li li a{
  position: relative;
}
#main_nav li li li li{
  width: 100px;
}
#main_nav a{
  display: block;
  text-decoration: none;
  padding: 0px 10px;
  color: #fff;
}
#main_nav ul ul {
  position: absolute;
  top: 100%;
  left: -11%;
  visibility: hidden;
  opacity: 0;
}

#main_nav ul ul ul {
  left: 100%;
  top: 0;
}


#main_nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}

/*END OF: NEW SEARCH BUTTON (Nested)*/ 



#hideShowiPhoneCompareDropDowns, #hideShowTipsAndTricks {
    width: 700px;
    margin: 22px 0px 0px 0px;
    display: none;
}

#hideShowiPhoneCompareDropDowns #Search_Wrapper, #hideShowTipsAndTricks #Search_Wrapper {
width: 600px;
}

select#iPhoneCompare_Device_1, select#iPhoneCompare_Device_2, select#iPhoneCompare_Device_3 {
    height: 40px;
}

#iPhoneCompareBtn {
    background: #248700;
    color: #fff;
    border: none;
    padding: 0px 10px;
    height: 40px;
}

#hideShowTipsAndTricks p {
color: #333
}

#hideTips {
display: none;
}

/*Start: Accordion Tips*/

.accordion_tips {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: 1px solid #b5b5b5;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

.active, .accordion_tips:hover {
  background-color: #248700;
  color: #fff;
}

.accordion_tips:after {
    content: '\002B';
    color: #4b286d;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    margin: -3px 0px -3px 0px;
}

.active:after {
    content: "\2212";
    color: #fff;
}

.panel_tips {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
}

.tip_path {
    BACKGROUND: #333;
    padding: 6px 8px 5px 8px;
    color: #ddd;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-flex;
}

.tip_keyword {
    BACKGROUND: #c0c0c0;
    padding: 6px 8px 5px 8px;
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    display: inline-flex;
}
.tip_plus {
font-weight: bold;
display: inline-flex;
}

/*End: Accordion Tips*/

/*Side Nav*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: #2b8000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.sidenav a {
  padding: 5px 0px 3px 10px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #222;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 36px;
    color: #fff;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*END OF: Side Nav*/


/*START: MODAL BOXES*/

/* The Modal (background) */
.modal {
    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: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 1100px;
    height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px 10px 10px 10px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 58px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 1px 17px;
    background-color: #4b286d;
    border-radius: 10px 10px 0px 0px;
    color: white;
}

.modal-body {
    padding: 10px 30px 20px 20px;
    height: 88%;
    overflow: overlay;
}

.modal-footer {
    padding: 5px 0px;
    background-color: #4b286d;
    border-radius: 0px 0px 10px 10px;
    color: white;
}

/* END OF: MODAL BOXES*/




/*Dark Grey: #2a2c2e*/
/*Purple: #4b286d*/
/*Green: #248700*/