.color-primary {
  color: #0d2551;
}

.color-secondary {
  color: #a50c1b;
}

.color-highlight {
  color: #2d6090;
}

.color-dark {
  color: #002d45;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #1a1818;
}

.color-grey {
  color: #e3e8ec;
}

.bg-dark {
  background-color: #002d45;
}

.bg-primary {
  background-color: #0d2551;
}

.bg-highlight {
  background-color: #2d6090;
}

.gradient-blue {
  background: #0d2551;
  background: -moz-linear-gradient(180deg, #0d2551 0%, #2d6090 79%);
  background: -webkit-linear-gradient(180deg, #0d2551 0%, #2d6090 79%);
  background: linear-gradient(180deg, #0d2551 0%, #2d6090 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d2551",endColorstr="#2d6090",GradientType=1);
}

.gradient-grey {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, #e3e8ec 100%);
  background: -webkit-linear-gradient(0deg, white 0%, #e3e8ec 100%);
  background: linear-gradient(0deg, white 0%, #e3e8ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e3e8ec",GradientType=1);
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.roboto-con {
  font-family: "Roboto Condensed", sans-serif;
}

.roboto-slab {
  font-family: "Roboto Slab", serif;
}

.font-heavy {
  font-weight: 800;
}

.shadow:hover {
  font-weight: normal;
  text-shadow: 0px 0px 1px black;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #1a1818;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #a50c1b;
  text-decoration: underline;
}

/*--------------------------------------------------------------
Typography & Spacing
--------------------------------------------------------------*/
/*Scaling Font Sizes*/
html {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 15px;
  }
}

body,
button,
input,
optgroup,
select,
textarea {
  color: #e3e8ec;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
}

/*Set what font weight b and strong tags are.*/
b,
strong {
  font-weight: 600;
}

/*Heading tag default styles.*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: #0d2551;
  font-family: "Roboto Condensed", sans-serif;
}
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul {
  margin-top: 16px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0.5rem;
}
h1 + h1,
h2 + h1,
h3 + h1,
h4 + h1,
h5 + h1,
h6 + h1,
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6 {
  margin-top: 1rem;
}

* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 2rem;
}

h1 {
  font-size: 1.75rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.7rem;
}

/*Spacing around paragraph tags.*/
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.75rem;
}
p + ul,
p + ul:not([class*="-nav"]):not([class*="pagination"]),
p + ol {
  margin-top: 2rem;
}

a {
  color: #0d2551;
}
a:visited {
  color: #0d2551;
}

:root {
  /* typography */
  --color-text: var(--gray-10);
  --color-text-heading: var(--black);
  --color-text-subtle: var(--gray-6);
  --color-link: var(--color-primary);
  --color-link-visited: var(--color-primary-dark);
}

body {
  color: #1a1818;
  color: var(--color-text);
}

h1,
h2,
h3,
h4,
form legend {
  color: var(--color-text-heading);
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  width: 90%;
}

.site-content {
  margin-top: 30px !important;
}
.site-content a {
  color: #a50c1b;
}

.page {
  margin-bottom: 0;
}

.bbt-video-library-container {
  position: relative;
}

.video-library-sidebar {
  position: absolute;
  top: 0;
  right: 0;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#masthead .header-container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 60em) {
  #masthead .site-branding {
    order: 2;
  }
}
#masthead .site-branding img.custom-logo {
  max-width: 265px;
  transition: 300ms ease-in-out;
}
@media screen and (max-width: 60em) {
  #masthead .site-branding img.custom-logo {
    max-width: 230px;
  }
}
#masthead.sticky {
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
}
#masthead.sticky img.custom-logo {
  max-width: 230px;
}
#masthead.sticky #dabar ul {
  margin: 0 0 0.5em 3em;
}
#masthead.sticky li {
  padding: 15px 10px 15px 10px;
}
#masthead ul#primary-menu li {
  padding: 0 15px 10px 15px;
}

