/*page 5*/


p{ 
    font-weight: bold;
    color:#fff;
}

.listTitle,.listFooter, .pTitle{
    text-align: center;
    font-weight: bold;
    font-style: normal;
    color:#fff;
    background-color: #ed564b;
    border-radius: 5px;
    padding:.5%;
}




button{
  margin: 0% 0 1% 0;
   float: right;
}


.hintsBtn{
  float: none;
  margin: 2% 0 1% 0;
}

.marketingList li, .pList li{
  cursor: pointer;
  background-color: #fff;
  margin:.5%;
  padding:.5%;
  list-style: none;
  border: dotted #9dced2 1px;
  border-radius: 5px;
  text-align: center;
  font-style:normal;
  font-weight: bold;
}



/*page 5a*/

#marketingPurpose h2{
color:#333;

line-height: 1.5em;
}

.highlight{
  font-weight: bold;
  color: #ed564b;
}

.pTitle{
padding:1%;
margin: 2% 0 1% 0;
text-align: left;
}

.pList li{
   text-align: left;
   margin-left: 0;
}


.marketingList li:hover{
  background-color:#FDDEDB;
}

.pText{
  
  margin-left: 2%;
}
.pTextAnswer{
  display: none;
  margin-left: 2%;
}


.questionIcon{
  margin-top: 2%;
}

#question{
  padding: 1%;
  float: left;
}

.questionText{
  margin-top: 1%;
  margin-left:3.5%;
}

.questionText p{
  display: none;
  color:#333;
}


/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px) {
    /* Styles */
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
   
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}


