@charset "UTF-8";
/**
 * CSS Reset
 * 
 * @media    screen
 * @author   Quiller Caudill
 * @version  0.1
 * @desc     Based on YUI Reset: http://developer.yahoo.com/yui/reset/
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

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;
}

/* --------------------------
 * RESPONSIVE FONT SIZE
 * -------------------------- */
/* --------------------------
 * RESPONSIVE LINE HEIGHT SIZE
 * -------------------------- */
/* --------------------------
 * 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";
}

/**
* Equal Column Flex Grid with Gutters
*/
*,
*: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 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;
  transition: 0.2s;
  text-decoration: none;
}

a.button, #main #block-system-main a.button, input[type="submit"],
button[type="submit"], div.button {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 7px 20px;
  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 div.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-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-active div.button,
html.wf-inactive div.button {
  visibility: visible;
}

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

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

a.button:focus, #main #block-system-main a.button:focus, input[type="submit"]:focus,
button[type="submit"]:focus, div.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, div.button span:after {
  display: none;
}

a.button.text-link, #main #block-system-main a.text-link.button, input.text-link[type="submit"],
button.text-link[type="submit"], div.button.text-link {
  padding: 7px 0;
  color: #005186;
  background: transparent;
}

a.button.arrow.text-link, #main #block-system-main a.arrow.text-link.button, input.arrow.text-link[type="submit"],
button.arrow.text-link[type="submit"], div.button.arrow.text-link {
  padding: 7px 0;
  color: #005186;
  background: transparent;
}

a.button.arrow.text-link:hover, #main #block-system-main a.arrow.text-link.button:hover, input.arrow.text-link[type="submit"]:hover,
button.arrow.text-link[type="submit"]:hover, div.button.arrow.text-link:hover {
  color: #0070b9;
  background: transparent;
}

a.button.arrow.text-link:hover:after, #main #block-system-main a.arrow.text-link.button:hover:after, input.arrow.text-link[type="submit"]:hover:after,
button.arrow.text-link[type="submit"]:hover:after, div.button.arrow.text-link:hover:after {
  color: #0070b9;
}

a.button.arrow.text-link:focus, #main #block-system-main a.arrow.text-link.button:focus, input.arrow.text-link[type="submit"]:focus,
button.arrow.text-link[type="submit"]:focus, div.button.arrow.text-link:focus {
  color: #007fd3;
  background: transparent;
}

a.button.arrow:hover:after, #main #block-system-main a.arrow.button:hover:after, input.arrow[type="submit"]:hover:after,
button.arrow[type="submit"]:hover:after, div.button.arrow:hover:after {
  transform: translateX(10px);
}

a.button.arrow:after, #main #block-system-main a.arrow.button:after, input.arrow[type="submit"]:after,
button.arrow[type="submit"]:after, div.button.arrow:after {
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  transform: translateX(5px);
  -webkit-font-smoothing: antialiased;
  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.arrow.down:hover:after, #main #block-system-main a.arrow.down.button:hover:after, input.arrow.down[type="submit"]:hover:after,
button.arrow.down[type="submit"]:hover:after, div.button.arrow.down:hover:after {
  transform: translate(5px, 0);
}

a.button.arrow.down:after, #main #block-system-main a.arrow.down.button:after, input.arrow.down[type="submit"]:after,
button.arrow.down[type="submit"]:after, div.button.arrow.down:after {
  transform: translate(5px, 0);
  content: "";
  font-family: 'textron-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
}

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

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

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

a.button.white, #main #block-system-main a.white.button, input.white[type="submit"],
button.white[type="submit"], div.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, div.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, div.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, div.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"], div.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, div.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, div.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, div.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, div.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, div.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, div.button.play:before {
  -webkit-font-smoothing: antialiased;
  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 {
  margin-bottom: 15px;
  padding-left: 50px;
  line-height: 33px;
}

@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 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* 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: 30px;
  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: 30px;
  border-right: 1px solid #e5e5e5;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  color: black;
  font-size: 16px;
  line-height: 33px;
}

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;
  margin-bottom: 40px;
  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.subheading--has-p {
  margin-bottom: 25px;
}

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 {
  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 {
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.17) ;
  position: relative;
  width: 100%;
  height: 106px;
  background: white;
  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 {
  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;
  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 .traded {
  position: absolute;
  width: 100%;
  bottom: 5px;
  font-size: 10px;
}

footer {
  background: #02548b;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* 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;
  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;
  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 15px;
  }
}

@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;
  transition: 0.2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: white;
  color: #b9dcf3;
  font-size: 12px;
  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;
}

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 .breadcrumbs {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
  padding: 20px 0;
  z-index: 1;
}

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

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

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

#marquee .wrapper-container .breadcrumbs a {
  -webkit-font-smoothing: antialiased;
  transition: 0.2s;
  color: #b9dcf3;
  font-size: 14px;
}

#marquee .wrapper-container .breadcrumbs 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 .breadcrumbs a:hover {
  color: #cfe7f7;
}

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

#marquee .wrapper-container .breadcrumbs 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 {
  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 {
    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 {
  transform: translateY(-50%);
  position: relative;
  color: white;
  top: 50%;
}

#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;
}

@media only screen and (min-width: 1281px) {
  .one-sidebar #main:before {
    left: 320px;
  }
}

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



@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;
  }
}


section#main {
    display: flex;
}

@media (min-width: 1025px) and (max-width: 1223px){
	#block-menu-menu-careerpageleftnavigation a.menu__link {
      line-height: 20px !important;
    }
    .one-sidebar #main::before{
      background: white;
    }
}


@media (min-width: 1250px) and (max-width: 1279px)
{
	section#main {
	     display: flex;
	}
}
@media (min-width: 1250px) and (max-width: 1296px)
{
	#block-menu-menu-careerpageleftnavigation ul.menu li.menu__item a.menu__link {
    line-height: 20px;
    }
}

#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;
  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;
  transition: 0.2s;
  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;
}

#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 {
  width: 100%;
}

.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 {
  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;
  transition: 0.2s;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  /* 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 {
  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;
  transition: 0.3s;
  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;
}

#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 {
  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;
  transition: 0.2s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  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 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* 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;
  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-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;
  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;
  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;
  transition: 0.2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  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;
  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;
  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;
  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;
  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;
  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;
  transition: 0.2s;
  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;
}

.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;
  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 {
  border-radius: 0;
  content: "";
  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;
  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 {
  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 {
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  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;
  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;
  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 {
  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;
}

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;
}

.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;
  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;
  transition: 0.2s;
  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;
  }
}

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

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

body.page-careers.careers-main #marquee .background-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #005186;
  mix-blend-mode: color;
  opacity: 1;
}

@supports (-ms-ime-align: auto) {
  body.page-careers.careers-main #marquee .background-image:before {
    opacity: 0.7;
  }
}

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

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

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

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

body.page-careers.careers-main #marquee .marquee-content {
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  width: calc(100% - 60px) !important;
  max-width: 1340px;
}

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

@media only screen and (max-width: 600px) {
  body.page-careers.careers-main #marquee .marquee-content {
    width: calc(100% - 40px) !important;
  }
}

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

body.page-careers.careers-main #marquee .marquee-content__main {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  body.page-careers.careers-main #marquee .marquee-content__main {
    flex-direction: column;
  }
}

body.page-careers.careers-main #marquee .marquee-content .logo-container {
  position: relative;
  padding-right: 30px;
  width: 25%;
}

@media only screen and (max-width: 600px) {
  body.page-careers.careers-main #marquee .marquee-content .logo-container {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

body.page-careers.careers-main #marquee .marquee-content .logo-container .logo {
  position: relative;
  width: 100%;
  height: 125px;
  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) {
  body.page-careers.careers-main #marquee .marquee-content .logo-container .logo {
    display: block;
    margin: 0 auto;
    width: 176px;
    height: 100px;
    top: 0;
    height: 70px;
  }
}

body.page-careers.careers-main #marquee .marquee-content .video-gallery {
  display: block;
  width: 75%;
}

@media only screen and (max-width: 600px) {
  body.page-careers.careers-main #marquee .marquee-content .video-gallery {
    width: 100%;
  }
}

body.page-careers.careers-main #marquee .marquee-content .video-gallery .owl-video-tn {
  background-size: cover;
  padding-bottom: 56%;
  /* 16:9 */
}

