/*!
Theme Name: Toromont Industries
Theme URI: http://underscores.me/
Author: Webstructure
Author URI: https://www.webstructure.ca
Description: A custom theme for the Toromont Industries web site.
Version: 1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toromont_ind
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Toromont Industries 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%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  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;
  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
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: calc(1240px - 40px);
  margin-left: auto;
  margin-right: auto; }
  .container.alignwide {
    max-width: 1660px; }
  .container.alignfull {
    max-width: none; }
  @media screen and (max-width: 1240px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.wp-block-group {
  max-width: 940px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .wp-block-group.alignwide {
    max-width: 1240px; }
  .wp-block-group.alignful {
    max-width: none; }

@media screen and (max-width: 950px) {
  #page {
    margin-top: 70px; } }

.entry-content > .wp-block-image, .entry-content > .wp-block-cover, .entry-content > .wp-block-columns, .entry-content > .wp-block-gallery, .entry-content > .wp-block-text-columns, .entry-content > .wp-block-button, .entry-content > .wp-block-quote, .entry-content > .wp-block-code, .entry-content > .wp-block-audio, .entry-content > .wp-block-preformatted, .entry-content > .wp-block-verse, .entry-content > .wp-block-table, .entry-content > .wp-block-spacer, .entry-content > .wp-block-embed, .entry-content > .wp-block-video, .entry-content > .wp-block-media-text, .entry-content > .wp-block-file, .entry-content > .wp-block-kadence-splitcontent, .entry-content > .wp-block-kadence-rowlayout, .entry-content > .wp-block-kadence-iconlist, .entry-content > .wp-block-kadence-advancedbtn, .entry-content > .gform_wrapper, .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > p, .entry-content > ul, .entry-content > ol, .entry-content > dl {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .entry-content > .wp-block-image.alignwide, .entry-content > .wp-block-cover.alignwide, .entry-content > .wp-block-columns.alignwide, .entry-content > .wp-block-gallery.alignwide, .entry-content > .wp-block-text-columns.alignwide, .entry-content > .wp-block-button.alignwide, .entry-content > .wp-block-quote.alignwide, .entry-content > .wp-block-code.alignwide, .entry-content > .wp-block-audio.alignwide, .entry-content > .wp-block-preformatted.alignwide, .entry-content > .wp-block-verse.alignwide, .entry-content > .wp-block-table.alignwide, .entry-content > .wp-block-spacer.alignwide, .entry-content > .wp-block-embed.alignwide, .entry-content > .wp-block-video.alignwide, .entry-content > .wp-block-media-text.alignwide, .entry-content > .wp-block-file.alignwide, .entry-content > .wp-block-kadence-splitcontent.alignwide, .entry-content > .wp-block-kadence-rowlayout.alignwide, .entry-content > .wp-block-kadence-iconlist.alignwide, .entry-content > .wp-block-kadence-advancedbtn.alignwide, .entry-content > .gform_wrapper.alignwide, .entry-content > h1.alignwide, .entry-content > h2.alignwide, .entry-content > h3.alignwide, .entry-content > h4.alignwide, .entry-content > h5.alignwide, .entry-content > h6.alignwide, .entry-content > p.alignwide, .entry-content > ul.alignwide, .entry-content > ol.alignwide, .entry-content > dl.alignwide {
    max-width: 1660px; }
  .entry-content > .wp-block-image.alignfull, .entry-content > .wp-block-cover.alignfull, .entry-content > .wp-block-columns.alignfull, .entry-content > .wp-block-gallery.alignfull, .entry-content > .wp-block-text-columns.alignfull, .entry-content > .wp-block-button.alignfull, .entry-content > .wp-block-quote.alignfull, .entry-content > .wp-block-code.alignfull, .entry-content > .wp-block-audio.alignfull, .entry-content > .wp-block-preformatted.alignfull, .entry-content > .wp-block-verse.alignfull, .entry-content > .wp-block-table.alignfull, .entry-content > .wp-block-spacer.alignfull, .entry-content > .wp-block-embed.alignfull, .entry-content > .wp-block-video.alignfull, .entry-content > .wp-block-media-text.alignfull, .entry-content > .wp-block-file.alignfull, .entry-content > .wp-block-kadence-splitcontent.alignfull, .entry-content > .wp-block-kadence-rowlayout.alignfull, .entry-content > .wp-block-kadence-iconlist.alignfull, .entry-content > .wp-block-kadence-advancedbtn.alignfull, .entry-content > .gform_wrapper.alignfull, .entry-content > h1.alignfull, .entry-content > h2.alignfull, .entry-content > h3.alignfull, .entry-content > h4.alignfull, .entry-content > h5.alignfull, .entry-content > h6.alignfull, .entry-content > p.alignfull, .entry-content > ul.alignfull, .entry-content > ol.alignfull, .entry-content > dl.alignfull {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #231f20;
  font-family: "HCo Gotham Narrow SSm", "Helvetica", "Calibri", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.1; }

h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2; }
  h1 strong {
    font-weight: 900; }
  @media screen and (max-width: 950px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 2rem;
  line-height: 1.0625;
  font-weight: bold;
  margin-top: 0; }

h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem; }

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0; }

h5 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0; }

h6 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0; }

p {
  margin-top: 0;
  margin-bottom: 1.25em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

big {
  font-size: 125%; }

.footnote {
  font-size: 0.875rem; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }
  body.page-template-t_landing, body.page-template-t_cream-bg, body.cream-bg {
    background: #e7e5d4; }
  body.mobile-nav-open {
    overflow: hidden; }

hr {
  background-color: #B1B3B6;
  border: 0;
  height: 1px;
  margin-bottom: 1.25em;
  max-width: 1200px; }

ul,
ol {
  margin-top: 0;
  margin-left: 1.5rem;
  padding-left: 0; }
  @media screen and (max-width: 950px) {
    ul,
    ol {
      padding-left: 1.5em; } }

.entry-content > ul > li {
  margin-left: 1.5rem; }

ul {
  list-style: disc; }
  ul li {
    margin-bottom: 8px; }
    ul li li {
      margin-bottom: 4px; }
  ul.no-bullets {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
  ul.value-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    ul.value-list li {
      padding-left: 30px; }
      ul.value-list li:after {
        content: '';
        width: 90px;
        height: 3px;
        background-color: #ffc629;
        display: block;
        margin: 5px 0;
        margin-left: -30px; }
      @media screen and (max-width: 950px) {
        ul.value-list li {
          padding-left: 0;
          font-size: 1.375rem; }
          ul.value-list li:after {
            margin-left: 0; } }
  ul.checkmark-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    ul.checkmark-list li {
      padding-left: 30px;
      position: relative; }
      ul.checkmark-list li:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background: transparent url("img/esg_checkmark@2x.png") no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 2px; }
  ul.chevron-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    ul.chevron-list li {
      padding-left: 30px;
      position: relative; }
      ul.chevron-list li:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background: transparent url("img/esg_arrow@2x.png") no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 2px; }

.site-main .wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-1 {
  padding-left: 1.25rem; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0em;
  padding-left: 1.25em; }

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: 0; }
  figure.wp-block-image {
    margin-bottom: 0; }
    figure.wp-block-image figcaption {
      font-size: 0.875rem;
      margin-bottom: 2rem; }
  figure.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    figure.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  figure.wp-block-embed.is-type-video.ratio-4-3 .wp-block-embed__wrapper {
    padding-top: 75%; }

svg {
  transition: all 0.2s linear; }

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 1240px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 20px;
    padding-left: 20px; } }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0; }
  @media screen and (max-width: 1240px) {
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding-left: 20px; } }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.wp-block-table.is-style-stripes {
  border-bottom: 0; }
.wp-block-table.gov-table table {
  border-top: 1px solid #231f20; }
  .wp-block-table.gov-table table td {
    border: 0;
    border-bottom: 1px solid #231f20;
    padding: 5px 10px; }
    .wp-block-table.gov-table table td:nth-child(2) {
      color: #ffc629;
      background: #404041;
      text-align: left;
      font-weight: bold;
      border-color: #fff; }
.wp-block-table.sustainability-focus-table {
  margin-bottom: 0; }
  .wp-block-table.sustainability-focus-table table {
    margin-bottom: 0; }
    .wp-block-table.sustainability-focus-table table tr {
      /*@include mobile-breakpoint {
      	display:block;
      }*/ }
      .wp-block-table.sustainability-focus-table table tr td,
      .wp-block-table.sustainability-focus-table table tr th {
        padding: 15px;
        vertical-align: top;
        border-bottom: 3px solid #ffc629;
        border-right: 3px solid #ffc629;
        /*@include mobile-breakpoint {
        	display:block;
        	border-left:0 !important;
        	border-right:0 !important;
        	
        	&:last-child {
        		border-bottom:0;
        	}
        }*/ }
        .wp-block-table.sustainability-focus-table table tr td:first-child,
        .wp-block-table.sustainability-focus-table table tr th:first-child {
          background-color: rgba(64, 64, 64, 0.08);
          border-right: 0;
          border-left: 3px solid #ffc629;
          width: 225px;
          /*@include mobile-breakpoint {
          	border-bottom:0;
          	width:auto;
          }*/ }
    .wp-block-table.sustainability-focus-table table thead {
      /*@include mobile-breakpoint {
      	display:none;
      }*/ }
      .wp-block-table.sustainability-focus-table table thead th {
        text-align: left;
        vertical-align: bottom; }

