/* ---------------------Table of Contents------------------------ */
/* --FONT FACES */
/* --BRAND PALETTE */
/* --GENERAL STYLES */
/* --SECTIONS: GENERAL */
/* --SECTION: HEADER LOGO  */
/* --SECTION: HEADER CoBrand LOGOS  */
/* --SECTION: BANNER */
/* --SECTION: TOP BANNER */
/* --SECTION: Section 1 */
/* --SECTION: Full Width Text 1.5 */
/* --SECTION: Video Section */
/* --SECTION: Section 2 */
/* --SECTION: Section 3 */
/* --SECTION: Section 5 */
/* --SECTION: Section 6 (Form) */
/* --SECTION: Agenda */
/* --SECTION: Section 6 Specific Marketo FORM Styles */
/* --SECTION: Section 4 (3-Column) */
/* --SECTION: Full Width Text 7  */
/* --SECTION: Contact Us / Get In Touch */
/* --SECTION: Footer */
/* --Media Queries */
/* ------------------------------------------------------------- */

/* FONT FACES */

/*
 font-weight: thin/normal/bold/bolder; // Choose any option
 font-style: normal/italic/oblique;  // Choose any option
*/

@font-face {
  font-family: "TWKEverett";
  src: url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Regular-web.woff2") format("woff2"), url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Regular-web.woff") format("woff"),
    url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Regular-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TWKEverett";
  src: url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Medium-web.woff2") format("woff2"), url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Medium-web.woff") format("woff"),
    url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Medium-web.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TWKEverett";
  src: url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Black-web.woff2") format("woff2"), url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Black-web.woff") format("woff"),
    url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-Black-web.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TWKEverett";
  src: url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-BoldItalic.otf") format("otf"), url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/TWKEverett-BoldItalic-web.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "GeorgiaPro";
  src: url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/Georgia_Pro_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GeorgiaPro";
  src: url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/Georgia_Pro_Regular_Italic.ttf") format("v");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "GeorgiaPro";
  src: url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/Georgia_Pro_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GeorgiaPro";
  src: url("https://explore.quality.tdsynnex.eu/rs/642-ZQB-201/images/Georgia_Pro_Bold_Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

/* Brand Palette */
:root {
  --tds-primary-teal: #005758;
  --tds-primary-deepteal: #003031;
  --tds-primary-aqua: #08bed5;
  --tds-primary-chartreuse: #ccd814;
  --tds-primary-black: #000000;
  --tds-primary-coolgray1: #d9d8d7;
  --tds-primary-coolgray8: #888b8d;
  --tds-primary-coolgray10: #63666a;
  --tds-primary-white: #ffffff;
  --tds-secondary-stone: #75716e;
  --tds-secondary-navy: #1d3152;
  --tds-secondary-steelblue: #1f728b;
  --tds-secondary-green: #2d9f88;
  --tds-secondary-citron: #908c13;
  --tds-secondary-copper: #ab584d;
  --tds-secondary-plum: #5a2d3f;
  --tds-secondary-purple: #923a7f;
}

/* GENERAL STYLES */
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
} /* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "GeorgiaPro", Georgia, serif;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
html {
  max-width: 100%;
  overflow-x: hidden;
}
body h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TWKEverett", Arial, sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header {
  padding: 15px 0;
}
p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 26px;
  font-weight: 300;
}
p:last-child {
  margin: 0;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
img {
  max-width: 100%;
}

/* Tint Images by Wrapping Them with class="tinter" */
.tinter {
  position: relative;
}
.tinter:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--tds-primary-teal);
  opacity: 0.6;
}

/* BRAND PALETTE CLASSES */