body.page-careers.careers-main #marquee .marquee-content .video-gallery .owl-item {
  background-color: black;
}

body.page-careers.careers-main #marquee .marquee-content .video-gallery .owl-video-frame {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 */
  height: 0;
}

body.page-careers.careers-main #marquee .marquee-content .video-gallery .owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page-careers.careers-main #marquee .marquee-content .video-gallery .owl-video-play-icon {
  background-image: url("/include/uploads/play.png");
  background-size: cover;
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails {
  width: 100%;
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails .owl-stage {
  left: -30px;
}

@media only screen and (min-width: 1281px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails .owl-stage {
    left: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails .owl-stage {
    left: -20px !important;
  }
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails .owl-item {
  padding-top: 30px;
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  background-color: white;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail {
    height: 55px;
  }
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail.active {
  box-shadow: inset 0 0 0 4px #f6cf3f;
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail.active:hover svg {
  transform: none;
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail:hover {
  box-shadow: inset 0 0 0 4px #f6cf3f;
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail:hover svg {
  transform: scale(1.15);
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__title {
  display: inline-block;
  position: relative;
  width: calc(100% - 85px);
  padding: 0 0 0 14px;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #005186;
}

html.wf-loading body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__title {
  visibility: hidden;
}

html.wf-active body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__title,
html.wf-inactive body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__title {
  visibility: visible;
}

@media only screen and (min-width: 1281px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__title {
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__title {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 600px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__title {
    width: calc(100% - 50px);
  }
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail svg {
  position: absolute;
  right: 50px;
  width: 30px;
  height: 30px;
  fill: #005186;
  transition: 0.2s;
}

@media only screen and (min-width: 1281px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail svg {
    width: 35px;
    right: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail svg {
    right: 45px;
  }
}

@media only screen and (max-width: 600px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail svg {
    right: 15px;
  }
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__image {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1281px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__image {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__image {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (max-width: 600px) {
  body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__image {
    display: none;
  }
}

body.page-careers.careers-main #marquee .marquee-content .marquee-video-thumbnails__thumbnail__image img {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}

body.page-careers #main {
  margin: 122px 0 70px;
}

@media only screen and (max-width: 768px) {
  body.page-careers #main {
    margin: 162px 0 50px;
  }
}

@media only screen and (max-width: 493px) {
  body.page-careers #main {
    margin-top: 186px;
  }
}

body.page-careers #main #block-system-main {
  overflow: visible;
}

body.page-careers #main #block-system-main a {
  cursor: pointer;
  text-decoration: none;
  border: none;
}

body.page-careers .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background: transparent;
}

body.page-careers .owl-next, body.page-careers .owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -40px;
}

body.page-careers .owl-next:hover svg, body.page-careers .owl-prev:hover svg {
  fill: #0070b9;
}

body.page-careers .owl-next.disabled svg, body.page-careers .owl-prev.disabled svg {
  fill: #dadada;
}

body.page-careers .owl-next svg, body.page-careers .owl-prev svg {
  width: 100%;
  fill: #005186;
  transition: 0.2s;
  transform: rotate(0.001deg);
}

body.page-careers .owl-prev {
  left: calc(50% - 34px);
}

body.page-careers .owl-next {
  right: calc(50% - 34px);
}

/* --------------------------
 * Career Search Sticky Header
 * -------------------------- */
.career-search__container {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.career-search__container--stick {
  position: fixed;
  top: 0;
  left: 0;
}

.career-search__header {
  background-color: #f6cf3f;
}

.career-search__header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 15px 30px;
}

@media only screen and (max-width: 1024px) {
  .career-search__header__container {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .career-search__header__container {
    justify-content: center;
    padding: 16px 20px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .career-search__header__container {
    padding: 16px 10px 20px;
  }
}

@media (min-width: 769px){
	.career-search__container{
		height: 54px;
	}
	.career-search__header{
		height: 54px;
	}
	.career-search__header__container{
	    padding: 8px 7px;
	}
	a.career-search__header__button.button.arrow.down{
	    line-height: 23px;
		margin-right: 5px !important;
	}
	.career-search__header__headline{
	    margin-left: 5px;
	}
}

.career-search__header__headline {
  width: auto;
  margin: 0 15px 0 0;
  text-align: left;
  text-transform: uppercase;
  color: #005186;
}

@media only screen and (max-width: 768px) {
  .career-search__header__headline {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.career-search__header__button {
  margin: 0 0 0 auto !important;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .career-search__header__button {
    margin: 10px 0 0 0 !important;
  }
}

.career-search__header__button--active:hover:after {
  transform: translate(5px, 0) rotate(-180deg) !important;
}

.career-search__header__button--active:after {
  transform: translate(5px, 0) rotate(-180deg) !important;
}

.career-search__dropdown {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100vh - 72px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  /* This is for a scroll-related Firefox bug */
}

@supports (-moz-appearance: none) {
  @media all and (min-width: 1025px) and (max-height: 582px) {
    .career-search__dropdown.pc {
      box-sizing: content-box;
      width: calc(100% + 17px);
      padding-right: 17px;
    }
  }
  @media all and (max-width: 1024px) and (max-height: 612px) {
    .career-search__dropdown.pc {
      box-sizing: content-box;
      width: calc(100% + 17px);
      padding-right: 17px;
    }
  }
  @media all and (max-width: 768px) and (max-height: none) {
    .career-search__dropdown.pc {
      box-sizing: content-box;
      width: calc(100% + 17px);
      padding-right: 17px;
    }
  }
}

.career-search__dropdown--active {
  overflow: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

@media only screen and (max-width: 768px) {
  .career-search__dropdown--active {
    height: calc(100vh - 112px);
  }
}

@media only screen and (max-width: 493px) {
  .career-search__dropdown--active {
    height: calc(100vh - 136px);
  }
}

.career-search__dropdown__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 30px 60px;
  background-color: #f6cf3f;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 0.2s;
}

.career-search__dropdown__container--active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

@media only screen and (max-width: 1024px) {
  .career-search__dropdown__container {
    padding: 0 20px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .career-search__dropdown__container {
    padding: 0 20px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .career-search__dropdown__container {
    padding: 0 10px 20px;
  }
}

.career-search__dropdown__overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  opacity: 1;
  z-index: 0;
}

.career-search__dropdown__close.button.text-link {
  margin-left: auto;
  padding: 0;
  font-size: 24px !important;
}

@media only screen and (max-width: 768px) {
  .career-search__dropdown__close.button.text-link {
    position: absolute;
    top: 0;
    right: 10px;
  }
}

.career-search__dropdown__close.button.text-link:hover {
  color: #0070b9;
}

.career-search__dropdown__description {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .career-search__dropdown__description {
    max-width: 540px;
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .career-search__dropdown__description {
    padding-right: 25px;
  }
}

.career-search__dropdown__filters {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  max-width: 100%;
  margin: 30px 0px 0px 70px;
}

@media only screen and (max-width: 768px) {
  .career-search__dropdown__filters {
    max-width: 540px;
    margin-top: 20px;
  }
}

.career-search__dropdown__filters .form-item {
  flex: 0 0 calc(99.9% * 1 / 2 - 15px);
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1 / 2 - 15px);
  display: flex;
  flex-direction: column;
}

.career-search__dropdown__filters .form-item:nth-of-type(n) {
  margin-right: 30px;
  margin-bottom: 15px;
}

.career-search__dropdown__filters .form-item:nth-of-type(2n) {
  margin-right: 0;
}

.career-search__dropdown__filters .form-item:hover .form-item__input, .career-search__dropdown__filters .form-item:hover .form-item__select {
  border: 1px solid #0070b9 !important;
}

.career-search__dropdown__filters .form-item:hover .form-item__dropdown:before {
  background-color: #0070b9;
}

@media only screen and (max-width: 768px) {
  .career-search__dropdown__filters .form-item {
    flex: 0 0 calc(99.9% * 1 / 1 - 0px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 1 - 0px);
  }
  .career-search__dropdown__filters .form-item:nth-of-type(n) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .career-search__dropdown__filters .form-item:nth-of-type(1n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .career-search__dropdown__filters .form-item.mobile-reorder {
    order: 1;
  }
}

.career-search__dropdown__filters .form-item__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: left;
  color: black;
  visibility: inherit !important;
}

html.wf-loading .career-search__dropdown__filters .form-item__label {
  visibility: hidden;
}

html.wf-active .career-search__dropdown__filters .form-item__label,
html.wf-inactive .career-search__dropdown__filters .form-item__label {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  .career-search__dropdown__filters .form-item__label {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.career-search__dropdown__filters .form-item__input {
  width: 100%;
  padding: 10px 10px 9px;
  border: 1px solid #dbdbdb !important;
  transition: 0.2s;
}

.career-search__dropdown__filters .form-item__dropdown {
  display: block;
  position: relative;
}

.career-search__dropdown__filters .form-item__dropdown:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  pointer-events: none;
  background-color: #005186;
  z-index: 2;
  transition: 0.2s;
}

.career-search__dropdown__filters .form-item__dropdown:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 19px;
  right: 16px;
  margin: 0 auto;
  pointer-events: none;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: white;
  z-index: 2;
  transform: scale(1) translateY(-4px) rotate(-225deg);
}

.career-search__dropdown__filters .form-item__dropdown span {
  display: none;
}

.career-search__dropdown__filters .form-item__select {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 4px 52px 4px 10px;
  background-color: white;
  outline: none;
  cursor: pointer;
  border: 1px solid #dbdbdb !important;
  border-radius: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: 0.2s;
}

.career-search__dropdown__filters .form-item select::-ms-expand {
  display: none;
}

.career-search__dropdown__filters .form-item select::-ms-value {
  background: transparent;
}

.career-search__dropdown__multiple-links {
  display: flex;
}

@media only screen and (max-width: 493px) {
  .career-search__dropdown__multiple-links {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.career-search__dropdown__multiple-links__link:first-of-type {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid black;
}

@media only screen and (max-width: 493px) {
  .career-search__dropdown__multiple-links__link:first-of-type {
    padding-right: 0;
    margin: 0 0 10px;
    border-right: none;
  }
}

.career-search__dropdown__submit.button {
  margin: 15px auto;
  visibility: inherit !important;
}

.career-search__dropdown__clear {
  margin-bottom: 10px;
}

.career-search__dropdown a {
  cursor: pointer;
}

.career-search__dropdown a.secondary {
  color: #005186;
}

.career-search__dropdown a.secondary:hover {
  color: #0070b9;
}

/* --------------------------
 * Full Width Callouts
 * -------------------------- */
.callout-full-width__container {
  margin: 50px auto;
}

.callout-full-width__content {
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
  float: left;
  overflow: hidden;
}

.callout-full-width__content:nth-of-type(even) .callout-full-width__text {
  right: 0;
  left: unset;
  padding: 20px 30px 20px 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .callout-full-width__content:nth-of-type(even) .callout-full-width__text {
    left: 53%;
  }
}

@media only screen and (max-width: 768px) {
  .callout-full-width__content:nth-of-type(even) .callout-full-width__text {
    right: unset;
    padding: 25px 30px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .callout-full-width__content:nth-of-type(even) .callout-full-width__text {
    padding: 25px 20px 30px;
  }
}

.callout-full-width__content:nth-of-type(even) .callout-full-width__image {
  right: unset;
  left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .callout-full-width__content:nth-of-type(even) .callout-full-width__image {
    right: 47%;
  }
}

.callout-full-width__content:nth-of-type(even) .callout-full-width__image:after {
  right: -1px;
  left: unset;
  border-top: 225px solid transparent;
  border-right: 50px solid #005186;
  border-bottom: 225px solid transparent;
  border-left: 225px solid transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .callout-full-width__content:nth-of-type(even) .callout-full-width__image:after {
    right: -1px;
    left: auto;
  }
}

@media only screen and (max-width: 768px) {
  .callout-full-width__content:nth-of-type(even) .callout-full-width__image:after {
    display: none;
  }
}

.callout-full-width__content:last-of-type {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .callout-full-width__content {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .callout-full-width__content {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .callout-full-width__content {
    margin-bottom: 30px;
  }
}

.callout-full-width__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 15px 20px 30px;
  width: 47%;
  height: 100%;
  color: white;
  background-color: #005186;
}

@media only screen and (max-width: 768px) {
  .callout-full-width__text {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: unset;
    right: unset;
    padding: 25px 30px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .callout-full-width__text {
    padding: 25px 20px 30px;
  }
}

.callout-full-width__headline {
  margin: 0 !important;
  color: white !important;
}

.callout-full-width__subhead {
  margin: 10px 0 20px;
  color: white;
}

.callout-full-width__button.button.arrow {
  margin-right: auto;
  margin-bottom: 0 !important;
}

.callout-full-width__image {
  position: absolute;
  width: 53%;
  height: 100%;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .callout-full-width__image {
    position: relative;
    width: 100%;
    height: 300px;
    order: -1;
  }
}

@media only screen and (max-width: 768px) and (max-width: 600px) {
  .callout-full-width__image {
    height: 240px;
  }
}

.callout-full-width__image:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -1px;
  border-top: 225px solid transparent;
  border-right: 225px solid transparent;
  border-bottom: 225px solid transparent;
  border-left: 50px solid #005186;
}

@media only screen and (max-width: 768px) {
  .callout-full-width__image:after {
    display: none;
  }
}

/* --------------------------
 * Two-Column Callouts
 * -------------------------- */
.callout-two-column__container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 20px auto 50px;
}

@media only screen and (max-width: 1024px) {
  .callout-two-column__container {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .callout-two-column__container {
    margin-top: 40px;
  }
}

.callout-two-column__container:before, .callout-two-column__container:after {
  content: none;
  display: none;
}

.callout-two-column__content {
  flex: 0 0 calc(99.9% * 1 / 2 - 15px);
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1 / 2 - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 350px;
  margin-top: 30px;
  padding: 20px 0;
  overflow: hidden;
  border: none !important;
}

.callout-two-column__content:nth-of-type(n) {
  margin-right: 30px;
  margin-bottom: 0;
}

.callout-two-column__content:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .callout-two-column__content {
    flex: 0 0 calc(99.9% * 1 / 2 - 10px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 2 - 10px);
    height: 300px;
    margin-top: 20px;
  }
  .callout-two-column__content:nth-of-type(n) {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .callout-two-column__content:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .callout-two-column__content {
    height: 260px;
  }
}

@media only screen and (max-width: 600px) {
  .callout-two-column__content {
    flex: 0 0 calc(99.9% * 1 / 1 - 0px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 1 - 0px);
    height: 280px;
    margin-top: 10px;
  }
  .callout-two-column__content:nth-of-type(n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .callout-two-column__content:nth-of-type(1n) {
    margin-right: 0;
  }
}

.callout-two-column__content:hover .callout-two-column__image {
  transform: scale(1.1) rotate(0.001deg);
}

.callout-two-column__content:hover .callout-two-column__button.button.yellow.arrow {
  color: #0070b9;
  background: #f8db70;
}

.callout-two-column__content:hover .callout-two-column__button.button.yellow.arrow:after {
  transform: translateX(10px);
}

.callout-two-column__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 81, 134, 0.9);
  background-blend-mode: multiply;
  transition: 0.2s ease-in-out;
  transform-origin: 50% 50%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .callout-two-column__image {
    background-blend-mode: normal;
  }
  .callout-two-column__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 27, 44, 0.7);
    z-index: 0;
  }
}

.ie .callout-two-column__image {
  background-blend-mode: normal;
}

.ie .callout-two-column__image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 27, 44, 0.7);
  z-index: 0;
}

@media only screen and (max-width: 600px) {
  .ie .callout-two-column__image {
    opacity: 1;
  }
}

@supports (display: -ms-grid) {
  .callout-two-column__image {
    background-blend-mode: normal;
  }
  .callout-two-column__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 27, 44, 0.7);
    z-index: 0;
  }
}

.callout-two-column__headline {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 0 15px !important;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: white !important;
}

@media only screen and (max-width: 1024px) {
  .callout-two-column__headline {
    width: calc(100% - 40px);
  }
}

.callout-two-column__button {
  margin-bottom: 0 !important;
}

/* --------------------------
 * What's New Gallery
 * -------------------------- */
.news-gallery__container {
  position: relative;
  margin-bottom: 40px;
}

.news-gallery__header {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 600px) {
  .news-gallery__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
  }
}

.news-gallery__title {
  margin: 0 !important;
  padding: 12px 0;
  color: #005186 !important;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .news-gallery__title {
    padding-bottom: 0;
  }
}

.news-gallery__text-link.button {
  margin-left: auto;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  .news-gallery__text-link.button {
    margin-left: 0;
  }
}

.news-gallery__slider-container {
  -o-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

@media only screen and (min-width: 1281px) {
  .news-gallery__slider-container {
    height: 450px;
  }
}

@media only screen and (max-width: 768px) {
  .news-gallery__slider-container {
    height: 260px;
  }
}

@media only screen and (max-width: 600px) {
  .news-gallery__slider-container {
    height: 200px;
  }
}

.news-gallery__slider {
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  transition: 0.6s;
  position: absolute;
  width: 50%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.news-gallery__slider--text {
  left: 0;
}

@media only screen and (max-width: 600px) {
  .news-gallery__slider--text {
    width: 100%;
  }
}

.news-gallery__slider--image {
  left: 50%;
}

@media only screen and (max-width: 600px) {
  .news-gallery__slider--image {
    display: none;
  }
}

.news-gallery__slider__slide {
  -webkit-font-smoothing: antialiased;
  transition: 0.6s;
  display: block;
  position: absolute !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-backface-visibility: hidden;
}

.news-gallery__slider__slide:before {
  display: none !important;
}

.news-gallery__slider__slide:first-child {
  z-index: 9;
}

.news-gallery__slider__slide--text:nth-child(odd) {
  background: #e7e7e7;
}

.news-gallery__slider__slide--text:nth-child(even) {
  background: #dadada;
}

.news-gallery__slider__text__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.news-gallery__slider__text__headline {
  margin: 0 0 10px !important;
  text-transform: none;
  color: black !important;
}

.news-gallery__slider__text__text-link.button.text-link {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.news-gallery__slider__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-gallery__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-gallery__controls {
    display: none;
  }
}

.news-gallery__controls svg {
  position: relative;
  width: 30px;
  fill: #005186;
  cursor: pointer;
  transition: 0.2s;
}

.news-gallery__controls svg:hover {
  fill: #0070b9;
}

.news-gallery__controls__previous {
  margin-right: 5px;
}

.news-gallery__controls__next {
  margin-left: 5px;
}

.news-gallery__controls ul {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.5 !important;
  text-align: center;
  z-index: 10;
}

.news-gallery__controls ul li {
  display: inline-block;
  margin: 0 5px !important;
  padding: 0 !important;
  height: 15px;
  width: 15px;
  background: #7d7d7d;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
}

.news-gallery__controls ul li:hover {
  background: #005186;
}

.news-gallery__controls ul li.active {
  background: #005186;
  transition: 0.2s;
}

.news-gallery__controls ul li:before {
  display: none !important;
}

/* --------------------------
 * Upcoming Events Gallery
 * -------------------------- */
.upcoming-events__container {
  margin-bottom: 40px;
}

.upcoming-events__header {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 600px) {
  .upcoming-events__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
  }
}

.upcoming-events__title {
  margin: 0 !important;
  padding: 12px 0;
  color: #005186 !important;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .upcoming-events__title {
    padding-bottom: 0;
  }
}

.upcoming-events__text-link.button {
  margin-left: auto;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  .upcoming-events__text-link.button {
    margin-left: 0;
  }
}

.upcoming-events__slider {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .upcoming-events__slider {
    flex-wrap: wrap;
  }
}

.upcoming-events__slider .owl-stage-outer {
  display: flex;
  padding: 2px;
}

.upcoming-events__slider .owl-stage-outer .owl-stage {
  display: flex;
  left: -50px !important;
}

@media only screen and (max-width: 450px) {
  .upcoming-events__slider .owl-stage-outer .owl-stage {
    left: -25px !important;
  }
}

.upcoming-events__slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  padding: 2px;
}

.upcoming-events__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb !important;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .upcoming-events__card {
    flex: 0 0 calc(99.9% * 1 / 3 - 13.3333333333px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 3 - 13.3333333333px);
  }
  .upcoming-events__card:nth-of-type(n) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .upcoming-events__card:nth-of-type(3n) {
    margin-right: 0;
  }
}

.upcoming-events__card:hover {
  border: 1px solid #0070b9 !important;
  box-shadow: 0 0 0 1px #0070b9;
}

.upcoming-events__card:hover .upcoming-events__card__text-link.button.arrow.text-link {
  color: #0070b9 !important;
}

.upcoming-events__card:hover .upcoming-events__card__text-link.button.arrow.text-link:after {
  transform: translateX(10px);
}

.upcoming-events__card__image {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 600px) {
  .upcoming-events__card__image {
    height: 160px;
  }
}

.upcoming-events__card__headline {
  color: #005186 !important;
  width: calc(100% - 50px);
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.upcoming-events__card p {
  width: calc(100% - 50px);
  line-height: 24px;
  margin-bottom: 23px;
}

.upcoming-events__card p:first-of-type {
  margin-bottom: 0;
}

.upcoming-events__card__text-link.button.arrow.text-link {
  display: block;
  width: calc(100% - 50px);
  margin-top: auto;
  margin-bottom: 0;
  padding: 17px 0;
  text-align: center;
  border-top: 1px solid #dbdbdb;
}

@media only screen and (max-width: 600px) {
  .upcoming-events__card__text-link.button.arrow.text-link {
    padding: 12px 0;
  }
}

/* --------------------------
 * Content Teasers (both icons and images)
 * -------------------------- */
.content-teasers--icons__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  padding: 50px 0 13px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.content-teasers--icons__teaser {
  flex: 0 0 calc(99.9% * 1 / 3 - 20px);
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1 / 3 - 20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.content-teasers--icons__teaser:nth-of-type(n) {
  margin-right: 30px;
  margin-bottom: 30px;
}

.content-teasers--icons__teaser:nth-of-type(3n) {
  margin-right: 0;
}

.content-teasers--icons__teaser:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .content-teasers--icons__teaser {
    flex: 0 0 calc(99.9% * 1 / 2 - 15px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 2 - 15px);
  }
  .content-teasers--icons__teaser:nth-of-type(n) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .content-teasers--icons__teaser:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .content-teasers--icons__teaser {
    flex: 0 0 calc(99.9% * 1 / 1 - 0px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 1 - 0px);
    align-items: center;
    text-align: center;
  }
  .content-teasers--icons__teaser:nth-of-type(n) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .content-teasers--icons__teaser:nth-of-type(1n) {
    margin-right: 0;
  }
}

.content-teasers--icons__teaser svg {
  width: 50px;
  margin-bottom: 20px;
  fill: #005186;
}

@media only screen and (max-width: 600px) {
  .content-teasers--icons__teaser svg {
    margin-bottom: 15px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-teasers--icons__teaser svg {
    height: 50px;
  }
}

.content-teasers--icons__teaser__headline {
  margin: 0 0 15px !important;
  color: #005186 !important;
}

@media only screen and (max-width: 600px) {
  .content-teasers--icons__teaser__headline {
    margin: 0 0 10px !important;
  }
}

.content-teasers--icons__teaser__description {
  margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  .content-teasers--icons__teaser__description {
    margin-bottom: 0;
  }
}

.content-teasers--icons__teaser__link.text-link {
  margin-bottom: 0 !important;
}

.content-teasers--images__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 30px;
}

.content-teasers--images__teaser-card {
  flex: 0 0 calc(99.9% * 1 / 3 - 13.3333333333px);
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1 / 3 - 13.3333333333px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb !important;
}

.content-teasers--images__teaser-card:nth-of-type(n) {
  margin-right: 20px;
  margin-bottom: 20px;
}

.content-teasers--images__teaser-card:nth-of-type(3n) {
  margin-right: 0;
}

.content-teasers--images__teaser-card:hover {
  border: 1px solid #0070b9 !important;
  box-shadow: 0 0 0 1px #0070b9;
}

.content-teasers--images__teaser-card:hover .content-teasers--images__teaser-card__link.arrow.text-link {
  color: #0070b9;
}

.content-teasers--images__teaser-card:hover .content-teasers--images__teaser-card__link.arrow.text-link:after {
  transform: translateX(10px);
}

@media only screen and (max-width: 768px) {
  .content-teasers--images__teaser-card {
    flex: 0 0 calc(99.9% * 1 / 2 - 10px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 2 - 10px);
  }
  .content-teasers--images__teaser-card:nth-of-type(n) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .content-teasers--images__teaser-card:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .content-teasers--images__teaser-card {
    flex: 0 0 calc(99.9% * 1 / 1 - 0px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 1 - 0px);
  }
  .content-teasers--images__teaser-card:nth-of-type(n) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content-teasers--images__teaser-card:nth-of-type(1n) {
    margin-right: 0;
  }
}

.content-teasers--images__teaser-card__image {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 768px) {
  .content-teasers--images__teaser-card__image {
    height: 200px;
  }
}

.content-teasers--images__teaser-card__headline {
  width: calc(100% - 40px);
  margin-top: 18px !important;
  margin-bottom: 15px !important;
  color: #005186 !important;
}

.content-teasers--images__teaser-card__description {
  width: calc(100% - 40px);
  margin-bottom: 23px;
  line-height: 24px;
}

.content-teasers--images__teaser-card__link.button.arrow.text-link {
  width: calc(100% - 40px);
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  padding: 12px 0;
  text-align: center;
  border-top: 1px solid #dbdbdb;
}

/* --------------------------
 * Media Gallery
 * -------------------------- */
.media-gallery__primary {
  margin: 50px auto 20px;
}

@media only screen and (max-width: 600px) {
  .media-gallery__primary {
    margin-bottom: 10px;
  }
}

.media-gallery__primary__item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-gallery__primary__item:hover .media-gallery__primary__item__caption {
  color: #005186 !important;
}

.media-gallery__primary__item iframe {
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-out;
  transition-delay: .5s;
  opacity: 0;
}

.media-gallery__primary__item__caption {
  display: inline-block;
  position: absolute;
  max-width: calc(100% - 20px);
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  line-height: 18px;
  color: #005186 !important;
  font-style: italic;
  background-color: #e7e7e7;
}

.media-gallery__primary .owl-video-tn {
  background-size: cover;
  padding-bottom: 56%;
  /* 16:9 */
}

.media-gallery__primary .owl-item {
  background-color: black;
}

.media-gallery__primary .owl-video-frame {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 */
  height: 0;
}

.media-gallery__primary .owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-gallery__primary .owl-video-play-icon {
  background-image: url("/include/uploads/play.png");
  background-size: cover;
}

.media-gallery__primary .owl-item.active .media-gallery__primary__item iframe {
  opacity: 1;
}

.media-gallery__secondary {
  margin-bottom: 80px;
}

.media-gallery__secondary .owl-stage {
  left: -50px;
}

@media only screen and (max-width: 768px) {
  .media-gallery__secondary .owl-stage {
    left: -25px;
  }
}

@media only screen and (max-width: 600px) {
  .media-gallery__secondary .owl-stage {
    left: -15px;
  }
}

.media-gallery__secondary__item {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.media-gallery__secondary__item:hover {
  box-shadow: inset 0 0 0 4px #f6cf3f;
}

.media-gallery__secondary__item:hover:before {
  opacity: 0;
}

.media-gallery__secondary__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #005186;
  mix-blend-mode: screen;
  transition: 0.2s;
  opacity: 1;
}

.media-gallery__secondary__item.active {
  box-shadow: inset 0 0 0 4px #f6cf3f;
}

.media-gallery__secondary__item.active:before {
  opacity: 0;
}

.media-gallery__secondary__item--video:hover:after {
  transform: scale(1.2);
}

.media-gallery__secondary__item--video.active:hover:after {
  transform: none;
}

.media-gallery__secondary__item--video.active:after {
  opacity: 0.7;
}

.media-gallery__secondary__item--video:after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background: url("/include/uploads/play.png") center center no-repeat;
  background-size: cover;
  transition: 0.2s;
}

.media-gallery__secondary__item iframe {
  width: 100%;
  height: 100%;
}

/* --------------------------
 * Media with Text Component
 * -------------------------- */
.media-with-text__container {
  display: flex;
  position: relative;
  margin: 50px auto;
}

.page-three-video li:nth-of-type(even) .media-with-text__text {
    background-color: white;
    order: 1;
    margin: 0 0 0 30px;
}

.page-three-video li:nth-of-type(even) .media-with-text__text .media-with-text__text--video {
	order: 1;
	margin: 0 0 0 30px;
}

.media-with-text__container:nth-of-type(even) .media-with-text__text {
  order: 1;
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 768px) {
  .media-with-text__container:nth-of-type(even) .media-with-text__text {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .media-with-text__container {
    flex-direction: column;
  }
}

.media-with-text__text, .media-with-text__media {
  flex: 0 0 calc(99.9% * 1 / 2 - 15px);
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1 / 2 - 15px);
}

.media-with-text__text:nth-of-type(n), .media-with-text__media:nth-of-type(n) {
  margin-right: 30px;
  margin-bottom: 0;
}

.media-with-text__text:nth-of-type(2n), .media-with-text__media:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .media-with-text__text, .media-with-text__media {
    flex: 0 0 calc(99.9% * 1 / 1 - 0px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 1 - 0px);
  }
  .media-with-text__text:nth-of-type(n), .media-with-text__media:nth-of-type(n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .media-with-text__text:nth-of-type(1n), .media-with-text__media:nth-of-type(1n) {
    margin-right: 0;
  }
}

.media-with-text__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-with-text__text--video--inactive {
  display: none;
}

.media-with-text__text__headline {
  margin: 0 0 15px !important;
  color: #005186 !important;
}

@media only screen and (max-width: 768px) {
  .media-with-text__text__headline {
    margin: 0 0 10px !important;
  }
}

.media-with-text__text__description {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .media-with-text__text__description {
    margin-bottom: 15px;
  }
}

.media-with-text__text__link.button {
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .media-with-text__text__link.button {
    margin-bottom: 0 !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .media-with-text__text__link.button {
    position: absolute !important;
  }
}

.media-with-text__media {
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 1281px) {
  .media-with-text__media {
    height: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  .media-with-text__media {
    height: 350px;
  }
}

@media only screen and (max-width: 768px) {
  .media-with-text__media {
    order: -1;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 600px) {
  .media-with-text__media {
    height: 240px;
  }
}

.media-with-text__media--video {
  display: block;
  cursor: pointer;
}

.media-with-text__media--video--inactive {
  display: none;
}

.media-with-text__media--video:hover:before {
  transform: scale(1.15);
}

.media-with-text__media--video:hover svg {
  transform: translate(-5px, -5px);
}

.media-with-text__media--video:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-top: 120px solid transparent;
  border-right: 120px solid #f6cf3f;
  transform-origin: 100% 100%;
  transition: 0.2s;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  .media-with-text__media--video:before {
    border-top-width: 102px;
    border-right-width: 102px;
  }
}

.media-with-text__media--video svg {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  fill: #005186;
  transition: 0.2s;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  .media-with-text__media--video svg {
    width: 40px;
  }
}

.media-with-text__video-embed__container {
  display: none;
  position: absolute;
  width: calc(100% - 26px);
  height: 0;
  padding-bottom: 54.75%;
}

.media-with-text__video-embed__container--active {
  display: block;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .media-with-text__video-embed__container {
    padding-bottom: 52%;
  }
}

.media-with-text__video-embed__video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.media-with-text__video-close {
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  display: block;
  position: absolute;
  width: 16px;
  height: 30px;
  top: 0;
  left: calc(100% + 10px);
  font-size: 24px;
  line-height: 0.75;
  color: #005186;
  cursor: pointer;
  transition: 0.2s;
}

html.wf-loading .media-with-text__video-close {
  visibility: hidden;
}

html.wf-active .media-with-text__video-close,
html.wf-inactive .media-with-text__video-close {
  visibility: visible;
}

.media-with-text__video-close:hover {
  color: #0070b9;
}

/* --------------------------
 * Related Content Cards
 * -------------------------- */
.related-content__container {
  margin-top: 50px;
  padding-top: 55px;
  border-top: 1px solid #dbdbdb;
}

@media only screen and (max-width: 768px) {
  .related-content__container {
    margin-bottom: 10px;
  }
}

.related-content__title {
  margin: 0 !important;
  color: #005186 !important;
  text-transform: uppercase;
}

.related-content__cards {
  display: flex;
  flex-wrap: wrap;
}

.related-content__card {
  flex: 0 0 calc(99.9% * 1 / 2 - 10px);
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(99.9% * 1 / 2 - 10px);
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 30px 20px 6px;
  border: 1px solid #dbdbdb !important;
  cursor: pointer;
}

.related-content__card:nth-of-type(n) {
  margin-right: 20px;
  margin-bottom: 0;
}

.related-content__card:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 1281px) {
  .related-content__card {
    flex: 0 0 calc(99.9% * 1 / 4 - 15px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 4 - 15px);
    padding-top: 20px;
  }
  .related-content__card:nth-of-type(n) {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .related-content__card:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .related-content__card {
    flex: 0 0 calc(99.9% * 1 / 4 - 15px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 4 - 15px);
    padding-top: 20px;
  }
  .related-content__card:nth-of-type(n) {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .related-content__card:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .related-content__card {
    flex: 0 0 calc(99.9% * 1 / 2 - 10px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 2 - 10px);
    padding-top: 30px;
  }
  .related-content__card:nth-of-type(n) {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .related-content__card:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .related-content__card {
    flex: 0 0 calc(99.9% * 1 / 1 - 0px);
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(99.9% * 1 / 1 - 0px);
    border-width: 2px;
  }
  .related-content__card:nth-of-type(n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .related-content__card:nth-of-type(1n) {
    margin-right: 0;
  }
}

.related-content__card:hover {
  border-color: #0070b9 !important;
  box-shadow: 0 0 0 1px #0070b9;
}

.related-content__card:hover .related-content__card__link.text-link {
  color: #0070b9;
}

.related-content__card:hover .related-content__card__link.text-link:after {
  transform: translateX(10px);
}

.related-content__card__headline {
  margin: 0 0 13px !important;
  color: #005186 !important;
}

.related-content__card__description {
  margin-bottom: 23px;
  line-height: 24px;
}

.related-content__card__link.text-link {
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 12px !important;
  text-align: center;
  border-top: 1px solid #dbdbdb;
}

/* SCSS for old components — feel free to delete if no longer necessary
-----------------------------------------------------------------------  
.explore-opportunities {
    position: relative;
    padding: 60px 0;
    width: 100%;
    height: auto;
    background: $blue;
    
    .content {
        position: relative;
        margin: 0 auto;
        max-width: 50%;
        text-align: center;
        
        @include respond-to(tablet-portrait) {
            max-width: 90%;
        }
        
        label {
            display: none;
        }
        .form-item {
            margin-left: auto;
            margin-right: auto;
        }
        .form-type-select {
            .selector {
                background: $career-selector-grey;
                border-color: $career-selector-grey;
                
                &:after {
                    color: $blue;
                    background: $career-selector-arrow-bg;
                }
                
                select {
                    color: black;
                }
            }
        }
        button {
            @extend a.button;
            @extend a.button.yellow;
            @extend a.button.arrow;
        }
        
        h2 {
            margin-bottom: 20px;
            color: white;
            text-align: center;
        }
    }
}
.callout-full-width {
    @include sr-clearfix;
    position: relative;
    width: 100%;
    height: auto;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: $light-grey;
    float: left;
    overflow: hidden;
    
    &:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    &:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    &:nth-of-type(even) {
        background-color: $light-grey;
        
        @include respond-to(smartphone) {
            background-color: $light-grey;
        }
        
        &:before {
            @include complex-gradient($light-grey, rgba(0,0,0,0), vertical);
        }
        &:after {
            @include complex-gradient($light-grey, rgba(0,0,0,0));
        }
    }
    &:nth-of-type(odd) {
        background-color: #eae9e9;
        
        @include respond-to(smartphone) {
            background-color: #eae9e9;
        }
        
        &:before {
            @include complex-gradient(#eae9e9, rgba(0,0,0,0), vertical);
        }
        &:after {
            @include complex-gradient(#eae9e9, rgba(0,0,0,0));
        }
    }
    
    .title {
        @include monda(bold);
        position: relative;
        padding: 22px 30px 23px;
        color: $blue;
        font-size: 18px;
        text-transform: uppercase;
        z-index: 1;
        
        &:after {
            content: '';
            display: block;
            position: absolute;
            width: calc(100% - 60px);
            height: 1px;
            bottom: 0;
            left: 30px;
            background: rgba(black, 0.1);
        }
    }
    .content {
        position: relative;
        width: 50%;
        padding: 95px 30px 100px;
        z-index: 1;
        
        @include respond-to(smartphone) {
            width: 100%;
        }
        
        .headline {
            @include monda(bold);
            font-size: 28px;
            line-height: 29px;
        }
        .subhead {
            @include monda;
            margin-top: 7px;
            margin-bottom: 22px;
            font-size: 16px;
            line-height: 30px;
            
            @include respond-to(smartphone) {
                max-width: none;
            }
        }
    }
}
.story,
.find-a-job {
    @include sr-clearfix;
    position: relative;
    width: 50%;
    height: 425px;
    background-color: $light-grey;
    float: left;
    overflow: hidden;
    
    /* Alternate colors on desktop */
/* &.story:nth-child(4n),
    &.story:nth-child(4n+1) {
        background-color: #eae9e9;
    }
    
    /* Alternate colors on mobile */
/*&.story:nth-child(odd) {
        @include respond-to(tablet-portrait) {
            background-color: $light-grey;
        }
    }
    &.story:nth-child(even) {
        @include respond-to(tablet-portrait) {
            background-color: #eae9e9;
        }
    }
    
    
    @include respond-to(tablet-portrait) {
        padding-bottom: 0;
        width: 100%;
        height: auto;
        float: none;
        clear: both;
    }
    @include respond-to(smartphone) {
        background-size: 0;
    }
    
    .title {
        @include monda(bold);
        position: relative;
        padding: 22px 30px 23px;
        height: 75px;
        color: $blue;
        font-size: 18px;
        text-transform: uppercase;
        
        &:after {
            content: '';
            display: block;
            position: absolute;
            width: calc(100% - 60px);
            height: 1px;
            bottom: 0;
            left: 30px;
            background: rgba(black, 0.1);
        }
    }
    .content {
        position: relative;
        padding: 30px;
        padding-top: 15px;
        height: 350px;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 71% auto;
        
        @include respond-to(tablet-portrait) {
            background-size: 47% auto;
        }
        @include respond-to(smartphone) {
            height: auto;
            background: none !important;
        }
        
        .name {
            @include monda(bold);
            font-size: 28px;
        }
        .about {
            margin-bottom: 20px;
            max-width: 60%;
            line-height: 24px;
            
            @include respond-to(tablet-portrait) {
                max-width: 70%;
            }
            @include respond-to(smartphone) {
                max-width: none;
            }
        }
    }
}
.find-a-job {
    background: $blue;
    
    .content {
        @include sr-clearfix;
        padding-top: 0;
    }
    .title {
        padding-bottom: 15px;
        color: white;
        font-size: 22px;
        
        &:after {
            display: none;
        }
    }
    
    ul {
        width: 50%;
        float: left;
        
        &:last-of-type {
            padding-left: 20px;
        }
        
        li {
            margin-bottom: 10px;
            line-height: 20px;
            
            a {
                @include sr-transition($transition-time);
                color: $light-blue;
                font-size: 14px;
                
                &:hover {
                    color: $light-blue-hover;
                }
                &:focus {
                    color: $light-blue-focus;
                }
            }
        }
    }
    .button {
        position: absolute;
        padding: 0;
        width: 100%;
        height: 70px;
        bottom: 0;
        left: 0;
        line-height: 70px;
        text-align: center;
        
        @include respond-to(tablet-portrait) {
            position: relative;
        }
        
        &:before {
            content: '';
            display: block;
            position: absolute;
            width: calc(100% - 60px);
            height: 1px;
            top: 0;
            left: 30px;
            background: rgba(black, 0.1);
        }
    }
}
.opportunities {
    .grid-item {
        background: black;
        
        &:nth-child(4n),
        &:nth-child(4n+1) {
            .background-image {
                &:before {
                    background: rgba($callout-career-blue, 0.7);
                    
                    .ie & {
                        background: rgba(105 ,157, 198, .1);
                    }
                    
                    @include respond-to(ie) {
                        background: rgba(105 ,157, 198, .1);
                    }
                }
            }
        }
        
        &:nth-child(odd) {
            @include respond-to(tablet-portrait) {
                .background-image {
                    &:before {
                        background: rgba($callout-career-grey, 0.7);
                    }
                }
            }
        }
        &:nth-child(even) {
            @include respond-to(tablet-portrait) {
                .background-image {
                    &:before {
                        background: rgba($callout-career-blue, 0.7);
                        
                        
                    }
                }
            }
        }
        
        .background-image {
            opacity: 0.8;
            
            &:before {
                background: rgba($callout-career-grey, 0.7);
                
                .ie & {
                    background: rgba(0 ,0, 0, .1);
                }
                
                @include respond-to(ie) {
                    background: rgba(0 ,0, 0, .1);
                }
            }
        }
        .content {
            .title {
                margin-bottom: 10px;
                text-shadow: none;
            }
        }
    }
}*/
body.page-home #marquee {
  height: 460px;
}

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

body.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) {
  body.page-home #marquee .marquee-content {
    width: 50%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.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) {
  body.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content {
    padding: 30px 10px;
  }
}

body.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 body.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .title {
  visibility: hidden;
}

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

@media only screen and (max-width: 1024px) {
  body.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) {
  body.page-home #marquee .marquee-carousel .slider-wrapper ul.slider li .slide-content .title {
    font-size: 20px;
    line-height: 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
  body.page-home #brands-callout {
    display: block;
    padding: 40px 0;
  }
  body.page-home #brands-callout:before {
    background: transparent;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* 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;
  }
}

body.page-home #brands-callout .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}

body.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 body.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) {
  body.page-home #brands-callout .background-image:before {
    background: rgba(2, 27, 44, 0.7);
  }
}

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

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

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

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

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

body.page-home #brands-callout .logo-container .logo {
  position: relative;
  width: 100%;
  height: 95px;
  background-image: url("/_ui/skin/img/make-something-real.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  body.page-home #brands-callout .logo-container .logo {
    height: 70px;
  }
}

body.page-home #brands-callout .logo-container .logo-careers {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding: 7px 0;
  text-align: center;
}

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

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

body.page-home #brands-callout .person {
  display: table-cell;
  position: relative;
  width: 20%;
  vertical-align: middle;
  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) {
  body.page-home #brands-callout .person {
    width: 30%;
  }
}

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

@media only screen and (max-width: 600px) {
  body.page-home #brands-callout .person {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: 100% 100%;
    background-size: contain;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body.page-home #our-industries {
  background: #02548b;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* 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) {
  body.page-home #our-industries {
    padding: 30px 0;
  }
}

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

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

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

body.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 body.page-home #our-industries p {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body.page-home #social-stream .social-item {
  -webkit-font-smoothing: antialiased;
  transition: 0.4s;
  transform: perspective(300px) rotateX(0);
  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) {
  body.page-home #social-stream .social-item {
    padding: 20px 10px;
    width: 100%;
    height: auto;
  }
}

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

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

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

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

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

