@charset "UTF-8";
/**
 * CSS Reset
 * 
 * @media    screen
 * @author   Quiller Caudill
 * @version  0.1
 * @desc     Based on YUI Reset: http://developer.yahoo.com/yui/reset/
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

sup, sub {
  vertical-align: baseline;
}

/**
 * @section Classes
 */
.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.hidden, html.js .noscript {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

/**
 * @section Mozilla
 * @purpose Target Mozilla-based browsers with unique rules
 */
a:focus, object:focus, param:focus {
  -moz-outline-style: none;
  outline-style: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

*:focus {
  outline: none;
}

/* --------------------------
 * KEYFRAMES & ANIMATION
 * -------------------------- */
body {
  width: 100%;
}

body:before,
body:after {
  content: " ";
  display: table;
}

body:after {
  clear: both;
}

body {
  *zoom: 1;
}

/* Semantic */
/* Header */
/* Blue */
/* Light Blue */
/* Social Stream Blue */
/* Grey */
/* Yellow */
/* Green */
/* Callouts */
/* Youtube Red */
/* Transition time baseline */
/* Icon Font */
@font-face {
  font-family: 'textron-icons';
  src: url("../fonts/textron-icons.eot?7d5fou");
  src: url("../fonts/textron-icons.eot?7d5fou#iefix") format("embedded-opentype"), url("../fonts/textron-icons.ttf?7d5fou") format("truetype"), url("../fonts/textron-icons.woff?7d5fou") format("woff"), url("../fonts/textron-icons.svg?7d5fou#textron-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\e800";
}

.icon-desktopminus:before {
  content: "\e801";
}

.icon-desktopplus:before {
  content: "\e802";
}

.icon-mobileminus:before {
  content: "\e803";
}

.icon-mobileplus:before {
  content: "\e804";
}

.icon-downchevron:before {
  content: "\e805";
}

.icon-leftchevron:before {
  content: "\e806";
}

.icon-rightchevron:before {
  content: "\e807";
}

.icon-check:before {
  content: "\e808";
}

.icon-play:before {
  content: "\e809";
}

.icon-bullet:before {
  content: "\e80a";
}

.icon-uparrow:before {
  content: "\e80b";
}

.icon-xls:before {
  content: "\e80c";
}

.icon-pdf:before {
  content: "\e80d";
}

.icon-ppt:before {
  content: "\e80e";
}

.icon-doc:before {
  content: "\e80f";
}

.icon-facebook:before {
  content: "\e810";
}

.icon-instagram:before {
  content: "\e811";
}

.icon-linkedin:before {
  content: "\e812";
}

.icon-twitter:before {
  content: "\e813";
}

.icon-youtube:before {
  content: "\e814";
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

html.wf-loading body {
  visibility: hidden;
}

html.wf-active body,
html.wf-inactive body {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
}

html.wf-loading h1,
html.wf-loading h2,
html.wf-loading h3,
html.wf-loading h4,
html.wf-loading h5,
html.wf-loading h6 {
  visibility: hidden;
}

html.wf-active h1,
html.wf-inactive h1,
html.wf-active h2,
html.wf-inactive h2,
html.wf-active h3,
html.wf-inactive h3,
html.wf-active h4,
html.wf-inactive h4,
html.wf-active h5,
html.wf-inactive h5,
html.wf-active h6,
html.wf-inactive h6 {
  visibility: visible;
}

h1 {
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

@media (min-width:1025px){
  .page-home #brands-callout .logo-container a{
	    display: none;
	}
}
@media (max-width:600px){
  .page-home #brands-callout .logo-container a{
	    display: none;
	}

  .jobDescription {
      max-width:100% !important;
   }
}

@media (min-width: 601px) and (max-width: 1024px){
  .page-home #brands-callout .logo-container a
	{
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

h4 {
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5 {
  font-size: 18px;
  line-height: 21px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

a.button, #main #block-system-main a.button, input[type="submit"],
button[type="submit"], .explore-opportunities .content button {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 7px 30px;
  color: white;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  background: #005186;
  border: none;
}

html.wf-loading a.button, html.wf-loading #main #block-system-main a.button, #main #block-system-main html.wf-loading a.button, html.wf-loading input[type="submit"], html.wf-loading button[type="submit"], html.wf-loading .explore-opportunities .content button, .explore-opportunities .content html.wf-loading button {
  visibility: hidden;
}

html.wf-active a.button,
html.wf-active #main #block-system-main a.button,
#main #block-system-main html.wf-active a.button, html.wf-active input[type="submit"],
html.wf-active button[type="submit"],
html.wf-active .explore-opportunities .content button,
.explore-opportunities .content html.wf-active button, html.wf-inactive a.button, html.wf-inactive #main #block-system-main a.button, #main #block-system-main html.wf-inactive a.button, html.wf-inactive input[type="submit"], html.wf-inactive button[type="submit"], html.wf-inactive .explore-opportunities .content button, .explore-opportunities .content html.wf-inactive button {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  a.button, #main #block-system-main a.button, input[type="submit"],
  button[type="submit"], .explore-opportunities .content button {
    font-size: 14px;
  }
}

a.button:hover, #main #block-system-main a.button:hover, input[type="submit"]:hover,
button[type="submit"]:hover, .explore-opportunities .content button:hover {
  color: white;
  background: #0070b9;
}

a.button:focus, #main #block-system-main a.button:focus, input[type="submit"]:focus,
button[type="submit"]:focus, .explore-opportunities .content button:focus {
  color: white;
  background: #007fd3;
}

a.button span:after, #main #block-system-main a.button span:after, input[type="submit"] span:after,
button[type="submit"] span:after, .explore-opportunities .content button span:after {
  display: none;
}

a.button.arrow:hover:after, #main #block-system-main a.arrow.button:hover:after, #main #block-system-main .explore-opportunities .content button:hover:after, .explore-opportunities .content #main #block-system-main button:hover:after, input.arrow[type="submit"]:hover:after,
button.arrow[type="submit"]:hover:after, .explore-opportunities .content button:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

a.button.arrow:after, #main #block-system-main a.arrow.button:after, #main #block-system-main .explore-opportunities .content button:after, .explore-opportunities .content #main #block-system-main button:after, input.arrow[type="submit"]:after,
button.arrow[type="submit"]:after, .explore-opportunities .content button:after {
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  -ms-transform: translate3d(0, 0, 0);
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-size: 14px;
  vertical-align: bottom;
  line-height: inherit;
}

a.button.yellow, #main #block-system-main a.yellow.button, #main #block-system-main .explore-opportunities .content button, .explore-opportunities .content #main #block-system-main button, input.yellow[type="submit"],
button.yellow[type="submit"], .explore-opportunities .content button {
  color: #005186;
  background: #f6cf3f;
}

a.button.yellow:hover, #main #block-system-main a.yellow.button:hover, #main #block-system-main .explore-opportunities .content button:hover, .explore-opportunities .content #main #block-system-main button:hover, input.yellow[type="submit"]:hover,
button.yellow[type="submit"]:hover, .explore-opportunities .content button:hover {
  color: #0070b9;
  background: #f8db70;
}

a.button.yellow:focus, #main #block-system-main a.yellow.button:focus, #main #block-system-main .explore-opportunities .content button:focus, .explore-opportunities .content #main #block-system-main button:focus, input.yellow[type="submit"]:focus,
button.yellow[type="submit"]:focus, .explore-opportunities .content button:focus {
  color: #007fd3;
  background: #f9e188;
}

a.button.white, #main #block-system-main a.white.button, input.white[type="submit"],
button.white[type="submit"], .explore-opportunities .content button.white {
  color: #005186;
  background: white;
}

a.button.white:after, #main #block-system-main a.white.button:after, input.white[type="submit"]:after,
button.white[type="submit"]:after, .explore-opportunities .content button.white:after {
  color: #005186;
}

a.button.white:hover, #main #block-system-main a.white.button:hover, input.white[type="submit"]:hover,
button.white[type="submit"]:hover, .explore-opportunities .content button.white:hover {
  color: #0070b9;
}

a.button.white:hover:after, #main #block-system-main a.white.button:hover:after, input.white[type="submit"]:hover:after,
button.white[type="submit"]:hover:after, .explore-opportunities .content button.white:hover:after {
  color: #0070b9;
}

a.button.white-bordered, #main #block-system-main a.white-bordered.button, input.white-bordered[type="submit"],
button.white-bordered[type="submit"], .explore-opportunities .content button.white-bordered {
  color: white;
  background: transparent;
  border: 3px solid white;
}

a.button.white-bordered:after, #main #block-system-main a.white-bordered.button:after, input.white-bordered[type="submit"]:after,
button.white-bordered[type="submit"]:after, .explore-opportunities .content button.white-bordered:after {
  color: white;
}

a.button.white-bordered:hover, #main #block-system-main a.white-bordered.button:hover, input.white-bordered[type="submit"]:hover,
button.white-bordered[type="submit"]:hover, .explore-opportunities .content button.white-bordered:hover {
  color: #005186;
  background: white;
}

a.button.white-bordered:hover:after, #main #block-system-main a.white-bordered.button:hover:after, input.white-bordered[type="submit"]:hover:after,
button.white-bordered[type="submit"]:hover:after, .explore-opportunities .content button.white-bordered:hover:after {
  color: #005186;
}

a.button.white-bordered:focus, #main #block-system-main a.white-bordered.button:focus, input.white-bordered[type="submit"]:focus,
button.white-bordered[type="submit"]:focus, .explore-opportunities .content button.white-bordered:focus {
  color: #0070b9;
}

a.button.white-bordered:focus:after, #main #block-system-main a.white-bordered.button:focus:after, input.white-bordered[type="submit"]:focus:after,
button.white-bordered[type="submit"]:focus:after, .explore-opportunities .content button.white-bordered:focus:after {
  color: #0070b9;
}

a.button.play:before, #main #block-system-main a.play.button:before, input.play[type="submit"]:before,
button.play[type="submit"]:before, .explore-opportunities .content button.play:before {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  width: 20px;
  margin-top: -2px;
  margin-right: 10px;
  left: -4px;
  font-size: 26px;
  vertical-align: middle;
}

/* Target only RTE areas */
#main #block-system-main {
  overflow: hidden;
}

#main #block-system-main h2,
#main #block-system-main h3 {
  color: #005186;
  margin-top: -7px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  #main #block-system-main h2,
  #main #block-system-main h3 {
    margin-top: -5px;
  }
}

#main #block-system-main h4,
#main #block-system-main h5,
#main #block-system-main h6 {
  color: #868686;
  margin-top: -7px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  #main #block-system-main h4,
  #main #block-system-main h5,
  #main #block-system-main h6 {
    margin-top: -3px;
  }
}

#main #block-system-main a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
  color: #005186;
  border-bottom: 1px dotted #005186;
  /* Link icons via JS */
}

html.wf-loading #main #block-system-main a {
  visibility: hidden;
}

html.wf-active #main #block-system-main a,
html.wf-inactive #main #block-system-main a {
  visibility: visible;
}

#main #block-system-main a:hover {
  color: #0070b9;
  border-color: #0070b9;
}

#main #block-system-main a.link-icon:not(.button) {
  position: relative;
  margin-right: 45px;
}

#main #block-system-main a.link-icon:not(.button) span.nowrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 15px;
  bottom: 0;
  font-size: 50px;
  line-height: 15px !important;
}

#main #block-system-main a.link-icon:not(.button).link-icon-ext {
  margin-right: 0;
}

#main #block-system-main a.link-icon:not(.button).link-icon-ext span.nowrap:after {
  display: none;
}

#main #block-system-main a.link-icon:not(.button).link-icon-pdf span.nowrap:after {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

#main #block-system-main a.link-icon:not(.button).link-icon-doc span.nowrap:after {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

#main #block-system-main a.link-icon:not(.button).link-icon-xls span.nowrap:after {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

#main #block-system-main a.link-icon:not(.button).link-icon-ppt span.nowrap:after {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

#main #block-system-main ul,
#main #block-system-main ol {
  padding-left: 50px;
  line-height: 33px;
}
/* faq page styling*/
.faq ul {
  padding-left: 0px !important;
}
.item-list ul {
    padding-left: 0px !important;
}

.faqfield-anchor-list ul {
    list-style-type: none !important;
    padding-left: 0px;
    margin-bottom: 60px !important;
}

.faqfield-question a{
border-bottom-style: none !important;
}

/* end of faq styling*/
@media only screen and (max-width: 1024px) {
  #main #block-system-main ul,
  #main #block-system-main ol {
    padding-left: 30px;
    font-size: 14px;
    line-height: 28px;
  }
}

#main #block-system-main ul li,
#main #block-system-main ol li {
  position: relative;
  margin-top: 15px;
}

#main #block-system-main ul li:before,
#main #block-system-main ol li:before {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  left: -20px;
  color: #005186;
  font-size: 12px;
  line-height: 12px;
}

#main #block-system-main ul li ul,
#main #block-system-main ul li ol,
#main #block-system-main ol li ul,
#main #block-system-main ol li ol {
  margin-bottom: 0;
}

#main #block-system-main ul li li:before,
#main #block-system-main ol li li:before {
  color: #a6a6a6;
}

#main #block-system-main ul li li li:before,
#main #block-system-main ol li li li:before {
  color: #d5d4d4;
}

#main #block-system-main ol {
  counter-reset: counter;
}

#main #block-system-main ol li {
  counter-increment: counter;
}

#main #block-system-main ol li:before {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  content: counter(counter) ".";
  font-size: 15px;
}

html.wf-loading #main #block-system-main ol li:before {
  visibility: hidden;
}

html.wf-active #main #block-system-main ol li:before,
html.wf-inactive #main #block-system-main ol li:before {
  visibility: visible;
}

#main #block-system-main img {
  margin-bottom: 25px;
  max-width: 100%;
}

#main #block-system-main img.align-left {
  float: left;
  margin-right: 40px;
}

#main #block-system-main img.align-right {
  float: right;
  margin-left: 40px;
}

#main #block-system-main img.no-float {
  display: block;
  float: none !important;
  margin: 0 auto 25px !important;
}

#main #block-system-main .image-with-caption {
  margin-bottom: 25px;
}

#main #block-system-main .image-with-caption.align-left {
  float: left;
  margin-right: 40px;
}

#main #block-system-main .image-with-caption.align-right {
  float: right;
  margin-left: 40px;
}

#main #block-system-main .image-with-caption.no-float {
  float: none !important;
  margin: 0 auto 25px !important;
}

#main #block-system-main .image-with-caption.no-float .caption {
  float: none !important;
}

#main #block-system-main .image-with-caption img {
  display: block;
  margin: 0 !important;
}

#main #block-system-main .image-with-caption .caption {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  float: left;
  padding: 30px;
  width: 100%;
  color: #868686;
  font-size: 14px;
  line-height: 28px;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
}