/* CSS Document */
.tab-system {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .tab-system ul.no-bullets {
    margin: 0;
    padding: 0; }
  .tab-system .title-tabs ul {
    display: flex;
    flex-wrap: wrap; }
    .tab-system .title-tabs ul li {
      flex-grow: 1;
      padding: 8px 12px; }
      .tab-system .title-tabs ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 1em;
        line-height: 1.4em;
        font-weight: 700; }
      .tab-system .title-tabs ul li:last-child {
        border-right: 0; }
      .tab-system .title-tabs ul li.active {
        background: #f3f1e9; }
  .tab-system .tab-content-container {
    background: #f3f1e9;
    padding: 30px; }
    .tab-system .tab-content-container .tab-content {
      display: none; }
      .tab-system .tab-content-container .tab-content.active {
        display: block; }

/* Links
--------------------------------------------- */
a {
  color: #404041;
  transition: all 0.1s linear; }
  a:visited {
    color: #404041; }
  a:hover, a:focus, a:active {
    color: #ed1c24; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a:active {
    text-decoration: none; }

.entry-footer .edit-link {
  display: block;
  position: fixed;
  top: 50vh;
  left: 0;
  z-index: 10000;
  padding: 20px;
  background: rgba(255, 255, 255, 0.3); }

.pdf-link a,
a[href$=".pdf"],
a.pdf-link {
  display: inline-block;
  padding-left: 1.2em;
  background-image: url("img/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1em;
  background-position: 0 15%; }

.no-pdf-icon a[href$=".pdf"],
a[href$=".pdf"].inline-pdf-link {
  background: none;
  padding-left: 0; }

.kt-svg-icon-list a[href$=".pdf"] {
  padding-left: 0;
  background: none; }

.webcast-link a,
a.webcast-link {
  display: inline-block;
  padding-left: 25px;
  background-image: url("img/icon-listen.svg");
  background-repeat: no-repeat;
  background-position: top left; }

.linked-tile {
  cursor: pointer; }
  .linked-tile a {
    text-decoration: none; }
  .linked-tile:hover a, .linked-tile:focus a, .linked-tile:active a {
    color: #ed1c24; }

.sustainability-block-link:hover * {
  color: #ffc629; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #404041;
  border-radius: 0;
  background: #404041;
  color: #fff;
  line-height: 1;
  padding: 0.667em 1.333em;
  font-size: 1.125em;
  transition: all 0.1s linear; }
  button:hover, button:active, button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #ed1c24;
    background-color: #ed1c24;
    color: #fff; }

p.button > a,
a.button,
a.wp-block-button__link {
  display: inline-block;
  padding: 0.667em 1.333em;
  min-width: 120px;
  background: #404041;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  p.button > a:hover, p.button > a:focus,
  a.button:hover,
  a.button:focus,
  a.wp-block-button__link:hover,
  a.wp-block-button__link:focus {
    background-color: #ed1c24;
    color: #fff; }

/*p.button > a:hover,
p.button > a:focus,
a.button:hover,
a.button:focus,
a.wp-block-button__link:hover,
a.wp-block-button__link:focus {
	background-color:$red;
	color:$white;
}*/
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: #404041;
  border: 1px solid #404041;
  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: #231f20; }

select {
  border: 1px solid #404041; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Page Sections
--------------------------------------------- */
header#masthead {
  position: relative;
  z-index: 1000;
  background-color: #fff; }
  @media screen and (max-width: 950px) {
    header#masthead {
      position: fixed;
      top: 0;
      left: 0;
      height: 70px;
      width: 100vw; } }
  header#masthead:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 47px;
    left: 50%;
    right: 0;
    height: 112px;
    background-color: #231f20; }
    @media screen and (max-width: 950px) {
      header#masthead:before {
        top: 0;
        left: auto;
        width: 32%;
        height: 70px;
        display: none; } }
  header#masthead:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0;
    height: 47px;
    background-color: #404041;
    z-index: -1; }
    @media screen and (max-width: 950px) {
      header#masthead:after {
        top: 0;
        left: auto;
        width: 32%;
        height: 70px;
        display: none; } }
  header#masthead > .container {
    display: flex; }
    @media screen and (max-width: 950px) {
      header#masthead > .container {
        display: block;
        padding-left: 0;
        padding-right: 0; } }
  header#masthead .site-branding {
    flex-basis: 39%;
    padding: 45px 0 45px 0;
    background-color: #fff; }
    @media screen and (max-width: 1240px) {
      header#masthead .site-branding {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        flex-basis: 34%; } }
    @media screen and (max-width: 950px) {
      header#masthead .site-branding {
        width: calc(100% - 120px);
        float: left;
        padding: 20px; } }
    header#masthead .site-branding h1 {
      font-size: 1rem;
      margin: 0; }
      header#masthead .site-branding h1 a:focus svg {
        outline: 1px dotted #404041; }
    header#masthead .site-branding .logo-graphic {
      max-width: 310px;
      max-height: 65px; }
      @media screen and (max-width: 1240px) {
        header#masthead .site-branding .logo-graphic {
          max-width: 270px; } }
      @media screen and (max-width: 950px) {
        header#masthead .site-branding .logo-graphic {
          max-width: 134px;
          max-height: 30px; } }
      header#masthead .site-branding .logo-graphic svg {
        fill: #231f20; }
      header#masthead .site-branding .logo-graphic:hover svg {
        transform: scale(1.05); }
  header#masthead #site-navigation {
    flex-basis: 61%;
    flex-grow: 1;
    position: relative; }
    header#masthead #site-navigation .nav-top {
      height: 47px; }
      @media screen and (max-width: 950px) {
        header#masthead #site-navigation .nav-top {
          width: 120px;
          float: right;
          height: 70px;
          background-color: #231f20; } }
    header#masthead #site-navigation .secondary-nav {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 950px) {
        header#masthead #site-navigation .secondary-nav {
          position: static; } }
      header#masthead #site-navigation .secondary-nav .secondary-menu {
        flex-grow: 1;
        padding: 10px 30px 10px 30px; }
        @media screen and (max-width: 1240px) {
          header#masthead #site-navigation .secondary-nav .secondary-menu {
            padding: 10px; }
            header#masthead #site-navigation .secondary-nav .secondary-menu ul.menu {
              justify-content: space-around; } }
      header#masthead #site-navigation .secondary-nav .search-toggle {
        flex-grow: 0; }
      header#masthead #site-navigation .secondary-nav .header-ticker {
        flex-grow: 0;
        background-color: #ffc629;
        padding: 0px 15px;
        line-height: 1.2;
        height: 47px;
        width: 310px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        header#masthead #site-navigation .secondary-nav .header-ticker .current-price {
          font-weight: 900;
          font-size: 18px; }
        header#masthead #site-navigation .secondary-nav .header-ticker .change {
          font-size: 18px; }
          header#masthead #site-navigation .secondary-nav .header-ticker .change img {
            width: 14px;
            height: 12px; }
        header#masthead #site-navigation .secondary-nav .header-ticker .timestamp {
          font-size: 12px;
          width: 90px; }
        header#masthead #site-navigation .secondary-nav .header-ticker .wd_widget-theme-light {
          font-family: inherit; }
        header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote-wrapper {
          padding: 0; }
        header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote {
          background-color: transparent !important;
          border: 0;
          border-radius: 0;
          padding: 0; }
          header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote div.wd_main {
            display: flex;
            align-content: center;
            justify-content: center;
            padding: 2px 0; }
            header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote div.wd_main div.wd_symbol {
              font-size: 18px;
              font-weight: 900;
              margin-right: 30px; }
            header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote div.wd_main span.wd_exchange {
              color: #231f20; }
            header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote div.wd_main div.wd_price {
              font-size: 18px;
              font-weight: 900; }
              header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote div.wd_main div.wd_price div.wd_value {
                font-size: 18px;
                font-weight: 500;
                color: #231f20;
                padding-left: 30px; }
                header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote div.wd_main div.wd_price div.wd_value:before {
                  content: '';
                  display: inline-block;
                  width: 20px;
                  height: 12px;
                  padding-right: 5px; }
                header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote div.wd_main div.wd_price div.wd_value.wd_quote-value-up:before {
                  background: url("https://www.toromont.com/wp-content/themes/toromont_ind/img/icon-stock-up.svg") no-repeat center left; }
                header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote div.wd_main div.wd_price div.wd_value.wd_quote-value-down:before {
                  background: url("https://www.toromont.com/wp-content/themes/toromont_ind/img/icon-stock-down.svg") no-repeat center left; }
        header#masthead #site-navigation .secondary-nav .header-ticker div.wd_quote_footer {
          color: #000; }

.site-footer {
  background-color: #404041;
  color: #fff;
  padding: 30px 0 0 0; }
  @media screen and (max-width: 1240px) {
    .site-footer .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 950px) {
    .site-footer .wp-block-column p:only-child {
      margin-bottom: 0; } }
  .site-footer h2 {
    font-weight: normal;
    margin-bottom: 1.25em; }
  .site-footer p {
    margin-bottom: 0; }
    @media screen and (max-width: 950px) {
      .site-footer p.has-text-align-center, .site-footer p.has-text-align-right {
        text-align: left; } }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:active, .site-footer a:focus {
      text-decoration: underline;
      color: #ffc629; }
    .site-footer a:active {
      text-decoration: none;
      opacity: 0.8; }
  .site-footer .bottom-footer {
    background-color: #231f20;
    color: #fff;
    padding: 20px 0; }
    .site-footer .bottom-footer .container {
      display: flex; }
      @media screen and (max-width: 950px) {
        .site-footer .bottom-footer .container {
          display: block; } }
      .site-footer .bottom-footer .container #footer-secondary {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-footer .bottom-footer .container #footer-secondary li {
          display: inline-block;
          border-left: 1px solid #fff;
          padding-left: 10px;
          margin-left: 10px;
          margin-bottom: 0;
          line-height: 1; }
          @media screen and (max-width: 950px) {
            .site-footer .bottom-footer .container #footer-secondary li:first-child {
              margin-left: 0;
              padding-left: 0;
              border-left: 0; } }
          .site-footer .bottom-footer .container #footer-secondary li a {
            color: #B1B3B6; }