body.brooksbrotherstrailers header#masthead {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.42);
}
@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers header#masthead .primary-nav-menu {
    order: 1;
  }
}
@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers header#masthead .primary-nav-menu #dabar {
    display: none;
  }
}
body.brooksbrotherstrailers header#masthead .primary-nav-menu #dabar ul {
  transition: 300ms ease-in-out;
  margin: 0 0 1.5em 3em;
}
body.brooksbrotherstrailers header#masthead .primary-nav-menu #dabar ul li {
  transition: 300ms ease-in-out;
  padding: 20px 15px 10px 15px;
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  #dabar
  ul
  li
  a:hover {
  color: #f7f6f5;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation.main-navigation
    ul {
    display: block;
  }
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation.main-navigation
    ul
    li {
    float: none;
  }
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation.main-navigation
    ul.sub-menu {
    position: static;
    float: none;
  }
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation.main-navigation
    ul.sub-menu
    li {
    float: none;
  }
}
@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation
    ul#primary-menu {
    padding-top: 1em;
  }
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  li {
  padding: 0 15px 15px 15px;
  color: #ffffff;
  transition: 300ms ease-in-out;
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  li
  a {
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  li
  a:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  > li {
  padding: 0;
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  > li
  > a {
  display: block;
  padding: 0 15px 10px 15px;
  position: relative;
  text-transform: uppercase;
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  > li
  > a:hover {
  color: #fafafa;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: normal;
  position: relative;
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  ul.sub-menu {
  color: #1a1818;
  background-color: #ffffff;
  padding-left: 0.5em;
}
@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation
    ul#primary-menu
    ul.sub-menu {
    background-color: #0d2551;
  }
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  ul.sub-menu
  li {
  padding: 0;
}
@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation
    ul#primary-menu
    ul.sub-menu
    li {
    background-color: #0d2551;
  }
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  ul.sub-menu
  li
  a {
  color: #1a1818;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation
    ul#primary-menu
    ul.sub-menu
    li
    a {
    color: #fff !important;
    background-color: #0d2551;
    padding: 8px 16px;
  }
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  ul.sub-menu
  li
  a:first-of-type {
  display: block;
  padding: 10px 16px;
  background-color: #fff;
  font-size: 16px;
  padding-top: 1rem;
}
@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers
    header#masthead
    .primary-nav-menu
    nav#site-navigation
    ul#primary-menu
    ul.sub-menu
    li
    a:first-of-type {
    background-color: #0d2551 !important;
    padding-top: 0;
  }
}
body.brooksbrotherstrailers
  header#masthead
  .primary-nav-menu
  nav#site-navigation
  ul#primary-menu
  ul.sub-menu
  li
  a:hover {
  font-weight: normal;
  background-color: #eeeeee;
  color: #a50c1b !important;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 60em) {
  .main-navigation ul ul {
    box-shadow: none;
  }
}

@media screen and (min-width: 60em) {
  #toggle {
    display: none;
  }
}

@media screen and (max-width: 60em) {
  #popout {
    position: fixed;
    height: 100%;
    width: 100%;
    transition: left 0.7s;
    background: #0d2551;
    color: white;
    top: 74px;
    left: -100%;
    overflow: auto;
    z-index: 99999999;
  }
  #popout.mobile-nav-open {
    left: 0;
  }
  #toggle {
    top: 60px;
    width: 28px;
    height: 24px;
  }
  #toggle i {
    font-size: 30px;
  }
  ul.submenu {
    color: white;
    background-color: #0d2551;
    padding-left: 0.5em;
  }
  ul.submenu li {
    color: white;
    background-color: #0d2551 !important;
    font-weight: lighter;
    padding: 8px 16px;
  }
  .nav-menu li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 60em) and (max-width: 60em) {
  .nav-menu li {
    border-bottom: none;
  }
}

@media screen and (max-width: 60em) {
  body.brooksbrotherstrailers #masthead ul#primary-menu > li > a {
    padding: 0 15px;
  }
}

.slick-dots {
  display: none !important;
}

.slick-next {
  right: 85px;
  z-index: 999999;
  background: pink;
}