.tds-primary-teal-txt {
  color: var(--primary-teal);
}
.tds-primary-deepteal-txt {
  color: var(--primary-deepteal);
}
.tds-primary-aqua-txt {
  color: var(--primary-aqua);
}
.tds-primary-chartreuse-txt {
  color: var(--primary-chartreuse);
}
.tds-primary-black-txt {
  color: var(--primary-black);
}
.tds-primary-coolgray1-txt {
  color: var(--primary-coolgray1);
}
.tds-primary-coolgray8-txt {
  color: var(--primary-coolgray8);
}
.tds-primary-coolgray10-txt {
  color: var(--primary-coolgray10);
}
.tds-primary-white-txt {
  color: var(--primary-white);
}
.tds-secondary-stone-txt {
  color: var(--secondary-stone);
}
.tds-secondary-navy-txt {
  color: var(--secondary-navy);
}
.tds-secondary-steelblue-txt {
  color: var(--secondary-steelblue);
}
.tds-secondary-green-txt {
  color: var(--secondary-green);
}
.tds-secondary-citron-txt {
  color: var(--secondary-citron);
}
.tds-secondary-copper-txt {
  color: var(--secondary-copper);
}
.tds-secondary-plum-txt {
  color: var(--secondary-plum);
}
.tds-secondary-purple-txt {
  color: var(--secondary-purple);
}

.tds-primary-teal-bg {
  background-color: var(--primary-teal);
}
.tds-primary-deepteal-bg {
  background-color: var(--primary-deepteal);
}
.tds-primary-aqua-bg {
  background-color: var(--primary-aqua);
}
.tds-primary-chartreuse-bg {
  background-color: var(--primary-chartreuse);
}
.tds-primary-black-bg {
  background-color: var(--primary-black);
}
.tds-primary-coolgray1-bg {
  background-color: var(--primary-coolgray1);
}
.tds-primary-coolgray8-bg {
  background-color: var(--primary-coolgray8);
}
.tds-primary-coolgray10-bg {
  background-color: var(--primary-coolgray10);
}
.tds-primary-white-bg {
  background-color: var(--primary-white);
}
.tds-secondary-stone-bg {
  background-color: var(--secondary-stone);
}
.tds-secondary-navy-bg {
  background-color: var(--secondary-navy);
}
.tds-secondary-steelblue-bg {
  background-color: var(--secondary-steelblue);
}
.tds-secondary-green-bg {
  background-color: var(--secondary-green);
}
.tds-secondary-citron-bg {
  background-color: var(--secondary-citron);
}
.tds-secondary-copper-bg {
  background-color: var(--secondary-copper);
}
.tds-secondary-plum-bg {
  background-color: var(--secondary-plum);
}
.tds-secondary-purple-bg {
  background-color: var(--secondary-purple);
}

/* SECTIONS: GENERAL */

.section_4_row .mktoGen.mktoImg,
.section_5_row .mktoGen.mktoImg,
.section_2_row .mktoGen.mktoImg,
.section_6_row .mktoGen.mktoImg {
  display: block;
}
.btn {
  --bs-btn-border-width: 0px;
  --bs-btn-border-radius: 0rem;
}
.btn:hover {
  background-color: #2d9f88 !important;
  color: #ffffff;
  transition: background-color 0.4s ease-in, color 0.4s ease-in;
}

/* Enable Ordering the Sections */
#sortableWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* (re)order sections using 'order' CSS property with variable value */
#selector_banner_order {
  order: var(--banner_order);
}
#selector_top_banner_order {
  order: var(--top_banner_order);
}
#selector_section1_order {
  order: var(--section1_order);
}
#selector_full_text_module_order {
  order: var(--full_text_module_order);
}
#selector_video_order {
  order: var(--video_order);
}
#selector_section2_order {
  order: var(--section2_order);
}
#selector_section3_order {
  order: var(--section3_order);
}
#selector_section5_order {
  order: var(--section5_order);
}
#selector_form_section_order {
  order: var(--form_section_order);
}
#agenda {
  order: var(--agenda_order);
}
#selector_section4_order {
  order: var(--section4_order);
}
#selector_full_text_module7_order {
  order: var(--full_text_module7_order);
}
#contact-box {
  order: var(--contact-box_order);
}

/* SECTION: HEADER LOGO  */

.header-logo {
  max-width: 300px;
  width: 100%;
}
.header-logo a {
  display: block;
  width: 100%;
}
.header-logo a img {
  max-width: 210px;
  width: 100%;
}
.header_row {
  background-color: var(--color_header);
  display: var(--show_header);
}
.makeMeflexible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.makeMeflexible:before {
  display: block;
}
#banner_heading_text {
  text-align: left;
}

/* SECTION: HEADER CoBrand LOGOS  */

