@charset "UTF-8";
/*
Screen Sizes
 */
/*
Fonts
 */
/*
Colors
 */
/*
Navigation Variables
 */
/*
Container Variables
 */
/*
Footer Variables
 */
/*
valcom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  height: 100%;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover,
a:focus,
a:active {
  color: #efb600;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li > ul,
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1100px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

h1 {
  position: relative;
  font-size: 5.25rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 5.625rem;
  color: rgb(0, 50, 110);
  margin-bottom: 0;
}
h1:before {
  position: absolute;
  left: -40px;
  display: block;
  content: " ";
  width: 12px;
  height: 100%;
  background-color: #efb600;
}

h2 {
  position: relative;
  font-size: 3.125rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3.125rem;
  color: rgb(0, 50, 110);
  margin-bottom: 0;
}
h2:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: block;
  content: " ";
  width: 5px;
  height: 78%;
  background-color: #efb600;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #0076bc;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0076bc;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  height: 36px;
  padding: 10px 24px;
  border-radius: 16px;
  border: solid 2px #fff;
  background: rgb(0, 50, 110);
  color: #fff;
  min-width: 315px;
}
@media screen and (max-width: 1280px) {
  .search-form .search-field {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 1060px) {
  .search-form .search-field {
    min-width: auto;
  }
}
.search-form .search-field:active, .search-form .search-field:focus-visible {
  color: #fff;
  outline: none;
}
.search-form .search-field::placeholder {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .search-form {
    display: none;
  }
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: -1px;
  width: 48px;
  height: 36px;
  border-radius: 0 16px 16px 0;
  background: url("/source/afd2999b298c061291bc9cfb6837558b/search_icon.svg") #0076bc no-repeat center center;
  border: none;
  text-indent: 9999px;
  overflow: hidden;
}

.mobile-only .search-form {
  display: block !important;
}

.image-left-slant-left {
  max-height: 800px !important;
  gap: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.image-left-slant-left figure {
  margin: 0;
  height: 100%;
  width: 100%;
}
.image-left-slant-left figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-left-slant-left .slant-left {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
}
.image-left-slant-left .slant-left:before {
  content: url("/source/111feab924eab2140f5ece5cb1312955/white_slant.svg");
  position: absolute;
  top: 0;
  height: 100%;
  left: -220px;
  width: 200px;
}
.image-left-slant-left .slant-left .wp-block-group {
  position: relative;
  margin-left: 10%;
  margin-bottom: 30px;
}
.image-left-slant-left .slant-left .wp-block-group p {
  font-size: 1.25em;
}
@media screen and (max-width: 1100px) {
  .image-left-slant-left {
    display: block !important;
    max-height: none !important;
  }
  .image-left-slant-left .slant-left .wp-block-group {
    position: relative;
    margin-left: 0;
  }
  .image-left-slant-left .slant-left .wp-block-group p {
    font-size: 1.25em;
  }
  .image-left-slant-left .slant-left:before {
    content: url("/source/1a5edf18eb16e9b9e11554437e725362/white_slant_mobile.svg");
    position: absolute;
    top: -300px;
    height: 110%;
    left: -1px;
    width: 125%;
  }
  .image-left-slant-left .slant-left h1 {
    margin: 70px 50px 50px 20%;
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
  .image-left-slant-left .slant-left p {
    text-align: center;
    padding: 0 40px 10px 40px;
  }
  .image-left-slant-left .slant-left .wp-block-buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 375px) {
  .image-left-slant-left h1 {
    font-size: 4.5rem;
    margin: 70px 50px 50px 20%;
  }
}

.image-vertical-slant {
  position: relative;
  overflow: hidden;
}
.image-vertical-slant .slant-left {
  position: relative;
  top: 0;
  left: -12.5%;
  background: url("/source/eac3a570dc4eda0a0af8aa013f888a0d/clipping_bg.png") right bottom #fff no-repeat;
  /*transform: rotate(-8deg);*/
  width: 125%;
  height: 45%;
  padding: 150px 30% 150px 30%;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .image-vertical-slant .slant-left {
    padding: 50px 25% 20% 25%;
    height: 50%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .image-vertical-slant .slant-left {
    height: 60%;
    font-size: 1rem;
  }
}
.image-vertical-slant .slant-left > .wp-block-group__inner-container {
  /*transform: rotate(8deg);*/
}
.image-vertical-slant .slant-left h3 {
  text-align: center;
  font-weight: 600;
}
.image-vertical-slant .slant-left p {
  text-align: center;
  font-size: 1.25em;
}
@media screen and (max-width: 1100px) {
  .image-vertical-slant .slant-left {
    position: relative;
    transform: none;
    height: auto;
    top: 80px;
    padding: 80px 25%;
  }
  .image-vertical-slant .slant-left > .wp-block-group__inner-container {
    transform: none;
    height: auto !important;
  }
}