html.wf-loading #main #block-system-main .image-with-caption .caption {
  visibility: hidden;
}

html.wf-active #main #block-system-main .image-with-caption .caption,
html.wf-inactive #main #block-system-main .image-with-caption .caption {
  visibility: visible;
}

#main #block-system-main table {
  background: #02548b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #02548b), color-stop(100%, #137bbe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* IE10+ */
  background: linear-gradient(to right, #02548b 0%, #137bbe 100%);
  /* W3C */
  position: relative;
  margin-bottom: 45px;
  width: 100%;
}

#main #block-system-main table thead {
  border-right: 1px solid #137bbe;
  border-left: 1px solid #02548b;
  overflow: hidden;
}

#main #block-system-main table thead tr th {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  padding: 10px;
  color: #b9dcf3;
  text-align: center;
  border-right: 1px solid #005186;
}

html.wf-loading #main #block-system-main table thead tr th {
  visibility: hidden;
}

html.wf-active #main #block-system-main table thead tr th,
html.wf-inactive #main #block-system-main table thead tr th {
  visibility: visible;
}

#main #block-system-main table thead tr th:last-of-type {
  border-right: none;
}

#main #block-system-main table tbody {
  background: white;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

#main #block-system-main table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

#main #block-system-main table tbody tr:nth-of-type(even) {
  background: #fafafa;
}

#main #block-system-main table tbody tr td {
  padding: 10px;
  border-right: 1px solid #e5e5e5;
}
@media(max-width: 690px) {
    /* Force table to not be like tables anymore */
    
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    td {
        /* Behave  like a "row" */
        
        border: none;       
        position: relative;
        padding-left: 50%;
        padding-right: 2%;      
        padding-top: 3%;
    }
    td:before {
        /* Now like a table header */
        
        /* position: absolute; */
        /* Top/left values mimic padding */      
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
	Label the data for agenda page
	*/
  /*td:nth-of-type(1):before {
        content: "";
    }   
 td:nth-of-type(2):before {
        content: "Integrated Supply Chain";
    }
 td:nth-of-type(3):before {
        content: "Engineering";
    }
 td:nth-of-type(4):before {
        content: "Human Resources";
    }
 td:nth-of-type(5):before {
        content: "Information Technology";
    }
 td:nth-of-type(6):before {
        content: "Finance";
    }
	 td:nth-of-type(7):before {
        content: "Marketing & Sales";
    }*/
	}
p {
 /* font-family: 'Roboto', sans-serif;*/  font-family: 'Monda', sans-serif !important;
  font-weight: 400;
  margin-bottom: 25px;
  color: black; /* color: #1f3569; */
  font-size: 16px;
  line-height: 1.5;
}
.node-116 p{
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Monda', sans-serif !important;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1f3569 !important; 
    font-size: 16px;
    line-height: 1.5;
}

html.wf-loading p {
  visibility: hidden;
}

html.wf-active p,
html.wf-inactive p {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 28px;
  }
}

p.subheading {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 39px;
}

html.wf-loading p.subheading {
  visibility: hidden;
}

html.wf-active p.subheading,
html.wf-inactive p.subheading {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  p.subheading {
    font-size: 16px;
    line-height: 30px;
  }
}

p.legal {
  color: #868686;
  font-size: 12px;
  line-height: 22px;
}

blockquote {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  position: relative;
  padding: 45px 20%;
  color: #868686;
  font-size: 20px;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
}

html.wf-loading blockquote {
  visibility: hidden;
}

html.wf-active blockquote,
html.wf-inactive blockquote {
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  blockquote {
    padding: 40px;
    font-size: 16px;
  }
}

blockquote:before {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  content: '“';
  display: block;
  position: absolute;
  margin-left: -37px;
  margin-top: -10px;
  color: #005186;
  font-size: 52px;
  line-height: 34px;
}

@media only screen and (max-width: 768px) {
  blockquote:before {
    margin-top: -12px;
  }
}

blockquote p {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  color: #868686;
  font-size: 20px;
}

html.wf-loading blockquote p {
  visibility: hidden;
}

html.wf-active blockquote p,
html.wf-inactive blockquote p {
  visibility: visible;
}

blockquote p.attribution {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  color: #005186;
}

html.wf-loading blockquote p.attribution {
  visibility: hidden;
}

html.wf-active blockquote p.attribution,
html.wf-inactive blockquote p.attribution {
  visibility: visible;
}

blockquote p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
  position: relative;
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  border: none;
}

html {
  position: relative;
  z-index: 1025;
}

@media only screen and (max-width: 1024px) {
  html {
    z-index: 1024;
  }
}

@media only screen and (max-width: 768px) {
  html {
    z-index: 768;
  }
}

@media only screen and (max-width: 600px) {
  html {
    z-index: 600;
  }
}

@media only screen and (max-width: smartphone-portrait) {
  html {
    z-index: 400;
  }
}

.container {
  display: inline;
  float: left;
  width: 97.619047619%;
  width: calc(100% - 30px);
  margin: 0 1.1904761905%;
  margin: 0 calc(30px/2);
  max-width: 1280px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .container {
    width: calc(100% - 20px);
    margin: 0 calc(20px/2);
  }
}

@media only screen and (max-width: 600px) {
  .container {
    width: calc(100% - 10px);
    margin: 0 calc(10px/2);
  }
}

.wrapper-container {
  margin: 0 30px;
  width: calc(100% - 60px);
}

.wrapper-container:before,
.wrapper-container:after {
  content: " ";
  display: table;
}

.wrapper-container:after {
  clear: both;
}

.wrapper-container {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .wrapper-container {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 600px) {
  .wrapper-container {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}

header {
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.17) ;
  -moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.17) ;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.17) ;
  position: relative;
  width: 100%;
  height: 106px;
  background: white;
  z-index: 500; /*z-index: 1000;*/
}

@media only screen and (max-width: 768px) {
  header {
    height: 83px;
  }
}

@media only screen and (max-width: 600px) {
  header {
    height: 64px;
  }
}

header .wrapper-container {
  float: left;
  width: calc(100% - 205px);
}

@media only screen and (max-width: 1024px) {
  header .wrapper-container {
    width: calc(100% - 185px);
  }
}

@media only screen and (max-width: 1024px) {
  header .wrapper-container {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 600px) {
  header .wrapper-container {
    width: calc(100% - 20px);
  }
}

header .wrapper-container .logo {
  position: relative;
  float: left;
  width: 195px;
  height: 106px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  header .wrapper-container .logo {
    width: 160px;
    height: 83px;
  }
}

@media only screen and (max-width: 600px) {
  header .wrapper-container .logo {
    width: 160px;
    height: 64px;
  }
}

header .wrapper-container .logo:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: -32px;
  width: 100%;
  height: 32px;
  color: #005186;
  font-size: 260px;
  line-height: 32px;
}

@media only screen and (max-width: 768px) {
  header .wrapper-container .logo:before {
    height: 26px;
    left: -26px;
    font-size: 212px;
    line-height: 26px;
  }
}

header .stock {
  display: block;
  position: relative;
  float: right;
  width: 145px;
  height: 100%;
  color: #868686;
  text-align: center;
  background: #f3f3f3;
}

@media only screen and (max-width: 1024px) {
  header .stock {
    display: none;
  }
}

header .stock:hover {
  color: #005186;
}

header .stock:hover .heading {
  color: white;
  background: #005186;
}

header .stock:focus {
  color: #007fd3;
}

header .stock:focus .heading {
  color: white;
  background: #007fd3;
}

header .stock .heading {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  color: #868686;
  background: #e7e7e7;
}

html.wf-loading header .stock .heading {
  visibility: hidden;
}

html.wf-active header .stock .heading,
html.wf-inactive header .stock .heading {
  visibility: visible;
}

header .stock .value {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-top: 20px;
  font-size: 20px;
}

html.wf-loading header .stock .value {
  visibility: hidden;
}

html.wf-active header .stock .value,
html.wf-inactive header .stock .value {
  visibility: visible;
}

header .stock .value .change {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
}

html.wf-loading header .stock .value .change {
  visibility: hidden;
}

html.wf-active header .stock .value .change,
html.wf-inactive header .stock .value .change {
  visibility: visible;
}

header .stock .value .change.up:before {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

header .stock .value .change.down:before {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

header .stock .traded {
  position: absolute;
  width: 100%;
  bottom: 5px;
  font-size: 10px;
}

footer {
  background: #02548b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #02548b), color-stop(100%, #137bbe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* IE10+ */
  background: linear-gradient(to right, #02548b 0%, #137bbe 100%);
  /* W3C */
  padding: 30px 0;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding-bottom: 40px;
  }
}

footer .wrapper-container h6 {
  color: #b9dcf3;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  footer .wrapper-container h6 {
    display: none;
  }
}

footer .wrapper-container .social-media {
  margin: 12px auto;
  text-align: center;
}

footer .wrapper-container .social-media li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 600px) {
  footer .wrapper-container .social-media li {
    margin: 0 5px;
  }
}

footer .wrapper-container .social-media li.twitter {
  margin: 0 8px;
}

@media only screen and (max-width: 600px) {
  footer .wrapper-container .social-media li.twitter {
    margin: 0 2px;
  }
}

footer .wrapper-container .social-media li a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  font-size: 52px;
  line-height: 40px;
}

@media only screen and (max-width: 600px) {
  footer .wrapper-container .social-media li a {
    font-size: 42px;
    line-height: 30px;
  }
}

footer .wrapper-container .social-media li a:hover {
  color: #f6cf3f;
}

footer .wrapper-container .social-media li a:focus {
  color: #f8db70;
}

footer .wrapper-container .social-media li a span.icon-instagram {
  position: relative;
  top: -5px;
  font-size: 40px;
}

@media only screen and (max-width: 600px) {
  footer .wrapper-container .social-media li a span.icon-instagram {
    top: -4px;
    font-size: 32px;
  }
}

footer .wrapper-container .secondary-menu {
  margin: 0 auto;
  height: 70px;
  text-align: center;
  border-top: 1px solid #034e7f;
  border-bottom: 1px solid #034e7f;
}

@media only screen and (max-width: 600px) {
  footer .wrapper-container .secondary-menu {
    height: auto;
    text-align: left;
  }
}

footer .wrapper-container .secondary-menu li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 738px) {
  footer .wrapper-container .secondary-menu li {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 680px) {
  footer .wrapper-container .secondary-menu li {
    margin: 0 4px;
  }
}

@media only screen and (max-width: 600px) {
  footer .wrapper-container .secondary-menu li {
    display: block;
    margin: 30px 0;
  }
}

footer .wrapper-container .secondary-menu li a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: white;
  font-size: 14px;
  line-height: 70px;
}

html.wf-loading footer .wrapper-container .secondary-menu li a {
  visibility: hidden;
}

html.wf-active footer .wrapper-container .secondary-menu li a,
html.wf-inactive footer .wrapper-container .secondary-menu li a {
  visibility: visible;
}

@media only screen and (max-width: 600px) {
  footer .wrapper-container .secondary-menu li a {
    line-height: inherit;
  }
}

footer .wrapper-container .secondary-menu li a:hover {
  color: #f6cf3f;
}

footer .wrapper-container .secondary-menu li a:focus {
  color: #f8db70;
}

footer .wrapper-container .running-footer {
  padding-top: 30px;
}

footer .wrapper-container .running-footer:before,
footer .wrapper-container .running-footer:after {
  content: " ";
  display: table;
}

footer .wrapper-container .running-footer:after {
  clear: both;
}

footer .wrapper-container .running-footer {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  footer .wrapper-container .running-footer {
    padding-top: 40px;
  }
}

footer .wrapper-container .running-footer .logo {
  position: relative;
  float: left;
  width: 120px;
  height: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  footer .wrapper-container .running-footer .logo {
    margin: 0 auto;
    float: none;
    clear: both;
  }
}

footer .wrapper-container .running-footer .logo:before {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 20px;
  color: white;
  font-size: 160px;
  line-height: 20px;
}

footer .wrapper-container .running-footer .copyright {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
  float: left;
  padding-left: 10px;
  color: #b9dcf3;
  font-size: 12px;
  line-height: 20px;
}

html.wf-loading footer .wrapper-container .running-footer .copyright {
  visibility: hidden;
}

html.wf-active footer .wrapper-container .running-footer .copyright,
html.wf-inactive footer .wrapper-container .running-footer .copyright {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  footer .wrapper-container .running-footer .copyright {
    margin: 0 auto;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 25px;
    text-align: center;
    float: none;
    clear: both;
  }
}

footer .wrapper-container .running-footer .running-footer-menu {
  float: right;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  footer .wrapper-container .running-footer .running-footer-menu {
    float: none;
    clear: both;
  }
}

footer .wrapper-container .running-footer .running-footer-menu li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 1090px) {
  footer .wrapper-container .running-footer .running-footer-menu li {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .wrapper-container .running-footer .running-footer-menu li {
    margin: 0 10px; /* updated this */
  }
}

@media only screen and (max-width: 680px) {
  footer .wrapper-container .running-footer .running-footer-menu li {
    margin: 0 8px;
  }
}

footer .wrapper-container .running-footer .running-footer-menu li a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: white;
  /* color: #b9dcf3; */
  font-size: 14px;
  line-height: 20px;
}

html.wf-loading footer .wrapper-container .running-footer .running-footer-menu li a {
  visibility: hidden;
}

html.wf-active footer .wrapper-container .running-footer .running-footer-menu li a,
html.wf-inactive footer .wrapper-container .running-footer .running-footer-menu li a {
  visibility: visible;
}

footer .wrapper-container .running-footer .running-footer-menu li a:hover {
  /* color: #cfe7f7; */
   color: #f6cf3f;
}

footer .wrapper-container .running-footer .running-footer-menu li a:focus {
  color: #e5f2fa;
}

#marquee {
  position: relative;
  width: 100%;
  height: 245px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #marquee {
    height: 132px;
  }
}

#marquee .wrapper-container {
  height: 100%;
}

#marquee .wrapper-container .easy-breadcrumb  {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
  padding: 20px 0;
  z-index: 1;
}

html.wf-loading #marquee .wrapper-container .easy-breadcrumb  {
  visibility: hidden;
}

html.wf-active #marquee .wrapper-container .easy-breadcrumb ,
html.wf-inactive #marquee .wrapper-container .easy-breadcrumb  {
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  #marquee .wrapper-container .easy-breadcrumb {
    display: none;
  }
}

#marquee .wrapper-container .easy-breadcrumb  a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #b9dcf3;
  font-size: 14px;
}

#marquee .wrapper-container .easy-breadcrumb  a:after {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  margin-left: 6px;
  margin-right: 1px;
  top: 1px;
}

