/*
 * _legacyExports.less
 *
 */
/*
 *    _              _   _                 ____             _
 *   | |_ ___  _ __ | |_(_) ___  _ __  ___| __ )  __ _ _ __| | ___  ___ ___
 *   | __/ _ \| '_ \| __| |/ _ \| '_ \/ __|  _ \ / _` | '__| |/ _ \/ __/ __|
 *   | || (_) | |_) | |_| | (_) | | | \__ \ |_) | (_| | |_ | |  __/\__ \__ \
 *    \__\___/| .__/ \__|_|\___/|_| |_|___/____/ \__,_|_(_)|_|\___||___/___/
 *            |_|
 *
 *                                    the sign in/search/languauge top bar
 *
 */
/*
    The Toptions Bar is the grey bar that sits atop the site,
    containing Search, language switcher, client login, etc.
*/
/*******
       toptionsLogo
       - When the nav is disabled, the toptionsLogoWrapper is displayed in lieu of both
         the nav and the toptions bar
                                                                                      *******/
.toptionsLogoWrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 22px;
}
.toptionsLogoWrapper .toptionsLogo {
  position: relative;
  z-index: 20;
}
.toptionsLogoWrapper .toptionsLogo_img {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .toptionsLogoWrapper .toptionsLogo {
    padding: 0;
  }
  .toptionsLogoWrapper .toptionsLogo_img {
    width: 100px;
    height: 119px;
  }
}
/*******
       toptionsBarWrapper
                        *******/
.toptionsBarWrapper {
  background-color: #424242;
  color: #cccccc;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .toptionsBarWrapper {
    display: none;
  }
}
.toptionsBar {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 22px;
}
.toptionsBar_item {
  display: none;
}
@media only screen and (min-width: 768px) {
  .toptionsBar {
    height: 36px;
  }
  .toptionsBar_item {
    display: block;
    float: right;
    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 100%;
    border-left: 1px solid #4b4b4b;
    text-transform: uppercase;
  }
  .toptionsBar_item-left {
    float: left;
  }
  .toptionsBar_item-rBorder {
    border-right: 1px solid #4b4b4b;
  }
  .toptionsBar_item_link {
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 11px 17px 12px;
    transition: background-color 0.12s ease-in;
  }
  .toptionsBar_item_link_full {
    display: none;
  }
  .toptionsBar_item_link:hover {
    background-color: #282828;
    color: white;
    text-decoration: none;
  }
  .toptionsBar_item_link:active {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 768px) and (min-width: 980px) {
  .toptionsBar_item_link_full {
    display: inline;
  }
  .toptionsBar_item_link_short {
    display: none;
  }
}
/*******
       toptionsDD - dropdown items
                                 *******/
@media only screen and (min-width: 768px) {
  .toptionsDD {
    position: relative;
    letter-spacing: 0.05em;
    perspective: 800;
    z-index: 2000;
  }
  .toptionsDD_title {
    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 16px;
    padding: 9px 16px 10px 17px;
    cursor: pointer;
    transition: background-color 0.12s ease-in;
  }
  .toptionsDD_title_text {
    display: inline-block;
    min-width: 64px;
  }
  .toptionsDD_title_text-phoneNumber {
    border-bottom: 1px solid #717171;
  }
  .toptionsDD_title_arrow {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-left: 9px;
    position: relative;
    top: 1px;
    transition: transform 0.15s ease;
  }
  .toptionsDD_title:hover {
    background-color: #282828;
    text-decoration: none;
  }
  .toptionsDD_title:hover .toptionsDD_title_text-phoneNumber {
    border-color: #1d7ab7;
  }
  .toptionsDD_list {
    position: absolute;
    z-index: 300;
    background-color: #333333;
    text-transform: none;
    width: 100%;
    transform: scale(0);
    transition: opacity 0.2s ease-in;
    opacity: 0;
  }
  .toptionsDD.shown,
  .toptionsDD.shown .toptionsDD_list {
    background-color: #282828;
  }
  .toptionsDD_title:hover,
  .toptionsDD.shown .toptionsDD_title {
    color: white;
  }
  .toptionsDD.shown .toptionsDD_title_arrow {
    transform: rotate(-180deg) translateY(-4px);
  }
  .toptionsDD.shown .toptionsDD_list {
    transform: none;
    opacity: 1;
  }
  .toptionsDD_list_item {
    font-size: 11px;
    line-height: 100%;
    padding: 6px 0 8px 17px;
    cursor: pointer;
  }
  .toptionsDD_list_item:hover {
    background-color: #333333;
    color: white;
  }
  .toptionsDD_list_item:active {
    color: rgba(255, 255, 255, 0.7);
  }
  .toptionsDD .toptionsDDArrow {
    position: relative;
    top: -2px;
    margin-left: 10px;
  }
}
/*******
       toptionsDDArrow
                     *******/
.toptionsDDArrow {
  width: 7px;
  height: 5px;
  fill: #cccccc;
}
/*******
       topSearchForm
                   *******/
.topSearchFormWrapper {
  padding-left: 16px;
}
.topSearchForm {
  display: inline-block;
  margin: 0;
  background-color: #555555;
  border-radius: 3px;
  font-size: 12px;
  line-height: 100%;
  height: 25px;
  padding: 0;
  margin-top: 5px;
  width: 140px;
  position: relative;
  transition: width 0.15s cubic-bezier(0.39, 0.25, 0.15, 0.915);
}
.topSearchForm_input {
  width: 120px;
  display: inline-block !important;
  font-size: 12px !important;
  line-height: 12px !important;
  height: 12px !important;
  padding: 7px 24px 6px 9px !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  color: #cccccc !important;
  transition: color 0.13s ease-in, width 0.15s cubic-bezier(0.39, 0.25, 0.15, 0.915) !important;
  letter-spacing: 0.05em !important;
}
@media only screen and (min-width: 980px) {
  .topSearchForm {
    width: 170px;
  }
  .topSearchForm_input {
    width: 150px;
  }
}
.topSearchForm_input:focus {
  box-shadow: none !important;
  color: white !important;
}
.topSearchForm_input::-webkit-input-placeholder {
  color: inherit !important;
  height: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  padding: 1px 0 0 0  !important;
  margin: 0 !important;
  text-transform: uppercase;
}
.topSearchForm_input::-moz-placeholder {
  color: inherit !important;
  height: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  padding: 1px 0 0 0  !important;
  margin: 0 !important;
  text-transform: uppercase;
}
.topSearchForm_btn {
  position: absolute;
  top: 3px;
  right: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  padding: 0;
}
.topSearchForm_btn_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  fill: white;
  padding-top: 2px;
  padding-right: 6px;
}
/*******
       toptionsSelect
                    *******/