body.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) {
  body.page-home #social-stream .social-item .image {
    min-height: 245px;
  }
}

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

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

body.page-home #social-stream .social-item .content {
  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) {
  body.page-home #social-stream .social-item .content {
    transform: none;
  }
}

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

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

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

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

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

body.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 body.page-home #social-stream .social-item .content .post-time {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

body.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;
}

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

body.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;
}

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

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

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

body.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) {
  body.page-home #brands {
    width: calc(100% - 20px);
    margin: 0 calc(20px/2);
  }
}

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

nav#main-menu {
  -webkit-font-smoothing: antialiased;
  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;
  transition: 0.2s;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09) ;
  position: absolute;
  width: 285px;
  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 {
  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: 20px;
  font-size: 14px;
  line-height: 10px;
  visibility: hidden;
}

nav#main-menu ul li.expanded ul li a:before {
  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;
  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;
  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;
  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;
  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;
  transition: 0.2s;
  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;
  transition: 0.4s;
  transform: translate(0, -50%);
  position: absolute;
  margin-top: 53px;
  width: 100%;
  top: 50%;
}

@media only screen and (max-width: 768px) {
  #mobile-menu {
    margin-top: 41.5px;
  }
}

@media only screen and (max-width: 600px) {
  #mobile-menu {
    margin-top: 32px;
  }
}