#marquee .wrapper-container .easy-breadcrumb  a:hover {
  color: #cfe7f7;
}

#marquee .wrapper-container .easy-breadcrumb  a:focus {
  color: #e5f2fa;
}

#marquee .wrapper-container .easy-breadcrumb  span {
  color: white;
  font-size: 14px;
  font-style: italic;
}

#marquee .wrapper-container .marquee-content {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  max-width: 450px;
}

@media only screen and (max-width: 768px) {
  #marquee .wrapper-container .marquee-content {
    width: calc(100% - 40px);
    max-width: none;
  }
}

@media only screen and (max-width: 600px) {
  #marquee .wrapper-container .marquee-content {
    width: calc(100% - 20px);
    max-width: none;
  }
}

#marquee .wrapper-container .marquee-content:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  padding-bottom: 300%;
  width: 300%;
  height: 0;
  top: 0;
  left: -100%;
  background: rgba(0, 81, 134, 0.9);
}

@media only screen and (max-width: 768px) {
  #marquee .wrapper-container .marquee-content:before {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: calc(100% + 40px);
    height: 100%;
    top: 0;
    left: -20px;
  }
}

@media only screen and (max-width: 600px) {
  #marquee .wrapper-container .marquee-content:before {
    width: calc(100% + 20px);
    left: -10px;
  }
}

#marquee .wrapper-container .marquee-content #page-title {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  color: white;
  top: 50%;
  min-width:300px;
}

#main {
  position: relative;
  margin: 90px 0;
}

#main:before,
#main:after {
  content: " ";
  display: table;
}

#main:after {
  clear: both;
}

#main {
  *zoom: 1;
}

@media only screen and (max-width: 768px) {
  #main {
    margin: 40px 0;
  }
}

.one-sidebar #main:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}

.Forbes-Img{
	width: 75% !important;
	padding-left: 19% !important;
	padding-right: 19% !important;
}

@media only screen and (min-width: 1651px) {
  .one-sidebar #main:before {
    left: 20% !important;
  }
  .Forbes-Img{
	width: 80% !important;
  }
}

@media only screen and (max-width: 1650px) {
  .one-sidebar #main:before {
    left: 24% !important;
  }
  .Forbes-Img{
	width: 95% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .one-sidebar #main:before {
    display: none;
  }
}

#main .sidebar-left {
  display: inline;
  float: left;
  width: 97.619047619%;
  width: calc(100% - 30px);
  margin: 0 1.1904761905%;
  margin: 0 calc(30px/2);
  margin: 0;
  padding-right: 10px;
  width: 25%;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  #main .sidebar-left {
    width: calc(100% - 20px);
    margin: 0 calc(20px/2);
  }
}

@media only screen and (max-width: 600px) {
  #main .sidebar-left {
    width: calc(100% - 10px);
    margin: 0 calc(10px/2);
  }
}

@media only screen and (max-width: 1024px) {
  #main .sidebar-left {
    margin: 0;
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
	#main .sidebar-left {
			display: none;
		}
	.path-search #main {
			display: flex;
			flex-direction: column; 
			align-items: center;  
			justify-content: center;
			text-align: center;     
		}
}

#main .sidebar-left > ul {
  max-width: 320px;
}

#main .sidebar-left > ul > li.expanded.active-trail:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background: #e7e7e7;
}

#main .sidebar-left > ul > li > a {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
}

html.wf-loading #main .sidebar-left > ul > li > a {
  visibility: hidden;
}

html.wf-active #main .sidebar-left > ul > li > a,
html.wf-inactive #main .sidebar-left > ul > li > a {
  visibility: visible;
}

#main .sidebar-left ul {
  position: relative;
}

#main .sidebar-left ul li {
  position: relative;
}

#main .sidebar-left ul > li.expanded.active-trail > a {
  color: #005186;
}

#main .sidebar-left ul > li.expanded ul {
  display: block;
}

#main .sidebar-left ul a {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  margin-bottom: 30px;
  color: black;
  font-size: 16px;
  /* line-height: 10px; */
  line-height: 18px; /* updated this */
  border: none;
}

html.wf-loading #main .sidebar-left ul a {
  visibility: hidden;
}

html.wf-active #main .sidebar-left ul a,
html.wf-inactive #main .sidebar-left ul a {
  visibility: visible;
}

#main .sidebar-left ul a:hover,
#main .sidebar-left ul a.active {
  color: #0070b9;
}

#main .sidebar-left ul a:hover:before {
  width: 10px;
}

#main .sidebar-left ul a:focus {
  color: #007fd3;
}

#main .sidebar-left ul a:focus:before {
  width: 10px;
}

#main .sidebar-left ul a.active:last-of-type:before {
  width: 10px;
}

#main .sidebar-left ul a:before {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  position: absolute;
  width: 0;
  height: 10px;
  top: 50%;
  left: 0;
  background: #005186;
}

#main .sidebar-left ul {
  /* First tier */
}

#main .sidebar-left ul > li {
  /* Second tier */
}

#main .sidebar-left ul > li > a {
  padding-left: 30px;
}

#main .sidebar-left ul > li > ul {
  display: none;
}

#main .sidebar-left ul > li > ul > li {
  /* Third tier */
}

#main .sidebar-left ul > li > ul > li > a {
  padding-left: 60px;
  padding-right: 5px;
}

#main .sidebar-left ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.one-sidebar #main .main-content {
  display: inline;
  float: left;
  width: 97.619047619%;
  width: calc(100% - 30px);
  margin: 0 1.1904761905%;
  margin: 0 calc(30px/2);
  margin: 0 30px;
  width: calc(75% - 60px);
  max-width: 900px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .one-sidebar #main .main-content {
    width: calc(100% - 20px);
    margin: 0 calc(20px/2);
  }
}

@media only screen and (max-width: 600px) {
  .one-sidebar #main .main-content {
    width: calc(100% - 10px);
    margin: 0 calc(10px/2);
  }
}

@media only screen and (max-width: 1024px) {
  .one-sidebar #main .main-content {
    margin: 0 20px;
    width: calc(100% - 40px);
    max-width: none;
  }
}

@media only screen and (max-width: 600px) {
  .one-sidebar #main .main-content {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}

.no-sidebars #main .main-content {
  
}

.grid-item {
  display: block;
  position: relative;
  width: 50%;
  height: 350px;
  overflow: hidden;
  float: left;
}

@media only screen and (max-width: 768px) {
  .grid-item {
    width: 100%;
  }
}

.grid-item:hover .background-image {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.grid-item:hover .tab {
  -webkit-transform: translate(98px, 98px) rotate(45deg);
  -moz-transform: translate(98px, 98px) rotate(45deg);
  -o-transform: translate(98px, 98px) rotate(45deg);
  -ms-transform: translate(98px, 98px) rotate(45deg);
  transform: translate(98px, 98px) rotate(45deg);
}

.grid-item.about {
  background: #005186;
}

@media only screen and (max-width: 600px) {
  .grid-item.about {
    padding: 30px 0;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .grid-item.about .content {
    transform: none;
  }
}

.grid-item.about .content .title {
  text-transform: none;
  text-shadow: none;
}

.grid-item.about .content .description {
  margin: 15px 0 20px;
  color: #b9dcf3;
  font-size: 16px;
  line-height: 24px;
}

.grid-item:nth-child(2n+1) {
  clear: left;
}

.grid-item .background-image {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  -ms-transform: translate3d(0, 0, 0);
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  -webkit-transform-origion: center center;
  -moz-transform-origion: center center;
  -o-transform-origion: center center;
  -ms-transform-origion: center center;
  transform-origion: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.grid-item .background-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(201, 211, 219, 0.7);
  mix-blend-mode: multiply;
  opacity: 0.98;
}

.ie .grid-item .background-image:before {
  background: rgba(0, 0, 0, 0.1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-item .background-image:before {
    background: rgba(0, 0, 0, 0.1);
  }
}

.grid-item .content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  width: 80%;
  height: auto;
  top: 50%;
  left: 10%;
  text-align: center;
  z-index: 1;
}

.grid-item .content .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

html.wf-loading .grid-item .content .title {
  visibility: hidden;
}

html.wf-active .grid-item .content .title,
html.wf-inactive .grid-item .content .title {
  visibility: visible;
}

.grid-item .content .description {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  color: white;
  font-size: 18px;
  line-height: 27px;
}

html.wf-loading .grid-item .content .description {
  visibility: hidden;
}

html.wf-active .grid-item .content .description,
html.wf-inactive .grid-item .content .description {
  visibility: visible;
}

.grid-item .tab {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(95px, 95px) rotate(45deg);
  -moz-transform: translate(95px, 95px) rotate(45deg);
  -o-transform: translate(95px, 95px) rotate(45deg);
  -ms-transform: translate(95px, 95px) rotate(45deg);
  transform: translate(95px, 95px) rotate(45deg);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: #02548b;
}

.grid-item .tab:before {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -10px;
  color: white;
  font-size: 20px;
}

#brands {
  margin-bottom: 85px;
  text-align:center;
}

#brands h2 {
  margin-bottom: 20px;
}

#brands img {
  width: 100%;
  max-width:1280px;
  height:auto;
  padding:5px;
}

#brands .brands-carousel {
  max-width: 1280px;
  margin: 0 auto;
}

#brands .brands-carousel ul {
  height: 115px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#brands .brands-carousel ul:before,
#brands .brands-carousel ul:after {
  content: " ";
  display: table;
}

#brands .brands-carousel ul:after {
  clear: both;
}

#brands .brands-carousel ul {
  *zoom: 1;
}

#brands .brands-carousel ul li {
  position: relative;
  height: 115px;
  overflow: hidden;
}

#brands .brands-carousel ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  right: 0;
  background: #e5e5e5;
}

#brands .brands-carousel ul li img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  width: 206px;
  height: auto;
  max-width: 100%;
  top: 50%;
  left: 50%;
}

#brands .brands-carousel .bx-wrapper {
  position: relative;
  max-width: none !important;
}

#brands .brands-carousel .bx-controls {
  margin-top: 15px;
}

#brands .brands-carousel .bx-controls .bx-pager {
  text-align: center;
}

#brands .brands-carousel .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

#brands .brands-carousel .bx-controls .bx-pager .bx-pager-item a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  background: #7d7d7d;
  overflow: hidden;
}

#brands .brands-carousel .bx-controls .bx-pager .bx-pager-item a:hover {
  background: #979797;
}

#brands .brands-carousel .bx-controls .bx-pager .bx-pager-item a:focus {
  background: #0070b9;
}

#brands .brands-carousel .bx-controls .bx-pager .bx-pager-item a.active {
  background: #005186;
}

#brands .brands-carousel .bx-controls .bx-controls-direction {
  position: absolute;
  width: 10%;
  height: 115px;
  top: 0;
  right: 0;
}

#brands .brands-carousel .bx-controls .bx-controls-direction .bx-prev {
  display: none;
}

#brands .brands-carousel .bx-controls .bx-controls-direction .bx-next {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(left, transparent 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, transparent), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, transparent 0%, white 100%);
  /* W3C */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  float: right;
}

input[type="submit"],
button[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.form-checkboxes,
.form-radios {
  margin-bottom: 30px;
}

.form-checkboxes .form-item:first-of-type,
.form-radios .form-item:first-of-type {
  margin-top: 0;
}

.form-checkboxes .form-item:first-of-type .checker,
.form-checkboxes .form-item:first-of-type .radio,
.form-radios .form-item:first-of-type .checker,
.form-radios .form-item:first-of-type .radio {
  margin-top: 0;
}

.form-item {
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 30px;
  margin-top: -1px;
  max-width: 600px;
  font-size: 16px;
}

.form-item .checker,
.form-item .radio {
  margin-top: -1px;
}

.form-item label {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  color: #868686;
  z-index: 1;
}

html.wf-loading .form-item label {
  visibility: hidden;
}

html.wf-active .form-item label,
html.wf-inactive .form-item label {
  visibility: visible;
}

.form-item input[type="text"],
.form-item textarea {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #e5e5e5;
}

.form-item input[type="text"]:hover,
.form-item textarea:hover {
  border-color: #0070b9;
}

.form-item input[type="text"]:focus,
.form-item textarea:focus {
  border-color: #007fd3;
}

.form-item input[type="text"]:active,
.form-item textarea:active {
  border-color: #005186;
}

.form-item input[type="text"] {
  height: 45px;
}

.form-item textarea {
  padding: 10px;
}

.form-item.form-type-select .selector {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  background: white;
  border: 1px solid #e5e5e5;
}

.form-item.form-type-select .selector:hover {
  border-color: #0070b9;
}

.form-item.form-type-select .selector:hover:after {
  background: #0070b9;
}

.form-item.form-type-select .selector:hover select {
  color: #0070b9;
}

.form-item.form-type-select .selector:focus {
  border-color: #007fd3;
}

.form-item.form-type-select .selector:focus:after {
  background: #007fd3;
}

.form-item.form-type-select .selector:focus select {
  color: #868686;
}

.form-item.form-type-select .selector span {
  display: none;
}

.form-item.form-type-select .selector select {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding: 0 70px 0 20px;
  width: 100%;
  height: 43px;
  color: #868686;
  background: none;
  border: none;
  z-index: 1;
  -moz-appearance: window;
  -webkit-appearance: none;
}

html.wf-loading .form-item.form-type-select .selector select {
  visibility: hidden;
}

html.wf-active .form-item.form-type-select .selector select,
html.wf-inactive .form-item.form-type-select .selector select {
  visibility: visible;
}

.form-item.form-type-select .selector:after {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  width: 50px;
  height: 45px;
  top: -1px;
  right: -1px;
  color: white;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  background: #005186;
}

.form-item.form-type-checkbox,
.form-item.form-type-radio {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  margin-bottom: 0;
  height: 45px;
  background: white;
}

.form-item.form-type-checkbox:hover .checker span:before,
.form-item.form-type-checkbox:hover .radio span:before,
.form-item.form-type-radio:hover .checker span:before,
.form-item.form-type-radio:hover .radio span:before {
  background: #fafafa;
}

.form-item.form-type-checkbox .checker,
.form-item.form-type-checkbox .radio,
.form-item.form-type-radio .checker,
.form-item.form-type-radio .radio {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block !important;
  position: relative;
  width: 100%;
  height: 45px;
  float: left;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.form-item.form-type-checkbox .checker span,
.form-item.form-type-checkbox .radio span,
.form-item.form-type-radio .checker span,
.form-item.form-type-radio .radio span {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 45px;
  height: 45px;
  background: #f3f3f3;
  border-right: 1px solid #e5e5e5;
}

.form-item.form-type-checkbox .checker span:before,
.form-item.form-type-checkbox .radio span:before,
.form-item.form-type-radio .checker span:before,
.form-item.form-type-radio .radio span:before {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: '';
  position: absolute;
  width: calc(100% - 45px);
  height: 45px;
  top: 0;
  left: 45px;
  background: white;
}

.form-item.form-type-checkbox .checker span:after,
.form-item.form-type-checkbox .radio span:after,
.form-item.form-type-radio .checker span:after,
.form-item.form-type-radio .radio span:after {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white inset;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12.5px;
  left: 12.5px;
  background: #c7c7c7;
}

.form-item.form-type-checkbox .checker.checked,
.form-item.form-type-checkbox .radio.checked,
.form-item.form-type-radio .checker.checked,
.form-item.form-type-radio .radio.checked {
  border-color: #aed6b8;
  z-index: 1;
}

.form-item.form-type-checkbox .checker.checked + label,
.form-item.form-type-checkbox .radio.checked + label,
.form-item.form-type-radio .checker.checked + label,
.form-item.form-type-radio .radio.checked + label {
  color: #008626;
}

.form-item.form-type-checkbox .checker.checked span,
.form-item.form-type-checkbox .radio.checked span,
.form-item.form-type-radio .checker.checked span,
.form-item.form-type-radio .radio.checked span {
  background: #cce7d4;
  border-color: #aed6b8;
}

.form-item.form-type-checkbox .checker.checked span:before,
.form-item.form-type-checkbox .radio.checked span:before,
.form-item.form-type-radio .checker.checked span:before,
.form-item.form-type-radio .radio.checked span:before {
  background: #f3fbf5;
}

.form-item.form-type-checkbox .checker.checked span:after,
.form-item.form-type-checkbox .radio.checked span:after,
.form-item.form-type-radio .checker.checked span:after,
.form-item.form-type-radio .radio.checked span:after {
  box-shadow: 0 0 0 5px #008626 inset;
  background: white;/*Conatct us add here*/
}

.form-item.form-type-checkbox input,
.form-item.form-type-radio input {
  display: none;
}

.form-item.form-type-checkbox label,
.form-item.form-type-radio label {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  padding-left: 55px;
  width: 100%;
  height: 45px;
  top: 0;
  left: 0;
  line-height: 45px;
}

html.wf-loading .form-item.form-type-checkbox label,
html.wf-loading .form-item.form-type-radio label {
  visibility: hidden;
}

html.wf-active .form-item.form-type-checkbox label,
html.wf-inactive .form-item.form-type-checkbox label,
html.wf-active .form-item.form-type-radio label,
html.wf-inactive .form-item.form-type-radio label {
  visibility: visible;
}

.form-item.form-type-checkbox .checker span:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: "" !important;
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  box-shadow: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12.5px;
  left: 12.5px;
  color: #c7c7c7;
  font-size: 20px;
  background: none;
}

.form-item.form-type-checkbox .checker.checked span:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: "" !important;
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  box-shadow: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12.5px;
  left: 12.5px;
  color: #c7c7c7;
  font-size: 20px;
  background: none;
}


