body {
    color: #000;
    font-family: Times, "Times LT W04 Roman", "Times New Roman", Serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    -webkit-text-size-adjust: 100%;
    background: #fff;
}
h1, h2, h3, h4, h5 {
  font-family: Times, "Times LT W04 Roman", "Times New Roman", Serif;
}

/*-- Header Styles --*/
.wtm-header-banner {
    background-image: url(https://images.wtmfiles.com/Sun-background_WEB_1400x248.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    flex-direction: column;
}
.logo-img {
  text-align: center;
}
/*-- Navigation --*/
/*-- removing template nav --*/
.wtm-navigation.type-normal {
    display: none;
}

/*-- Body styles --*/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
	 padding: 0;
	 border: 0;
   -webkit-margin-before: 0;
   -webkit-margin-after: 0;
   -webkit-margin-start: 0;
   -webkit-margin-end: 0;
   -webkit-padding-start: 0;
}
#wtm-vilification-response {
    max-width: 640px;
    margin: 0 auto;
    padding: 20px 15px;
}
.pdfs {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
}
.pdfs a span {
    font-weight: bold;
    font-size: 14px;
}
.pdfs a span:hover {
    text-decoration: underline;
}
@media (max-width: 500px) {    
h1.h2-wt br {
    display: none;
}
}
a {
    color: #337ab7;
    text-decoration: none;
}
/*-- image captions --*/
#wtm-vilification-response .imagecaption-wt, #wtm-vilification-response .imagecaption-move-wt {
  margin-top: 4px;
}
@media (max-width: 580px) {
.imagecaption-move-wt br {
    display: none;
}
.imagecaption-wt br {
    display: none;
}
}
/*--Footer styles--*/
#footer-container {
    background: #ececec;
    text-align: center;
    font-family: "Helvetica",Verdana,Arial,sans-serif;
    border-top: 1px solid #e6e6e6;
    padding: 20px;
    margin-top: 55px;
}
#footer-container .quote-smll-source-wt {
  line-height: 1.45;
}
#footer-container .quote-smll-source-wt a {
  color: black;
}
.body-smll-para-wt.footer-link {
    text-align: center;
    margin-bottom: 6px;
}    
.body-smll-para-wt.footer-link a {
    color: black;
    font-weight: bold;
}   

/*-- removing template footer --*/
footer {
    display: none;
}