/*Ted's Custom Styles*/

.color-orange {
color:#e67e22;
}


A.homeLink:link, A.homeLink:visited, A.homeLink:hover, A.homeLink:active {
color: #000000;
background: transparent;
text-decoration: none;
}



/*Alternating striped rows in orange*/
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #FEF4EC;
}

/*checkmark image for bullet*/
.image-check {
list-style-image:url('../../assets/img/check.png');
}

/*Ted's Custon Styles*/
.acc-v1 .panel-heading a {
display: block;
font-size: 14px;
padding: 5px 15px;
background: #F3F3F3;
}

.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 16px;
line-height: 20px;
}

/*home slider  awards text*/
.tp-caption.large_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 800;
font-size: 36px;
line-height: 36px;
font-family: 'Open Sans', sans;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 1.0);
}

.tp-caption.medium_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 300;
font-size: 20px;
line-height: 20px;
font-family: 'Open Sans', sans;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 1.0);
}
        
.tp-caption.large_text_orange{
position: absolute;
color: #e67e22;
text-shadow: none;
font-weight: 800;
font-size: 36px;
line-height: 36px;
font-family: 'Open Sans', sans;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 1.0);
}

/*home slider boarding program text boxes*/
.tp-caption.white_black{
position: absolute;
color: #000;
text-shadow: none;
font-weight: 800;
font-size: 28px;
line-height: 28px;
font-family: 'Open Sans', sans;
padding: 1px 4px;
padding-bottom: 8px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#fff;
letter-spacing: 0px;
}

.tp-caption.black_orange{
position: absolute;
color: #E67E22;
text-shadow: none;
font-weight: 800;
font-size: 34px;
line-height: 34px;
font-family: 'Open Sans', sans;
padding: 0px 4px;
padding-bottom: 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#000;
letter-spacing: -1.5px;
}

.tp-caption.black_white{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: bold;
font-size: 40px;
line-height: 40px;
font-family: 'Open Sans', sans;
padding: 0px 4px;
padding-bottom: 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#000;
letter-spacing: -1.5px;
}

.tp-caption.grey_white{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 20px;
line-height: 20px;
font-family: Arial;
padding: 2px 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#888;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.orange_white{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 36px;
line-height: 36px;
font-family: Arial;
padding: 0px 4px;
padding-bottom: 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#E67E22;
letter-spacing: -1.5px;
}

.tp-caption.orange_black{
position: absolute;
color: #000;
text-shadow: none;
font-weight: 900;
font-size: 60px;
line-height: 60px;
font-family: Arial;
padding: 0px 4px;
padding-bottom: 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#E67E22;
letter-spacing: -1.5px;
}


/*home page  newsletter box*/
.news-outside {
background-color: #e67e22;
padding: 16px;
border: solid 1px #585f69;
}

.news-inside {
background-color: #ffffff;
padding: 2px 15px 15px 15px;
border: solid 1px #585f69;
}


/*check mark list items*/
ul.check {
list-style-image: url('../../assets/img/check.png');
padding-left: 35px;
}

ul.check li {
padding-bottom: 9px;
}
 