.bbt_slide.slick-slide {
  max-height: 550px;
}
.bbt_slide.slick-slide img {
  width: 100%;
  margin: 0 auto;
  height: 550px;
}
@supports (object-fit: cover) {
  .bbt_slide.slick-slide img {
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}
@media screen and (max-width: 60em) {
  .bbt_slide.slick-slide img {
    height: 250px !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bbt_slide.slick-slide {
    background-size: cover;
    background-position: center;
    height: 550px !important;
  }
  .bbt_slide.slick-slide img {
    opacity: 0;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 60em),
  (-ms-high-contrast: active) and (max-width: 60em) {
  .bbt_slide.slick-slide {
    height: 250px !important;
  }
}

@media screen and (max-width: 60em) {
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

.hero-gallery-content {
  background: rgba(227, 232, 236, 0.6);
}
.hero-gallery-content .hero-gallery-hightlight-content {
  max-width: 1200px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 60em) {
  .hero-gallery-content .hero-gallery-hightlight-content {
    padding: 0.5rem 0;
  }
}
.hero-gallery-content .hero-gallery-hightlight-content .bbt-hero-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0d2551;
}
@media screen and (max-width: 60em) {
  .hero-gallery-content .hero-gallery-hightlight-content .bbt-hero-title h2 {
    font-size: 20px;
  }
}
.hero-gallery-content .hero-gallery-hightlight-content .bbt-hero-text {
  color: #0d2551;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 60em) {
  .hero-gallery-content .hero-gallery-hightlight-content .bbt-hero-text {
    font-size: 14px;
    padding-bottom: 1rem;
  }
}

.content-sidebar {
  margin-top: 3rem;
}

.industries.color-primary {
  border: 2px solid #e3e8ec;
}

.hp-sidebar-text2:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 2px;
  right: -10px;
}

.hp-sidebar-button a {
  box-shadow: 0 0 8px 5px rgba(227, 232, 236, 0.5);
}

.hp-sidebar-button:first-of-type a {
  background: #0d2551;
  background: -moz-linear-gradient(180deg, #0d2551 0%, #2d6090 79%);
  background: -webkit-linear-gradient(180deg, #0d2551 0%, #2d6090 79%);
  background: linear-gradient(180deg, #0d2551 0%, #2d6090 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d2551",endColorstr="#2d6090",GradientType=1);
}
.hp-sidebar-button:first-of-type a span {
  color: white;
}

.industries .industries-list-item {
  display: flex;
  margin-bottom: 1em;
  text-transform: none;
}
.industries .industries-list-item span.industries-list-image {
  width: 75px;
  text-align: center;
}
.industries .industries-list-item img {
  height: 30px;
  width: auto;
}
.industries .industries-list-item h3 {
  margin: 0;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: normal;
}

#bbt-featured-products h2 {
  font-size: 24px;
}

.bbt-products .product-tiles .product-tile a:hover .product-url {
  color: #0d2551;
}

.bbt-products .product-tiles .product-tile a .product-name {
  color: #0d2551;
  line-height: 1;
  font-size: 1.15rem;
}
.bbt-products .product-tiles .product-tile a .product-name .product-url:hover {
  color: #0d2551;
}

.bbt-products .product-tiles .product-tile a .product-url {
  font-family: "Roboto Condensed", sans-serif;
}
.bbt-products .product-tiles .product-tile a .product-url a {
  color: #a50c1b;
}
.bbt-products .product-tiles .product-tile a .product-url a:visited {
  color: #a50c1b;
}

#bbt-product-overview .product-group:not(:first-of-type) {
  padding-top: 2em;
}

@media screen and (min-width: 60em) {
  .product-navigation {
    order: 1;
  }
}

@media screen and (min-width: 60em) {
  #bbt-product-overview {
    order: 2;
  }
}

@media screen and (min-width: 60em) {
  #bbt-product-detail {
    order: 2;
  }
}

a.product-brochure.b.f4.roboto-con.color-highlight.link.mv4 {
  font-size: 16px;
}

.product-sibling-sidebar
  .product-parents
  .product-parent.active-parent
  .product-siblings {
  display: block;
}
.product-sibling-sidebar
  .product-parents
  .product-parent.active-parent
  .product-siblings
  ul {
  list-style: none;
}

.product-sibling-sidebar
  .product-parents
  .product-parent.active-parent
  .parent-name
  a {
  color: #a50c1b;
  font-weight: bold;
}

.product-sibling-sidebar .product-parents .product-parent .parent-name a {
  color: #1a1818;
  text-decoration: none;
}
.product-sibling-sidebar .product-parents .product-parent .parent-name a:hover {
  color: #a50c1b;
  text-decoration: none;
}
.product-sibling-sidebar
  .product-parents
  .product-parent
  .parent-name
  a:active {
  color: #a50c1b;
  text-decoration: none;
}

.product-sibling-sidebar .product-parents .product-parent .product-siblings {
  display: none;
}
.product-sibling-sidebar
  .product-parents
  .product-parent
  .product-siblings
  .product-sibling.active-child
  .sibling-name
  a {
  color: #a50c1b;
  font-weight: bold;
}
.product-sibling-sidebar
  .product-parents
  .product-parent
  .product-siblings
  .product-sibling
  .sibling-name
  a {
  color: #1a1818;
}
.product-sibling-sidebar
  .product-parents
  .product-parent
  .product-siblings
  .product-sibling
  .sibling-name
  a:hover {
  color: #a50c1b;
  font-weight: bold;
  text-decoration: none;
}
.product-sibling-sidebar
  .product-parents
  .product-parent
  .product-siblings
  .product-sibling
  .sibling-name
  a:active {
  color: #a50c1b;
  font-weight: bold;
  text-decoration: none;
}
.product-sibling-sidebar
  .product-parents
  .product-parent
  .product-siblings
  .product-gc-siblings
  .product-gc-sibling
  .gc-sibling-name
  a {
  color: #1a1818;
}
.product-sibling-sidebar
  .product-parents
  .product-parent
  .product-siblings
  .product-gc-siblings
  .product-gc-sibling.active-child
  .gc-sibling-name
  a {
  color: #a50c1b;
  font-weight: bold;
}

@media screen and (max-width: 60em) {
  .featured-photos-container {
    width: 100%;
    justify-content: center;
  }
}

.product-highlights {
  background: #e3e8ec;
  font-size: 18px;
}
.product-highlights .product-highlight h3 {
  font-family: "Open Sans", sans-serif;
}
.product-highlights .product-highlight ul {
  list-style: none;
}
.product-highlights .product-highlight ul li:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1em;
}