.vendor-logo {
  float: right;
  margin-top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.vendor-logo ul {
  margin: 0;
  padding: 0;
  float: right;
}
.vendor-logo ul li {
  float: none;
  display: inline-block;
}
.vendor-logo ul li:nth-last-child(2) {
  margin-right: 10px;
}
.vendor-logo ul li a {
  display: block;
  width: 100%;
}
.row.makeMeflexible {
  align-items: center;
}
.vendor-logo ul li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hideCobrands .coBrandLogos {
  display: none;
}
.hideCobrands .mainLogo {
  width: 100%;
  text-align: var(--mainLogoAlignment);
}
.hideCobrands .header-logo {
  max-width: 100%;
  width: 100%;
  text-align: inherit;
}

/* SECTION: BANNER */

.banner_row {
  background-color: var(--color_banner);
  background-image: var(--b_bg_img);
  display: var(--show_banner);
}
section.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
  padding-top: var(--hero_section_top_padding);
  padding-bottom: var(--hero_section_bot_padding);
  text-align: center;
  color: var(--color_banner_text);
}
section.banner h1 {
  font-size: 80px;
  font-weight: 300;
  margin: 0px;
  color: var(--color_banner_text);
}

/* SECTION: TOP BANNER */

.topbanner_row {
  display: var(--show_topbanner);
}
section.topbanner {
  padding: 0;
  margin: 0;
  text-align: center;
}
.topbanner img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

/* SECTION: Section 1 */
.section_1_row {
  background-color: var(--bg_color_section_1);
  display: var(--show_section_1);
}
section.full-width-sec {
  text-align: left;
  padding: 50px 0px 50px 0px;
}
section.full-width-sec h2 {
  font-size: clamp(2.5rem, 3.5vw, 5rem);
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 15px 0;
  line-height: 120%;
}
section.full-width-sec p {
  font-size: clamp(1.5rem, 2.5vw, 4rem);
  color: var(--txt_color_section_1);
  font-weight: bold;
  line-height: 120%;
}
#section_41_text :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_section_1);
}

/* SECTION: Full Width Text 1.5 */

.section_1_textModule_row {
  background-color: var(--bg_color_text_module_1);
  display: var(--show_full_text_module);
  padding: 50px 0px 50px 0px;
}
#section_195_text_text :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_text_module_1);
}
#section_195_text_text p {
  color: var(--txt_text_module_1);
}

/* SECTION: Video */

.section_video_row {
  background-color: var(--bg_color_video);
  display: var(--show_video_section);
  padding: 50px 0px 50px 0px;
}
#section_video_text :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_text_video);
}
#section_video_text p {
  color: var(--txt_text_video);
}
#section_video iframe {
  max-width: 100%;
}

/* SECTION: Section 2 */

.section_2_row {
  background-color: var(--bg_color_section_2);
  display: var(--show_section_2);
  color: var(--txt_color_section_2);
}
.section_2_row p {
  color: var(--txt_color_section_2);
}
.section_2_row :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_section_2);
}
section.img-container {
  padding: 50px 0;
}
section.img-container {
  padding: 50px 0;
}
.mag-bot {
  margin-bottom: 35px;
}
.moveRight {
  float: right;
}
.moveLeft {
  float: left;
}
.section_2_row .mktoText {
  border-left: var(--acnt_color_section_2) 3px solid;
  padding: 0 0 1rem 1rem;
}
a.sec2btn {
  border: var(--acnt_color_section_2) 2px solid;
  color: var(--acnt_color_section_2);
  padding: 0.75em 3em;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
a.sec2btn:hover,
a.sec2btn:focus {
  background-color: var(--acnt_color_section_2);
  color: var(--bg_color_section_2);
  text-transform: uppercase;
}

/* SECTION: Section 3 */

.section_3_row {
  background-color: var(--bg_color_section_3);
  display: var(--show_section_3);
}
section.sec-full-wdth {
  padding: 50px 0;
  text-align: left;
}
.sec-full-wdth :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_section_3);
}
.sec-full-wdth p {
  color: var(--txt_color_section_3);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
}

/* SECTION: Section 5 */