.image-right-overlay {
  width: 100%;
  /*padding-top: 20%;*/
}
@media screen and (max-width: 1400px) {
  .image-right-overlay {
    padding-top: 25%;
  }
  .image-right-overlay .background-image figure {
    margin: 0;
  }
  .image-right-overlay .background-image img {
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .image-right-overlay {
    padding-top: 25%;
  }
}
.image-right-overlay .background-image figure {
  margin: 0;
}
.image-right-overlay .background-image img {
  /*margin-top: 50px ;*/
  width: 110%;
}
.image-right-overlay .text-block {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40%;
  box-sizing: border-box;
  padding: 200px 150px;
  border-left: solid #efb600 36px;
  background-color: rgba(0, 50, 110, 0.7254901961);
  color: #fff;
}
.image-right-overlay .text-block h2 {
  color: #fff;
  font-size: 2.5rem;
}
.image-right-overlay .text-block ul {
  padding: 0;
  margin: 60px 0 0 0;
  list-style: none;
}
.image-right-overlay .text-block ul li {
  line-height: 38px;
  padding-left: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.625rem;
  background: left center no-repeat;
}
.image-right-overlay .text-block ul li a {
  position: relative;
  top: 5px;
  text-decoration: none;
}
.image-right-overlay .text-block ul .k12 {
  background: url("/source/4dcc72e21babf3f69581f0cce918d635/k12.png") left center no-repeat;
}
.image-right-overlay .text-block ul .higher-ed {
  background: url("/source/1c7076c0a30a1f8970753689caa7ef10/higher-ed.png") left center no-repeat;
}
.image-right-overlay .text-block ul .comm-ind {
  background: url("/source/b622066291a0f8cc74c3588740b0624a/commercial-industrial.png") left center no-repeat;
}
.image-right-overlay .text-block ul .healthcare {
  background: url("/source/6aaa5da8b79e410646cc87380484d43e/healthcare.png") left center no-repeat;
}
.image-right-overlay .text-block ul .corporate {
  background: url("/source/6ee9efd6da101ca3bb83c08951a8c7fb/corporate.png") left center no-repeat;
}
.image-right-overlay .text-block ul .transportation {
  background: url("/source/1517eede205e25ee40d641781509aee3/transportation.png") left center no-repeat;
}
.image-right-overlay .text-block ul .government-military {
  background: url("/source/17c1564491f837c7c6efb2a16837c4a0/government-military.png") left center no-repeat;
}
@media screen and (max-width: 1700px) {
  .image-right-overlay .text-block {
    padding: 200px 100px;
  }
  .image-right-overlay .text-block ul li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1500px) {
  .image-right-overlay .text-block {
    padding: 150px 75px;
  }
  .image-right-overlay .text-block ul li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1400px) {
  .image-right-overlay .text-block {
    padding: 100px 100px;
  }
  .image-right-overlay .text-block ul li {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .image-right-overlay .text-block {
    padding: 200px 75px 50px 75px;
  }
  .image-right-overlay .text-block h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .image-right-overlay .text-block ul {
    margin-top: 10px;
  }
  .image-right-overlay .text-block ul li {
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 24px;
    background-size: contain !important;
  }
}
@media screen and (max-width: 1050px) {
  .image-right-overlay .text-block {
    padding: 150px 50px 50px 75px;
  }
}
@media screen and (max-width: 980px) {
  .image-right-overlay .text-block {
    padding: 150px 50px 50px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .image-right-overlay {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
  .image-right-overlay .text-block {
    position: relative;
    width: 100%;
    border: none;
    background-color: #00326e;
    padding: 80px;
  }
  .image-right-overlay .text-block:before {
    content: url("/source/653042d8a499a27ee8721bce8a10bf43/dark_blue_slant_mobile.svg");
    position: absolute;
    top: -200px;
    height: 110%;
    left: -1px;
    width: 125%;
  }
  .image-right-overlay .background-image img {
    height: 100vw;
    object-fit: cover;
  }
}

.blue-slant-block {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  gap: 0;
  overflow: hidden;
  color: #fff;
  font-size: 1.15rem;
  max-height: 850px;
}
.blue-slant-block .wp-block-column:first-child {
  flex-basis: 14%;
  position: relative;
  box-sizing: border-box;
  padding: 150px 0 150px 150px;
  background-color: #0076bc;
}
.blue-slant-block .wp-block-column:first-child:before {
  content: url("/source/7b2550680be9180f6593847a319e5f68/blue_slant.svg");
  background-size: contain;
  position: absolute;
  right: -275px;
  top: -5px;
  height: 105%;
}
.blue-slant-block figure {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.blue-slant-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blue-slant-block h2 {
  color: #fff;
  margin: 0 0 50px 0;
  font-size: 3.25rem;
}
.blue-slant-block h2::before {
  top: 4px;
  height: 2.25rem;
}
.blue-slant-block ul {
  margin: 0;
  padding: 0;
}
.blue-slant-block ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .blue-slant-block {
    flex-direction: column-reverse;
    max-height: none;
  }
  .blue-slant-block h2 {
    font-size: 2.75rem;
  }
  .blue-slant-block .wp-block-column:first-child {
    padding: 60px;
    text-align: center;
  }
  .blue-slant-block .wp-block-column:first-child:before {
    content: none;
  }
}

.learn-more-button .wp-element-button {
  width: 250px;
  height: 60px;
  background-color: #0076bc;
  line-height: 30px;
}

.button {
  display: flex;
  border: solid 2px #0076bc;
  height: 60px;
  width: 250px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 300;
  font-size: 1.25em;
}

.our-partners {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center !important;
  max-height: 800px;
  padding: 80px;
}
.our-partners h2 {
  text-align: center;
  font-size: 3.75rem;
}
.our-partners .logo-iloveuguys {
  max-width: 450px;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .our-partners {
    display: block !important;
    height: auto;
    max-height: 800px;
    padding: 80px;
  }
  .our-partners h2 {
    text-align: center;
    font-size: 2.75rem;
  }
}

.featured-product-carousel-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 720px;
  width: 100%;
  overflow: hidden;
  background-color: #1279c1;
  z-index: 8;
}
@media screen and (max-width: 1100px) {
  .featured-product-carousel-container {
    margin-top: 80px !important;
  }
}
.featured-product-carousel-container h2 {
  margin: 24px 0 24px;
  color: #fff;
}
.featured-product-carousel-container .featured-products-carousel {
  max-width: 1200px;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide .part-container {
  padding: 0 35px;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide .part-container .part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 520px;
  font-weight: 500;
  color: white;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide .part-container .part a {
  text-decoration: none;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide .part-container .part img {
  width: 480px;
  height: 220px;
  margin: 20px;
  object-fit: contain;
  border-radius: 16px;
  background-color: #f0f0f0;
  transition: filter 0.25s ease-in-out, margin 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide .part-container .part p {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  font-size: 1.5rem;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide .part-container .part p.product_num {
  margin-bottom: 0;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide .part-container .part p.product_text {
  margin-top: 0;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide.centerSlide p {
  opacity: 1 !important;
}
.featured-product-carousel-container .featured-products-carousel .slick-slide.centerSlide img {
  width: 560px !important;
  height: 300px !important;
  margin: 0 !important;
}
.featured-product-carousel-container .featured-products-carousel .slick-arrow {
  position: absolute;
  width: 28px;
  height: 28px;
  top: calc(50% - 32px);
  background: transparent;
  background-size: contain;
  border: none;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
.featured-product-carousel-container .featured-products-carousel .slick-prev {
  left: -40px;
  background: url("/source/b67334664d6bc576cba072176b11ec99/slick_partners_prev_white.svg") no-repeat center center;
}
.featured-product-carousel-container .featured-products-carousel .slick-next {
  right: -40px;
  background: url("/source/eaba027e6ed5b3314c3515a2cec05ebe/slick_partners_next_white.svg") no-repeat center center;
}

.partners-carousel {
  width: 100%;
  max-width: 1280px;
  margin: 90px 0 !important;
}
.partners-carousel .logo {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.partners-carousel .logo img {
  margin: 0 auto;
  height: 130px;
  object-fit: contain;
}
.partners-carousel .slick-arrow {
  position: absolute;
  width: 28px;
  height: 28px;
  top: calc(50% - 14px);
  background: transparent;
  background-size: contain;
  border: none;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
.partners-carousel .slick-prev {
  left: -40px;
  background: url("/source/480bc031f5964697ea7b0953dfa85485/slick_partners_prev.svg") no-repeat center center;
}
.partners-carousel .slick-next {
  right: -40px;
  background: url("/source/d7295927305482d9d8d4fe4f9411d75a/slick_partners_next.svg") no-repeat center center;
}

.protecting-children {
  background: rgb(0, 50, 110) url("/source/bc292d7d74b2d2b72c145f3b6d2f56e3/protecting_children_bg.png") bottom right no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center !important;
  padding: 100px 320px;
  font-size: 1.25rem;
}
.protecting-children h3 {
  color: #fff;
  margin: 60px 0 60px 0;
  font-weight: 600;
}
.protecting-children figcaption {
  font-style: italic;
}
.protecting-children .wp-block-buttons {
  width: 100%;
}
.protecting-children .is-type-video {
  flex-grow: 0;
}
.protecting-children .is-type-video iframe {
  width: 100% !important;
  height: 470px;
}
.protecting-children p {
  margin-bottom: 40px;
}
.protecting-children .wp-block-button a {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  width: 300px;
}
.protecting-children .video-caption {
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .protecting-children {
    padding: 60px;
  }
}

.value-of-valcom {
  display: flex;
  position: relative;
  height: 33.333vw;
  overflow: hidden;
  font-size: 1.25rem;
}
.value-of-valcom::before {
  position: absolute;
  content: " ";
  height: 150%;
  width: 76.66%;
  left: -5%;
  background-color: #0076bc;
  border-right: solid #efb600 48px;
  transform: rotate(10deg);
}
.value-of-valcom > :first-child {
  width: 66.66%;
  padding: 140px 70px 140px 140px;
}
.value-of-valcom > :first-child h2 {
  margin: 0 5px 40px 5px;
  color: #fff;
}
.value-of-valcom > :first-child ul {
  padding: 0;
  margin: 0;
  z-index: 10;
}
.value-of-valcom > :first-child ul li {
  color: #fff;
  margin-bottom: 20px;
}
.value-of-valcom figure {
  flex-shrink: 1;
  width: 33.333vw;
  height: 100%;
}
.value-of-valcom figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our-portfolio {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center !important;
  text-align: center;
}
.our-portfolio > .wp-block-group__inner-container {
  width: 100%;
  max-width: 1280px;
}
.our-portfolio .product-portfolio-categories {
  margin: 0 20px;
  position: relative;
}
.our-portfolio .product-portfolio-categories .more-products-label {
  position: absolute;
  bottom: 80px;
  width: 100%;
  line-height: 40px;
  font-weight: 500;
  font-size: 1.25rem;
}
.our-portfolio .product-portfolio-categories .more-products-label.hide {
  display: none;
}
.our-portfolio .product-portfolio-categories .slick-arrow {
  position: absolute;
  bottom: 80px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  border: none;
}
.our-portfolio .product-portfolio-categories .slick-arrow.slick-next {
  right: 15%;
  background: url("/source/92088e9fd5dc1bcae3412ec55de884f9/product_portfolio_next.svg") no-repeat center center;
}
.our-portfolio .product-portfolio-categories .slick-arrow.slick-prev {
  left: 15%;
  z-index: 999;
  background: url("/source/c88834dbcf5ed3987b51aebf691597c5/product_portfolio_prev.svg") no-repeat center center;
}
.our-portfolio .wp-block-group__inner-container .container ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 3%;
}
.our-portfolio .wp-block-group__inner-container .container ul.slick-initialized {
  display: block;
}
@media screen and (max-width: 1100px) {
  .our-portfolio .wp-block-group__inner-container .container ul {
    display: block;
  }
}
.our-portfolio .wp-block-group__inner-container .container ul li {
  width: 17.6%;
  height: auto;
  max-width: 280px;
  border-radius: 20px;
  border: solid 1px #e1e1e1;
  overflow: hidden;
  margin-bottom: 160px;
  -webkit-box-shadow: 20px 23px 23px -22px rgba(128, 128, 128, 0.82);
  -moz-box-shadow: 20px 23px 23px -22px rgba(128, 128, 128, 0.82);
  box-shadow: 20px 23px 23px -22px rgba(128, 128, 128, 0.82);
}
.our-portfolio .wp-block-group__inner-container .container ul li .image {
  height: 140px;
  background: #f0f0f0 no-repeat center center;
  background-size: contain;
}
.our-portfolio .wp-block-group__inner-container .container ul li.speakers .image {
  background-image: url("/source/15a0ff94ccc7e245fe9d8562ca1a15ca/speakers.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.horns .image {
  background-image: url("/source/5c544168d5fabf3a941637c53ca6c29f/horns.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.headends .image {
  background-image: url("/source/877b3a338ec88aa5d3b568ef6556e55b/headends.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.visual-alerting .image {
  background-image: url("/source/c9e9ad38d2d87031067c59aefc14c200/visual-alerting.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.clocks .image {
  background-image: url("/source/09ce23ef3bbb1ed092040332147416e8/clocks.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.intercoms .image {
  background-image: url("/source/0e0cce10880fd257ad8410b90413f463/intercoms.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.helppoints .image {
  background-image: url("/source/91ebfb7656600e6ac3c756eabfecb74f/helppoints.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.gateways .image {
  background-image: url("/source/8fdcc1df2036d69846ce53505782ae27/gateways.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.accessories .image {
  background-image: url("/source/eb096a7159f4accf2e42b41e4dfe7d4b/accessories.png");
}
.our-portfolio .wp-block-group__inner-container .container ul li.numerical-product-list .image {
  background-image: url("/source/97079cd480004a02ca7289b8652b2e09/numerical-product-list.png");
  background-size: cover;
}
.our-portfolio .wp-block-group__inner-container .container ul li .category-text {
  padding: 30px;
}
.our-portfolio a {
  color: #000;
  text-decoration: none;
}
.our-portfolio h2 {
  margin-top: 80px;
  margin-bottom: 120px;
}
.our-portfolio h2:before {
  content: none;
}
.our-portfolio h4 {
  font-weight: 600;
  margin: 0;
}
.our-portfolio p {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .our-portfolio > .wp-block-group__inner-container {
    padding: 0 50px;
  }
  .our-portfolio h2 {
    margin: 40px auto 40px;
  }
}

.building-seamless-communications {
  height: 33.333vw;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  position: relative;
  margin-bottom: 0;
  gap: 0;
  background-color: rgb(0, 50, 110);
}
.building-seamless-communications > div:first-child {
  max-width: 40%;
  z-index: 10;
  color: #fff;
  padding: 80px 0 80px 320px;
  position: relative;
}
.building-seamless-communications > div:first-child h2 {
  color: #fff;
  margin-bottom: 40px;
}
.building-seamless-communications > div:first-child ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.building-seamless-communications > div:first-child ul li {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.building-seamless-communications > div:first-child:before {
  position: absolute;
  content: " ";
  background: url("/source/b10ae6530e19282c8353ea301db953c8/building-seamless-communications.svg") no-repeat center center;
  height: 100%;
  width: 320px;
  min-width: 300px;
  top: 0;
  right: -300px;
  z-index: 2;
}
.building-seamless-communications figure {
  width: 110%;
  margin: 0;
  position: relative;
}
.building-seamless-communications figure img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .building-seamless-communications {
    flex-direction: column-reverse;
    height: auto;
    max-height: none;
  }
  .building-seamless-communications > div:first-child {
    max-width: none;
    padding: 80px;
    position: relative;
  }
  .building-seamless-communications > div:first-child:before {
    content: none;
  }
  .building-seamless-communications > div:first-child:before {
    content: " ";
    position: absolute;
    top: -400px;
    height: 110%;
    left: -1px;
    width: 100%;
    background: url("/source/1520009bd2cb949e4c33227334560892/building-seamless-communications_vertical.svg") no-repeat center center;
    z-index: -1;
  }
  .building-seamless-communications figure img {
    height: 100vw;
    object-fit: cover;
  }
  .building-seamless-communications h2 {
    font-size: 2.75rem;
    text-align: center;
  }
  .building-seamless-communications ul {
    text-align: center;
  }
}

.tick {
  font-size: 1rem;
  white-space: nowrap;
  font-family: arial, sans-serif;
}

.tick-flip, .tick-text-inline {
  font-size: 2.5em;
}

.tick-label {
  margin-top: 1em;
  font-size: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.tick-text-inline {
  color: rgb(90, 93, 99) !important;
}

.tick-label {
  color: rgb(90, 93, 99) !important;
}

.tick-flip-panel {
  color: rgb(255, 255, 255) !important;
}

.tick-flip {
  font-family: canada-type-gibson !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: rgb(59, 61, 59) !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.dark-blue-block {
  padding: 110px 25%;
  background: #00326E;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
.dark-blue-block.text-left-justified {
  text-align: left !important;
}
.dark-blue-block a {
  color: #fff !important;
}
.dark-blue-block a:hover {
  color: #efb600 !important;
}
.dark-blue-block h2 {
  color: #fff;
  margin: 0 0 30px 0;
}
.dark-blue-block h2:before {
  content: none;
}
.dark-blue-block h3 {
  color: #fff;
  margin: 0;
}
.dark-blue-block p {
  margin-top: 0;
}
.dark-blue-block .image-column figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-blue-block .image-column figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .dark-blue-block {
    padding: 50px;
  }
  .dark-blue-block h2 {
    text-align: center;
  }
  .dark-blue-block .is-layout-flex {
    flex-direction: column;
  }
}

.white-block {
  padding: 90px 0;
  font-size: 1.25rem;
}
.white-block h2 {
  color: rgb(0, 50, 110);
}
.white-block h2:before {
  content: none;
}
.white-block .text-column {
  padding: 45px;
}
.white-block .image-column figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white-block .image-column figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.white-block ul li {
  margin-bottom: 30px;
}
.white-block ul li a {
  font-weight: 600;
}
.white-block h2 {
  margin: 0 0 30px 0;
}
.white-block h3 {
  margin: 0;
}
.white-block p {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .white-block {
    padding: 50px;
  }
}

.icon a {
  display: block;
  padding-top: 180px;
  width: 150px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  background: top center no-repeat;
  margin: 0 40px;
}

.icon.engineered-solutions a {
  background: url("/source/0b6ae5a2515c8ec16454692bdc53edf7/engineered_solutions.svg") top center no-repeat;
}

.icon.distribution-solutions a {
  background: url("/source/a6b7a63724ee3d23258944be54e06209/distribution_solutions.svg") top center no-repeat;
}

.icon.design-solutions a {
  background: url("/source/9ab64b8da9cf14472694ce87b86234f8/design_solutions.svg") top center no-repeat;
}

.icon.training-support a {
  background: url("/source/e7e38aa42c9974adbde5ca17a1a16315/training_support.svg") top center no-repeat;
}

.who-we-help-container .who-we-help-links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 46px;
}
.who-we-help-container .who-we-help-links li {
  width: calc(20% - 36.8px);
  height: 230px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 7px 7px 15px rgba(157, 157, 157, 0.1607843137);
}
.who-we-help-container .who-we-help-links li .image-link {
  height: 143px;
}
.who-we-help-container .who-we-help-links li .text-link {
  text-align: center;
  height: 90px;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.who-we-help-container .who-we-help-links .k12 .image-link {
  background: url("/source/b5f788a93db995e50ecaf0a30f81a6f3/who-we-help-k12.png") center center no-repeat;
  background-size: cover;
}
.who-we-help-container .who-we-help-links .higher-education .image-link {
  background: url("/source/1c0e09d72a026f5a05ce64039ec41f98/who-we-help-higher-ed.png") center center no-repeat;
  background-size: cover;
}
.who-we-help-container .who-we-help-links .healthcare .image-link {
  background: url("/source/ce6b43c28874dae00d98608621149638/who-we-help-healthcare.png") center center no-repeat;
  background-size: cover;
}
.who-we-help-container .who-we-help-links .commercial--industrial .image-link {
  background: url("/source/ad6d6129b949ac150c15821669437d65/who-we-help-commercial.png") center center no-repeat;
  background-size: cover;
}
.who-we-help-container .who-we-help-links .transportation .image-link {
  background: url("/source/9e055e0a34c974913be826d802040fa7/who-we-help-transportation.png") center center no-repeat;
  background-size: cover;
}
.who-we-help-container .who-we-help-links .government--military .image-link {
  background: url("/source/301858a15b641a40bf4b19729ece2808/who-we-help-government.png") center center no-repeat;
  background-size: cover;
}
.who-we-help-container .who-we-help-links .retail .image-link {
  background: url("/source/faae6bad61626555272597b72402b68b/who-we-help-retail.png") center center no-repeat;
  background-size: cover;
}
.who-we-help-container .who-we-help-links .corporate .image-link {
  background: url("/source/9044287e47706c6e4e160039180a7378/who-we-help-corporate.png") center center no-repeat;
  background-size: cover;
}
.who-we-help-container .who-we-help-links .international .image-link {
  background: url("/source/bb87166253d1c48f6558cf80f6afe12a/who-we-help-international.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .who-we-help-container .who-we-help-links {
    flex-direction: column;
    padding: 50px;
  }
  .who-we-help-container .who-we-help-links li {
    width: 100% !important;
  }
}

.product-portfolio-section {
  border-top: solid #0076bc 1px;
  font-size: 1.25rem;
  padding: 75px 0 116px 0;
  margin-bottom: 0;
}
.product-portfolio-section.first {
  padding: 26px 0 116px 0;
  border: none;
}
.product-portfolio-section ul {
  padding: 0 0 0 18px;
  margin: 0;
}
.product-portfolio-section h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .product-portfolio-section {
    padding: 60px !important;
  }
}

.calculator-container {
  width: 100%;
}
.calculator-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.calculator-container ul li {
  margin: 10px 0;
}

.calc-container {
  position: relative;
}
.calc-container .calc-title {
  text-align: center;
  padding-bottom: 100px;
}
.calc-container select {
  font-size: 1.25rem;
  padding: 10px 48px 10px 10px;
  appearance: none;
  background: white url("/source/0b39f5e5c213a6c789a37f66d0c5d60f/option-select.svg") right 10px center no-repeat;
}
.calc-container input {
  font-size: 1.25rem;
  padding: 10px;
  width: 100%;
}
.calc-container .input-container {
  position: relative;
  height: 1.25rem;
  width: 100%;
}
.calc-container .input-container .input-container-append {
  position: absolute;
  height: 1.25rem;
  padding: 10px;
  top: 2px;
  right: 20px;
}
.calc-container table {
  margin: 0 0 20px 0;
}
.calc-container table .num-col {
  width: 150px;
  text-align: right;
}
.calc-container table select {
  box-sizing: border-box;
  width: 100%;
  padding-right: 20px;
}
.calc-container table .total-label {
  text-align: right;
  font-weight: 600;
}
.calc-container table .total {
  font-weight: 600;
}
.calc-container th {
  vertical-align: middle;
  font-weight: 600;
  padding: 10px;
}
.calc-container th.coverage-area {
  width: 200px;
  vertical-align: middle;
}
.calc-container th.title {
  text-align: center;
  padding: 20px;
}
.calc-container td {
  vertical-align: top;
  text-align: center;
  padding: 10px;
}
.calc-container button {
  background-color: #0076bc;
  font-weight: 600;
  color: #fff;
  border: none;
  font-size: 1.25rem;
}
.calc-container .button-row {
  text-align: center;
}
.calc-container form {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #0076bc;
}
.calc-container .error {
  position: absolute;
  top: 0;
  padding: 20px;
  background-color: red;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
}

.calc-results {
  border: solid 1px #ccc;
  border-collapse: collapse;
}
.calc-results th,
.calc-results .label {
  text-align: left;
  border: solid 1px #ccc;
  border-collapse: collapse;
}
.calc-results th span,
.calc-results .label span {
  padding: 0 10px 0 0;
  border-right: #efb600 solid 3px;
  margin-right: 10px;
}
.calc-results th.justify-right,
.calc-results .label.justify-right {
  text-align: right !important;
}
.calc-results td {
  display: flex;
  border: solid 1px #ccc;
  border-collapse: collapse;
  justify-content: center;
  background-color: #ccc;
}
.calc-results td span {
  padding: 0 5px;
}

#vpu-speaker-list {
  border-collapse: collapse;
  border: solid 1px #ccc;
  margin-bottom: 20px;
}
#vpu-speaker-list td, #vpu-speaker-list th {
  border: solid 1px #ccc;
}

.pwr-run-results {
  border-collapse: collapse;
  border: solid 1px #ccc;
  margin-bottom: 20px;
}
.pwr-run-results td, .pwr-run-results th {
  border: solid 1px #ccc;
}

.vpucalc table,
.pscalc table {
  border-collapse: collapse;
  border: solid 1px #ccc;
  margin-bottom: 20px;
}
.vpucalc table .green,
.pscalc table .green {
  color: #0c7839;
}
.vpucalc table .red,
.pscalc table .red {
  color: #951818;
}
.vpucalc table td, .vpucalc table th,
.pscalc table td,
.pscalc table th {
  border: solid 1px #ccc;
}

.svg-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.earthquake-timer h2 {
  text-align: center;
}

.earthquake-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  margin-top: 50px;
}
.earthquake-list li {
  display: flex;
  flex: 1;
  justify-content: center;
}
.earthquake-list li .eq-container {
  border: solid 1px #ccc;
  border-radius: 23px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.earthquake-list li .eq-container h3 {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px #efb600 solid;
}

.tick-credits {
  display: none;
}

.awsm-job-entry-content.entry-content {
  flex-direction: column !important;
}

#masthead {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 190px;
  background-color: rgb(0, 50, 110);
  color: #fff;
  height: 190px;
}
#masthead .container {
  position: relative;
  width: 100%;
  margin: 0 40px;
  max-width: 1280px;
  display: flex;
}
#masthead .container .site-branding,
#masthead .container .main-navigation,
#masthead .container .main-search-form,
#masthead .container .sign-in {
  align-content: center;
}
#masthead .site-title a {
  display: block;
  width: 212px;
  height: 49px;
  background: url("/source/5466e115a380a5052be915b629c3b4a2/valcom_logo.svg") no-repeat center center;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 20px;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #masthead .site-title a {
    position: relative;
    top: 5px;
    width: 141px;
    height: 32px;
  }
}
#masthead .menu-toggle {
  position: absolute;
  right: 40px;
  top: 12px;
  border: none;
  background: url("/source/1d29eb1db66537262a4ef019b79e0763/menu_icon.svg") no-repeat center center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: -9999px;
}
#masthead .main-search-form {
  position: absolute !important;
  right: 0;
  top: 30px;
}

.menu-main-menu-container {
  height: 100%;
}
.menu-main-menu-container li > a {
  margin-top: 30px;
}
.menu-main-menu-container li a {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 100%;
}
.menu-main-menu-container li ul {
  display: flex;
  flex-direction: column;
}
.menu-main-menu-container li ul ul {
  position: relative;
  display: flex !important;
}

#site-navigation #primary-menu {
  display: flex;
  justify-content: end;
  height: 100%;
}
#site-navigation #primary-menu > li {
  margin-right: 60px;
}
@media screen and (max-width: 1100px) {
  #site-navigation.toggled #primary-menu {
    display: block;
    height: 100vh;
  }
  #site-navigation #primary-menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    padding: 50px;
    font-size: 1.5rem;
    z-index: 99;
    background: rgb(0, 50, 110);
  }
  #site-navigation #primary-menu li a {
    position: relative;
    padding: 20px 0;
    z-index: 10000000;
  }
  #site-navigation #primary-menu li > .sub-menu {
    width: 100%;
    position: relative;
  }
}

.main-navigation .menu-item > ul {
  padding: 60px;
}

.main-navigation .menu-item > .sub-menu {
  background: rgba(0, 50, 110, 0.93);
  display: none;
  left: -60px;
  font-size: 1rem;
  font-weight: 600;
}
.main-navigation .menu-item > .sub-menu li {
  margin-bottom: 26px;
}
.main-navigation .menu-item > .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-navigation .menu-item > .sub-menu li ul {
  background: none;
  margin-top: 26px;
}
.main-navigation .menu-item > .sub-menu li ul li {
  left: 75px;
  font-size: 0.875rem;
  font-weight: 300;
}
.main-navigation .menu-item:hover > .sub-menu {
  display: flex;
}

.main-navigation .menu-item > ul ul {
  padding: 0;
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 1100px) {
  .mobile-only {
    display: block;
  }
  .mobile-only .sign-in-btn {
    width: auto;
    margin: 0;
  }
  .mobile-only .search-form .search-field {
    position: relative;
    top: -3px;
    width: 100%;
  }
  .mobile-only.search-container {
    margin-bottom: 40px;
  }
  .mobile-only.subscribe {
    margin-bottom: 40px;
  }
  .mobile-only.subscribe a {
    margin-left: 0;
  }
}

.sign-in-btn {
  display: block;
  width: 130px;
  font-weight: 600;
  text-decoration: none;
  margin: 60px 30px 0 0;
  padding: 0 20px 0 0;
  background: url("/source/d2b608d62fbff92abc8a5080310be552/right_carat.svg") right center no-repeat;
}
@media screen and (max-width: 1100px) {
  .sign-in-btn {
    display: none;
  }
}

.subscribe-btn {
  display: block;
  width: 80px;
  font-weight: 600;
  text-decoration: none;
  margin: 60px 0 0 30px;
}
@media screen and (max-width: 1100px) {
  .subscribe-btn {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .desktop {
    display: none;
  }
}
#footer-navigation #footer-secondary-menu-container {
  display: flex;
}
#footer-navigation #footer-secondary-menu-container > div {
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  #footer-navigation #footer-secondary-menu-container {
    flex-direction: column;
  }
}
#footer-navigation .menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3125rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  #footer-navigation .menu {
    flex-direction: column;
  }
}
#footer-navigation .menu a {
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  #footer-navigation .menu a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1100px) {
  #footer-navigation .menu a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  #footer-navigation .menu a {
    flex-direction: column;
    font-size: 1.125rem;
  }
}
#footer-navigation .menu#footer-primary-menu {
  justify-content: space-between !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #efb600;
}
#footer-navigation .menu#footer-secondary-menu, #footer-navigation .menu#social-menu {
  padding: 40px 0;
  justify-content: flex-start;
}
#footer-navigation .menu#footer-secondary-menu li, #footer-navigation .menu#social-menu li {
  margin-right: auto;
}
#footer-navigation .menu#footer-secondary-menu li a, #footer-navigation .menu#social-menu li a {
  display: block;
}
#footer-navigation .menu#footer-secondary-menu li.youtube, #footer-navigation .menu#social-menu li.youtube {
  margin-right: 10px;
}
#footer-navigation .menu#footer-secondary-menu li.youtube a, #footer-navigation .menu#social-menu li.youtube a {
  width: 40px;
  height: 30px;
  overflow: hidden;
  background: url("/source/ee3346aef9175165641ad29c6c0fd209/youtube_logo.svg") no-repeat center center;
  text-indent: -9999px;
}
#footer-navigation .menu#footer-secondary-menu li.linkedin a, #footer-navigation .menu#social-menu li.linkedin a {
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url("/source/7b03a489e38995410e0bda8f849c0886/linkedin_logo.svg") no-repeat center center;
  text-indent: -9999px;
}