/* Navigation
--------------------------------------------- */
#site-navigation ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
#site-navigation ul.menu {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between; }
  #site-navigation ul.menu li {
    margin-bottom: 0; }
  #site-navigation ul.menu > li > a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none; }
#site-navigation .search-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 45px;
  height: 45px; }
  #site-navigation .search-toggle .icon-graphic {
    width: 24px;
    height: 24px; }
    #site-navigation .search-toggle .icon-graphic svg {
      fill: #fff; }
  @media screen and (max-width: 950px) {
    #site-navigation .search-toggle {
      position: absolute;
      top: 15px;
      right: 65px;
      padding: 5px;
      width: 40px;
      height: 40px; }
      #site-navigation .search-toggle .icon-graphic svg {
        fill: #fff; } }
#site-navigation .secondary-menu a {
  font-size: 0.9375rem;
  /*color:$white;*/
  line-height: 1.2;
  height: 30px;
  color: #fff; }
  #site-navigation .secondary-menu a:hover, #site-navigation .secondary-menu a:focus {
    color: #ffc629;
    text-decoration: underline; }
#site-navigation #main-nav {
  background-color: #231f20; }
  #site-navigation #main-nav > li > a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    height: 112px; }
    #site-navigation #main-nav > li > a:hover, #site-navigation #main-nav > li > a:focus {
      color: #ffc629; }
  #site-navigation #main-nav > li:first-child > a {
    padding-left: 30px; }
  #site-navigation #main-nav li.menu-item-has-children:hover > a, #site-navigation #main-nav li.menu-item-has-children:focus-within > a {
    color: #ffc629; }
  #site-navigation #main-nav li.menu-item-has-children:hover > .sub-menu, #site-navigation #main-nav li.menu-item-has-children:focus-within > .sub-menu {
    display: block; }
  #site-navigation #main-nav li.current-menu-item > a, #site-navigation #main-nav li.current-page-ancestor > a {
    color: #ffc629; }
  #site-navigation #main-nav .sub-menu {
    display: none;
    width: 280px;
    padding: 20px 0;
    position: absolute;
    background-color: rgba(88, 89, 91, 0.9); }
    #site-navigation #main-nav .sub-menu li a {
      display: block;
      position: relative;
      height: auto;
      color: #fff;
      font-weight: 400;
      font-size: 1.125rem;
      padding: 10px 20px;
      text-decoration: none; }
      #site-navigation #main-nav .sub-menu li a:hover, #site-navigation #main-nav .sub-menu li a:focus {
        color: #ffc629; }
    #site-navigation #main-nav .sub-menu li.current-page-ancestor.menu-item-has-children > a, #site-navigation #main-nav .sub-menu li.current-menu-item > a {
      color: #ffc629; }
    #site-navigation #main-nav .sub-menu li.current-page-ancestor > a {
      color: #fff; }
    #site-navigation #main-nav .sub-menu li.menu-item-has-children {
      position: relative; }
      #site-navigation #main-nav .sub-menu li.menu-item-has-children > a {
        padding-right: 60px; }
      #site-navigation #main-nav .sub-menu li.menu-item-has-children > a:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 20px;
        top: calc(50% - 5px);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform-origin: center;
        transform: rotate(45deg); }
      #site-navigation #main-nav .sub-menu li.menu-item-has-children:hover > a:after {
        border-color: #ffc629; }
    #site-navigation #main-nav .sub-menu .sub-menu {
      left: 100%;
      top: -20px; }
  @media screen and (max-width: 1240px) {
    #site-navigation #main-nav {
      padding-right: 20px; } }