.product-specs-single {
  font-size: 14px;
}

.product-video {
  position: relative;
}
.product-video:hover:after {
  background-color: rgba(255, 255, 255, 0);
}
.product-video:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 35px;
  color: #a50c1b;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 30px;
  z-index: 2;
}
.product-video:after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: 300ms ease-in-out;
}

.tpi-tabs-container {
  color: #a50c1b;
}
.tpi-tabs-container .tab-content {
  margin-top: 2em;
}
.tpi-tabs-container .tab-content p strong {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #002d45;
}
.tpi-tabs-container .tpi-tabs-nav li {
  color: #a50c1b;
}
.tpi-tabs-container .tpi-tabs-nav li .active {
  font-weight: bold;
}
.tpi-tabs-container .tpi-tab-section {
  color: #1a1818;
}

.product-features p,
.product-options p {
  font-size: 14px;
}

.product-features .product-feature ul li,
.product-options .product-feature ul li {
  list-style: none;
}

.grid-container {
  margin: 0 -16px;
}

.grid-item {
  width: 45%;
  width: calc(50% - 32px);
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
@media screen and (max-width: 60em) {
  .grid-item {
    width: 100%;
    margin: 0 12px;
  }
}

#colophon .site-branding {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
}
#colophon .site-branding a {
  color: #e3e8ec;
  font-weight: normal;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
#colophon .site-branding a:hover {
  font-weight: bold;
}
#colophon .site-branding a:visited {
  color: #e3e8ec;
}
#colophon .site-branding a img {
  max-width: 280px;
}

#colophon .footer-links .footer-area-two .menu-footer-container .menu {
  column-count: 1;
}
@media screen and (min-width: 60em) {
  #colophon .footer-links .footer-area-two .menu-footer-container .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
  }
}
#colophon .footer-links .footer-area-two .menu-footer-container .menu li {
  padding: 10px;
}
#colophon .footer-links .footer-area-two .menu-footer-container .menu li a {
  color: #e3e8ec;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (max-width: 60em) {
  #menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