.pagination {
  text-align: center;
  font-size: 1.25rem;
}
.pagination a {
  font-weight: 600;
}
.pagination .next {
  margin-left: 50px;
}
.pagination .prev {
  margin-right: 50px;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#primary {
  flex: auto;
}

.entry-content {
  margin: 0;
}

.page-template-default .container .white-block:first-child {
  padding-top: 0;
}
.page-template-default .entry-content {
  margin-bottom: 0;
}

.text-left-justified {
  text-align: left;
  justify-content: left;
  align-items: flex-start;
}

.no-top-padding {
  padding-top: 0 !important;
}

#colophon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 425px;
  background-color: rgb(0, 50, 110);
  color: #fff;
}
#colophon .site-info {
  display: flex;
  flex: auto;
  justify-content: center;
}
#colophon .site-info .container {
  display: grid;
  grid-template-columns: [first] 45% [second] auto;
  width: 100%;
  margin: 0 40px;
  max-width: 1280px;
  padding: 90px 0;
}
#colophon .site-info .container .desktop {
  display: flex;
}
#colophon .site-info .container .mobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  #colophon .site-info .container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #colophon .site-info .container .desktop {
    display: none;
  }
  #colophon .site-info .container .mobile {
    display: block;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  #colophon .site-info .container #footer-primary-menu li {
    margin-top: 20px;
  }
  #colophon .site-info .container #footer-primary-menu li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  #colophon .site-info .container #footer-secondary-menu li {
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  #colophon .site-info .container #footer-secondary-menu li {
    margin-top: 20px;
  }
  #colophon .site-info .container #footer-secondary-menu li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  #colophon .site-info .container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  #colophon .site-info #social-menu.mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #colophon .site-info #social-menu.mobile li:last-child {
    margin: 0;
  }
}
#colophon .copyright {
  text-align: center;
  line-height: 55px;
  background: #fff;
  color: #000;
}
#colophon .site-title {
  margin-bottom: 48px;
}
#colophon .site-title a {
  display: block;
  width: 300px;
  height: 69px;
  background: url("/source/5466e115a380a5052be915b629c3b4a2/valcom_logo.svg") no-repeat 0 center;
  background-size: contain;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  #colophon .site-title {
    display: flex;
    justify-content: center;
    width: 223px;
    height: 51px;
    margin: 0 auto 48px auto;
  }
}
#colophon address {
  display: flex;
}
#colophon address div {
  margin-right: 5px;
  font-style: normal;
}
#colophon .phone {
  margin-bottom: 24px;
}
#colophon .email a {
  color: #efb600;
}
#colophon #hours-of-operation p {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  #colophon #hours-of-operation {
    margin-bottom: 40px;
  }
}