#site-navigation .menu-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 40px;
  background: none;
  border: 0;
  padding: 0; }
  #site-navigation .menu-toggle .line {
    display: block;
    height: 4px;
    margin: 6px 0;
    background-color: #fff; }
#site-navigation #mobile-nav {
  background-color: rgba(88, 89, 91, 0.95);
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 100vw;
  width: 100vw;
  padding: 20px 0;
  transition: left 0.1s linear;
  height: calc(100vh - 70px);
  overflow: scroll; }
  #site-navigation #mobile-nav.active {
    left: 0; }
  #site-navigation #mobile-nav ul.menu {
    display: block; }
  #site-navigation #mobile-nav .sub-menu {
    display: none; }
    #site-navigation #mobile-nav .sub-menu a {
      font-weight: 400; }
  #site-navigation #mobile-nav a {
    display: block;
    color: #fff;
    padding: 6px 30px;
    text-decoration: none; }
  #site-navigation #mobile-nav .mobile-primary-menu {
    font-weight: 700; }
  #site-navigation #mobile-nav .mobile-secondary-menu {
    margin-top: 30px; }
  #site-navigation #mobile-nav .current-menu-ancestor > a,
  #site-navigation #mobile-nav .current-menu-item > a {
    color: #ffc629; }
  #site-navigation #mobile-nav .menu-item-has-children {
    position: relative; }
    #site-navigation #mobile-nav .menu-item-has-children a {
      width: calc(100% - 60px); }
      #site-navigation #mobile-nav .menu-item-has-children a:after {
        display: none; }
    #site-navigation #mobile-nav .menu-item-has-children .sub-toggle {
      position: absolute;
      right: 30px;
      top: 0;
      width: 30px;
      height: 30px;
      background-color: transparent;
      border: 0;
      padding: 0; }
      #site-navigation #mobile-nav .menu-item-has-children .sub-toggle:before {
        content: '+';
        display: block;
        text-align: center;
        color: #fff;
        font-size: 25px; }
    #site-navigation #mobile-nav .menu-item-has-children.sub-active > .sub-toggle:before {
      transform: rotate(45deg); }
    #site-navigation #mobile-nav .menu-item-has-children.sub-active > .sub-menu {
      display: block; }
  #site-navigation #mobile-nav .sub-menu {
    background: transparent;
    position: static;
    margin: 0;
    padding: 0 0 0 15px;
    width: 100%; }
    #site-navigation #mobile-nav .sub-menu li a {
      font-size: 1rem; }

