
a {
    color:#2285a2; 
    text-decoration: none;
    line-height: inherit; 
    font-weight: 500;
}

a img {
    border: none; 
}

a:visited {
    color: #2285a2;
}

a:hover {
    color:#333333;
}

h1, h2, h3, h4, h5, h6 {
    padding-left: 20px;
}


ul, ol, dl {
    font-family: inherit;
    font-size: 13pt;
    font-weight: 400;
    line-height: 1.8;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}


.techsupportTitle {
    color: #4d4d4d;
    font-family: "raleway",sans-serif;
    font-size: 26pt;
    font-weight: 300;
    padding: 20px 0 30px;
}

.background {
    background-color: #ddd;
    border-radius: 10px;
    padding: 20px;
}

.techsupportArticleTitle {
    font-size: 20pt;
    padding-top: 10px;
    padding-bottom: 20px;
}

.title {
    margin: 10px;
    font-size: 15pt;
}
.bannercontainer {
    height: 600px;
}
.bannerbackground {
    background-image: url("../../azure/branham/7d94a3ee-995c-49d5-a90c-8c61dea4ffa3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
}


.ts-answer {
    font-size: 14pt;
    font-size:400;
    margin-left: 50px;
    padding-bottom:30px;
  }

.ts-question {
    color:#2285a2;
    font-weight: 500 !important;
    font-size: 18;
}


p.question {
    padding:0px 40px 0px 40px !important;
    
}

.questionArea {
    background-color: #e5e5e5;
    padding: 10px;
    border-radius: 10px;
    margin:20px;
    
}

.questionAreaTitle {
    font-size: 15pt;
    font-weight: 500;
    padding: 10px 20px 20px 20px;
    line-height: 1.7;
    
}