.form-item.form-type-checkbox .checker.checked span {
  background: #008626;
}

.form-item.form-type-checkbox .checker.checked span:after {
  box-shadow: none;
  color: white;
  background: none;
}

#events h3 {
  color: #005186;
}

.accordion-set {
  margin-top: 30px;
}

.accordion-set .accordion {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.accordion-set .accordion.panel-open .accordion-title:after {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.accordion-set .accordion:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-set .accordion:last-child .accordion-content ul {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-set .accordion:first-child .accordion-content ul {
  border-bottom: none;
}

.accordion-set .accordion .accordion-title {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  position: relative;
  padding: 20px 30px 22px 10px;
  color: #005186;
  font-size: 16px;
  cursor: pointer;
}

html.wf-loading .accordion-set .accordion .accordion-title {
  visibility: hidden;
}

html.wf-active .accordion-set .accordion .accordion-title,
html.wf-inactive .accordion-set .accordion .accordion-title {
  visibility: visible;
}

.accordion-set .accordion .accordion-title:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
}

.accordion-set .accordion .accordion-title:hover {
  color: #0070b9;
}

.accordion-set .accordion .accordion-title:focus {
  color: #007fd3;
}

.accordion-set .accordion .accordion-content {
  position: relative;
  max-height: 0;
}

.accordion-set .accordion .accordion-content ul {
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}

.accordion-set .accordion .accordion-content ul li {
  padding: 0 30px;
}

.accordion-set .accordion .accordion-content ul li:last-child a {
  border-bottom: none;
}

.accordion-set .accordion .accordion-content ul li a {
  display: block;
  position: relative;
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.accordion-set .accordion .accordion-content ul li a:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  color: #005186;
}

.accordion-set .accordion .accordion-content ul li a:hover .date,
.accordion-set .accordion .accordion-content ul li a:hover .info .title,
.accordion-set .accordion .accordion-content ul li a:hover:after {
  color: #0070b9;
}

.accordion-set .accordion .accordion-content ul li a:hover:after {
  right: -5px;
}

.accordion-set .accordion .accordion-content ul li a:focus .date,
.accordion-set .accordion .accordion-content ul li a:focus .info .title,
.accordion-set .accordion .accordion-content ul li a:focus:after {
  color: #007fd3;
}

.accordion-set .accordion .accordion-content ul li a:focus:after {
  right: -5px;
}

.accordion-set .accordion .accordion-content ul li a .date {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  display: table-cell;
  position: relative;
  min-width: 60px;
  color: #005186;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

html.wf-loading .accordion-set .accordion .accordion-content ul li a .date {
  visibility: hidden;
}

html.wf-active .accordion-set .accordion .accordion-content ul li a .date,
html.wf-inactive .accordion-set .accordion .accordion-content ul li a .date {
  visibility: visible;
}

.accordion-set .accordion .accordion-content ul li a .info {
  display: table-cell;
  padding-left: 30px;
  font-size: 14px;
  vertical-align: middle;
}

.accordion-set .accordion .accordion-content ul li a .info .title {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  color: #005186;
}

html.wf-loading .accordion-set .accordion .accordion-content ul li a .info .title {
  visibility: hidden;
}

html.wf-active .accordion-set .accordion .accordion-content ul li a .info .title,
html.wf-inactive .accordion-set .accordion .accordion-content ul li a .info .title {
  visibility: visible;
}

.accordion-set .accordion .accordion-content ul li a .info .location {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  color: #868686;
}

html.wf-loading .accordion-set .accordion .accordion-content ul li a .info .location {
  visibility: hidden;
}

html.wf-active .accordion-set .accordion .accordion-content ul li a .info .location,
html.wf-inactive .accordion-set .accordion .accordion-content ul li a .info .location {
  visibility: visible;
}

.business-units {
  margin-top: 45px;
}

.business-units:before,
.business-units:after {
  content: " ";
  display: table;
}

.business-units:after {
  clear: both;
}

.business-units {
  *zoom: 1;
}

.business-units .business-unit {
  position: relative;
  width: calc(50% - 15px);
  height: 695px;
  margin-right: 30px;
  float: left;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 600px) {
  .business-units .business-unit {
    margin: 0;
    width: 100%;
    height: auto;
  }
}

.business-units .business-unit:nth-child(2n) {
  margin-right: 0;
}

.business-units .business-unit:nth-child(2n+1) {
  clear: left;
}

.business-units .business-unit:nth-child(n + 3) {
  margin-top: 30px;
}

.business-units .business-unit .teaser-image img {
  display: block;
  width: 100%;
  height: auto;
}

.business-units .business-unit .content {
  position: relative;
  padding: 30px;
  padding-bottom: 45px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .business-units .business-unit .content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .business-units .business-unit .content {
    padding: 30px 10px;
  }
}

.business-units .business-unit .content .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #005186;
  font-size: 24px;
  text-align: left;
  height: 60px;
}

@media only screen and (max-width: 600px) {
  .business-units .business-unit .content .title {
    height:inherit;
  }
}

/* -------------------------------------------------------------------- */
.business-units .students-unit {
  position: relative;
  width: calc(50% - 15px);
/*   height: 695px; */
  margin-right: 30px;
  float: left;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 600px) {
  .business-units .students-unit {
    margin: 0;
    width: 100%;
    height: auto;
  }
}

.business-units .students-unit:nth-child(2n) {
  margin-right: 0;
}

.business-units .students-unit:nth-child(2n+1) {
  clear: left;
  margin-bottom:30px;
}

.business-units .students-unit:nth-child(n + 3) {
  margin-top: 30px;
}

.business-units .students-unit .teaser-image img {
  display: block;
  width: 100%;
  height: auto;
}

.business-units .students-unit .content {
  position: relative;
  padding: 30px;
  padding-bottom: 45px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .business-units .students-unit .content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .business-units .students-unit .content {
    padding: 30px 10px;
  }
}

.business-units .students-unit .content .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #005186;
  font-size: 24px;
  text-align: left;
  height: 60px;
}
.business-units .students-unit .content .description {
  line-height: 33px;
  text-align: left;
  height:250px;  /* added this */
}
@media only screen and (max-width: 600px) {
  .business-units .students-unit .content .title {
    height:inherit;
  }
}
/* -------------------------------------------------------------------- */

html.wf-loading .business-units .business-unit .content .title {
  visibility: hidden;
}

html.wf-active .business-units .business-unit .content .title,
html.wf-inactive .business-units .business-unit .content .title {
  visibility: visible;
}

.business-units .business-unit .content .brand-logo {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
}

.business-units .business-unit .content .description {
  line-height: 33px;
  text-align: left;
  height:200px;  /* added this */
}
/* added this for BU tiles */
@media only screen and (max-width: 650px) {
.business-units .business-unit .content .description {
  height:inherit;  
}
}
.business-units .business-unit .content a {
  margin-top: 20px;
}

.business-units .business-unit .secondary-link {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  color: #005186;
  line-height: 50px;
  text-align: center;
  background: none;
}

@media only screen and (max-width: 600px) {
  .business-units .business-unit .secondary-link {
    position: relative;
  }
}

.business-units .business-unit .secondary-link:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  top: 0;
  left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) {
  .business-units .business-unit .secondary-link:before {
    width: calc(100% - 40px);
    left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .business-units .business-unit .secondary-link:before {
    width: calc(100% - 20px);
    left: 10px;
  }
}

#callouts .callout {
  position: relative;
  margin-right: 30px;
  padding: 30px;
  width: calc((100% / 3) - 20px);
  height: auto;
  min-height: 275px;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  float: left;
}

@media only screen and (max-width: 1024px) {
  #callouts .callout {
    margin-right: 20px;
    padding: 20px 10px;
    width: calc((100% / 3) - 14px);
  }
}

@media only screen and (max-width: 600px) {
  #callouts .callout {
    margin: 0;
    width: 100%;
    min-height: 0;
  }
  #callouts .callout:nth-child(n + 2) {
    margin-top: 20px;
  }
  #callouts .callout:nth-child(n + 4) {
    margin-top: 20px;
  }
}

#callouts .callout:nth-child(3n) {
  margin-right: 0;
}

#callouts .callout:nth-child(3n+1) {
  clear: left;
}

#callouts .callout:nth-child(n + 4) {
  margin-top: 45px;
}

#callouts .callout .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

html.wf-loading #callouts .callout .title {
  visibility: hidden;
}

html.wf-active #callouts .callout .title,
html.wf-inactive #callouts .callout .title {
  visibility: visible;
}

#callouts .callout.list .title {
  margin-top: -8px;
  color: #005186;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  #callouts .callout.list .title {
    font-size: 16px;
  }
}

#callouts .callout.list .links {
  margin-top: 22px;
}

@media only screen and (max-width: 1024px) {
  #callouts .callout.list .links {
    margin-top: 12px;
  }
}

#callouts .callout.list .links ul li:last-child a {
  border-bottom: 1px solid #e5e5e5;
}

#callouts .callout.list .links ul li a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 15px 0;
  color: #005186;
  font-size: 14px;
  line-height: 18px;
  border-top: 1px solid #e5e5e5;
}

html.wf-loading #callouts .callout.list .links ul li a {
  visibility: hidden;
}

html.wf-active #callouts .callout.list .links ul li a,
html.wf-inactive #callouts .callout.list .links ul li a {
  visibility: visible;
}

#callouts .callout.list .links ul li a:after {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
}

#callouts .callout.list .links ul li a:hover {
  color: #0070b9;
}

#callouts .callout.list .links ul li a:hover:after {
  right: 0;
}

#callouts .callout.list .links ul li a:focus {
  color: #007fd3;
}

#callouts .callout.buttons {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #callouts .callout.buttons {
    min-height: 250px;
  }
}

#callouts .callout.buttons.blue-overlay .background-image:before {
  background: rgba(58, 94, 124, 0.7);
}

#callouts .callout.buttons.dark-blue-overlay .background-image:before {
  background: rgba(25, 37, 49, 0.7);
}

#callouts .callout.buttons .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#callouts .callout.buttons .background-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.98;
}

.ie #callouts .callout.buttons .background-image:before {
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #callouts .callout.buttons .background-image:before {
    background: rgba(0, 0, 0, 0.1);
  }
}

#callouts .callout.buttons .title {
  position: relative;
  margin-top: -8px;
  color: white;
  font-size: 25px;
  line-height: 34px;
}

@media only screen and (max-width: 1024px) {
  #callouts .callout.buttons .title {
    font-size: 20px;
  }
}

#callouts .callout.buttons .links {
  position: absolute;
  padding: 0 30px;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #callouts .callout.buttons .links {
    padding: 0 10px;
  }
}

#callouts .callout.buttons .links a {
  padding: 10px 7px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #callouts .callout.buttons .links a {
    font-size: 14px;
  }
}

#callouts .callout.buttons .links a:nth-child(n+2) {
  font-size: 14px;
  background: none;
}

@media only screen and (max-width: 1024px) {
  #callouts .callout.buttons .links a:nth-child(n+2) {
    font-size: 12px;
  }

}

/* Our videos page styling*/

.video-uploads .callout {
  position: relative;
  margin-right: 30px;
  padding: 30px;
  width: calc((100% / 3) - 20px);
  height: auto;
  min-height: 425px;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .video-uploads .callout {
    margin-right: 20px;
    padding: 20px 10px;
	min-height: 380px;
    width: calc((100% / 3) - 14px);
  }
}

@media only screen and (max-width: 600px) {
  .video-uploads .callout {
    margin: 0;
    width: 100%;
    min-height: 0;
  }
  .video-uploads .callout:nth-child(n + 2) {
    margin-top: 20px;
  }
  .video-uploads .callout:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.video-uploads .callout:nth-child(3n) {
  margin-right: 0;
}

.video-uploads .callout:nth-child(3n+1) {
  clear: left;
}

.video-uploads .callout:nth-child(n + 4) {
  margin-top: 45px;
}

.video-uploads .callout .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

html.wf-loading .video-uploads .callout .title {
  visibility: hidden;
}

html.wf-active .video-uploads .callout .title,
html.wf-inactive .video-uploads .callout .title {
  visibility: visible;
}

.video-uploads .callout.list .title  {
  margin-top: -8px;
  color: #005186;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .video-uploads .callout.list .title {
    font-size: 16px;
  }
}