.section_5_row {
  background-color: var(--bg_color_section_5);
  display: var(--show_section_5);
}
.section_5_row p a {
  text-transform: uppercase;
  font-size: 18px;
}
.img-sec img {
  width: 100%;
}
section.big-image-sec {
  padding: 50px 0;
}
.content-sec :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_section_5);
}
.content-sec h2 {
  font-family: "GeorgiaPro", Georgia, serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  font-style: italic;
}
.content-sec p {
  color: var(--txt_color_section_5);
}
.content-sec p a {
  font-size: 16px;
  color: #101010;
  font-weight: 500;
  margin: 15px 0 0;
  display: inline-block;
}

/* SECTION: Section 6 (Form) */

.section_6_row {
  background-color: var(--bg_color_section_6);
  display: var(--show_section_6);
}
.section_6_row_form {
  background-color: var(--bg_color_section_6_form);
  font-size: 1rem;
}
section.form-container :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_section_6);
}
section.form-container {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: var(--form_section_bot_padding);
}
section.form-container {
  color: var(--txt_color_section_6);
}
section.form-container p,
section.form-container div,
section.form-container span {
  color: var(--txt_color_section_6);
}
div#section_6_2_text {
  padding-right: 20px;
}

/* Can be applied on-demand, if and when required */
.ty-border {
  border: solid 1px;
  padding: 1em;
  width: fit-content;
}

/* TOGGLES FORM VISIBILITY */

/* used in Translations / XLATE / Contact Updates to CRM */
.Form_Section {
  opacity: 0;
}
.Form_Section[data-mkto-ready="true"] {
  opacity: 1;
  transition: opacity 250ms ease-in;
}

/* used in Sanford Whiteman's Mkto Form DE-STYLE Script */
/*.mktoForm {
  visibility: hidden;
}
*/
.mktoForm[data-styles-ready="true"] {
  visibility: visible;
}

/* SECTION: Section 6 Specific FORM Styles */
.Form_Section,
.Form_Section span,
.Form_Section label,
.Form_Section div,
.Form_Section p,
.Form_Section div p,
.Form_Section div p span,
.Form_Section fielset .Form_Section fielset p,
.Form_Section fielset div,
.Form_Section fielset div p,
.Form_Section fielset div p span {
  color: var(--txt_color_section_6_form);
}

.mktoLabel.mktoHasWidth {
  color: var(--hdg_color_section_6_form);
  font-family: "TWKEverett", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
#Guided-Template-Form :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_section_6_form);
  margin: 0 0 10px 0;
}
.mktoForm fieldset {
  margin-top: 5px;
  padding: 10px;
  border: solid var(--fieldset_border_color_section_6_form);
  border-width: thin;
  margin-bottom: 0.5em;
}
fieldset legend {
  color: var(--fieldset_lbl_color_section_6_form);
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "TWKEverett", Arial, sans-serif;
  text-transform: uppercase;
}
.mktoAsterix {
  float: right;
  display: none;
}
.mktoFieldWrap.mktoRequiredField > label::after {
  content: "*";
}
.mktoClear {
  clear: both;
}
/* Added for two column forms */
.tdsmkto-row {
  display: flex;
}
/* End of added for two column forms */
.mktoInstruction {
  margin-bottom: 5px;
  font-style: italic;
  font-size: 0.85rem;
  margin-left: 10px;
  display: none;
}
.mktoForm input::placeholder {
  color: #888b8d;
  font-style: italic;
  font-size: 0.9rem;
}
/* Fallback Error Solution - Toast Version */
/*
.mktoError {
  background-color: #dc1313;
  height: fit-content;
  padding: 20px 40px;
  width: auto;
  margin-top: 20px;
  margin-left: 20px;
  position: fixed;
  top: 1px;
  border: 3px #dc1313;
  border-radius: 90px;
}
*/
/* Toast Version END */

/* Error Bubble underneath field - doesn't work*/
.mktoError {
  background-color: var(--tds-secondary-copper);
  height: fit-content;
  padding: 5px 10px;
  width: 100%;
  margin-top: 10px;
  font-size: smaller;
  position: sticky;
  border: 3px solid var(--tds-secondary-copper);
  border-radius: 10px;
}
.mktoError:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 30px;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-50%);
  border-bottom: inherit;
  border-right: inherit;
  box-shadow: inherit;
  background-color: var(--tds-secondary-copper);
  z-index: 9;
}
.mktoError .mktoErrorMsg {
  color: var(--tds-primary-white);
}
/* Error Bubble END */