.toptionsSelect {
  margin: 5px 17px 0;
  line-height: 22px;
  display: table;
  position: relative;
}
.toptionsSelect_left,
.toptionsSelect_right {
  padding-bottom: 1px;
  display: table-cell;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
}
.toptionsSelect_left {
  padding-left: 11px;
  padding-right: 11px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.toptionsSelect_right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.12s ease-in, border-color 0.12s ease-in;
}
.toptionsSelect_left_label {
  margin-right: 4px;
}
.toptionsSelect_left_value {
  float: right;
  /* Solely to enable min-width */
  min-width: 98px;
  text-align: right;
}
.toptionsSelect_left_value_link {
  color: inherit;
  text-decoration: none !important;
  transition: color 0.15s ease-in, opacity 0.06s linear;
}
.toptionsSelect_left_value_link:hover {
  color: white;
}
.toptionsSelect_left_value_link:active {
  opacity: 0.65;
}
.toptionsSelect_selectorDummy {
  padding-left: 11px;
  padding-right: 11px;
}
.toptionsSelect_selectorDummy_inner {
  display: inline-block;
  min-width: 16px;
}
.toptionsSelect .toptionsDDArrow {
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.toptionsSelect_selector {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  padding-top: 1px;
  padding-left: 1px;
  line-height: 22px;
  z-index: 1;
  background-color: #333333;
  border-radius: 3px;
  border-top-left-radius: 0;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.12s ease-in;
}
.toptionsSelect_right.-open .toptionsSelect_selector {
  transform: none;
  opacity: 1;
}
.toptionsSelect_selector_item {
  display: block;
  line-height: inherit;
  cursor: pointer;
  padding-bottom: 1px;
  padding-left: 11px;
  padding-right: 11px;
  background-color: transparent;
  transition: transform 0.15s cubic-bezier(0.39, 0.25, 0.15, 0.915);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.toptionsSelect_selector_item:hover {
  color: white;
  font-family: RobotoMedium;
  background-color: #282828;
}
.toptionsSelect_right:hover {
  border-color: #282828;
  background-color: #282828;
}
.toptionsSelect_right:hover .toptionsDDArrow {
  fill: white;
  z-index: 100;
  pointer-events: none;
}
/*
 *   _ __   __ _ __   __  ___  ___  ___
 *  | '_ \ / _` |\ \ / / / __|/ __|/ __|
 *  | | | | (_| | \ V /_| (__ \__ \\__ \
 *  |_| |_|\__,_|  \_/(_)\___||___/|___/
 *
 *                         the site nav
 *
 */
/*
   When the menu is fixed, the page 'jumps' by the height of the header
    - prevent this
*/
@media only screen and (min-width: 768px) {
  body.-tpadding_fixed_menu {
    padding-top: 64px;
  }
}
/*****   mainNavWrapper   *****/
.mainNavWrapper {
  border-bottom: 1px solid #e0e0e3;
  position: relative;
  background-color: white;
  z-index: 20;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .mainNavWrapper_inner {
    position: relative;
  }
  .mainNavWrapper_inner > .navburger {
    position: absolute;
    right: 15px;
    top: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .mainNavWrapper_inner > .navburger {
    right: 100px;
  }
}
.mainNavWrapper a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .mainNavWrapper {
    min-height: 48px;
    overflow: auto;
    border-bottom: none;
  }
  .mainNavWrapper_inner {
    position: relative;
    min-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mainNavWrapper {
    min-height: 60px;
  }
  .mainNavWrapper_inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 22px;
  }
  .mainNavWrapper_inner > .mainLogo {
    float: left;
  }
}
@media only screen and (min-width: 980px) {
  .mainNavWrapper {
    min-height: 64px;
    border-top: none;
  }
}
/*  Fixing on scroll  */
@media only screen and (min-width: 768px) {
  .mainNavWrapper-fixed {
    position: fixed;
    top: -68px;
    transition: transform 0.4s ease-out 0.5s;
    width: 100%;
    z-index: 101 !important;
    transform: translateY(68px);
  }
}
/*****   mainLogo   *****/
.mainLogo {
  display: block;
  margin-left: 22px;
  background-image: url("../../images/logo-textual-382.png");
  background-size: 100% auto;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .mainLogo {
    margin-left: 15px;
    width: 160px;
    height: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .mainLogo {
    margin-left: 0;
    width: 180px;
    height: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .mainLogo {
    width: 191px;
    height: 64px;
  }
}
/*****   mainNav   *****/
.mainNav {
  list-style: none;
  overflow: hidden;
}
.mainNav_item {
  line-height: 64px;
  background-color: white;
  font-family: RobotoLight;
  font-size: 15px;
  color: #4b4b4b;
  text-transform: uppercase;
}
.mainNav_item,
.mainNav_item_link {
  transition: color 0.2s linear;
}
.mainNav_item_label {
  display: block;
  height: 64px;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  color: #4b4b4b;
}
.mainNav_item_label:hover {
  color: #1d7ab7;
}
.mainNav_item_closeLabel {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -64px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}
.mainNav_item_arrow {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mainNav {
    border-top: 1px solid #e0e0e3;
    height: 0;
  }
  .mainNav_item {
    min-height: 64px;
    float: none;
    text-align: left;
    position: relative;
    font-size: 16px;
    font-family: RobotoRegular;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e3;
  }
  .mainNav_item_link {
    display: block;
    border: none;
  }
  .mainNav_item_label {
    padding: 0 15px;
    letter-spacing: 0.05em;
  }
  .mainNav_item_arrow {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 16px;
    height: 17px;
    line-height: 14px;
    transition: transform 0.12s ease-out;
    fill: #4b4b4b;
  }
  .mainNav_item_label::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 4px;
    height: 66px;
    background-color: #1d7ab7;
    opacity: 0;
    transform: translate3d(-4px, 0, 0);
    transition: opacity 0.11s linear, transform 0.17s ease-in;
  }
  .mainNav_item_closeLabel {
    height: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .mainNav {
    float: right;
  }
  .mainNav_item {
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 20px;
    font-size: 14px;
  }
  .mainNav_item:last-child {
    margin-right: 0;
  }
  .mainNav_item::after {
    content: "";
    position: relative;
    top: -2px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1d7ab7;
    transition: opacity 0.22s linear, transform 0.22s ease-out;
    opacity: 0;
    transform: translate(0, -10px);
  }
  .mainNav_item_label {
    height: 60px;
    letter-spacing: 0.03em;
  }
  .mainNav_item_closeLabel {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 980px) {
  .mainNav_item {
    height: 64px;
    line-height: 64px;
    font-size: 15px;
    margin-right: 60px;
  }
  .mainNav_item::after {
    top: -2px;
  }
  .mainNav_item_label {
    height: 60px;
    letter-spacing: 0.05em;
  }
  .mainNav_item_closeLabel {
    margin-top: -60px;
  }
}
/*****  headerDemoWrap  *****/
.headerDemoWrap {
  float: right;
  margin-left: 28px;
}
.headerDemoWrap .-desktop {
  display: none;
}
.flexi-action-button.-small-btn > .-desktop,
.flexi-action-button.-small-btn > .-tablet {
  float: left;
}
@media only screen and (max-width: 767px) {
  .headerDemoWrap {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .headerDemoWrap {
    padding-top: 12px;
  }
  .headerDemoWrap .-tablet {
    line-height: 18px;
  }
}
@media only screen and (min-width: 980px) {
  .headerDemoWrap {
    padding-top: 11px;
  }
  .headerDemoWrap .-tablet {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1080px) {
  .headerDemoWrap {
    margin-left: 44px;
  }
  .headerDemoWrap .-desktop {
    display: inline;
  }
  .headerDemoWrap .-tablet {
    display: none;
  }
}
/*****   navburger   *****/
.navburger {
  width: 27px;
  /* possible values are 29px and 40px */
  height: 27px;
}
.navburger_label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
.navburger_span,
.navburger_span2 {
  top: 9px;
  border-radius: 2px;
}
.navburger_span,
.navburger_span::before,
.navburger_span::after,
.navburger_span2 {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4b4b4b;
  border-radius: 3px;
  transition: transform 0.25s ease, background-color 0s linear;
}
.navburger_span::before,
.navburger_span::after {
  content: "";
}
.navburger_span::before {
  top: -9px;
}
.navburger_span::after {
  bottom: -9px;
}
.navburger_span2 {
  background-color: transparent;
}
/*
   While opening:
	- pseudos:  transform to center, then fade out
	- spans:    fade in, then rotate

   While closing:
	- spans:    rotate, then fade (span2) out
	- pseudos:  fade in, then transform out from center
*/
/* Closing: */
.navburger_span,
.navburger_span2 {
  transition-delay: 0, 0.25s;
}
.navburger_span::before,
.navburger_span::after {
  transition-delay: 0.35s, 0.25s;
}
/* Opening: */
#menu_responsiveShow:checked ~ .mainNavWrapper .navburger_span::before {
  background-color: transparent;
  transform: translateY(9px);
}
#menu_responsiveShow:checked ~ .mainNavWrapper .navburger_span::after {
  background-color: transparent;
  transform: translateY(-9px);
}
#menu_responsiveShow:checked ~ .mainNavWrapper .navburger_span {
  transform: rotate(45deg);
}
#menu_responsiveShow:checked ~ .mainNavWrapper .navburger_span2 {
  background-color: #4b4b4b;
  transform: rotate(-45deg);
}
#menu_responsiveShow:checked ~ .mainNavWrapper .navburger_span,
#menu_responsiveShow:checked ~ .mainNavWrapper .navburger_span2 {
  transition-delay: 0.35s, 0.25s;
}
#menu_responsiveShow:checked ~ .mainNavWrapper .navburger_span::before,
#menu_responsiveShow:checked ~ .mainNavWrapper .navburger_span::after {
  transition-delay: 0, 0.25s;
}
/*  navburger: transition to/from responsive  */
.navburger {
  visibility: hidden;
  opacity: 0;
  transform: translateX(22px);
}
@media only screen and (max-width: 767px) {
  .navburger {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: visibility 0s linear 0.25s, opacity 0.24s linear, transform 0.24s ease-out, background-color 0.1s linear;
    transition-delay: 0.0s, 0.25s, 0.25s, 0;
  }
}
/*****  respNavBtnsWrapper  *****/
.respNavBtnsWrapper {
  display: none;
  position: absolute;
  width: 100%;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background-color: white;
}
/*****  respNavDemoWrapper  *****/
.respNavDemoWrapper {
  display: none;
  text-align: center;
}
.respNavDemoWrapper > .flexi-action-button {
  display: block;
  text-align: left;
}
.respNavDemoWrapper .svgIcon {
  float: right;
}
/*****  respSearchForm  *****/
.respSearchForm {
  display: none;
  margin-top: 8px;
}
.respSearchForm .inlineSearchForm {
  margin-bottom: 0;
}
/*  Landscape tweaks for .respNavBtnsWrapper, .respNavDemoWrapper, and .respSearchForm  */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .respNavBtnsWrapper {
    position: static;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 46px;
  }
  .respNavDemoWrapper,
  .respSearchForm {
    float: right;
    width: 48.5%;
  }
  .respNavDemoWrapper {
    margin-left: 3%;
  }
  .respSearchForm {
    margin-top: 0;
    margin-bottom: 0;
  }
  .respSearchForm .inlineSearchForm_inputWrapper {
    width: 75%;
  }
}
/*****   subNavWrapper   *****/
.subNavWrapper {
  text-transform: none;
  background-color: white;
  width: 100%;
  color: #333;
}
.subNav_item_link {
  display: block;
  color: #4b4b4b;
  transition: color 0.2s linear;
}
.subNav_item_link:hover {
  color: #1d7ab7;
  text-decoration: none;
}
.subNav_item_graphic {
  background-size: cover;
  background-color: #efefef;
}
.subNav_item_graphic_shadow {
  display: none;
}
@media only screen and (max-width: 767px) {
  .subNavWrapper {
    height: 0;
    overflow: hidden;
  }
  .subNav {
    margin: 0 15px 0 28px;
    padding-bottom: 20px;
  }
  .subNav_item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e0e0e3;
    background-image: none;
    line-height: 18px;
  }
  .subNav_item:first-child {
    /*		border-top: 1px solid #e0e0e3;*/
  }
  .subNav_item:last-child {
    border-bottom: none;
  }
  .subNav_item_graphic {
    float: right;
    width: 71px;
    height: 40px;
    position: relative;
    top: -1px;
  }
  .subNav_item_title {
    font-family: RobotoRegular;
    font-size: 16px;
    color: #333333;
  }
  .subNav_item_subtitle {
    font-family: RobotoLight;
    font-size: 14px;
    color: #666666;
  }
  .subNav_item_link {
    /*		color: #333333;*/
  }
  .subNav_item-blockTextual {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .subNav_item-blockTextual_list_item {
    font-family: RobotoRegular;
    font-size: 16px;
    padding-top: 14px;
    /*  At the moment, individual items in block-textual sections  */
    padding-bottom: 14px;
    /*  are presented similarly to entire block-image items        */
    border-bottom: 1px dotted #e0e0e3;
  }
  .subNav_item-blockTextual_list_item:last-child {
    border-bottom: none;
  }
  .subNav_item-textual {
    border-bottom: none;
  }
  .subNav_columnHeading {
    display: none;
  }
  .subNav_textColumn_item {
    font-family: RobotoRegular;
    font-size: 16px;
    padding-top: 14px;
    /*  At the moment, individual items in block-textual sections  */
    padding-bottom: 14px;
    /*  are presented similarly to entire block-image items        */
    border-bottom: 1px dotted #e0e0e3;
  }
  .textualNav_item_link {
    color: #4b4b4b;
    transition: color 0.2s linear;
  }
  .textualNav_item_link:hover {
    color: #1d7ab7;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .subNavWrapper {
    position: absolute;
    /* .mainNavWrapper is relative, so .subNavWrapper  */
    left: 0;
    /*  is relative to that.                           */
    top: 61px;
    /*                                                 */
    text-align: center;
    max-height: 0;
    overflow: hidden;
    text-transform: none;
  }
  .subNav {
    border-bottom: 1px solid #e0e03;
  }
  .subNav_item {
    display: inline-block;
    width: 164px;
    min-height: 93px;
    margin-right: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    vertical-align: top;
    line-height: 100%;
    color: black;
  }
  .subNav_item:last-child {
    margin-right: 0;
  }
  .subNav_item_graphicWrapper {
    margin-bottom: 6px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .subNav_item_graphic {
    width: 100%;
    height: 100%;
    outline: 1px solid #efefef;
    padding-top: 56.07%;
  }
  .subNav_item_graphic_shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .subNav_item:hover .subNav_item_graphic_shadow {
    opacity: 1;
  }
  .subNav_item_title {
    padding: 0;
    font-family: RobotoMedium;
    color: #4b4b4b;
    letter-spacing: -0.01em;
    font-size: 13px;
    transition: color 0.2s linear;
  }
  .subNav_item_subtitle {
    font-family: RobotoLight;
    font-size: 12px;
    line-height: 13px;
    padding-top: 3px;
    color: #666666;
    letter-spacing: 0.01em;
  }
  .subNav_item:hover .subNav_item_title {
    color: #1d7ab7;
  }
  .subNav_item-blockTextual {
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    background-color: transparent;
    text-align: left;
    font-size: 13px;
  }
  .subNav_item-blockTextual_title {
    font-family: RobotoMedium;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .subNav_item-blockTextual_list_item {
    font-family: RobotoLight;
    text-transform: none;
  }
  .subNav_item-blockTextual_list_item,
  .subNav_textColumn_item {
    font-size: 13px;
    line-height: 17px;
    padding: 2px 0;
    letter-spacing: 0.01em;
  }
  .subNav_item-textual {
    margin-top: 32px;
    height: auto;
    text-align: left;
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .subNav_columnHeading {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: RobotoMedium;
    padding: 4px 0;
    margin-bottom: 9px;
    font-size: inherit;
    color: #333;
  }
  .subNav_textColumn_item {
    color: #333333;
    text-transform: none;
  }
  .textualNav_item_link {
    color: #4b4b4b;
    text-decoration: none;
    font-family: RobotoLight;
  }
  .textualNav_item_link:hover {
    color: #1d7ab7;
    text-decoration: none;
  }
}
@media only screen and (min-width: 980px) {
  .subNavWrapper {
    top: 65px;
  }
  .subNav_item {
    width: 214px;
    min-height: 120px;
    margin-right: 40px;
  }
  .subNav_item_title {
    font-size: 15px;
  }
  .subNav_item_subtitle {
    font-size: 13px;
    line-height: 14px;
  }
  .subNav_item-textual {
    font-size: 15px;
    margin-right: 10px;
  }
  .subNav_item-blockTextual {
    font-size: 13px;
  }
  .subNav_item-blockTextual_list_item,
  .subNav_textColumn_item {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 0;
  }
}
/*****   Menu selection with CSS using hidden radio inputs   *****/
.mainNav_hiddenRadio {
  display: none;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #menu_responsiveShow:checked ~ .mainNavWrapper .mainNav {
    padding-bottom: 152px;
    /* This is to give the Demo and Search fields
		                            enough room within mainNavWrapper_inner     */
  }
}
@media only screen and (max-width: 767px) {
  #menu_responsiveShow:checked ~ .mainNavWrapper {
    position: fixed;
    /* Set to full screen height & width */
    width: 100%;
    height: 100%;
    transition: none;
    z-index: 101!important;
  }
  #menu_responsiveShow:checked ~ .mainNavWrapper .mainNav {
    height: auto;
  }
  #menu_responsiveShow:checked ~ .mainNavWrapper .respNavDemoWrapper {
    display: block;
  }
  #menu_responsiveShow:checked ~ .mainNavWrapper .respSearchForm {
    display: block;
  }
  #menu_responsiveShow:checked ~ .mainNavWrapper .respNavBtnsWrapper {
    display: block;
  }
  .mainNav_item:hover {
    color: #1d7ab7;
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1),
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2),
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3),
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) {
    color: #1d7ab7;
    font-family: RobotoMedium;
    background-color: #f7f7f7;
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .mainNav_item_label::before,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .mainNav_item_label::before,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .mainNav_item_label::before,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .mainNav_item_label::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .mainNav_item_label::after,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .mainNav_item_label::after,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .mainNav_item_label::after,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .mainNav_item_label::after {
    transform: rotate(90deg);
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .mainNav_item_closeLabel,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .mainNav_item_closeLabel,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .mainNav_item_closeLabel,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .mainNav_item_closeLabel {
    display: block;
    border-bottom: 1px solid #e0e0e3;
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .subNavWrapper,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .subNavWrapper,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .subNavWrapper,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .subNavWrapper {
    height: auto;
    background-color: #f7f7f7;
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .mainNav_item_arrow,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .mainNav_item_arrow,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .mainNav_item_arrow,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .mainNav_item_arrow {
    transform: translateY(1px) rotate(90deg);
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .mainNav_item_arrow > svg,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .mainNav_item_arrow > svg,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .mainNav_item_arrow > svg,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .mainNav_item_arrow > svg {
    fill: #1d7ab7;
  }
}
@media only screen and (min-width: 768px) {
  .mainNav_item:hover {
    color: #1d7ab7;
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1),
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2),
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3),
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) {
    font-family: RobotoMedium;
    letter-spacing: 0.042em;
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1)::after,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2)::after,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3)::after,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4)::after {
    opacity: 1;
    transform: translate(0, 0);
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .mainNav_item_closeLabel,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .mainNav_item_closeLabel,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .mainNav_item_closeLabel,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .mainNav_item_closeLabel {
    display: block;
  }
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .subNavWrapper,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .subNavWrapper,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .subNavWrapper,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .subNavWrapper {
    display: block;
    max-height: 500px;
    border-bottom: 1px solid #efefef;
  }
  .subNav {
    transition: transform 0.5s ease, opacity 0.4s linear;
    opacity: 1;
  }
  /***  Set transition starting points when each menu item is selected:
	       - if 1 is selected, transform 2,3,4 right by 20px
	       - if 2 is selected, transform 1 left by 20px, 3/4 right by 20px
	       - etc.                                                            ***/
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .subNav,
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .subNav,
  #menu_r1:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .subNav {
    transform: translateX(20px);
    opacity: 0;
  }
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .subNav {
    transform: translateX(-20px);
    opacity: 0;
  }
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .subNav,
  #menu_r2:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .subNav {
    transform: translateX(20px);
    opacity: 0;
  }
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .subNav,
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .subNav {
    transform: translateX(-20px);
    opacity: 0;
  }
  #menu_r3:checked ~ .mainNav > .mainNav_item:nth-of-type(4) .subNav {
    transform: translateX(20px);
    opacity: 0;
  }
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(1) .subNav,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(2) .subNav,
  #menu_r4:checked ~ .mainNav > .mainNav_item:nth-of-type(3) .subNav {
    transform: translateX(-20px);
    opacity: 0;
  }
}
/*                                _
 *   ___  ___  ___ ___  _ __   __| | __ _ _ __ _   _      _ __   __ ___   _____ ___ ___
 *  / __|/ _ \/ __/ _ \| '_ \ / _` |/ _` | '__| | | |____| '_ \ / _` \ \ / / __/ __/ __|
 *  \__ \  __/ (_| (_) | | | | (_| | (_| | |  | |_| |____| | | | (_| |\ V / (__\__ \__ \
 *  |___/\___|\___\___/|_| |_|\__,_|\__,_|_|   \__, |    |_| |_|\__,_| \_(_)___|___/___/
 *                                             |___/
 *
 *                                             secondary navs are used to link multiple
 *                                                            pages into a mini-section
 *
 */
