/*---------------------------------Headings-----------------------------------*/
h1,
.Heading1 {
    color: #BF0000;
    font-family: 'open_sansregular', sans-serif;
    font-size: 30px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

div:not(RadScheduler) h2,
.Heading2 {
    color: #000;
    font-family: 'open_sansregular', sans-serif;
    font-size: 27px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

h3,
.Heading3,
.headline {
    color: #5e5e68;
    font-family: 'open_sansregular', sans-serif;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #BF0000;
}

h4,
.Heading4 {
    color: #BF0000;
    font-family: 'open_sansregular', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 125%;
}

h5,
.Heading5 {
    color: #000;
    font-family: 'open_sansregular', sans-serif;
    font-size: 22px;
    line-height: 125%;
    margin: 0;
    padding: 0;
}

h6,
.Heading6 {
    color: #000;
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
}

.SmallText {
    color: #333;
    font-size: 12px;
    letter-spacing: .5pt;
    line-height: 14px;
}

.text_topper {
    color: #fff;
    background: #5E5E68;
    font-family: 'open_sansregular', sans-serif;
    font-size: 20px;
    line-height: normal;
    display: block;
    padding: 10px;
}

.red-underline {
    border-bottom: 5px solid #BF0000;
}

/*---------------------------------Buttons-----------------------------------*/
#contentwrapper .btn1,
#contentwrapper .btn2,
#contentwrapper .btn3,
#contentwrapper .btn4 {
    display: inline-block;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    text-decoration: none !important;
}

#contentwrapper .btn1 a,
#contentwrapper .btn2 a,
#contentwrapper .btn3 a,
#contentwrapper .btn4 a {
    color: inherit !important;
    text-decoration: none;
}

#contentwrapper .btn1:hover,
#contentwrapper .btn2:hover,
#contentwrapper .btn3:hover,
#contentwrapper .btn4:hover {
    text-decoration: none;
    text-shadow: none;
}

#contentwrapper .btn1:hover {
    background: #BF0000;
    color: #fff !important;
}

#contentwrapper .btn2:hover {
    background: #BF0000;
    background: -webkit-gradient(linear, left top, right top, from(#BF0000), to(#BF0000));
    background: linear-gradient(to right, #BF0000 0%, #BF0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF0000', endColorstr='#BF0000', GradientType=1);
}

#contentwrapper .btn3:hover {
    background: #f8f8f8
}

#contentwrapper .btn4:hover {
    background: #efefef
}

#contentwrapper .btn1 {
    background: #F9F9F9;
    border: 1px solid #BF0000;
    color: #BF0000 !important;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 10px 20px;
    border-radius: 10px
}

#contentwrapper .btn2 {
    background: #BF0000;
    background: -webkit-gradient(linear, left top, right top, from(#BF0000), to(#750814));
    background: linear-gradient(to right, #BF0000 0%, #750814 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF0000', endColorstr='#750814', GradientType=1);
    background-size: 200% 100%;
    background-position: center left;
    color: #FFF !important;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
    padding: 15px 20px;
    display: block;
    border-radius: 7px;
    text-align: left;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#contentwrapper .btn3 {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 10px 10px 0 -2px rgba(217, 217, 217, 1);
    box-shadow: 10px 10px 0 -2px rgba(217, 217, 217, 1);
    color: #333 !important;
    font-size: 18px;
    margin-bottom: 12px;
    padding: 15px 10px;
    text-align: left;
    width: 91%;
}

#contentwrapper .btn4 {
    background: #fff;
    border: 2px solid #BF0000;
    color: #333 !important;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 15px 15px;
    text-align: center;
}

/*---------------------------------Tables/Blockquotes-----------------------------------*/
.ezblockquote {
    background-color: #efefef;
    color: #BF0000;
    display: block;
    font-family: georgia, times new roman, serif;
	font-style:italic;
    font-size: 24px;
    line-height: 26px;
    margin: .25em .25em;
    padding: .5em .5em .5em .5em;
	text-align:center;
}

.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;
}

/*---------------------------------Section Links-----------------------------------*/
.eztext_area p {
    margin: 0;
    margin-bottom: 1em;
}

a,
a:visited,
.eztext_area a,
.eztext_area a:visited {
    color: #bf0000
}

.eztext_area a:hover {
    color: #3385B4;
    text-decoration: none;
}

