/* tsApps styles and overrides */
@import url("/assets/common/css/tsApps.css");

/* Include in Editor: Start */
.HeaderText {
  font-size: 23px;
  font-family: "Source Sans Pro";
  color: #607c8c;
  line-height: 1.2;
  margin-bottom: 6px;
}
.TitleText {
  font-size: 28px;
  font-family: "Source Serif Variable";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.2; 
  margin-bottom: 8px;
}
.BodyText {
  font-size: 14px;
  font-family: "Source Sans Pro";
  color: #666666;
  line-height: 1.2;
margin-bottom: 6px;
}
/* Include in Editor: Stop */


/*STYLES NOT IN THE EDITOR: ***********************************************************************************************/
a .BodyText, .BodyText a, a{font-family: 'Open Sans', sans-serif;color:#607c8c;}
a:hover .BodyText, .BodyText a:hover, a:hover{ color:#0a4d62;}

h1 {
  font-size: 36px;
  font-family: "Source Sans Pro";
  color: #360f42;
  text-transform: uppercase;
  line-height: 1.2; margin-bottom: 16px ;
}
h2 {
  font-size: 28px;
  font-family: "Source Serif Variable";
  color: #360f42;
  text-transform: uppercase;
  line-height: 1.2; margin-bottom: 12px ;
}
h3 {
  font-size: 23px;
  font-family: "Source Sans Pro";
  color: #607c8c;
  line-height: 1.2;
 margin-bottom: 10px;}
h4 {
  font-size: 20px;
  font-family: "Source Serif Variable";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.2; margin-bottom: 8px;
}
h5 {
  font-size: 18px;
  font-family: "Source Sans Pro";
  color: #607c8c;
  line-height: 1.2;
  margin-bottom: 6px;
}
h6 {
  font-size: 14px;
  font-family: "Source Sans Pro";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.2;
 margin-bottom: 6px; 
}
p {
  font-size: 14px;
  font-family: "Source Sans Pro";
  color: #666666;
  line-height: 1.2;
  margin-bottom: 6px;
}
.direct input[type='text'],.direct input[type='password'] {box-sizing: initial!important; }