/*****   secondaryNav   *****/
.secondaryNavWrapper {
  background-position: center;
  background-size: cover;
  position: relative;
}
.secondaryNavWrapper_title,
.secondaryNavWrapper_subtitle {
  color: white;
  padding: 0;
  margin: 0;
  text-align: center;
}
.secondaryNavWrapper_title {
  font-family: RobotoThin;
}
.secondaryNavWrapper_subtitle {
  font-family: RobotoLight;
}
.secondaryNavWrapper strong {
  font-family: RobotoRegular;
  font-weight: normal;
}
.secondaryNav {
  width: 100%;
  line-height: 45px;
  text-align: center;
}
.secondaryNav_item {
  box-sizing: border-box;
  height: 100%;
  line-height: 100%;
  font-size: 13px;
  font-family: RobotoLight;
  text-transform: uppercase;
  color: #444449;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.secondaryNav_item:last-child {
  margin-right: 0;
}
.secondaryNav_item_link {
  color: inherit;
  line-height: 45px;
}
.secondaryNav_item_link:hover {
  color: #1d7ab7;
  text-decoration: none;
}
.secNavImageWrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 480px) {
  .secondaryNavWrapper {
    min-height: 440px;
  }
  .secNavImageWrapper-mobile {
    display: block;
  }
  .secondaryNavWrapper_title {
    font-size: 38px;
    line-height: 38px;
    padding-top: 34px;
  }
  .secondaryNavWrapper_subtitle {
    font-size: 14px;
    line-height: 20px;
    padding-top: 12px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .secondaryNav {
    margin-top: 100px;
    padding-bottom: 30px;
  }
  .secondaryNav_item {
    color: white;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 1px;
  }
  .secondaryNav_item-selected {
    font-family: RobotoMedium;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .secondaryNavWrapper-darkTitle .secondaryNav_item {
    color: white;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .secondaryNavWrapper-darkTitle .secondaryNav_item-selected {
    color: #444449;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 481px) {
  .secondaryNavWrapper {
    height: 425px;
  }
  .secNavImageWrapper-desktop {
    display: block;
  }
  .secondaryNavWrapper_title {
    font-size: 48px;
    line-height: 48px;
    padding-top: 75px;
  }
  .secondaryNavWrapper_subtitle {
    font-size: 17px;
    line-height: 17px;
    padding-top: 17px;
  }
  .secondaryNav {
    position: absolute;
    bottom: 0;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px) brightness(125%);
  }
  .secondaryNav_item {
    display: inline-block;
    margin-right: 22px;
    font-size: 13px;
  }
  .secondaryNav_item-selected {
    font-family: RobotoMedium;
  }
  .secondaryNav_item-selected::after {
    content: "";
    display: block;
    position: relative;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background-color: #1d7ab7;
  }
}
@media only screen and (min-width: 768px) {
  .secondaryNavWrapper_title {
    font-size: 66px;
    line-height: 66px;
    padding-top: 70px;
  }
  .secondaryNavWrapper_subtitle {
    font-size: 18px;
    line-height: 22px;
    padding-top: 17px;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  .secondaryNav_item {
    margin-right: 28px;
  }
}
/* Variants */
.secondaryNavWrapper-darkTitle .secondaryNavWrapper_title,
.secondaryNavWrapper-darkTitle .secondaryNavWrapper_subtitle {
  color: #333333;
}
/*
 * inlineSearchForm
 *  - a single-input search form with magnifying glass button
 *
 */
/*****

 A few notes on this component:
	- Idea is to make a reusabe inline search form
	- Stretches to fill available space
	- Ideally, want to be able to scale it up just by setting font size,
	  so using relative measurements throughout
		- (Robustness of this is as yet untested)

	- Defaults:
		- font-size 14px
		- background color: #e6e6e6
		- color: #333

	- Variants:
		- bgcol_f4
		- col_35
		- largerIcon
		- uppercasePlholder

*****/
.inlineSearchFormWrapper {
  display: inline-block !important;
  font-size: 14px !important;
  width: 100%;
}
.inlineSearchForm {
  background-color: #e6e6e6 !important;
  border-radius: 3px !important;
}
.inlineSearchForm_inputWrapper,
.inlineSearchForm_btnWrapper {
  display: inline-block !important;
}
.inlineSearchForm_inputWrapper {
  padding: 0.86em 0.25em 0.86em 0.75em !important;
  width: 82%;
}
.inlineSearchForm_btnWrapper {
  float: right !important;
  padding: 0.86em 0.75em 0.86em 0.25em !important;
}
.inlineSearchForm_input,
.inlineSearchForm_btn {
  padding: 0 !important;
  height: auto !important;
  letter-spacing: 0.05em;
}
.inlineSearchForm_input {
  width: 100%;
  font-family: RobotoLight;
  color: #333 !important;
}
.inlineSearchForm_btn_icon {
  width: 1em !important;
  height: 1em !important;
}
/*  Inherit font sizes on all elements  */
.inlineSearchForm,
.inlineSearchForm_inputWrapper,
.inlineSearchForm_input,
.inlineSearchForm_btnWrapper,
.inlineSearchForm_btn,
.inlineSearchForm_btn_icon {
  font-size: 100% !important;
  line-height: 100% !important;
}
/*  Remove default input appearances  */
.inlineSearchForm_input,
.inlineSearchForm_btn {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  margin: 0 !important;
  box-shadow: none !important;
}
/*  Some colour variants  */
.inlineSearchForm.-bgcol_f4 {
  background-color: #f4f4f4 !important;
}
.inlineSearchForm.-col_35 .inlineSearchForm_input {
  color: #353535 !important;
}
.inlineSearchForm.-col_35 .inlineSearchForm_btn_icon > svg {
  fill: #353535 !important;
}
.inlineSearchForm.-col_35 .inlineSearchForm_input::-webkit-input-placeholder {
  color: #353535 !important;
}
.inlineSearchForm.-col_35 .inlineSearchForm_input::-moz-placeholder {
  color: #353535 !important;
}
/*  Variant with a slightly larger search icon  */
.inlineSearchForm.-largerIcon .inlineSearchForm_btn_icon {
  width: 1.5em !important;
  height: 1.4em !important;
}
/**  Fixes for stupid shit  **/
.inlineSearchForm_input::-webkit-input-placeholder {
  height: 100% !important;
  line-height: 100% !important;
  font-size: 100% !important;
  text-transform: none !important;
  position: relative !important;
  top: 3px !important;
  font-family: RobotoLight !important;
}
.inlineSearchForm_input::-moz-placeholder {
  height: 100% !important;
  line-height: 100% !important;
  font-size: 100% !important;
  text-transform: none !important;
  position: relative !important;
  top: 3px !important;
  font-family: RobotoLight !important;
}
.inlineSearchForm_input.-uppercasePlholder::-webkit-input-placeholder {
  text-transform: uppercase !important;
}
.inlineSearchForm_input.-uppercasePlholder::-moz-placeholder {
  text-transform: uppercase !important;
}
/*
 * footer-tel.less
 *
 * Code for the sales phone number component above the main footer.
 * Written by Andy at http://codepen.io/andyhook/pen/oLyVNO
 * Modified & integrated by Ben 2016.8.2
 *
 */
/*******
       Footer component
                      ********/
.footer_container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
@media (min-width: 768px) {
  .footer_container {
    width: 724px;
  }
}
@media (min-width: 980px) {
  .footer_container {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .footer_container {
    width: 100%;
  }
}
.footer_tel {
  background-color: #38393b;
  padding: 2.8rem 0;
}
@media only screen and (max-width: 767px) {
  .footer_tel {
    position: relative;
    z-index: 10;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .footer_tel {
    width: 100%;
  }
}
.footer_tel_desc {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: white;
  line-height: 1.3;
  font-family: RobotoLight;
  font-weight: normal;
}
.footer_tel_desc strong {
  font-family: RobotoMedium;
  font-weight: normal;
}
@media (max-width: 979px) {
  .footer_tel_desc {
    text-align: center;
    margin-bottom: 1.25em;
  }
}
@media (min-width: 980px) {
  .footer_tel_desc {
    float: left;
  }
}
@media (min-width: 1200px) {
  .footer_tel_desc {
    font-size: 24px;
  }
}
.footer_tel_num {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .footer_tel_num {
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 979px) {
  .footer_tel_num {
    text-align: center;
  }
}
@media (min-width: 980px) {
  .footer_tel_num {
    float: right;
    position: relative;
    top: 4px;
  }
}
.footer_tel_num_item {
  font-size: 18px;
  line-height: 16px;
  display: block;
  position: relative;
}
@media (min-width: 481px) {
  .footer_tel_num_item:not(:first-child) {
    padding-left: 1em;
  }
}
@media (min-width: 980px) {
  .footer_tel_num_item:not(:first-child) {
    padding-left: 1.25em;
  }
}
@media (max-width: 480px) {
  .footer_tel_num_item:not(:last-child) {
    margin-bottom: .75em;
  }
}
@media (min-width: 481px) {
  .footer_tel_num_item:not(:last-child) {
    padding-right: 1em;
  }
}
@media (min-width: 980px) {
  .footer_tel_num_item:not(:last-child) {
    padding-right: 1.25em;
  }
}
@media (max-width: 979px) {
  .footer_tel_num_item {
    display: inline-block;
  }
}
@media (min-width: 980px) {
  .footer_tel_num_item {
    float: left;
  }
}
.footer_tel_num_item_pos {
  position: relative;
  padding-left: 2.3em;
}
.footer_tel_num_icon_trim {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.footer_tel_num_icon {
  position: absolute;
  font-size: 1.05em;
  height: 1em;
  width: 1em;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}
.footer_tel_num_anchor {
  transition: border-color 0.15s linear;
  text-decoration: none !important;
  float: left;
  color: #fff !important;
  padding-bottom: .2em;
  border-bottom: 1px solid #747576;
  font-family: RobotoMedium;
  font-weight: normal;
}
.footer_tel_num_anchor:hover,
.footer_tel_num_anchor:active {
  border-color: #fff;
}
/***
 *       __             _                        
 *      / _| ___   ___ | |_ ___ _ __ ___ ___ ___ 
 *     | |_ / _ \ / _ \| __/ _ \ '__/ __/ __/ __|
 *     |  _| (_) | (_) | ||  __/ |_| (__\__ \__ \
 *     |_|  \___/ \___/ \__\___|_(_)\___|___/___/
 *                                               
 */
/*body {
  overflow-x: hidden;
}*/
/* this is a comment */
div#full-width-footer {
  background-color: #424242;
}
.overflow-footer {
  position: relative;
}
.overflow-footer:before {
  left: 100%!important;
}
.overflow-footer:before,
.overflow-footer:after {
  display: block!important;
  content: " " !important;
  position: absolute!important;
  /*width: 9999px!important;*/
  top: 0!important;
  bottom: 0!important;
  background: #424242!important;
}
html[lang='en'] footer#content-info {
  text-align: left;
}
footer#content-info {
  padding: 70px 0;
  color: white;
  font-weight: 400;
  text-align: center;
}
html[lang='en'] footer#content-info ul {
  margin-top: 11px;
}
html[lang='en'] #social-icons-list {
  display: none;
}
footer#content-info ul {
  list-style: none;
  margin-left: 0;
}
#social-icons-list {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  margin-left: -20px !important;
  margin-right: -20px !important;
  font-size: 0;
}
footer#content-info #social-icons-list li {
  width: 44px;
  height: 44px;
  margin: 0 19px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
html[lang='en'] footer#content-info li {
  line-height: 1.6em;
  font-size: 14px;
}
html[lang='en'] footer#content-info a {
  line-height: 17px;
  font-size: 12px;
}
#social-icons-list li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  background-image: url('../../images/sprite-footer-icons.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 10px;
}
#social-icons-list li a.googleplus {
  background-position: -44px top;
}
#social-icons-list li a.pinterest {
  background-position: -88px top;
}
#social-icons-list li a.instagram {
  background-position: -353px top;
}
#social-icons-list li a.twitter {
  background-position: -132px top;
}
#social-icons-list li a.facebook {
  background-position: -176px top;
}
#social-icons-list li a.youtube {
  background-position: -220px top;
}
#social-icons-list li a.slideshare {
  background-position: -264px top;
}
footer#content-info a {
  color: white;
}
.hideIfWidthMoreThan480 {
  display: none;
}
html[lang='en'] #footer-nav-container {
  margin-left: 0;
  text-align: left;
  float: left;
}
#footer-nav-container {
  margin-left: 110px;
}
html[lang='en'] #menu-footer-nav.footer-nav {
  margin-top: 0;
}
footer#content-info div ul.footer-nav {
  margin-top: 65px;
  width: auto;
  display: inline-block;
}
html[lang='en'] footer#content-info ul {
  margin-top: 11px;
}
footer#content-info > div > ul {
  width: 100%;
  clear: left;
}
footer#content-info ul {
  list-style: none;
  margin-left: 0;
}
info div ul.footer-nav > li {
  width: 196px;
}
footer#content-info div ul.footer-nav > li {
  width: 200px;
  padding-right: 20px;
}
html[lang='en'] footer#content-info li {
  line-height: 1.6em;
}
footer#content-info > div > ul > li {
  float: left;
  width: 20%;
}
footer#content-info li {
  line-height: 1.8em;
}
.footer-nav li {
  text-align: left;
}
.footer-nav > li > a,
footer .footer-title-heading {
  font-size: 16px;
  font-family: 'RobotoRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.persona-row > div.links > ul > li > a,
footer .footer-title-heading {
  text-decoration: none;
  color: inherit;
}
html[lang='en'] footer#content-info ul {
  margin-top: 11px;
}
footer#content-info ul {
  list-style: none;
  margin-left: 0;
}
html[lang='en'] footer#content-info li {
  line-height: 1.6em;
}
footer#content-info li {
  line-height: 1.8em;
}
.footer-nav li {
  text-align: left;
}
.footer-nav li li a {
  font-size: 12px;
  font-family: Arial, arial, sans-serif;
}
footer#content-info {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  html[lang='en'] #newsletter-signup {
    width: 300px;
  }
  footer#content-info {
    width: 1170px;
  }
}
html[lang='en'] #newsletter-signup {
  display: inline-block;
  text-align: left;
  width: 300px;
  position: relative;
}
#newsletter-signup {
  display: none;
}
html[lang='en'] #newsletter-signup .footer-title-heading {
  font-family: RobotoLight;
  text-transform: none;
  display: inline-block;
  margin-bottom: 9px;
}
.footer-nav > li > a,
footer .footer-title-heading {
  font-size: 16px;
  font-family: 'RobotoRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.persona-row > div.links > ul > li > a,
footer .footer-title-heading {
  text-decoration: none;
  color: inherit;
}
html[lang='en'] span.newsletter-signup-error {
  position: absolute;
  font-size: 12px;
  line-height: 22px;
  right: 0px;
  color: #e0004d;
  top: 33px;
  display: none;
  font-family: Arial, sans-serif;
  font-style: normal;
}
html[lang='en'] #newsletter-signup .footer-title-heading.follow {
  margin-top: 46px;
  margin-bottom: 17px;
}
html[lang='en'] #newsletter-signup .footer-title-heading {
  font-family: RobotoLight;
  text-transform: none;
  display: inline-block;
  margin-bottom: 9px;
}
.footer-nav > li > a,
footer .footer-title-heading {
  font-size: 16px;
  font-family: 'RobotoRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.persona-row > div.links > ul > li > a,
footer .footer-title-heading {
  text-decoration: none;
  color: inherit;
}
html[lang='en'] footer#content-info a {
  line-height: 17px;
}
footer#content-info a {
  color: white;
  line-height: 22px;
}
@media screen and (min-width: 1200px) {
  html[lang='en'] #newsletter-signup img {
    margin-right: 14px;
  }
}
html[lang='en'] #newsletter-signup img {
  width: 19px;
  height: 19px;
  margin-right: 14px;
}
html[lang='en'] #footer-getdemo {
  display: none;
}
#footer-getdemo {
  margin-top: 35px;
}
footer#content-info #footer-getdemo a {
  transition: background-color 0.3s ease-in-out;
}
footer#content-info #footer-getdemo a {
  line-height: 55px;
}
html[lang='en'] footer#content-info a {
  line-height: 17px;
}
footer#content-info a {
  color: white;
  line-height: 22px;
}
#footer-getdemo a {
  display: inline-block;
  width: 178px;
  padding: 0 15px;
  height: 55px;
  line-height: 55px;
  color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: left;
  background: #e0004d url('images/footer-getdemo-arrow.png') 88% 48% no-repeat;
  font-size: 24px;
  font-family: 'RobotoLight';
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
}
#footer-details-container {
  font-family: Arial, sans-serif;
}
html[lang='en'] div#footer-details-container {
  margin-top: 83px;
  border-top: 1px solid #5e5e5e;
  width: 100%;
  padding-top: 20px;
}
html[lang='en'] div#footer-details-container {
  position: relative;
}
div#footer-details-container {
  margin-top: 60px;
}
#footer-details-container {
  width: 770px;
  margin: 0 auto;
}
html[lang='en'] footer#content-info p {
  margin: 0;
  font-size: 12px;
  line-height: 19px;
  font-family: Arial, arial, sans-serif;
}
footer#content-info p {
  margin-top: 0;
}
html[lang='en'] p.footer-legal {
  float: left;
  clear: both;
}
html[lang='en'] footer#content-info p {
  margin: 0;
  font-size: 12px;
  line-height: 19px;
}
html[lang='en'] #footer-address {
  position: absolute;
  right: 0;
  line-height: 18px;
  top: 15px;
  text-align: right;
}
footer#content-info p {
  margin-top: 0;
}
#footer-address {
  float: right;
  clear: both;
  color: #8e8e8e;
  padding-top: 5px;
}
.overflow-footer:after {
  right: 100%!important;
}
.overflow-footer:before,
.overflow-footer:after {
  display: block!important;
  content: " " !important;
  position: absolute!important;
  /*width: 9999px!important;*/
  top: 0!important;
  bottom: 0!important;
  background: #424242!important;
}
html[lang='en'] #newsletter-signup button.mktoButton {
  border-radius: 3px;
  background-color: #1D7AB7;
  border: none;
  color: transparent;
  height: 36px;
  width: 36px;
  overflow: hidden;
  background-image: url(/wp-content/themes/brandwatch/images/header-getdemo-arrow.png);
  background-repeat: no-repeat;
  background-position: 54% 48%;
  background-size: auto auto;
  position: absolute;
  top: 56px;
  right: 0px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}
