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


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

.alert {
  padding: 20px;
  background-color: #f44336;
  border-radius: 0px;
  color: white;
  text-align: center;
  margin-top: -20px;
  display: block; /* Change to none to hide warning */
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

#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;

}
input[type=text], select {
 width: 100%;
 padding: 12px 20px;
 margin: 8px 0;
 display: block;
 border: 2px solid #4b286d;;
 border-radius: 4px;
 box-sizing: border-box;
 text-align: center;
}

input[type=button] {
 width: 100%;
 background-color: #248700;
 color: white;
 padding: 14px 20px;
 margin: 8px 0;
 border: none;
 border-radius: 4px;
 cursor: pointer;
 margin-bottom: 10px;
 font-size: 20px;
}

input[type=button]:hover {
 background-color: #ffffff;
 border: 1px solid #248700;
 color: #248700;
}

.SmallButton {
  width: auto;
  background-color: #248700;
  color: white;
  padding: 4px 10px;
  margin: 0px 0px 20px 0px !important;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 15px;
}
div {
 border-radius: 5px;
 padding: 10px;
}
#Results{
 display:block;
}
* {
 box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
 text-align: center;
 float: left;
 width: 32%;
 height: auto;
 background: #ffffff;
 border: 0px solid #4b286d;
-moz-box-shadow: 10px 10px 5px #c3c3c3;
-webkit-box-shadow: 10px 10px 5px #c3c3c3;
box-shadow: 2px 2px 15px #c3c3c3;
}
#column1 {
 margin-right: 2%;
}
#column2 {
  margin-right: 2%;
 }

/* Clear floats after the columns */
.row:after {
 content: "";
 display: table;
 clear: both;
 margin-bottom: 20px;
}

div.form
{
   display: block;
   text-align: center;
}
form
{
   display: inline-block;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

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

#footer {
 text-align:center;
 background: #2a2c2e;
 color: #e5e5e5;
 font-style: italic;
 font-size: 14px;
 margin-top: 0px;
 margin-bottom: 20px;
 border-radius: 0px;

}
#ResultOutput {
    font-size: 20px;
    font-weight: bold;
    padding: 3px;
    color: #4b286d;
   }
    #ResultOutput_Small {
     font-size: 10px;
     padding: 0px;
     color: #248700;

}
.TextBox_Title {
 text-align: center;
 background: #4b286d;
 color: #fff;
 margin-top: 0px;
 margin-bottom: 20px;
 display: block;
 border-radius: 0px;
 padding: 0px;
 padding-top: 10px;
-moz-box-shadow: 10px 10px 5px #808080;
-webkit-box-shadow: 10px 10px 5px #808080;
box-shadow: 2px 2px 15px #808080;
}
 .TextBox_Sub {
   text-align: center;
   color: #2a2c2e;
   background: #f2f2f2;
   margin-top: 10px;
   padding: 10px;
   display: block;
   border-radius: 0px;
   font-size: 14px;

}
#TaxDropdown {
display: none;
}
#ResultsBox {
  background: #F5F5F5;
  margin-top: 0px;
  padding: 5px 10px 10px 10px;
}
#SMS_Results1 {
  background: #F5F5F5;
  margin: 10px 0px 10px 0px;
  font-size: 14px;
}
#SMS_Results2 {
  background: #F5F5F5;
  margin: 10px 0px 10px 0px;
  font-size: 14px;
}
#Show_Hide_SMS_Results {
  display: none;
}
#Show_Hide_Results {
  display: none;
}
#SMSOptionTitle {
 padding: 0px;
 font-weight: bold;
 color: #303030;
}
#SubTitle {
  padding: 0px;
  margin-bottom: -10px;
  font-weight: bold;
  color: #303030;
 }
#All_Results {
  padding: 0px;
}
#Days {
  display: inline-block;
  padding: 1px 5px 1px 5px;
  color: #303030;
  margin-top: 5px;
  border: 2px solid #E8E8E8;
  font-size: 14px;
}

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