/*---------------------------------Headings-----------------------------------*/
h1,
.Pagename {
    display: block;
    font-weight: normal;
    color: #1a3784;
    font-family: 'cardoregular', sans-serif;
    font-size: 36px;
    line-height: 1.1em;
    margin: 0;
    padding: 0 0 30px 0;
	text-transform: uppercase;
}

div:not(RadScheduler) h2,
.Heading2 {
    display: block;
    font-weight: normal;
    color: #1a3784;
    font-family: 'open_sansbold', sans-serif;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
 h2,
.Heading2underline {
    display: block;
    font-weight: normal;
    color: #1a3784;
    font-family: 'open_sansbold', sans-serif;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0;
	border-bottom: 1px solid #1a3784;
}

h3,
.Heading3 {
    display: block;
    font-weight: normal;
    color: #1a3784;
    font-family: 'cardobold', sans-serif;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

h4,
.Heading4 {
    display: block;
    font-weight: normal;
    color: #1a3784;
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    line-height: normal;
}
.TextTopper {
    background: #1a3784;
    color: #FFF !important;
    display: block;
    font-family: 'open_sansregular', sans-serif;
    font-size: 20px;
    padding: 10px 15px;
    text-align: center;
    text-align: center;
    text-decoration: none !important;
	text-transform: uppercase;
}


.HeadingBlock {
    position: relative;
    display: block;
    font-weight: normal;
    background: #1a3784;
    color: #fff;
    font-family: 'cardobold', sans-serif;
    font-size: 30px;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 1px 0 6px 18px;
    border-radius: 3px;
}

.HeadingBlock:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 30px;
    margin-left: -8px;
    border-width: 11px;
    border-style: solid;
    border-color: #1a3784 transparent transparent transparent;
}
.LargeText {
	font-family: 'open_sansregular', sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 150%;
}

.SmallText {
    color: #333;
    font-size: 12px;
    letter-spacing: .5pt;
    line-height: 14px;
}


/*---------------------------------Buttons-----------------------------------*/
#contentwrapper .btn1,
#contentwrapper .btn1small,
#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 .btn1small a,
#contentwrapper .btn2 a,
#contentwrapper .btn3 a,
#contentwrapper .btn4 a {
    color: inherit !important;
    text-decoration: none;
}

#contentwrapper .btn1:hover,
#contentwrapper .btn1small:hover,
#contentwrapper .btn2:hover,
#contentwrapper .btn3:hover,
#contentwrapper .btn4:hover {
    text-decoration: none;
    text-shadow: none;
}

#contentwrapper .btn1:hover {
    background-position: left;
    box-shadow: 1px 0px 7px rgba(81, 127, 243, 0.85);
}
#contentwrapper .btn1small:hover {
    background-position: left;
    box-shadow: 1px 0px 7px rgba(81, 127, 243, 0.85);
}

#contentwrapper .btn2:hover {
    background: #1A3784;
}

#contentwrapper .btn3:hover {
    background: #f8f8f8
}

#contentwrapper .btn4:hover {
    background: #efefef
}

#contentwrapper .btn1 {
    font-family: 'cardoregular', sans-serif;
    background: #1a3784;
    color: #fff !important;
    font-size: 23px;
    margin-bottom: 5px;
	line-height: normal;
	border-radius: 5px;
    padding: 14px 20px;
	display: block;
}
#contentwrapper .btn1small {
    font-family: 'cardoregular', sans-serif;
    background: #1a3784;
    color: #fff !important;
    font-size: 23px;
    line-height: normal;
    margin-bottom: 5px;
	border-radius: 5px;
    padding: 15px 20px;
}

#contentwrapper .btn2 {
    background: #333;
    color: #FFF !important;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
    padding: 15px 15px;
	border-radius: 5px;
}

#contentwrapper .btn3 {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    color: #333 !important;
    font-size: 18px;
    margin-bottom: 12px;
    padding: 20px 20px;
    text-align: left;
    width: 93%;
}

#contentwrapper .btn4 {
    background: #fff;
    border: 1px dotted #cc0000;
    color: #1a3784 !important;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 15px 15px;
    text-align: center;
	border-radius: 5px;
	display:block;
}

/*---------------------------------Tables/Blockquotes-----------------------------------*/
.ezblockquote {
    background-color: #f8f8f8;
    color: #333;
    display: block;
    font-family: 'open_sanslight', sans-serif;
    font-size: 24px;
    line-height: 1.5em;
    margin: 1em 3em;
    padding: 1em 2em 1em 1.5em;
}

.ezblockquote p {
    margin: 0
}
.ezblockquoteBlue {
    background-color: #273A59;
    color: #fff;
    display: block;
    font-family: 'open_sanslight', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    padding: 1em 2em 1em 1.5em;
}
.ezblockquoteBlue a {
    color: #fff !important;
}
.ezblockquoteRed {
    background-color: #CD0000;
    color: #fff;
    display: block;
    font-family: 'open_sanslight', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    padding: 1em 2em 1em 1.5em;
}
.ezblockquoteRed a {
    color: #fff !important;
}
hr {
    border: none;
    height: 1px !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-bottom: 25px;
}