html[lang='en'] #newsletter-signup button.mktoButton.submitted,
html[lang='en'] #newsletter-signup button.mktoButton.submitted:active {
  background-color: #8EA53C;
  opacity: 1;
  background-image: url(/wp-content/themes/brandwatch/images/newsletter-signup-assets/tick.png);
  transform: scale(1.1);
}
html[lang='en'] #newsletter-signup .mktoForm .mktoRequiredField label.mktoLabel {
  width: auto;
  font-size: 12px;
  font-family: Arial, arial, sans-serif;
  color: white;
  font-weight: normal;
  line-height: 22px;
}
@media screen and (min-width: 1200px) {
  html[lang='en'] #newsletter-signup input#Email {
    width: 255px!important;
  }
}
html[lang='en'] #newsletter-signup input#Email {
  width: 255px!important;
  color: white;
  padding: 0 10px;
  height: 36px;
  background-color: #686868;
  border: none;
  position: absolute;
  top: 56px;
  left: 0px;
  border-radius: 3px;
}
html[lang='en'] #newsletter-signup .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
html[lang='en'] #newsletter-signup .mktoButtonRow,
html[lang='en'] #newsletter-signup .mktoForm .mktoFormCol {
  position: static;
}
html[lang='en'] footer#content-info div ul.footer-nav > li {
  width: 196px;
}
footer#content-info a:hover {
  text-decoration: none;
  background-color: inherit;
}
html[lang='en'] #newsletter-signup .mktoForm .mktoOffset {
  display: none;
}
html[lang='en'] #newsletter-signup input#Email:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
br.flexible {
  display: none;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  html[lang="en"] footer#content-info {
    text-align: center;
  }
  footer#content-info {
    padding-left: 40px;
    padding-right: 40px;
  }
  html[lang="en"] #social-icons-list {
    display: inline-block;
    margin: 40px auto;
  }
  footer#content-info > ul {
    margin-left: 0px;
  }
  footer#content-info > ul > li {
    float: left;
    margin: 0 20px 20px 0;
  }
  html[lang="en"] #newsletter-signup {
    display: block;
    height: 127px;
    text-align: center;
    width: 300px;
    position: relative;
    margin: 0 auto;
  }
  html[lang="en"] #newsletter-signup .footer-title-heading {
    font-family: RobotoThin;
    font-size: 30px;
  }
  html[lang="en"] span.newsletter-signup-error {
    top: 67px;
  }
  html[lang="en"] #newsletter-signup .mktoForm .mktoRequiredField label.mktoLabel {
    display: none;
  }
  html[lang="en"] #newsletter-signup input#Email,
  html[lang="en"] #newsletter-signup button.mktoButton {
    top: 87px;
  }
  footer#content-info p {
    margin-top: 0px;
    margin-left: 0px;
    clear: left;
    float: none;
    line-height: 1em;
  }
  html[lang="en"] #footer-address {
    position: initial;
    text-align: center;
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 340px) {
  footer#content-info {
    width: 320px;
    margin-left: -20px;
  }
  div#full-width-footer {
    width: 320px;
    max-width: 320px !important;
    margin-left: -20px !important;
  }
  .body-hide-mid-header div#full-width-footer {
    margin-left: 0px !important;
  }
  footer#content-info {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  footer#content-info #social-icons-list li {
    margin-top: 20px !important;
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  html[lang="en"] #social-icons-list {
    display: inline-block;
    margin: 40px auto;
    width: 264px;
  }
  html[lang="en"] footer#content-info #social-icons-list li {
    margin: 0 8px;
  }
  footer#content-info {
    padding: 50px 10px 50px!important;
  }
  div#full-width-footer {
    max-width: 100%;
    margin-left: 0;
  }
  .hideIfWidthMoreThan480 {
    display: block !important;
  }
  html[lang="es-ES"] #footer-getdemo a,
  html[lang="es-ES"] #vizia-demo-button a {
    width: 205px !important;
    background-position: 95% 48%!important;
  }
  html[lang="de-DE"] #footer-getdemo a {
    width: 172px !important;
  }
  html[lang="fr-FR"] #footer-getdemo a {
    width: 182px!important;
  }
  footer#content-info #footer-getdemo a {
    line-height: 40px!important;
  }
  #footer-getdemo a {
    margin: 35px 0!important;
  }
  #footer-getdemo a {
    width: 130px!important;
    padding: 0 10px!important;
    height: 40px!important;
    line-height: 40px!important;
    border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    -o-border-radius: 3px!important;
    text-align: left!important;
    background: #e0004d url('/wp-content/themes/brandwatch/images/header-getdemo-arrow.png') 91% 48% no-repeat !important;
    font-size: 18px!important;
  }
  #full-width-footer #content-info p {
    font-size: 11px;
  }
  footer#content-info p {
    margin-top: 0px;
    margin-left: 0px;
    clear: left;
    float: none;
    line-height: 1em;
  }
  #footer-details-container {
    width: auto;
  }
  footer#content-info #footer-address.visible-phone {
    line-height: 22px;
  }
  #full-width-footer #content-info p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="en"] #social-icons-list {
    display: inline-block;
    margin: 40px auto;
  }
  #footer-details-container {
    width: auto;
  }
  #footer-address.visible-phone {
    line-height: 28px;
  }
}
@media screen and (max-width: 979px) {
  footer#content-info #social-icons-list li {
    margin: 0 4px;
  }
  html[lang="en"] div#footer-details-container {
    margin-top: 30px;
  }
  #footer-address.visible-phone {
    line-height: 28px;
  }
  footer#content-info {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 979px) {
  #footer-nav-container {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  html[lang="en"] footer#content-info div ul.footer-nav > li {
    width: 152px;
  }
  html[lang="en"] #newsletter-signup {
    width: 221px;
  }
  html[lang="en"] #newsletter-signup img {
    margin-right: 5px;
  }
  footer.container {
    width: 920px;
  }
  html[lang="en"] #newsletter-signup input#Email {
    width: 176px !important;
  }
  #footer-nav-container {
    margin-left: 80px;
  }
  footer#content-info div ul.footer-nav > li {
    width: 190px;
  }
  footer#content-info #social-icons-list li {
    margin: 0 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  html[lang="en"] span.newsletter-signup-error {
    right: unset;
    left: 162px;
  }
  #footer-nav-container {
    display: none;
  }
  #newsletter-follow {
    position: absolute;
    top: -46px;
    right: 0px;
  }
  html[lang="en"] #newsletter-signup {
    width: 720px;
  }
  html[lang="en"] #newsletter-signup button.mktoButton {
    left: 263px;
    right: unset;
  }
  .flexible.between-760-and-980 {
    display: block;
  }
  #footer-address.hidden-phone {
    display: none;
  }
  #footer-address.visible-phone {
    display: block !important;
  }
  #footer-details-container {
    width: 724px;
  }
}
html[lang='en'] #newsletter-signup .mktoError {
  display: none!important;
}
br.flexible {
  display: none;
  line-height: 0;
}
footer.container:before,
footer.container:after {
  display: table;
  line-height: 0;
  content: "";
}
footer.container:after {
  clear: both;
}
footer.container:before,
footer.container:after {
  display: table;
  line-height: 0;
  content: "";
}
html[lang="es-ES"] #footer-getdemo a {
  width: 274px;
  background: #e0004d url('/wp-content/themes/brandwatch/images/footer-getdemo-arrow.png') 95% 48% no-repeat;
}
html[lang="de-DE"] #footer-getdemo a {
  width: 225px;
  background: #e0004d url('/wp-content/themes/brandwatch/images/footer-getdemo-arrow.png') 88% 48% no-repeat;
}
html[lang="fr-FR"] #footer-getdemo a {
  width: 242px;
  background: #e0004d url("/wp-content/themes/brandwatch/images/footer-getdemo-arrow.png") no-repeat scroll 90% 48%;
}
#footer-getdemo a:hover {
  text-decoration: none;
  background-color: #BF0435!important;
}
footer#content-info a {
  color: white;
  line-height: 22px;
}
#footer-getdemo a {
  display: inline-block;
  width: 178px;
  padding: 0 15px;
  height: 55px;
  line-height: 55px;
  color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: left;
  background: #e0004d url('images/footer-getdemo-arrow.png') 88% 48% no-repeat;
  font-size: 24px;
  font-family: 'RobotoLight';
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
}
#footer-details-container p {
  font-size: 14px;
  margin: 0 0 9px;
}
.visible-phone {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
html[lang='id-ID'] #footer-address,
html[lang='es-ES'] #footer-address,
html[lang='fr-FR'] #footer-address {
  float: none;
}
#footer-address {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #full-width-footer.MODULAR {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #full-width-footer .footer_tel {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  #full-width-footer.MODULAR .footer_tel {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* styles for all marketo forms */
.bw-marketo-form-wrap .mktoForm .mktoError {
  display: none!important;
}
body div .bw-marketo-error-message {
  font-family: robotoLight;
  font-size: 12px;
  color: #E82828;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: -5px;
  margin-top: 0;
  margin-right: 1px;
  width: 100%;
}
body .bw-marketo-form-wrap .mktoForm .mktoButtonWrap .mktoButton:hover,
body .bw-marketo-form-wrap .mktoForm .mktoButtonWrap .mktoButton:focus,
body .bw-marketo-form-wrap .mktoForm .mktoButtonWrap .mktoButton:active {
  background: #1D7AB7 url("/wp-content/themes/brandwatch/images/padded-chevron.png") no-repeat scroll 100% 49%;
  background-color: #136FA3;
  border: none;
}
/*
 * cookie-bar.css
 *
 */


