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

.box-title {
    width: 350px;
    background: #4b286d;
    padding: 15px;
    margin: -10px 0px 15px -10px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-size: 20px;
}

#logoTelus {
    width: 300px;
    margin: 21px 0px 29px 0px;
}

#logoBTools {
    width: 300px;
    margin: 0px 0px 20px 0px;
}

table {
    text-align: center;
    margin: 0 auto;
}

.row-wrapper {
width: 800px;
margin: auto;
}


div {
 border-radius: 5px;
 padding: 10px;
}

* {
 box-sizing: border-box;
}

a {
    background: rgb(43, 128, 0);
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

div#column1 {
    margin-right: 15px;
}

div#column2 {
    margin-left: 15px;
}
/* Create two equal columns that floats next to each other */
.column {
    text-align: center;
    display: inline-block;
    width: 350px;
    height: auto;
    padding-bottom: 40px;
    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;
}

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


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

.TextBox_Title {
 text-align: center;
 background: #4b286d;
    font-size: 45px;
 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;

}



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