/* Breadcrumb Trail */
#breadcrumbs {
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  #breadcrumbs .fbc {
    position: absolute;
    z-index: 999;
    top: 20px; }
    #breadcrumbs .fbc .fbc-wrap .fbc-items {
      font-family: "HCo Gotham Narrow SSm", "Helvetica", "Calibri", "Arial", sans-serif;
      border-radius: 0;
      width: 100%; }
      @media screen and (max-width: 950px) {
        #breadcrumbs .fbc .fbc-wrap .fbc-items {
          padding: 5px 20px; } }
      #breadcrumbs .fbc .fbc-wrap .fbc-items li a {
        text-decoration: none; }
        #breadcrumbs .fbc .fbc-wrap .fbc-items li a:hover, #breadcrumbs .fbc .fbc-wrap .fbc-items li a:focus {
          text-decoration: underline; }
      #breadcrumbs .fbc .fbc-wrap .fbc-items li.active {
        font-weight: bold; }
      @media screen and (max-width: 950px) {
        #breadcrumbs .fbc .fbc-wrap .fbc-items li {
          padding: 0 2px; }
          #breadcrumbs .fbc .fbc-wrap .fbc-items li:first-child {
            padding-left: 0;
            margin-right: 0; } }
    @media screen and (max-width: 950px) {
      #breadcrumbs .fbc {
        position: static; } }