#menu-footer ul li {
  padding: 10px;
}
#menu-footer ul li a {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}

.bbt-phone {
  font-weight: bold;
}

section.widget_text.footer-area.become-a-christian {
  color: #e3e8ec;
}

.become-a-christian {
  padding: 0 0.5em;
}
.become-a-christian p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  max-width: 225px;
}

.become-a-christian img {
  max-width: 25px !important;
}

.footer-badges .badge-row-one .col1 {
  width: 52%;
}

.footer-badges .badge-row-one .col2 {
  width: 48%;
}

.site-info {
  background-color: #1d4975;
}
.site-info .site-info-content {
  max-width: 1200px;
  color: #e3e8ec;
}
.site-info .site-info-content a {
  color: #e3e8ec;
  text-transform: none;
  font-size: 12px;
}
.site-info .site-info-content a:hover {
  font-weight: bold;
}
.site-info .site-info-content a:visited {
  color: #e3e8ec;
}
.site-info .site-info-content .widget_text {
  font-size: 12px;
}
@media screen and (max-width: 60em) {
  .site-info .site-info-content .widget_text {
    padding: 1rem 0;
  }
}
.site-info .site-info-content .widget_text:last-of-type {
  margin: 0;
}
@media screen and (min-width: 60em) {
  .site-info .site-info-content .widget_text:last-of-type {
    margin-left: auto;
  }
}
.site-info .site-info-content .widget_text .site-info-links {
  display: block;
}
@media screen and (min-width: 60em) {
  .site-info .site-info-content .widget_text .site-info-links {
    display: inline-block;
  }
}

.social-icon {
  padding: 0 0.5em;
}
.social-icon .fab {
  color: #ffffff;
  font-size: 20px;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 15px !important;
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
  padding: 0.5em !important;
}

.frm_style_formidable-style .with_frm_style .frm_primary_label {
  color: #a50c1b;
  font-weight: 800;
  font-size: 1.5rem;
}

/*---------------------------------------------------------
 * ##### CUSTOM STYLES FOR TYPOGRAPHY
 ---------------------------------------------------------*/
html,
body.brooksbrotherstrailers {
  font-size: 14px;
}

body.brooksbrotherstrailers a,
body.brooksbrotherstrailers a:visited {
  text-transform: none;
  font-size: inherit;
  text-decoration: none;
}

body.brooksbrotherstrailers a:hover,
body.brooksbrotherstrailers a:active {
  font-weight: inherit;
  text-decoration: none;
}

body.brooksbrotherstrailers .fas {
  transition: all 0.15s;
}

body.brooksbrotherstrailers
  .bbt-products
  .product-tiles
  .product-tile
  a:hover
  .product-url {
  font-weight: normal;
}

body.brooksbrotherstrailers .bbt-products .product-tiles .product-tile a h3 {
  text-transform: uppercase;
}

body.brooksbrotherstrailers
  .bbt-products
  .product-tiles
  .product-tile
  a:hover
  .product-url
  .fas {
  transform: translateX(3px);
}

body.brooksbrotherstrailers #colophon .site-branding a {
  text-transform: uppercase;
}

body.brooksbrotherstrailers #colophon .site-branding a:hover {
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

body.brooksbrotherstrailers .site-info .site-info-content a:hover {
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

body.brooksbrotherstrailers .breadcrumbs {
  margin-bottom: 36px;
  color: #0d2551;
}

body.brooksbrotherstrailers #breadcrumbs * {
  font-size: 12px !important;
}

body.brooksbrotherstrailers #breadcrumbs a {
  color: #0d2551;
  text-transform: uppercase;
}

body.brooksbrotherstrailers #breadcrumbs a:hover {
  color: #a50c1b;
  font-weight: normal;
}