#cookie-bar {
  background: rgb(45, 114, 177);
  height: 38px;
  line-height: 36px;
  color: #ddd;
  text-align: center;
  padding: 2px 0 0 0;
  font-family: RobotoRegular;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #113a50;
  border-radius: 3px;
  line-height: 23px;
  font-size: 12px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  font-family: RobotoRegular;
  color: rgb(255, 255, 255);
  letter-spacing: 0.05em;
  margin: 0 10px 2px 20px;
  border: none;
  padding: 0 12px;
}

#cookie-bar .cb-enable:hover {
  background: #0c2a38;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  color: rgb(255, 255, 255);
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 3px;
  line-height: 23px;
  font-size: 12px;
  text-shadow: none;
  text-transform: uppercase;
  font-family: RobotoRegular;
  margin-bottom: 2px;
  padding: 0px 12px;
  display: inline-block;
  background: rgb(74, 149, 197);
  margin-left: 0px;
}

#cookie-bar .cb-policy:hover {
    background: rgb(74, 149, 197);
}

@media only screen and (max-width: 480px) {
	#cookie-bar #message-part {
	  display: block;
	  margin-top: -4px;
	}
	#cookie-bar {
	  height: 63px!important;
	  padding: 2px 0px 0px !important;
	}
	#cookie-bar .cb-enable {
	  margin-left: 0px;
	  position: relative;
	  bottom: 10px;
	}
	#cookie-bar .cb-policy {
	  position: relative;
	  bottom: 10px;
	}
	#cookie-bar-background {
	  width: auto !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#cookie-bar-background {
	  width: auto !important;
	}
}

/*    __ _           _                 _   _                  _           _   _
 *   / _| | _____  _(_)      __ _  ___| |_(_) ___  _ __      | |__  _   _| |_| |_ ___  _ __     ___ ___ ___
 *  | |_| |/ _ \ \/ / |____ / _` |/ __| __| |/ _ \| '_ \ ____| '_ \| | | | __| __/ _ \| '_ \   / __/ __/ __|
 *  |  _| |  __/.  .| |____| (_| | (__| |_| | (_) | | | |____| |_) | |_| | |_| || (_) | | | |_| (__\__ \__ \
 *  |_| |_|\___/_/\_\_|     \__,_|\___|\__|_|\___/|_| |_|    |_.__/ \__,_|\__|\__\___/|_| |_(_)\___|___/___/
 *
 *                                                                           the button that started it all
 */

/*
   NB: this uses the RSCSS naming scheme rather than our style guide, because
   flexi-action-button predates it
*/


/*******
      Ben-style flexible buttons, 24.8.15
                                       *******/

.flexi-action-button {
  display: inline-block;
  width: auto;
  padding: 10px 21px;
  padding-right: 50px;
  line-height: 33px;

  font-family: RobotoLight;
  font-size: 24px;

  background-color: #1d7ab7;
  background-image: url(/wp-content/themes/brandwatch/images/large-button-chevron.png);
  background-repeat: no-repeat;
  background-position: right 20px top 17px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .flexi-action-button {
    line-height: 30px;
    padding: 5px 11px;
    padding-right: 36px;

    font-size: 18px;
    background-position: right 12px top 11px;
  }
}

.flexi-action-button,
.flexi-action-button:hover,
.flexi-action-button:active {
  color: white;
  text-decoration: none;
}
.flexi-action-button:hover {
  background-color: #03598e;
}
.flexi-action-button:active {   /* This is in case an active color is added in future */
  transition-duration: 0.04s;
}