.mktoForm input[disabled="true"] {
  color: var(--tds-primary-coolgray10);
}

.mktoForm input,
textarea {
  border: 0;
  padding: 0.25rem;
}
input[type="range"] {
  width: 100%;
}
.mktoForm select {
  border: 0;
  padding: 0.25rem;
}
.mktoForm input[type="checkbox"],
.mktoForm input[type="radio"] {
  float: left;
  width: 1rem;
  height: 1rem;
  border: 0;
}
.mktoLogicalField.mktoCheckboxList label,
.mktoRadioList label {
  display: block;
  margin-left: 25px;
}
.mktoForm input[disabled="true"] {
  color: var(--tds-primary-coolgray10);
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField,
textarea {
  width: 100%;
  background-color: var(--tds-primary-coolgray1);
}
.mktoFormCol,
.mktoFieldWrap {
  width: 100%;
  /* padding-bottom: 0.5em; */
}
/* Changed for 3 column forms - keep? */
.mktoFieldWrap {
  padding: 0.5em;
}
.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  width: auto;
  float: left;
  clear: none;
}
.mktoForm .mktoOffset {
  float: left;
  height: 0;
  width: 10px;
}

.mktoRangeValueText {
  float: right;
}

.mktoButtonWrap {
  margin-left: 0;
}
.mktoButtonRow {
  width: 100%;
  text-align: left;
  padding-top: 1em; /* Changed for 3 column forms - keep? */
  padding-left: 0.5em;
}
.mktoButtonWrap.mktoSimple .mktoButton,
#kiosk-button {
  background: var(--btn_bg_color_section_6_form);
  color: var(--btn_txt_color_section_6_form);
  border: 0;
  padding: 10px 20px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "TWKEverett", Arial, sans-serif;
  font-weight: 500;
}
.mktoButtonWrap.mktoSimple .mktoButton:hover,
#kiosk-button:hover {
  background-color: var(--btn-hov_bg_color_section_6_form);
  color: var(--btn-hov_txt_color_section_6_form);
  transition: background-color 0.4s ease-in, color 0.4s ease-in;
}
/* CSS for "Clearing lead fields based on unanswered form questions"
/* URL: https://blog.teknkl.com/clearing-lead-fields-when-no-value-submitted/*/
INPUT[type="checkbox"][value="NULL"],
OPTION[value="NULL"],
INPUT[type="checkbox"][value="NULL"] + LABEL {
  display: none !important;
}

/* SECTION: Agenda */

.agenda-row {
  background-color: var(--bg_color_agenda);
  display: var(--show_agenda);
}
.agenda-row p,
.agenda-row span {
  color: var(--txt_color_agenda);
}
.agenda-row :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_agenda);
}
#agenda button {
  background-color: var(--tds-primary-teal);
}
#agenda .card-body {
  border-bottom: lightgray solid 1px;
}
#agenda .card:nth-child(odd) .day {
  background-color: var(--bg_color_agenda_day_odd);
}
#agenda .card:nth-child(odd) .day p,
#agenda .card:nth-child(odd) .day span {
  color: var(--txt_color_agenda_day_odd) !important;
}
#agenda .card:nth-child(even) .day {
  background-color: var(--bg_color_agenda_day_even);
}
#agenda .card:nth-child(even) .day p,
#agenda .card:nth-child(even) .day span {
  color: var(--txt_color_agenda_day_even) !important;
}
#agenda .agenda-img {
  width: 100px;
}

/* SECTION: Section 4 (3-Column) */

.section_4_row {
  background-color: var(--bg_color_section_4);
  display: var(--show_section_4);
}
section.three-block-sec {
  padding: 50px 0;
}
.three-block-sec img {
  width: 100%;
  margin: 0 0 15px;
}
.three-block-sec :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_section_4);
}
.three-block-sec h3 {
  font-size: 25px;
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.three-block-sec p {
  color: var(--txt_color_section_4);
  font-weight: 400;
}

/* SECTION: Full Width Text 7  */

.section_7_textModule_row {
  background-color: var(--bg_color_text_module_7);
  display: var(--show_full_text_module7);
  color: var(--txt_color_text_module_7);
  padding: 50px 0px 50px 0px;
}
.section_7_textModule_row :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_text_module_7);
}