/*  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: #1a3784
}

.eztext_area a:hover {
    text-decoration: underline;
}

#topnav .topnav a {
    color: #fff;
    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;
    text-decoration: underline;
}

#footer .widgetitem a:hover {
    text-decoration: none
}

#footer .widgetitem a[href^="mailto"] {
    color: #fff
}

#eztag .widgetitem a,
#eztag .widgetitem a:visited {
    color: #1a3784
}

#eztag .widgetitem a:hover {
    color: #fff;
    text-decoration: underline !important;
}

/*---------------------------------Section Font Styles-----------------------------------*/
#topnav .topnav {
    color: #fff;
    font-family: 'open_sanslight', sans-serif;
    font-size: 15px;
    line-height: 47px;
}

#header .header-slogan,
#header .header-slogan span,
#header .header-slogan p {
    font-family: 'cardobold', sans-serif;
    font-size: 24px;
    font-style: italic;
    color: #fff;
}

#buttonswrapper .widgetitem {
    color: #1a3784;
    font-size: 18px;
}

/* footer font changes */
#footer .widgetitem {
    color: #fff;
    font-family: 'open_sanslight', sans-serif;
    font-size: 15px;
    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: #1a3784
}

#eztag {
    color: #fff;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    width: 90%;
}

#eztag p {
    color: #fff;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

#eztag .eztext_area p {
    margin: 0;
}

#poweredby p,
#poweredby a {
    line-height: 50px;
    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;
}

/*Form Font Styles*/
html .ezFRMhead {
    color: #000;
}

html .ezFRMdesc {
    color: #333;
}

html .ezFRMbutton {
    background-color: #333;
    color: #fff;
    font-family: 'segoe UI', sans-serif;
}

/* ------------------------------------- Toggle font color ------------------------*/
.accordion-item-hd {
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 16px;
    color: #333;
}

/*---------------------------------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: 18px;
    line-height: 46px;
    font-weight: 400;
    padding: 3px 25px !important;
}

.RadMenu_ezSilk .rmGroup .rmLink {
    font-size: 18px;
    line-height: 32px;
}

/*/*--------------Vertical and Horizontal Menu Font in Content Wrapper/*--------------*/
#contentwrapper .RadMenu_ezSilk .rmLink {
    font-family: 'open_sanslight', sans-serif
}

#contentwrapper .RadMenu_ezSilk .rmRootGroup.rmVertical>.rmItem>.rmLink {
    font-family: "Segoe UI";
    font-weight: 400;
    color: #333 !important;
    padding: 2px 0px 2px 15px !important;
    font-size: 16px;
    line-height: normal;
}

#contentwrapper .RadMenu_ezSilk .rmLink {
    font-family: "Segoe UI", san-serif;
    font-weight: 400;
    color: #333 !important;
    font-size: 15px;
    line-height: normal;
}

/*Vertical Menu white divider subs*/
#contentwrapper .RadMenu_ezSilk .rmGroup .rmItem {
    border-bottom: 1px solid #fff !important;
}

/*Vertical Menu white divider main*/
#contentwrapper .RadMenu_ezSilk .rmRootGroup.rmVertical>.rmItem {
    border-bottom: 1px solid #fff !important;
}

/*--------------Dropdown Menu--------------*/
.RadDropDownList_ezMetro {
    font-family: 'open_sanslight', sans-serif;
    font-size: 23px;
}

/*--------------Panel Bars--------------*/
#contentwrapperin .RadPanelBar_ezMetro .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate {
    /* 1st line height*/
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 400;
    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 {
    font-family: "Segoe UI", sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 30px;
}

/*--------------Tabstrips--------------*/
html .eztabs__tab,
html .RadTabStrip_MetroTouch {
    /* margin-bottom: -10px;  margin between tabs and content */
    color: white;
    font: 100 17px 'open_sansregular', sans-serif;
    line-height: 1.5;
}

/*--------------Megamenu--------------*/
.ezmegamenu {
    font-family: 'MyriadProCondensed'
}

/*--------------Database--------------*/
#contentwrapperin .ezDBwrapper .Cheading {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

#contentwrapperin .ezDBwrapper .Mheading {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    background: white;
}

#contentwrapperin .ezDBwrapper .c1 {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: white;
}

#contentwrapperin .ezDBwrapper .s1 {
    /* height:25px; */
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

#contentwrapperin .ezDBwrapper .s1 a {
    font-weight: 500;
    text-decoration: none;
    color: #333;
}

#contentwrapperin .ezDBwrapper .s1 a:hover {
    text-decoration: underline;
    color: #333;
}

