/*------------------------------------------------------------------------Headings--------------------------------------------------------------------------*/

h1,
.Heading1 {
    /*---black--*/
    color: #000;
    font-family: 'rokkittregular', sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
}
div:not(RadScheduler) h2,
.Heading2 {
    /*---orange--*/
    color: #173252;
    font-family: 'rokkittregular', sans-serif;
    font-size: 32px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
h3,
.Heading3 {
    color: #da7c16;
    font-family: 'rokkittregular', sans-serif;
    font-size: 22px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
h4,
.Heading4 {
    color: #000;
    font-family: 'rokkittregular', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 125%;
}
h5,
.Heading5 {
    color: #173252;
    font-family: 'rokkittregular', sans-serif;
    font-size: 18px;
    line-height: 125%;
    margin: 0;
    padding: 0;
}
h6,
.Heading6 {
    color: #000;
    font-family: 'georgia', -serif;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.headline {
    color: #D57A1C;
    font-family: 'rokkittregular', sans-serif;
    font-size: 22px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.story {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
}
.tagline {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
}
.SmallText {
    color: #333;
    font-size: 12px;
    letter-spacing: .5pt;
    line-height: 14px;
}
.text_topper {
    background-color: #e47027;
    color: #fff;
    display: block;
    font-family: 'rokkittregular', sans-serif;
    font-size: 22px;
    line-height: normal;
    padding: 1%;
    text-align: center;
}

/*Adds dim on hover to images*/

.highlite2 {
    display: inline-block;
    position: relative;
    width: initial;
}
.highlite2:hover:before {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.highlite2:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/*------------------------------------------------------------------------Buttons--------------------------------------------------------------------------*/

#contentwrapper .btn1,
#contentwrapper .btn2,
#contentwrapper .btn3,
#contentwrapper .btn4 {
    display: block;
    font-family: 'rokkittregular', sans-serif;
    text-align: center;
    text-decoration: none !important;
}
#contentwrapper .btn1:hover,
#contentwrapper .btn2:hover,
#contentwrapper .btn3:hover,
#contentwrapper .btn4:hover {
    text-decoration: none;
    text-shadow: none;
}
#contentwrapper .btn1 a,
#contentwrapper .btn2 a,
#contentwrapper .btn3 a,
#contentwrapper .btn4 a {
    color: inherit !important;
    text-decoration: none !important;
}
#contentwrapper .btn1 {
    -webkit-transition: all .5s ease;
    background: rgb(228, 112, 39);
    background: -webkit-linear-gradient(left, rgba(228, 112, 39, 1) 0%, rgba(228, 112, 39, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(228, 112, 39, 1) 0%, rgba(228, 112, 39, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background-position: center right;
    background-size: 200% 100%;
    border-left: 10px solid #e47027;
    color: #fff !important;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 15px 0px 15px 20px;
    text-align: left;
    transition: all .5s ease;
}
#contentwrapper .btn2 {
    background: #e47027;
    color: #FFF !important;
    display: block;
    font-family: 'rokkittlight', sans-serif;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none !important;
}
#contentwrapper .btn3 {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 10px 10px 0 -2px rgba(217, 217, 217, 1);
    color: #173252 !important;
    font-size: 30px;
    line-height: 95%;
    margin-bottom: 12px;
    padding: 15px 10px;
    text-align: left;
    width: 91%;
}
#homeright {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 10px 10px 0 -2px rgba(217, 217, 217, 1);
    margin-bottom: 12px;
    text-align: left;
}

#contentwrapper .btn4 {
    background: #fff;
    border: 2px solid #000;
    color: #333 !important;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 15px 5px;
}
#contentwrapper .btn1:hover {
    -webkit-transition: all .5s ease;
    background-position: left;
    transition: all .5s ease;
}
#contentwrapper .btn2:hover {
    background: #c0500a;
}
#contentwrapper .btn3:hover {
    background: #f8f8f8;
}
#contentwrapper .btn4:hover {
    background: #efefef;
}
/*----------------------------------------------------------------Other Text Editor Styles--------------------------------------------------------------------*/

.ezblockquote {
    background-color: #f8f8f8;
    border: 1px solid #efefef;
    border-left: 10px solid #e47027;
    color: #363636;
    display: block;
    font-family: georgia, times new roman, serif;
    font-size: 20px;
    line-height: 20px;
    margin: 1em 3em;
    padding: 1em 2em 1em 1.5em;
}
.ezblockquote p {
    margin: 0
}
hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*  table style from nse4 */

.tableoutline {
    border: 1px solid #ccc
}
.cellheader {
    background-color: #ebebeb;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    height: 35px;
    padding: 3px;
}
.celloutline {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    padding: 3px;
}

/*------------------------------------------------------------------------Base Styles--------------------------------------------------------------------------*/


/***--------------SITE LINKS---------------***/