.site-main a {
  color: #0076bc;
  text-decoration: none;
}
.site-main a:hover {
  color: #efb600;
}
.site-main article {
  margin: 0;
  position: relative;
}
.site-main article .post-featured-image {
  height: 800px;
  overflow: hidden;
  width: 100vw;
  position: relative;
  margin-bottom: -180px;
  top: -180px;
}
.site-main article .post-featured-image .post-thumbnail {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.site-main article .post-featured-image .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-header {
  height: 12.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0076bc;
  position: relative;
  margin-bottom: 100px;
}
.entry-header .header-angle {
  background: url("/source/dc17575fa2d8114687fd0e89143e432c/default_layout_header_angle.svg");
  background-size: 100% 100% !important;
  position: absolute;
  z-index: 1;
  bottom: -44px;
  width: 100vw;
  height: 44px;
  overflow: hidden;
}
.entry-header h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5rem;
  height: 3.5rem;
  color: #fff;
  z-index: 2;
}
.entry-header h1::before {
  top: 16px;
}
@media screen and (max-width: 1100px) {
  .entry-header {
    height: 25vw;
  }
  .entry-header h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .entry-header h1:before {
    left: -20px;
    width: 6px;
    height: 2rem;
    top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .entry-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-content ul {
    padding-left: 20px;
    margin-left: 0;
  }
}

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hide {
  display: none;
}

.search-results .page-header {
  text-align: center;
}
.search-results .page-header h1 {
  font-size: 3rem;
}
.search-results .page-header h1:before {
  content: none;
}
.search-results .site-main {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: #000;
}
.search-results .site-main article {
  max-width: 1280px;
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #0076bc;
  margin-bottom: 24px;
}
.search-results .site-main article .entry-header {
  height: auto;
  width: 100%;
  background: none !important;
  margin: 0;
  justify-content: start;
}
.search-results .site-main article .entry-header h2 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.5rem;
  margin: 0;
}
.search-results .site-main article .entry-header h2:before {
  content: none;
}
.search-results .site-main article .entry-summary {
  margin: 0;
}
.search-results .site-main article .entry-summary p {
  margin: 0 0 24px 0;
}

