/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

.content-wrapper-interior a {color:#002C77;font-weight:600;text-decoration:underline;}
.content-wrapper-interior a:hover {color:#ccc;font-weight:600;text-decoration:underline;}

[hidden] {
  display: none;
}
/* Start Text Overlay Image */
.text-overlay-image {
  box-sizing: border-box;
  position: relative;
  margin: 8px;
/*   max-width: 400px;
  max-height: 400px;  */
  width: 100%;
}

.text-overlay-image figcaption {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
/*   background: linear-gradient(0deg, #00000088 30%, #ffffff44 100%); */
  color: #fff;
  padding: 0;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 16px;
  word-break:  break-all;
}

.text-overlay-image figcaption h3 {
  margin: 0;
  color: #fff;
  padding: 16px;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 16px;
}
/* End Text Overlay Image */
/* Start enable popup hover by element type */
.popup-link-img:hover {
    cursor: pointer;
}

/* End enable popup hover by element type */


.custom-toast {padding:2.25rem 2.25rem 2.25rem 0!important; font-size:1rem;color:#fff;line-height:1.5rem;}
.custom-toast i {color:#FFFF00;font-size:2rem;margin-bottom:1rem;}

.ccb .nav-tabs .nav-link {
    font-size: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #002C77;
}

.z-depth-5 {
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}


/* Start Jaguar Marque Page TabStrip */

#dnn_ctr3375_Main_tabTheme .nav {justify-content: center;margin-top: 1.5rem;margin-bottom: 1.5rem;}
#dnn_ctr3375_Main_tabTheme .nav-item .nav-link {background-color: transparent;}
#dnn_ctr3375_Main_tabTheme .bstrap30 .nav-tabs>li>a:link, .bstrap30 .nav-tabs>li>a:visited {
    font-size: 20px;
    font-weight: 600;
}
/*#dnn_ctr3375_Main_tabTheme  */

/* End Jaguar Marque Page TabStrip */

.zebra {
    background: #edeff4;
    border-top: 1px solid #95b1ca;
    border-bottom: 1px solid #95b1ca;
    padding-top: 0rem;
    padding-bottom: 0rem;
    z-index: 0;
    position: relative;
}





/* Start logo */
header a[id*="dnnLOGO"] img {
  height: auto !important;
  max-height: 100% !important;
  width: auto !important;
  max-width: 200px;
  margin-left: 2rem;
}
/* End logo */
/* ============= Start PageBuilder header BG color ================== */
#page-builder-wrapper .navbar.page-builder-navbar {
    background-color: #000 !important;}
/* ============= End PageBuilder header BG color ================== */

/* Start Explore Listings Cards */
#dnn_ctr3056_HtmlModule_lblContent .card-body {color:#212529!important;}

#dnn_ctr3056_HtmlModule_lblContent .card-body a:hover {background:red!important;}

/* End Explore Listings Cards */
/* Start Listing updates */
#dnn_ctr2999_Main_newApp {padding:1rem 3rem;}
#dnn_ctr2999_Main_newApp .grid-container .header-container {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  margin-bottom: 1rem;
  position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
#dnn_ctr2999_Main_newApp .card {
    background-color: transparent;
    border-top:none;
    border-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  #dnn_ctr2999_Main_newApp  .card-img, .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }


#dnn_ctr2999_Main_newApp .platform-watermark {
    background: #fff; 
    opacity: .85; 
    width: 125px; 
    padding: .25rem; 
    margin-top: -20px; 
    border-radius: 6px; 
    font-size: 1rem; 
    font-weight: 700; 
    font-family: arial, helvetica, sans-serif;
}

#dnn_ctr2999_Main_newApp .button-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    flex-direction: column;
}


#dnn_ctr2999_Main_newApp .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#dnn_ctr2999_Main_newApp .card-subtitle {
    text-transform:none;
}
#dnn_ctr2999_Main_newApp .card-body h6 div {
    margin-bottom:.33rem;
    color: #404040!important;
    font-size: 90%;
    font-weight: 600;
}

/* End Listing updates */