#mobile-menu ul {
  position: relative;
  width: 100%;
  text-align: center;
}

#mobile-menu ul li {
  padding: 20px 0;
}

#mobile-menu ul li.expanded > a:after {
  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;
  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 ul li a.active {
  color: #005186;
}

#mobile-menu ul li ul {
  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;
  }
  .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 {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-open #menu-button .bar:after {
  transform: translateY(-7px) rotate(-45deg);
}

#menu-button .bar {
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  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;
  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 */


/**** Additional CSS - Careers ****/

#block-views-82f3d99b0f2e6105beb9f8128f1cb4ca .media-with-text__container .media-with-text__text p.media-with-text__text__description {
    font-size: 15px;
    line-height: 26px;
}

#block-menu-menu-careerpageleftnavigation ul.menu li.menu__item a.menu__link.is-active-trail.active-trail.active {
    line-height: 20px;
}

div#block-menu-menu-careerpageleftnavigation {
    margin-left: 10px;
}

#block-views-entrylevelvideoview-block-1 a.media-with-text__text__link.button.arrow {
    visibility: hidden;
}
#block-views-entrylevelvideoview-block-2 a.media-with-text__text__link.button.arrow {
    visibility: hidden;
}
#block-views-entrylevelvideoview-block a.media-with-text__text__link.button.arrow {
    visibility: hidden;
}

