/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
    padding-bottom: 2rem; 
}

H4  {
    padding-bottom: 2rem; 
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
   
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*edit*/

#show_bg_2 {
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('images/hero Image 2.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    color: white;
    padding: 20px;
}

#show_bg_3 {
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('images/hero Image 2.jpg');
    
    width: 100%;
      /* height: 400px; */
    background-size: cover;
    /*
    color: white;
    padding: 20px;
    */
}


/* Homepage - hero banner image */
#show_bg_4 {
    background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('images/hero Image 2.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    padding: 20px;
}

/* in case if need be: use this code for page title to make bigger 
font size */
.eds_breadCrumbs * {
  /*vertical-align: middle;
  display: inline-block;*/
  color: red;
  font-size: 2.3rem;
}

/* About Us webpage - hero banner image */
#show_bg_aboutUs {
    background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('images/aboutUsBanner.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    padding: 20px;
}

/* Transportation webpage - hero banner image */
#show_bg_transportation {
    background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('images/transporationWebpage-HeroImage.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    padding: 20px;

    background-position: center right;
}

/* Faqs webpage - hero banner image */
#show_bg_faqs {
    background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('images/hero Image 3.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    padding: 20px;

    background-position: center right;
}

/* add circle bullet to list*/
#disc {
list-style-type: disc !important;
}



/* change bg color of font awesome circle bg */
.eds_fontIcon.eds_style2
{
	background-color: #1c1f4c;
}

/* change bg color of font awesome circle bg */
.eds_fontIcon.eds_style22
{
	background-color: #F6E397;
}


/* font awesome - invisible icon - USE ALT2, not alt IMPORTANT */
.fa-phone-alt2::before
{
    content: "\f879";
    color:#F6E397;
}

/* marquee top of webpage properties */
.box_yellow
{
    background-color:#F6E397;
    padding-top:1rem;
    padding-bottom:1rem;
    
}

/* marquee top of webpage properties */
.eds_box66
{
    display: inline-block;
    background-color: #f6e397;
    color: #1c1f4c;
    padding: 2rem 3rem;
    width: 100%;
    margin: auto;
    
}

/* adjust buffer between paragraph on FAQs webpage only */
div.paragraphFaqsWebpageOnly > p
{
    padding-bottom: 2rem;
}

/* adjust buffer below ul list on FAQs webpage only */
div.paragraphFaqsWebpageOnly > ul
{
    padding-bottom: 2rem;
}

/* radial background box - eds_box27 - Faqs webpage */
.eds_box27 > header::after {
  
  color: #1c1f4c;
}

h4.padding
{
    padding:2rem;
}

/*adjust the Events module settings*/
.EasyDNNSkin_Ozone2 .eds_btn,
.EasyDNNSkin_Ozone2 .dnnPrimaryAction
{
	font-size: 1rem !important;
}
.eds_news_Advantage .card .card-category {
  font-size: 2rem;
}
.eds_news_Advantage .description,
.eds_news_Advantage .card-description,
.eds_news_Advantage .footer-big p {
  color: #999;
  color: #3c3c3c;
  font-size: 1.1rem;
}
.eds_news_Advantage.eds_style_custom_sgfrr68x3o6 a:not(.btn):link:hover,
.eds_news_Advantage.eds_style_custom_sgfrr68x3o6 a:not(.btn):active:hover,
.eds_news_Advantage.eds_style_custom_sgfrr68x3o6 a:not(.btn):visited:hover,
.eds_news_Advantage.eds_style_custom_sgfrr68x3o6 .edNews_commentActions .edNews__replyComment
{
    color: #24b7be;
}





 





























