/* Pagination Links */
nav.pagination {
  margin: 50px 0; }
  nav.pagination .nav-links {
    overflow: hidden; }
    nav.pagination .nav-links .nav-next {
      float: left; }
    nav.pagination .nav-links .nav-previous {
      float: right; }

#main-search {
  display: none;
  position: absolute;
  top: 0;
  left: 350px;
  right: 0;
  height: 47px;
  background-color: #fff;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    #main-search {
      top: 70px;
      height: 70px;
      right: 0;
      left: 0;
      background-color: #231f20; } }
  #main-search.active {
    display: block; }
  #main-search form {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between; }
    #main-search form button {
      flex-grow: 0;
      cursor: pointer;
      width: 40px;
      height: 100%;
      padding: 0;
      background: none;
      border: 0; }
      @media screen and (max-width: 950px) {
        #main-search form button {
          height: 70px; } }
      #main-search form button svg {
        width: 20px;
        height: 20px;
        fill: #231f20; }
        @media screen and (max-width: 950px) {
          #main-search form button svg {
            fill: #fff; } }
    #main-search form .search-field-container {
      flex-grow: 1;
      order: 2;
      position: relative; }
      #main-search form .search-field-container .search-field {
        width: 100%;
        height: calc(100% - 20px);
        margin: 10px 0;
        font-size: 1rem;
        border-width: 0 0 0 2px;
        border-radius: 0;
        outline: 0; }
        #main-search form .search-field-container .search-field:focus {
          background-color: rgba(35, 31, 32, 0.1); }
        @media screen and (max-width: 950px) {
          #main-search form .search-field-container .search-field {
            background: #231f20;
            color: #fff;
            border-color: #fff; } }
    #main-search form .search-submit {
      order: 1; }
    #main-search form .search-close {
      order: 3; }
      @media screen and (max-width: 950px) {
        #main-search form .search-close {
          position: absolute;
          background-color: #231f20;
          top: -70px;
          right: 61px;
          width: 50px;
          padding: 5px; } }