.awsm-job-form {
  display: none;
}

.apply_link_container {
  display: flex;
  justify-content: center;
  padding: 40px;
}
.apply_link_container a {
  padding: 10px 40px;
  font-weight: bold;
  border: solid 1px #0076bc;
  border-radius: 5px;
}

h2.awsm-job-post-title::before {
  content: none;
}

.photo-header {
  display: flex;
  width: 100%;
  height: 30vw;
  overflow: hidden;
  position: relative;
}
.photo-header .featured-image {
  width: 64%;
  height: 100%;
}
.photo-header .featured-image .post-thumbnail {
  height: 100%;
  width: 100%;
}
.photo-header .featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.photo-header .page-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 150px 0 150px;
  width: 36%;
}
.photo-header .page-title h1 {
  margin: 0;
}
.photo-header .page-title::before {
  content: url("/source/111feab924eab2140f5ece5cb1312955/white_slant.svg");
  position: absolute;
  top: 0;
  left: -170px;
}
@media screen and (max-width: 1100px) {
  .photo-header {
    display: block;
    height: auto;
  }
  .photo-header .featured-image {
    width: 100%;
    height: 100%;
  }
  .photo-header .page-title {
    width: 100%;
    padding: 50px 100px 50px 140px;
  }
  .photo-header .page-title::before {
    content: url("/source/1a5edf18eb16e9b9e11554437e725362/white_slant_mobile.svg");
    position: absolute;
    top: -210px;
    left: 0;
  }
  .photo-header .page-title h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

.entry-content {
  display: flex;
  justify-content: center;
}
.entry-content .container {
  width: 100%;
  max-width: 1280px;
}

.vlc-product-template-default .entry-content .container {
  width: 100%;
}

.product-list {
  margin-top: 40px;
}

.product-listing {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px rgb(0, 50, 110);
}
.product-listing a {
  color: #0076bc;
  text-decoration: none;
}
.product-listing h2 {
  display: none;
}

.product-listing .wp-block-list,
.product-listing .wp-block-column {
  display: none;
}

.product-listing:last-child {
  border: none;
}

.product-listing .product-image-container {
  width: 25%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: 30px;
  border-radius: 20px;
}

.product-listing > div {
  flex-grow: 1;
  flex-shrink: 1;
  width: 75%;
}

.product-listing .product-no-image {
  width: 100%;
  height: 300px;
  background-color: #ccc;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(0, 50, 110);
  border: solid 2px rgb(0, 50, 110);
}

.product-container {
  margin: 0 0 100px 0;
}
.product-container a {
  color: #0076bc;
  text-decoration: none;
}
.product-container .product-main-info {
  display: flex;
  flex-basis: 50%;
  gap: 40px;
}
.product-container .product-main-info > div {
  width: 50%;
}
.product-container .product-main-info .product-carousel {
  height: 100%;
}
.product-container .product-main-info .no-image {
  width: 100%;
  height: 100%;
  border: solid 2px rgb(0, 50, 110);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #ccc;
}
.product-container .product-info {
  min-height: 400px;
}
.product-container .product-info h2 {
  font-size: 2.1875rem;
}
.product-container .product-info h2:before {
  content: none;
}
.product-container .product-info h3 {
  font-weight: 200;
  font-size: 1.25rem;
}
.product-container .product-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
}
.product-container .product-info ul li {
  max-width: calc(25% - 15px);
}
.product-container .product-info ul img {
  max-height: 75%;
  width: 100%;
  border: solid #D0D0D0 1px;
  border-radius: 10px;
  padding: 20px;
  object-fit: contain;
}
.product-container .product-info ul img:hover {
  border: solid #0076bc 2px;
}