#block-views-entrylevelvideoview-block-1 .media-with-text__text__description p {
    
    line-height: 23px;
}
#block-views-entrylevelvideoview-block-2 .media-with-text__text__description p {
    
    line-height: 23px;
}
#block-views-entrylevelvideoview-block .media-with-text__text__description p {
    
    line-height: 23px;
}

input#edit-submit-button--2 {
   padding:7px 7px;
}

#block-menu-menu-career-page-left-navigation h2.block__title.block-title {
    visibility: hidden;
    font-size: 0px;
}

input#edit-submit-button{
	padding: 7px 7px;	
}

@media (max-width: 769px){
  .page-three-video li:nth-of-type(even) .media-with-text__text {
    order: 0 !important;
  }

  .career-search__dropdown__filters {
        display: contents;
        margin: 0px;
  }
 
  form#taleo-form .form-item.form-type-textfield.form-item-job-number-textbox {
    display: inline;
  }
  form#taleo-form .form-item.form-type-select {
    display: inline;
  }
  
  form#taleo-form--2 .form-item.form-type-textfield.form-item-job-number-textbox {
    display: inline;
  }
  form#taleo-form--2 .form-item.form-type-select {
    display: inline;
  }

  #block-taleo-taleo-careerpage {
    margin: 20px;
  }
} 