/*** Variants ***/
.flexi-action-button.-red       { background-color: #e0004d; }
.flexi-action-button.-red:hover { background-color: #bf0435; }
.flexi-action-button.-dark-red       { background-color: #ae1f24; }
.flexi-action-button.-dark-red:hover { background-color: #a31721; }
.flexi-action-button.-purple       { background-color: #7d38a7; }
.flexi-action-button.-purple:hover { background-color: #6a2d96; }
.flexi-action-button.-dark-blue       { background-color: #0B5BAD; }
.flexi-action-button.-dark-blue:hover { background-color: #084B90; }
.flexi-action-button.-very-dark-blue       { background-color: #0E2A36; }
.flexi-action-button.-very-dark-blue:hover { background-color: #0a202a; }

.flexi-action-button.-large-btn {
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .flexi-action-button.-large-btn {
    background-position: right 12px top 13px;
  }
}

.flexi-action-button.-small-btn {
  font-size: 18px;
  line-height: 100%;
  height: 18px;
  padding: 11px 12px 11px 17px;
}
.flexi-action-button.-small-btn.-no-arrow {
  padding-right: 13px;
}

.flexi-action-button.-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.flexi-action-button.-no-arrow {
  background-image: none;
  padding-right: 14px;
}


.flexi-action-button > .svgIcon {
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.flexi-action-button.-small-btn > .svgIcon {
  top: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .flexi-action-button.-small-btn.-intermediateSizing {
    padding: 0.6em 0.8em 0.6em 0.8em;
    font-size: 14px;
  }
  .flexi-action-button.-small-btn.-intermediateSizing.-no-arrow {
    padding-right: 0.25em;
  }
  .flexi-action-button > .svgIcon {
    width: 12px;
    height: 12px;
  }
  .flexi-action-button.-small-btn > .svgIcon {
    top: 1px;
  }
}

/*******************************************/
/****  Imports from Pagebuilder module  ****/
/****  bwPBRow
       - class to apply to pagebuilder rows, to give them custom behaviour   ****/
/****  bwPBRow-fullWidth
       - remove all width constraints from pbRowWrapper
       - also remove pading from PB cells
       - useful for video backgrounds, etc.                ****/
.bwPBRow-paddingTop {
  padding-top: 42px;
}
.bwPBRow-paddingTop-60 {
  padding-top: 60px;
}
.bwPBRow-paddingBottom {
  padding-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .bwPBRow-paddingBottom {
    padding-bottom: 10px;
  }
}
.bwPBRow-paddingBottom-60 {
  padding-bottom: 60px;
}
/****  bwPBRow-fullWidth
       - remove all width constraints from pbRowWrapper
       - also remove pading from PB cells
       - useful for video backgrounds, etc.                ****/
.bwPBRow-fullWidth > .pbRowWrapper {
  max-width: none;
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.bwPBRow-fullWidth .panel-grid-cell {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/**** bwPBRow-relatively 
      - makes the row position relative and hides overflow
      - useful with bwPBCell-absolutely which is set on the widget 
      - you may want to consider setting a height in the row attributes ****/
@media only screen and (min-width: 768px) {
  .bwPBRow-relatively {
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .bwPBRow-relatively {
    height: auto!important;
  }
}
/****  bwPBRow-max720
       - row up to 720px wide        ****/
.bwPBRow-max720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
/****  bwPBRow-shrinkWrap
       - Shrink the inner pbRowWrapper to fit any widget inside it
       - Why do this? -- It's necessary for some layouts, e.g. the video
         demo layout                                                       ****/
.bwPBRow-shrinkWrap {
  text-align: center;
}
.bwPBRow-shrinkWrap > .pbRowWrapper {
  display: inline-block;
  max-width: none;
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.bwPBRow-shrinkWrap .panel-grid-cell {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.bwPBRow-shrinkWrap .bwForm {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 767px) {
  .bwPBRow-shrinkWrap .bwForm {
    width: 500px;
  }
}
/****  bwPBRow-moveUp
       - Move a row up using negative top margin, to partially cover the
         previous row
       - IMPORTANT NOTE: the offsets defined in .rowMoveUpRules() should
         be used as a global definition for vertical heading paddings     ****/
.bwPBRow-moveUp {
  position: relative;
}
.bwPBRow-moveUp {
  margin-top: -300px;
}
.bwPBRow-moveUp-417 {
  margin-top: -417px;
}
/****  bwPBRow-bg
       - For adding backgrounds & borders to rows
       - Sometimes you may need this functionality at the row level as well
       - (See also bwPBCell-bg)                                              ****/
.bwPBRow-bgWhite .pbRowWrapper {
  background-color: white;
}
.bwPBRow-bgWhiteTranslucent .pbRowWrapper {
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.bwPBRow-bgBorderGrey .pbRowWrapper {
  border: 1px solid rgba(0, 0, 0, 0.17);
  position: relative;
  /* this needed to make the background show */
}
.bwPBRow-bgBorderGrey-min481 {
  position: relative;
}
@media only screen and (min-width: 481px) {
  .bwPBRow-bgBorderGrey-min481 .pbRowWrapper {
    border: 1px solid rgba(0, 0, 0, 0.17);
  }
}
/****  bwPBRow-dummyVideoForm
       - a super specific layout for dummy-video with video-demo-form next to it  ****/
.bwPBRow-dummyVideoForm .panel-grid-cell {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media only screen and (max-width: 1199px) {
  .bwPBRow-dummyVideoForm .panel-grid-cell:first-child {
    display: none;
  }
  .bwPBRow-dummyVideoForm .panel-grid-cell {
    float: none !important;
    max-width: 432px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bwPBRow-dummyVideoForm .panel-widget-style {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .bwPBRow-dummyVideoForm .panel-grid-cell {
    width: 47.586% !important;
    float: left !important;
    padding-left: 3.6% !important;
    padding-right: 6.3% !important;
  }
  .bwPBRow-dummyVideoForm .panel-grid-cell:first-child {
    width: 52.414% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bwPBRow-dummyVideoForm .panel-widget-style {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/****  pbRowWrapper
       - Our responsive inner wrapper for Pagebuilder rows
       - It establishes a BW-style container for our content
       - This is present in all PB layouts on the site, and sits between
         div.panel-grid (div.panel-row-style if present) and the inner
         content cells (divs.panel-grid-cell )                             ****/
.pbRowWrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 22px;
}
.pbRowWrapper .panel-grid-cell .so-panel {
  margin: 0 !important;
}
/****  bwPBCell  ****/
/****  bwPBCell-noMargin
       - Remove the margin
       - PB likes to add a 30px gutter below cells if >1 cell
         is stacked together in a row/column
       - And it seems you can't remove it                       ****/
.bwPBCell-marginBtm-0 {
  margin-bottom: -30px;
}
.bwPBCell-marginBtm-10 {
  margin-bottom: -20px;
}
.bwPBCell-marginBtm-20 {
  margin-bottom: -10px;
}
.bwPBCell-marginBtm-30 {
  margin-bottom: 0px;
}
.bwPBCell-marginBtm-40 {
  margin-bottom: 10px;
}
/**** TODO - explain what this is for ****/
.bwPBCell-halfPageWidth {
  width: 50%;
}
.bwPBCell-halfPageWidth-offsetLeft {
  position: absolute;
  left: -5%;
  width: 50%;
}
/**** TODO .. and this and make it only above phone ****/
.bwPBCell-halfPageWidth {
  width: 100%;
  position: absolute;
}
.bwPBCell-halfPageWidth-overflowLeft {
  right: 50%;
  padding-left: 0!important;
}
.bwPBCell-halfPageWidth-overflowRight {
  left: 50%;
  padding-right: 0!important;
}
/**** bwPBCell-absolutely
      - adds absolute positioning to the cell
      - useful with bwPBRow-relatively which is set on the row 
      - the actual position should be set as part of the widget attributes ****/
@media only screen and (min-width: 768px) {
  .bwPBCell-absolutely {
    width: 100%;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .bwPBCell-absolutely {
    width: auto!important;
  }
}
/****  bwPBCell-bg
       - For adding backgrounds & borders to cells
       - Adding a few subvariants here -- the idea is not to have to
         implement each of these as form options in every widget individually   ****/
.bwPBCell-bgWhite {
  background-color: white;
}
.bwPBCell-bgWhiteTranslucent {
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.bwPBCell-bgBorderGrey {
  border: 1px solid rgba(0, 0, 0, 0.17);
}
@media only screen and (max-width: 767px) {
  .bwPBCell-knowHowToReact,
  .bwPBCell-demoForm {
    padding: 0!important;
  }
}
.panel-grid-cell {
  margin-bottom: 0!important;
}
@media only screen and (max-width: 767px) {
  .panel-widget-style {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
/*
* bwKnowYourNextMoveAnimation.less
*/
.bwScreenAnimationWrapper {
  max-width: 850px;
  float: right;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bwScreenAnimationWrapper {
    width: inherit;
    margin: 0 auto;
    float: none;
  }
}
.bwScreenAnimationWrapper .bwScreenAnimation {
  float: right;
  max-width: 800px;
  width: 580px;
  height: 447px;
  position: relative;
}
.bwScreenAnimationWrapper .bwScreenAnimation .screen {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.bwScreenAnimationWrapper .bwScreenAnimation .screen.screen1 {
  opacity: 1;
}
.bwScreenAnimationWrapper .bwScreenAnimation .pointer {
  width: 7px;
  position: absolute;
  top: 20%;
  left: 30%;
}
@media only screen and (max-width: 480px) {
  .bwScreenAnimationWrapper .bwScreenAnimation {
    float: none;
    margin: 0 auto;
    width: 67vw;
    height: 52vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .bwScreenAnimationWrapper .bwScreenAnimation {
    float: none;
    margin: 0 auto;
    width: 80vw;
    height: 61vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwScreenAnimationWrapper .bwScreenAnimation {
    width: 60vw;
    height: 46vw;
  }
}
@media only screen and (max-width: 767px) {
  .bwPBRow-knowYourNextMove {
    padding: 0!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwPBRow-knowYourNextMove .sectionHeaderWrap {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .bwPBRow-knowYourNextMove .sectionHeaderWrap {
    margin-top: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwPBRow-knowYourNextMove {
    height: 50vw!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwPBCell-knowYourNextMove {
    right: 41%!important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .bwPBCell-knowYourNextMove {
    right: 41%!important;
  }
}
/**

 * map.less
 *
 * Animated map prototype for the home page

 */
body {
  min-width: 320px;
  overflow-x: hidden;
}
.bwMapAnimationRow {
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .bwMapAnimationRow {
    padding: 0px 0 0 0!important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .bwMapAnimationRow {
    padding: 100px 0 0 0!important;
  }
}
.bwMapAnimationRow-textBlock {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .bwMapAnimationRow-textBlock {
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .bwMapAnimationRow-textBlock {
    padding: 159px 0px 100px 56px!important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .bwMapAnimationRow-textBlock {
    padding: 145px 25px 100px 60px!important;
  }
}
@media (min-width: 1200px) {
  .bwMapAnimationRow-textBlock {
    padding: 122px 20px 100px 60px!important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bwMapAnimationRow .bwMapAnimationWrapper {
    height: 74vw;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .bwMapAnimationRow .bwMapAnimationWrapper {
    height: 69vw;
  }
}
.u-clearfix:before,
.u-clearfix:after,
.footer_tel_num_item_pos:before,
.footer_tel_num_item_pos:after,
.map_mention_details:before,
.map_mention_details:after {
  content: " ";
  display: table;
}
.u-clearfix:after,
.footer_tel_num_item_pos:after,
.map_mention_details:after {
  clear: both;
}
.map {
  font-size: 200vw;
  width: 1em;
  height: 0.51em;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 70%;
  margin-left: -0.5em;
}
@media (min-width: 320px) {
  .map {
    top: 0;
    font-size: 123vw;
    left: 64%;
  }
}
@media (min-width: 768px) {
  .map {
    font-size: 123vw;
    left: 64%;
  }
}
@media (min-width: 980px) {
  .map {
    font-size: 62rem;
    left: 47%;
  }
}
@media (min-width: 1200px) {
  .map {
    font-size: 62rem;
    left: 40%;
  }
}
.map_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}
.map_mention {
  position: absolute;
  width: 4px;
  height: 4px;
  z-index: 100;
}
.map_mention:after,
.map_mention:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  z-index: 100;
  transition: opacity 0.2s linear, transform 0.4s ease;
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
.map_mention:after {
  top: -2px;
  left: -8px;
  border-top: 10px solid #fff;
}
.map_mention:before {
  top: 1px;
  left: -8px;
  border-top: 10px solid black;
}
.s-showMention.map_mention:before {
  opacity: .1;
}
.s-showMention.map_mention:after {
  opacity: 1;
}
.s-showMention.map_mention:before,
.s-showMention.map_mention:after {
  transition-delay: 1.5s;
  transform: translate3d(0, 0, 0);
}
.map_mention-1 {
  top: .2em;
  left: .26em;
}
.map_mention-1 .map_mention_box {
  transform: translate(-10%, -100%);
}
.map_mention-1 .map_mention_avatar {
  border-color: #ff586f;
}
.map_mention-1 .map_mention_pulse {
  color: #ff586f;
}
.map_mention-1 .map_mention_inner {
  transform-origin: 10% 100%;
}
.map_mention-1 .map_mention_avatar {
  background-color: #ff586f;
}
.map_mention-2 {
  top: .2em;
  left: .2em;
}
.map_mention-2 .map_mention_box {
  transform: translate(-10%, -100%);
}
.map_mention-2 .map_mention_avatar {
  border-color: #f6be00;
}
.map_mention-2 .map_mention_pulse {
  color: #f6be00;
}
.map_mention-2 .map_mention_inner {
  transform-origin: 80% 100%;
}
.map_mention-2 .map_mention_avatar {
  background-color: #f6be00;
}
.map_mention-3 {
  top: .155em;
  left: .48em;
}
.map_mention-3 .map_mention_box {
  transform: translate(-80%, -100%);
}
.map_mention-3 .map_mention_avatar {
  border-color: #8ea53c;
}
.map_mention-3 .map_mention_pulse {
  color: #8ea53c;
}
.map_mention-3 .map_mention_inner {
  transform-origin: 80% 100%;
}
.map_mention-3 .map_mention_avatar {
  background-color: #8ea53c;
}
.map_mention-4 {
  top: .215em;
  left: .23em;
}
.map_mention-4 .map_mention_box {
  transform: translate(-10%, -100%);
}
.map_mention-4 .map_mention_avatar {
  border-color: #ff8f00;
}
.map_mention-4 .map_mention_pulse {
  color: #ff8f00;
}
.map_mention-4 .map_mention_inner {
  transform-origin: 10% 100%;
}
.map_mention-4 .map_mention_avatar {
  background-color: #ff8f00;
}
.map_mention-5 {
  top: .17em;
  left: .55em;
}
.map_mention-5 .map_mention_box {
  transform: translate(-81%, -100%);
}
@media (min-width: 768px) {
  .map_mention-5 .map_mention_box {
    width: 325px;
  }
}
.map_mention-5 .map_mention_avatar {
  border-color: #5fc3e6;
}
.map_mention-5 .map_mention_pulse {
  color: #5fc3e6;
}
.map_mention-5 .map_mention_inner {
  transform-origin: 81% 100%;
}
.map_mention-5 .map_mention_avatar {
  background-color: #5fc3e6;
}
.map_mention-6 {
  top: .2em;
  left: .48em;
}
.map_mention-6 .map_mention_box {
  transform: translate(-70%, -100%);
}
.map_mention-6 .map_mention_avatar {
  border-color: #386A9C;
}
.map_mention-6 .map_mention_pulse {
  color: #386A9C;
}
.map_mention-6 .map_mention_inner {
  transform-origin: 70% 100%;
}
.map_mention-6 .map_mention_avatar {
  background-color: #386A9C;
}
.map_mention_box {
  transition: opacity 0.2s linear;
  font-size: 11px;
  font-family: sans-serif;
  position: absolute;
  width: 250px;
  max-width: 71vw;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
}
@media (min-width: 320px) {
  .map_mention_box {
    font-size: 12px;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .map_mention_box {
    font-size: 13px;
    width: 400px;
  }
}
.s-showMention .map_mention_box {
  opacity: 1;
  transition-delay: 1.5s;
}
.map_mention_inner {
  transition: transform 0.4s cubic-bezier(0.32, 0.385, 0.27, 1.265);
  position: relative;
  padding: 1.1em;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 1px 10px 0 rgba(32, 32, 32, 0.25);
  transform: translate3d(0, 5px, 0) scale(0.75);
}
.s-showMention .map_mention_inner {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 1.5s;
}
.map_mention_contents {
  -ms-flex: 2;
      flex: 2;
}
.map_mention_avatar {
  width: 4em;
  height: 4em;
  position: relative;
  margin-right: .8em;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid black;
}
.map_mention_avatar img {
  position: absolute;
  width: 4.5em;
  top: 50%;
  left: 50%;
  margin-top: -2.25em;
  margin-left: -2.25em;
}
.map_mention_details {
  transition: transform 0.7s ease 1.6s, opacity 0.3s linear 1.6s;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: .35em;
  transform: translate3d(0, 3px, 0);
}
.map_mention_details li {
  float: left;
}
.s-showMention .map_mention_details {
  transform: translate3d(0, 0, 0);
}
.map_mention_details_name {
  font-size: 1.1em;
  font-weight: bold;
  color: #444;
  margin-left: .4em;
}
.map_mention_details_handle {
  color: #999;
  margin-top: .1em;
  margin-left: .5em;
}
.map_mention_message {
  transition: transform 0.7s ease 1.7s, opacity 0.3s linear 1.7s;
  color: #444;
  font-size: 1em;
  margin: 0;
  line-height: 1.3;
  transform: translate3d(0, 3px, 0);
}
.s-showMention .map_mention_message {
  transform: translate3d(0, 0, 0);
}
.map_mention_message_highlight {
  background-color: #ffec00;
}
.map_mention_message_hashtag {
  color: #4099ff;
}
.map_social_icon {
  margin-top: .1em;
  height: 1em;
  display: block;
}
.map_social_icon-twitter {
  fill: #4099FF;
  width: 1em;
}
.map_social_icon-instagram {
  fill: #d53574;
  width: 1em;
}
.map_social_icon-tc {
  fill: #24a81a;
  width: 1.8em;
}
.map_social_icon-mumsnet {
  fill: #386A9C;
  width: 5em;
}
@keyframes mapPulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.map_mention_pulse {
  transition: opacity .75s ease,
  transform 1s ease;
  font-size: 8px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: 0.1em;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
}
.s-showMention .map_mention_pulse {
  transform: scale(1);
  opacity: 1;
}
.map_mention_pulse:after,
.map_mention_pulse:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1300%;
  height: 1300%;
  margin-left: -650%;
  margin-top: -650%;
  background-color: currentColor;
  opacity: .5;
  border-radius: 50%;
  transform: scale(0);
  animation-iteration-count: infinite;
  animation-duration: 2.5s;
  animation-easing-count: infinite;
  animation-timing-function: ease;
}
.s-showMention .map_mention_pulse:after,
.s-showMention .map_mention_pulse:before {
  animation-name: mapPulse;
}
.map_mention_pulse:after {
  animation-delay: .3s;
}
/**
 * modules/pagebuilder/css/widgets/bwTimelineAnimation.less
 * - styling for timeline animation
 *
 */
@keyframes timelineSlideIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes timelineDrop {
  from {
    top: -550px;
  }
  to {
    top: 1px;
  }
}
.bwTimelineAnimationWrapper {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .bwTimelineAnimationWrapper {
    height: 458px;
    background-image: url('/wp-content/themes/brandwatch/images/timelineAnimationWidget/how-to-react-mobile-retina.png');
    background-size: contain;
    margin-top: -140px;
  }
}
@media only screen and (max-width: 480px) {
  .bwTimelineAnimationWrapper {
    margin-top: -140px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation {
    width: 410px;
    height: 600px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation {
    width: 600px;
    height: 600px;
    float: right;
    margin-right: 1%;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-back.slide {
  background-image: url('../../images/timelineAnimationWidget/divider2.png');
  width: 1px;
  height: 597px;
  position: absolute;
  left: 50%;
  animation-name: timelineDrop;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transform: scale(1);
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform: translate(0px, -10px);
  position: absolute;
  transform: scale(0);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-left {
    left: 7px;
    width: 154px;
    transform-origin: right 15px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-left {
    left: 35px;
    width: 232px;
    transform-origin: right 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-right {
    right: 7px;
    width: 154px;
    transform-origin: left 23px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-right {
    right: 35px;
    width: 232px;
    transform-origin: left 23px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-center {
  position: relative;
  margin: 0 auto;
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-back {
  z-index: 0;
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-circle {
  width: 36px;
  height: 35px;
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image-show {
  animation-name: timelineSlideIn;
  animation-duration: .6s;
  animation-timing-function: cubic-bezier(0.33, 1.1, 0.52, 1.32);
  animation-fill-mode: forwards;
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.one {
  background-image: url('../../images/timelineAnimationWidget/hp_blur-repsonse.png');
  top: 0;
  left: 0;
  height: 56px;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.one {
    width: 166px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.one {
    width: 253px;
    left: 22px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.two {
  background-image: url('../../images/timelineAnimationWidget/hp_blur-circle-2.png');
  width: 56px;
  height: 55px;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.two {
    top: -13px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.three {
  background-image: url('../../images/timelineAnimationWidget/hp_blur-post.png');
  width: 253px;
  height: 147px;
  right: 0;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.three {
    width: 166px;
    height: 99px;
    top: -64px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.three {
    width: 253px;
    top: -55px;
    right: 25px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.four {
  background-image: url('../../images/timelineAnimationWidget/Twitter-Sarah.svg');
  height: 147px;
  top: 110px;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.four {
    display: none;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.five {
  background-image: url('../../images/timelineAnimationWidget/Pasted.svg');
  top: 54px;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.five {
    display: none;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.six {
  background-image: url('../../images/timelineAnimationWidget/circle-profile.svg');
  top: 59px;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.six {
    display: none;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.seven {
  background-image: url('../../images/timelineAnimationWidget/Brand-Manager-Alerted.svg');
  height: 55px;
  top: 153px;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.seven {
    display: none;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.eight {
  background-image: url('../../images/timelineAnimationWidget/TC-Logo.svg');
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.eight {
    top: 40px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.eight {
    top: 148px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.nine {
    background-image: url('../../images/timelineAnimationWidget/TechCrunch-Ryan-Tablet.svg');
    height: 108px;
    top: 96px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.nine {
    background-image: url('../../images/timelineAnimationWidget/TechCrunch-Ryan.svg');
    height: 90px;
    top: 272px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.ten {
    background-image: url('../../images/timelineAnimationWidget/TechCrunch-PR-Alerted-Tablet.svg');
    height: 70px;
    top: 137px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.ten {
    background-image: url('../../images/timelineAnimationWidget/TechCrunch-PR-Alerted.svg');
    height: 35px;
    top: 313px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.eleven {
  background-image: url('../../images/timelineAnimationWidget/circle-profile.svg');
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.eleven {
    top: 46px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.eleven {
    top: 153px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.twelve {
    background-image: url('../../images/timelineAnimationWidget/Twitter-thebodycoach-Tablet.svg');
    height: 206px;
    top: 267px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.twelve {
    background-image: url('../../images/timelineAnimationWidget/Twitter-thebodycoach.svg');
    height: 146px;
    top: 403px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.thirteen {
  background-image: url('../../images/timelineAnimationWidget/Pasted.svg');
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.thirteen {
    top: 140px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.thirteen {
    top: 206px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.fourteen {
  background-image: url('../../images/timelineAnimationWidget/circle-profile.svg');
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.fourteen {
    top: 145px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.fourteen {
    top: 211px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.fifteen {
    background-image: url('../../images/timelineAnimationWidget/Marketing-team-alerted-Tablet.svg');
    height: 70px;
    top: 306px;
  }
}
@media only screen and (min-width: 980px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.fifteen {
    background-image: url('../../images/timelineAnimationWidget/Marketing-team-alerted.svg');
    height: 55px;
    top: 445px;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.sixteen {
  background-image: url('../../images/timelineAnimationWidget/hp_blur-circle.png');
  width: 56px;
  height: 55px;
  top: 281px;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.sixteen {
    display: none;
  }
}
.bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.seventeen {
  background-image: url('../../images/timelineAnimationWidget/hp_blur-post.png');
  width: 253px;
  height: 147px;
  top: 551px;
  right: 25px;
}
@media only screen and (max-width: 979px) {
  .bwTimelineAnimationWrapper .bwTimelineAnimation .bwTimelineAnimation-image.seventeen {
    display: none;
  }
}
/****  bwText  ****/
.bwText {
  font-family: RobotoLight;
  color: #333435;
}
.bwText-align-left {
  text-align: left;
}
.bwText-align-right {
  text-align: right;
}
.bwText-align-center {
  text-align: center;
}
.bwText-col-light {
  color: white;
}
.bwText strong {
  font-family: RobotoMedium;
}
.bwText a {
  font-family: RobotoRegular;
  color: #1d7ab7;
}
@media only screen and (max-width: 767px) {
  .bwText {
    font-size: 14px;
  }
  .bwText-sz-small {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .bwText {
    font-size: 16px;
  }
  .bwText-sz-small {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .bwText {
    font-size: 20px;
  }
  .bwText-sz-small {
    font-size: 13px;
  }
}
.bwBtnWrapper-align-left {
  text-align: left;
}
.bwBtnWrapper-align-right {
  text-align: right;
}
.bwBtnWrapper-align-center {
  text-align: center;
}
.bwBtn {
  display: inline-block;
  width: auto;
  line-height: 100%;
  font-family: RobotoLight;
  background-color: #1d7ab7;
  border-radius: 4px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  margin: 0 10px;
}
.bwBtn:hover {
  background-color: #0c69a6;
}
.bwBtn:active {
  transition-duration: 0;
  background-color: #005795;
}
.bwBtn_text {
  display: inline-block;
  text-align: center;
  color: white;
  letter-spacing: 0.05em;
}
.bwBtn-style-wire.bwBtn {
  border: 1px solid #1d7ab7;
  background-color: transparent;
}
.bwBtn-style-wire.bwBtn:hover {
  background-color: #1d7ab7;
}
.bwBtn-style-wire.bwBtn:hover .bwBtn_text {
  color: white;
}
.bwBtn-style-wire.bwBtn:hover .svgIcon svg {
  stroke: white;
}
.bwBtn-style-wire.bwBtn .bwBtn_text {
  color: #1d7ab7;
}
.bwBtn-style-wire.bwBtn .svgIcon svg {
  stroke: #1d7ab7;
}
.bwBtn-size-large .bwBtn_text {
  font-size: 24px;
  letter-spacing: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.bwBtn-size-large.bwBtn .svgIcon {
  width: 19px;
  height: 19px;
  padding-right: 16px;
}
.bwBtn-size-large.bwBtn .svgIcon-play {
  width: 30px;
  height: 30px;
  position: relative;
  top: 6px;
}
.bwBtn .svgIcon {
  width: 15px;
  height: 15px;
  margin-left: -16px;
  padding-right: 17px;
}
.bwBtn .svgIcon-play {
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
}
.bwBtn .svgIcon svg {
  fill: white;
}
@media only screen and (max-width: 767px) {
  .bwBtn {
    font-size: 18px;
    margin: 10px;
  }
  .bwBtn_text {
    padding: 8px 15px 9px;
  }
  .bwBtn-size-large .bwBtn_text {
    font-size: 19px;
    letter-spacing: 0.03em;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .bwBtn-size-large.bwBtn .svgIcon {
    width: 15px;
    height: 15px;
    padding-right: 9px;
  }
  .bwBtn-size-large.bwBtn .svgIcon-play {
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .bwBtn {
    font-size: 20px;
  }
  .bwBtn_text {
    padding: 10px 21px 11px;
  }
}
.bwPBCell-w290 .bwBtn {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}
/****  bwImage  ****/
.bwImage-align-left .bwImage_img {
  float: left;
}
.bwImage-align-right .bwImage_img {
  text-align: right;
}
.bwImage-align-center {
  text-align: center;
}
.bwImage-align-center .bwImage_img {
  margin-left: auto;
  margin-right: auto;
}
.bwImage_img {
  display: block;
  background-size: cover;
}
/*
 * modules/pagebuilder/css/widgets/bwForm.less
 * - styling for new forms
 *
 */
@keyframes slideDown {
  from {
    left: 0px;
    bottom: 150%;
    opacity: 0;
  }
  to {
    left: 0px;
    bottom: 101%;
    opacity: 1;
  }
}
.bwForm {
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
@media only screen and (max-width: 767px) {
  .bwForm {
    max-width: 480px;
    margin: 0 auto;
  }
}
.bwForm .mktoForm,
.bwForm .mktoFormRow,
.bwForm .mktoFieldDescriptor,
.bwForm .mktoFieldWrap,
.bwForm .mktoField,
.bwForm .mktoButtonRow,
.bwForm .mktoButtonWrap,
.bwForm .mktoButton {
  width: 100% !important;
  box-sizing: border-box !important;
}
.bwForm .bw-marketo-review-info-error {
  display: none;
}
.bwForm .mktoForm {
  margin: 0 !important;
}
.bwForm .mktoForm button.mktoButton:disabled {
  opacity: 1;
}
.bwForm .mktoFormRow {
  clear: none !important;
}
@media only screen and (max-width: 480px) {
  .bwForm .mktoFormRow {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 481px) {
  .bwForm .mktoFormRow:nth-of-type(-n + 2) {
    width: 50% !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .bwForm .mktoFormRow:nth-of-type(-n + 2) {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 481px) {
  .bwForm .mktoFormRow:nth-of-type(1) {
    padding-right: 10px;
  }
}
.bwForm .mktoFieldDescriptor {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0 !important;
  font-family: RobotoLight;
  font-weight: normal;
}
.bwForm .mktoFieldWrap {
  position: relative;
  height: 50px;
}
.bwForm .mktoFieldWrap .bw-marketo-error-message {
  display: none;
}
.bwForm .mktoFieldWrap .mktoLabel,
.bwForm .mktoFieldWrap .mktoField {
  letter-spacing: -0.01em;
  transition: color 0.25s, bottom 0.25s, left 0.25s, border-color 0.25s;
}
.bwForm .mktoFieldWrap .mktoLabel {
  position: absolute;
  width: auto !important;
  line-height: 14px;
  left: 16px;
  bottom: 20px;
  padding: 0 !important;
  color: #a5a5a5;
  /*#afb2b6;*/
  font-weight: normal !important;
}
.bwForm .mktoFieldWrap .mktoLabel-up {
  left: 0px;
  bottom: 103%;
  animation-duration: 0.25s;
  animation-name: slideDown;
}
.bwForm .mktoFieldWrap .mktoLabel-selected {
  color: #1d7ab7;
}
.bwForm .mktoFieldWrap .mktoLabel.bw-invalid {
  color: #E43939;
}
.bwForm .mktoFieldWrap .mktoAsterix {
  display: inline !important;
  float: right !important;
  padding-left: 3px !important;
  color: inherit;
  line-height: 15px;
}
.bwForm .mktoFieldWrap .mktoGutter {
  display: none;
}
.bwForm .mktoFieldWrap .mktoField {
  border: 1px solid #c9c9c9;
  height: 42px;
  padding-left: 16px;
  color: #4b4b4b;
  box-shadow: none;
  border-radius: 4px;
}
.bwForm .mktoFieldWrap .mktoField:focus {
  border-color: #1d7ab7;
  outline: none;
}
.bwForm .mktoFieldWrap .mktoField.bw-invalid {
  border-color: #E43939;
  background: #fff url('../../images/error-icon.svg') right 10px center no-repeat;
}
.bwForm .mktoFieldWrap.show-error .bw-marketo-error-message {
  background-color: white;
  display: inline;
  position: absolute;
  border: 1px solid;
  border-radius: 4px;
  padding: 0 6px;
  top: 24px;
  right: 20px;
  width: auto;
  z-index: 1;
  text-align: left;
}
.bwForm .mktoFieldWrap.show-error .bw-marketo-error-message::after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: -8px;
  left: 70%;
  width: 0;
  border-width: 0px 8px 8px;
  border-style: solid;
  border-color: #E82828 transparent;
}
.bwForm .mktoFieldWrap.show-error .bw-marketo-error-message::before {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: -7px;
  left: 70%;
  width: 0;
  border-width: 0px 8px 8px;
  border-style: solid;
  border-color: white transparent;
  z-index: 1;
}
.bwForm .mktoClear {
  clear: none !important;
}
.bwForm .mktoButtonRow {
  padding-top: 12px;
}
@media only screen and (max-width: 480px) {
  .bwForm .mktoButtonRow {
    padding-top: 0px;
  }
}
.bwForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.bwForm .mktoButton {
  font-size: 22px !important;
  line-height: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 19px;
  font-family: RobotoLight !important;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease-in;
  background-color: #1d7ab7 !important;
  background-image: none !important;
  filter: none;
  -ms-filter: none;
  border: none !important;
}
@media only screen and (max-width: 480px) {
  .bwForm .mktoButton {
    font-size: 19px !important;
  }
}
.bwForm .mktoButton:hover {
  background-color: #136FA3 !important;
}
.pageHeader {
  font-family: RobotoThin;
  text-align: center;
  line-height: 1;
  color: #333435;
}
.pageHeader_title {
  letter-spacing: -0.03em;
  margin-left: auto;
  margin-right: auto;
}
.pageHeader_subtitle {
  font-family: RobotoLight;
  letter-spacing: -0.01em;
}
.pageHeader strong {
  font-family: RobotoMedium;
}
@media only screen and (max-width: 767px) {
  .pageHeader {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .pageHeader_title {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .pageHeader_subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageHeader {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .pageHeader_title {
    font-size: 55px;
    line-height: 58px;
    margin-bottom: 20px;
    width: calc(100% - 210px);
  }
  .pageHeader_subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageHeader {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .pageHeader_title {
    font-size: 66px;
    line-height: 66px;
    margin-bottom: 20px;
    width: calc(100% - 210px);
  }
  .pageHeader_subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.sectionHeader-align-left {
  text-align: left;
}
.sectionHeader-align-right {
  text-align: right;
}
.sectionHeader-align-center {
  text-align: center;
}
.sectionHeader_title {
  font-family: RobotoThin;
  letter-spacing: -0.02em;
}
.sectionHeader_subtitle {
  font-family: RobotoLight;
}
.sectionHeader strong {
  font-family: RobotoMedium;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .sectionHeader {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .sectionHeader br {
    display: none;
  }
  .sectionHeader_title {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center!important;
  }
  .sectionHeader_title-size-large {
    font-size: 38px;
    line-height: 40px;
  }
  .sectionHeader_subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 18px;
    text-align: center!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionHeader {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .sectionHeader_title {
    font-size: 38px;
    line-height: 39px;
    margin-bottom: 10px;
  }
  .sectionHeader_title-size-large {
    font-size: 55px;
    line-height: 58px;
  }
  .sectionHeader_subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionHeader {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .sectionHeader_title {
    font-size: 42px;
    line-height: 43px;
    margin-bottom: 10px;
  }
  .sectionHeader_title-size-large {
    font-size: 66px;
    line-height: 68px;
  }
  .sectionHeader_subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
  }
}
/****  videoBGHeader.less  ****/
.videoBGHeader {
  position: relative;
  padding-bottom: 300px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.videoBGHeader_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
}
.videoBGHeader_bg_vid {
  min-width: 100vw;
  min-height: 100%;
}
.videoBGHeader .pbRowWrapper {
  position: relative;
  z-index: 1;
}
.videoBGHeader-lightText .pbRowWrapper * {
  color: white !important;
}
.bwPBCell-h .videoBGHeader {
  padding-bottom: 300px;
}
.bwPBCell-h-417 .videoBGHeader {
  padding-bottom: 417px;
}
@media only screen and (max-width: 480px) {
  .clientLogoGridWrap {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .clientLogoGridWrap {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .clientLogoGridWrap {
    margin: 0 40px;
  }
}
.clientLogoGrid {
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
.clientLogoGrid_item {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}
.clientLogoGrid_item_inner {
  padding-top: 30%;
  height: 0;
  position: relative;
}
.clientLogoGrid_item_inner2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.clientLogoGrid_item_img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .clientLogoGrid_item {
    width: 50%;
  }
  .clientLogoGrid_item:nth-child(1n+7) {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .clientLogoGrid_item {
    width: 33.3%;
  }
  .clientLogoGrid_item:nth-child(1n+7) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .clientLogoGrid_item {
    width: 25%;
  }
  .clientLogoGrid_item:nth-child(1n+9) {
    display: none;
  }
}
/****  vidPlaceholder  ****/
.vidPlaceholderWrap {
  padding-top: 60%;
  position: relative;
}
.vidPlaceholder,
.vidPlaceholder_bg,
.vidPlaceholder_border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.vidPlaceholder_bg {
  background-color: white;
  background-size: cover;
}
.vidPlaceholder_border {
  border: 1px solid rgba(0, 0, 0, 0.175);
}
.vidPlaceholder_playBtn {
  opacity: 0.96;
  width: 18%;
  padding-top: 18%;
  position: absolute;
  left: 41%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1d7ab7;
  border-radius: 100%;
  cursor: pointer;
  transition: background-color 0.13s ease-in;
  background-image: url("../../images/large-thin-arrow.svg");
  background-size: 33% auto;
  background-position: 56% 50%;
}
.vidPlaceholder_playBtn:hover {
  background-color: #0c69a6;
}
/****       end PB module imports       ****/
/*******************************************/