/* Posts, pages and events
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Tiles */
.sustainability-tile > .kt-row-layout-inner {
  background-color: #404041 !important; }
.sustainability-tile .inner-column-2 {
  min-height: 110px; }
.sustainability-tile:hover .inner-column-1 .kt-inside-inner-col, .sustainability-tile:focus-within .inner-column-1 .kt-inside-inner-col {
  background-color: #fff !important; }
.sustainability-tile:hover a, .sustainability-tile:focus-within a {
  color: #ffc629; }

.wp-block-cover {
  padding: 50px 0; }

/* Analyst listing */
ul.analysts {
  list-style: none;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }
  ul.analysts li {
    flex-basis: 33.33%;
    margin-bottom: 30px;
    padding-right: 30px; }
    ul.analysts li .company {
      font-weight: 700; }

ul.news-listing {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  ul.news-listing li {
    margin-bottom: 1rem; }
    ul.news-listing li a {
      text-decoration: none; }
    ul.news-listing li .title {
      font-weight: normal;
      text-decoration: underline; }

.news-article .news-heading {
  background-color: #e7e5d4;
  padding: 80px 0 50px 0;
  margin-bottom: 50px; }
  .news-article .news-heading h1 {
    margin-top: 0;
    margin-bottom: 0; }

body.search-results header.search {
  background-color: #e7e5d4;
  padding: 80px 0 50px 0;
  margin-bottom: 50px; }
  body.search-results header.search h1 {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto; }
body.search-results article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e5d4; }
  body.search-results article h2.entry-title {
    font-size: 1.2rem;
    margin-bottom: 5px; }
  body.search-results article .result-url {
    margin: 0;
    font-style: italic; }

#related-content {
  background: #656668;
  padding: 30px 0 50px 0; }
  #related-content .introtext {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.5rem; }
  #related-content .items {
    display: flex;
    justify-content: flex-start; }
    @media screen and (max-width: 950px) {
      #related-content .items {
        display: block; } }
    #related-content .items .related-link {
      flex-basis: 33.333%;
      margin-left: 30px;
      background-color: #fff; }
      #related-content .items .related-link:first-child {
        margin-left: 0; }
      @media screen and (max-width: 950px) {
        #related-content .items .related-link {
          margin-left: 0;
          margin-bottom: 30px; } }
      #related-content .items .related-link .txt {
        padding: 30px; }
        #related-content .items .related-link .txt h3 {
          margin: 0; }