body.brooksbrotherstrailers .product-sibling-sidebar {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

body.brooksbrotherstrailers
  .product-sibling-sidebar
  .product-parents
  .product-parent
  a,
body.brooksbrotherstrailers
  .product-sibling-sidebar
  .product-parents
  .product-parent
  a:visited {
  text-transform: uppercase;
}

body.brooksbrotherstrailers
  .product-sibling-sidebar
  .product-parents
  .product-parent
  .product-siblings
  .product-sibling
  .sibling-name
  a:hover {
  font-weight: normal;
}

body.brooksbrotherstrailers .bbt-content-container h1 {
  line-height: 1.3;
}

body.brooksbrotherstrailers .tpi-tabs-nav a {
  transition: all 0.15s !important;
  text-transform: uppercase;
}

body.brooksbrotherstrailers .tpi-tabs-nav a:hover {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

body.brooksbrotherstrailers .hp-sidebar-button a {
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  text-transform: uppercase;
}

body.brooksbrotherstrailers .hp-sidebar-button a:hover,
body.brooksbrotherstrailers .hp-sidebar-button a:focus {
  opacity: 1 !important;
}

body.brooksbrotherstrailers .hp-sidebar-button a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #6d080a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6d080a 0%, #a50c1b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d080a 0%, #a50c1b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d080a 0%, #a50c1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d080a', endColorstr='#a50c1b',GradientType=0 );
  /* IE6-9 */
  transition: all 0.4s;
}

body.brooksbrotherstrailers .hp-sidebar-button a:hover:after {
  width: 100%;
}

body.brooksbrotherstrailers .hp-sidebar-button a span {
  position: relative;
  z-index: 10;
}

body.brooksbrotherstrailers .hp-sidebar-button a:hover span {
  color: #fff;
}

.sitemap {
  line-height: 1.5;
  color: #0d2551;
}
.sitemap a {
  color: #0d2551;
}
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #0d2551;
}
.sitemap ul li {
  margin: 0;
  color: #0d2551;
}
.sitemap ul li .children {
  margin: 0 0 0 0.5em;
  padding: 0 0 0 20px;
  color: #0d2551;
}

.page-id-600 .breadcrumbs {
  display: none;
}

.page-id-600 h1 {
  display: none;
}

.videos-container .single-video-container .product-media .product-name {
  color: #0d2551;
  line-height: 1;
  font-size: 1.15rem;
}
.videos-container
  .single-video-container
  .product-media
  .product-name
  .product-url:hover {
  color: #0d2551;
}

.is-form-style input.is-search-input {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #6f6f6f !important;
  padding: 10px 12px !important;
  border: 2px solid #ccc !important;
}

span.is-search-icon {
  font-size: 19px;
  padding: 8px;
}

.is-menu .search-icon-path {
  fill: #ffffff !important;
}

.is-search-icon svg {
  max-height: 25px;
}

.search-results h1 {
  color: #0d2551;
}

.search-results img {
  max-width: 285px;
}

.search-results .sr-page-type {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #0d2551;
}

.search-results .entry-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.search-results .entry-title a {
  color: #1a1818 !important;
}

.product-pdf-documents h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #0d2551;
  font-size: 20px;
}

.product-pdf-documents p a {
  color: #1a1818;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .twitter-sidebar {
    display: none;
  }
  .twitter-sidebar {
    border: 2px solid #f5f8fa;
    margin: 40px 0;
  }
  .twitter-bg {
    background: #f5f8fa;
  }
}

.site-main {
  min-height: 100vh;
}

.client-login-protected label {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #002d45;
  text-transform: titlecase;
  padding: 1em 0;
  font-weight: bold;
}
.client-login-protected label input {
  display: block;
  margin-top: 1rem;
}

.client-login-protected input {
  display: block;
}

.client-login-protected form.post-password-form {
  padding-bottom: 1rem;
}

.client-login-protected button,
.client-login-protected input[type="button"],
.client-login-protected input[type="reset"],
.client-login-protected input[type="submit"] {
  width: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #002d45;
  border-width: 1px;
  border-color: #2d6090;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 6px 11px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #1a1818;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

@media screen and (max-width: 60em) {
  #bbt-client-product .more-photos-container .product-media {
    max-width: 300px;
    display: block;
  }
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #002d45;
  text-transform: titlecase;
  padding: 1em 0;
}