.info-cards {
  margin: 100px 0;
}
.info-cards h2:before {
  content: none;
}
.info-cards .specifications {
  padding: 0;
}
.info-cards .specifications .product-specs {
  display: flex;
  margin-top: 75px;
}
.info-cards .specifications .product-specs div {
  padding: 0 70px;
  border-right: solid 1px #efb600;
  border-left: solid 1px #efb600;
  flex: 1;
}
.info-cards .specifications .product-specs div:first-child {
  padding-left: 0;
  border-left: none;
}
.info-cards .specifications .product-specs div:last-child {
  border-right: none;
}
.info-cards .specifications .product-specs div h3 {
  margin-top: 0;
}
.info-cards .options p {
  margin-top: 0;
}
.info-cards .options ul {
  list-style: none;
  padding: 0;
  margin: 75px 0 0 0;
  display: flex;
}
.info-cards .options ul li {
  padding: 0 70px;
  border-right: solid 1px #efb600;
  border-left: solid 1px #efb600;
}
.info-cards .options ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.info-cards .options ul li:last-child {
  border-right: none;
}
.info-cards .resources p {
  margin-top: 0;
}
.info-cards .resources ul {
  list-style: none;
  padding: 0;
  margin: 75px 0 0 0;
  display: flex;
}
.info-cards .resources ul li {
  padding: 0 70px;
  border-right: solid 1px #efb600;
  border-left: solid 1px #efb600;
}
.info-cards .resources ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.info-cards .resources ul li:last-child {
  border-right: none;
}
.info-cards .card {
  min-height: 400px;
  font-size: 1.25rem;
}
.info-cards .card h2 {
  text-align: center;
}
.info-cards .card span {
  font-weight: bold;
}
.info-cards .info-card-buttons {
  display: flex;
  justify-content: center;
  gap: 46px;
  margin-bottom: 86px;
}
.info-cards .info-card-buttons button {
  width: 225px;
  border-radius: 23px;
  text-align: center;
  font-weight: 600;
  background: #0076bc;
  color: #fff;
  font-size: 1.125rem;
  border: none;
}
.info-cards .info-card-buttons button.active {
  background: white;
  border: 2px solid #0076bc;
  color: #0076bc;
}