.video-uploads .callout.list .links {
  margin-top: 22px;
}

@media only screen and (max-width: 1024px) {
  .video-uploads .callout.list .links {
    margin-top: 12px;
  }
}

.video-uploads .callout.list .links ul li:last-child a {
  border-bottom: 1px solid #e5e5e5;
}

.video-uploads .callout.list .links ul li a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 15px 0;
  color: #005186;
  font-size: 14px;
  line-height: 18px;
  border-top: 1px solid #e5e5e5;
}

html.wf-loading .video-uploads .callout.list .links ul li a {
  visibility: hidden;
}

html.wf-active .video-uploads .callout.list .links ul li a,
html.wf-inactive .video-uploads .callout.list .links ul li a {
  visibility: visible;
}

.video-uploads .callout.list .links ul li a:after {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
}

.video-uploads .callout.list .links ul li a:hover {
  color: #0070b9;
}

.video-uploads .callout.list .links ul li a:hover:after {
  right: 0;
}

.video-uploads .callout.list .links ul li a:focus {
  color: #007fd3;
}

.video-uploads .callout.buttons {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .video-uploads .callout.buttons {
    /* min-height: 300px; */
	min-height: 440px;
  }
  }
  @media only screen and (max-width: 420px) {
  .video-uploads .callout.buttons {
	min-height: 400px;
  }
  }
  @media only screen and (max-width: 380px) {
  .video-uploads .callout.buttons {
	min-height: 370px;
  }
  }
  @media only screen and (max-width: 320px) {
  .video-uploads .callout.buttons {
	min-height: 330px;
  }
  }

 .video-uploads .callout.buttons a .image-with-caption {
    width:100%;
  }

}

.video-uploads .callout.buttons.blue-overlay .background-image:before {
  /* background: rgba(58, 94, 124, 0.7); */
  background:rgba(239, 241, 243, 0.7);
}

.video-uploads .callout.buttons.dark-blue-overlay .background-image:before {
  background: rgba(25, 37, 49, 0.7);
}

.video-uploads .callout.buttons .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-uploads .callout.buttons .background-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.98;
}

.ie .video-uploads .callout.buttons .background-image:before {
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-uploads .callout.buttons .background-image:before {
    background: rgba(0, 0, 0, 0.1);
  }
}

.video-uploads .callout.buttons .title p {
  position: relative;
  margin-top: -8px;
  line-height: 20px;
  text-transform:none;
}

.video-uploads .callout.buttons .title p:first-child {
  color: #005186;
  font-size:17px;
}

  @media only screen and (max-width: 320px) {
  .video-uploads .callout.buttons {
	font-size:14px;
  }
  }
@media only screen and (max-width: 760px){
.video-uploads .callout.buttons .title p:first-child {
  line-height: 25px;
}
}
@media only screen and (max-width: 600px){
.video-uploads .callout.buttons .title p {
  margin-bottom:2px;
}
}

@media only screen and (max-width: 1024px) {
  .video-uploads .callout.buttons .title {
    font-size: 20px;
  }
}

.video-uploads .callout.buttons .links {
  position: absolute;
  padding: 0 30px;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .video-uploads .callout.buttons .links {
    padding: 0 10px;
  }
}

.video-uploads .callout.buttons .links a {
  padding: 10px 7px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .video-uploads .callout.buttons .links a {
    font-size: 14px;
  }
}

.video-uploads .callout.buttons .links a:nth-child(n+2) {
  font-size: 14px;
  background: none;
}

@media only screen and (max-width: 1024px) {
  .video-uploads .callout.buttons .links a:nth-child(n+2) {
    font-size: 12px;
  }
}
.video-uploads .callout.buttons .background-image a {
  border-bottom:none !important;
}
.video-uploads .callout.buttons .background-image a:after {
    content: "";
	position:absolute;
    top: -600%;
    font-family: textron-icons;   /*added this class */
    font-size: 50px;
	color: #ffffff;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
/*added media queries*/
@media only screen and (min-width: 1130px) {
.video-uploads .callout.buttons .background-image a:after {
    top: -700%;
}
}
@media only screen and (max-width: 1024px) {
.video-uploads .callout.buttons .background-image a:after {
    top: -750%;
}
}
@media only screen and (max-width: 810px) {
.video-uploads .callout.buttons .background-image a:after {
    top: -650%;
}
}
@media only screen and (max-width: 650px) {
.video-uploads .callout.buttons .background-image a:after {
    top: -550%;
}
}
@media only screen and (max-width: 599px) {
.video-uploads .callout.buttons .background-image a:after {
    top: -1200%;
}
}
@media only screen and (max-width: 440px) {
.video-uploads .callout.buttons .background-image a:after {
    top: -1000%;
}
}
@media only screen and (max-width: 370px) {
.video-uploads .callout.buttons .background-image a:after {
    top: -850%;
}
}
.video-uploads .callout.buttons .background-image a .image-with-caption
.caption {
  visibility:hidden !important;
}

.page-careers #marquee {
  height: auto;
}

.page-careers #marquee .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-careers #marquee .background-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #02548b;
  mix-blend-mode: multiply;
  opacity: 0.98;
}

@media only screen and (max-width: 600px) {
  .page-careers #marquee .background-image:before {
    mix-blend-mode: normal;
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-careers #marquee .background-image:before {
    background: rgba(2, 27, 44, 0.7);
  }
}

.ie .page-careers #marquee .background-image:before {
  background: rgba(2, 27, 44, 0.7);
}

@media only screen and (max-width: 600px) {
  .ie .page-careers #marquee .background-image:before {
    mix-blend-mode: normal;
    opacity: 1;
  }
}

.page-careers #marquee .marquee-content {
  position: relative;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 100% !important;
  max-width: 1280px;
  height: 575px;
}

@media only screen and (max-width: 1080px) {
  .page-careers #marquee .marquee-content {
    height: 490px;
  }
}

@media only screen and (max-width: 820px) {
  .page-careers #marquee .marquee-content {
    height: 390px;
  }
}

@media only screen and (max-width: 768px) {
  .page-careers #marquee .marquee-content {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .page-careers #marquee .marquee-content {
    padding: 30px 0;
    height: 490px;
  }
}

@media only screen and (max-width: 400px) {
  .page-careers #marquee .marquee-content {
    height: 375px;
  }
}

.page-careers #marquee .marquee-content:before {
  display: none;
}

.page-careers #marquee .marquee-content .logo-container {
  position: relative;
  padding-right: 30px;
  width: 25%;
  height: 100%;
  float: left;
}

@media only screen and (max-width: 600px) {
  .page-careers #marquee .marquee-content .logo-container {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
  }
}

.page-careers #marquee .marquee-content .logo-container .logo {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  width: 100%;
  height: 125px;
  top: 50%;
  background-image: url("/_ui/skin/img/make-something-real.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .page-careers #marquee .marquee-content .logo-container .logo {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    margin: 0 auto;
    width: 176px;
    height: 100px;
    top: 0;
    height: 70px;
  }
}

/* Styling for iframe in careers page */

.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.one-sidebar .main .marquee-content .video-container {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding-bottom: 42%;
  width: 75%;
  height: 0;
  top: 50%;
  float: left;
}

@media only screen and (max-width: 600px) {
.one-sidebar .main  .marquee-content .video-container {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 30px;
    padding-bottom: 56%;
    width: 100%;
    top: 0;
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 300px) {
.one-sidebar .main  .marquee-content .video-container {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 30px;
    padding-bottom: 56%;
    width: 50%;
    top: 0;
    float: none;
    clear: both;
  }
}

.one-sidebar .main  .marquee-content .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.explore-opportunities {
  position: relative;
  padding: 60px 0;
  width: 100%;
  height: auto;
  background: #005186;
}

.explore-opportunities .careerTitle {
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.explore-opportunities .content {
  position: relative;
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
}

.explore-opportunities .newForm form {
   width: 70%;
   margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .explore-opportunities .content {
    max-width: 90%;
  }
}

.explore-opportunities .content label {
  display: none;
}

.explore-opportunities .content .form-item {
  margin-left: auto;
  margin-right: auto;
}

.explore-opportunities .content .form-type-select .selector {
  background: #ededed;
  border-color: #ededed;
}

.explore-opportunities .content .form-type-select .selector:after {
  color: #005186;
  background: #dbdbdb;
}

.explore-opportunities .content .form-type-select .selector select {
  color: black;
}

.explore-opportunities .content h2 {
  margin-bottom: 20px;
  color: white;
  text-align: center;
}

.callout-full-width {
  position: relative;
  width: 100%;
  height: auto;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  float: left;
  overflow: hidden;
}

.callout-full-width:before,
.callout-full-width:after {
  content: " ";
  display: table;
}

.callout-full-width:after {
  clear: both;
}

.callout-full-width {
  *zoom: 1;
}

.callout-full-width:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.callout-full-width:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.callout-full-width:nth-of-type(even) {
  background-color: #f3f3f3;
}

@media only screen and (max-width: 600px) {
  .callout-full-width:nth-of-type(even) {
    background-color: #f3f3f3;
  }
}

.callout-full-width:nth-of-type(even):before {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(15%, #f3f3f3), color-stop(80%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* W3C */
}

.callout-full-width:nth-of-type(even):after {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f3f3f3), color-stop(15%, #f3f3f3), color-stop(80%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* IE10+ */
  background: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 15%, transparent 80%);
  /* W3C */
}

.callout-full-width:nth-of-type(odd) {
  background-color: #eae9e9;
}

@media only screen and (max-width: 600px) {
  .callout-full-width:nth-of-type(odd) {
    background-color: #eae9e9;
  }
}

.callout-full-width:nth-of-type(odd):before {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eae9e9), color-stop(15%, #eae9e9), color-stop(80%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* W3C */
}

.callout-full-width:nth-of-type(odd):after {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eae9e9), color-stop(15%, #eae9e9), color-stop(80%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* IE10+ */
  background: linear-gradient(to right, #eae9e9 0%, #eae9e9 15%, transparent 80%);
  /* W3C */
}

.callout-full-width .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  position: relative;
  padding: 22px 30px 23px;
  color: #005186;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 1;
}

html.wf-loading .callout-full-width .title {
  visibility: hidden;
}

html.wf-active .callout-full-width .title,
html.wf-inactive .callout-full-width .title {
  visibility: visible;
}

.callout-full-width .title:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  bottom: 0;
  left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.callout-full-width .content {
  position: relative;
  width: 50%;
  padding: 95px 30px 100px;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .callout-full-width .content {
    width: 100%;
  }
}

.callout-full-width .content .headline {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 29px;
}

html.wf-loading .callout-full-width .content .headline {
  visibility: hidden;
}

html.wf-active .callout-full-width .content .headline,
html.wf-inactive .callout-full-width .content .headline {
  visibility: visible;
}

.callout-full-width .content .subhead {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 30px;
}

html.wf-loading .callout-full-width .content .subhead {
  visibility: hidden;
}

html.wf-active .callout-full-width .content .subhead,
html.wf-inactive .callout-full-width .content .subhead {
  visibility: visible;
}

@media only screen and (max-width: 600px) {
  .callout-full-width .content .subhead {
    max-width: none;
  }
}

.story,
.find-a-job {
  position: relative;
  width: 50%;
  height: 425px;
  background-color: #f3f3f3;
  float: left;
  overflow: hidden;
  /* Alternate colors on desktop */
  /* Alternate colors on mobile */
}

.story:before,
.story:after,
.find-a-job:before,
.find-a-job:after {
  content: " ";
  display: table;
}

.story:after,
.find-a-job:after {
  clear: both;
}

.story,
.find-a-job {
  *zoom: 1;
}

.story.story:nth-child(4n),
.story.story:nth-child(4n+1),
.find-a-job.story:nth-child(4n),
.find-a-job.story:nth-child(4n+1) {
  background-color: #eae9e9;
}

@media only screen and (max-width: 768px) {
  .story.story:nth-child(odd),
  .find-a-job.story:nth-child(odd) {
    background-color: #f3f3f3;
  }
}

@media only screen and (max-width: 768px) {
  .story.story:nth-child(even),
  .find-a-job.story:nth-child(even) {
    background-color: #eae9e9;
  }
}

@media only screen and (max-width: 768px) {
  .story,
  .find-a-job {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 600px) {
  .story,
  .find-a-job {
    background-size: 0;
  }
}

.story .title,
.find-a-job .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  position: relative;
  padding: 22px 30px 23px;
  height: 75px;
  color: #005186;
  font-size: 18px;
  text-transform: uppercase;
}

html.wf-loading .story .title,
html.wf-loading .find-a-job .title {
  visibility: hidden;
}

html.wf-active .story .title,
html.wf-inactive .story .title,
html.wf-active .find-a-job .title,
html.wf-inactive .find-a-job .title {
  visibility: visible;
}

.story .title:after,
.find-a-job .title:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  bottom: 0;
  left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.story .content,
.find-a-job .content {
  position: relative;
  padding: 30px;
  padding-top: 15px;
  height: 350px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 71% auto;
}

@media only screen and (max-width: 768px) {
  .story .content,
  .find-a-job .content {
    background-size: 47% auto;
  }
}

@media only screen and (max-width: 600px) {
  .story .content,
  .find-a-job .content {
    height: auto;
    background: none !important;
  }
}

.story .content .name,
.find-a-job .content .name {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  font-size: 28px;
}

html.wf-loading .story .content .name,
html.wf-loading .find-a-job .content .name {
  visibility: hidden;
}

html.wf-active .story .content .name,
html.wf-inactive .story .content .name,
html.wf-active .find-a-job .content .name,
html.wf-inactive .find-a-job .content .name {
  visibility: visible;
}

.story .content .about,
.find-a-job .content .about {
  margin-bottom: 20px;
  max-width: 60%;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .story .content .about,
  .find-a-job .content .about {
    max-width: 70%;
  }
}

@media only screen and (max-width: 600px) {
  .story .content .about,
  .find-a-job .content .about {
    max-width: none;
  }
}

.find-a-job {
  background: #005186;
}

.find-a-job .content {
  padding-top: 0;
}

.find-a-job .content:before,
.find-a-job .content:after {
  content: " ";
  display: table;
}

.find-a-job .content:after {
  clear: both;
}

.find-a-job .content {
  *zoom: 1;
}

.find-a-job .title {
  padding-bottom: 15px;
  color: white;
  font-size: 22px;
}

.find-a-job .title:after {
  display: none;
}

.find-a-job ul {
  width: 50%;
  float: left;
}

.find-a-job ul:last-of-type {
  padding-left: 20px;
}

.find-a-job ul li {
  margin-bottom: 10px;
  line-height: 20px;
}

.find-a-job ul li a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #b9dcf3;
  font-size: 14px;
}

.find-a-job ul li a:hover {
  color: #cfe7f7;
}

.find-a-job ul li a:focus {
  color: #e5f2fa;
}

.find-a-job .button {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  line-height: 70px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .find-a-job .button {
    position: relative;
  }
}

.find-a-job .button:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  top: 0;
  left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.opportunities .grid-item {
  background: black;
}

.opportunities .grid-item:nth-child(4n) .background-image:before,
.opportunities .grid-item:nth-child(4n+1) .background-image:before {
  background: rgba(170, 211, 250, 0.7);
}

.ie .opportunities .grid-item:nth-child(4n) .background-image:before,
.ie .opportunities .grid-item:nth-child(4n+1) .background-image:before {
  background: rgba(105, 157, 198, 0.1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .opportunities .grid-item:nth-child(4n) .background-image:before,
  .opportunities .grid-item:nth-child(4n+1) .background-image:before {
    background: rgba(105, 157, 198, 0.1);
  }
}

@media only screen and (max-width: 768px) {
  .opportunities .grid-item:nth-child(odd) .background-image:before {
    background: rgba(201, 211, 219, 0.7);
  }
}

@media only screen and (max-width: 768px) {
  .opportunities .grid-item:nth-child(even) .background-image:before {
    background: rgba(170, 211, 250, 0.7);
  }
}

.opportunities .grid-item .background-image {
  opacity: 0.8;
}

.opportunities .grid-item .background-image:before {
  background: rgba(201, 211, 219, 0.7);
}

.ie .opportunities .grid-item .background-image:before {
  background: rgba(0, 0, 0, 0.1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .opportunities .grid-item .background-image:before {
    background: rgba(0, 0, 0, 0.1);
  }
}

.opportunities .grid-item .content .title {
  margin-bottom: 10px;
  text-shadow: none;
}

.page-home #marquee {
  height: 460px;
}

@media only screen and (max-width: 600px) {
  .page-home #marquee {
    height: auto;
  }
}

.page-home #marquee .marquee-content {
  position: relative;
  float: left;
  padding: 30px 0;
  width: 67%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .page-home #marquee .marquee-content {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #marquee .marquee-content {
    width: 100%;
    min-height: 435px;
  }
}