#topnav .topnav a {
    color: #002b54;
    line-height: normal;
    text-decoration: none;
}

#topnav .topnav a:hover {
    text-decoration: underline
}

/*Removes underline in dropdown menu in main menu*/
/*Removes text decorations from all links within a list (basically menus)*/
#menuin ul.rmHorizontal,
#menuin ul.rmHorizontal ul li a {
    text-decoration: none !important
}

#contentwrapper .eztext_area ul li a {
    text-decoration: underline
}

#contentwrapper .eztext_area ul li a:hover {
    text-decoration: none !important
}

#footer .widgetitem a {
    color: #fff !important;
    text-decoration: underline;
}

#footer .widgetitem a:hover {
    text-decoration: none
}

#footer .widgetitem a[href^="mailto"] {
    color: #bf0000
}

#eztag .widgetitem a,
#eztag .widgetitem a:visited {
    color: #bf0000
}

#eztag .widgetitem a:hover {
    color: #fff;
    text-decoration: underline !important;
}

/*---------------------------------Section Font Styles-----------------------------------*/
#topnav .topnav {
    color: #002b54;
    font-family: 'open_sansregular', sans-serif;
    font-size: 22px;
    line-height: 47px;
}

#buttonswrapper .eztext_area {
    font-family: 'open_sansregular', sans-serif;
    color: #703116;
    font-size: 18px;
    line-height: 100%;
}

#sloganwrapper .eztext_area {
    font-family: 'open_sanslight', sans-serif;
    color: #303030;
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 130%;
}

#sloganwrapper .eztext_area br {
    display: none;
}

/* footer font changes */
#footer .widgetitem {
    color: #fff;
    font-family: 'open_sanslight', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

#footer h3,
#footer .Heading3 {
    color: #fff;
    border-color: #fff;
}

#eztag {
    color: #fff;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 50px;
    width: 90%;
}

#eztag .widgetitem {
    color: #fff;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#eztag .eztext_area p {
    margin: 0;
}

#poweredby p,
#poweredby a {
    line-height: 62px;
    color: #fff;
    font-family: "MyriadProCondensed";
    font-size: 13px;
    text-align: right;
}

#poweredby a {
    font-size: 16px;
    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/*--------------*/
.RadMenu_ezSilk .rmLink {
    border: 0;
    border-style: hidden !important;
    font-family: 'open_sanslight', sans-serif;
    font-size: 21px;
    line-height: 58px;
    padding: 0 15px !important;
}

.RadMenu_ezSilk .rmGroup .rmLink {
    font-family: 'open_sanslight', sans-serif;
    font-size: 18px;
    line-height: 110%;
    padding: 9px 15px !important;
}

#header .RadMenu_ezSilk .rmRootGroup {
    text-align: right;
}

#header .RadMenu_ezSilk .rmRootGroup * {
    text-align: left;
}

/*/*--------------Vertical and Horizontal Menu Font in Content Wrapper/*--------------*/
#contentwrapper .RadMenu_ezSilk .rmLink {
    font-family: 'open_sansregular', sans-serif
}

/*--------------Dropdown Menu--------------*/
.RadDropDownList_ezMetro {
    font-family: 'open_sansregular', sans-serif;
    font-size: 23px;
}

/*--------------Panel Bars--------------*/
#contentwrapperin .RadPanelBar_ezMetro .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate {
    /* 1st line height*/
    font-family: 'open_sansregular', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 30px;
}

/***Font color and style for submenu item***/
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate {
    color: #333;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/*--------------Tabstrips--------------*/
html .eztabs__tab,
html .RadTabStrip_MetroTouch {
    /* margin-bottom: -10px;  margin between tabs and content */
    color: white;
    font: 17px 'open_sansregular', Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

/*--------------Megamenu--------------*/
.ezmegamenu {
    font-family: 'MyriadProCondensed'
}
/*--------------Toggles--------------*/
#contentwrapperin .eztoggleWrapper {
    font-family: 'open_regular', Arial, Helvetica, sans-serif;
    color: #666;
	font-weight:500;
}
#contentwrapperin .accordion-item-hd {
    font-size: 18px;
}
#contentwrapperin .accordion-item-input:checked~ .accordion-item-bd {
	font: 14px 'open_sansregular', Arial, Helvetica, sans-serif;
}