.features-benefits {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px rgb(0, 50, 110);
}

.products-details {
  background: url("/source/2ac630540458c6f76436166670ee2349/product_info_bg.png") rgb(0, 50, 110) bottom right no-repeat;
  background-size: contain;
}
.products-details ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 20px;
}
.products-details ul li {
  width: calc(50% - 20px);
  text-align: left;
  padding: 0 40px 0 0;
}

.product-pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-weight: 1.25;
}
.product-pagination a {
  font-weight: 600;
}

#htb-managers {
  font-size: 1.25rem;
  padding: 20px;
  border-radius: 23px;
  background: white url("/source/0b39f5e5c213a6c789a37f66d0c5d60f/option-select.svg") right 10px center no-repeat;
  border: solid 1px #0076bc;
  appearance: none;
}
#htb-managers:focus, #htb-managers:focus-visible {
  border: solid 1px #efb600 !important;
}

.jump-to-product-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0 0 50px 0;
}
.jump-to-product-container button {
  width: 515px;
  height: 50px;
  font-weight: 600;
  border-radius: 10px;
  background-color: #0076bc;
  color: #fff;
  z-index: 90;
}
.jump-to-product-container ul {
  width: 515px;
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
  border: solid 1px #ccc;
  position: absolute;
  background-color: #fff;
  top: 40px;
  z-index: 75;
}
.jump-to-product-container ul li {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  border-top: solid 1px #ccc;
}
.jump-to-product-container ul li:first-child {
  border-top: none;
}
.jump-to-product-container ul li a {
  display: block;
  padding: 5px;
}