/* Hide bottom border in hero page*/
header .header-body {border-bottom: 0!important;}
/* breadcrumb, Interior.ascx */
.page-top.small {
    border-bottom: 1px solid #eee!important;
    border-top-width: 0!important;
    padding: 8px 0!important;
    min-height: 30px!important;
    display:none;
}

/* force footer margin top */
.body>#footer {margin-top: 0px!important;}

/* force styling of Models timeline year indicator */
section.timeline .timeline-date h3 {line-height: 0px!important;}

/* https://spigotdesign.com/smooth-scroll-offset-anchor-links-with-css/  */
html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

/* Enable AF required field indicator */
    label.control-label.af-slide.required:after {
    content: '*';
    color: red;
    }

/* Force interior skin main nav */
html header .navbar-collapse .nav-main > ul > li > a {
    color: #fff!important;
}

/* Listing title */
.listing-title { font-family: "EB Garamond"; font-size: 36px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 40px; color:#fff;margin-bottom:2rem;}

.bg-dark {
    background-color: #0e0e0e!important;
    background:#0e0e0e!important;
}

.shadow-1 {box-shadow: 0 .125rem .25rem rgba(0,0,0,.15) !important;}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Similar Cars to Consider card */
.Media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.Media-figure {
  /*margin-right: 1em;*/
  width:2rem;
}

.Media-body {
  flex: 1;
}
.Media-body,
.Media-body :last-child {
  margin-bottom: 0;
}

.Media-title {
  margin: 0 0 .5em;
}

.Media--center {
  align-items: center;
}

.Media-crop-text-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 68px;
}
.Media--reverse > .Media-figure {
  order: 1;
  margin: 0 0 0 1em;
}
    .card-tag-sm img {
        /*width: 3rem;*/
        width: 2rem;
    }
    
    .card-tag-sm p {
        font-size: 1.25rem; font-weight:600; line-height: 1.5rem;
    }
      
    .card-tag-sm div {
        font-size: 1rem; line-height: 1.25rem;
    }


.Media-body, .Media-body :last-child {
    margin-bottom: 0;
}
.Media-body {
    flex: 1;
}



/* Start horizontal sticky nav
div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    background-color: #f9f9f9;
    padding: 4px 0px 0px 0px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    text-align: center;
    border-radius: 0px;
    margin-top: -30px;
    background: #fff;
        background-color: rgb(255, 255, 255);
    border-top: 0px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 4px;
}
.fixed, .sticky {
    font-size: 1.4em;
    padding: 10px;
    z-index: 1;
}
#fixedSecNav {
    margin-bottom: -10px;
    display: inline-flex !important;
    display: inline-block !important;
}
.sec-nav-white {
    background: transparent;
    text-align: center;
    font-family: helvetica, sans-serif;
    color: #444;
    font-weight: 600;
    text-transform: none;
    font-size: 75.0%;
    text-decoration: none;
    text-transform: uppercase;
    height: 60px;
    padding: 20px 0 0px 35px;
    margin: 0 !important;
    border-bottom: 0px solid #d5d8dc;
}
*/




div.sticky-hero-image {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  /*background-color: #f9f9f9;*/
  padding: 4px 0px 0px 0px;
  font-size: 20px;
  border-bottom:1px solid #eee;
  text-align:center;
  border-radius:0px;
  margin-top:0px;
  background:#fff;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  /*padding-top:4px;*/
}


/* End sticky 2nd menu */
#fixedSecNav {
  margin-bottom:-10px;
  display: inline-flex !important;
  /*display: inline-block !important;*/
}

.fixedSecNav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.fixedSecNav > li > a {
    position: relative;
    display: block;
    padding: 10px 6px !Important;
}

.sec-nav-white {
    background: transparent;
    text-align: center;
    font-family: helvetica, sans-serif;
    color: #444;
    font-weight: 600;
    text-transform: none;
   /* font-size: 75.0%;*/
    text-decoration: none;
    text-transform: uppercase;
    height: 60px;
    padding: 20px 0 0px 35px;
    margin:0!important;
    border-bottom: 0px solid #d5d8dc;
}

  
.sec-nav-white a {
    color: #000;
    text-decoration: none;
    font-size: 75%;
    font-weight: 600;
}
.sec-nav-white a:hover {
    color:#3a55e6; 
    text-decoration: none;
    border-bottom:2px solid #3a55e6;
    padding-bottom:4px;  
}