.page-home #marquee .marquee-content:before {
  display: none;
}

.page-home #marquee .marquee-content h1 {
  margin-bottom: 13px;
  text-transform: none;
}

.page-home #marquee .marquee-content .subhead {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
}

html.wf-loading .page-home #marquee .marquee-content .subhead {
  visibility: hidden;
}

html.wf-active .page-home #marquee .marquee-content .subhead,
html.wf-inactive .page-home #marquee .marquee-content .subhead {
  visibility: visible;
}

.page-home #marquee .marquee-carousel {
  position: relative;
  width: 33%;
  height: 100%;
  float: left;
  overflow: hidden;
  background: #005186;
}

@media only screen and (max-width: 1024px) {
  .page-home #marquee .marquee-carousel {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #marquee .marquee-carousel {
    width: 100%;
    height: 215px;
  }
}

.page-home #marquee .marquee-carousel .slider-wrapper {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -ms-perspective: 0px !important;
  position: relative;
  width: 100%;
  height: 100%;
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li:first-child {
  z-index: 9;
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li:nth-child(odd) {
  background: #e7e7e7;
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li:nth-child(even) {
  background: #cecece;
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content {
  position: relative;
  padding: 33% 30px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content {
    padding: 30px 10px;
  }
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  padding-right: 30px;
  font-size: 28px;
  line-height: 38px;
}

html.wf-loading .page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .title {
  visibility: hidden;
}

html.wf-active .page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .title,
html.wf-inactive .page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .title {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  .page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .button {
  padding: 0;
  color: #005186;
  background: none;
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .button:hover {
  color: #0070b9;
}

.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .button:focus {
  color: #007fd3;
}

.page-home #marquee .marquee-carousel .controls ul {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.page-home #marquee .marquee-carousel .controls ul li {
  display: inline-block;
  margin: 0 5px;
  height: 10px;
  width: 10px;
}

.page-home #marquee .marquee-carousel .controls ul li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #7d7d7d;
}

.page-home #marquee .marquee-carousel .controls ul li a:hover {
  background: #979797;
}

.page-home #marquee .marquee-carousel .controls ul li a.active {
  background: #005186;
}

.page-home #marquee .marquee-carousel .controls ul li a.active:hover {
  background: #0070b9;
}

.page-home #marquee .marquee-carousel .block, .page-home #marquee .marquee-carousel .view, .page-home #marquee .marquee-carousel .view-content {
	height:100%;
}

.page-home #main {
  margin-top: 0;
}

.page-home #brands-callout {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .page-home #brands-callout {
    display: block;
    padding: 40px 0;
  }
  .page-home #brands-callout:before {
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, black 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, black 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    /* W3C */
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 75%;
    top: 25%;
    left: 0;
    z-index: 1;
  }
}

.page-home #brands-callout .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: #02548b !important;
  background-image: url('/sites/default/files/careers-marquee.jpg') !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: left top !important;
}

.page-home #brands-callout .background-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #02548b;
  mix-blend-mode: multiply;
  opacity: 0.98;
}

.ie .page-home #brands-callout .background-image:before {
  background: rgba(0, 0, 0, 0.1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-home #brands-callout .background-image:before {
    background: rgba(2, 27, 44, 0.7);
  }
}

.page-home #brands-callout .content .description p {
  color: white !important;
  margin: 10px 0;
  line-height: 24px;
}


.page-home #brands-callout .wrapper-container {
  margin: 0 auto;
  max-width: 1280px;
}

.page-home #brands-callout .logo-container {
  display: table-cell;
  position: relative;
  width: 10%;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .page-home #brands-callout .logo-container {
    width: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #brands-callout .logo-container {
    display: block;
    width: 40%;
    clear: both;
  }
}

.page-home #brands-callout .bottomLink .logo-careers {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .page-home #brands-callout .bottomLink .logo-careers {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #brands-callout .bottomLink .logo-careers {
    display: none;
  }
}

.page-home #brands-callout .person-pic {
  display: table-cell;
  position: relative;
  width: 20%;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  #background-image: url("http://parketing-us.com/wp-content/uploads/2014/07/Business-Woman_transparent1.png");
  #background-position: 50% 10px;
  #background-repeat: no-repeat;
  #background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
  .page-home #brands-callout .person-pic {
    width: 30%;
	padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .page-home #brands-callout .person-pic {
    width: 25%;
    background-position: 50% 60px;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #brands-callout .person-pic {
    width: 100%;
	display: block;
  }
  .page-home #brands-callout .person-pic img {
	width: 100%;
	height: auto;
  }
}

.page-home #brands-callout .content {
  display: table-cell;
  position: relative;
  padding: 55px 15px;
  width: 42%;
  color: white;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .page-home #brands-callout .content {
    padding: 35px 15px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #brands-callout .content {
    display: block;
    width: 100%;
    clear: both;
    z-index: 1;
  }
}

.page-home #brands-callout .content h4 {
  text-transform: uppercase;
}

.page-home #brands-callout .content .description {
  color: white;
  margin: 10px 0;
  line-height: 24px;
}

.page-home #brands-callout .content .watch-now {
  padding: 0;
  color: #f6cf3f;
  background: none;
}

.page-home #brands-callout .content .watch-now:hover {
  color: #f8db70;
}

.page-home #brands-callout .content .watch-now:focus {
  color: #f9e188;
}

.page-home #brands-callout .careers {
  display: table-cell;
  position: relative;
  width: 33%;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .page-home #brands-callout .careers {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #brands-callout .careers {
    display: block;
    width: 100%;
    clear: both;
    z-index: 1;
  }
}

.page-home #brands-callout .careers a {
  display: block;
  padding: 20px 30px;
  text-align: center;
  float: right;
}

@media only screen and (max-width: 600px) {
  .page-home #brands-callout .careers a {
    padding: 7px 30px;
    float: none;
  }
}

.page-home #our-industries {
  background: #02548b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #02548b), color-stop(100%, #137bbe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #02548b 0%, #137bbe 100%);
  /* IE10+ */
  background: linear-gradient(to right, #02548b 0%, #137bbe 100%);
  /* W3C */
  padding: 70px 0 50px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .page-home #our-industries {
    padding: 30px 0;
  }
}

.page-home #our-industries h2 {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .page-home #our-industries h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #our-industries h2 {
    font-size: 20px;
  }
}

.page-home #our-industries p {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 80%;
  color: #b9dcf3;
  font-size: 20px;
}

html.wf-loading .page-home #our-industries p {
  visibility: hidden;
}

html.wf-active .page-home #our-industries p,
html.wf-inactive .page-home #our-industries p {
  visibility: visible;
}

@media only screen and (min-width: 1281px) {
  .page-home #our-industries p {
    max-width: 1012px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-home #our-industries p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #our-industries p {
    font-size: 16px;
    line-height: 25px;
  }
}

.page-home #industry-grid:before,
.page-home #industry-grid:after {
  content: " ";
  display: table;
}

.page-home #industry-grid:after {
  clear: both;
}

.page-home #industry-grid {
  *zoom: 1;
}

.page-home #social-stream {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1280px;
  text-align: center;
}

.page-home #social-stream:before,
.page-home #social-stream:after {
  content: " ";
  display: table;
}

.page-home #social-stream:after {
  clear: both;
}

.page-home #social-stream {
  *zoom: 1;
}

.page-home #social-stream h2 {
  margin-bottom: 20px;
}

.page-home #social-stream .load-more {
  position: relative;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
}

.page-home #social-stream .social-item {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(300px) rotateX(0);
  -moz-transform: perspective(300px) rotateX(0);
  -o-transform: perspective(300px) rotateX(0);
  -ms-transform: perspective(300px) rotateX(0);
  transform: perspective(300px) rotateX(0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  display: block;
  position: relative;
  padding: 10px;
  width: 50%;
  height: 245px;
  text-align: left;
  background: #dfeaf0;
  float: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  /* Alternate colors on mobile */
}

@media only screen and (max-width: 1024px) {
  .page-home #social-stream .social-item {
    padding: 20px 10px;
    width: 100%;
    height: auto;
  }
}

.page-home #social-stream .social-item:nth-of-type(4n),
.page-home #social-stream .social-item:nth-of-type(4n+1) {
  background: #eff6fa;
}

.page-home #social-stream .social-item:nth-of-type(4n) .social-icon .window:before,
.page-home #social-stream .social-item:nth-of-type(4n+1) .social-icon .window:before {
  background: #eff6fa;
}

@media only screen and (max-width: 768px) {
  .page-home #social-stream .social-item:nth-of-type(odd) {
    background: #eff6fa;
  }
  .page-home #social-stream .social-item:nth-of-type(odd) .social-icon .window:before {
    background: #eff6fa;
  }
}

@media only screen and (max-width: 768px) {
  .page-home #social-stream .social-item:nth-of-type(even) {
    background: #dfeaf0;
  }
  .page-home #social-stream .social-item:nth-of-type(even) .social-icon .window:before {
    background: #dfeaf0;
  }
}

.page-home #social-stream .social-item.hidden {
  -webkit-transform: perspective(300px) rotateX(-90deg);
  -moz-transform: perspective(300px) rotateX(-90deg);
  -o-transform: perspective(300px) rotateX(-90deg);
  -ms-transform: perspective(300px) rotateX(-90deg);
  transform: perspective(300px) rotateX(-90deg);
  display: block !important;
  padding: 0;
  max-height: 0;
  overflow: hidden;
}

.page-home #social-stream .social-item .image {
  display: block;
  position: relative;
  width: calc(50% - 10px);
  height: 100%;
  overflow: hidden;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .page-home #social-stream .social-item .image {
    min-height: 245px;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #social-stream .social-item .image {
    width: 100%;
    float: none;
    clear: both;
  }
}

.page-home #social-stream .social-item .image img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
}

.page-home #social-stream .social-item .content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin-left: 30px;
  padding-right: 25px;
  width: calc(50% - 20px);
  top: 50%;
  float: right;
}

@media only screen and (max-width: 1024px) {
  .page-home #social-stream .social-item .content {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 600px) {
  .page-home #social-stream .social-item .content {
    margin-left: 0;
    width: 100%;
    float: none;
    clear: both;
  }
}

.page-home #social-stream .social-item .content.no-image {
  width: 100%;
  margin-left: 0;
  float: left;
}

.page-home #social-stream .social-item .content .post-by {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  display: block;
  color: #005186;
}

html.wf-loading .page-home #social-stream .social-item .content .post-by {
  visibility: hidden;
}

html.wf-active .page-home #social-stream .social-item .content .post-by,
html.wf-inactive .page-home #social-stream .social-item .content .post-by {
  visibility: visible;
}

.page-home #social-stream .social-item .content .post-time {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #868686;
  font-size: 14px;
}

html.wf-loading .page-home #social-stream .social-item .content .post-time {
  visibility: hidden;
}

html.wf-active .page-home #social-stream .social-item .content .post-time,
html.wf-inactive .page-home #social-stream .social-item .content .post-time {
  visibility: visible;
}

.page-home #social-stream .social-item .content .post {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  line-height: 22px;
}

html.wf-loading .page-home #social-stream .social-item .content .post {
  visibility: hidden;
}

html.wf-active .page-home #social-stream .social-item .content .post,
html.wf-inactive .page-home #social-stream .social-item .content .post {
  visibility: visible;
}

.page-home #social-stream .social-item .social-icon .window {
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  -ms-transform: translate3d(0, 0, 0);
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(98px, -98px) rotate(45deg);
  -moz-transform: translate(98px, -98px) rotate(45deg);
  -o-transform: translate(98px, -98px) rotate(45deg);
  -ms-transform: translate(98px, -98px) rotate(45deg);
  transform: translate(98px, -98px) rotate(45deg);
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: absolute;
  width: 164px;
  height: 164px;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
}

.page-home #social-stream .social-item .social-icon .window:before {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: '';
  position: absolute;
  width: 164px;
  height: 15px;
  bottom: -1px;
  left: 0;
  background: #dfeaf0;
}

.page-home #social-stream .social-item .social-icon .background {
  content: '';
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  -ms-transform: translate3d(0, 0, 0);
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(98px, -98px) rotate(45deg);
  -moz-transform: translate(98px, -98px) rotate(45deg);
  -o-transform: translate(98px, -98px) rotate(45deg);
  -ms-transform: translate(98px, -98px) rotate(45deg);
  transform: translate(98px, -98px) rotate(45deg);
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  width: 164px;
  height: 164px;
}