/*For Military Veterans Page -BEGIN*/

#militaryveterans .students-unit .field-name-field-veterans-speech, #militaryveterans .students-unit .field-name-field-veterans-designation {
    position: relative;
    padding: 30px;
    padding-bottom: 45px;
    text-align: center;
}

.veterans-unit{
    position: relative;
    float: left;
    background: #f3f3f3;
    border: 1px solid #e5e5e5;
	padding: 0px;
	margin: 10px 0px;
	height: 640px;
}

.veteran-speech{
padding: 15px;
height: 355px;
overflow-y: auto;
padding: 0px 10px;
}

.veteran-designation{
padding-left: 10px;
padding-right: 10px;
padding-bottom:10px;
color: #005186;
font-weight: bold;
}

.military-translator .iframe_title{
font-size: 24px;
}


.reduce-col-padding{
padding-top: 10px;
padding-bottom: 10px;
}

#militaryveterans .About-MilitaryVeteran{
margin: 15px 0px;
text-align: justify;
}

.militaryveterans-title{
	margin-bottom: 10px !important;
}

.military-translator .iframe_title{
	font-weight: 400;
    color: black !important;
    font-size: 16px;
	margin-bottom: 5px !important;
	margin-top: -25px !important;
}

.Military-Translator-Heading{
	font-size: 24px !important;
	font-weight: 700 !important;
    line-height: 32px !important;
	color: #005186 !important;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}


/* For fancy scrollbar -BEGIN */
/* width */
.veteran-speech::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.veteran-speech::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 20px;
}
 