/* SECTION: Contact Us / Get In Touch */

.contact-box-row {
  display: var(--show_contact-box);
  background-color: var(--bg_color_contact-row);
}
#contact-box :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_contact-box);
}
#contact-box p,
#contact-box span {
  color: var(--txt_color_contact-box);
}
#contact-box .card-header {
  text-align: center;
}
#contact-box .card-header img {
  max-width: 60%;
}
#contact-box .card-body {
  background-color: var(--bg_color_contact-box);
}
#contact-box .card-footer {
  background-color: var(--bg_color_contact-box_footer);
}
#contact-box button {
  width: 100%;
}
#contact-box .btn-contact-me {
  background-color: var(--btn_color_contact-box);
}
#contact-box .card-text {
  font-size: 0.9rem;
}
#contact-box span[class^="contact-"] {
  display: block;
}

/* SECTION: Footer */

.footer_row {
  display: var(--show_footer);
  background-color: var(--bg_color_footer);
  padding: 50px 0;
  color: var(--txt_color_footer);
}
.footer_row p,
.footer_row span,
.footer_row a {
  color: var(--txt_color_footer);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.footer_row :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hdg_color_footer);
}
.footer_row a {
  text-decoration: none;
}
.footer_row a:hover {
  text-decoration: underline;
}

/* Media Queries */

/* Bootstrap Default: XX-Large devices (larger desktops) */
/* No media query since the xxl breakpoint has no upper bound on its width */

/* Bootstrap Default: X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .tdsmkto-row {
    display: flex !important;
  }
}

/* Bootstrap Default: Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .tdsmkto-row {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  section.banner {
    padding: 50px 0px;
  }
  section.banner h1 {
    font-size: 60px;
  }
  .tdsmkto-row {
    display: flex !important;
  }
}

/* Bootstrap Default: Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .tdsmkto-row {
    display: flex !important;
  }
}

/* Bootstrap Default: Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .mob_center {
    text-align: left;
  }
  .mob-mag-bot {
    margin-bottom: 30px;
  }
  .responsive-img img {
    width: 100%;
  }
  .mainLogo {
    display: flex;
    align-items: left;
  }
  .hideCobrands .header-logo a img {
    max-width: 250px;
  }
  section.banner {
    padding-top: var(--hero_mob_top_padding);
    padding-bottom: var(--hero_mob_bot_padding);
  }
  section.banner h1 {
    font-size: 50px;
  }
  .full-width-sec p {
    padding: 0%;
  }
  .form-img {
    margin: 0 auto 30px auto;
    text-align: left;
  }
  .tdsmkto-row {
    display: block !important;
  }
}

/* Bootstrap Default: X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body {
    word-wrap: break-word;
  }
  .hideCobrands .header-logo a img {
    max-width: 200px;
  }
  .vendor-logo ul {
    text-align: left;
    width: 100%;
    margin: 20px 0px 10px 0px;
  }
  .vendor-logo {
    margin-right: 0px;
    width: 100%;
  }
  .vendor-logo ul li {
    width: 110px;
  }
  section.banner {
    padding-top: var(--hero_mob_top_padding);
    padding-bottom: var(--hero_mob_bot_padding);
  }
  section.banner h1 {
    font-size: 36px;
  }
  .full-width-sec h2 {
    font-size: 65px;
  }
  footer .col-md-6:last-child {
    text-align: left;
  }
  .tdsmkto-row {
    display: block !important;
  }
}

@media (max-width: 400px) {
  .vendor-logo ul li {
    width: 104px;
  }
  .tdsmkto-row {
    display: block !important;
  }
}

@media (max-width: 375px) {
  section.banner {
    padding: 35px 0px;
  }
  .full-width-sec h2 {
    font-size: 60px;
  }
  .vendor-logo ul li {
    width: 95px;
  }
  .tdsmkto-row {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .vendor-logo ul li {
    width: 84px;
  }
  .tdsmkto-row {
    display: block !important;
  }
}