.page-home #social-stream .social-item .social-icon .icon {
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  -ms-transform: translate3d(0, 0, 0);
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

.page-home #social-stream .social-item .social-icon .icon:after {
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  -ms-transform: translate3d(0, 0, 0);
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  color: white;
  font-size: 42px;
  opacity: 0.75;
  -webkit-backface-visibility: hidden;
}

.page-home #social-stream .social-item .social-icon.facebook .background {
  background: #005186;
}

.page-home #social-stream .social-item .social-icon.facebook .icon:after {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.page-home #social-stream .social-item .social-icon.youtube .background {
  background: #df2925;
}

.page-home #social-stream .social-item .social-icon.youtube .icon:after {
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.page-home #social-stream .social-item:hover .social-icon .window:before,
.page-home #social-stream .social-item:focus .social-icon .window:before {
  height: 0px;
}

.page-home #social-stream .social-item:hover .social-icon.facebook .background,
.page-home #social-stream .social-item:focus .social-icon.facebook .background {
  background: #007fd3;
}

.page-home #social-stream .social-item:hover .social-icon.youtube .background,
.page-home #social-stream .social-item:focus .social-icon.youtube .background {
  background: #e65551;
}

.page-home #brands {
  display: inline;
  float: left;
  width: 97.619047619%;
  width: calc(100% - 30px);
  margin: 0 1.1904761905%;
  margin: 0 calc(30px/2);
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .page-home #brands {
    width: calc(100% - 20px);
    margin: 0 calc(20px/2);
  }
}

@media only screen and (max-width: 600px) {
  .page-home #brands {
    width: calc(100% - 10px);
    margin: 0 calc(10px/2);
  }
}

nav#main-menu {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: right;
  height: 106px;
}

@media only screen and (max-width: 1024px) {
  nav#main-menu {
    display: none;
  }
}

nav#main-menu ul {
  height: 100%;
}

nav#main-menu ul:before,
nav#main-menu ul:after {
  content: " ";
  display: table;
}

nav#main-menu ul:after {
  clear: both;
}

nav#main-menu ul {
  *zoom: 1;
}

nav#main-menu ul li {
  display: block;
  position: relative;
  float: left;
  height: 100%;
}

nav#main-menu ul li.active-trail > a {
  color: #005186;
}

nav#main-menu ul li.active-trail > a:before {
  height: 6px;
}

nav#main-menu ul li.expanded.hover > a {
  color: #0070b9;
}

nav#main-menu ul li.expanded.hover > a:before {
  height: 6px;
  background: #0070b9;
}

nav#main-menu ul li.expanded.hover > ul {
  opacity: 0.97;
  visibility: visible;
}

@media only screen and (min-width: 1025px) {
  nav#main-menu ul li.expanded.hover > ul li.expanded ul {
    display: none;
  }
}

nav#main-menu ul li.expanded.hover > ul li a {
  visibility: visible;
}

nav#main-menu ul li.expanded ul {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09) ;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09) ;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09) ;
  position: absolute;
  width: 315px !important;
  height: auto;
  top: auto;
  left: -95px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-left: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

nav#main-menu ul li.expanded ul:before,
nav#main-menu ul li.expanded ul:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border: 15px solid transparent;
  border-color: transparent transparent white transparent;
}

nav#main-menu ul li.expanded ul:before {
  top: -31px;
  border-color: transparent transparent #e5e5e5 transparent;
}

nav#main-menu ul li.expanded ul:after {
  top: -30px;
}

nav#main-menu ul li.expanded ul li {
  float: none;
  margin-left: 10px;
  background: white;
}

nav#main-menu ul li.expanded ul li:first-of-type {
  padding-top: 15px;
}

nav#main-menu ul li.expanded ul li:last-of-type {
  padding-bottom: 15px;
}

nav#main-menu ul li.expanded ul li.active-trail a:before {
  width: 10px;
  opacity: 1;
}

nav#main-menu ul li.expanded ul li a {
  position: relative;
  padding: 15px 0;
  padding-left: 15px;
  font-size: 14px;
  line-height: 10px;
  visibility: hidden;
}

nav#main-menu ul li.expanded ul li a:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 10px;
  top: 50%;
  left: -10px;
  background: #005186;
  opacity: 0;
}

nav#main-menu ul li.expanded ul li a:hover:before {
  width: 10px;
  opacity: 1;
}

nav#main-menu ul li a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  padding: 0 20px;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 106px;
}

html.wf-loading nav#main-menu ul li a {
  visibility: hidden;
}

html.wf-active nav#main-menu ul li a,
html.wf-inactive nav#main-menu ul li a {
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  nav#main-menu ul li a {
    line-height: 83px;
  }
}

@media only screen and (max-width: 600px) {
  nav#main-menu ul li a {
    line-height: 64px;
  }
}

nav#main-menu ul li a:before {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #005186;
}

nav#main-menu ul li a:hover,
nav#main-menu ul li a:focus,
nav#main-menu ul li a.active {
  color: #005186;
}

nav#main-menu ul li a:hover:before,
nav#main-menu ul li a:focus:before,
nav#main-menu ul li a.active:before {
  height: 6px;
}

nav#main-menu ul li a:hover {
  color: #0070b9;
}

nav#main-menu ul li a:hover:before {
  background: #0070b9;
}

nav#main-menu ul li a:focus {
  color: #007fd3;
}

nav#main-menu ul li a:focus:before {
  background: #007fd3;
}

#page-wrap {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

#page-wrap #mobile-back {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  width: 0;
  height: calc(100% - 106px);
  top: 106px;
  left: 0;
  background: white;
  border-right: 0 solid #f3f3f3;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #page-wrap #mobile-back {
    height: calc(100% - 83px);
    top: 83px;
  }
}

@media only screen and (max-width: 600px) {
  #page-wrap #mobile-back {
    height: calc(100% - 64px);
    top: 64px;
  }
}

#page-wrap #mobile-back:before {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  color: #005186;
  font-size: 20px;
  text-align: center;
  opacity: 0;
}

#page-wrap #mobile-back.visible {
  width: 50px;
  border-right: 6px solid #f3f3f3;
}

#page-wrap #mobile-back.visible:before {
  opacity: 1.0;
}

#mobile-menu {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  margin-top: 53px;
  width: 100%;
  top: 40%;
}

@media only screen and (max-width: 768px) {
  #mobile-menu {
    margin-top: 41.5px;
  }
}

@media only screen and (max-width: 600px) {
  #mobile-menu {
    margin-top: 0px;
  }
}

#mobile-menu ul {
  position: relative;
  width: 100%;
  text-align: center;
}

#mobile-menu ul li {
  padding: 20px 0;
}

#mobile-menu ul li.expanded > a:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  padding-left: 10px;
  color: #868686;
  font-size: 16px;
}

#mobile-menu ul li a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  display: none;
  position: relative;
  color: black;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
}

html.wf-loading #mobile-menu ul li a {
  visibility: hidden;
}

html.wf-active #mobile-menu ul li a,
html.wf-inactive #mobile-menu ul li a {
  visibility: visible;
}

.mobile-menu-open header {
    z-index: 1000 !important;
}

#mobile-menu ul li a.active {
  color: #005186;
}

#mobile-menu ul li ul {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 50px;
  padding-right: 20px;
  height: 100%;
  background: white;
}

#mobile-menu ul li ul.visible {
  display: block;
  z-index: 9;
}

#mobile-menu ul li ul li.parent a {
  color: #005186;
  font-size: 22px;
  text-transform: uppercase;
}

#mobile-menu ul li ul li a {
  font-size: 18px;
  text-transform: none;
}

@media only screen and (max-width: 1024px) {
  .mobile-menu-open body {
    overflow: hidden;
  }
  .mobile-menu-open body #page-wrap {
    opacity: 1.0;
    visibility: visible;
    z-index: 500 !important;
  }

  .mobile-menu-open #page header {
    z-index: 1000 !important; 
  }
  .mobile-menu-open body #page-wrap a {
    display: block;
    opacity: 1.0;
    visibility: visible;
  }
}

#menu-button {
  display: none;
  position: relative;
  float: right;
  width: 60px;
  height: 48px;
  top: 29px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  #menu-button {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #menu-button {
    top: 18px;
  }
}

@media only screen and (max-width: 600px) {
  #menu-button {
    top: 8px;
  }
}

.mobile-menu-open #menu-button .bar {
  background: rgba(0, 81, 134, 0);
}

.mobile-menu-open #menu-button .bar:before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-open #menu-button .bar:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

#menu-button .bar {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #005186;
}

#menu-button .bar:before,
#menu-button .bar:after {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  background: #005186;
}

#menu-button .bar:before {
  top: -7px;
}

#menu-button .bar:after {
  top: 7px;
}

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


/*Contact Us page*/
#contact-us {

}

#contact-us p{
	margin: 0;
	line-height: 20px;
}

#contact-us .block-title {
	display: none;
}

#contact-us .directory {
	margin-bottom: 20px;
}

#contact-us .directory h2 {
	margin-bottom: 20px;
}

#contact-us .business {
	margin-left: 20px;
}

#contact-us .business h3 {
	margin-bottom: 10px;
}

#contact-us .department {
	margin-bottom: 10px;
}

#contact-us .contact {
	margin-bottom: 10px;
	margin-left: 10px;
}


#our-stories {

}

#our-stories .callout-full-width:nth-of-type(odd):before {
  background: none;
}

#our-stories .callout-full-width:nth-of-type(odd):after {
  background: none;
}


#our-stories .callout-full-width .title {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  position: relative;
  padding: 22px 30px 23px;
  color: #005186;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 1;
}


#our-stories .callout-full-width .content {
  display: inline-block;
    width: 60%;
    padding: 30px 30px 0;
    float: left;
        
}

#our-stories .our-story-links {
    margin-bottom: 70px;
    margin-left: 30px;
    left: 0;
    position: absolute;
    bottom: 0;
    float: left;
    display: inline-block;
    width: 60%;
 }
#our-stories .callout-full-width .image-wrapper{
  display: inline-block;
    width: 40%;
}

@media only screen and (max-width: 600px) {
  #our-stories .callout-full-width .content {
    width: 100%;
  }
}

#our-stories .callout-full-width .content .headline {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 29px;
}

html.wf-loading .callout-full-width .content .headline {
  visibility: hidden;
}

html.wf-active .callout-full-width .content .headline,
html.wf-inactive .callout-full-width .content .headline {
  visibility: visible;
}

#our-stories .callout-full-width .content .subhead {
  font-family: 'Monda', sans-serif;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 30px;
}

#our-stories .callout-full-width .bottomLink {
}

#our-stories .callout-full-width .bottomLink a{
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    color: #005186;
    font-size: 18px;
    text-transform: uppercase;
    
}

html.wf-loading .callout-full-width .content .subhead {
  visibility: hidden;
}

html.wf-active .callout-full-width .content .subhead,
html.wf-inactive .callout-full-width .content .subhead {
  visibility: visible;
}

@media only screen and (max-width: 600px) {
#our-stories .our-story-links {
    margin-bottom: 50px;
 }
  #our-stories .callout-full-width .content .subhead {
    max-width: none;
  }
  
  #our-stories .callout-full-width .image-wrapper{
    display: none;
    
  }
  #our-stories .our-story-links {
    position:static;
 }
 #our-stories .callout-full-width .bottomLink  {
    width:300px;
	font-size: 16px;
 }

}

@media only screen and (max-width: 400px) {
 #our-stories .our-story-links {
    width:200px;
 }
 #our-stories .callout-full-width .bottomLink a {
    width:250px;
	font-size: 14px;
 }
}


.region-career-left-button {
    margin-left: 30px;
}



.faq .faqfield-question.ui-state-active {
	margin-bottom: 1px !important;
}

.faq .faqfield-question {
	margin-top: 30px !important;
}
.faq .faqfield-answer {
	height: auto !important;
}

.bottomLink #home-hear-from-us{
	-webkit-font-smoothing: antialiased;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none !important;
    color: #F6CF3F;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
}

/* History page styling */

/* .historyimage img { 
    margin: 0 20px;
}

div.historyimage ul:before {
    content: "" !important;
} */

.jobDescription {
    display: inline-block;
        max-width: 70%;
}

.jobData {
    display: inline-block;
    float: right;
    text-align: right;
}

.jobDescription p, .jobData p {
    line-height:18px; 
    margin:0;
}

.jobData .refNo {
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .jobData {
        display: block;
        float: none;
        text-align: left;
    }
    .emptyRow {
      display: none;
    }

}

.panelarrow {
    margin: 0 auto;
    background: url('/sites/default/files/acc_down.png');
    height: 30px;
    width: 30px;
}

.panel-open .panelarrow {
    margin: 0 auto;
    background: url('/sites/default/files/acc_up.png');
    height: 30px;
    width: 30px;
}

.block-taleo-detail .accordion-set {
	margin-top: 0;
}

.block-taleo-detail .accordion-title {
    padding-bottom: 5px !important;
}

.block-taleo-detail .accordion-title:after {
    content:'' !important;
}

.block-taleo-detail .resultCount {
    line-height: 40px;
    margin-left: 20px;
    display: inline-block;
}

.block-taleo {
    margin-top: 20px;
}


.explore-opportunities .fieldset-wrapper{
	text-align:center;
}

.careers_buttons {
    text-align: center;
}

.careers_buttons input {
    margin-left: 10px;
    padding: 5px;
   width: 230px;
}

.careers_links {
    text-align: center;
}

.careers_buttons input {
    margin-left: 10px;
}

.careers_buttons .clear_button {
    display: inline-block;
}

.explore-opportunities .form-type-select label {
    border: 1px solid white;
}

.explore-opportunities .form-item.form-type-select .selector {
   // border:none;
}

.block-taleo-detail #edit-back {
	margin-top:20px;
}

select::-ms-expand {
    display: none;
}

.ajax-progress {
}


#JobForm select>option {
	color: #005186;
}

#JobForm select>option:hover {
	background: #005186;
	color: white;

}

.region-business-segment-main .careerTitle {
	display: none;
}


.careers_links a {
        color: white;
}

.region-career-left-button {
    margin-left: 0px;
    margin-top: 50px;
    left: 0 !important;
    z-index: 100;
    transform: rotate(180deg);
    -ms-writing-mode: bt-rl;
    writing-mode: vertical-lr;
    float: left;
    display: inline-block;
}

.region-career-left-button a {
    font-size: 16px;
    padding: 10px 0;
    width: 30px;
    line-height: 0px !important; /*For Button UI Fix  */
}

.sidebar-left #block-menu-menu-header-menu {
    margin-left: 35px;
}