a:hover {
    text-decoration: none
}
a,
a:visited {
    color: #e47027;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

#topnav .eztext_area,
#topnav .eztext_area a,
#topnav .eztext_area a:visited {
    color: #e47027;
    font-family: pt_sansregular;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
#topnav .widgetitem a{
    text-decoration: none;
}
#topnav .eztext_area a:hover {
    text-decoration: underline
}
#contentwrapper .eztext_area ul li a {
    text-decoration: underline
}
#contentwrapper .eztext_area ul li a:hover {
    text-decoration: none
}
#mission .eztext_area p{
    margin: 0;
}
#mission .eztext_area a {
    border-bottom: 2px solid #b8b8b8;
    color: #595959;
    font-family: rokkittlight;
    font-size: 20px;
    padding-bottom: 0px;
    text-decoration: none;
}
#mission .eztext_area a:hover {
    border: 0px
}
#footer .widgetitem a:hover {
    color: inherit;
    text-decoration: none;
}
#footer .widgetitem a,
#footer .widgetitem a:visited {
    color: #adadad;
    font-family: arial, sans-serif;
    line-height: 30px;
    text-decoration: underline;
}

#eztag .widgetitem a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
/***--------------Site Section Font Colors---------------***/
.eztext_area p{
    margin: 0;
    margin-bottom: 1em;
}

#topnav .eztext_area {
    line-height: 50px
}
#mission {
    color: #595959;
    font-family: rokkittlight;
    font-size: 20px;
}

/* footer font changes */
#footer {
    color: #adadad;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}
#footer .eztext_area .Heading3,
#footer .eztext_area .Heading1,
#footer .eztext_area .Heading2,
#footer .eztext_area .Heading4,
#footer .eztext_area .Heading5,
#footer .eztext_area .Heading6 {
    color: #e47027
}
#eztag .widgetitem {
    color: #adadad;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
#topnav .eztext_area p,
#eztag .eztext_area p{
    margin: 0;
}
#eztag .eztext_area p{
    line-height: 62px;
}
#poweredby p,
#poweredby a{
    line-height: 62px;
    color: #fff;
    font-family:"MyriadProCondensed";
    font-size: 18px;
    text-align: right;
}
#poweredby a{
    font-size: 20px;
    text-decoration: none;
}
#poweredby a:hover{
    text-decoration: underline;
}
#poweredby strong{
    font-weight: normal;
    font-family:"MyriadProBoldCondensed";
}
#poweredby sup{
    font-size: 8px;
    top:-1em;
}
#poweredby sup:hover{
    text-decoration: none;
}
/*---------------------------------Menu Fonts-----------------------------------*/

/*/*--------------Vertical and Horizontal Menu Font in Header/*--------------*/
#header .RadMenu_ezSilk .rmLink {
    color: #e47027;
}
.RadMenu_ezSilk .rmLink {
    font-family: pt_sansregular;
    font-size: 21px;
    font-weight: normal;
    line-height: 36px;
    color: #e47027;
}
.RadMenu_ezSilk .rmRootGroup {
    line-height: 24px
}
.RadMenu_ezSilk .rmGroup .rmLink {
    color: #e47027 !important;
    font-size: 18px;
    line-height: 32px;
    width: auto;
}
#header .RadMenu_ezSilk> .rmHorizontal> .rmItem> .rmLink {
    line-height: 90px
}

/*/*--------------Vertical and Horizontal Menu Font in Content Wrapper/*--------------*/

#contentwrapper .RadMenu_ezSilk .rmLink,
#slideshowwrapper .RadMenu_ezSilk .rmLink {
    font-family: 'rokkittlight', sans-serif;
    font-size: 20px;
    padding: 0 10px!important;
}

/***Vertical Menu***/

#contentwrapper .RadMenu_ezSilk .rmVertical.rmRootGroup> .rmItem>.rmLink,
#slideshowwrapper .RadMenu_ezSilk .rmVertical.rmRootGroup> .rmItem>.rmLink {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    padding: 3px 0 !important;
    padding-left: 0px !important;
}
#contentwrapper .RadMenu_ezSilk .rmVertical.rmRootGroup> .rmItem>.rmLink{
    color: #000;
}
/*--------------Dropdown Menu--------------*/

.RadDropDownList_ezMetro {
    font-family: 'rokkittlight', sans-serif;
    font-size: 23px;
}

/*--------------Panel Bars--------------*/

#contentwrapperin .RadPanelBar_ezMetro .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate {
    font-family: 'rokkittlight', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 30px;
}
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate {
    color: #333;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

/*--------------Tabstrips--------------*/

html .eztabs__tab {
    color: #000;
    font: 100 22px 'rokkittlight', Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

/*--------------Megamenu--------------*/

.ezMegaWrapper a {
    font-family: 'Segoe UI', sans-serif
}