/* Handle */
.veteran-speech::-webkit-scrollbar-thumb {
  background: #999999; 
  border-radius: 20px;
}

/* Handle on hover */
.veteran-speech::-webkit-scrollbar-thumb:hover {
  background: #9f999f; 
}
/* fancy scrollbar -END */



 /* For mobile/Tabs phones: */
@media only screen and (max-width: 991px) {
  .veteran-speech{
  height: 100% !important;
  }
  
  .veterans-unit{
  height: 100% !important;
  }
}



/* For Video Gallery */
#militaryveterans {
  height: auto;
}

#militaryveterans .marquee-content {
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  width: calc(100% - 60px) !important;
  max-width: 1340px;
}

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

@media only screen and (max-width: 600px) {
  #militaryveterans .marquee-content {
    width: calc(100% - 40px) !important;
  }
}

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

#militaryveterans .marquee-content__main {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  #militaryveterans .marquee-content__main {
    flex-direction: column;
  }
}


#militaryveterans .marquee-content .video-gallery1 {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #militaryveterans .marquee-content .video-gallery1 {
    width: 100%;
  }
}

#militaryveterans .marquee-content .video-gallery1 .owl-video-tn {
  background-size: cover;
  padding-bottom: 56%;
  /* 16:9 */
}

#militaryveterans .marquee-content .video-gallery1 .owl-item {
  background-color: black;
}