/* block some EU Warning elements */

#popup-buttons button.find-more-button {display: none !important;}
.popup-content.agreed  {display: none !important;}


ul.pager{
	display: inline-block;
}

ul.pager li {
    list-style-type: none;
    display: inline-block;
    float: left;
}

.pager li:before{
content:none !important;
}

ul.pager a{
     text-decoration: none;
     width: 100%;
    padding: 4px; 
    border: none !important;
}

li.pager-current {
    padding: 0 4px;
}

.view-contact-email-export ul.pager {
    float: right;
}

.view-contact-email-export .feed-icon a{
text-decoration:none;
border: none !important;
}

.feed-icon a {
    border: none !important;
    color: white !important;
    background: #0070b9;
    width: 100%;
    padding: 15px;
}


.view-contact-email-export th a {
    color: #b9dcf3 !important;
}

.view-contact-email-export th img {
     margin-bottom:0 !important;
}

 .careers_buttons {
    width: 70%;
    margin: 0 auto;
}

.region-career-search-job .careers_buttons{
width:100%;
}

/* NEW Css ----------> For "commitment" and â the community pages -BEGIN */
/* Reusing same style for generic image link block content type */
.CommitmentTitle, .CommunityTitle {
    cursor: pointer;
    padding: 5px;
    background-color: rgba(0, 81, 134, 0.7);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Monda', sans-serif;
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	
	/* #IE Issues - Remove below*/
	   
    left: 0;
	width: -moz-available;
  /*position: absolute;
	bottom: 0;
	width: -webkit-fill-available;
	margin: 0 15px;	 */
	width: -webkit-fill-available;
	position: relative;
	bottom: 63px;
	margin: 0;	
}
.ImageLinkBlockTitle{
	cursor: pointer;
    padding: 5px;
    background-color: rgba(0, 81, 134, 0.7);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Monda', sans-serif;
    min-height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	
	/* #IE Issues - Remove below*/
	left: 0;
	width: -moz-available;
	width: -webkit-fill-available;
	position: relative;
	bottom: 5em;
	margin: 0;	
}

.ImgFullWidth{
	height: auto;
	width: 100%;
}

.ImageLinkBlock_Lists,.Commitment_Lists, .Community_Lists{
	margin: 10px 0;
}

.image_link_block_pages h1,.image_link_block_pages h2,.image_link_block_pages h3,.image_link_block_pages h4,.image_link_block_pages h5,.image_link_block_pages h6,
.commitment_pages h1,
.commitment_pages h2,
.commitment_pages h3,
.commitment_pages h4,
.commitment_pages h5,
.commitment_pages h6 {
  font-family: 'Monda', sans-serif !important;
  font-weight: 700 !important;
}

.image_link_block_pages h1,
.commitment_pages h1 {
  font-size: 44px !important;
  line-height: 50px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .image_link_block_pages h1,
  .commitment_pages h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 600px) {
  .image_link_block_pages h1,
  .commitment_pages h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}

.image_link_block_pages h2,
.commitment_pages h2 {
  font-size: 30px !important;
  line-height: 40px !important;
  text-transform: uppercase !important;
}

@media only screen and (max-width: 1024px) {
  .image_link_block_pages h2,
  .commitment_pages h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

.image_link_block_pages h3,
.commitment_pages h3 {
  font-size: 24px !important;
  line-height: 32px !important;
}

@media only screen and (max-width: 1024px) {
  .image_link_block_pages h3,
  .commitment_pages h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.image_link_block_pages h4,
.commitment_pages h4 {
  font-size: 22px !important;
  line-height: 28px !important;
}

@media only screen and (max-width: 1024px) {
  .image_link_block_pages h4,
  .commitment_pages h4 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.image_link_block_pages h5,
.commitment_pages h5 {
  font-size: 18px !important;
  line-height: 21px !important;
}

.image_link_block_pages h6,
.commitment_pages h6 {
  font-size: 16px !important;
  line-height: 22px !important;
}

.image_link_block_pages h2,
.commitment_pages h2 {
  color: #005186 !important;
  margin-top: -7px;
  margin-bottom: 25px;
}


.CommitmentArticle .article-bundle-field .entity 
{
    margin: 15px;
    width: 400px;
    float: left;
    text-align: center;
}
.FeaturedArticleBlock table{
	margin: 0 auto;
}

/* NEW Css ----------> For "commitment" and in the community pages -END *
/* END OF - Reusing same style for generic image link block content type */



/****************** New Career Template CSS Changes ****************/
.taleo-forms .form-item {
    display: inline-block;
    margin-left: 20px;
    margin-right: 50px;
    margin-bottom: 30px;
    margin-top: -1px;
    max-width: 40% !important;
    min-width: 40%;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
	.taleo-forms .form-item {
		margin-right: 0 !important;
		margin-bottom: 15px !important;
	}
}

/* .dropdown-toggle::after {
  display:none !important;
} */

.career-search__dropdown__container.career-search__dropdown__container--active{
	height: 100%;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
            .form-item.form-type-textfield.form-item-job-number-textbox {
          margin-bottom: -19px !important;
      }
}
@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */ 
}

.newForm .career-search__dropdown__submit {
    width: unset;
}

.your-privacy{
                font-family:'Roboto', sans-serif !important;
                padding-left: 0px !important;
    padding-right: 10px !important;
    font-size: 14px !important;
    font-weight: 100 !important;
    text-transform: none !important;
}

.your-privacy:hover {
    text-decoration: underline !important;
    color: #0070b9 !important;
                background-color:transparent !important;
}

.explore-opportunities .career-search__dropdown__filters{
                display: inline !important;
}

.clear-form {
                font-family:'Roboto', sans-serif !important;
    margin-bottom: 0px !important;
    padding: 0px 0px !important;
    line-height: 28px !important;
    background: none !important;
    color: #005186 !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
    font-size: 14px !important;
    font-weight: 100 !important;
    text-transform: none !important;
}

.clear-form:hover {
    text-decoration: underline !important;
    color: #0070b9 !important;
}

.page-three-video li:nth-of-type(even) .media-with-text__text {
            order: 1 !important;
            margin: 0 0 0 30px !important;
}


#block-views-76de174d8c16904720d09ec53e635d12 .students-unit {
    height: 660px;
}
#block-views-entry-level-page-units-block .students-unit {
    height: 861px;
}
#block-views-ldap-page-units-block .students-unit {
    height: 1055px;
}

.sidebar-left #block-menu-menu-careerpageleftnavigation h2.block__title.block-title {
    visibility: hidden;
}

/* temporary changes for the existing job search forms */
/*CHANGES TO THE FIND A JOB PAGE -*/
#JobForm #edit-privacy-button {
    background: transparent;
    padding-left: 5px !important;
}

.explore-opportunities #JobForm form{
    display: inline;
}
.explore-opportunities #JobForm input#edit-submit-button{
        background-color: #f6cf3f;
    color: #0070b9;
}
.explore-opportunities #JobForm #edit-returning-user{
        border-right-color: white;
}
.explore-opportunities #JobForm input#edit-returning-user,
.explore-opportunities #JobForm input#edit-privacy-button,
.explore-opportunities #JobForm input#edit-clear-button{
        color: white !important;
}

@media (min-width: 1025px) and (max-width: 1249px)
{
            #main .sidebar-left {
                 display: none !important;
            }
}

@media (min-width: 1250px) and (max-width: 1279px)
{
            section#main {
                 display: flex;
            }
}

/* end of temporary changes */


/****************** End of New Career Template CSS Changes *********/

/******************Fixing sidebar items overflow issue -Begin ******/
.sidebar-left .menu__link {
  line-height: 16px !important; 
}


@media only screen and (min-width: 1025px) and (max-width: 1134px)  {
 nav#main-menu > div#block-menu-menu-header-menu > ul > li > a { 
	padding: 0 6px;
	font-size: 12px; 
  }
}

@media only screen and (min-width: 1135px) and  (max-width: 1333px) {
  nav#main-menu > div#block-menu-menu-header-menu > ul > li > a {
        padding: 0 10px;
        font-size: 14px;
  }
}
/******************Fixing sidebar items overflow issue -End ******/

/*Adding li styling for Story page-Begin*/
#Story_Page ul li, .custom_ul li {
    margin-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}

/*Adding li styling for Story page-End*/

/* ========== Start of - User login pages UI ============ */
#user-pages-textron .form-actions, #user-pages-textron .saml_sp_drupal_login-links{ text-align: center; }
#user-pages-textron #user-login .form-item input[type="password"],
#user-pages-textron #user-profile-form .form-item input[type="password"]{
  height: 45px;
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #e5e5e5;
}

#user-pages-textron #messages{ max-width: 600px; margin: 0 auto; }
#user-pages-textron #messages li{ list-style-position: inside; list-style-type: disc; }
#user-pages-textron .messages--status{ color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; padding: 20px; border-radius: 5px; }
#user-pages-textron .messages--error{ color: #a94442;background-color: #f2dede;border-color: #ebccd1;padding: 20px;border-radius: 5px; }

#user-pages-textron p,
#user-pages-textron ul.tabs{ padding: 0 !important; margin: 0 auto; max-width: 600px; }
#user-pages-textron ul.tabs li{ display: inline-block; margin: 0 25px; }
#user-pages-textron fieldset:not(.collapsed) { border: 1px solid black; padding: 10px; }
#user-pages-textron .fieldset-wrapper .form-item { height: auto; }
/* ========== END OF - User login pages UI ============ */


/* =========== Style for Contact Form Submissions ==========*/
.messages--error li {
    list-style-position: inside;
    list-style-type: disc;
}

.messages--error{
    background: #f8d7da;
    padding: 15px;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
form#contact-us-form{
	text-align: center;
}
/* =========== END of Contact Form Submissions ==========*/

.FixedTableLayout table td{
    width: auto !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
}
.FixedTableLayout table{
    table-layout: fixed;
    width: 100% !important;
}
.manufacturing-enable_broaden .content-teasers--images__teaser-card__headline1{
   display: none;
}
/* CSS for the header search box */
.new_search_section{
    float: right;
    margin-top: -4rem;
    margin-right: -1rem;
}
.new_search_section .search-box {
    position: relative;
    opacity: 1;
}
.new_search_section .search-box.opacity {
    opacity: 0;
}
.new_search_section .search-box::before,.new_search_section .search-box::after,.new_search_section .search-box .input-group:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #1f3569;
    opacity: 1;
    transition: width 0.3s;
}
.new_search_section .search-box::before {
    top: 0;
}
.new_search_section .search-box::after {
    bottom: 0;
}
.new_search_section .search-box .input-group::before {
    right: auto;
    left: 0;
    width: 1px;
    height: 100%;
    transition: opacity 0.2s,left 0.2s;
    transition-delay: 0.3s,0s;
}
.new_search_section .search-box .input-group .search-btn {
    position: relative;
}
.new_search_section .search-box .input-group .search-btn:hover {
    background: #0000;
}
.new_search_section .search-box .input-group .search-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
    z-index: -1;
}
.new_search_section .search-box:not(.hide) {
    width: 100%;
}
.new_search_section .search-box .input-group-text {
    font-size: 20px;
    padding: 10px;
    justify-content: center;
    transition: all 0.3s;
}
.new_search_section .search-box .input-group .close-icon {
    width: 44px;
    opacity: 0;
}
.new_search_section .search-box:hover .input-group .close-icon {
    opacity: 1;
}
.new_search_section .search-box:not(.hide) .input-group .search-btn {
    height: 40px;
    color: #fff;
}
.new_search_section .search-box:not(.hide) .input-group .search-btn::before {
    width: 100%;
    height: 100%;
    background: var(--secondary-blue);
}
.new_search_section .removing .search-box::before,.new_search_section .removing .search-box::after {
    transition: width 0.2s;
    width: 0%;
}
.new_search_section .removing .search-box .input-group:before {
    left: 100%;
}
.new_search_section .search-box.hide {
    margin-left: 26px;
}
.new_search_section .search-box.hide::before,.new_search_section .search-box.hide::after {
    width: 0;
    opacity: 0;
}
.new_search_section .search-box.hide .input-group::before {
    height: 0;
    opacity: 0;
}
.new_search_section .search-box .input-group {
    border: none;
}
.new_search_section .search-box .input-group .form-control {
    cursor: pointer;
}
.new_search_section .search-box.hide .form-control,.new_search_section .search-box.hide .close-icon {
    display: none;
}
.new_search_section .search-box.hide .input-group .search-btn {
    background-color: #0000;
    background: #0000;
    color: #1f3569;
    font-size: 18px;
    padding: 0;
}
.new_search_section .search-box .close-icon {
    font-size: 14px;
}
.new_search_section .search-box.hide .input-group .search-btn::before {
    width: 0;
    height: 0;
    background-color: #0000;
}
.search-box.hide .suggestion-box {
    opacity: 0;
}
.search-box .suggestion-box {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 1px;
    width: 100%;
    max-height: 320px;
    overflow: auto;
    padding: 0;
    background: #fff;
    box-shadow: 2px 3px 10px 0px #00000026;
    z-index: 9;
}
.suggestion-box .suggestion-list .suggestion-item {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 8px 16px;
    color: var(--primary-blue);
}
.suggestion-box .suggestion-list .suggestion-item:hover {
    padding-left: 24px;
}
@media (max-width: 1200px) {
    .new_search_section .logo svg {
        min-width:140px;
        height: 28px;
    }
    .new_search_section-nav .nav-item {
        font-size: 13px;
        padding: 0 8px;
    }
}
@media (max-width: 1024px) {
    .new_search_section .logo svg {
        height:24px;
    }
}
/* End of the CSS for the header search box */
.footer-menu-primary ul.menu.navbar-nav {
  gap: 10px;
}
.node-2020 #text-block {
  margin-top: -80px;
}
@media (width: 1280px) and (height: 800px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .navbar-nav .nav-item {
    font-size: 15px;
    position: relative;
    padding: 0 8px;
  }
}
@media (width: 800px) and (height: 1280px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
  .navbar-nav .nav-item {
    font-size: 15px;
    position: relative;
       padding: 0 8px;
  }
}
@media (min-width: 1276px) and (max-width: 1284px) and (aspect-ratio: 8/5) and (hover: none) and (pointer: coarse) {
  .navbar-nav .nav-item {
    font-size: 15px;
    position: relative;
    padding: 0 8px;
  }
}
.node-2031 .column-text-block h4,
.node-2031 .column-text-block p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html:has(body.node-2031) {
  scroll-padding-top: 96px !important;
}
 
.node-2034 .column-text-block h4,
.node-2034 .column-text-block p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html:has(body.node-2034) {
  scroll-padding-top: 96px !important;
}
 
.node-2032 .column-text-block h4,
.node-2032 .column-text-block p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
 