.box {
  padding: 30px;
  border: 1px solid #000; }

.box.shaded {
  border: 0;
  background: #f3f1e9; }

.box.no-border {
  border: 0; }

body.search-no-results section.no-results {
  width: 100%;
  max-width: calc(1240px - 40px);
  margin: 100px auto; }
  body.search-no-results section.no-results input.search-field {
    width: 90%;
    max-width: 320px; }
  body.search-no-results section.no-results button.search-close {
    display: none; }
  body.search-no-results section.no-results button.search-submit {
    background: 0;
    padding: 20px;
    border: 0;
    vertical-align: middle; }
    body.search-no-results section.no-results button.search-submit svg {
      width: 30px;
      height: 30px; }

.numbered-accordion button.kt-blocks-accordion-header {
  max-height: 112px;
  position: relative; }
  @media screen and (max-width: 950px) {
    .numbered-accordion button.kt-blocks-accordion-header {
      max-height: none; } }
  .numbered-accordion button.kt-blocks-accordion-header .acc-number {
    position: absolute;
    display: block;
    width: 127px;
    height: 100%;
    font-size: 68px;
    font-weight: bold;
    line-height: 112px;
    left: -127px;
    text-align: center;
    top: 0;
    background-color: #FFC6294D; }
    @media screen and (max-width: 950px) {
      .numbered-accordion button.kt-blocks-accordion-header .acc-number {
        width: 85px;
        left: -85px;
        font-size: 52px;
        line-height: 68px; } }
.numbered-accordion.focus button.kt-blocks-accordion-header .kt-blocks-accordion-title-wrap {
  padding-left: 100px; }
.numbered-accordion.focus button.kt-blocks-accordion-header .acc-number {
  background: none;
  left: 0;
  border-right: 3px solid #fff;
  font-size: inherit;
  width: 100px; }

.event-banner {
  background-color: #e7e5d4;
  padding: 80px 0 50px;
  margin-bottom: 60px; }
  .event-banner h1 {
    margin: 0; }

.event-details .event-date {
  font-size: 1.1rem;
  font-weight: 700; }
.event-details .calendar-links img {
  display: inline-block;
  vertical-align: text-bottom; }

.event-listing {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }
  .event-listing .event-title {
    font-weight: normal;
    text-decoration: underline; }

body.events .event-title {
  margin-bottom: 10px; }
body.events .event-link {
  margin: 0;
  text-decoration: underline; }
body.events .upcoming {
  max-width: 1240px; }
  body.events .upcoming .event-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }
    body.events .upcoming .event-listing .event {
      padding: 30px;
      background: #fff; }
body.events .past-events .event {
  margin-bottom: 30px; }
  body.events .past-events .event .event-title,
  body.events .past-events .event .event-date {
    margin-bottom: 5px; }

.sidebar .event-listing .event {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px; }
  .sidebar .event-listing .event .event-title {
    font-size: 1.1rem;
    margin-bottom: 10px; }
  .sidebar .event-listing .event p.event-date {
    margin-bottom: 10px; }
  .sidebar .event-listing .event p.event-link {
    margin: 0; }
    .sidebar .event-listing .event p.event-link a {
      text-decoration: underline; }

body.home .event-listing .event p.event-link,
body.investors .event-listing .event p.event-link {
  display: none; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

.footer-widgets .widget {
  margin: 0; }

/* 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; }

/*--------------------------------------------------------------
# Specific Templates
--------------------------------------------------------------*/
.news-events-widget {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .news-events-widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Kadence Blocks
--------------------------------------------- */
/* CSS Document */
.kt-row-layout-row.kt-v-gutter-default.kt-gutter-none > .wp-block-kadence-column {
  margin-bottom: 0; }

.wp-block-kadence-tabs .kt-tabs-title-list li {
  flex-grow: 1; }
  .wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title {
    justify-content: space-around; }
  .wp-block-kadence-tabs .kt-tabs-title-list li:last-child {
    border-right: 0 !important; }

.wp-block-kadence-spacer.aligncenter {
  margin-bottom: 0; }

hr.kt-divider {
  background-color: transparent; }

button.kt-blocks-accordion-header {
  cursor: pointer; }

.wp-block-kadence-column.hover-tile .sus-icon {
  width: 80px;
  height: 80px;
  max-width: 100%; }
.wp-block-kadence-column.hover-tile:hover h3 {
  color: #ffc629 !important; }
.wp-block-kadence-column.hover-tile:hover svg .lines {
  fill: #ffc629 !important; }

/* Gravity Forms
--------------------------------------------- */
/* CSS Document */
/*--------------------------------------------------------------
# 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: #e7e5d4;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #231f20;
    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; }

/* Reusable Classes
--------------------------------------------- */
@media screen and (max-width: 950px) {
  .desktop-only {
    display: none !important; } }

.mobile-only {
  display: none !important; }
  @media screen and (max-width: 950px) {
    .mobile-only {
      display: unset !important; } }

/* Color Options
--------------------------------------------- */
.has-black-color {
  color: #231f20; }

.has-black-background-color {
  background-color: #231f20; }

.has-white-color {
  color: #fff; }

.has-white-background-color {
  background-color: #fff; }

.has-dark-grey-color {
  color: #404041; }

.has-dark-grey-background-color {
  background-color: #404041; }

.has-cream-color {
  color: #e7e5d4; }

.has-cream-background-color {
  background-color: #e7e5d4; }

.has-yellow-color {
  color: #ffc629; }

.has-yellow-background-color {
  background-color: #ffc629; }

.has-red-color {
  color: #ed1c24; }

.has-red-background-color {
  background-color: #ed1c24; }

/* Font Options
--------------------------------------------- */
.has-small-font-size {
  font-size: 0.875rem; }

.has-regular-font-size {
  font-size: 1rem; }

.has-medium-font-size {
  font-size: 1.375rem; }

.has-large-font-size {
  font-size: 1.75rem; }

.has-pull-quote-font-size {
  font-size: 2.375rem; }

.has-huge-font-size {
  font-size: 3.125rem; }

.no-bottom-margin {
  margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