.sec-nav-white a:active {
    color:#3a55e6; 
    text-decoration: none;
    border-bottom:2px solid #3a55e6;
    padding-bottom:4px;    
}
   ul#fixedSecNav li {
    display: inline;
    margin-right: 20px;
}


/* Start anchor links */
.anchor-link {
  position:absolute;
  margin-top:-60px;
}
.anchor-link-tall {
  position:absolute;
  margin-top:-300px;
}
/* End anchor links */

 /* Start PAA modeal window resize large */
/* #dnn2477popup .modal-dialog {width: 95%!important;max-width: 95%!important;margin-left:80px;}
#dnn2477popup .modal-content {width: 95%!important;max-width: 95%!important;}
#dnn2465popup .modal-dialog {width: 95%!important;max-width: 95%!important;margin-left:80px;}
#dnn2465popup .modal-content {width: 95%!important;max-width: 95%!important;}
#dnn2567popup .modal-dialog {width: 95%!important;max-width: 95%!important;margin-left:80px;}
#dnn2567popup .modal-content {width: 95%!important;max-width: 95%!important;} */
 /* End PAA modeal window resize large */

/* .modal-dialog {width: 80%!important;max-width: 75%!important; margin-left: 20%;}
.modal-content {width: 80%!important;max-width: 95%!important; margin-left: 20%;} */

   
/* =========================================== Start Glance Tile component==============================================*/
.glance-block-v1 {
    padding: 45px 20px 0px;
    position: relative;
    text-align: center;
    background: #0277BE!important;
    border-radius: 4px;
    background: #f9f9f9;
    border: none;
    padding-bottom: 5px;
    color: #fff;
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) {

.glance-block-v1 {
    padding: 45px 20px 0px;
    position: relative;
    text-align: center;
    /* background:transparent; */
    /* border:1px solid #ddd;  #BBDEFB; */
    border-radius:12px;
    background: #f9f9f9;   
    border: none;
    padding-bottom: 5px;
}

/* .glance-block-v1 i {
    left: 50%;
    top: -30px;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 62px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #3498db;
    display: inline-block;
    border-radius: 4px;
} */

.glance-block-v1 img {
    left: 50%;
    top: -30px;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 62px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: transparent;
    display: inline-block;
}

.glance-tile-blockquote blockquote {
    border-left: none !important;
    margin: .5em 10px !important;
    padding: 0em 10px !important;
    quotes: "\201C""\201D""\2018""\2019";
}

.glance-tile-blockquote blockquote:before {
    color: #aaa !important;
    content: open-quote !important;
    font-size: 3.5em !important;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.glance-tile-blockquote blockquote:after {
    color: #aaa !important;
    content: close-quote !important;
    font-size: 3.5em !important;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.glance-tile-blockquote blockquote p {
    display: inline;
    color: #aaa !important;
    font-family: arial, helvetica, sans-serif !important;
    font-size: 16px !important;
    font-style: italic;
    line-height: 18px !important;
}

.glance-tile-blockquote-byline {
    display: inline;
    color: #aaa !important;
    font-family: arial, helvetica, sans-serif !important;
    font-size: 14px !important;
    font-style: italics!important;
    line-height: 14px !important;
}

.glance-tile-icon {
    color: #ACC1F2;
    font-size:20px!important;
}
.glance-tile-icon:hover {
    color: #ACC1F2;
}
}

/* Small Devices, Tablets */




@media only screen and (min-width : 768px) {
.glance-block-v1 img {
    left: 50%;
    top: -40px;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 26px;
    line-height: 62px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #ffffff;
    display: inline-block;
}
.glance-tile-blockquote blockquote p {
    display: inline;
    color: #aaa !important;
    font-family: arial, helvetica, sans-serif !important;
    font-size: 26px !important;
    font-style: italic;
    line-height: 34px !important;
}

.glance-tile-icon {
    color: #ACC1F2;
    font-size:20px!important;
}

.glance-tile-icon:hover {
    color: #ACC1F2;
}


}

/* =========================================== End Glance Tile  component==============================================*/



.btn-outline-info {
    --bs-btn-color: #fff!important;
    --bs-btn-border-color: #fff!important;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #002C77!important;
    --bs-btn-hover-border-color: rgb(101, 104, 110);
    --bs-btn-hover-border:2px solid rgb(70, 72, 75)!important;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #002C77!important;
    /*--bs-btn-active-border-color: #0dcaf0;*/
    --bs-btn-active-border-color: #002C77!important;
    /*--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
    --bs-btn-hover-border-color: #002C77!important;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #002C77!important;;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #002C77!important;
    --bs-gradient: none;
    border-width: 2px!important;
    font-size: 16px!important;
    line-height: 26px!important;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #002C77!important;
    border-color: #002C77!important;
    border:none!important;
}
/*.btn .btn-outline-info a:visited {color: #fff!important;} */
a.btn.btn-outline-info.py-3.px-3 {color:#fff;}



/* ----- Start custom blockquote ------ */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote{
font-size: 1.4em !important;
    width: auto;
    /*margin: 50px auto !important;*/
    margin: auto!important;
    font-family: Open Sans;
    font-style: italic !important;
    padding: 1.2em 38px 1.2em 40px !important;
    border-left: none !important;
    line-height: 1.6 !important;
    position: relative;
    background: transparent;
    color: #fff;
}

blockquote::before{
    font-family: Arial;
    content: "\201C";
    font-size: 4em;
    position: absolute;
    left: -10px;
    top: -10px;
}

blockquote::after{
    font-family: Arial;
    content: "\201D";
    font-size: 4em;
    position: absolute;
    left: 95%;
    top: auto;
    bottom: -43px;
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}


/* ----- End custom blockquote ------ */  


/* ----- Start custom blockquote p ------ */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote p{
font-size: 1.3rem !important;
width: auto;
margin: 50px auto !important;
margin: 0 0 20px 0 !important;
font-family: Open Sans !important;
font-style: italic !important;
/*padding: 1.2em 38px 0 40px !important;*/
border-left: none !important;
line-height: 1.9rem !important;
position: relative !important;
background: transparent !important;
color: #fff !important;
}

blockquote p ::before{
    font-family: Arial;
    content: "\201C";
    font-size: 4em;
    position: absolute;
    left: -10px;
    top: -10px;
}

blockquote p ::after{
    font-family: Arial;
    content: "\201D";
    font-size: 4em;
    position: absolute;
    left: 95%;
    top: auto;
    bottom: -43px;
}

blockquote p span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}


/* ----- End custom blockquote p------ */  



.cardStyle-01 {
    border:1px solid #f1f1f1;
    background:#f9f9f9;
    border-radius:2px;
}



.cardStyle-02 .bg-primary {
    background-color:#FFC300!important;
}


.cardStyle-02{
    border:1px solid #BBDEFB;
    background:#E3F2Fd;
    border-radius:2px;
}

.cardStyle-02 a:hover {
    background:#0D47A1;
    color:#E3F2Fd;
}


.icon-text-row {
    display: flex;
    flex-direction: row;
/*     height: 70px; */
    padding: 10px 0;
    justify-content: center;
    background:#f48132;
    color:#fff;
}

.icon-text-row img {
    margin-right: 10px;
    width: 150px;
}


.icon-text-row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 33.33333;
}

.icon-text-row-container a {
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    text-decoration-skip: auto;
    text-decoration-skip-ink: auto;
}


/* .icon-text-row img {
    margin-right: 10px;
    width: 66px;
}

.icon-text-row {
    display: flex;
    flex-direction: row;
    height: 70px;
    padding: 10px 0;
    justify-content: center;
}

.icon-text-row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-text-row-container a {
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    text-decoration-skip: auto;
    text-decoration-skip-ink: auto;
}
 */
/* .icon-text-row-2 img {
    margin-right: .8rem;
    width: 80px;
}

.icon-text-row-2 {
    display: flex;
    flex-direction: row;
    height: 80px;
    padding: 10px 0;
    justify-content: start;
}

.icon-text-row-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-text-row-container-2 a {
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    text-decoration-skip: auto;
    text-decoration-skip-ink: auto; 
}
*/

.buttom-icon-right {
    flex-direction: row-reverse;
}

/* Start styling of DUG events table by root CSS class */

.dug-events-table p {font-size:16px;}

.dug-events-table .grid-container .header-container  {border: none!important;background:#f9f9f9!important;}
.dug-events-table .listing-container {border: none!important;}

.dug-events-table button {
    display: flex;
    gap: 4px;
    align-items: center;
    font-weight: 700;
    justify-content: center;
}

.dug-events-table a {color: #5C5B3D;}
.dug-events-table table {border-color: transparent!important;}
.dug-events-table thead {border-color: transparent!important;}
.dug-events-table tbody {border-color: transparent!important;}
.dug-events-table tr {
    border-color:#e7eef9;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e7eef9;
}

.dug-events-table tr:hover {
  border-color: transparent!important;
  margin-bottom: 1rem;
  background: #e7eef9;
}

.dug-events-table td {border-color: transparent!important;padding: 1rem .5rem !important;}
.dug-events-table .grid-container {margin-bottom:2rem;}
.dug-events-table .data-container[_ngcontent-hua-c54] {
    overflow-x: auto;
    margin-bottom: 2rem;
}


.dug-events-table thead {display:none;}
.dug-events-table .dug-events-tag {
    display: inline-block;
    padding: 4px 8px;
    background-color: #5C5B3D;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.25);
    border-radius: 2px;
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-family: helvetica, arial, sans-serif;
}
/* https://stackoverflow.com/questions/2011142/how-to-change-the-style-of-the-title-attribute-inside-an-anchor-tag*/
.dug-table-hover-tags {
  display: inline;
  position: relative;
}

.dug-table-hover-tags:hover:after {
  background: #5C5B3D;
  border-radius: 5px;
  bottom: -34px;
  color: #fff;
  content: attr(data-gloss);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 350px;
}

.dug-table-hover-tags:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 0 6px 6px 6px;
  bottom: -4px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}
.dug-events-table .sold-out {
    background: #7c332b;
    padding: 4px 12px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.dug-events-table-scroll {height: auto; overflow: auto; padding: 1rem; border: 1px solid #edeff4;}
.dug-events-table-scroll .grid-container .header-container  {border: none!important;}
.dug-events-table-scroll .listing-container {border: none!important;}

.dug-events-table-scroll button { display: flex; gap: 4px; align-items: center; font-weight: 700; justify-content: center;}

.dug-events-table-scroll a {color: #5C5B3D;}
.dug-events-table-scroll table {border-color: transparent!important;}
.dug-events-table-scroll thead {border-color: transparent!important;}
.dug-events-table-scroll tbody {border-color: transparent!important;}
.dug-events-table-scroll tr {
    border-color:#e7eef9;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e7eef9;
}

.dug-events-table-scroll tr:hover {
  border-color: transparent!important;
  margin-bottom: 1rem;
  background: #e7eef9;
}

.dug-events-table-scroll td {border-color: transparent!important;padding: 1rem .5rem !important;}
.dug-events-table-scroll .grid-container {margin-bottom:2rem;}
.dug-events-table-scroll .data-container[_ngcontent-hua-c54] {
    overflow-x: auto;
    margin-bottom: 2rem;
}


.dug-events-table-scroll thead {display:none;}
.dug-events-table-scroll .dug-events-tag {
    display: inline-block;
    padding: 4px 8px;
    background-color: #5C5B3D;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.25);
    border-radius: 2px;
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-family: helvetica, arial, sans-serif;
}


.dug-events-table-scroll .sold-out {
    background: #7c332b;
    padding: 4px 12px;
    color: #fff;
    border-radius: 4px;
    font-weight: 800;
    font-size: 10px;
    margin-left: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.dug-events-table-scroll iFrame {margin-bottom:0;}


/* Start Mobile card */
.dug-events-m-row {font-size: 16px;line-height: 1.25;}
/* .dug-events-md-m {color: #7c332b; font-weight: 800; text-transform: uppercase;} */

.dug-events-mob-row {font-size: 16px;font-weight: 400;line-height: 1.25;}

.dug-events-table-text-link a {
    color:#444444!important;
    text-decoration:none;
}
.dug-events-table-text-link a :hover {
    text-decoration:none;
}
.dug-events-table-text-link a :visited {
text-decoration:none!important;
}
.dug-events-table-text-link a:after {
font-family: "Font Awesome 5 Free";
content: "\f0da";
display: inline-block;
padding-left: 12px;
vertical-align: top;
font-weight:900;
}

/*End Mobile card */

/* .dug-events-table-text-link {
        display: block;
        width: 100%;
        padding: 0 0 .25rem 0;
        clear: both;
        font-weight: 800;
        color:#5c5c3c;
        text-align: inherit;
        white-space: nowrap;
        background: transparent;
        background-color: transparent;
        border: 0;
        font-size:125%;
}
.dug-events-table-text-link a {
        color:#5c5c3c!important;
        text-decoration:none;
}
.dug-events-table-text-link a :hover {
        color:#212529!important;
        text-decoration:none;
}
.dug-events-table a :visited {
    color: #5C5B3D!important;
    text-decoration:none!important;
}
.dug-events-table-text-link a:after {
   font-family: "Font Awesome 5 Free";
   content: "\f0da";
   display: inline-block;
   padding-left: 3px;
   vertical-align: middle;
   font-weight:900;
}

.dug-events-table-date-row {font-size: 16px;font-weight: 800;line-height: 1.25;text-transform: uppercase;color: #7c332b; margin-bottom:8px;}
.dug-events-table-date-row .details {text-transform: capitalize; white-space: nowrap; font-weight:400;color: #9c9c9c;}
.dug-events-table-location {text-transform: capitalize;white-space: nowrap;font-weight: 400;color: #9c9c9c;} */

/* End styling of DUG events table by root CSS class */
/* Start styling of DUG featured event cards table by root CSS class */

.dug-featured-event-cards .card {
    background-color: #f9f9f9;
    border-top: none!important;
    border: none;
}

.dug-featured-event-cards .btn-copy-clipboard {display:none;}
.dug-featured-event-cards .field-root .icon {display: none;}
.dug-featured-event-cards .field-root .field-value {margin-left: 0!important;}
.dug-featured-event-cards .title-and-id {margin-bottom: 0!important;}


@media only screen and (max-width:768px){

    .dug-featured-event-cards .custom__item{
        flex:0 0 auto;
        padding-left: 0;
        margin-bottom: 0;
    }
}

/* .dug-featured-event-cards .card-footer {
    padding: 0;
    background-color: transparent!important;
    border-top: none;
    background: transparent;
} */


.dug-featured-event-cards .card-footer {flex-direction: column; padding: 12px 0 0 0;border-top:none;}


.dug-featured-event-cards a {color:#444;text-decoration:none;}

.dug-featured-event-cards .card-body {
    flex: 1 1 auto;
    padding: 0;
}

.event-card-deck-header-text {font-size:2rem; line-height:2.5rem;}
.event-card-deck-header-intro-text {font-size: 1.25rem;line-height: 1.75rem;}



/* End styling of DUG featured event cards table by root CSS class */
.mw-145 {min-width: 145px;}
.text-7c332b {color:#7c332b;}
.text-9c9c9c {color:#9c9c9c;}
.text-444444 {color:#444444;}
.text-400 {font-weight:400;}
.text-600 {font-weight:600;}
.text-800 {font-weight:800;}
.text-capitalize {text-transform:capitalize;}
.text-uppercase {text-transform:uppercase;}
.text-lowercase {text-transform:lowercase;}
.text-nowrap {white-space: nowrap}

