.menu-level-1 {
  position: relative;
  box-shadow: 0 3px 5px 0 #ccc;
  z-index: 600;
}
.menu-level-1 a {
  font-weight: 600 !important;
}

.menu-level-2 {
  background: #efefef;
}

.menu-level-3 {
  background: #dfdfdf;
}

.numeric-parts-list {
  list-style: none;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.numeric-parts-list td, .numeric-parts-list th {
  padding: 10px;
  border: solid 1px #ccc;
}
.numeric-parts-list .tech_spec_col a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/source/39468431f967aed3616e96b7e5b4d59b/icon-small_TS.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
.numeric-parts-list .install_manual_col a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/source/63f22eba4027fe4d67d6a37216cf7033/icon-small_IM.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
.numeric-parts-list .market_sheet_col a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/source/eb79e40924177a97934a1fd124e5821c/icon-small_MS.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

.product-search-form {
  margin-bottom: 20px;
}
.product-search-form h3 {
  margin: 0;
}
.product-search-form input {
  padding: 10px 20px;
  height: 50px;
}

.how-to-buy-table {
  border: solid 1px #ccc;
  border-collapse: collapse;
}
.how-to-buy-table td, .how-to-buy-table th {
  border: solid 1px #ccc;
  padding: 5px;
}
.how-to-buy-table td {
  text-align: center;
}
.how-to-buy-table .sales-manager {
  width: 50%;
}

.news-events-mobile-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 210px;
}
.news-events-mobile-block .vlc-post,
.news-events-mobile-block .vlc-tribe_events {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-events-mobile-block .vlc-post .text-container,
.news-events-mobile-block .vlc-tribe_events .text-container {
  text-align: center;
}
.news-events-mobile-block .vlc-post .image-container,
.news-events-mobile-block .vlc-tribe_events .image-container {
  border: solid #707070 1px;
  width: 330px;
  height: 330px;
  border-radius: 30px;
  min-height: 100px;
}
.news-events-mobile-block .vlc-post h3,
.news-events-mobile-block .vlc-tribe_events h3 {
  font-family: "Bebas Neue", sans-serif;
  color: rgb(0, 50, 110);
  font-size: 2.1875rem;
  font-weight: normal;
  margin: 50px 0 0 0;
}
.news-events-mobile-block .vlc-post h4,
.news-events-mobile-block .vlc-tribe_events h4 {
  margin-top: 0;
  color: #0076bc;
}
.news-events-mobile-block .vlc-post p,
.news-events-mobile-block .vlc-tribe_events p {
  display: none;
}
.news-events-mobile-block .vlc-post .button,
.news-events-mobile-block .vlc-tribe_events .button {
  height: 50px;
  border-radius: 25px;
  color: #0076bc;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 auto;
  margin: 0 auto;
}

.news-events-desktop-block .vlc-post,
.news-events-desktop-block .vlc-tribe_events {
  display: flex;
  gap: 100px;
  padding: 70px 0;
  border-top: solid 1px #0076bc;
  font-size: 1.25rem;
}
.news-events-desktop-block .vlc-post:first-child,
.news-events-desktop-block .vlc-tribe_events:first-child {
  border: none;
  padding-top: 0;
}
.news-events-desktop-block .vlc-post .image-container,
.news-events-desktop-block .vlc-tribe_events .image-container {
  width: 330px;
  height: 330px;
  border-radius: 30px;
  min-height: 100px;
  flex: 1;
}
.news-events-desktop-block .vlc-post .text-container,
.news-events-desktop-block .vlc-tribe_events .text-container {
  flex: 2;
}
.news-events-desktop-block .vlc-post h3,
.news-events-desktop-block .vlc-tribe_events h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  font-size: 3.125rem;
  line-height: normal;
  color: rgb(0, 50, 110);
}
.news-events-desktop-block .vlc-post h4,
.news-events-desktop-block .vlc-tribe_events h4 {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