.frm_style_formidable-style.with_frm_style
  .frm_compact
  .frm_dropzone.dz-clickable
  .dz-message,
.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  width: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #002d45;
  border-width: 1px;
  border-color: #2d6090;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 6px 11px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #1a1818;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
.frm_style_formidable-style.with_frm_style
  .frm_compact
  .frm_dropzone.dz-clickable
  .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type="submit"]:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  input[type="button"]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  color: #e3e8ec;
  background: #002d45;
  border-width: 1px;
  border-color: #2d6090;
  border-style: solid;
}

.page-template-product-detail
  #bbt-product-detail
  .featured-photos-container
  .product-media {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.page-template-product-detail
  #bbt-product-detail
  .featured-photos-container
  .product-media
  img {
  display: block;
  opacity: 0;
  height: 0;
  width: 0;
}

.page-template-product-detail
  #bbt-product-detail
  .featured-photos-container
  .bbt-featured-image {
  width: 100%;
  margin-bottom: 1rem;
}
.page-template-product-detail
  #bbt-product-detail
  .featured-photos-container
  .bbt-featured-image
  .first-featured-media {
  height: 100%;
}

.page-template-product-detail
  #bbt-product-detail
  .featured-photos-container
  .bbt-other-featured-media {
  display: none;
}
@media screen and (min-width: 60em) {
  .page-template-product-detail
    #bbt-product-detail
    .featured-photos-container
    .bbt-other-featured-media {
    width: 100%;
    display: block;
  }
}
.page-template-product-detail
  #bbt-product-detail
  .featured-photos-container
  .bbt-other-featured-media
  .product-media:not(:last-of-type) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 60em) {
  .page-template-product-detail
    #bbt-product-detail
    .featured-photos-container
    .bbt-featured-image {
    width: 75%;
    padding-right: 0.5rem;
    margin-bottom: 0;
  }
  .page-template-product-detail
    #bbt-product-detail
    .featured-photos-container
    .bbt-other-featured-media {
    width: 25%;
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 60em) {
  .page-template-product-detail #bbt-product-detail .tpi-tabs-container {
    position: relative;
  }
}

@media screen and (max-width: 60em) {
  .page-template-product-detail
    #bbt-product-detail
    .tpi-tabs-container
    .tpi-tabs-nav {
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .page-template-product-detail
    #bbt-product-detail
    .tpi-tabs-container
    .tpi-tabs-nav.mobile-inactive
    ul
    li
    a {
    cursor: pointer;
  }
  .page-template-product-detail
    #bbt-product-detail
    .tpi-tabs-container
    .tpi-tabs-nav.mobile-inactive
    ul
    li
    a:not(.active) {
    display: none;
  }
}

@media screen and (max-width: 60em) {
  .page-template-product-detail
    #bbt-product-detail
    .tpi-tabs-container
    .tpi-tabs-nav
    ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 60em) {
  .page-template-product-detail
    #bbt-product-detail
    .tpi-tabs-container
    .tpi-tabs-nav
    ul
    li {
    width: 100%;
  }
}

.page-template-product-detail
  #bbt-product-detail
  .tpi-tabs-container
  .tpi-tabs-nav
  ul
  li
  a {
  font-size: 1.5rem;
  cursor: pointer;
}
@media screen and (max-width: 60em) {
  .page-template-product-detail
    #bbt-product-detail
    .tpi-tabs-container
    .tpi-tabs-nav
    ul
    li
    a {
    font-size: 1rem;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tpi-tabs-container .tpi-tabs-nav ul li a {
    font-size: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 60em) {
  .tpi-tabs-container .tpi-tabs-nav ul li a {
    font-size: 1.5rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tpi-tabs-container
    .tpi-tab-section#info
    .product-features-container
    .product-features {
    column-count: 2;
    column-gap: 6rem;
    margin: 0;
    width: 100%;
  }
  .tpi-tabs-container
    .tpi-tab-section#info
    .product-features-container
    .product-features
    .product-feature {
    width: 100%;
    padding-top: 0.5rem;
  }
}
@media (max-width: 959px) {
  .video-library-sidebar {
    position: relative;
  }
}
