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

/* Include in Editor: Start */
@font-face {
    font-family: "allura";
    src: url("./fonts/Allura-Regular.ttf");
}
.scriptfont{ font-family: allura;text-transform: capitalize;}
.TitleText { font-size: 70px; font-weight: 600; line-height: normal; margin-bottom: 15px; border: 0; text-shadow: none; color: #263160; letter-spacing: 0.25px; }
.HeaderText { font-size: 40px; font-weight: 600; color: #263160; margin: 0 0 20px; text-transform: uppercase; letter-spacing: 1.2px; }
.SectionHeader { font-size: 32px; font-weight: 800; border-bottom: 6px solid #ff9400; }
.HeaderTextSmall { font-size: 32px; line-height: 1.3; font-weight: 400; letter-spacing: 0.25px; text-transform: uppercase; color: #263160; }
.SubHeading { font-size: 32px; color: #263160; text-transform: uppercase; line-height: 34px; letter-spacing: 0.25px; font-weight: 400; }
.BodyText { font-style: normal; font-size: 18px; line-height: 28px; color: #263160; font-weight: 400; }
.BodyTextLarge { font-size: 20px; }
.InfoText { font-size: 14px; }
.PoppinsBold { font-family: 'Roboto Bold', Arial, san-serif; }
.PoppinsMedium { font-family: 'Roboto Medium', Arial, san-serif; }
.PoppinsRegular { font-family: 'Roboto Regular', Arial, san-serif; }
.OrangeButton {}
.WhiteButton {}
.BlueButton {}
.CalloutBox { }
.Highlight {}
.BulletList{ }
/* Include in Editor: Stop */

/*STYLES NOT IN THE EDITOR: ***********************************************************************************************/

.Highlight { position: relative; padding: 60px 70px 65px 70px; background: #f1f1f0; z-index: 1; }
.BulletList ul li { position: relative; padding-left: 30px; margin-bottom: 14px; font-size: 18px; letter-spacing: 0.25px; line-height: 1.6; position: relative; background: url('../images/rightArr.png'); background-position: left center; background-size: contain; background-repeat: no-repeat; color: #263160; background-size: 16px; background-position: top 5px left; text-align: left; }
.OrangeButton { min-width: 132px; background: #e87524; color: #263160; font-size: 11px; line-height: 18px; font-weight: 800; padding: 8px 20px; height: 35px; display: inline-block; text-align: center; }
.WhiteButton { height: 35px; background: #ffffff; color: #263160; padding: 8px 8px; font-size: 11px; line-height: 18px; font-weight: 800; display: inline-block; min-width: 132px; text-align: center; }
.BlueButton { background: #6bb7c3; border: none; color: #fff; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.10em; text-decoration: none; display: inline-block; padding: 14px 30px; border-radius: 0; text-align: center; }
.CalloutBox { background-color: #263160; padding: 35px 20px 50px; text-align: center; max-width: 350px; }