#militaryveterans .marquee-content .video-gallery1 .owl-video-frame {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 */
  height: 0;
}

#militaryveterans .marquee-content .video-gallery1 .owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#militaryveterans .marquee-content .video-gallery1 .owl-video-play-icon {
  background-image: url("play.png");
  background-size: cover;
}

#militaryveterans .marquee-content .marquee-video-thumbnails1 {
  width: 100%;
}

#militaryveterans .marquee-content .marquee-video-thumbnails1 .owl-stage {
  left: -30px;
}

@media only screen and (min-width: 1281px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails1 .owl-stage {
    left: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails1 .owl-stage {
    left: -20px !important;
  }
}

#militaryveterans .marquee-content .marquee-video-thumbnails1 .owl-item {
  padding-top: 30px;
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  background-color: #f3f3f3;
  cursor: pointer;
  border: 1px solid #f3f3f3 !important;
}

@media only screen and (max-width: 1024px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail {
    height: 55px;
  }
  
 /*  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title{
  height: 55px;
  } */
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail.active {
  box-shadow: inset 0 0 0 4px #f6cf3f;
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail.active:hover svg {
  transform: none;
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail:hover {
  box-shadow: inset 0 0 0 4px #f6cf3f;
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail:hover svg {
  transform: scale(1.15);
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title:hover {
text-decoration:none;
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title {
  position: relative;
  width: calc(100% - 85px);
  padding: 0 0 0 14px;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #005186 !important;
  display: flex;
  justify-content: left;
  margin: 0px !important;
  vertical-align: middle;
}

html.wf-loading #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title {
  visibility: hidden;
}

html.wf-active #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title,
html.wf-inactive #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title {
  visibility: visible;
}

@media only screen and (min-width: 1281px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 1024px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 600px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__title {
    width: calc(100% - 50px);
  }
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail svg {
  position: absolute;
  top: 13px;
  right: 50px;
  width: 30px;
  height: 30px;
  fill: #005186;
  transition: 0.2s;
}

@media only screen and (min-width: 1281px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail svg {
    width: 35px;
    height: 35px;
    top: 13px;
    right: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail svg {
    right: 55px;
  }
}

@media only screen and (max-width: 600px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail svg {
    right: 55px;
  }
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__image {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1281px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__image {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__image {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (max-width: 600px) {
  #militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__image {
    width: 50px;
    height: 50px;
  }
}

#militaryveterans .marquee-content .marquee-video-thumbnails__thumbnail__image img {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  margin-bottom: 0px !important;
}

#militaryveterans .marquee-video-thumbnails1 .owl-nav{
	margin-top: 10px !important;
	text-align: center !important;
	-webkit-tap-highlight-color: transparent;
}


#militaryveterans .marquee-video-thumbnails1 .owl-nav [class*=owl-]{
	font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#militaryveterans .marquee-video-thumbnails1 .owl-next, #militaryveterans .marquee-video-thumbnails1 .owl-prev{
    background: #333;
}

#militaryveterans .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	cursor: pointer;
	cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 }
 
#militaryveterans .owl-nav i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}

#militaryveterans .owl-nav .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#militaryveterans .owl-nav .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/*For Military Veterans Page -END*/
/*==================Manufacturing Page BEGIN======================*/
.manufacturing-content {
	position: relative;
  }

.manufacturing-content .owl-controls{
	top: 50% !important;
}

.manufacturing-content .owl-theme .custom-nav {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}
 
.manufacturing-content .owl-theme .custom-nav .owl-prev, .manufacturing-content .owl-theme .custom-nav .owl-next {
	position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.manufacturing-content .owl-controls .owl-nav .owl-prev, .manufacturing-content .owl-controls .owl-nav .owl-next{
text-indent: 0px;
}


.manufacturing-content .owl-theme .custom-nav .owl-prev i, .manufacturing-content .owl-theme .custom-nav .owl-next i {
	font-size: 2.5rem;
	color: #938e88;
	border: solid #938e88 !important;
	border-width: 0 4px 4px 0 !important;
	padding: 8px !important;
}

.manufacturing-content .owl-theme .custom-nav .owl-prev {
	left: 0;
	display: block !important;
}

.manufacturing-content .owl-theme .custom-nav .owl-next {
	right: -15px;
	display: block !important;
}

.manufacturing-content .content-teasers--images__teaser-card1{
	align-items: center;
    background-color: #f3f3f3;
	height: 650px;
}

.manufacturing-content .content-teasers--images__teaser-card1:hover {
	border: 1px solid #dbdbdb;
}

.manufacturing-content .content-teasers--images__teaser-card__headline1{
	background:none;
	margin-bottom: -10px !important;
}

.content-teasers--images__teaser-card__description1{
	padding: 20px 10px 0px 10px;
}

.ImageGallery-right {
	padding:20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.ImageGallery-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.InfoGraphic-Text {
	padding: 0px 25px 15px 25px;
	margin-top: -15px;
	font-size:x-large
}

.InfoGraphic-Link a{
border-bottom: none !important;
}
.InfoGraphic-Link img{
width: 100px;
height: 100px;
}

/*==================Manufacturing Page END======================*/ 
