﻿@charset "UTF-8";
/* version='2' */
/* Style Core
Release 1.1 Accenture NexGen 
*/
/***Font for Graphik***/
/*OPENSANS*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="datetime-local"], input[type="date"], input[type="week"],
input[type="month"], input[type="time"], input[type="week"] {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.search-filters .search-panel a:hover, .search-filters .search-panel a:focus {
  color: #6688bb; }

a {
  color: #aa1133;
  text-decoration: none; }
  a:hover, a:focus {
    color: #640a1e;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 10px; }

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* version='2' */
p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #aa1133; }
  .text-primary:hover {
    color: #7c0c25; }

.text-warning {
  color: #c09853; }
  .text-warning:hover {
    color: #a47e3c; }

.text-danger {
  color: #b94a48; }
  .text-danger:hover {
    color: #953b39; }

.text-success {
  color: #468847; }
  .text-success:hover {
    color: #356635; }

.text-info {
  color: #3a87ad; }
  .text-info:hover {
    color: #2d6987; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline .list-unstyled > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline .list-unstyled > li:first-child {
    padding-left: 0; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 767px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

@font-face {
  font-family: "AcnCustomFonts";
  src: url("fonts/CustomFonts/acncustomfont.eot");
  src: local(":P"), url("fonts/CustomFonts/acncustomfont.eot?#iefix") format("embedded-opentype"), url("fonts/CustomFonts/acncustomfont.woff") format("woff"), url("fonts/CustomFonts/acncustomfont.svg#acncustomfont") format("svg"), url("fonts/CustomFonts/acncustomfont.ttf") format("truetype"), url("fonts/CustomFonts/acncustomfont.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

/** For Rotis Sans Serif **/
@font-face {
  font-family: 'AccentureRotis';
  src: url("fonts/ACNRotis/rotsan.eot");
  src: local(":P"), url("fonts/ACNRotis/rotsan.eot?#iefix") format("embedded-opentype"), url("fonts/ACNRotis/rotsan.woff") format("woff"), url("fonts/ACNRotis/rotsan.svg#AccentureRotis") format("svg"), url("fonts/ACNRotis/rotsan.ttf") format("truetype"), url("fonts/ACNRotis/rotsan.otf") format("otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AccentureRotisLight';
  src: url("fonts/ACNRotis/rotsanl.eot");
  src: local(":P"), url("fonts/ACNRotis/rotsanl.eot?#iefix") format("embedded-opentype"), url("fonts/ACNRotis/rotsanl.woff") format("woff"), url("fonts/ACNRotis/rotsanl.svg#AccentureRotisLight") format("svg"), url("fonts/ACNRotis/rotsanl.ttf") format("truetype"), url("fonts/ACNRotis/rotsanl.otf") format("otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AccentureRotisBold';
  src: url("fonts/ACNRotis/rotsanb.eot");
  src: local(":P"), url("fonts/ACNRotis/rotsanb.eot?#iefix") format("embedded-opentype"), url("fonts/ACNRotis/rotsanb.woff") format("woff"), url("fonts/ACNRotis/rotsanb.svg#AccentureRotisBold") format("svg"), url("fonts/ACNRotis/rotsanb.ttf") format("truetype"), url("fonts/ACNRotis/rotsanb.otf") format("otf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'AccentureRotisExtraBold';
  src: url("fonts/ACNRotis/rotsanxb.eot");
  src: local(":P"), url("fonts/ACNRotis/rotsanxb.eot") format("embedded-opentype"), url("fonts/ACNRotis/rotsanxb.woff") format("woff"), url("fonts/ACNRotis/rotsanxb.svg#AccentureRotisExtrBold") format("svg"), url("fonts/ACNRotis/rotsanxb.ttf") format("truetype"), url("fonts/ACNRotis/rotsanxb.otf") format("otf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'RotisSansSerif55';
  src: url("fonts/RotisSansSerif55/RotisSansSerif55.eot");
  src: local(":P"), url("fonts/AgfaRotisSansSerif/agfarotissansserif.woff") format("woff"), url("fonts/RotisSansSerif55/RotisSansSerif55.svg#RotisSemiSerif55") format("svg"), url("fonts/RotisSansSerif55/RotisSansSerif55.ttf") format("truetype"), url("fonts/RotisSansSerif55/RotisSansSerif55.otf") format("otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RotisSansSerif55Bold";
  src: url("fonts/RotisSansSerif55/RotisSansSerif55.eot");
  src: local(":P"), url("fonts/AgfaRotisSansSerif/agfarotissansserif.woff") format("woff"), url("fonts/RotisSansSerif55/RotisSansSerif55.svg#RotisSemiSerif55") format("svg"), url("fonts/RotisSansSerif55/RotisSansSerif55.ttf") format("truetype"), url("fonts/RotisSansSerif55/RotisSansSerif55.otf") format("otf");
  font-weight: bold;
  font-style: normal; }

.rotis, .rotis option {
  font-family: AccentureRotis; }

.rotisBold {
  font-family: AccentureRotisBold !important; }

.rotisExtraBold {
  font-family: AccentureRotisExtraBold !important; }

.rotisLight {
  font-family: AccentureRotisLight !important; }

.acnCustomFonts {
  font-family: AcnCustomFonts; }

.icon-icn-email:before {
  content: "\e600"; }

.font-arial {
  font-family: Arial !important; }

/**For Graphik***/
@font-face {
  font-family: 'Graphik SuperItalic';
  src: url("fonts/Graphik/Graphik-SuperItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-SuperItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-SuperItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-SuperItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-SuperItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-SuperItalic-Web.otf") format("otf");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Super';
  src: url("fonts/Graphik/Graphik-Super-Web.eot");
  src: url("fonts/Graphik/Graphik-Super-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Super-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Super-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Super-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Super-Web.otf") format("otf");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik BlackItalic';
  src: url("fonts/Graphik/Graphik-BlackItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-BlackItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-BlackItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-BlackItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-BlackItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-BlackItalic-Web.otf") format("otf");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Black';
  src: url("fonts/Graphik/Graphik-Black-Web.eot");
  src: url("fonts/Graphik/Graphik-Black-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Black-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Black-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Black-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Black-Web.otf") format("otf");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik BoldItalic';
  src: url("fonts/Graphik/Graphik-BoldItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-BoldItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-BoldItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-BoldItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-BoldItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-BoldItalic-Web.otf") format("otf");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Bold';
  src: url("fonts/Graphik/Graphik-Bold-Web.eot");
  src: url("fonts/Graphik/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Bold-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Bold-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Bold-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Bold-Web.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik SemiboldItalic';
  src: url("fonts/Graphik/Graphik-SemiboldItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-SemiboldItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-SemiboldItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-SemiboldItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-SemiboldItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-SemiboldItalic-Web.otf") format("otf");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Semibold';
  src: url("fonts/Graphik/Graphik-Semibold-Web.eot");
  src: url("fonts/Graphik/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Semibold-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Semibold-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Semibold-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Semibold-Web.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik MediumItalic';
  src: url("fonts/Graphik/Graphik-MediumItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-MediumItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-MediumItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-MediumItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-MediumItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-MediumItalic-Web.otf") format("otf");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Medium';
  src: url("fonts/Graphik/Graphik-Medium-Web.eot");
  src: url("fonts/Graphik/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Medium-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Medium-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Medium-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Medium-Web.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik RegularItalic';
  src: url("fonts/Graphik/Graphik-RegularItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-RegularItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-RegularItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-RegularItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-RegularItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-RegularItalic-Web.otf") format("otf");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Regular';
  src: url("fonts/Graphik/Graphik-Regular-Web.eot");
  src: url("fonts/Graphik/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Regular-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Regular-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Regular-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Regular-Web.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LightItalic';
  src: url("fonts/Graphik/Graphik-LightItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-LightItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-LightItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-LightItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-LightItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-LightItalic-Web.otf") format("otf");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Light';
  src: url("fonts/Graphik/Graphik-Light-Web.eot");
  src: url("fonts/Graphik/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Light-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Light-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Light-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Light-Web.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik ExtralightItalic';
  src: url("fonts/Graphik/Graphik-ExtralightItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-ExtralightItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-ExtralightItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-ExtralightItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-ExtralightItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-ExtralightItalic-Web.otf") format("otf");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Extralight';
  src: url("fonts/Graphik/Graphik-Extralight-Web.eot");
  src: url("fonts/Graphik/Graphik-Extralight-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Extralight-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Extralight-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Extralight-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Extralight-Web.otf") format("otf");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik ThinItalic';
  src: url("fonts/Graphik/Graphik-ThinItalic-Web.eot");
  src: url("fonts/Graphik/Graphik-ThinItalic-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-ThinItalic-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-ThinItalic-Web.woff") format("woff"), url("fonts/Graphik/Graphik-ThinItalic-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-ThinItalic-Web.otf") format("otf");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Thin';
  src: url("fonts/Graphik/Graphik-Thin-Web.eot");
  src: url("fonts/Graphik/Graphik-Thin-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik/Graphik-Thin-Web.woff2") format("woff2"), url("fonts/Graphik/Graphik-Thin-Web.woff") format("woff"), url("fonts/Graphik/Graphik-Thin-Web.ttf") format("ttf"), url("fonts/Graphik/Graphik-Thin-Web.otf") format("otf");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

/*OpenSans*/
@font-face {
  font-family: 'OpenSans';
  src: url("fonts/OpenSans/OpenSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-Regular.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("fonts/OpenSans/OpenSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-Regular.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("fonts/OpenSans/OpenSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-Bold.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Extrabold';
  src: url("fonts/OpenSans/OpenSans-ExtraBold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-ExtraBold.woff2") format("woff2"), url("fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"), url("fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-ExtraBold.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Light';
  src: url("fonts/OpenSans/OpenSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-Light.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: 0px;
  margin-right: 0px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .container {
    width: 720px; }
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1000px) {
  .container {
    width: 940px; }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1140px; }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

.form-section {
  padding: 20px;
  margin: 20px 10px; }

.profile-subscriptions .bg-color-lighter-gray {
  padding: 20px 20px 35px 20px;
  margin: 30px 10px 0px 10px; }

#sign-in-form input[type=email], #sign-in-form input[type=password] {
  width: auto;
  margin-right: 10px;
  float: none;
  margin-bottom: 10px;
  font-style: italic; }

.form-group .custom-dropdown .multiselect .btn-default .shortText {
  width: 95%;
  display: block;
  -moz-padding-start: 15px; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
  outline: none !important; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

output {
  display: block;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle; }

.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

@media (min-width: 1000px) {
  .form-group h2 {
    margin-bottom: 20px; }
  .form-group .contact-info {
    padding-top: 10px; } }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label span,
    .checkbox label span {
      display: table; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

input[type="text"], input[type="email"] {
  height: 44px; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 40px;
  line-height: 40px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 65px;
  padding: 20px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 65px;
  line-height: 65px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48; }

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  color: #737373; }

.acn-form .password-details {
  top: 10px; }

.acn-form .validatorIcon .form-control-feedback {
  left: 0; }

.acn-form .control-label.required:before {
  content: "*"; }

.acn-form .form-control {
  padding: 10px 15px;
  height: 44px; }

.acn-form .form-heading {
  font-size: 30px; }

.acn-form .form-section-heading {
  font-size: 20px; }

.acn-form .form-section-footer {
  margin: 20px; }
  .acn-form .form-section-footer > div {
    overflow: hidden; }

.acn-form .form-group .checkbox input[type=checkbox] {
  margin-right: 10px; }

.acn-form .form-group textarea {
  resize: none;
  height: 120px;
  font-size: 15px;
  line-height: 20px;
  color: #666; }

.acn-form .form-confirmation .title {
  font-size: 30px; }

.acn-form .form-confirmation .description {
  font-size: 14px; }

.acn-form .form-confirmation .topics ul {
  padding-left: 16px; }

.acn-form .validatorMessage .validatorIcon .form-control-feedback {
  left: 15px;
  top: 3px; }

.acn-form .validatorMessage .help-block {
  float: left; }

.acn-form .validatorMessage .help-block.success-message {
  display: none; }

.acn-form .validatorMessage .help-block.success-message.fade {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.acn-form .has-success {
  border-color: #ccc; }
  .acn-form .has-success .validatorMessage {
    line-height: 44px;
    margin-top: -3px; }
    .acn-form .has-success .validatorMessage .help-block.success-message {
      display: block; }
    .acn-form .has-success .validatorMessage .outer-message {
      line-height: 0;
      display: inline-block;
      vertical-align: middle; }
      .acn-form .has-success .validatorMessage .outer-message .inner-message {
        line-height: 15px; }

.acn-form .has-error .form-control {
  border-color: #b94a48; }

.acn-form .has-error .validatorMessage {
  line-height: 44px;
  margin-top: -3px; }
  .acn-form .has-error .validatorMessage .help-block.success-message {
    display: none; }
  .acn-form .has-error .validatorMessage .outer-message {
    line-height: 0;
    display: inline-block;
    vertical-align: middle; }
    .acn-form .has-error .validatorMessage .outer-message .inner-message {
      line-height: 15px; }

.acn-form .checkbox-inline {
  display: block;
  margin-left: 0; }

.comments .comment-header .control-label {
  margin: 0;
  padding: 0; }

.comments .comment-header .countdown {
  width: 35px;
  float: right;
  border-style: none;
  background-color: transparent;
  font-size: 15px;
  margin-top: -10px; }

.comments .comment-header .description {
  display: none; }

#commentsModuleCaptcha > div {
  z-index: 2; }

.no-error-message-icon i.form-control-feedback {
  /*display:none !important;*/
  top: 50px;
  z-index: 1; }

.no-error-message-icon i:before {
  /*display:none !important;*/ }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 20px;
    margin-right: 10px; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin: 0 10px 0 0;
  padding-top: 16px; }

.form-horizontal .control-label {
  margin-bottom: 5px;
  padding-top: 0px; }

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 16px; }

.comments .comment-header .countdown {
  height: auto;
  margin-top: -1px; }
  .comments .comment-header .countdown#jobs_char_remaining {
    margin-top: -1px; }

@media only screen and (min-width: 768px) {
  .acn-form .form-control {
    border-color: #ccc;
    display: inline;
    float: left;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .acn-form .has-feedback.has-error label.description.countdown {
    color: #aa1133; }
  .acn-form .comments .comment-header .control-label {
    margin: 0;
    padding: 0; }
  .acn-form .comments .comment-header .countdown {
    width: 35px;
    float: right;
    border-style: none;
    background-color: transparent; }
  .acn-form .comments .comment-header .description {
    width: auto;
    float: right;
    color: #000;
    font-weight: 400;
    display: inline-block; }
  .acn-form .validatorIcon.col-sm-1 .form-control-feedback {
    left: 15px; }
  .acn-form .validatorMessage .help-block {
    margin-left: 45px; }
  .acn-form .checkbox-inline {
    display: inline-block; } }

@media only screen and (min-width: 1000px) {
  .form-section .module-headline {
    margin: 47px 0px 17px 0px; }
  .form-section .saved-jobs .module-headline {
    margin: 27px 0px 5px 0px; }
  .form-section .form-group .checkbox {
    padding-top: 0px; }
  .form-section .form-group.lower-control {
    margin: 5px 0px 20px 0px; }
  .form-section .form-group.upper-control {
    margin-bottom: 5px; }
  .form-section .form-group .btn.convertible {
    margin: 10px 0 0 0; }
  .form-section .form-group #subsNewsletter {
    margin-bottom: 25px; } }

@media only screen and (max-width: 999px) and (min-width: 768px) {
  .form-section .module-headline {
    margin: 37px 0px 22px 0px; }
  .form-section .form-group .checkbox {
    padding-top: 7px; }
  .form-section .form-group.lower-control {
    margin: 5px 0px 20px 0px; }
  .form-section .form-group.upper-control {
    margin-bottom: 5px; }
  .form-section .form-group .btn.convertible {
    margin: 10px 0 5px 0; }
  .form-section .form-group #subsNewsletter {
    margin-bottom: 5px; } }

@media only screen and (max-width: 767px) {
  .form-section {
    padding: 12.5px;
    margin: 12.5px; }
    .form-section .module-headline {
      margin: 27px 0 0px 0; }
    .form-section .form-group.lower-control {
      margin: 25px 0 15px 0; }
  .acn-form .validatorMessage .validatorIcon .form-control-feedback {
    left: -25px;
    top: -10px; }
  .acn-form .has-success {
    margin-bottom: 25px; }
  .acn-form .has-error .validatorMessage, .acn-form .has-success .validatorMessage {
    line-height: 0px;
    margin-top: 10px;
    left: 25px; }
  .acn-form .has-error .password-details {
    top: 35px; }
  .acn-form .has-error .custom-dropdown {
    margin-bottom: 15px; }
  .acn-form .validatorIcon.col-sm-1 .form-control-feedback {
    top: -2px; }
  .mobile-wrap {
    width: 100%; }
  .LBD_CaptchaImage {
    margin-top: 6px; }
  .form-horizontal .control-label {
    padding-top: 16px !important; } }

.non-mobile-wrap {
  width: 100%; }

.bootstrap-select.form-control {
  padding: 0;
  background: transparent; }
  .bootstrap-select.form-control .filter-option {
    width: 100%;
    text-align: left;
    font-size: 20px; }
  .bootstrap-select.form-control .dropdown-toggle {
    width: 50px;
    border: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    position: absolute;
    margin-left: -51px !important;
    top: 1px;
    z-index: 9; }

.lte-ie8 .comments .comment-header .countdown {
  height: auto;
  margin-top: 0; }
  .lte-ie8 .comments .comment-header .countdown#jobs_char_remaining {
    margin-top: -1px; }

#find-jobs-form input[type="text"], #find-jobs-form input[type="email"] {
  height: 52px; }

#find-jobs-form .form-confirmation .title {
  font-size: 30px; }

#find-jobs-form .form-confirmation .description {
  font-size: 14px; }

#find-jobs-form .form-confirmation .topics ul {
  padding-left: 16px; }

#find-jobs-form .validatorMessage .help-block {
  float: left; }

#find-jobs-form .validatorMessage .help-block.success-message {
  display: none; }

#find-jobs-form .validatorMessage .help-block.success-message.fade {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

#find-jobs-form .has-success {
  border-color: #ccc; }
  #find-jobs-form .has-success .validatorMessage {
    line-height: 44px;
    margin-top: -3px; }
    #find-jobs-form .has-success .validatorMessage .help-block.success-message {
      display: block; }
    #find-jobs-form .has-success .validatorMessage .outer-message {
      line-height: 0;
      display: inline-block;
      vertical-align: middle; }
      #find-jobs-form .has-success .validatorMessage .outer-message .inner-message {
        line-height: 15px; }

#find-jobs-form .has-error .form-control {
  border-color: #b94a48; }

#find-jobs-form .has-error .validatorMessage {
  line-height: 44px;
  margin-top: -3px; }
  #find-jobs-form .has-error .validatorMessage .help-block.success-message {
    display: none; }
  #find-jobs-form .has-error .validatorMessage .outer-message {
    line-height: 0;
    display: inline-block;
    vertical-align: middle; }
    #find-jobs-form .has-error .validatorMessage .outer-message .inner-message {
      line-height: 15px; }

#find-jobs-form .checkbox-inline {
  display: block;
  margin-left: 0; }

.comments .comment-header .control-label {
  margin: 0;
  padding: 0; }

.comments .comment-header .countdown {
  width: 35px;
  float: right;
  border-style: none;
  background-color: transparent;
  font-size: 15px;
  margin-top: -10px; }

.comments .comment-header .description {
  display: none; }

.no-error-message-icon i.form-control-feedback {
  /*display:none !important;*/
  top: 50px;
  z-index: 1; }

.no-error-message-icon i:before {
  /*display:none !important;*/ }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 20px;
    margin-right: 10px; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px; }

.form-horizontal .control-label {
  margin-bottom: 5px;
  padding-top: 0px;
  line-height: 20px; }

.form-horizontal #ddPreferredExperience-label {
  margin-top: 7px; }

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 16px; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .comments .comment-header .countdown {
    margin-top: -1px; }
  #AccountSetupModule .control-label {
    margin-bottom: 5px;
    padding-top: 10px; }
  #AccountSetupModule .all-fields-required-label {
    padding-bottom: 10px; }
  #AccountSetupModule .module-body {
    margin-top: 5px; } }

@media screen and (min-width: 1200px) {
  .comments .comment-header .countdown {
    margin-top: -1px !important; }
  #AccountSetupModule .control-label {
    margin-bottom: 10px;
    padding-top: 10px; }
  #AccountSetupModule .all-fields-required-label {
    padding-bottom: 10px; }
  #AccountSetupModule .module-body {
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  .comments .comment-header .countdown {
    margin-top: 14px !important;
    width: 50px;
    text-align: right; }
  .comments .comment-header .control-label {
    margin-bottom: 10px;
    width: 145px; }
  #AccountSetupModule .control-label {
    margin-top: -20px;
    margin-bottom: 10px; }
  #AccountSetupModule .all-fields-required-label {
    padding-bottom: 13px;
    padding-top: 5px; }
  #AccountSetupModule .module-body {
    margin-top: 0px;
    margin-bottom: 0px; } }

@media only screen and (min-width: 768px) {
  .acn-form .form-control {
    border-color: #ccc;
    display: inline;
    float: left;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .acn-form .comments .comment-header .control-label {
    margin: 0;
    padding: 0; }
  .acn-form .comments .comment-header .countdown {
    width: 50px;
    float: right;
    border-style: none;
    background-color: transparent;
    text-align: right;
    margin-right: 3px; }
  .acn-form .comments .comment-header .description {
    width: auto;
    float: right;
    color: #000;
    font-weight: 400;
    display: inline-block; }
  .acn-form .validatorIcon.col-sm-1 .form-control-feedback {
    left: 15px; }
  .acn-form .validatorMessage .help-block {
    margin-left: 45px; }
  .acn-form .checkbox-inline {
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .form-section {
    padding: 12.5px;
    margin: 12.5px; }
  .form-section.jobseachresults {
    padding-top: 0px; }
  .acn-form .form-group textarea {
    height: 128px; }
  .acn-form .has-error .validatorMessage, .acn-form .has-success .validatorMessage {
    line-height: 0px;
    margin-top: 10px;
    left: 25px; }
  .acn-form .has-error .password-details {
    top: 35px; }
  .acn-form .validatorIcon.col-sm-1 .form-control-feedback {
    top: -2px; } }

.bootstrap-select.form-control {
  padding: 0;
  background: transparent; }
  .bootstrap-select.form-control .filter-option {
    width: 100%;
    text-align: left; }
  .bootstrap-select.form-control .dropdown-toggle {
    width: 50px;
    border: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    position: absolute;
    margin-left: -51px !important;
    top: 1px;
    z-index: 9; }

.form-text-area-character {
  display: inline-block;
  text-align: right;
  float: right; }

/***Font for Graphik***/
/*OPENSANS*/
.btn-group .btn-default.disabled {
  background-color: #b7b7b7;
  border-color: #eeeeee; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:not(.no-hover):hover, .btn:not(.no-focus):focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .btn-default .open .dropdown-toggle {
    background-color: white;
    border-color: white;
    color: #333; }
  .btn-default:active, .btn-default.active,
  .btn-default .open .dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #fff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .btn-default .open .dropdown-toggle {
    background-color: #eeeeee;
    border-color: #999999; }

.btn-primary {
  color: #fff;
  background-color: #aa1133;
  border-color: #aa1133; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .btn-primary .open .dropdown-toggle {
    background-color: #eb365e;
    border-color: #eb365e;
    color: #fff; }
  .btn-primary:active, .btn-primary.active,
  .btn-primary .open .dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #aa1133;
    border-color: #aa1133; }

.btn-active {
  color: #fff;
  background-color: #5278b1;
  border-color: #5278b1; }
  .btn-active:hover, .btn-active:focus, .btn-active:active, .btn-active.active,
  .btn-active .open .dropdown-toggle {
    background-color: #98afd1;
    border-color: #98afd1;
    color: #fff; }
  .btn-active:active, .btn-active.active,
  .btn-active .open .dropdown-toggle {
    background-image: none; }
  .btn-active.disabled, .btn-active.disabled:hover, .btn-active.disabled:focus, .btn-active.disabled:active, .btn-active.disabled.active, .btn-active[disabled], .btn-active[disabled]:hover, .btn-active[disabled]:focus, .btn-active[disabled]:active, .btn-active[disabled].active,
  fieldset[disabled] .btn-active,
  fieldset[disabled] .btn-active:hover,
  fieldset[disabled] .btn-active:focus,
  fieldset[disabled] .btn-active:active,
  fieldset[disabled] .btn-active.active {
    background-color: #5278b1;
    border-color: #5278b1; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .btn-warning .open .dropdown-toggle {
    background-color: #f8d9ac;
    border-color: #f8d9ac;
    color: #fff; }
  .btn-warning:active, .btn-warning.active,
  .btn-warning .open .dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .btn-danger .open .dropdown-toggle {
    background-color: #eba5a3;
    border-color: #eba5a3;
    color: #fff; }
  .btn-danger:active, .btn-danger.active,
  .btn-danger .open .dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .btn-success .open .dropdown-toggle {
    background-color: #a3d7a3;
    border-color: #a3d7a3;
    color: #fff; }
  .btn-success:active, .btn-success.active,
  .btn-success .open .dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .btn-info .open .dropdown-toggle {
    background-color: #b0e1ef;
    border-color: #b0e1ef;
    color: #fff; }
  .btn-info:active, .btn-info.active,
  .btn-info .open .dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-link {
  color: #aa1133;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #640a1e;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 20px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-cta {
  font-size: 18px !important;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase; }

.btn-actionable {
  display: block;
  clear: both; }

.btn.convertible {
  margin-right: 15px;
  margin-bottom: 15px; }

.btn.btn-default.gradient-button {
  padding: 0 7px 0 0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#aaa));
  background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#aaa));
  background: -o-linear-gradient(top, #f8cbd6 0%, #edeeec 100%);
  /* Opera11.10+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0)"; }

@media only screen and (max-width: 767px) {
  .btn.convertible {
    width: 100%; }
  .btn-default.convertible {
    margin-top: 10px; }
  .btn.btn-default.gradient-button {
    padding: 0 3px 0 0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#aaa));
    background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#aaa));
    background: -o-linear-gradient(top, #f8cbd6 0%, #edeeec 100%);
    /* Opera11.10+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0)"; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .btn.convertible {
    width: 100%; }
  #btnSendEmailModal.btn.convertible {
    margin-bottom: 10px; }
  .btn-default.convertible {
    margin-top: 10px; } }

.family-particulars-container {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.family-particulars-container-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.family-particulars-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.family-particulars-header > span {
  display: inline-block;
  margin-top: 3px; }

.family-particulars-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.family-particulars-cell {
  border-right: 1px;
  text-align: left; }

.family-particulars-content {
  padding-left: 42px; }

#btn-add-family-particulars {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.nominees-name-container {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.nominees-name-container-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.nominees-name-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.nominees-name-header > span {
  display: inline-block;
  margin-top: 3px; }

.nominees-name-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.nominees-name-cell {
  border-right: 1px;
  text-align: left; }

.nominees-name-content {
  padding-left: 42px; }

#btn-add-nominees-name {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.group-personal-accident {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.group-personal-accident-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.group-personal-accident-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.group-personal-accident-header > span {
  display: inline-block;
  margin-top: 3px; }

.group-personal-accident-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.group-personal-accident-cell {
  border-right: 1px;
  text-align: left; }

.group-personal-accident-content {
  padding-left: 42px; }

#btn-add-group-personal-accident {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.full-final-payments {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.full-final-payments-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.full-final-payments-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.full-final-payments-header > span {
  display: inline-block;
  margin-top: 3px; }

.full-final-payments-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.full-final-payments-cell {
  border-right: 1px;
  text-align: left; }

.full-final-payments-content {
  padding-left: 42px; }

#btn-add-full-final-payments {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.deposit-link-insurance {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.deposit-link-insurance-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.deposit-link-insurance-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.deposit-link-insurance-header > span {
  display: inline-block;
  margin-top: 3px; }

.deposit-link-insurance-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.deposit-link-insurance-cell {
  border-right: 1px;
  text-align: left; }

.deposit-link-insurance-content {
  padding-left: 42px; }

#btn-add-deposit-link-insurance {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.american-express {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.american-express-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.american-express-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.american-express-header > span {
  display: inline-block;
  margin-top: 3px; }

.american-express-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.american-express-cell {
  border-right: 1px;
  text-align: left; }

.american-express-content {
  padding-left: 42px; }

#btn-add-american-express {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.group-medic-claim {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.group-medic-claim-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.group-medic-claim-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.group-medic-claim-header > span {
  display: inline-block;
  margin-top: 3px; }

.group-medic-claim-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.group-medic-claim-cell {
  border-right: 1px;
  text-align: left; }

.group-medic-claim-content {
  padding-left: 42px; }

#btn-add-group-medic-claim {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.future-service-liability {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.future-service-liability-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.future-service-liability-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.future-service-liability-header > span {
  display: inline-block;
  margin-top: 3px; }

.future-service-liability-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.future-service-liability-cell {
  border-right: 1px;
  text-align: left; }

.future-service-liability-content {
  padding-left: 42px; }

#btn-add-future-service-liability {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.overseas-travel-insurance {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.overseas-travel-insurance-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.overseas-travel-insurance-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.overseas-travel-insurance-header > span {
  display: inline-block;
  margin-top: 3px; }

.overseas-travel-insurance-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.overseas-travel-insurance-cell {
  border-right: 1px;
  text-align: left; }

.overseas-travel-insurance-content {
  padding-left: 42px; }

#btn-add-overseas-travel-insurance {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.term-life-insurance {
  border: 1px;
  width: 100%;
  margin-bottom: 20px;
  display: none; }

.term-life-insurance-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.term-life-insurance-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.term-life-insurance-header > span {
  display: inline-block;
  margin-top: 3px; }

.term-life-insurance-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.term-life-insurance-cell {
  border-right: 1px;
  text-align: left; }

.term-life-insurance-content {
  padding-left: 42px; }

#btn-add-term-life-insurance {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }
/*Form 15 - BEGIN*/
.epf-nominees-container {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.epf-nominees-container-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.epf-nominees-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.epf-nominees-header > span {
  display: inline-block;
  margin-top: 3px; }

.epf-nominees-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.epf-nominees-cell {
  border-right: 1px;
  text-align: left; }

.epf-nominees-content {
  padding-left: 42px; }

.eps-eligible-container {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.eps-eligible-container-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.eps-eligible-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.eps-eligible-header > span {
  display: inline-block;
  margin-top: 3px; }

.eps-eligible-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.eps-eligible-cell {
  border-right: 1px;
  text-align: left; }

.eps-eligible-content {
  padding-left: 42px; }

#btn-add-eps-eligible {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.eps-nominees-container {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.eps-nominees-container-visible {
  border: 1px;
  width: 100%;
  margin-bottom: 20px; }

.eps-nominees-header {
  border-right: 1px;
  text-align: left;
  font-weight: bold; }

.eps-nominees-header > span {
  display: inline-block;
  margin-top: 3px; }

.eps-nominees-row {
  border-bottom: 1px;
  width: 100%;
  margin: 0; }

.eps-nominees-cell {
  border-right: 1px;
  text-align: left; }

.eps-nominees-content {
  padding-left: 42px; }

#btn-add-eps-nominees {
  border: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }
/*Form 15 - END*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.acn-form .glyphicon {
  position: absolute;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  padding-right: 15px; }
  .acn-form .glyphicon:before {
    padding: 3px 0 0 3px;
    display: inline-block; }

  #Form-07182202-113b-466c-a941-b0cb99cf70b3 .form-control-feedback.glyphicon-remove {
    float: left;
    left: 0px;
    top: 44px;
  }

  .col-lg-8.col-md-12 #ddBoxEditProfilelCareersSkill + i, .col-lg-8.col-md-12 #ddBoxEditProfileCountryRegion + i {
    top: 59px;
  }

  .job-preference i.form-control-feedback.glyphicon.glyphicon-remove {
    position: absolute;
    top: 50px !important;
  }

#firstnameValidatorMessage .help-block.inner-message, #lastnamevalidatorMessage .help-block.inner-message {
    margin-top: 5px;
}

#ddBoxEditProfilelCareersSkill + i.form-control-feedback.glyphicon.glyphicon-ok, #ddBoxEditProfileCountryRegion + i.form-control-feedback.glyphicon.glyphicon-ok {
  top:9px;
}

#ddBoxEditProfilePrefCountryRegion + i.form-control-feedback.glyphicon.glyphicon-ok {
  position: absolute;
  top:4px;
}

.acn-form .glyphicon-remove, .acn-form .glyphicon-ok {
  color: #fff;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -mos-border-radius: 10px;
  border-radius: 10px;
  height: 20px;
  width: 20px; }

.acn-form .glyphicon-remove {
  background-color: #aa1133; }

.acn-form .glyphicon-ok {
  background-color: green; }

@media only screen and (min-width: 768px) {
  .acn-form .glyphicon {
    right: -35px; } }

@media only screen and (max-width: 767px) {
  .acn-form .custom-dropdown .glyphicon {
    left: 0;
    top: 47px; }
  .acn-form .custom-dropdown .glyphicon.glyphicon-remove {
    top: 55px;
    font-size: 14px; }
  .acn-form .custom-dropdown.multiple li .glyphicon {
    left: initial;
    top: 0px; } }

.glyphicon {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

.dropdown {
  position: relative; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: normal;
    overflow: hidden; }

  ul#ddBoxEditProfileStateProvince-ulid {
    height:110px;
  }

  ul#ddBoxEditProfileCountryRegion-ulid, ul#ddBoxEditProfilelCareersSkill-ulid, .dropdown-job-preference div.dropdown-menu {
    height: 375px;
  }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #aa1133; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }

.btn-default .caret {
  border-top-color: #333; }

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333; }

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar .btn-group {
  float: left; }

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 15px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 20px 20px;
    font-size: 18px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }
  .input-group-btn:first-child > .btn {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn {
    margin-left: -1px; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > span {
      display: block;
      padding-top: 14px; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #aa1133; }
    .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
      border-top-color: #640a1e;
      border-bottom-color: #640a1e; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #aa1133; }
    .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
      border-top-color: #fff;
      border-bottom-color: #fff; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #aa1133;
  border-bottom-color: #aa1133; }

.nav a:hover .caret {
  border-top-color: #640a1e;
  border-bottom-color: #640a1e; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.bg-color-white .nav-tabs li.active a span {
  color: #333; }

.tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs {
  border-bottom: none;
  margin-top: -37px; }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs {
      padding-top: 15px;
      margin-top: -33px;
      margin-left: 2px; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs {
      padding-top: 33px;
      margin-top: -33px;
      margin-left: 2px; } }
  @media only screen and (max-width: 999px) and (min-width: 768px) {
    .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs {
      padding-top: 15px;
      margin-top: -14px;
      margin-left: 5px; } }
  .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li span {
    color: #000000;
    background-color: transparent;
    border: none;
    padding: 10px 12px 19px 12px; }
    .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > a.active > a.active, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover.active > a.active, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus.active > a.active, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited.active > a.active, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li span.active > a.active {
      color: #aa1133; }
    @media only screen and (max-width: 767px) {
      .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li span {
        padding: 10px 14px 9px; } }
    @media only screen and (max-width: 999px) and (min-width: 768px) {
      .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li span {
        padding: 10px 19px 24px; } }
  .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > span {
    padding: 9px 0 0; }
  .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li:last-child {
    display: none; }
  .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > span.active-arrow-down {
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin: -2px -15px 0;
    display: none;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > span.active-arrow-down {
        /*mobile*/
        margin: -2px -15px 0; } }
    @media only screen and (max-width: 999px) and (min-width: 768px) {
      .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > span.active-arrow-down {
        margin: -2px -15px 0; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
      .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > span.active-arrow-down {
        /*ipad mini*/
        margin: -2px -15px 0; } }
  .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li.active > span.active-arrow-down {
    display: block; }
  .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li .tab-pane {
    min-height: 500px;
    margin-bottom: -2px; }

.tab-control > .tab-open-dropdown-wrapper .tab-pane {
  min-height: 500px;
  margin-bottom: -2px; }
  .tab-control > .tab-open-dropdown-wrapper .tab-pane.tab-pane-box-shadow {
    box-shadow: inset 0 15px 20px -20px rgba(0, 0, 0, 0.8); }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .tab-control > .tab-open-dropdown-wrapper .tab-pane {
      /*ipad mini*/
      min-height: none; } }

.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, .color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, .color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, .color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, .color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li span, .image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, .image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, .image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, .image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, .image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li span {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border: none; }

.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.active > a, .image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.active > a {
  color: #fff; }

.color-container .tab-control .tab-open-dropdown-wrapper .tab-pane, .image-container .tab-control .tab-open-dropdown-wrapper .tab-pane {
  background-color: initial; }

/* RMT 6863 - How We Lead */
#block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > span.dropdown-toggle, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > span.dropdown-toggle {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: color 0.75s ease-in-out; }
  #block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > span.dropdown-toggle:hover, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > span.dropdown-toggle:hover {
    color: #fff !important; }
  #block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > span.dropdown-toggle.open-dropdown-menu, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > span.dropdown-toggle.open-dropdown-menu {
    color: #fff !important; }

#block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu {
  color: #fff; }
  #block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li .dropdown-menu-close, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li .dropdown-menu-close {
    color: #fff; }
  #block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a, #block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:hover, #block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:focus, #block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:visited, #block-how-we-lead.color-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:active, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:hover, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:focus, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:visited, #block-how-we-lead.image-container .tab-control .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:active {
    color: #fff; }

#block-how-we-lead.color-container.open-dropdown .tab-open-dropdown-wrapper > span.dropdown-arrow-down, #block-how-we-lead.image-container.open-dropdown .tab-open-dropdown-wrapper > span.dropdown-arrow-down {
  color: #fff !important; }

#block-how-we-lead.color-container.open-dropdown .tab-open-dropdown-wrapper > span.dropdown-arrow-up, #block-how-we-lead.image-container.open-dropdown .tab-open-dropdown-wrapper > span.dropdown-arrow-up {
  color: #fff !important;
  transform: rotate(180deg); }

#block-how-we-lead.color-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li .dropdown-menu-close, #block-how-we-lead.color-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a, #block-how-we-lead.color-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:hover, #block-how-we-lead.color-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:focus, #block-how-we-lead.color-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:visited, #block-how-we-lead.color-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:active, #block-how-we-lead.image-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li .dropdown-menu-close, #block-how-we-lead.image-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a, #block-how-we-lead.image-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:hover, #block-how-we-lead.image-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:focus, #block-how-we-lead.image-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:visited, #block-how-we-lead.image-container.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu > li a:active {
  color: #333333 !important; }

/* END OF RMT 6863 */
.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
  padding: 10px;
  height: 80px; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (min-width: 767px) {
    .navbar {
      border-radius: 0; } }
  .navbar a:hover {
    text-decoration: none; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.navbar-header:after {
  clear: both; }

@media (min-width: 767px) {
  .navbar-header {
    float: left; } }

.icon-logo-accenture {
  font-size: 60px;
  color: #333; }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 767px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: auto; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: 0px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px; }
  @media (min-width: 767px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 767px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 767px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 767px) {
    .navbar > .container .navbar-brand {
      margin-left: 0px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 767px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px 0px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 767px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

@media (min-width: 767px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -1px;
  margin-bottom: -1px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 767px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: -1px;
  margin-bottom: -1px; }

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 767px) {
    .navbar-text {
      margin-left: 0px;
      margin-right: 0px; } }

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777 !important; }
  .navbar-default .navbar-nav > li > a {
    color: #000; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent !important; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555;
      border-bottom-color: #555; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

@media (max-width: 767px) {
  #header-topnav li .language-icon.pull-right.country-language-trigger {
    margin-left: 5%;
    margin-right: 5%; }
  #header-topnav .navbar-header.sign-in-sm {
    max-width: 33%;
    margin-top: 8px; }
    #header-topnav .navbar-header.sign-in-sm .acn-gp-logo img, #header-topnav .navbar-header.sign-in-sm .gp-logo img {
      height: 14px;
      margin-top: 10px; }
  #header-topnav .navbar-header.sign-in-md {
    max-width: 40.3%;
    margin-top: 4px; }
    #header-topnav .navbar-header.sign-in-md .acn-gp-logo img, #header-topnav .navbar-header.sign-in-md .gp-logo img {
      height: 20px;
      margin-top: 8px; }
  #header-topnav .navbar-header.sign-in-lg {
    max-width: 40.3%;
    margin-top: 4px; }
    #header-topnav .navbar-header.sign-in-lg .acn-gp-logo img, #header-topnav .navbar-header.sign-in-lg .gp-logo img {
      height: 17px;
      margin-top: 11px; }
  #header-topnav #rightTopSection.sign-in-md, #header-topnav #rightTopSection.sign-in-lg {
    max-width: 50%; } }

div.navbar-header {
  margin-left: 10px;
  float: left;
  position: absolute;
  z-index: 2; }

#header-topnav {
  z-index: 20;
  box-shadow: none; }


/*Handle in stylecore*/
/*.navigation-rotis-font {
	font-family: RotisSansSerif55, Arial, Sans-Serif;
}*/
a.icon-accenture {
  font-size: 60px;
  color: black;
  text-decoration: none; }

#countryLanguageSelectorModal {
  z-index: 999999; }

.keyboard-container-center {
  width: auto;
  margin-left: auto;
  margin-right: auto; }
  .keyboard-container-center:hover {
    cursor: pointer;
    cursor: hand;
    margin-top: -12px; }

.language-icon {
  margin-top: 17px;
  margin-right: 10px;
  margin-left: 10px; }

#ui-menu-nav-expand {
  margin-right: 0px; }

#ui-menu-nav-collapse, #ui-menu-nav-expand {
  margin-right: 0px; }
  #ui-menu-nav-collapse ul, #ui-menu-nav-expand ul {
    margin-top: 8px; }
    #ui-menu-nav-collapse ul li, #ui-menu-nav-expand ul li {
      margin-top: 0px; }
  #ui-menu-nav-collapse .authenticated, #ui-menu-nav-expand .authenticated {
    background-color: #fff;
    box-shadow: 1px 12px 1px #666;
    margin-bottom: 0;
    width: 100%; }
    #ui-menu-nav-collapse .authenticated ul, #ui-menu-nav-expand .authenticated ul {
      list-style: none;
      padding-left: 0;
      width: 100%; }
      #ui-menu-nav-collapse .authenticated ul li, #ui-menu-nav-expand .authenticated ul li {
        border-bottom: 1px solid #d0d5d5;
        height: auto;
        line-height: 40px;
        list-style-type: none;
        padding: 0 16px; }
      #ui-menu-nav-collapse .authenticated ul li:last-child, #ui-menu-nav-expand .authenticated ul li:last-child {
        border: 0; }

.top-nav-menu-expand {
  right: 19.6%;
  left: -19.6%; }

#rightTopSection {
  margin-right: 0px; }

.primary-link-icon {
  background-repeat: no-repeat;
  background-position: 15px center;
  text-indent: 20px; }

.hover-keyboard {
  display: none;
  line-height: 1.1; }

.hide-smart-search-label {
  display: none !important; }

.hide-menu {
  display: none !important; }

.menu-scroll {
  overflow: hidden; }

.callout-contact-details {
  font-weight: bold; }

#locationSelector img {
  position: relative;
  top: 17px;
  right: 15px; }

.country-language-trigger:hover {
  cursor: pointer;
  cursor: hand; }

/* NAVIGATION MENU - START */
#main-menu.sidr {
  background-color: #191919;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*border-left: 1px solid #363636;    original property*/ }

#main-menu #primary-menu {
  padding: 25px 0px 25px 0px;
  margin: 20px 0;
  /*border-bottom: 1px solid #363636;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-width: 0 0 1px 0;
  box-shadow: none; }
  #main-menu #primary-menu a {
    padding: 0 0 0 20px; }

#main-menu #secondary-menu {
  padding: 5px 0px 15px 0px;
  margin: 0px 20px;
  box-shadow: none;
  line-height: 30px;
  font-family: Arial;
  font-weight: normal; }

#main-menu #primary-menu, #main-menu #primary-menu a, #main-menu #secondary-menu, #main-menu #secondary-menu a {
  background-color: transparent;
  color: #fff; }

#main-menu .list-group-item {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff; }

#main-menu .language-icon {
  margin-top: 15px;
  padding-bottom: 15px;
  margin-left: 16px; }

#main-menu .icon-close {
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0; }

/* START - SECONDARY NAVIGATION  */
.secondary-nav {
  width: 81% !important;
  position: fixed;
  right: 19%;
  z-index: 9999;
  height: 100%;
  top: 0;
  margin-right: auto !important; }
  .secondary-nav #secondary-header {
    position: fixed;
    width: 100%;
    z-index: 99999999;
    border-bottom: 3px solid #db234a;
    margin-left: 24px; }
    .secondary-nav #secondary-header span {
      margin-right: 5px; }
    .secondary-nav #secondary-header h3 {
      font-size: 20px !important; }
  .secondary-nav .secondary-nav-item {
    padding: 0 8px 0 45px;
    margin: 32px 0 0 0;
    height: 90.2%;
    overflow-x: hidden;
    overflow-y: auto; }
    .secondary-nav .secondary-nav-item.two-column {
      column-count: 2; }
      .secondary-nav .secondary-nav-item.two-column.column-container-height {
        column-fill: auto; }
    .secondary-nav .secondary-nav-item.three-column {
      column-count: 3; }
      .secondary-nav .secondary-nav-item.three-column.column-container-height {
        column-fill: auto; }
    .secondary-nav .secondary-nav-item.four-column {
      column-count: 4; }
      .secondary-nav .secondary-nav-item.four-column.column-container-height {
        column-fill: auto; }
    .secondary-nav .secondary-nav-item.five-column {
      column-count: 5; }
      .secondary-nav .secondary-nav-item.five-column.column-container-height {
        column-fill: auto; }
    .secondary-nav .secondary-nav-item ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .secondary-nav .secondary-nav-item ul li {
        margin-right: 15px; }
        .secondary-nav .secondary-nav-item ul li h3 {
          padding: 12px 0 13px 0;
          margin-top: 0px;
          margin-bottom: 0px; }

/* END - SECONDARY NAVIGATION  */
.menu-btn span {
  float: right; }

.menu-btn .acn-icon {
  padding: 0;
  margin: -2px 6px; }

#btnMainMenu .acn-icon, #btnMainMenuEdit .acn-icon {
  margin: -2px 6px;
  top: 0;
  position: static;
  font-size: 14px; }

@media only screen and (min-width: 1000px) {
  .navbar-nav {
    margin-top: 8px; }
  div.navbar-header {
    margin-top: 5px; }
    div.navbar-header img {
      max-height: 50px; }
  .secondary-nav-item ul li h3 {
    font-size: 22px; } }

@media only screen and (max-width: 999px) {
  .secondary-nav {
    margin-right: auto !important; }
    .secondary-nav .secondary-nav-item {
      padding: 0 56px 0 28px;
      margin: 17px 0 0 0;
      height: 94%; }
      .secondary-nav .secondary-nav-item ul li {
        margin-right: 15px; }
        .secondary-nav .secondary-nav-item ul li h3 {
          font-size: 15px;
          padding: 13px 0 14px 0; } }

@media only screen and (max-width: 767px) {
  #main-menu #primary-menu {
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0 5% 10px 5%; }
  #main-menu #secondary-menu {
    padding-top: 0px;
    margin-left: 5%;
    margin-right: 5%; }
  #main-menu .list-group-item {
    padding: 0 16px; }
  #secondary-header h3 {
    margin: 34px 0 5px 0; }
  .secondary-nav {
    display: none;
    width: 100% !important;
    z-index: 9;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: fixed;
    height: 100%;
    margin-left: 0 !important; }
    .secondary-nav.one-column {
      width: 100%;
      margin-right: 0; }
    .secondary-nav .secondary-nav-item {
      margin-top: 74px;
      padding-left: 38px;
      height: 85%; }
      .secondary-nav .secondary-nav-item ul li h3 {
        font-size: 16px;
        padding-bottom: 10px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .secondary-nav .secondary-nav-item {
    height: 70%; } }

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .secondary-nav .secondary-nav-item {
    height: 80%; } }

/* NAVIGATION MENU - END */
/* TYPE TO SEARCH BAR - START */
.search-bar {
  height: 44px;
  top: 18px;
  background-color: #000;
  border-radius: 20px;
  display: inline-block; }
  .search-bar label {
    color: #fff;
    padding: 12px 0px 12px 18px;
    font-weight: 100;
    margin: 0;
    float: left; }
  .search-bar .acn-icon {
    color: #fff;
    font-size: 26px;
    padding: 10px 18px 0 10px;
    margin: 0;
    float: left; }
  .search-bar:hover {
    opacity: 0.8;
    cursor: pointer; }
  .search-bar * {
    cursor: pointer; }

.hero-header {
  margin-top: 0; }

.header-splitter {
  height: 0;
  opacity: 0.3;
  margin-top: 10px; }

.ui-header .page-identifier {
  margin-top: 18px; }

.header-body {
  padding: 0 15%; }

@media only screen and (min-width: 768px) {
  #search-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
  /* recent change 2/23 -  remove Type to search bar in overlay */
  html #search-label-type {
    display: inline-block; }
  html #search-label-touch {
    display: none; }
  html.touch #search-label-type {
    display: none; }
  html.touch #search-label-touch {
    display: inline-block; } }

@media only screen and (max-width: 999px) {
  .search-bar {
    top: 11px; }
    .search-bar label {
      padding: 12px 0px 12px 20px; }
    .search-bar .acn-icon {
      padding: 10px 20px 0 13px; }
  #main-menu #primary-menu {
    margin-top: 5px; }
  .top-nav-menu-expand {
    right: 25.5%;
    left: -25.5%; }
  .sidr {
    width: 25.5%; } }

@media only screen and (max-width: 767px) {
  #search-label-type,
  #search-label-touch {
    display: none; }
  .search-bar {
    height: 24px;
    margin-top: 10px; }
    .search-bar .acn-icon {
      padding: 2px 6px;
      font-size: 16px; } }

/* TYPE TO SEARCH BAR - END */
@media screen and (min-width: 768px) and (max-width: 999px) {
  #header-topnav {
    height: 65px; }
    #header-topnav .navbar-header {
      margin-left: 5px; }
      #header-topnav .navbar-header .acn-logo img {
        height: 45px; }
      #header-topnav .navbar-header .acn-gp-logo img, #header-topnav .navbar-header .gp-logo img {
        height: 33px; }
    #header-topnav .keyboard-container .acn-icon {
      font-size: 15px; }
    #header-topnav #ui-menu-nav-collapse ul {
      margin-top: 0px; }
    #header-topnav #sign-in-link {
      padding-right: 10px;
      padding-left: 10px; }
    #header-topnav #btnMainMenu {
      padding-left: 10px; } }

@media only screen and (max-width: 767px) {
  #header-topnav {
    height: 60px;
    z-index: 22;
    padding-right: 7px;
    padding-left: 7px; }
  #header-topnav .acn-logo img {
    max-width: 129px;
    max-height: 40px; }
  #header-topnav .sign-in-sm .acn-logo img {
    max-width: 106px;
    max-height: 40px; }
  #header-topnav .navbar-header {
    margin-left: 0px; }
    #header-topnav .navbar-header a {
      margin: 0px; }
    #header-topnav .navbar-header .acn-logo img {
      height: 40px; }
    #header-topnav .navbar-header .acn-gp-logo img, #header-topnav .navbar-header .gp-logo img {
      height: 25px; }
  #main-menu {
    width: 100%; }
    #main-menu .acn-icon.icon-close {
      position: absolute;
      top: 20px;
      right: 15px; }
    #main-menu #nav_search {
      position: relative;
      left: 10%;
      width: 80%;
      border: none;
      background-color: transparent;
      top: 5px; }
    #main-menu .btn-search-box {
      position: absolute;
      right: 0px;
      top: -1px;
      background-color: transparent; }
  #ui-menu-nav-collapse ul {
    float: right; }
    #ui-menu-nav-collapse ul li {
      float: left; }
  #ui-menu-nav-collapse .authenticated li {
    float: none; }
  #ui-menu-nav-collapse {
    border: none;
    display: block; }
  #ui-menu-nav-collapse ul {
    margin-top: 0px; }
  #sign-in-link {
    padding-right: 10px; }
  #btnMainMenu {
    padding: 10px 0px 10px 0px; }
    #btnMainMenu .acn-icon {
      margin-left: 10px;
      top: 0px; }
  #btnMainMenu .acn-icon, #btnMainMenuEdit .acn-icon {
    margin: -2px 0px; } }

.sign-in-dropdown {
  font-size: 9px; }

.sign-in-dropdown.icon-arrow-dropdown:before {
  display: inline-block;
  position: relative;
  bottom: 1px; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 15px 15px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #eeeeee; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #aa1133;
    border-color: #aa1133;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 20px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 10px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #aa1133; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #7c0c25; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #aa1133;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1 {
    line-height: 1;
    color: inherit; }
  .jumbotron p {
    line-height: 1.4; }
  .container .jumbotron {
    border-radius: 0px; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  margin-bottom: 20px; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #aa1133; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #468847; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #356635; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #3a87ad; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #2d6987; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #c09853; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #b94a48; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #953b39; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #aa1133;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px;
  margin-bottom: 17px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #aa1133;
    border-color: #aa1133; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #f493a8; }

#primary-menu a.list-group-item {
  color: #fff; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:last-child > th,
  .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px; }
  .panel-group .panel + .panel {
    margin-top: 0px; }

.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading > .dropdown .caret {
      border-color: #333333 transparent; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #aa1133; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #aa1133;
    border-color: #aa1133; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #aa1133; }
    .panel-primary > .panel-heading > .dropdown .caret {
      border-color: #fff transparent; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #aa1133; }

.panel-success {
  border-color: #d0e9c6; }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d0e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d0e9c6; }
    .panel-success > .panel-heading > .dropdown .caret {
      border-color: #468847 transparent; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d0e9c6; }

.panel-warning {
  border-color: #faf2cc; }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faf2cc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faf2cc; }
    .panel-warning > .panel-heading > .dropdown .caret {
      border-color: #c09853 transparent; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faf2cc; }

.panel-danger {
  border-color: #ebcccc; }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebcccc; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebcccc; }
    .panel-danger > .panel-heading > .dropdown .caret {
      border-color: #b94a48 transparent; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebcccc; }

.panel-info {
  border-color: #bcdff1; }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bcdff1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bcdff1; }
    .panel-info > .panel-heading > .dropdown .caret {
      border-color: #3a87ad transparent; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bcdff1; }

.acn-panel-group {
  margin-bottom: 50px; }

.acn-panel-group .panel, .search-container .panel, #search-filters-container.sticky .panel {
  margin-top: 0;
  border-left-style: none;
  border-right-style: none;
  border-left-width: 0px;
  border-right-width: 0px;
  margin-bottom: 0px; }
  .acn-panel-group .panel .panel-heading, .search-container .panel .panel-heading, #search-filters-container.sticky .panel .panel-heading {
    background-color: #eee;
    border-bottom-style: none; }
    .acn-panel-group .panel .panel-heading h1:before, .acn-panel-group .panel .panel-heading h2:before, .acn-panel-group .panel .panel-heading h3:before, .acn-panel-group .panel .panel-heading h4:before, .acn-panel-group .panel .panel-heading h5:before, .acn-panel-group .panel .panel-heading h6:before, .search-container .panel .panel-heading h1:before, .search-container .panel .panel-heading h2:before, .search-container .panel .panel-heading h3:before, .search-container .panel .panel-heading h4:before, .search-container .panel .panel-heading h5:before, .search-container .panel .panel-heading h6:before, #search-filters-container.sticky .panel .panel-heading h1:before, #search-filters-container.sticky .panel .panel-heading h2:before, #search-filters-container.sticky .panel .panel-heading h3:before, #search-filters-container.sticky .panel .panel-heading h4:before, #search-filters-container.sticky .panel .panel-heading h5:before, #search-filters-container.sticky .panel .panel-heading h6:before {
      content: "-  ";
      top: -2px;
      position: relative;
      cursor: hand; }
  .acn-panel-group .panel .panel-body, .search-container .panel .panel-body, #search-filters-container.sticky .panel .panel-body {
    padding-left: 38px; }
  .acn-panel-group .panel .panel-heading.collapsed, .search-container .panel .panel-heading.collapsed, #search-filters-container.sticky .panel .panel-heading.collapsed {
    background-color: #fff; }
    .acn-panel-group .panel .panel-heading.collapsed h1:before, .acn-panel-group .panel .panel-heading.collapsed h2:before, .acn-panel-group .panel .panel-heading.collapsed h3:before, .acn-panel-group .panel .panel-heading.collapsed h4:before, .acn-panel-group .panel .panel-heading.collapsed h5:before, .acn-panel-group .panel .panel-heading.collapsed h6:before, .search-container .panel .panel-heading.collapsed h1:before, .search-container .panel .panel-heading.collapsed h2:before, .search-container .panel .panel-heading.collapsed h3:before, .search-container .panel .panel-heading.collapsed h4:before, .search-container .panel .panel-heading.collapsed h5:before, .search-container .panel .panel-heading.collapsed h6:before, #search-filters-container.sticky .panel .panel-heading.collapsed h1:before, #search-filters-container.sticky .panel .panel-heading.collapsed h2:before, #search-filters-container.sticky .panel .panel-heading.collapsed h3:before, #search-filters-container.sticky .panel .panel-heading.collapsed h4:before, #search-filters-container.sticky .panel .panel-heading.collapsed h5:before, #search-filters-container.sticky .panel .panel-heading.collapsed h6:before {
      content: "+  ";
      top: -2px;
      position: relative; }
  .acn-panel-group .panel .panel-collapse.in .panel-body, .search-container .panel .panel-collapse.in .panel-body, #search-filters-container.sticky .panel .panel-collapse.in .panel-body {
    border-top-style: none; }
  .acn-panel-group .panel.search-panel, .search-container .panel.search-panel, #search-filters-container.sticky .panel.search-panel {
    border: none;
    box-shadow: none;
    webkit-box-shadow: none; }
    .acn-panel-group .panel.search-panel .panel-heading.collapsed, .search-container .panel.search-panel .panel-heading.collapsed, #search-filters-container.sticky .panel.search-panel .panel-heading.collapsed {
      background-color: #eee; }
    .acn-panel-group .panel.search-panel .panel-body, .search-container .panel.search-panel .panel-body, #search-filters-container.sticky .panel.search-panel .panel-body {
      margin-top: -33px;
      padding-left: 20px;
      padding-bottom: 0px; }
      .acn-panel-group .panel.search-panel .panel-body .panel-body, .search-container .panel.search-panel .panel-body .panel-body, #search-filters-container.sticky .panel.search-panel .panel-body .panel-body {
        margin-top: -29px; }
    .acn-panel-group .panel.search-panel.add-shadowbox .panel-body, .search-container .panel.search-panel.add-shadowbox .panel-body, #search-filters-container.sticky .panel.search-panel.add-shadowbox .panel-body {
      margin-top: 0; }

.acn-panel-group .panel-message, .search-container .panel-message, #search-filters-container.sticky .panel-message {
  padding-left: 30px; }

.acn-panel-group .panel.inner, .search-container .panel.inner, #search-filters-container.sticky .panel.inner {
  border-style: none;
  border-color: transparent;
  background-color: transparent; }
  .acn-panel-group .panel.inner .panel-heading, .search-container .panel.inner .panel-heading, #search-filters-container.sticky .panel.inner .panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0; }
  .acn-panel-group .panel.inner .panel-collapse .panel-body, .search-container .panel.inner .panel-collapse .panel-body, #search-filters-container.sticky .panel.inner .panel-collapse .panel-body {
    padding: 0; }

.acn-panel-group .collapse:before, .search-container .collapse:before, #search-filters-container.sticky .collapse:before {
  content: "+  ";
  top: -2px;
  position: relative;
  right: 12px; }

.acn-panel-group .expand:before, .search-container .expand:before, #search-filters-container.sticky .expand:before {
  content: "-  ";
  top: -2px;
  position: relative;
  right: 12px; }

.search-container .panel {
  margin: 0 -20px; }
  .search-container .panel .panel-title {
    font-size: 20px; }

.search-container #search-categories .panel-body {
  padding-left: 25px; }

.job-search .form-section .job-search-panel .panel-heading {
  padding: 25px 20px 10px 33px; }
  .job-search .form-section .job-search-panel .panel-heading h3:before {
    content: "-  ";
    cursor: hand;
    margin-right: 15px; }

.job-search .form-section .job-search-panel .panel-heading.collapsed h3:before {
  content: "+  ";
  margin-right: 15px; }

@media screen and (min-width: 1000px) {
  .acn-panel-group .panel.inner .panel-heading {
    display: none; }
  .acn-panel-group .panel.inner .panel-collapse {
    display: inline; }
    .acn-panel-group .panel.inner .panel-collapse .panel-body {
      padding: 0; }
  .acn-panel-group .collapse.privacy:before {
    content: ""; }
  .acn-panel-group .expand:before {
    content: ""; } }

@media screen and (max-width: 767px) {
  .acn-panel-group .panel-message {
    padding-left: 20px; }
  .acn-panel-group .panel-default .panel-body {
    padding-left: 32px;
    padding-right: 32px; } }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #000; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.close-popover {
  margin-top: -12px;
  margin-right: -10px; }

/* toolbar */
#toolbar-container {
  height: 20px;
  top: 0px;
  position: absolute;
  right: 0;
  width: 100%;
  margin-top: 0; }
  #toolbar-container.toolbar-container-edit #toolbar {
    top: 80px; }
  #toolbar-container #toolbar {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    color: white;
    margin-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 6px;
    width: auto;
    text-align: center;
    right: 2.5%;
    position: absolute;
    background: #000;
    z-index: 5 !important; }
    #toolbar-container #toolbar table tbody tr td {
      padding-right: 30px; }
    #toolbar-container #toolbar table tbody tr td:last-child {
      padding-right: 0px; }
    #toolbar-container #toolbar a {
      color: white;
      text-decoration: none; }
      #toolbar-container #toolbar a span.acn-icon {
        margin-left: 0; }
    #toolbar-container #toolbar a:hover {
      text-decoration: none; }
    #toolbar-container #toolbar .share {
      float: left; }
    #toolbar-container #toolbar .download {
      float: right; }
    #toolbar-container #toolbar .social-likes_single-w .social-likes__button_single {
      padding-left: 0px; }

.header-splitter {
  position: absolute;
  color: #fff;
  background-color: #fff;
  width: 100%;
  opacity: 0.3;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block; }

@media only screen and (max-width: 999px) {
  .header-splitter {
    margin-top: 50px; } }

@media only screen and (max-width: 767px) {
  #toolbar-container #toolbar a span.acn-icon {
    margin-right: 0; }
  #toolbar-container #toolbar .hide-toolbar-item {
    display: none; }
  #toolbar-container #toolbar span.acn-icon.icon-share {
    margin-right: 0; }
  .header-splitter {
    margin-top: 0px; } }

.packery-container .packery-item {
  display: table-cell !important; }

.packery-container .component {
  margin: 0;
  padding: 10px; }

.packery-container .service-module {
  margin-top: 20px; }

.clamp-fade:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%) repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  height: 1.2em;
  position: absolute;
  right: 0;
  text-align: right;
  width: 70%; }

.clamp-fade {
  height: 3.6em;
  position: relative; }

.clamp-container {
  overflow: visible !important; }
  .clamp-container .component {
    overflow: hidden;
    margin: 0;
    /* padding: 10px; */ }
  .clamp-container .component:hover {
    z-index: 9999999999999999999;
    overflow: visible;
    /* padding: 10px 5px 5px 10px; */ }

.touch-inactive .ui-link, .touch-inactive .module-headline, .touch-inactive .media, .touch-inactive .social {
  pointer-events: none; }

.nextgen-tab .nextgen-tab-introduction {
  text-align: center; }

.nextgen-tab .nextgen-tab-navigation {
  text-align: center;
  display: inline-block; }
  .nextgen-tab .nextgen-tab-navigation .tab-navigation-menu {
    text-transform: uppercase;
    opacity: .67;
    cursor: pointer; }
  .nextgen-tab .nextgen-tab-navigation .tab-navigation-menu:hover {
    text-decoration: none; }
  .nextgen-tab .nextgen-tab-navigation .tab-navigation-menu.active {
    opacity: 1;
    font-weight: bold;
    cursor: default; }

.nextgen-tab .nextgen-tab-inner .nextgen-tab-section {
  display: none; }
  .nextgen-tab .nextgen-tab-inner .nextgen-tab-section .item {
    margin-top: 40px; }
    .nextgen-tab .nextgen-tab-inner .nextgen-tab-section .item .cta {
      margin-top: 20px; }
  .nextgen-tab .nextgen-tab-inner .nextgen-tab-section .content-title {
    text-transform: uppercase;
    display: none; }
  .nextgen-tab .nextgen-tab-inner .nextgen-tab-section hr {
    display: none; }

.nextgen-tab .nextgen-tab-inner .nextgen-tab-section.active {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .nextgen-tab .nextgen-tab-inner #carousel-business-service .tabs .tab {
    text-decoration: none; }
  .nextgen-tab .nextgen-tab-inner #carousel-business-service .view-all {
    text-align: center;
    padding-top: 7px; } }

@media only screen and (min-width: 768px) {
  .nextgen-tab .nextgen-tab-introduction {
    text-align: left;
    margin-bottom: 80px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 60px;
    /* Firefox */
    column-gap: 60px; }
  .nextgen-tab .tab-introduction-1-column, .nextgen-tab tab-introduction-2-column, .nextgen-tab tab-introduction-3-column {
    text-align: left;
    margin-bottom: 80px;
    -webkit-column-gap: 60px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 60px;
    /* Firefox */
    column-gap: 60px; }
  .nextgen-tab .tab-introduction-1-column {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    margin-right: 100px;
    margin-left: 100px; }
  .nextgen-tab .tab-introduction-2-column {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
  .nextgen-tab .tab-introduction-3-column {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; }
  .nextgen-tab .nextgen-tab-navigation {
    display: none; }
  .nextgen-tab .nextgen-tab-inner .nextgen-tab-section {
    display: block;
    margin-bottom: 90px; }
  .nextgen-tab .nextgen-tab-inner #carousel-business-service .tabs a {
    text-decoration: none; }
  .nextgen-tab .nextgen-tab-inner #carousel-business-service section {
    margin-bottom: 0; }
  .nextgen-tab .nextgen-tab-inner .view-all {
    text-align: right;
    margin-bottom: 90px; }
  .nextgen-tab .nextgen-tab-inner .nextgen-tab-section .header, .nextgen-tab .nextgen-tab-inner .nextgen-tab-section-with-view-all .header {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 0 10px; }
  .nextgen-tab .nextgen-tab-inner .nextgen-tab-section .item, .nextgen-tab .nextgen-tab-inner .nextgen-tab-section-with-view-all .item {
    margin-top: 0px; }
    .nextgen-tab .nextgen-tab-inner .nextgen-tab-section .item .module-headline, .nextgen-tab .nextgen-tab-inner .nextgen-tab-section-with-view-all .item .module-headline {
      margin-top: 40px; }
    .nextgen-tab .nextgen-tab-inner .nextgen-tab-section .item .cta, .nextgen-tab .nextgen-tab-inner .nextgen-tab-section-with-view-all .item .cta {
      margin-top: 15px; }
  .nextgen-tab .nextgen-tab-inner .nextgen-tab-section .content-title, .nextgen-tab .nextgen-tab-inner .nextgen-tab-section-with-view-all .content-title {
    display: inline; }
  .nextgen-tab .nextgen-tab-inner .nextgen-tab-section hr, .nextgen-tab .nextgen-tab-inner .nextgen-tab-section-with-view-all hr {
    position: absolute;
    display: inline;
    opacity: .5;
    z-index: 888;
    top: -12px;
    width: 100%;
    float: left;
    left: 0; }
  .ie .nextgen-tab .nextgen-tab-inner .nextgen-tab-section hr, .ie .nextgen-tab .nextgen-tab-inner .nextgen-tab-section-with-view-all hr {
    top: -7px; } }

#block-header-new {
  border-bottom: 1px solid #e3e3e3; }
  #block-header-new .navbar-default {
    font-size: 16px;
    color: #000; }
    #block-header-new .navbar-default input::-webkit-input-placeholder {
      font-style: normal; }
  #block-header-new #header-topnav {
    padding: 0;
    width: 100%;
    height: 3.125em;
    border-bottom: 0.063em solid #e3e3e3;
    font-family: "Graphik Regular", "Arial", Sans-Serif; }
    #block-header-new #header-topnav li {
      list-style: none; }
    #block-header-new #header-topnav .primary-nav {
      height: 50px; }
      #block-header-new #header-topnav .primary-nav #tertiaryNav {
        top: 50px;
        position: absolute;
        overflow: auto;
        display: none;
        opacity: 1;
        right: 0px; }
      #block-header-new #header-topnav .primary-nav .nav-content {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 50px);
        min-height: calc(100vh - 50px);
        position: relative;
        background: #fff;
        margin: 0;
        opacity: 0;
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        -webkit-box-shadow: 0px 30px 30px -30px #ccc;
        box-shadow: 0px 30px 30px -30px #ccc;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.45s ease-in-out;
        -moz-transition: 0.45s ease-in-out;
        -o-transition: 0.45s ease-in-out;
        transition: 0.45s ease-in-out; }
        #block-header-new #header-topnav .primary-nav .nav-content.panel-group {
          color: unset; }
        #block-header-new #header-topnav .primary-nav .nav-content .primary-link-container {
          flex: 1 0 auto; }
        #block-header-new #header-topnav .primary-nav .nav-content #tertiaryListContainer .tertiary-nav-container {
          margin: 0; }
        #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu-label-L3 {
          font-size: 18px;
          font-weight: 600;
          padding: 10px 0 10px 10px; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu-label-L3 .ion-chevron-left {
            float: left;
            padding-right: 10px; }
        #block-header-new #header-topnav .primary-nav .nav-content #L3-items, #block-header-new #header-topnav .primary-nav .nav-content .tertiaryLevel3 {
          padding: 0;
          border-top: 1px solid #e3e3e3; }
          #block-header-new #header-topnav .primary-nav .nav-content #L3-items li, #block-header-new #header-topnav .primary-nav .nav-content .tertiaryLevel3 li {
            border-top: 1px solid #e3e3e3;
            line-height: 22px;
            width: 100%;
            height: 39px;
            padding-left: 30px;
            padding-right: 15px;
            vertical-align: middle;
            padding-top: 10px;
            padding-bottom: 10px; }
            #block-header-new #header-topnav .primary-nav .nav-content #L3-items li a, #block-header-new #header-topnav .primary-nav .nav-content .tertiaryLevel3 li a {
              font-family: "Graphik Regular", "Arial", Sans-Serif;
              font-weight: 400;
              font-size: 16px;
              color: #4a4a4a;
              text-decoration: none;
              line-height: 25px;
              overflow-wrap: break-word;
              word-wrap: break-word; }
        #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu {
          border-bottom: 1px solid #e3e3e3;
          position: relative;
          border: none;
          vertical-align: middle;
          flex: 1 0 auto;
          max-height: none; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.show-sub-menu {
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.show-sub-menu span.ion-chevron-down {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.show-sub-menu .secondary-navs .secondary-nav-menu {
              height: 100%; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label {
            font-size: 18px;
            font-weight: 600;
            padding: 10px 17px;
            border-bottom: 1px solid #e3e3e3; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label.tertiaryLevel3 {
              padding: 0; }
              #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label.tertiaryLevel3 ul {
                padding-left: 0; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label.tertiaryLevel3 ul li {
                  padding-left: 26px;
                  min-height: 39px;
                  height: auto; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu span.ion-chevron-down {
            display: inline-block;
            padding: 17px;
            position: absolute;
            right: 0;
            top: -2px;
            height: 50px;
            width: 50px;
            text-align: center;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.show-sub-menu {
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.show-sub-menu span.ion-chevron-down {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.show-sub-menu .secondary-navs .secondary-nav-menu {
              height: 100%; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .secondary-nav-menu {
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links {
            width: 100%; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links #single-l2 .first-secondary-item {
              padding-left: 30px; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links .first-secondary-item {
              border-bottom: 0.07em solid #e3e3e3;
              line-height: 1.563em;
              width: 100%;
              height: 44px;
              padding-left: 30px;
              padding-right: 15px;
              vertical-align: middle;
              padding-top: 11px;
              font-weight: 400;
              padding-bottom: 10px; }
              #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links .first-secondary-item a {
                color: #4a4a4a;
                font-size: 14px;
                text-decoration: none;
                padding-left: 0; }
              #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links .first-secondary-item #no-l3 {
                padding-left: 0;
                float: none; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links .first-secondary-item #no-l3 li {
                  border-bottom: 1px solid #e3e3e3;
                  line-height: 22px;
                  width: 100%;
                  height: 39px;
                  padding-left: 0px;
                  padding-right: 15px;
                  vertical-align: middle;
                  padding-top: 10px;
                  font-size: 14px; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links .first-secondary-item #no-l3 a {
                  font-family: "Graphik Regular", "Arial", Sans-Serif;
                  font-weight: 400;
                  color: #4a4a4a;
                  text-decoration: none;
                  line-height: 25px;
                  overflow-wrap: break-word;
                  word-wrap: break-word; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links > ul {
              margin: 0;
              padding: 0; }
              #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links > ul > li {
                border-bottom: 1px solid #e3e3e3;
                line-height: 22px;
                width: 100%;
                height: 44px;
                width: 100%;
                padding-left: 30px;
                vertical-align: middle;
                padding-right: 15px;
                padding-top: 10px;
                padding-bottom: 10px; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-links > ul > li a {
                  color: #4a4a4a;
                  font-size: 14px;
                  font-weight: 400;
                  padding-left: 1.625em; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs #no-l3 {
            float: none; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs #no-l3 .secondary-item {
              padding-left: 30px;
              margin-left: -20px; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs #no-l3 .first-secondary-item {
              padding-left: 30px; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs .nav-item-features {
            width: 55%; }
        #block-header-new #header-topnav .primary-nav .nav-content.crawl-down {
          opacity: 1;
          border-bottom: 0.063em solid #e3e3e3;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
        #block-header-new #header-topnav .primary-nav .nav-content .nav-contact-link {
          flex-shrink: 0;
          padding: 20px;
          padding-bottom: 15px;
          overflow: auto;
          text-align: center;
          z-index: -1;
          width: 100%; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-contact-link ul.social-icons {
            width: 100%;
            padding-left: 0;
            margin-left: 0;
            display: inline;
            text-align: center; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-contact-link ul.social-icons li {
              display: inline-block;
              height: 44px;
              width: 44px;
              padding: 11px 15px;
              vertical-align: middle;
              font-size: 20px;
              position: static;
              text-align: center; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-contact-link > div {
            font-size: 14px;
            /* to be transfered */
            padding: 15px;
            height: 44px;
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 400; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-contact-link > div .signInContactUs {
              color: #4a4a4a; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-contact-link > div.nav-social > a {
              font-size: 21px;
              /* to be transfered */
              padding: 0px 7px; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-contact-link a {
            color: #000; }
        #block-header-new #header-topnav .primary-nav .nav-content #menuFooter .signin-links, #block-header-new #header-topnav .primary-nav .nav-content #menuFooter ol, #block-header-new #header-topnav .primary-nav .nav-content #menuFooter ul {
          margin: 0;
          padding: 0px;
          line-height: 22px; }
          #block-header-new #header-topnav .primary-nav .nav-content #menuFooter .signin-links li, #block-header-new #header-topnav .primary-nav .nav-content #menuFooter ol li, #block-header-new #header-topnav .primary-nav .nav-content #menuFooter ul li {
            padding: 5px;
            line-height: 22px; }
        #block-header-new #header-topnav .primary-nav .nav-content #menuFooter .signin-links {
          height: auto; }
          #block-header-new #header-topnav .primary-nav .nav-content #menuFooter .signin-links li {
            padding: 0.78em; }
      #block-header-new #header-topnav .primary-nav #menuFooter .signin-links, #block-header-new #header-topnav .primary-nav #menuFooter ol, #block-header-new #header-topnav .primary-nav #menuFooter ul {
        margin: 0;
        padding: 0px; }
        #block-header-new #header-topnav .primary-nav #menuFooter .signin-links li, #block-header-new #header-topnav .primary-nav #menuFooter ol li, #block-header-new #header-topnav .primary-nav #menuFooter ul li {
          padding: 5px; }
      #block-header-new #header-topnav .primary-nav .acn-logo-container img {
        bottom: 0;
        left: 0;
        margin: 0.5em auto 1em auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 6.000em;
        height: 1.625em; }
      #block-header-new #header-topnav .primary-nav .nav-icon-container {
        position: absolute;
        z-index: 1;
        width: 3.125em;
        height: 3.125em;
        padding: 0.313em 0 0 0.313em; }
        #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon {
          cursor: pointer;
          margin-left: 15px;
          margin-top: 17px;
          position: relative;
          width: 1.25em;
          height: 0.125em;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: 0.5s ease-in-out;
          -moz-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
          #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon span {
            background: #000;
            border-radius: 9px;
            display: block;
            height: 2px;
            left: 0;
            opacity: 1;
            position: absolute;
            width: 100%;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.25s ease-in-out;
            -moz-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out; }
            #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon span:nth-child(1), #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon span:nth-child(2), #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon span:nth-child(3) {
              -webkit-transform-origin: left center;
              -moz-transform-origin: left center;
              transform-origin: left center; }
            #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon span:nth-child(1) {
              top: 0px; }
            #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon span:nth-child(2) {
              top: 6px; }
            #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon span:nth-child(3) {
              top: 12px; }
          #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon.open {
            width: 1.50em; }
            #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon.open span:nth-child(1) {
              top: -4px;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); }
            #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon.open span:nth-child(2) {
              opacity: 0;
              width: 0%; }
            #block-header-new #header-topnav .primary-nav .nav-icon-container #nav-icon.open span:nth-child(3) {
              top: 13px;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #block-header-new #header-topnav .utility-nav {
      float: right;
      height: 50px;
      text-align: right;
      width: 30%; }
      #block-header-new #header-topnav .utility-nav > div {
        border-left: 1px solid #e3e3e3;
        height: 100%;
        padding: 0 20px; }
        #block-header-new #header-topnav .utility-nav > div:before {
          content: "";
          display: inline-block;
          vertical-align: middle; }
      #block-header-new #header-topnav .utility-nav > div:first-child {
        border-left: none; }
      #block-header-new #header-topnav .utility-nav .search-icon-container {
        display: inline-block;
        width: 3.125em;
        padding: 0.313em 0.313em 0 0;
        position: relative;
        text-align: center; }
        #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-search, #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-close-empty {
          z-index: 3;
          color: #000;
          padding-right: 0.2090em;
          position: absolute;
          line-height: 0;
          display: inline-block;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-search:before, #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-close-empty:before {
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
        #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-search {
          font-size: 2.4rem; }
          #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-search:before {
            opacity: 1; }
        #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-close-empty {
          font-size: 5.0rem; }
          #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-close-empty:before {
            opacity: 0; }
        #block-header-new #header-topnav .utility-nav .search-icon-container.show-search .ion-ios-search:before {
          opacity: 0;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        #block-header-new #header-topnav .utility-nav .search-icon-container.show-search .ion-ios-close-empty:before {
          opacity: 1;
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      #block-header-new #header-topnav .utility-nav #search-body {
        top: 0;
        left: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        border-left: none;
        visibility: hidden;
        z-index: 2;
        -webkit-transition: 0.45s ease-in-out;
        -moz-transition: 0.45s ease-in-out;
        -o-transition: 0.45s ease-in-out;
        transition: 0.45s ease-in-out; }
        #block-header-new #header-topnav .utility-nav #search-body .search-body-wrapper {
          -webkit-transform: translateY(-100%);
          -moz-transform: translateY(-100%);
          -o-transform: translateY(-100%);
          transform: translateY(-100%);
          -webkit-transition: 0.75s ease-in-out;
          -moz-transition: 0.75s ease-in-out;
          -o-transition: 0.75s ease-in-out;
          transition: 0.75s ease-in-out; }
        #block-header-new #header-topnav .utility-nav #search-body:before {
          display: inline; }
        #block-header-new #header-topnav .utility-nav #search-body.slide-down {
          visibility: visible;
          border-bottom: 0.063em solid #e3e3e3;
          opacity: 0.9; }
          #block-header-new #header-topnav .utility-nav #search-body.slide-down .search-body-wrapper {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: 0.25s ease-in-out;
            -moz-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out; }
        #block-header-new #header-topnav .utility-nav #search-body .search-form {
          background-color: #fff;
          opacity: 0.9;
          height: 100%;
          margin: 3.125em auto 0;
          padding: 1.875em 0.938em 0; }
          #block-header-new #header-topnav .utility-nav #search-body .search-form .input-group {
            position: relative;
            height: 3.125em; }
            #block-header-new #header-topnav .utility-nav #search-body .search-form .input-group .ion-ios-close {
              margin: 0.750em;
              position: absolute;
              font-size: 1.25em;
              right: 0;
              line-height: 0;
              text-align: center; }
          #block-header-new #header-topnav .utility-nav #search-body .search-form .search-textbox, #block-header-new #header-topnav .utility-nav #search-body .search-form .ion-ios-close, #block-header-new #header-topnav .utility-nav #search-body .search-form a.ion-ios-search {
            color: #4a4a4a; }
          #block-header-new #header-topnav .utility-nav #search-body .search-form .search-textbox {
            background: transparent;
            border: none;
            width: 100%;
            height: 3.571em;
            padding-right: 3.571em;
            padding-bottom: 0px;
            padding-top: 0px;
            border-bottom: 0.286em solid #000;
            font-size: 0.875em;
            /* to be transfered */
            font-weight: 400; }
            #block-header-new #header-topnav .utility-nav #search-body .search-form .search-textbox::placeholder {
              color: #ccc; }
            #block-header-new #header-topnav .utility-nav #search-body .search-form .search-textbox::-ms-input-placeholder {
              color: #ccc; }
            #block-header-new #header-topnav .utility-nav #search-body .search-form .search-textbox:-ms-input-placeholder {
              color: #ccc; }
            #block-header-new #header-topnav .utility-nav #search-body .search-form .search-textbox:focus {
              outline: none; }
            #block-header-new #header-topnav .utility-nav #search-body .search-form .search-textbox::-ms-clear {
              display: none; }
          #block-header-new #header-topnav .utility-nav #search-body .search-form #search-recommendation > ul {
            border-left: 1px solid #e3e3e3;
            border-right: 1px solid #e3e3e3;
            padding: 0; }
            #block-header-new #header-topnav .utility-nav #search-body .search-form #search-recommendation > ul > li {
              font-size: 14px;
              /* to be transfered */
              border-bottom: 1px solid #e3e3e3;
              padding: 10px;
              text-align: left; }
      #block-header-new #header-topnav .utility-nav .country-select-cont {
        background: #fff;
        display: block;
        opacity: 0;
        position: absolute;
        right: 0;
        padding: 0.250em 0.875em;
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
        #block-header-new #header-topnav .utility-nav .country-select-cont.absolute-fade {
          opacity: 1;
          z-index: 5;
          border-bottom: 1px solid #e3e3e3;
          -webkit-transform: translateY(-100%);
          -moz-transform: translateY(-100%);
          -o-transform: translateY(-100%);
          transform: translateY(-100%); }
        #block-header-new #header-topnav .utility-nav .country-select-cont .country-icon {
          margin-top: -1em; }
        #block-header-new #header-topnav .utility-nav .country-select-cont .language-container {
          font-size: 0.625em;
          vertical-align: top;
          font-weight: 500; }
        #block-header-new #header-topnav .utility-nav .country-select-cont .ion-ios-world-outline {
          font-size: 1.250em;
          vertical-align: text-bottom; }
        #block-header-new #header-topnav .utility-nav .country-select-cont .ion-android-arrow-dropdown {
          font-size: 0.625em;
          vertical-align: super; }
      #block-header-new #header-topnav .utility-nav .country-form {
        background: #fff;
        border: none;
        height: 26.563em;
        margin-top: 20px;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 20px;
        width: 18.750em;
        display: none;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
        #block-header-new #header-topnav .utility-nav .country-form.show-country-list {
          opacity: 1;
          z-index: 1;
          display: block;
          line-height: 25.6px; }
        #block-header-new #header-topnav .utility-nav .country-form .arrow-up {
          display: block;
          border-bottom: 20px solid #000;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          position: absolute;
          right: 25px;
          top: -20px;
          width: 1px;
          height: 1px; }
        #block-header-new #header-topnav .utility-nav .country-form .input-group {
          background: #000;
          height: 4.688em;
          margin-top: -1.625em;
          padding: 10px;
          width: 100%; }
          #block-header-new #header-topnav .utility-nav .country-form .input-group > input, #block-header-new #header-topnav .utility-nav .country-form .input-group > a.ion-ios-search {
            color: #4a4a4a; }
          #block-header-new #header-topnav .utility-nav .country-form .input-group > input {
            font-size: 1.4rem;
            /* to be transfered */
            height: 5.0rem;
            font-weight: 400;
            margin-top: 0.2rem;
            padding: 0.8rem; }
            #block-header-new #header-topnav .utility-nav .country-form .input-group > input:focus {
              outline: none; }
          #block-header-new #header-topnav .utility-nav .country-form .input-group > .ion-ios-search {
            line-height: 2.375em;
            position: absolute;
            right: 1.250em;
            font-size: 1.5em;
            width: 5.0rem;
            height: 5.0rem; }
        #block-header-new #header-topnav .utility-nav .country-form #location-recommendation {
          height: 350px !important;
          overflow-x: hidden;
          overflow-y: auto; }
          #block-header-new #header-topnav .utility-nav .country-form #location-recommendation ul {
            font-size: 14px;
            /* to be transfered */
            margin: 0;
            padding: 0;
            text-align: left; }
            #block-header-new #header-topnav .utility-nav .country-form #location-recommendation ul > li {
              border-bottom: 1px solid #ccc;
              padding: 1rem 1.5rem;
              color: #4a4a4a;
              height: 4.4rem;
              font-size: 1.4rem;
              font-weight: 400;
              line-height: 2.5rem; }
              #block-header-new #header-topnav .utility-nav .country-form #location-recommendation ul > li.default {
                font-family: "Graphik SemiBold", "Arial", Sans-Serif; }
              #block-header-new #header-topnav .utility-nav .country-form #location-recommendation ul > li.dropdown-header {
                background-color: #e3e3e3;
                height: 2.5rem;
                line-height: 0.7rem;
                font-size: 1.2rem; }
              #block-header-new #header-topnav .utility-nav .country-form #location-recommendation ul > li a {
                color: #4a4a4a; }
      #block-header-new #header-topnav .utility-nav .signin-container {
        display: none; }

@media only screen and (min-width: 768px) and (max-width: 999px) {
  #block-header-new .navbar-default {
    font-size: 16px;
    color: #000;
    line-height: 25.6px; }
    #block-header-new .navbar-default input::-webkit-input-placeholder {
      font-style: normal; }
  #block-header-new #header-topnav .primary-nav {
    width: 320px; }
    #block-header-new #header-topnav .primary-nav #tertiaryNav {
      top: 0; }
    #block-header-new #header-topnav .primary-nav .nav-content {
      opacity: 1;
      margin-top: 49px;
      width: 320px;
      -webkit-transform: translateX(-105%);
      -moz-transform: translateX(-105%);
      -o-transform: translateX(-105%);
      transform: translateX(-105%);
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      #block-header-new #header-topnav .primary-nav .nav-content.tertiary-nav-container {
        top: 0;
        position: absolute; }
      #block-header-new #header-topnav .primary-nav .nav-content > li.nav-submenu {
        background: #fff;
        border-bottom: 1px solid #e3e3e3; }
      #block-header-new #header-topnav .primary-nav .nav-content > li.nav-submenu:nth-last-child(-n+2) {
        border-bottom: 1px solid #e3e3e3; }
      #block-header-new #header-topnav .primary-nav .nav-content .nav-contact-link {
        padding-bottom: 50px;
        overflow: auto; }
      #block-header-new #header-topnav .primary-nav .nav-content.crawl-right {
        -webkit-transform: translatex(0px);
        -moz-transform: translatex(0px);
        -o-transform: translatex(0px);
        transform: translatex(0px); }
      #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label {
        padding-left: 18px; }
        #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label span.ion-chevron-down {
          padding: 0.938em; }
      #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links {
        float: none; }
        #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #single-l2, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #multiple-l2, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #multiple-l3, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #no-l3 {
          float: none; }
          #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #single-l2 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #multiple-l2 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #no-l3 .secondary-item {
            float: none; }
            #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #single-l2 .secondary-item .ion-chevron-right, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #multiple-l2 .secondary-item .ion-chevron-right, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item .ion-chevron-right, #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links #no-l3 .secondary-item .ion-chevron-right {
              padding: 0 15px 0 0; }
        #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links .first-secondary-item li {
          font-family: "Graphik Regular", "Arial", Sans-Serif;
          font-weight: 400;
          font-size: 16px;
          color: #004DFF;
          text-decoration: none;
          line-height: 25px; }
        #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links .secondary-item {
          padding: 20px 0;
          border-bottom: 1px solid #e3e3e3;
          font-family: "Graphik Regular", "Arial", Sans-Serif;
          font-weight: 400;
          font-size: 14px;
          color: #4a4a4a;
          text-decoration: none;
          width: 100%;
          height: 44px;
          padding-left: 30px;
          padding-right: 15px;
          vertical-align: middle;
          padding-top: 10px; }
          #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links .secondary-item .tertiary-item {
            margin-top: 10px; }
            #block-header-new #header-topnav .primary-nav .nav-content .secondary-navs .secondary-nav-menu .nav-item-links .secondary-item .tertiary-item a {
              font-family: "Graphik Regular", "Arial", Sans-Serif;
              font-weight: 400;
              font-size: 16px;
              color: #004DFF;
              text-decoration: none;
              line-height: 25px;
              overflow-wrap: break-word;
              word-wrap: break-word; }
    #block-header-new #header-topnav .primary-nav .nav-icon-container {
      top: 0; }
  #block-header-new #header-topnav .utility-nav {
    height: 50px;
    width: auto; }
    #block-header-new #header-topnav .utility-nav .country-select-cont {
      background: none;
      display: inline-block;
      opacity: 1;
      position: static;
      transform: inherit;
      transition: none; }
    #block-header-new #header-topnav .utility-nav .signin-container {
      display: none; }
    #block-header-new #header-topnav .utility-nav .search-icon-container, #block-header-new #header-topnav .utility-nav .country-select-cont {
      float: left; }
    #block-header-new #header-topnav .utility-nav .country-form {
      margin-top: 70px; }
    #block-header-new #header-topnav .utility-nav #search-body .search-body-wrapper .search-form {
      background-color: #fff;
      opacity: 0.9;
      height: 100%;
      margin: 3.125em auto 0;
      padding: 6.250em 0.938em 0; }
  .row.back-drop-tablet {
    background: #000;
    height: 200%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-left: 0em;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .row.back-drop-tablet.display-back-drop {
      opacity: 1;
      z-index: 1; } }

@media screen and (min-width: 1000px) {
  #block-header-new .navbar-default {
    font-size: 16px;
    color: #000; }
    #block-header-new .navbar-default input::-webkit-input-placeholder {
      font-style: normal; }
  #block-header-new #header-topnav {
    height: 70px; }
    #block-header-new #header-topnav .navbar-background {
      height: 4.313em;
      background-color: #fff;
      width: 100%;
      z-index: 1031; }
    #block-header-new #header-topnav .primary-nav {
      display: inline-block;
      width: auto;
      padding-left: 15px;
      height: 70px; }
      #block-header-new #header-topnav .primary-nav .acn-logo-container {
        display: block;
        float: left;
        margin-top: 2%; }
        #block-header-new #header-topnav .primary-nav .acn-logo-container img {
          display: inline-block;
          height: 28px;
          position: relative;
          width: 100px;
          margin: auto; }
        #block-header-new #header-topnav .primary-nav .acn-logo-container a {
          font-size: 16px; }
      #block-header-new #header-topnav .primary-nav .nav-content {
        background: #fff;
        border: none;
        display: inline;
        position: unset;
        margin-bottom: 0;
        margin-left: 50px;
        opacity: 1;
        padding: 0;
        transform: translateY(0); }
        #block-header-new #header-topnav .primary-nav .nav-content .primary-link-container {
          display: inline; }
        #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu, #block-header-new #header-topnav .primary-nav .nav-content .layout-row {
          border: none;
          display: inline-block;
          height: 69px;
          padding: 0 20px;
          position: static;
          box-shadow: none; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.short, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.short {
            width: auto; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.short .nav-submenu-label, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.short .nav-submenu-label {
              line-height: normal;
              display: table-cell;
              vertical-align: middle;
              padding: 0; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.medium, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.medium {
            width: 7.50em; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.medium .nav-submenu-label, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.medium .nav-submenu-label {
              line-height: normal;
              display: table-cell;
              vertical-align: middle;
              padding: 0; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.long, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.long {
            width: 10.00em; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.long .nav-submenu-label, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.long .nav-submenu-label {
              line-height: normal;
              display: table-cell;
              vertical-align: middle;
              padding: 0; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.long-one-word, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.long-one-word {
            width: 10.00em; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.long-one-word .nav-submenu-label, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.long-one-word .nav-submenu-label {
              line-height: normal;
              display: table-cell;
              vertical-align: middle;
              padding: 0; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .nav-submenu-label {
            font-size: 18px;
            font-weight: 600;
            padding: 8px 13px; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs {
            cursor: auto;
            width: 100%;
            background-color: white;
            position: absolute;
            left: 0;
            z-index: -1031;
            /*@include transition(.45s ease-in-out);*/ }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu {
              background-color: rgba(255, 255, 255, 0.9);
              overflow: hidden;
              padding: 0 10%;
              margin: 0;
              width: 100%;
              z-index: -1;
              -webkit-box-shadow: 0px 10px 10px -10px #a7a7a7;
              box-shadow: 0px 10px 10px -10px #a7a7a7; }
              #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links {
                width: 100%;
                margin-left: 0;
                height: inherit; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links > ul, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links > ul {
                  padding-bottom: 3.13em; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links ul > li, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links ul > li {
                  border-top: none;
                  list-style: none; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links ul > li a, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links ul > li a {
                    color: #004dff; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links ul > li span, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links ul > li span {
                    font-size: 24px;
                    font-weight: 600;
                    height: 1.063em; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .first-secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .first-secondary-item {
                  padding-left: 0; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .secondary-item {
                  border-top: none;
                  border-bottom: none; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .secondary-item .tertiary-nav-container .tertiary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .secondary-item .tertiary-nav-container .tertiary-item {
                    max-height: none;
                    padding-bottom: 0;
                    padding-top: 1.45em; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .first-secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .first-secondary-item {
                  border-bottom: none; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item {
                  margin-top: -0.063em;
                  border-bottom: 0.06em solid #e3e3e3; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item:first-child, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item:first-child {
                    border-bottom: 0.06em solid #e3e3e3; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item:last-child, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item:last-child {
                    border-bottom: none; }
                    #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item:last-child .tertiary-nav-container:last-child, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item:last-child .tertiary-nav-container:last-child {
                      padding-bottom: 0; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item .tertiary-nav-container, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .secondary-item .tertiary-nav-container {
                    margin-top: -0.63em;
                    padding-bottom: 1.25em; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .first-secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .first-secondary-item {
                  color: #004dff;
                  padding-left: 0;
                  padding-right: 0;
                  height: 4.38em;
                  padding-bottom: 1.25em; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .first-secondary-item ~ .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .first-secondary-item ~ .secondary-item {
                    border-top: 0.06em solid #e3e3e3; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .first-secondary-item a, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .first-secondary-item a {
                    font-size: 24px;
                    font-weight: 400;
                    font-family: "Graphik Regular", "Arial", Sans-Serif;
                    text-decoration: none;
                    padding-left: 0;
                    line-height: 38px; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item {
                  padding: 1.25em 0 0;
                  border-top: none;
                  font-family: "Graphik SemiBold", "Arial", Sans-Serif;
                  font-weight: 600;
                  font-size: 16px;
                  color: #000;
                  text-decoration: none;
                  line-height: 25px;
                  text-transform: uppercase;
                  height: auto; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item .ion-chevron-right, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item .ion-chevron-right {
                    display: none; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul {
                    padding-top: 0;
                    padding-left: 0;
                    margin-left: -20px;
                    margin-top: 0;
                    flex-flow: wrap;
                    display: flex !important; }
                    #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item {
                      margin-top: 0.313em;
                      padding-right: 1.875em;
                      padding-top: 1.45em;
                      padding-bottom: 0;
                      padding-left: 20px;
                      text-transform: none;
                      line-height: normal;
                      word-wrap: break-word; }
                      #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item a, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item a {
                        font-size: 1.4rem;
                        padding-left: 0;
                        font-family: "Graphik Regular", "Arial", Sans-Serif;
                        font-weight: 400;
                        color: #004dff;
                        text-decoration: none;
                        line-height: 0; }
                        #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item a:hover, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item a:hover {
                          color: #004dff;
                          text-decoration: underline; }
                #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 {
                  display: flex;
                  flex-flow: wrap;
                  padding-bottom: 3.13em; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .first-secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .first-secondary-item {
                    border-bottom: 0.063em solid #e3e3e3;
                    padding-left: 0; }
                  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .secondary-item {
                    padding-top: 2.3em;
                    padding-right: 1.875em;
                    padding-left: 0;
                    color: #004dff;
                    font-family: "Graphik Regular", "Arial", Sans-Serif;
                    font-size: 16px;
                    font-weight: 400;
                    text-transform: none;
                    border-top: none;
                    line-height: normal;
                    width: 25%;
                    margin-left: 0;
                    border-bottom: none; }
                    #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .secondary-item a, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .secondary-item a {
                      padding-left: 0;
                      font-family: "Graphik Regular","Arial",Sans-Serif;
                      line-height: 0; }
                      #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .secondary-item a:hover, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .secondary-item a:hover {
                        color: #004dff;
                        text-decoration: underline; }
              #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-features, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .secondary-navs > .secondary-nav-menu .nav-item-features {
                border-left: 1px solid #a7a7a7; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .first-secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .first-secondary-item {
            width: 100%; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .secondary-item {
            width: 100%;
            padding-bottom: 0; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .secondary-item .tertiary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #single-l2 .secondary-item .tertiary-item {
              min-width: 15em;
              width: 25%; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .first-secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 .first-secondary-item {
            width: 100%;
            border-bottom: 0.063em solid #e3e3e3; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 > .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 > .secondary-item {
            padding-top: 2em;
            padding-bottom: 0;
            width: 25%;
            border-bottom: none; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 > .secondary-item > .tertiary-nav-container, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 > .secondary-item > .tertiary-nav-container {
              padding-bottom: 0; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 > .secondary-item:first-child, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #multiple-l3 > .secondary-item:first-child {
              border: none; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item {
            border-top: none; }
            #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul {
              padding-top: 0.6em; }
              #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item {
                width: auto;
                min-width: 13.2em;
                padding-top: 1.25em; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .first-secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .first-secondary-item {
            width: 100%;
            border-bottom: 0.06em solid #e3e3e3; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .secondary-item, #block-header-new #header-topnav .primary-nav .nav-content .layout-row.layout-column .secondary-navs > .secondary-nav-menu .nav-item-links #no-l3 .secondary-item {
            padding-bottom: 0; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .nav-submenu-label {
            font-size: 14px;
            /* to be transfered */
            font-weight: 400;
            /* to be transfered */
            height: 70px;
            line-height: 50px; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .nav-submenu-label.active, #block-header-new #header-topnav .primary-nav .nav-content .layout-row .nav-submenu-label.active {
            font-family: "Graphik SemiBold", "Arial", Sans-Serif; }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu:hover, #block-header-new #header-topnav .primary-nav .nav-content .layout-row:hover {
            border-bottom: 4px solid #000;
            cursor: pointer;
            /*.secondary-navs {
                                display: block;
                            }*/ }
          #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu:first-child, #block-header-new #header-topnav .primary-nav .nav-content .layout-row:first-child {
            border-top: none; }
    #block-header-new #header-topnav .utility-nav {
      height: 70px;
      width: auto; }
      #block-header-new #header-topnav .utility-nav .country-select-cont {
        background: none;
        display: inline-block;
        opacity: 1;
        position: static;
        transform: inherit;
        transition: none; }
        #block-header-new #header-topnav .utility-nav .country-select-cont .country-icon {
          margin-top: 0em;
          line-height: 68px; }
          #block-header-new #header-topnav .utility-nav .country-select-cont .country-icon .ion-ios-world-outline {
            vertical-align: unset; }
        #block-header-new #header-topnav .utility-nav .country-select-cont .language-container {
          /*line-height: 60px; */}
      #block-header-new #header-topnav .utility-nav .signin-container {
        display: inline-block;
        height: 70px;
        width: 80px;
        padding: 0;
        text-align: center;
        vertical-align: middle; }
        #block-header-new #header-topnav .utility-nav .signin-container a {
          color: #000;
          font-size: 10px;
          font-weight: 500;
          position: relative;
          left: -5%;
          top: -0.2em; }
      #block-header-new #header-topnav .utility-nav .search-icon-container {
        padding: 0; }
      #block-header-new #header-topnav .utility-nav .search-icon-container, #block-header-new #header-topnav .utility-nav .signin-container, #block-header-new #header-topnav .utility-nav .country-select-cont {
        cursor: pointer;
        float: left; }
        #block-header-new #header-topnav .utility-nav .search-icon-container:hover, #block-header-new #header-topnav .utility-nav .signin-container:hover, #block-header-new #header-topnav .utility-nav .country-select-cont:hover {
          background: #f7f7f7; }
        #block-header-new #header-topnav .utility-nav .search-icon-container > div, #block-header-new #header-topnav .utility-nav .signin-container > div, #block-header-new #header-topnav .utility-nav .country-select-cont > div {
          line-height: 70px;
          display: inline-block; }
        #block-header-new #header-topnav .utility-nav .search-icon-container .ion-ios-search, #block-header-new #header-topnav .utility-nav .signin-container .ion-ios-search, #block-header-new #header-topnav .utility-nav .country-select-cont .ion-ios-search {
          font-size: 2.8rem;
          padding-right: 0; }
      #block-header-new #header-topnav .utility-nav #search-body .search-body-wrapper .search-form {
        margin: 4.375em auto 0;
        padding: 6.250em 0.938em 0; }
        #block-header-new #header-topnav .utility-nav #search-body .search-body-wrapper .search-form .input-group {
          position: relative;
          height: 1.786em; }
          #block-header-new #header-topnav .utility-nav #search-body .search-body-wrapper .search-form .input-group a.ion-ios-search {
            margin: 0.375em 0.500em;
            position: absolute;
            font-size: 2.8rem;
            right: 0;
            line-height: 0; }
        #block-header-new #header-topnav .utility-nav #search-body .search-body-wrapper .search-form .search-textbox {
          padding-right: 1.786em;
          font-size: 2.8rem;
          /* to be transfered */
          height: 1.786em;
          border-bottom: 0.143em solid #000;
          line-height: 1.786em; }
      #block-header-new #header-topnav .utility-nav .country-form {
        top: 70px;
        z-index: -1; }
  /**FOR IE ONLY**/
  .ie #block-header .primary-nav .secondary-navs {
    position: fixed !important; }
  #block-header-new #header-topnav .utility-nav .ion-android-person {
    font-size: 40px;
    color: #4a4a4a;
    margin-right: 5px; }
  #block-header-new #header-topnav .utility-nav .popover.fade.top.in .popover-title {
    background-color: transparent;
    border-bottom: none; }
  #block-header-new #header-topnav .utility-nav .signin-container .popover {
    height: auto;
    position: absolute;
    top: 73px;
    left: auto;
    right: 68px;
    width: 250px;
    display: none;
    padding: 0px;
    text-align: left;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #block-header-new #header-topnav .utility-nav .popover-content {
    padding: 0px;
    margin-top: 0;
    width: auto; }
    #block-header-new #header-topnav .utility-nav .popover-content ul, #block-header-new #header-topnav .utility-nav .popover-content ol, #block-header-new #header-topnav .utility-nav .popover-content dl {
      margin: 10px 0 0 0;
      padding: 0; }
      #block-header-new #header-topnav .utility-nav .popover-content ul li, #block-header-new #header-topnav .utility-nav .popover-content ol li, #block-header-new #header-topnav .utility-nav .popover-content dl li {
        padding: 0.35em 1em;
        border-bottom: 1px solid #d0d5d5; }
        #block-header-new #header-topnav .utility-nav .popover-content ul li:last-child, #block-header-new #header-topnav .utility-nav .popover-content ol li:last-child, #block-header-new #header-topnav .utility-nav .popover-content dl li:last-child {
          border-bottom: none; }
        #block-header-new #header-topnav .utility-nav .popover-content ul li a, #block-header-new #header-topnav .utility-nav .popover-content ol li a, #block-header-new #header-topnav .utility-nav .popover-content dl li a {
          font-family: "Graphik Bold", "Arial Black", Sans-Serif;
          font-size: 16px;
          color: #4a4a4a;
          text-decoration: none;
          line-height: 32px; }
  #block-header-new #header-topnav .utility-nav .popover .arrow-up {
    position: relative; }
  #block-header-new #header-topnav .utility-nav .popover .arrow-up:after,
  #block-header-new #header-topnav .utility-nav .popover .arrow-up:before {
    border-top: 11px solid white;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    margin-left: -9px;
    position: absolute;
    bottom: -12px;
    content: '';
    left: 77%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 11px; }
  #block-header-new #header-topnav .utility-nav .popover .arrow-up:before {
    border-right: 11px solid transparent;
    border-top: 11px solid;
    border-left: 11px solid transparent;
    border-top-color: #a7a7a7;
    bottom: -11px;
    margin-left: -9px;
    transform: rotate(180deg);
    margin-bottom: 11px; } }

@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu {
    padding: 0; }
    #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.short .nav-submenu-label, #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.medium .nav-submenu-label, #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.long .nav-submenu-label {
      padding: 0.56em 0.94em; }
    #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu.long-one-word .nav-submenu-label {
      padding: 0.56em 1.43em; }
    #block-header-new #header-topnav .primary-nav .nav-content .nav-submenu .secondary-navs > .secondary-nav-menu .nav-item-links .secondary-item ul .tertiary-item a {
      font-size: 11px; } }

/* BOOTSTRAP OVERRIDE - COLLAPSE ANIMATION  */
.collapsing {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform "0.3s ease-out";
    -moz-transition: -moz-transform "0.3s ease-out";
    -o-transition: -o-transform "0.3s ease-out";
    transition: transform "0.3s ease-out"; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal .fade.in {
    opacity: 1; }

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.8);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

.modal.location-selector .modal-dialog {
  width: 100%; }

.modal.location-selector .modal-header {
  padding: 0px 0px 25px 0px; }

.modal.location-selector .modal-title {
  line-height: inherit;
  margin: inherit; }

.modal.location-selector .modal-body {
  background: #f2f2f2;
  padding: 0px; }

.modal.location-selector .modal-content {
  background: #f2f2f2;
  padding: 30px 4.5%; }

.modal.location-selector p {
  margin-bottom: 25px; }

/*** MODAL **/
.modal-header {
  padding-top: 30px;
  padding-bottom: 8px;
  overflow: hidden; }

.modal-header .close {
  width: 20px;
  height: 20px;
  margin-right: 12px; }

.firefox .modal-header .close:focus {
  outline: dotted 1px !important; }

.modal-body {
  padding: 0; }

.modal-dialog .modal-title {
  text-align: center;
  color: #333; }

#authorname-mobile {
  display: none; }

/* Modal for Unsubscribe */
.modal.unsubscribe .modal-header {
  padding-top: 20px;
  padding-right: 0; }

.modal.unsubscribe .modal-body .confirm {
  margin-top: 10px;
  padding-bottom: 80px; }
  .modal.unsubscribe .modal-body .confirm h2 {
    margin-bottom: 20px; }

/*** END MODAL **/
/* Small devices (tablets, 768px and up) */
@media (max-width: 1000px) {
  .modal.location-selector .modal-header {
    padding: 0px 0px 12px 0px;
    margin-bottom: 30px; }
    .modal.location-selector .modal-header .close {
      margin-top: 12px;
      position: absolute;
      margin-right: -5%;
      right: 5%; }
  .modal.location-selector .modal-content {
    padding: 12px 5%; }
  .modal.location-selector p {
    margin-bottom: 25px; } }

/* Small Devices */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover.fade.top.in .popover-title {
  background-color: transparent;
  border-bottom: none; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.acn-popover .popover.top .popover-content p {
  font-weight: normal; }

.acn-popover .popover.top .popover-content h3 {
  font-weight: normal; }

.acn-popover .popover.top .arrow:after {
  border-top-color: inherit; }

.acn-popover .popover.top {
  height: 175px;
  max-width: 100%;
  display: block;
  color: white;
  position: relative;
  margin: 0px 0 20px 0px; }

.acn-popover .popover.top .popover-content p {
  color: white;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 90px; }

.acn-popover .popover.top .popover-content h3 {
  color: white;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  margin-top: -10px; }

@media only screen and (max-width: 479px) {
  .acn-popover .popover.top {
    margin: 0px 0 20px 0px; } }

.carousel {
  position: relative; }

.hero.carousel .carousel-headline {
  max-height: 276px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px; }

.hero.carousel .carousel-inner {
  padding-bottom: 0; }
  .hero.carousel .carousel-inner .hero-video-wrapper video {
    position: absolute;
    right: 0; }
  .hero.carousel .carousel-inner .video-wrapper {
    position: fixed; }
    .hero.carousel .carousel-inner .video-wrapper .hero-video {
      position: absolute;
      z-index: 2;
      top: 70px;
      cursor: pointer; }
      .hero.carousel .carousel-inner .video-wrapper .hero-video .acn-icon.large {
        font-size: 40px; }
      .hero.carousel .carousel-inner .video-wrapper .hero-video .acn-icon.medium {
        font-size: 30px; }
      .hero.carousel .carousel-inner .video-wrapper .hero-video .acn-icon.small {
        font-size: 18px; }
  .hero.carousel .carousel-inner .header-body {
    overflow: hidden; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px; }
  .carousel-inner img.carousel-bg {
    position: absolute;
    width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    height: 100%;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  width: 80%;
  margin-left: -40%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    height: 19px;
    width: 19px;
    margin: 10px 8px 10px 8px;
    padding: 0px;
    display: inline-block;
    text-indent: -999px;
    border: 1px solid #000;
    border-radius: 14px;
    cursor: pointer; }
  .carousel-indicators .active {
    opacity: 1; }

.indicators-left ol.carousel-indicators {
  text-align: left; }

.indicators-right ol.carousel-indicators {
  text-align: right; }

.indicators-center ol.carousel-indicators {
  text-align: center; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

.block-carousel .carousel-indicators {
  bottom: -10px; }

.ribbon-carousel {
  height: 100px; }
  .ribbon-carousel .carousel-body {
    height: 100%;
    overflow: hidden; }
    .ribbon-carousel .carousel-body .carousel-item-container {
      width: 20000px;
      list-style: none;
      position: relative;
      left: 0px;
      padding: 0px; }
      .ribbon-carousel .carousel-body .carousel-item-container .carousel-item {
        float: left;
        position: relative;
        width: 557.984px;
        padding: 0 10px 10px 10px; }
  .ribbon-carousel .carousel-navigation .carousel-navigation-previous, .ribbon-carousel .carousel-navigation .carousel-navigation-next {
    font-size: 60px;
    float: right;
    width: 25%;
    cursor: pointer;
    margin-right: 10px; }
  .ribbon-carousel .carousel-navigation .disabled {
    opacity: .5; }
  .ribbon-carousel .carousel-navigation .carousel-navigation-play-pause {
    float: right;
    width: 100%;
    text-align: right;
    cursor: pointer; }

.carousel.acn-apps .carousel-indicators {
  position: relative;
  top: 10px;
  padding: 10px; }

.lte-ie8 .carousel-indicators li {
  font-family: 'acn';
  border-width: 0;
  position: relative;
  top: -12px;
  text-indent: 0;
  font-size: 20px;
  color: #969191; }

.lte-ie8 .carousel-indicators li:before {
  content: "\e608"; }

.lte-ie8 .carousel-indicators li.active {
  background-color: transparent !important;
  color: #fff; }

.lte-ie8 .carousel-indicators li.play-pause-button:before {
  content: ''; }

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 19px; }
    .carousel-indicators li {
      height: 14px;
      width: 14px; }
    .carousel-indicators li.play-pause-button {
      top: -11px !important; }
    .carousel-indicators li.play-pause-button .acn-icon {
      font-size: 14px; }
  .carousel.acn-apps .carousel-indicators {
    bottom: 0;
    text-align: left;
    left: 0;
    margin: 0 0 0 5px;
    padding: 0; }
  .block-carousel .carousel-indicators {
    bottom: 5px; }
  .hero.carousel .carousel-headline {
    max-height: 225px; }
  html.windows-safari .hero.carousel .carousel-headline, .ie .hero.carousel .carousel-headline {
    max-height: 229px; }
  html.windows-safari .hero.carousel .carousel-inner .header-body, .ie .hero.carousel .carousel-inner .header-body {
    max-height: 88px; } }

@media only screen and (max-width: 767px) {
  .block-carousel .carousel-indicators {
    bottom: 10px; }
  .carousel-indicators {
    bottom: 19px; }
    .carousel-indicators li {
      height: 12px;
      width: 12px;
      margin: 5px; }
    .carousel-indicators li.play-pause-button {
      top: -6px !important;
      left: 0px; }
    .carousel-indicators li.play-pause-button .acn-icon {
      font-size: 12px; }
  .ribbon-carousel {
    height: 320px; }
    .ribbon-carousel .carousel-header {
      text-align: center; }
    .ribbon-carousel .carousel-body {
      height: 180px;
      top: -10px; }
      .ribbon-carousel .carousel-body .carousel-item-container .carousel-item h3 {
        font-size: 24px;
        margin: 0;
        text-align: center; }
    .ribbon-carousel .carousel-navigation .carousel-navigation-next {
      float: right;
      right: 35px;
      margin: 0;
      position: relative; }
    .ribbon-carousel .carousel-navigation .carousel-navigation-previous {
      float: left;
      left: 50px;
      position: relative; }
    .ribbon-carousel .carousel-navigation .carousel-navigation-play-pause {
      width: auto;
      float: left;
      position: relative;
      left: 25px; }
  .hero.carousel .carousel-inner .header-body {
    max-height: 195px; } }

@media only screen and (min-width: 479px) {
  .sleep-carousel .carousel-inner > .item {
    display: block;
    float: left;
    margin: 5% 0 0 5%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .hero.carousel .carousel-headline {
    max-height: 229px; }
  .hero.carousel .carousel-inner .header-body {
    max-height: 195px; } }

/*  Convertible Carousel Styling */
/***Font for Graphik***/
/*OPENSANS*/
.convCarousel-container .tabgrid {
  margin-top: 65px;
  /*SIR370431*/ }
  .convCarousel-container .tabgrid section {
    position: relative;
    margin-bottom: 90px;
    overflow: hidden; }
  .convCarousel-container .tabgrid hr {
    position: absolute;
    display: inline;
    opacity: .5;
    z-index: 888;
    top: -7px;
    float: left; }
  .convCarousel-container .tabgrid .header {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 0 10px; }
    .convCarousel-container .tabgrid .header h2 {
      font-size: 20px;
      font-weight: normal;
      margin: 0;
      display: inline; }

.convCarousel-container .tab-carousel .tabs {
  text-align: center; }
  .convCarousel-container .tab-carousel .tabs .tab.active {
    font-weight: bold; }

#carousel-People.conv-carousel .carousel-inner {
  padding-bottom: 10px; }

#carousel-People.conv-carousel .btn.convertible {
  margin: 0px; }

.tempContainer {
  display: block;
  position: absolute;
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-xs.visible-sm {
    display: block !important; }
  tr.visible-xs.visible-sm {
    display: table-row !important; }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }
  tr.visible-xs.visible-md {
    display: table-row !important; }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }
  tr.visible-xs.visible-lg {
    display: table-row !important; }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }
  tr.visible-sm.visible-xs {
    display: table-row !important; }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm {
    display: block !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }
  tr.visible-sm.visible-md {
    display: table-row !important; }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }
  tr.visible-sm.visible-lg {
    display: table-row !important; }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }
  tr.visible-md.visible-xs {
    display: table-row !important; }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-md.visible-sm {
    display: block !important; }
  tr.visible-md.visible-sm {
    display: table-row !important; }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }
  tr.visible-md.visible-lg {
    display: table-row !important; }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }
  tr.visible-lg.visible-xs {
    display: table-row !important; }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-lg.visible-sm {
    display: block !important; }
  tr.visible-lg.visible-sm {
    display: table-row !important; }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }
  tr.visible-lg.visible-md {
    display: table-row !important; }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }

.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }

.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }

.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }

/***  CORPORATE CORE RULES  ***/
/* version='21' */
body {
  font-family: Arial, Sans-Serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

.navbar-default {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px; }
  .navbar-default .secondary-navs {
    font-weight: normal; }

.ui-header {
  /* Page Headline of Hero */
  /* Page Identifier of Hero */
  /* Content Title of Hero */
  /* Header Body of Hero */
  /* CTA Button of Hero */ }
  .ui-header .social-general-marquee span > a {
    text-decoration: underline; }
  .ui-header h1, .ui-header .page-headline {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: normal;
    font-size: 60px;
    line-height: 60px;
    text-shadow: 0px 1px 18px #666;
    text-align: center;
    text-transform: uppercase; }
  .ui-header .page-identifier {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: normal;
    text-shadow: none; }
    .ui-header .page-identifier .content-title {
      top: -8px;
      position: relative; }
  .ui-header .content-title {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
  .ui-header .header-body {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    text-align: center; }
  .ui-header button {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center; }

button.cta, .btn.cta {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal;
  font-size: 18px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: normal; }

.btn-cta {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal; }

.joblisting-container .top-links .social-likes_single-w, .joblisting-container .bottom-links .social-likes_single-w {
  font-size: 18px; }

.joblisting-container .top-links .social-likes_single-w .social-likes__button_single, .joblisting-container .bottom-links .social-likes_single-w .social-likes__button_single {
  font-family: "Graphik Black", Arial, Sans-Serif;
  font-size: 18px; }

.icon-text {
  font-family: "Graphik Black", "Arial Black", Sans-Serif !important;
  font-size: 15px; }

.sign-in-with-linkedin {
  line-height: normal;
  font-size: 20px;
  padding-left: 1px;
  text-align: left; }

.social-sign-in-single {
  line-height: normal;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }

.module-announcement .announcement h5, .module-announcement .announcement label {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal; }

.module-announcement .announcement p {
  font-family: Arial, Sans-Serif;
  font-size: 15px;
  line-height: 20px; }

/* block title */
.block-title h2 {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center; }

.component {
  font-family: Arial, Sans-Serif;
  font-size: 15px;
  line-height: 20px; }

.interactive-leadership-accord .panel-group .panel.panel-default {
  border: 0; }
  .interactive-leadership-accord .panel-group .panel.panel-default .panel-body {
    font-size: 14px; }

.interactive-leadership-tab .tab-content {
  font-size: 16px; }

.module-article {
  font-family: Arial, Sans-Serif;
  font-size: 15px;
  line-height: 20px; }
  .module-article p {
    margin: 0px;
    padding: 0px;
    font-size: 15px; }
  .module-article h3 p, .module-article h3 a {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px; }
    .module-article h3 p p, .module-article h3 a p {
      font-family: "Graphik Black", "Arial Black", Sans-Serif;
      font-size: 20px;
      margin: 0px;
      padding: 0px; }
  .module-article h4 p, .module-article h4 a {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    margin: 0px;
    padding: 0px; }
    .module-article h4 p p, .module-article h4 a p {
      font-family: "Graphik Black", "Arial Black", Sans-Serif;
      font-size: 30px;
      line-height: 34px;
      margin: 0px;
      padding: 0px; }

h3, .content-title {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 20px;
  line-height: normal; }

h4, .module-headline {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  text-decoration: none; }
  h4 a:hover, .module-headline a:hover {
    text-decoration: underline; }

.interactive-leadership-tab h4.leadership-title.ucase {
  font-size: 12px;
  margin: 0 0 10px; }

.overlay-headline {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal;
  font-size: 26px;
  text-decoration: none;
  text-align: center;
  line-height: normal; }

.social {
  font-family: Arial, Sans-Serif;
  font-size: 15px; }
  .social span,
  .social div,
  .social a {
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold; }

#toolbar .social span,
#toolbar .social div,
#toolbar .social a {
  font-weight: normal; }

p, .module-body {
  font-family: Arial, Sans-Serif;
  font-size: 15px;
  line-height: 20px; }
  p a, .module-body a {
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    line-height: 20px; }

.cta, .ucase, trigger {
  text-transform: uppercase; }

.img-caption-container span.top-caption {
  font-size: 18px; }

.img-caption-container span.title-caption {
  font-size: 24px; }

.searchbutton {
  font-size: 20px;
  line-height: normal; }

.copytext1 {
  font-size: 16px;
  line-height: 24px; }

.copytext5 {
  font-size: 14px;
  line-height: 24px; }

.career-recommended-jobs .social-suggested-text {
  font-size: 20px;
  line-height: normal; }

.career-recommended-jobs .social-suggested-text-connected {
  font-size: 30px;
  line-height: normal; }

.lineheight-normal {
  line-height: normal !important; }

.job-arrow a, .job-arrow-left a {
  font-size: 18px; }

.dotdot {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -ms-text-overflow: ellipsis !important; }

.cta:before {
  position: relative;
  content: "\e61c";
  margin-right: 2px;
  font-family: 'acn';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: underline;
  display: inline-block;
  font-size: 10px; }

button.cta:before, .btn.cta:before {
  content: ""; }

.cta {
  font-size: 12px !important;
  line-height: 20px;
  font-weight: bold !important;
  cursor: pointer;
  text-decoration: none; }
  .cta p {
    display: inline; }

.cta:hover {
  text-decoration: underline; }

.cta:before,
.cta:hover:before {
  text-decoration: none; }

.trg {
  font-size: 18px;
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.module-blog-link label {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  text-decoration: none;
  /** Links inside module headline */ }
  .module-blog-link label > a {
    text-decoration: underline; }

.module-blog-link p {
  font-family: Arial, Sans-Serif;
  font-size: 15px;
  line-height: 20px; }

/* Quote text */
.quote-text, .quote-text p {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal !important;
  font-style: italic; }

.quote-text.quote:before, .quote-text.quote:after {
  content: " '' ";
  position: relative;
  display: inline-block; }

.content-trigger {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal !important;
  text-transform: uppercase; }

.custom-footer, .ui-footer {
  /*reuse class coming from bootstrap for dropdowns*/ }
  .custom-footer ul li, .ui-footer ul li {
    display: inline-block; }
  .custom-footer ul a, .ui-footer ul a {
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    text-decoration: none; }
    .custom-footer ul a:hover, .ui-footer ul a:hover {
      text-decoration: underline; }
  .custom-footer p, .ui-footer p {
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    font-size: 15px;
    opacity: .36;
    filter: Alpha(Opacity=36); }
    .custom-footer p a, .ui-footer p a {
      font-weight: bold; }

#accent {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: bold; }

/*  CUSTOM FONT RULES */
/***  FONT STYLE  ***/
#type-to-search form label,
.interactive-fsm h4 {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

#blogpost-navigation-top a, #blogpost-navigation-bottom a,
#block-blogpost > div:nth-child(2),
.module-body h3,
.responsive-calendar-filters .headline .mobile,
.responsive-calendar,
.responsive-calendar-events,
.responsive-calendar .controls .timeInfo,
.responsive-calendar .controls h4,
.people-gallery h5,
.people-gallery p,
.profile-identifier,
.profile-share-desktop, .profile-share-mobile,
.profile-info-title,
.profile-info-body,
#btn-SuggestedJob-Submit,
.connection-header,
.search-page #search-form #keywords,
.acn-popover .popover.top .popover-content h3,
#type-to-search-hover, #primary-menu a, .onboarding .module-sub, .onboarding .teaser-label, .onboarding .cta-button,
.onboarding .overlay-thank-you-header, .onboarding .sign-in-form-text, .onboarding .header-body, .onboarding .page-title h1,
.careers-content-job-module .job-count-digits,
.careers-content-job-module .btn,
.careers-content-job-module .img-caption-container, .secondary-nav-item ul li h3 a.cta-after, .secondary-nav #secondary-header h3 {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.blog-multi button.btn.btn-primary,
#type-to-search,
#type-to-search form input[type=text],
.keyboard-rotis-font,
#block-jumplink .block-title h2,
.navigation-rotis-font,
#leadership-tab.nav-tabs li a,
.leadership-module button,
#main-menu, list-group-item,
.navigation-rotis-font, .onboarding .countdown-headline {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal; }

.self-selection p,
.self-selection .btn-group.dropdown,
.self-selection .dropdown .dropdown-menu,
.acn-popover .popover.top .popover-content p, .onboarding .sky-journey-headline, .career-recommended-jobs .job-container-footer button.btn {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

/*Handle in Stylecore*/
.module-blog-featured-post .date,
.module-blog-post-list .date,
.module-blog-latest-post-multi .date,
.module-blog-featured-post .author,
.module-blog-post-list .author,
.module-blog-featured-post .author span,
.module-blog-post-list .author span,
.module-blog-latest-post-multi .date,
.module-blog-latest-post-multi .author,
.module-blog-latest-post-multi .author span,
.module-blog-featured-post .cta,
.module-blog-post-list .cta,
.module-blog-authors .module-body a,
.module-blog-tags-multi ul a,
.color-container .module-blog-tags-multi ul a,
.module-blog-authors .module-body > p > span,
.module-blog-tags a,
.module-blog-recent a,
.module-blog-archive a,
.module-blog-authors-multi h3,
.module-blog-authors-multi .module-body p span,
.module-blog-authors-multi .module-body p a,
#block-blogpost > div:first-child,
#block-blogpost > div:nth-child(3) a,
#block-blogpost > div:nth-child(4),
.comment-id,
#eventSmartByte .calendar,
.location-selector .overlay-title,
.location-selector .overlay-label,
.location-selector .overlay-language,
.onboarding .countdown-tag, .onboarding .user-label, .onboarding .countdown-nav,
.onboarding .form-field, .jobfeeds div.jobfeed-container div.module-article h3.color-white,
.interactive-fsm .btn {
  font-family: Arial, Sans-Serif; }

#block-blog-industry-selector .btn-group.dropdown label, #block-blog-industry-selector .btn-group.dropdown a, #block-blog-industry-selector .btn-group.dropdown select {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

/*** FONT WEIGHT ***/
.blog-multi button.btn.btn-primary,
.module-blog-featured-post .date,
.module-blog-post-list .date,
.module-blog-featured-post .author span,
.module-blog-post-list .author span,
.module-blog-latest-post-multi .date,
.module-blog-latest-post-multi .author span,
.module-blog-featured-post .cta,
.module-blog-post-list .cta,
.module-blog-authors .module-body a,
.module-blog-authors h3,
.module-blog-authors-multi h3,
.module-blog-authors-multi .module-body p a,
#block-blogpost > div:first-child,
#block-blogpost > div:nth-child(3) a,
#displayMoreComments, #displayMoreComments:hover,
.sign-up-now, .sign-up-now:hover,
#view-all-link a,
#eventSmartByte .calendar .day,
#eventSmartByte .calendar .month,
.location-selector .overlay-title,
.landing-page .footer-textlink {
  font-weight: bold; }

.onboarding span.item-title.unlockedItem, .onboarding #btnMobileAlertSignUp, .onboarding #btnMobileAlertGoBack {
  font-weight: bold; }

.landing-page .footer-textlink {
  line-height: 20px; }

.module-blog-featured-post .date,
.module-blog-post-list .date,
.module-blog-latest-post-multi .date,
.module-blog-featured-post .author,
.module-blog-post-list .author,
.module-blog-featured-post .author span,
.module-blog-post-list .author span,
.module-blog-latest-post-multi .date,
.module-blog-latest-post-multi .author,
#block-blog-industry-selector .btn-group.dropdown label,
.module-blog-tags-multi ul a,
.color-container .module-blog-tags-multi ul a,
.module-blog-featured-post h2,
.module-blog-authors h2,
.module-blog-tags h2,
.module-blog-recent h2,
.module-blog-archive h2,
.module-blog-featured-post h4 a,
.module-blog-post-list h4 a,
.module-blog-authors .module-body > p > span,
.module-blog-tags a,
.module-blog-recent a,
.module-blog-archive a,
.module-blog-tags-multi h2,
.module-blog-latest-post-multi h2,
.module-blog-authors-multi .module-body p span,
.module-blog-latest-post-multi h4 a,
#blogpost-navigation-top a, #blogpost-navigation-bottom a,
#block-blogpost > div:nth-child(2),
#block-blogpost > div:nth-child(4),
.modal-body h4,
.modal-header h4,
.comment-id,
.country-selector-module-link,
.featured-section-article-link,
.card-description a,
.form-section a,
.modal p a,
.find-location-result .module-body a {
  font-weight: normal; }

#block-blog-industry-selector .btn-group.dropdown label, #block-blog-industry-selector .btn-group.dropdown a, #block-blog-industry-selector .btn-group.dropdown select {
  font-size: 16px; }

.text-shadow {
  text-shadow: 1px 1px 1px #999; }

.location-selector .overlay-title {
  font-size: 17px; }

.location-selector .overlay-label {
  font-size: 15px; }

.location-selector .overlay-language {
  font-size: 13px; }

.timeline-milestone-caption {
  font-family: Arial, Sans-Serif; }

.rotis-light {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.rotis {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.rotis-bold {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal; }

.rotis-xbold {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.corporatefont-light {
  font-family: "Graphik ExtraLight", "Arial Black", Sans-Serif; }

.corporatefont-reg {
  font-family: "Graphik Regular", "Arial Black", Sans-Serif; }

.corporatefont-med {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif; }

.corporatefont-semi {
  font-family: "Graphik SemiBold", "Arial Black", Sans-Serif; }

.corporatefont-bold {
  font-family: "Graphik Bold", "Arial Black", Sans-Serif; }

.corporatefont-xbold {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

�.overrideH4 {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.podcast-details a.rotis {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

#authors-carousel .module-body h3,
#authors-carousel .module-body h3 a {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

span.top-nav-bar {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.trigger {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.step-headline {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 45px;
  line-height: normal; }

.form-group label {
  font-family: Arial, Sans-Serif;
  text-align: left; }

.legal {
  font-family: Arial, Sans-Serif;
  font-size: 12px; }

.page-not-found .image-container .icon-nav-top-keyboard {
  font-size: 100px; }

.page-not-found .image-container .icon-find-m {
  font-size: 40px; }

.client-index .module-cio-council h3 {
  line-height: normal;
  font-size: 20px; }

.client-index .module-cio-council h2, .client-index .module-cio-council h3 {
  line-height: 34px; }

.client-index .module-cio-council p, .client-index .module-cio-council p a, .client-index .module-cio-council .author {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal; }

.client-index .module-article .secure, .client-index .module-article .secure .acn-icon {
  font-size: 16px;
  line-height: normal; }

.client-index .module-meeting-minutes h2 {
  line-height: 34px; }

.module-ad-board .module-ad-cards-filter .panel .panel-heading h4.panel-title, .module-ad-board .module-ad-cards-filter .panel .panel-heading h4.panel-title a {
  font-weight: bold;
  line-height: normal;
  font-size: 20px; }

.module-ad-board .module-ad-cards-filter .panel .panel-heading h4.panel-title a {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.module-ad-board .module-ad-cards-filter .panel .panel-heading .cta {
  font-family: Arial, Sans-Serif;
  font-size: 15px !important;
  line-height: 20px;
  font-weight: bold; }

.module-ad-board .module-ad-cards-filter .panel .panel-body h3 {
  font-family: Arial, Sans-Serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px; }

.module-ad-board .module-ad-cards-filter .panel .panel-body .filter-group .cta-view, .module-ad-board .module-ad-cards-filter .panel .panel-body .filter-group .cta {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  font-family: Arial, Sans-Serif; }

.module-ad-board .module-ad-cards-filter .panel .panel-body .filter-group > p {
  font-size: 12px;
  font-weight: bold; }

.module-ad-board .module-ad-cards-filter .panel .panel-body.mobile .filter select option, .module-ad-board .module-ad-cards-filter .panel .panel-body.mobile .filter .bootstrap-select button.filter-option {
  font-size: 17px;
  line-height: normal; }

.module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .header, .module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .header h3 {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: bold;
  line-height: normal; }

.module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .body h2 {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  line-height: 34px;
  font-size: 30px; }

.module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .social-share {
  font-family: Arial, Sans-Serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px; }

.module-ad-board .module-ad-cards > button {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal; }

input::-moz-placeholder {
  font-style: italic;
  font-weight: normal; }

input:-moz-placeholder {
  /* Older versions of Firefox */
  font-style: italic;
  font-weight: normal; }

input:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal; }

#voicesLabel h4 {
  font-size: 30px;
  line-height: 34px; }

#DownloadItems p.download-module-link {
  line-height: normal; }

.social-likes__counter {
  font-weight: bold; }

.joblisting-main-container .page-title h3 p {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  text-transform: uppercase; }

.joblisting-main-container .joblisting-container .bottom-links a, .joblisting-main-container .joblisting-container .top-links a, .joblisting-main-container .joblisting-container .quote,
.joblisting-main-container .joblisting-container .careers-username {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.joblisting-main-container .joblisting-container .top-links .social-likes_single-w .social-likes__button_single, .joblisting-main-container .joblisting-container .bottom-links .social-likes_single-w .social-likes__button_single {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

#block-footer p a {
  font-weight: bold; }

#block-footer .country-language-trigger a {
  font-weight: normal; }

.image-container .richtext, .color-container .richtext {
  color: #fff; }

#cookie-disclaimer-short {
  font-size: 15px;
  line-height: 20px; }

.profile-info-body {
  font-size: 15px; }

.profile-info-title {
  font-size: 24px; }

.acn-panel-group .panel-default .panel-heading .panel-title {
  font-size: 30px;
  line-height: 34px; }

.search-page .search-suggestions {
  font-size: 15px;
  line-height: 20px; }

.search-page .search-container .panel-default .panel-heading h3.panel-title {
  line-height: normal; }

.search-page .modal-dialog .modal-content .modal-body .close {
  font-size: 25px; }

.landing-page .video-title .btn.btn-default, .landing-page .video-desc .btn.btn-default {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: bold; }

#richtext-timelineheader {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 30px;
  line-height: 34px; }

#type-to-search-hover, #type-to-search-hover p,
#type-to-search-hover span {
  font-size: 15px;
  line-height: 15px !important;
  margin: 0 !important;
  font-weight: bold;
  padding-top: 5px; }

.timeline-tagline {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

.placeholder.comment-italic {
  font-style: italic;
  font-weight: normal; }

.comment-italic::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal; }

.comment-italic::-moz-placeholder {
  font-style: italic;
  font-weight: normal; }

.comment-italic:-moz-placeholder {
  font-style: italic;
  font-weight: normal; }

.comment-italic:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal; }

.suggestedjobs-cta {
  font-family: Arial, Sans-Serif; }

.suggestedjobs-nav-tabs > li > a {
  font-family: "Graphik Black", "Arial Black", Sans-Serif; }

/*.contact-info{
		.contact-info-item{
			.contact-info-item-number{
				font-family:$corporateFontBold;
			}
       }
}*/
#EditProfileUpdateBtn,
#EditProfileChangePassword {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: normal; }

h3.search-title {
  line-height: normal;
  font-weight: bold; }

.mop-page-identifier {
  line-height: 1.1;
  color: white;
  font-weight: 500;
  text-align: center; }

.register-heading-text {
  font-family: "Graphik Black", "Arial Black", Sans-Serif !important; }

.form-group.talent-segment-selector .btn-group .text {
  color: #000000; }

.form-group.talent-segment-selector .btn-group .shortText {
  font-size: 15px;
  font-family: Arial;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 0 0 transparent; }

#search-form .twitter-typeahead #keywords {
  font-size: 60px;
  height: 80px; }

.podcast-timer {
  font-family: Arial; }

#primary-menu a {
  font-size: 20px;
  line-height: 40px; }

.onboarding .countdown-body, .onboarding .countdown-tag {
  font-size: 12px; }

.line-height-normal {
  line-height: normal !important; }

.onboarding .mobile-alerts-container .form-horizontal .control-label {
  line-height: 17px; }

#tooltipPopup.social-likes_horizontal .social-likes__counter, #tooltipPopup.social-likes_horizontal .share-label {
  font-size: 15px;
  font-weight: normal; }

/*For all font sizes 40px */
.interactive-block-header {
  font-size: 40px; }

/* for all font-size 50px */
.job-count-digits {
  font-size: 50px; }

.tab-control > ul.nav-tabs > li > a, .tab-control > ul.nav-tabs > li a:hover, .tab-control > ul.nav-tabs > li a:focus, .tab-control > ul.nav-tabs > li a:visited, .tab-control > ul.nav-tabs > li span {
  font-size: 20px;
  font-weight: 800;
  line-height: normal; }

.by-the-numbers .by-the-number-header-bold {
  font-weight: 800; }

.by-the-numbers .overflow-container .tile-container .tile .count-container .header1 {
  font-size: 90px;
  line-height: normal; }

.by-the-numbers .overflow-container .tile-container .tile .icon-container span[class*='icon-card-'] {
  font-size: 90px;
  line-height: 1; }

.by-the-numbers .overflow-container .tile-container .card-hover [class*='icon-card-'], .by-the-numbers .overflow-container .tile-container .card-hover .header1, .by-the-numbers .overflow-container .tile-container .card-hover h2 *, .by-the-numbers .overflow-container .tile-container .card-hover h3 *, .by-the-numbers .overflow-container .tile-container .card-hover h4 *, .by-the-numbers .overflow-container .tile-container .card-hover .copytext1, .by-the-numbers .overflow-container .tile-container .card-hover .copytext2, .by-the-numbers .overflow-container .tile-container .card-hover .subheader2, .by-the-numbers .overflow-container .tile-container .card-hover .sub-number {
  color: #fff !important; }

.by-the-numbers [class*='icon-card-'], .by-the-numbers .header1, .by-the-numbers h2 *, .by-the-numbers h3 *, .by-the-numbers h4 *, .by-the-numbers .copytext1, .by-the-numbers .copytext2, .by-the-numbers .subheader2, .by-the-numbers .sub-number {
  color: #000 !important; }

.card-carousel-bottom-richtext .history-of-innovation-richtext-bold {
  font-weight: 800; }

.card-carousel-bottom-richtext > a {
  white-space: inherit; }

/*TABLET AND MOBILE*/
@media only screen and (max-width: 999px) {
  h1, h2, h3, h4, h5, h6 {
    font-family: "OpenSans"; }
  .navbar-default {
    font-family: "OpenSans"; }
  .ui-header {
    /* Page Headline of Hero */
    /* Page Identifier of Hero */
    /* Content Title of Hero */
    /* Header Body of Hero */
    /* CTA Button of Hero */ }
    .ui-header h1, .ui-header .page-headline {
      font-family: "OpenSans"; }
    .ui-header .page-identifier {
      font-family: "OpenSans"; }
    .ui-header .content-title {
      font-family: "OpenSans"; }
    .ui-header .header-body {
      font-family: "OpenSans"; }
    .ui-header button {
      font-family: "OpenSans"; }
  button.cta, .btn.cta {
    font-family: "OpenSans"; }
  .btn-cta {
    font-family: "OpenSans"; }
  .joblisting-container .top-links .social-likes_single-w .social-likes__button_single, .joblisting-container .bottom-links .social-likes_single-w .social-likes__button_single {
    font-family: "OpenSans"; }
  .icon-text {
    font-family: "OpenSans" !important; }
  /* block title */
  .block-title h2 {
    font-family: "OpenSans"; }
  .module-article h3 p, .module-article h3 a {
    font-family: "OpenSans"; }
    .module-article h3 p p, .module-article h3 a p {
      font-family: "OpenSans"; }
  .module-article h4 p, .module-article h4 a {
    font-family: "OpenSans"; }
    .module-article h4 p p, .module-article h4 a p {
      font-family: "OpenSans"; }
  h3, .content-title {
    font-family: "OpenSans"; }
  h4, .module-headline {
    font-family: "OpenSans"; }
  .overlay-headline {
    font-family: "OpenSans"; }
  .trg {
    font-family: "OpenSans"; }
  .module-blog-link label {
    font-family: "OpenSans"; }
  /* Quote text */
  .quote-text, .quote-text p {
    font-family: "OpenSans"; }
  .content-trigger {
    font-family: "OpenSans"; }
  #accent {
    font-family: "OpenSans"; }
  /*  CUSTOM FONT RULES */
  /***  FONT STYLE  ***/
  #type-to-search form label,
  .interactive-fsm h4 {
    font-family: "OpenSans"; }
  #blogpost-navigation-top a, #blogpost-navigation-bottom a,
  #block-blogpost > div:nth-child(2),
  .module-body h3,
  .responsive-calendar-filters .headline .mobile,
  .responsive-calendar,
  .responsive-calendar-events,
  .responsive-calendar .controls .timeInfo,
  .responsive-calendar .controls h4,
  .people-gallery h5,
  .people-gallery p,
  .profile-identifier,
  .profile-share-desktop, .profile-share-mobile,
  .profile-info-title,
  .profile-info-body,
  #btn-SuggestedJob-Submit,
  .connection-header,
  .search-page #search-form #keywords,
  .acn-popover .popover.top .popover-content h3,
  #type-to-search-hover, #primary-menu a, .onboarding .module-sub, .onboarding .teaser-label, .onboarding .cta-button,
  .onboarding .overlay-thank-you-header, .onboarding .sign-in-form-text, .onboarding .header-body, .onboarding .page-title h1,
  .careers-content-job-module .job-count-digits,
  .careers-content-job-module .btn,
  .careers-content-job-module .img-caption-container {
    font-family: "OpenSans"; }
  .blog-multi button.btn.btn-primary,
  #type-to-search,
  #type-to-search form input[type=text],
  .keyboard-rotis-font,
  #block-jumplink .block-title h2,
  .navigation-rotis-font,
  #leadership-tab.nav-tabs li a,
  .leadership-module button,
  #main-menu, list-group-item,
  .navigation-rotis-font, .onboarding .countdown-headline {
    font-family: "OpenSans"; }
  .self-selection p,
  .self-selection .btn-group.dropdown,
  .self-selection .dropdown .dropdown-menu,
  .acn-popover .popover.top .popover-content p, .onboarding .sky-journey-headline, .career-recommended-jobs .job-container-footer button.btn {
    font-family: "OpenSans"; }
  #block-blog-industry-selector .btn-group.dropdown label, #block-blog-industry-selector .btn-group.dropdown a, #block-blog-industry-selector .btn-group.dropdown select {
    font-family: "OpenSans"; }
  .rotis-light {
    font-family: "OpenSans"; }
  .rotis {
    font-family: "OpenSans"; }
  .rotis-bold {
    font-family: "OpenSans"; }
  .rotis-xbold {
    font-family: "OpenSans"; }
  .corporatefont-light {
    font-family: "OpenSans-Light", Sans-Serif; }
  .corporatefont-reg {
    font-family: "OpenSans", Sans-Serif; }
  .corporatefont-med {
    font-family: "OpenSans", Sans-Serif; }
  .corporatefont-semi {
    font-family: "OpenSans-SemiBold", Sans-Serif; }
  .corporatefont-bold {
    font-family: "OpenSans-Bold", Sans-Serif; }
  .corporatefont-xbold {
    font-family: "OpenSans-ExtraBold", Sans-Serif; }
  �.overrideH4 {
    font-family: "OpenSans"; }
  .podcast-details a.rotis {
    font-family: "OpenSans"; }
  #authors-carousel .module-body h3,
  #authors-carousel .module-body h3 a {
    font-family: "OpenSans"; }
  h3.top-nav-bar {
    font-family: "OpenSans"; }
  .trigger {
    font-family: "OpenSans"; }
  .step-headline {
    font-family: "OpenSans"; }
  .client-index .module-cio-council p, .client-index .module-cio-council p a, .client-index .module-cio-council .author {
    font-family: "OpenSans"; }
  .module-ad-board .module-ad-cards-filter .panel .panel-heading h4.panel-title a {
    font-family: "OpenSans"; }
  .module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .header, .module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .header h3 {
    font-family: "OpenSans"; }
  .module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .body h2 {
    font-family: "OpenSans"; }
  .module-ad-board .module-ad-cards > button {
    font-family: "OpenSans"; }
  .joblisting-main-container .page-title h3 p {
    font-family: "OpenSans"; }
  .joblisting-main-container .joblisting-container .bottom-links a, .joblisting-main-container .joblisting-container .top-links a, .joblisting-main-container .joblisting-container .quote,
  .joblisting-main-container .joblisting-container .careers-username {
    font-family: "OpenSans"; }
  .joblisting-main-container .joblisting-container .top-links .social-likes_single-w .social-likes__button_single, .joblisting-main-container .joblisting-container .bottom-links .social-likes_single-w .social-likes__button_single {
    font-family: "OpenSans"; }
  .landing-page .video-title .btn.btn-default, .landing-page .video-desc .btn.btn-default {
    font-family: "OpenSans"; }
  #richtext-timelineheader {
    font-family: "OpenSans"; }
  .timeline-tagline {
    font-family: "OpenSans"; }
  .suggestedjobs-nav-tabs > li > a {
    font-family: "OpenSans"; }
  #EditProfileUpdateBtn,
  #EditProfileChangePassword {
    font-family: "OpenSans"; }
  .register-heading-text {
    font-family: "OpenSans" !important; } }

/* TWO COLUMN SIGN-IN MODULE ON CAREERS REGISTRATION PAGE */
.hidden-xs.sign-in-module-or span, .visible-xs.sign-in-module-or span {
  font-size: 18px;
  font-style: italic; }

.sign-in-module.row .pass-confirmation-tip {
  font-size: 12px; }

/* BIO MODULE */
/* [[ Start - Bio Module Fonts */
.bio-persons .bio-persons-tile .bio-tile-caption span:first-child {
  font-size: 16px;
  line-height: inherit;
  text-transform: capitalize; }

.bio-persons .bio-persons-tile .bio-tile-caption span:last-child {
  font-size: 11px;
  line-height: 12px; }

.bio-persons .bio-persons-details .bio-persons-details-content .back-to-bio-tiles.glyphicon {
  font-size: 30px;
  line-height: 30px; }

.bio-persons .bio-persons-details .bio-persons-details-content .acn-icon {
  font-size: 36px; }

.bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-name {
  font-size: 20px;
  text-transform: capitalize; }

.bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-job, .bio-persons .bio-persons-details .bio-persons-details-content .bio-connect-text {
  font-size: 13px;
  line-height: 15px; }

.bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-details-text, .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-details-text p {
  font-size: 16px;
  line-height: 24px; }

.bio-persons .bio-persons-view-more {
  color: #fff; }

/* End - Bio Module Fonts ]] */
/* COMMENT MODULE */
/* [[ Start - Comment Module Fonts */
.comments-module #displayCommentSectionHeader {
  font-family: "Graphik Bold"; }

.comments-module .comment-description {
  font-family: "Graphik Light"; }

.comments-module #charCounter {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 24px; }

/* End - Comment Module Fonts ]] */
/* RMT 6925: New Blogs Template - Contributing Authors Module */
.contributingAuthorsModuleNew h2 {
  line-height: 30px !important; }

.contributingAuthorsModuleNew .module-body h2 {
  line-height: 30px !important; }

.contributingAuthorsModuleNew .module-body #display-see-more, .contributingAuthorsModuleNew .module-body #display-see-less {
  text-decoration: none; }

.contributingAuthorsModuleNew .moreContributorsLinkLeft a, .contributingAuthorsModuleNew .moreContributorsLinkRight a {
  color: #D0011B !important; }

/* RMT6863 - HOW WE LEAD */
#block-how-we-lead .tab-control .tab-content .tab-wrapper .component a {
  font-family: "Graphik", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none; }
  #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.btn.btn-default, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.btn.btn-default:hover, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.btn.btn-default:focus, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.btn.btn-default:visited {
    font-size: 16px;
    line-height: 14px; }
  #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.cta-learn-more, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:hover, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:focus, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:visited {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .cite {
  font: normal normal 100 17px Arial, sans-Serif;
  line-height: 28px; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .description {
  font-family: arial, sans-serif;
  font-size: 17px;
  font-weight: 100;
  line-height: 28px; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .quote-text-1, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .quote-text-2 {
  font-family: "Graphik Semibold", Arial, sans-serif;
  font-weight: 600;
  font-style: normal; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .quote.quote-text-1 {
  font-size: 40px;
  line-height: 45px; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .title, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .title-2 {
  text-transform: uppercase; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .quote.quote-text-2 {
  font-size: 30px;
  line-height: 35px; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .title {
  font-family: arial, sans-serif;
  font-size: 30px;
  font-weight: 700; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .title-2 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px; }

#block-how-we-lead .tab-control .tab-content .tab-wrapper .component .description-2 {
  font-size: 16px;
  line-height: 24px; }

#block-how-we-lead .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, #block-how-we-lead .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, #block-how-we-lead .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, #block-how-we-lead .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, #block-how-we-lead .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li span {
  font-size: 16px !important;
  line-height: 16px;
  font-weight: 100 !important; }

#block-how-we-lead .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu li a {
  font-size: 12px !important;
  text-transform: uppercase; }

#block-how-we-lead.color-container .tab-control .tab-content .tab-wrapper .component a.cta-learn-more, #block-how-we-lead.color-container .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:hover, #block-how-we-lead.color-container .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:focus, #block-how-we-lead.color-container .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:visited, #block-how-we-lead.image-container .tab-control .tab-content .tab-wrapper .component a.cta-learn-more, #block-how-we-lead.image-container .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:hover, #block-how-we-lead.image-container .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:focus, #block-how-we-lead.image-container .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:visited {
  color: #fff; }

#block-how-we-lead.color-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, #block-how-we-lead.color-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, #block-how-we-lead.color-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, #block-how-we-lead.color-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, #block-how-we-lead.color-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li span, #block-how-we-lead.image-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, #block-how-we-lead.image-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, #block-how-we-lead.image-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, #block-how-we-lead.image-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, #block-how-we-lead.image-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li span {
  font-size: 16px !important;
  line-height: 16px;
  font-weight: 100 !important; }

#block-how-we-lead.color-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu li a, #block-how-we-lead.image-container .tab-control > .tab-open-dropdown-wrapper > ul.nav-tabs > li.dropdown > ul.dropdown-menu li a {
  font-size: 12px !important;
  text-transform: uppercase; }

/* END of RMT 6863 */
/* RMT8046 - GLOBAL HEADER BACKWARD COMPATIBILITY */
.first-secondary-item a.overview-link {
  font-weight: 400;
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  line-height: 1.6em;
  font-size: 0.875rem;
  margin-bottom: 1em;
  text-decoration: none;
  display: inline;
  position: relative; }
  .first-secondary-item a.overview-link:before {
    display: block;
    position: absolute;
    content: "";
    height: 0.08125em;
    max-width: calc(100% - 1.42em);
    width: 0%;
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease;
    left: 0;
    bottom: -6px; }
  .first-secondary-item a.overview-link:hover:before, .first-secondary-item a.overview-link:focus:before {
    width: 100%; }
  .first-secondary-item a.overview-link.cta-arrow {
    color: #004dff; }
    .first-secondary-item a.overview-link.cta-arrow:before {
      background: #004dff; }
  .first-secondary-item a.overview-link.cta-alt-arrow {
    color: #000; }
    .first-secondary-item a.overview-link.cta-alt-arrow:before {
      background: #000; }

.tertiary-title {
  font-family: "Graphik SemiBold", "Arial", Sans-Serif;
  font-size: 18px;
  line-height: 1.22em; }

.secondary-item {
  font-size: 14px; }

/* END of RMT 8046 */
/*  Corporate Core Fonts - Laptop */
/* version='27' */
@media screen and (min-width: 1200px) {
  /* RMT 6925: New Blogs Template - Contributing Authors Module */
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; }
  .contributingAuthorsModuleNew .module-body .authorShortDescription, .contributingAuthorsModuleNew .module-body .authorLongDescription {
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 18px; }
  .contributingAuthorsModuleNew .module-body #display-see-more, .contributingAuthorsModuleNew .module-body #display-see-less {
    font-size: 14px !important;
    font-family: Graphik Medium;
    font-weight: bold !important;
    color: #000;
    text-transform: none; }
  .contributingAuthorsModuleNew .contributing-authors-module {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #D0011B;
    text-transform: none; }
  .contributingAuthorsModuleNew .displayAuthorViewAll {
    font-family: Arial;
    font-weight: bold !important;
    font-size: 14px;
    color: #D0011B;
    text-transform: none; }
  /*RMT 6925 Blog Post List Module Single Subject Index*/
  .module-blog-post-list.new-blog-post-list .authors {
    font-family: Graphik Medium;
    font-size: 16px;
    line-height: 18px;
    color: #000; }
  .module-blog-post-list.new-blog-post-list .date {
    font-family: Graphik Medium;
    font-size: 12px;
    line-height: 15px;
    color: #9B9B9B; }
  .module-blog-post-list.new-blog-post-list h4 span {
    font-family: Graphik Bold;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    text-decoration: none; }
  .module-blog-post-list.new-blog-post-list .intro-text span {
    font-size: 14px;
    line-height: 18px;
    color: #000 !important;
    font-family: Arial;
    text-decoration: none; }
  .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .read-post {
    color: #000 !important;
    text-decoration: none;
    font-family: Arial;
    font-size: 13px !important; }
  .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .icon-share, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .countText, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .blog-comment .icon-comments, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .blog-comment span {
    color: #9B9B9B !important; }
  .ui-container {
    /*RMT5715 for all font-size 40px in desktop and tablet view. */ }
    .ui-container.last-edge-delta .ui-content-box {
      /*RMT5715 US042 fix for style on Block Header Subtext1 and block description 1 for block 1.*/ }
      .ui-container.last-edge-delta .ui-content-box.inline.first .block-header-subtext-1 {
        font-size: 14px;
        line-height: 16.8px; }
      .ui-container.last-edge-delta .ui-content-box.inline.first .block-description-1 {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px; }
    .ui-container.c-ui-square .ui-content-box.inline {
      /*RMT5715 US042 Fix style of Fsm Article title in laptop/desktop view*/ }
      .ui-container.c-ui-square .ui-content-box.inline .interactive-leadership-tab .tab-header {
        /*RMT5715 US042 Fix style of subheader text 1 in laptop/desktop view*/ }
        .ui-container.c-ui-square .ui-content-box.inline .interactive-leadership-tab .tab-header h3.block-4-subheader-text-1 {
          font-size: 14px;
          line-height: 16.8px;
          font-family: Arial, Sans-Serif; }
      .ui-container.c-ui-square .ui-content-box.inline .interactive-fsm h4 {
        font-size: 25px;
        line-height: 30px; }
    .ui-container.c-ui-square.media-gallery .panel-heading p {
      font-size: 16px;
      line-height: 24px;
      font-weight: bold; }
    .ui-container.c-ui-square.media-gallery .videofilter-results p {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px; }
    .ui-container.c-ui-square.media-gallery .videofilter-results a {
      font-size: 16px;
      line-height: 24px;
      font-weight: bold; }
    .ui-container.c-ui-square.media-gallery .videofilter-results .empty-container > p {
      font-weight: bold; }
    .ui-container .ui-content-box.inline .interactive-block-header {
      font-size: 40px;
      line-height: 48px; }
  .careersSignInContainer {
    max-height: 440px; }
  .social-sign-in-single, .onboarding .footer-disclaimer, .onboarding .form-field {
    font-size: 18px; }
  /* Landing page: Bug #316016*/
  .landing-page .video-title h2 {
    line-height: 34px; }
  .ui-header {
    /* Page Headline of Hero */
    /* Header Body of Hero */
    /* CTA Button of Hero */ }
    .ui-header h1, .ui-header .page-headline {
      font-size: 60px;
      line-height: 60px; }
    .ui-header .header-body {
      font-size: 22px;
      line-height: 24px; }
    .ui-header button {
      font-size: 18px; }
  .mop-page-identifier {
    font-size: 30px; }
  .error-summary {
    font-size: 15px; }
  .module-announcement .announcement h5, .module-announcement .announcement label {
    font-size: 20px;
    line-height: 24px; }
  .module-announcement .announcement p {
    font-size: 15px;
    line-height: 20px; }
  .form-group .validatorMessage small {
    font-size: 15px; }
  /* block title */
  .block-title h2 {
    font-size: 30px; }
  .module-article {
    font-size: 15px;
    line-height: 20px; }
  h4, .module-headline, .careers-username {
    font-size: 30px;
    line-height: 34px; }
    h4 a, .module-headline a, .careers-username a {
      font-size: 30px;
      line-height: 34px; }
  p, .module-body {
    font-size: 15px;
    line-height: 20px; }
    p a, .module-body a {
      font-size: 15px;
      line-height: 20px; }
  .module-blog-link label {
    font-size: 30px;
    line-height: 34px; }
  .module-blog-link p {
    font-size: 15px;
    line-height: 20px; }
  /** **/
  .module-article .quote-text {
    font-size: 30px;
    line-height: 40px; }
  .module-article .content-trigger {
    font-size: 18px; }
  .module-body .whyAccentureAuthorName, .module-body .whyAccentureAuthorPosition {
    font-weight: bold; }
  .module-body .whyAccentureAuthorName {
    font-size: 30px; }
  .module-body .whyAccentureAuthorPosition {
    font-size: 15px;
    font-weight: bold; }
  .page-title .socialMediaTitle {
    font-weight: bold;
    font-size: 20px; }
  .page-title .socialMediaContent {
    padding-top: 5px; }
  .ui-footer {
    /*reuse class coming from bootstrap for dropdowns*/ }
    .ui-footer ul a {
      font-size: 15px; }
    .ui-footer p {
      font-size: 15px; }
  /* CUSTOM STYLE */
  /***  FONT SIZE   ***/
  .module-blog-featured-post p .acn-icon,
  .module-blog-post-list p .acn-icon,
  .module-blog-authors .acn-icon,
  .module-blog-authors-multi .acn-icon {
    font-size: 10px; }
  .detail-stamp {
    font-size: 11px; }
  #suggestedJobsGoBack,
  .module-blog-featured-post .cta,
  .module-blog-post-list .cta,
  .module-blog-authors .module-body a,
  .module-blog-authors-multi .module-body p a,
  #displayMoreComments, #displayMoreComments:hover,
  .sign-up-now, .sign-up-now:hover,
  .interactive-leadership-tab h4.leadership-title.ucase {
    font-size: 12px; }
  .blog-multi .acn-icon {
    font-size: 14px; }
  .self-selection .btn-group.dropdown,
  .self-selection .dropdown .dropdown-menu,
  .module-blog-featured-post .date,
  .module-blog-post-list .date,
  .module-blog-latest-post-multi .date,
  .module-blog-featured-post .author,
  .module-blog-post-list .author,
  .module-blog-featured-post .author span,
  .module-blog-post-list .author span,
  .module-blog-latest-post-multi .date,
  .module-blog-latest-post-multi .author,
  .module-blog-latest-post-multi .author span,
  .module-blog-tags-multi ul a,
  .color-container .module-blog-tags-multi ul a,
  .module-blog-authors h3,
  .module-blog-authors .module-body > p > span,
  .module-blog-tags a,
  .module-blog-recent a,
  .module-blog-archive a,
  .module-blog-authors-multi h3,
  .module-blog-authors-multi .module-body p span,
  #block-blogpost > div:first-child,
  #block-blogpost > div:nth-child(3) a,
  #block-blogpost > div:nth-child(4),
  .comment-id,
  .pull-right2,
  .featured-section-article-link, onboarding .footer-textlink,
  .onboarding #disclaimer-cookiestatement, .onboarding #disclaimer-copyright,
  .onboarding .privacy-statement, .onboarding .countdown-nav, .jobfeeds .cta.view-more-text span {
    font-size: 15px; }
  #eventSmartByte .calendar .month {
    font-size: 16px; }
  .blog-multi button.btn.btn-primary,
  .profile-share-desktop, .profile-share-mobile,
  #btn-SuggestedJob-Submit,
  .module-blog-post-list button,
  .leadership-module button,
  #leadership-tab.nav-tabs li a,
  #leadership-tab.nav-tabs li a {
    font-size: 18px; }
  .self-selection p,
  #blogpost-navigation-top a, #blogpost-navigation-bottom a,
  .employee-related-profiles #header, .onboarding .user-label, .interactive-leadership-tab h3.leadership-name {
    font-size: 20px; }
  .responsive-calendar-filters .headline .mobile,
  .btn.convertible.gradient-button,
  .error-msg p, .onboarding .header-body {
    font-size: 22px; }
  .profile-info-title,
  #type-to-search form label,
  .download-module .icon-circle.sm .icon-text, .onboarding .module-sub,
  .onboarding .module-article p.module-sub {
    font-size: 24px; }
  .modal-body h4,
  .modal-header h4,
  .form-section i.fa, .onboarding .teaser-label {
    font-size: 26px; }
  p.content-title .acn-icon-for-login {
    font-size: 28px; }
  .responsive-calendar .controls .timeInfo,
  .responsive-calendar .controls h4,
  .profile-identifier,
  #block-blogpost > div:nth-child(2),
  .module-blog-authors h2 {
    font-size: 30px; }
  #eventSmartByte .calendar .day {
    font-size: 44px; }
  #type-to-search form input[type=text], #search-form #keywords, .onboarding .page-headline, .onboarding .sky-journey-headline,
  .onboarding .page-title h1 {
    font-size: 60px; }
  /***  LINE HEIGHT  ***/
  #suggestedJobsGoBack,
  .module-blog-featured-post .date,
  .module-blog-post-list .date,
  .module-blog-latest-post-multi .date,
  .module-blog-featured-post .author,
  .module-blog-post-list .author,
  .module-blog-featured-post .author span,
  .module-blog-post-list .author span,
  .module-blog-latest-post-multi .date,
  .module-blog-latest-post-multi .author,
  .module-blog-latest-post-multi .author span,
  .module-blog-featured-post .cta,
  .module-blog-post-list .cta,
  .module-blog-authors .module-body a,
  .module-blog-tags-multi ul a,
  .color-container .module-blog-tags-multi ul a,
  .module-blog-authors h3,
  .module-blog-authors .module-body > p > span,
  .module-blog-tags a,
  .module-blog-recent a,
  .module-blog-archive a,
  .module-blog-authors-multi h3,
  .module-blog-authors-multi .module-body p span,
  .module-blog-authors-multi .module-body p a,
  #block-blogpost > div:first-child,
  #block-blogpost > div:nth-child(3) a,
  #block-blogpost > div:nth-child(4),
  .comment-id, .form-group label {
    line-height: 20px; }
  .blog-multi button.btn.btn-primary,
  .error-msg p, .onboarding .header-body {
    line-height: 24px; }
  .profile-info-title,
  #titlePostAComment, #displayCommentSectionHeader, #mobileCommentsTitle,
  .job-search .talent-connection h2,
  .job-search #job-seach-results .job h2 {
    line-height: 34px; }
  .careersSignInContainer #sign-in-heading, .sign-in-register-module #reg-heading {
    line-height: 34px; }
  #eventSmartByte .calendar .day {
    line-height: 37px; }
  .find-job-module .btn,
  .talent-connection .btn,
  .job-search .form-section input {
    font-size: 18px; }
  .job-search .form-section .dropdown label, .job-search .form-section .dropdown .dropdown-menu {
    font-size: 15px; }
  .step-headline {
    font-size: 45px; }
  .trigger {
    font-size: 16px; }
  .form-group label {
    font-size: 15px; }
  .form-group input[type="text"], .form-group input[type="email"] {
    font-size: 18px;
    height: 44px; }
  .profile-jobs h2,
  .profile-edit h2,
  .profile-remove,
  .card .card-info .card-name,
  .board-committee h2,
  .search-container h2,
  .reset-password-module h2 {
    line-height: 34px; }
  .profile-jobs h2.module-headline, .profile-edit h2.module-headline, .profile-subscriptions h2.module-headline, .profile-remove h2.module-headline {
    font-size: 30px;
    line-height: 34px; }
  .page-not-found .header,
  .page-not-found .type-to-search {
    font-size: 50px; }
  .keyboard-container .search-header-keyword, .top-nav-bar {
    line-height: 22px;
    font-size: 18px;
    padding-top: 0px; }
  .search-results-header .category {
    font-size: 16px; }
  .search-results-header .title {
    font-size: 24px;
    line-height: 30px; }
  .search-results .search-results-topic {
    font-size: 15px; }
  .tt-dropdown-menu .tt-dataset-keywordSuggestions,
  #search-filters-container .panel-default a.cta.align-right,
  .job-search #job-seach-results .nav-tabs li a,
  .job-search .jobseachresults .nav-tabs li a {
    font-size: 15px !important; }
  .job-search #job-seach-results .tab-content h3.connection-header {
    font-size: 24px;
    line-height: 30px; }
  .modal#cities .modal-content .modal-header .close, .modal#industries .modal-content .modal-header .close, .modal#area-of-business .modal-content .modal-header .close, .modal#area-of-expertise .modal-content .modal-header .close {
    font-size: 30px; }
  #labelNoLoginAccount {
    font-size: 13px;
    font-weight: normal; }
  .without-an-account, .forgot-password {
    font-size: 13px;
    font-weight: bold; }
  #labelloggedInUser label.postingasauthor {
    font-size: 18px;
    font-weight: bold; } }

@media screen and (min-width: 1000px) {
  .module-blog-featured-post h2,
  .module-blog-authors h2,
  .module-blog-tags h2,
  .module-blog-recent h2,
  .module-blog-archive h2,
  .module-blog-tags-multi h2,
  .module-blog-latest-post-multi h2,
  .module-blog-featured-post h4, .module-blog-featured-post h4 a,
  .module-blog-post-list h4, .module-blog-post-list h4 a,
  #block-blogpost > div:nth-child(2),
  .module-blog-authors h2 {
    line-height: 34px; }
  #createpwd .modal-header h4 {
    font-size: 30px;
    line-height: 34px; }
  .talent-connection-form .form-section label.control-label {
    line-height: 20px; }
  .talent-connection-form .form-section .step-headline {
    line-height: normal; }
  .talent-connection-form .form-section .bootstrap-select button.filter-option, .talent-connection-form .form-section .bootstrap-select .dropdown-menu li a span {
    font-size: 15px;
    line-height: 20px; }
  .talent-connection-form .form-section.top .left h2 {
    line-height: 34px; }
  .talent-connection-form .form-section #cv, .talent-connection-form .form-section ul li {
    font-size: 15px;
    line-height: 20px; }
  .talent-connection-form .form-section .about-you .privacy-policy > label, .talent-connection-form .form-section .about-you .privacy-policy .checkbox > label {
    font-size: 15px;
    line-height: 20px; }
  /*****  GENERICS  ****/
  h1.carousel-headline.header1, .header1 {
    font-size: 70px;
    line-height: 72px; }
  .findjobs {
    font-size: 20px;
    line-height: normal; }
  h2.interactive-block-header.subheader1, .subheader1 {
    font-size: 55px !important;
    line-height: 72px !important; }
  .cta-text {
    font-size: 22px !important;
    line-height: 24px !important; }
  .copytext2 {
    font-size: 22px !important;
    line-height: 24px; }
  .by-the-numbers .subheader2 {
    font-size: 50px;
    line-height: normal;
    font-family: "Graphik Light"; }
    .by-the-numbers .subheader2 .by-the-number-header-bold {
      font-family: "Graphik Black"; }
  .by-the-numbers .copytext1, .by-the-numbers .sub-number, .by-the-numbers .copytext2 {
    font-family: "Graphik Regular"; }
  .by-the-numbers .header1 {
    font-family: "Graphik Black";
    line-height: 1; }
  .by-the-numbers .copytext1 {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 22px; }
  .by-the-numbers .copytext2 {
    font-size: 13px !important;
    line-height: 18px;
    font-weight: normal; }
  .by-the-numbers .sub-number {
    font-size: 30px;
    font-weight: normal;
    line-height: normal; }
  .card-carousel-bottom-richtext {
    font-family: "Graphik Regular"; }
    .card-carousel-bottom-richtext .history-of-innovation-richtext-bold {
      font-family: "Graphik Black";
      color: #000; }
  .subheader2 {
    font-size: 20px;
    line-height: 30px; }
  .subheader3 {
    font-size: 36px;
    line-height: 40px; }
  .copytext3 {
    font-size: 20px;
    line-height: normal; }
  .copytext4 {
    font-size: 20px;
    line-height: 24px; }
  .header2 {
    font-size: 70px;
    line-height: 24px; }
  .events-list-module .desc-meet-us-no-events {
    font-size: 20px;
    font-weight: normal;
    color: #666666 !important; }
  .events-list-module .responsive-calendar-filters .filter .event-calendar-filter .dropdown {
    font-size: 16px; }
  .events-list-module .responsive-calendar-filters .filter .event-calendar-filter .dropdown-menu {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    decoration: none; }
  .events-list-module .responsive-calendar-filters .filter .event-calendar-filter .dropdown label {
    font-size: 16px !important;
    font-weight: normal;
    text-transform: uppercase;
    decoration: none; }
  .events-list-module .responsive-calendar-filters .filter .event-calendar-filter .acn-icon.icon-jump-links-arrow-down {
    font-size: 30px; }
  .events-list-module .event-container p {
    font-size: 16px; }
    .events-list-module .event-container p .event-loc {
      font-weight: normal;
      text-transform: uppercase;
      decoration: none; }
  .events-list-module .subheader1 {
    font-weight: normal !important;
    line-height: 40px !important; }
  .events-list-module .copytext1 {
    font-weight: normal; }
  .comments-module .comment-delete-question div {
    font-size: 15px;
    font-weight: bold; }
  .comments-module .social-sign-in-single {
    font-size: 18px; }
  .comments-module .content-title.black {
    font-size: 15px; }
  .comments-module .privacy-policy a {
    font-weight: normal; }
  .comments-module #labelHaveAccount {
    font-size: 13px;
    font-weight: normal; }
  .comments-module .cta, .comments-module .forgot-password a, .comments-module .without-an-account {
    font-size: 13px !important; }
  .comments-module textarea, .comments-module #sign-in-form input[type=text], .comments-module #sign-in-form input[type=email], .comments-module #sign-in-form input[type=password], .comments-module .comment-div .comment-id {
    font-size: 16px;
    color: #9B9B9B;
    line-height: 24px;
    font-style: normal; }
  .comments-module li, .comments-module .validatorMessage {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    font-family: Arial;
    font-weight: normal; }
  .comments-module li {
    font-size: 15px;
    line-height: 20px;
    color: red;
    font-family: Arial;
    font-weight: normal; }
  .comments-module #captchaLabel > label {
    line-height: 20px;
    font-size: 15px; }
  .comments-module #labelloggedInUser label.postingasauthor {
    font-size: 18px;
    font-weight: bold;
    font-family: "Graphik Black"; }
  .comments-module #labelNoLoginAccount {
    font-size: 13px;
    font-weight: normal; }
  .comments-module #comment-social .acn-icon {
    font-size: 28px; }
  .comments-module #displayCommentSectionHeader {
    font-size: 24px;
    line-height: 36px;
    color: #9B9B9B; }
  .comments-module .comment-div .comment-description {
    font-size: 16px;
    line-height: 24px;
    color: #000; }
  .comments-module input::-webkit-input-placeholder {
    font-style: normal; }
  .comments-module input::-moz-placeholder {
    font-style: normal; }
  .comments-module input:-moz-placeholder {
    font-style: normal; }
  .comments-module input:-ms-input-placeholder {
    font-style: normal !important; } }

.Navigation-cookie-disclaimer table p,
.Navigation-cookie-disclaimer table a {
  font-size: 13px;
  line-height: normal; }

.cookie-nav p,
.cookie-nav p a {
  font-size: 13px;
  line-height: normal; }

#EditProfileUpdateBtn,
#EditProfileChangePassword, .onboarding .cta-button {
  font-size: 18px; }

.careers-navigation .profile-subscriptions .form-section .step-headline {
  font-size: 30px;
  line-height: 34px; }

.linking-to-parent-topic a {
  font-size: 15px; }

.onboarding {
  /*#sign-in-link {	
		span {
			font-size: 18px;
		}
	}*/
  /*.acn-icon{
		.icon-jump-links-arrow-up .icon-jump-links-arrow-down {
			font-size: 13px;
		}
	}
	*/ }
  .onboarding .countdown-tag {
    line-height: 16px; }
  .onboarding .module-body, .onboarding .countdown-nav {
    line-height: 17px; }
  .onboarding .module-sub {
    line-height: 26px; }
  .onboarding .form-field {
    line-height: 22px; }
  .onboarding .footer-disclaimer {
    line-height: 23px; }
  .onboarding .overlay-than-you-header {
    line-height: 42px; }
  .onboarding .sky-journey-headline, .onboarding .page-headline, .onboarding .page-title h1 {
    line-height: 60px; }
  .onboarding .overlay-thank-you-header {
    font-size: 40px; }
  .onboarding .countdown-headline {
    font-size: 72px; }
  .onboarding .teaser-label, .onboarding .cta-button, .onboarding .countdown-headline,
  .onboarding .user-label, .onboarding .sign-in-form-text {
    line-height: normal; }
  .onboarding .sky-module h1.sky-journey-headline span {
    font-size: 60px; }

.jobfeeds div.jobfeed-container div.module-article h3.color-white {
  font-weight: bold;
  font-size: 15px; }

.jobfeeds .jobfeed-container .jobfeed-stat-bar span {
  font-size: 15px !important; }
  .jobfeeds .jobfeed-container .jobfeed-stat-bar span a {
    font-size: 15px !important; }

.jobfeeds .view-all-link {
  font-size: 15px !important; }

.interactive-leadership-tab h3.leadership-name {
  line-height: 1; }

.interactive-leadership-tab h4.leadership-title.ucase {
  line-height: 1.0em; }

/*RMT 6072 What we Do Accordion*/
#video-accordion .container-claster .media-container .close-video-accordion.icon-accordion-close-thin.icon-x-close {
  font-size: 35px;
  font-family: 'accordion-close-thin' !important; }

#video-accordion .container-claster #img-desc-container #desc-container .desc-video-accordion {
  font-family: Graphik Medium;
  font-weight: Bold;
  font-size: 17px;
  line-height: none; }

#video-accordion .container-claster .icon-chevron_thin.align-right {
  font-size: 40px;
  font-family: 'ChevronThin' !important; }

.accordion-body, .accordion-body2, .accordion-subbody, .accordion-body2-list {
  font-family: Arial;
  font-size: 17px;
  font-weight: normal;
  line-height: 24px; }

.corporate-black2.subheader1.accordion-header {
  line-height: normal !important;
  font-weight: normal;
  line-height: normal !important;
  font-size: 55px !important; }

/*RMT 6072 Stock Widget Module*/
#our-performance-block .innovate-desc.corporate-black2 {
  font-family: Arial;
  line-height: 19px;
  font-weight: regular;
  font-size: 16px; }

#our-performance-block .cta-links {
  line-height: normal !important;
  font-weight: regular;
  font-size: 12px; }

#our-performance-block .module-body, #our-performance-block .achievement-content {
  line-height: 17px;
  font-weight: regular;
  font-size: 15px; }

#stock-widget .stock-header1,
#stock-widget .stock-header2,
#stock-widget .btn-stock-widget.btn.btn-primary,
#stock-widget .stock-content, #stock-widget .trade-stock-content {
  line-height: normal !important; }

#stock-widget .performance-footer,
#stock-widget .vertical-line-stock {
  line-height: 19px;
  font-weight: normal !important; }

#stock-widget .icon-arrowright {
  font-size: 12px;
  line-height: 15px; }

#stock-widget .stock-header1 {
  font-weight: Regular;
  font-size: 16px; }

#stock-widget .stock-header2 {
  font-weight: Regular;
  font-size: 26px; }

#stock-widget .btn-stock-widget.btn.btn-primary {
  font-weight: Bold;
  font-size: 15px; }

#stock-widget .performance-footer,
#stock-widget .vertical-line-stock {
  font-size: 16px; }

#stock-widget .trade-stock-content.color-black {
  font-weight: Regular;
  font-size: 70px; }

#stock-widget .day-high-price,
#stock-widget .day-low-price,
#stock-widget .volume-stock,
#stock-widget .trading-price {
  font-family: Arial;
  font-weight: Regular !important;
  font-size: 16px;
  line-height: 19px; }

#stock-widget .stock-arrow {
  font-size: 90px; }

#stock-widget .icon-acn-stock-arrows {
  font-weight: Regular;
  font-size: 90px; }

#stock-widget .icon-acn-stock-arrows.icon-stock_flat-01 {
  font-size: 60px; }

#stock-widget .stock-content {
  font-weight: Regular;
  font-size: 38px;
  line-height: normal; }

#stock-widget .model-change {
  font-size: 38px; }

/* RMT 6684 Accordion Blinds Headline */
.accordion-section-container .accordion-headline {
  font-size: 20px;
  line-height: 1em;
  margin: 10px 0px 10px 0px; }

.accordion-section-container .accordion_sub-headline {
  font-size: 18px;
  line-height: 1.2em; }

/* RMT 6752 Blog Authors Overlay */
#main-modal .modal-body .job-arrow-left .icon-arrowrightarrow, #main-modal .slide > a.no-underline.icon-arrowrightarrow {
  font-size: 60px; }

#main-modal h2.authorname-overlay {
  font-size: 26px; }

#main-modal .slide > a.no-underline.icon-arrowrightarrow {
  font-size: 60px; }

#main-modal .full-bio-back {
  font-size: 26px; }
  #main-modal .full-bio-back a {
    font-size: 15px; }
  #main-modal .full-bio-back a.icon-arrowrightarrow {
    font-size: 11px; }

/* RMT 6925 */
.blogpost-navigation {
  font-size: 13px; }

.blogpost-author-name {
  font-family: Graphik Medium;
  font-size: 16px;
  line-height: 18px; }

.blogpost-author-description {
  font-family: Graphik Medium;
  font-size: 12px;
  line-height: 15px; }

.blogpost-date {
  line-height: 18px; }

.blogpost-title h2 {
  font-family: Graphik Bold;
  line-height: 26px; }

.blogpost-related-content .blogpost-title3, .blog-related-topics .blogpost-title3 {
  font-family: Graphik Medium;
  font-weight: bold;
  font-size: 18px; }

.blogpost-related-content ul {
  font-size: 14px;
  line-height: 18px; }

.blog-related-topics ul {
  font-size: 12px;
  font-family: Graphik Regular; }

/*RMT 6925: New Blogs Template - Archive Module*/
.new-blog-post-list-archive h2 {
  font-family: Graphik Medium !important;
  font-weight: bold !important;
  font-size: 18px !important;
  color: #D0011B  !important;
  text-transform: uppercase; }

.new-blog-post-list-archive .btn-group.dropdown .dropdown-toggle .blog-archive-select-month-text {
  font-family: Graphik Medium;
  font-size: 13px;
  color: #9B9B9B !important;
  text-transform: uppercase;
  font-weight: bold !important; }

.new-blog-post-list-archive .btn-group.dropdown .dropdown-menu li a {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #9B9B9B !important;
  text-transform: initial;
  text-decoration: none; }

/* End of RMT 6925 */
/* RMT 7047 */
.adjacent-tiles .cardTitle, .adjacent-tiles .cardTitle a {
  font-family: "Graphik Bold","Arial Black",Sans-Serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: normal; }

.adjacent-tiles .card-container .headline, .adjacent-tiles .card-container .headline a {
  font-family: "Graphik Bold","Arial Black",Sans-Serif;
  font-weight: normal;
  font-size: 3rem; }

.adjacent-tiles .card-container .subHeadline, .adjacent-tiles .card-container .subHeadline a {
  font-family: "Graphik Medium",Arial,Sans-Serif;
  font-weight: normal;
  font-size: 1.7rem; }

.adjacent-tiles .card-container .influencerName, .adjacent-tiles .card-container .influencerName a {
  font-family: "Graphik Bold","Arial Black",Sans-Serif;
  color: #000;
  font-size: 3rem; }

.adjacent-tiles .card-container .influencerPosition, .adjacent-tiles .card-container .influencerPosition a {
  font-family: "Graphik Web",Arial,Sans-Serif;
  color: #000;
  font-size: 1.4rem;
  line-height: normal; }

.adjacent-tiles .card-container .influencerBio, .adjacent-tiles .card-container .influencerBio a {
  font-family: "Graphik Light",Arial,Sans-Serif;
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.5rem; }

.adjacent-tiles .card-container .cta-container a {
  font-family: "Graphik Bold",Arial,Sans-Serif;
  font-weight: normal;
  font-size: 1.6rem; }

.adjacent-tiles .no-card.cta-container a {
  font-family: "Graphik Bold",Arial,Sans-Serif;
  font-weight: normal;
  font-size: 1.6rem; }

.adjacent-tiles .banner-container .cta-container a {
  font-family: Arial,Sans-Serif;
  font-weight: normal;
  font-size: 1.6rem; }

/* End of RMT 7047 */
/*  Corporate Core Fonts - Tabs */
/* version='22' */
/*RMT 6072 What we Do Accordion - landscape tablet*/
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .accordion-header, .desc-video-accordion {
    font-family: OpenSans !important; } }

@media only screen and (min-width: 768px) and (max-width: 999px) {
  /*RMT 6072 What we Do Accordion - portrait tablet*/
  #video-accordion .container-claster .media-container .close-video-accordion.icon-accordion-close-thin.icon-x-close {
    font-size: 30px; }
  #video-accordion .container-claster .desc-video-accordion {
    font-family: OpenSans !important; }
  /*Stock Widget Module*/
  #block-our-performance .icon-arrowright,
  #block-our-performance .achievement-content,
  #block-our-performance .stock-header1,
  #block-our-performance .stock-header2 {
    line-height: normal !important; }
  #block-our-performance .cta-links {
    line-height: normal !important;
    font-weight: bold !important; }
  #stock-widget .stock-content,
  #stock-widget .performance-footer,
  #stock-widget .trade-stock-content,
  #stock-widget .day-high-price,
  #stock-widget .day-low-price,
  #stock-widget .volume-stock,
  #stock-widget .trading-price,
  #stock-widget .btn-stock-widget.btn.btn-primary {
    line-height: normal !important; }
  #stock-widget .stock-header1 {
    line-height: normal !important;
    font-size: 14px !important; }
  #stock-widget .stock-header2 {
    line-height: normal !important;
    font-size: 26px !important;
    font-family: "OpenSans"; }
  #stock-widget .trade-stock-content.color-black {
    font-family: "OpenSans";
    font-size: 70px; }
  #stock-widget .icon-acn-stock-arrows {
    font-size: 70px; }
  #stock-widget .model-change {
    font-family: "OpenSans";
    font-size: 30px; }
  /* Onboarding custom */
  .onboarding .ui-header .page-identifier {
    font-size: 30px; }
  .social-sign-in-single {
    font-size: 17px; }
  /* Landing page: Bug #316016*/
  .landing-page .video-title h2 {
    line-height: 34px; }
  .careersSignInContainer #sign-in-heading, .sign-in-register-module #reg-heading {
    line-height: 34px; }
  .ui-header h1, .ui-header .page-headline {
    font-size: 45px;
    line-height: 45px; }
  .ui-header .page-identifier {
    font-size: 20px;
    width: calc(100% - 45px); }
    .ui-header .page-identifier .content-title {
      top: -2px;
      text-align: center;
      display: block;
      left: -23px; }
  .ui-header .header-body {
    font-size: 22px;
    line-height: 24px; }
  .ui-header button {
    font-size: 17px; }
  .mop-page-identifier {
    font-size: 20px; }
  .error-summary {
    font-size: 15px; }
  .form-group .validatorMessage small {
    font-size: 15px; }
  .module-announcement .announcement h5, .module-announcement .announcement label {
    font-size: 20px;
    line-height: 24px; }
  .module-announcement .announcement p {
    font-size: 15px;
    line-height: 20px; }
  .block-title h2 {
    font-size: 24px; }
  .module-article {
    font-size: 15px;
    line-height: 20px; }
  h3, .content-title {
    font-size: 20px; }
  .search-results-header .category {
    font-size: 16px; }
  .search-results-header .title {
    font-size: 24px;
    line-height: 30px; }
  .search-results-topic a {
    font-size: 15px;
    line-height: 20px; }
  h4, .module-headline {
    font-size: 30px;
    line-height: 34px; }
    h4 a, .module-headline a {
      font-size: 18px;
      line-height: 20px; }
  p, .module-body {
    font-size: 15px;
    line-height: 20px; }
    p a, .module-body a {
      font-size: 15px;
      line-height: 20px; }
  .module-blog-link label {
    font-size: 30px;
    line-height: 34px; }
  .module-blog-link p {
    font-size: 15px;
    line-height: 20px; }
  .quote-text {
    font-size: 30px;
    line-height: 40px; }
  .content-trigger {
    font-size: 18px; }
  .ui-footer ul a {
    font-size: 15px; }
  .ui-footer p {
    font-size: 15px; }
  .leadership-module button {
    font-size: 18px; }
  .modal-body h4, .modal-header h4 {
    font-size: 26px; }
  #block-blogpost > div:nth-child(2) {
    font-size: 30px; }
  .step-headline {
    font-size: 45px; }
  #leadership-tab.nav-tabs li a, #leadership-tab.nav-tabs li a {
    font-size: 15px; }
  .trigger {
    font-size: 16px; }
  .form-group label {
    font-size: 15px; }
  .form-group input {
    font-size: 18px; }
  .detail-stamp {
    font-size: 11px; }
  .profile-jobs h2.module-headline, .profile-edit h2.module-headline, .profile-subscriptions h2.module-headline, .profile-remove h2.module-headline {
    font-size: 30px;
    line-height: 34px; }
  .profile-jobs h2, .profile-edit h2, .profile-subscriptions h2, .profile-remove h2 {
    line-height: 34px; }
  .btn.convertible.gradient-button {
    font-size: 22px; }
  .form-section i.fa {
    font-size: 26px; }
  .acn-contact-us .contact-info h2.module-headline {
    font-size: 30px;
    line-height: 34px; }
  .module-blog-featured-post h2,
  .module-blog-authors h2,
  .module-blog-tags h2,
  .module-blog-recent h2,
  .module-blog-archive h2,
  .module-blog-tags-multi h2,
  .module-blog-latest-post-multi h2,
  .module-blog-authors h2,
  .module-blog-featured-post h4, .module-blog-featured-post h4 a,
  .module-blog-post-list h4, .module-blog-post-list h4 a,
  #block-blogpost > div:nth-child(2) {
    line-height: 36px; }
  .client.profile-edit .form-section.bg-color-lighter-gray .connected h2 {
    font-size: 30px;
    line-height: 34px; }
  .sign-in-module h2#sign-in-with {
    line-height: 34px; }
  #createpwd .modal-header h4 {
    font-size: 30px;
    line-height: 34px; }
  .talent-connection-form .form-section #cv {
    font-size: 15px;
    line-height: 20px; }
  .talent-connection-form.questions .form-section.top h2 {
    line-height: 34px; }
  .talent-connection-form.questions .form-section.top ul li {
    font-size: 15px;
    line-height: 20px; }
  .module-blog-authors h3 {
    font-size: 30px; }
  .module-article .smart-bytes.bg-white-mobile .smartbytes-container-header h3, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-header h4, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-header p, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-body h3, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-body h4, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-body p {
    color: #333; }
  .joblisting-main-container .page-title h3 p {
    font-size: 20px; }
  .module-blog-authors h3 {
    font-weight: normal;
    font-size: 30px; }
  #icon-type-to-search .hover-keyboard, #icon-type-to-search .hover-keyboard p, #icon-type-to-search .hover-keyboard span, #icon-type-to-search .hover-keyboard span p {
    line-height: 20px; }
  .keyboard-container .search-header-keyword {
    line-height: 22px;
    font-size: 18px; }
  .keyboard-container-center:hover {
    margin-top: -16px; }
  .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-name {
    font-size: 20px;
    line-height: normal;
    font-weight: 600; }
  .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-job {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400; }
  .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-details-text, .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-details-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .bio-persons .bio-persons-details .bio-persons-details-content .bio-connect-text {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400; }
  .bio-persons .bio-persons-tile .bio-tile-caption span:first-child {
    font-size: 12px;
    line-height: inherit;
    text-transform: capitalize; }
  .bio-persons .bio-persons-tile .bio-tile-caption span:last-child {
    font-size: 12px;
    line-height: 14px; }
  /*****  GENERICS  ****/
  h1.carousel-headline.header1, .header1 {
    font-size: 47px;
    line-height: 52px; }
  .findjobs {
    font-size: 20px;
    line-height: normal; }
  h2.interactive-block-header.subheader1, .subheader1 {
    font-size: 35px !important;
    line-height: 40px !important; }
  .cta-text {
    font-size: 22px !important;
    line-height: 24px !important; }
  .copytext2 {
    font-size: 22px !important;
    line-height: 24px; }
  .subheader2 {
    font-size: 20px;
    line-height: 30px; }
  .subheader3 {
    font-size: 36px;
    line-height: 40px; }
  .copytext3 {
    font-size: 20px;
    line-height: normal; }
  .copytext4 {
    font-size: 20px;
    line-height: 24px; }
  .header2 {
    font-size: 65px;
    line-height: 60px; }
  .events-list-module {
    font-weight: normal !important; }
    .events-list-module .desc-meet-us-no-events {
      font-size: 20px;
      color: #666666 !important; }
    .events-list-module .subheader1 {
      font-size: 35px !important;
      line-height: 30px !important;
      font-style: normal, Caps;
      text-decoration: none; }
    .events-list-module .event-container .date {
      font-size: 55px !important; }
    .events-list-module .event-container .event-name {
      font-size: 16px; }
    .events-list-module label {
      font-weight: normal !important;
      font-size: 16px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  .onboarding .modal-content .modal-body .carousel.slide.no-left-image .carousel-inner .item .module-article .module-sub, .onboarding .modal-content .modal-body .carousel.slide.with-left-image .carousel-inner .item .module-article .module-sub {
    font-size: 24px; }
  .subheader3 {
    font-size: 34px !important; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ui-container .interactive-block-header {
    font-size: 40px;
    line-height: 48px; }
  .ui-container.last-edge-delta .first .block-header-subtext-1 {
    font-size: 14px;
    line-height: 16.8px; }
  .ui-container.last-edge-delta .first .block-description-1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal; }
  .ui-container.c-ui-square .ui-content-box.inline .interactive-fsm h4 {
    font-size: 25px;
    line-height: 30px; }
  .ui-container.c-ui-square .ui-content-box.inline .interactive-leadership-tab h3.block-4-subheader-text-1 {
    font-size: 14px;
    line-height: 16.8px;
    font-family: Arial, Sans-Serif; }
  .ui-container.c-ui-square.media-gallery .panel-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold; }
  .ui-container.c-ui-square.media-gallery .videofilter-results p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
  .ui-container.c-ui-square.media-gallery .videofilter-results a {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold; }
  .ui-container.c-ui-square.media-gallery .videofilter-results .empty-container > p {
    font-weight: bold; }
  .onboarding .page-headline {
    font-size: 60px; }
  .onboarding .header-body.text-shadow {
    font-size: 18px; }
  .interactive-leadership-tab h4.leadership-title.ucase {
    font-size: 11px;
    margin: 0 0 10px; }
  .tab-control > ul.nav-tabs > li > a, .tab-control > ul.nav-tabs > li a:hover, .tab-control > ul.nav-tabs > li a:focus, .tab-control > ul.nav-tabs > li a:visited, .tab-control > ul.nav-tabs > li span {
    font-family: "OpenSans-Bold"; }
  .by-the-numbers .subheader2 {
    font-size: 34px;
    line-height: normal;
    font-family: "OpenSans-Light"; }
    .by-the-numbers .subheader2 .by-the-number-header-bold {
      font-family: "OpenSans-ExtraBold"; }
  .by-the-numbers .copytext1, .by-the-numbers .sub-number, .by-the-numbers .copytext2 {
    font-family: "OpenSans"; }
  .by-the-numbers .count-container {
    font-size: 25px !important;
    line-height: normal; }
    .by-the-numbers .count-container .header1 {
      font-size: 70px !important;
      line-height: normal;
      font-family: "OpenSans-Bold"; }
  .by-the-numbers .copytext1 {
    line-height: 16px; }
  .by-the-numbers .copytext2 {
    font-size: 12px !important;
    line-height: normal; }
  .by-the-numbers .sub-number {
    font-size: 25px !important;
    line-height: 16px; }
  .card-carousel-bottom-richtext {
    font-family: "OpenSans"; }
    .card-carousel-bottom-richtext .history-of-innovation-richtext-bold, .card-carousel-bottom-richtext .history-of-innovation-richtext-bold:hover {
      font-family: "OpenSans-Bold";
      color: #000; } }

@media only screen and (min-width: 768px) and (orientation: landscape) {
  #video-accordion .container-claster .media-container .close-video-accordion.icon-accordion-close-thin.icon-x-close {
    font-size: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #stock-widget .trade-stock-content.color-black {
    font-family: "OpenSans";
    font-size: 70px; }
  #stock-widget .icon-acn-stock-arrows {
    font-size: 70px; }
  #stock-widget .model-change {
    font-family: "OpenSans";
    font-size: 30px; }
  #stock-widget .stock-header2 {
    font-family: "OpenSans"; } }

/* RMT 6752 Blog Authors Overlay */
@media only screen and (width: 1280px) and (height: 800px) {
  #main-modal .module-body h2.authorname-overlay {
    font-size: 26px; }
  #main-modal .full-bio-back a {
    font-size: 18px; }
  #main-modal .full-bio-back .icon-arrowrightarrow {
    font-size: 13px !important; }
  #main-modal .modal-body .job-arrow-left {
    font-size: 50px; }
    #main-modal .modal-body .job-arrow-left .icon-arrowrightarrow {
      font-size: 50px; }
  #main-modal .slide > a.no-underline.icon-arrowrightarrow {
    font-size: 50px !important; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /*RMT 6925 Blog Post List Module Single Subject Index*/
  .module-blog-post-list.new-blog-post-list .author-container {
    text-align: left; }
    .module-blog-post-list.new-blog-post-list .author-container .authors {
      font-family: Graphik Medium;
      font-size: 16px;
      line-height: 18px;
      color: #000; }
    .module-blog-post-list.new-blog-post-list .author-container .date {
      font-family: Graphik Medium;
      font-size: 12px;
      line-height: 15px;
      color: #9B9B9B; }
  .module-blog-post-list.new-blog-post-list h4 a:hover {
    color: #000 !important; }
  .module-blog-post-list.new-blog-post-list h4 span {
    font-family: Graphik Bold;
    line-height: 26px;
    font-size: 20px;
    color: #000;
    text-decoration: none; }
  .module-blog-post-list.new-blog-post-list .intro-text span {
    font-size: 14px;
    line-height: 18px;
    color: #000 !important;
    font-family: Arial;
    text-decoration: none; }
  .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .read-post {
    color: #000 !important;
    text-decoration: none;
    font-family: Arial;
    font-size: 13px !important; }
  .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .icon-share, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .countText, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .blog-comment .icon-comments, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .blog-comment span {
    color: #9B9B9B !important; }
  #main-modal .ctaViewAll {
    font-size: 15px; }
  #main-modal #blog-author-modal {
    font-size: 26px; }
  #main-modal .module-body h2.authorname-overlay {
    font-size: 26px; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  #main-modal .full-bio-back a {
    font-size: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  #main-modal .full-bio-back a {
    font-size: 18px; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #main-modal .full-bio-back .icon-arrowrightarrow {
    font-size: 12px  !important; }
  #main-modal .modal-body .job-arrow-left {
    font-size: 50px; }
    #main-modal .modal-body .job-arrow-left .icon-arrowrightarrow {
      font-size: 50px; }
  #main-modal .slide > a.no-underline.icon-arrowrightarrow {
    font-size: 50px !important; }
  /*RMT 6925: New Blogs Template - Archive Module*/
  .new-blog-post-list-archive h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .new-blog-post-list-archive .btn-group.dropdown .dropdown-toggle .blog-archive-select-month-text {
    font-family: Graphik Medium;
    font-size: 13px;
    color: #9B9B9B !important;
    text-transform: uppercase; }
  .new-blog-post-list-archive .btn-group.dropdown .dropdown-menu li a {
    font-family: "Arial";
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #9B9B9B !important;
    text-transform: initial;
    text-decoration: none; }
  .blogpost-related-content .blogpost-title3, .blog-related-topics .blogpost-title3 {
    font-family: Graphik Medium;
    font-weight: bold;
    font-size: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .comments-module #charCounter, .comments-module #commentContent, .comments-module .comment-edit, .comments-module .comment-delete {
    font-size: 15px;
    line-height: 20px; }
  .comments-module #commentContent, .comments-module .comment-id {
    font-size: 16px;
    color: #9B9B9B;
    line-height: 24px; }
  .comments-module #displayCommentSectionHeader {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #9B9B9B; }
  .comments-module .comment-description, .comments-module .comment-update textarea {
    font-size: 16px;
    color: #000;
    line-height: 20px; }
  .comments-module button.comment-save, .comments-module #btnSignIn, .comments-module #btnPost, .comments-module #btnSubmit {
    color: #FFFFFF;
    font-weight: bold; }
  .comments-module p.content-title, .comments-module .social-sign-in-single {
    font-size: 15px;
    font-weight: bold; }
  .comments-module #commentsdisconnect, .comments-module .read-more a, .comments-module .forgot-password a, .comments-module a.sign-up-now, .comments-module #displayMoreComments, .comments-module .without-an-account, .comments-module .cancel-comment-update {
    font-size: 13px !important;
    font-weight: bold; }
  .comments-module #sign-in-with .input-group-btn {
    font-size: 20px; }
  .comments-module #labelNoLoginAccount, .comments-module #labelHaveAccount {
    font-size: 13px;
    font-weight: normal; }
  .comments-module label.postingasauthor {
    font-size: 18px;
    font-family: "OpenSans";
    font-weight: bold;
    line-height: 20px; }
  .comments-module .comment-description {
    color: #000;
    margin: 0 0 10px 0; }
  .comments-module .comment-id {
    color: #9B9B9B; }
  .comments-module .comment-id, .comments-module .comment-description {
    font-size: 16px;
    line-height: 24px; }
  .comments-module #displayCommentSectionHeader {
    color: #9B9B9B;
    font-size: 24px;
    line-height: 36px; } }

/* RMT 6925: New Blogs Template - Contributing Authors Module */
@media screen and (min-width: 768px) and (orientation: landscape) {
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; }
  .contributingAuthorsModuleNew .module-body .authorShortDescription, .contributingAuthorsModuleNew .module-body .authorLongDescription {
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 18px; }
  .contributingAuthorsModuleNew .module-body #display-see-more, .contributingAuthorsModuleNew .module-body #display-see-less {
    font-size: 14px !important;
    font-family: Graphik Medium;
    font-weight: bold !important;
    color: #000;
    text-transform: none; }
  .contributingAuthorsModuleNew .contributing-authors-module {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #D0011B;
    text-transform: none; }
  .contributingAuthorsModuleNew #view-authors a:hover {
    color: #D0011B !important; }
  .contributingAuthorsModuleNew .displayAuthorViewAll {
    font-family: Arial;
    font-weight: bold !important;
    font-size: 14px;
    color: #D0011B;
    text-transform: none; }
  /*RMT 6925: New Blogs Template - Archive Module*/
  .new-blog-post-list-archive h2 {
    font-size: 18px !important; }
  .blogpost-related-content .blogpost-title3, .blog-related-topics .blogpost-title3 {
    font-size: 18px !important; } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #D0011B !important;
    text-transform: uppercase;
    line-height: 20px !important; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-size: 20px !important;
    color: #000 !important;
    text-transform: none;
    line-height: 20px !important; }
  .contributingAuthorsModuleNew .module-body .authorShortDescription, .contributingAuthorsModuleNew .module-body .authorLongDescription {
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    line-height: 18px; }
  .contributingAuthorsModuleNew .module-body #display-see-more, .contributingAuthorsModuleNew .module-body #display-see-less {
    font-size: 12px !important;
    font-family: Graphik Medium;
    font-weight: bold !important;
    color: #000;
    text-transform: none; }
  .contributingAuthorsModuleNew .contributing-authors-module {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #D0011B;
    text-transform: none; }
  .contributingAuthorsModuleNew #view-authors a:hover {
    color: #D0011B !important; }
  .contributingAuthorsModuleNew .displayAuthorViewAll {
    font-family: Arial;
    font-weight: bold !important;
    font-size: 12px;
    color: #D0011B;
    text-transform: none; } }

/* RMT 7047 */
@media screen and (min-width: 768px) and (max-width: 999px) {
  .adjacent-tiles .card .subHeadline, .adjacent-tiles .card .subHeadline a {
    font-size: 1.7rem; }
  .adjacent-tiles .card .influencerName, .adjacent-tiles .card .influencerName a {
    font-size: 2rem;
    color: #000;
    line-height: normal; }
  .adjacent-tiles .card .influencerPosition, .adjacent-tiles .card .influencerPosition a {
    font-size: 1.4rem;
    line-height: normal; }
  .adjacent-tiles .card .influencerBio, .adjacent-tiles .card .influencerBio a {
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 2rem; }
  .adjacent-tiles .card .cta-container a {
    font-size: 1.6rem; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .adjacent-tiles .card .influencerName, .adjacent-tiles .card .influencerName a {
    font-size: 2rem;
    color: #000;
    line-height: normal; }
  .adjacent-tiles .card .influencerBio, .adjacent-tiles .card .influencerBio a {
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 2rem; } }

/* End of RMT 7047 */
/* RMT 6863 - HOW WE LEAD */
@media only screen and (max-width: 999px) {
  #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.cta-learn-more, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:hover, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:focus, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component a.cta-learn-more:visited, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .description-2, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .title-2 {
    font-size: 14px;
    line-height: 18px; }
  #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .cite {
    font-size: 12px !important;
    line-height: 14px; }
  #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .description, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .title {
    font-size: 12px;
    line-height: 18px; }
  #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .title {
    font-weight: 700;
    font-family: Arial, sans-serif; }
  #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .quote.quote-text-1, #block-how-we-lead .tab-control .tab-content .tab-wrapper .component .quote.quote-text-2 {
    font-family: "Open Sans",Arial,Sans-Serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 20px; }
  #block-how-we-lead .tab-control .component .tab-wrapper h3 {
    font: normal normal 700 20px Arial,Sans-Serif;
    text-transform: uppercase;
    color: #FFF;
    margin: 12px 0 28px; } }

@media only screen and (max-width: 999px) and (orientation: portrait) {
  #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > a.tab-control-dropdown {
    font-size: 14px !important;
    font-family: "OpenSans-Bold"; }
  #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li span {
    font-size: 14px !important;
    font-family: "OpenSans-Bold"; }
  #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li > a, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li a:hover, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li a:focus, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li a:visited, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li span {
    font-size: 12px !important;
    font-weight: 100;
    font-family: "OpenSans-Bold" !important; } }

/* END OF RMT 6863 */
/* Corporate Core Fonts - Mobile */
/* version='25' */
@media only screen and (max-width: 767px) {
  /* RMT 6925: New Blogs Template - Contributing Authors Module */
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-family: Graphik Bold !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; }
  .contributingAuthorsModuleNew .module-body .authorShortDescription, .contributingAuthorsModuleNew .module-body .authorLongDescription {
    font-family: Arial;
    font-weight: normal;
    font-size: 14px !important;
    color: #000;
    line-height: 18px; }
  .contributingAuthorsModuleNew .module-body #display-see-more, .contributingAuthorsModuleNew .module-body #display-see-less {
    font-size: 14px !important;
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    color: #000;
    text-transform: none; }
  .contributingAuthorsModuleNew .contributing-authors-module {
    font-family: Arial;
    font-weight: bold;
    font-size: 13px !important;
    color: #D0011B;
    text-transform: none; }
  .contributingAuthorsModuleNew #view-authors a:hover {
    color: #D0011B !important; }
  .contributingAuthorsModuleNew .displayAuthorViewAll {
    font-family: Arial;
    font-weight: bold !important;
    font-size: 13px;
    color: #D0011B;
    text-transform: none; } }

@media only screen and (max-width: 767px) and (orientation: portrait) and (min-device-width: 320px) and (max-device-height: 568px), only screen and (max-width: 767px) and (orientation: portrait) and (min-device-width: 375px) and (max-device-height: 667px), only screen and (max-width: 767px) and (orientation: portrait) and (min-device-width: 414px) and (max-device-height: 736px) {
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-family: Graphik !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-family: Graphik !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; } }

@media only screen and (max-width: 767px) and (orientation: portrait) and (min-device-width: 320px) and (max-device-height: 568px) {
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-family: Graphik Bold !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; } }

@media only screen and (max-width: 767px) and (orientation: portrait) and (min-device-width: 375px) and (max-device-height: 667px) {
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-family: Graphik Bold !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; } }

@media only screen and (max-width: 767px) and (orientation: portrait) and (min-device-width: 414px) and (max-device-height: 736px) {
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-family: Graphik Bold !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; } }

@media only screen and (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  .contributingAuthorsModuleNew h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .contributingAuthorsModuleNew .module-body h2 {
    font-family: Graphik Bold !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none; } }

@media only screen and (max-width: 767px) {
  .ui-container .ui-content-box.inline {
    /*RMT5715 US042 Fix font size of block description in mobile view */ }
    .ui-container .ui-content-box.inline h2.interactive-block-header {
      font-size: 25px;
      line-height: 30px; }
  .ui-container.last-edge-delta .ui-content-box.inline.first {
    /*RMT5715 US042 fix for style on Block Header Subtext1 and block description 1 for block 1 in mobile view.*/ }
    .ui-container.last-edge-delta .ui-content-box.inline.first .block-header-subtext-1 {
      font-size: 14px;
      line-height: 16.8px; }
    .ui-container.last-edge-delta .ui-content-box.inline.first .block-description-1 {
      font-size: 14px;
      font-weight: normal;
      line-height: 21px; }
  .ui-container.c-ui-square .ui-content-box.inline {
    /*RMT5715 US042 Fix style of Fsm Article title in mobile view*/
    /*RMT5715 US042 Fix for the leadership info style in mobile view. */ }
    .ui-container.c-ui-square .ui-content-box.inline .interactive-leadership-tab .tab-header {
      /*RMT5715 US042 Fix style of subheader text 1 on block 4 in mobile view*/ }
      .ui-container.c-ui-square .ui-content-box.inline .interactive-leadership-tab .tab-header h3.block-4-subheader-text-1 {
        font-size: 14px;
        line-height: 16.8px;
        font-family: Arial, Sans-Serif; }
    .ui-container.c-ui-square .ui-content-box.inline .interactive-fsm h4 {
      font-size: 25px;
      line-height: 30px; }
    .ui-container.c-ui-square .ui-content-box.inline .interactive-leadership-accord #leadership_accordion .leadership_info {
      font-size: 14px;
      line-height: 22.4px; }
      .ui-container.c-ui-square .ui-content-box.inline .interactive-leadership-accord #leadership_accordion .leadership_info h3.leadership-name {
        line-height: 22.4px;
        font-family: Arial, Sans-Serif; }
  .ui-container .by-the-numbers .subheader2 {
    font-family: "OpenSans-Light"; }
    .ui-container .by-the-numbers .subheader2 .by-the-number-header-bold {
      font-family: "OpenSans-ExtraBold"; }
  .ui-container .by-the-numbers .copytext1, .ui-container .by-the-numbers .sub-number, .ui-container .by-the-numbers .copytext2 {
    font-family: "OpenSans"; }
  .ui-container .by-the-numbers .header1 {
    font-family: "OpenSans-Bold";
    font-size: 50px !important;
    line-height: normal; }
  .ui-container .by-the-numbers .copytext1 {
    font-size: 14px !important;
    line-height: 17px; }
  .ui-container .by-the-numbers .sub-number {
    font-size: 21px !important;
    line-height: normal; }
  .ui-container .by-the-numbers .subheader2 {
    font-size: 15px;
    line-height: normal; }
  .ui-container .by-the-numbers .copytext2 {
    font-size: 10px !important;
    line-height: 14px; }
  .ui-container .card-carousel-bottom-richtext {
    font-family: "OpenSans";
    font-size: 20px; }
    .ui-container .card-carousel-bottom-richtext .history-of-innovation-richtext-bold {
      font-family: "OpenSans-Bold";
      color: #000; }
  #tooltipPopup.social-likes_horizontal .social-likes__counter, #tooltipPopup.social-likes_horizontal .share-label {
    font-size: 14px; }
  .page-not-found .header, .page-not-found .type-to-search, .page-not-found .tap-to-search {
    font-size: 24px;
    line-height: 29px; }
  /* Landing page: Bug #316016*/
  .landing-page .video-title h2 {
    line-height: 29px;
    font-size: 24px; }
  .cta {
    line-height: 17px; }
  .sign-in-with-linkedin {
    font-size: 14px;
    padding: 10px 10px 8px 0px;
    display: block; }
  .social-sign-in-single {
    font-size: 17px;
    padding: 7px 0px 3px 0px;
    text-align: center;
    display: block; }
  .ui-header {
    /* Page Headline of Hero */
    /* Page Identifier of Hero */
    /* Header Body of Hero */
    /* CTA Button of Hero */ }
    .ui-header h2 {
      font-size: 20px; }
    .ui-header h1, .ui-header .page-headline {
      font-size: 24px;
      line-height: 24px; }
    .ui-header .page-identifier {
      font-size: 15px; }
      .ui-header .page-identifier .content-title {
        display: none; }
    .ui-header .header-body {
      font-size: 14px;
      line-height: 16px; }
    .ui-header button {
      font-size: 14px; }
  .hero-header .mop-page-identifier {
    /*SIR411037*/
    font-size: 15px; }
  .error-summary {
    font-size: 14px; }
  .form-group .validatorMessage small {
    font-size: 14px; }
  .module-announcement .announcement h5, .module-announcement .announcement label {
    font-size: 20px;
    line-height: 24px; }
  .module-announcement .announcement p {
    font-size: 15px;
    line-height: 20px; }
  /* block title */
  .block-title h2 {
    font-size: 14px; }
  .module-article {
    font-size: 14px;
    line-height: 16px; }
  h3, .content-title, h3.leadership-name {
    font-size: 14px; }
  #leadership_accordion h4.leadership-title {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: white; }
  h4, .module-headline {
    font-size: 24px;
    line-height: 29px; }
  p, .module-body {
    font-size: 14px;
    line-height: 17px; }
    p a, .module-body a {
      font-size: 14px;
      line-height: 17px; }
  .module-blog-link label {
    font-size: 14px;
    line-height: 34px; }
  .module-blog-link p {
    font-size: 15px;
    line-height: 20px; }
  .quote-text {
    font-size: 24px;
    line-height: 30px; }
  .content-trigger {
    font-size: 14px; }
  .ui-footer ul a {
    font-size: 15px; }
  .ui-footer p {
    font-size: 15px; }
  /* CUSTOM STYLE */
  /***  FONT SIZE   ***/
  .blind-headline {
    font-size: 18px;
    line-height: 22px; }
  #userYourAccentureLogin {
    font-size: 20px; }
  .module-body h3 {
    font-size: 26px; }
  p.content-title .acn-icon-for-login {
    font-size: 45px; }
  /***  LINE HEIGHT  ***/
  .form-control.hide-mobile-placeholder:-moz-placeholder {
    color: transparent !important; }
  .form-control.hide-mobile-placeholder::-moz-placeholder {
    color: transparent !important; }
  .form-control.hide-mobile-placeholder:-ms-input-placeholder {
    color: transparent !important; }
  .form-control.hide-mobile-placeholder::-webkit-input-placeholder {
    color: transparent !important; }
  .mobile-placeholder {
    color: #8a8787;
    font-weight: 700;
    word-wrap: break-word;
    display: inline !important; }
  .profile-info-title,
  #block-blogpost > div:nth-child(2) {
    font-size: 24px; }
  .profile-info-body {
    font-size: 15px !important; }
  .module-blog-latest-post-multi h2, .module-blog-tags-multi h2 {
    font-size: 14px; }
  .module-blog-featured-post h2,
  .module-blog-authors h2,
  .module-blog-tags h2,
  .module-blog-recent h2,
  .module-blog-archive h2,
  .module-blog-tags-multi h2,
  .module-blog-latest-post-multi h2,
  .module-blog-featured-post h4, .module-blog-featured-post h4 a,
  .module-blog-post-list h4, .module-blog-post-list h4 a,
  #block-blogpost > div:nth-child(2),
  .module-blog-authors h2 {
    line-height: 20px; }
  .module-blog-authors h2, .module-blog-authors h3, .module-blog-authors h3 a, .module-blog-authors-multi h2, .module-blog-authors-multi h3, .module-blog-authors-multi h3 a {
    font-size: 24px;
    line-height: normal; }
  .board-committee h2 {
    line-height: 29px;
    font-size: 24px; }
  .form-group label {
    font-size: 14px;
    line-height: 17px; }
  .form-group input {
    font-size: 17px; }
  .leadership-module p {
    line-height: 17px; }
  .detail-stamp {
    font-size: 11px; }
  .board-committee h2, .onboarding .page-title h1 {
    font-size: 24px;
    line-height: 24px; }
  #leadership-tab.nav-tabs li a, #leadership-tab.nav-tabs li a,
  .leadership-module p,
  .member p {
    font-size: 14px; }
  .btn.gradient-button {
    font-size: 17px; }
  .global-leadership button, .geo-specific-leadership button {
    font-size: 17px; }
  .leadership .card .card-info .card-name {
    font-size: 24px;
    line-height: 29px; }
  .leadership .card .card-info .card-title,
  .leadership .card .card-bottom a.cta {
    font-size: 14px !important;
    line-height: 17px; }
  h3.top-nav-bar {
    font-family: "Graphik Black", "Arial Black", Sans-Serif !important; }
  .step-headline {
    font-size: 18px;
    line-height: 22px; }
  .connection-header, .trigger {
    font-size: 16px; }
  #search-form .twitter-typeahead #keywords {
    font-size: 15px;
    height: 40px; }
  .acn-panel-group .panel-default .panel-heading .panel-title {
    font-size: 30px;
    line-height: 34px; }
  .search-title,
  .search-page .search-container .panel-default .panel-heading h3.panel-title {
    line-height: 22px;
    font-size: 18px; }
  .search-page .search-suggestions {
    font-size: 14px;
    line-height: 17px; }
  .search-page .search-container #search-filters-container .panel-collapse .panel-body .dropdown label, .search-page .search-container #search-filters-container .panel-collapse .panel-body .dropdown-menu li {
    font-size: 17px; }
  .keyboard-container .search-header-keyword {
    font-size: 15px; }
  #social-optin-section .panel .panel-heading .panel-title {
    font-family: "OpenSans";
    font-weight: bold; }
  .form-section i.fa {
    font-size: 22px; }
  .profile-jobs h2, .profile-edit h2, .profile-subscriptions h2, .profile-remove h2, .careers-registration h2, .search-container h2, .reset-password-module h2 {
    font-size: 24px;
    line-height: 29px; }
    .profile-jobs h2.module-headline, .profile-edit h2.module-headline, .profile-subscriptions h2.module-headline, .profile-remove h2.module-headline, .careers-registration h2.module-headline, .search-container h2.module-headline, .reset-password-module h2.module-headline {
      font-size: 18px;
      line-height: 22px; }
  .profile-jobs p, .profile-jobs a, .profile-jobs .cta, .profile-edit p, .profile-edit a, .profile-edit .cta, .profile-subscriptions p, .profile-subscriptions a, .profile-subscriptions .cta, .profile-remove p, .profile-remove a, .profile-remove .cta, .careers-registration p, .careers-registration a, .careers-registration .cta, .search-container p, .search-container a, .search-container .cta, .reset-password-module p, .reset-password-module a, .reset-password-module .cta {
    line-height: 17px; }
  .tt-dropdown-menu .tt-dataset-keywordSuggestions, #search-filters-container .panel-default a.cta.align-right {
    font-size: 14px; }
  .top-nav-bar {
    font-size: 15px; }
  .btn-cta {
    font-size: 17px !important; }
  .search-page .modal-dialog .modal-content .modal-body .close {
    font-size: 16px; }
  .job-search .btn {
    font-size: 17px; }
  .job-search p {
    line-height: 17px; }
  .job-search h2 {
    font-size: 24px;
    line-height: 29px; }
  .job-search .cta.ucase {
    font-size: 12px !important;
    line-height: 17px; }
  .job-search input[type="text"] {
    font-size: 20px; }
  .job-search .job-search-panel.jobfilter h3 {
    font-size: 18px;
    line-height: 22px; }
  .job-search .job-search-panel.jobfilter .panel-body .dropdown-menu li, .job-search .job-search-panel.jobfilter .panel-body label {
    font-size: 17px; }
  .job-search #job-seach-results .nav-tabs li a {
    font-size: 14px !important;
    line-height: 17px; }
  .job-search #job-seach-results .job h2 {
    font-size: 24px;
    line-height: 29px; }
  .client.profile-edit .form-section.left-nav > h2 {
    font-size: 24px;
    line-height: 29px; }
  .client.profile-edit .form-section.bg-color-lighter-gray .error-summary, .client.profile-edit .form-section.bg-color-lighter-gray .error-summary .error-summary-header, .client.profile-edit .form-section.bg-color-lighter-gray .error-summary .error-summary-body li {
    line-height: 17px; }
  .talent-connection-form .form-section.top .left h2 {
    line-height: 22px;
    font-size: 18px; }
  .talent-connection-form .form-section.top .left p.description {
    line-height: 17px;
    font-size: 14px; }
  .talent-connection-form .form-section .step-headline {
    line-height: 22px;
    font-size: 18px; }
  .talent-connection-form .form-section .about-you button.btn-cta {
    line-height: normal;
    font-size: 17px; }
  .talent-connection-form .form-section #disclaimer .panel-title {
    line-height: 22px;
    font-size: 18px; }
  .talent-connection-form .contact-us, .talent-connection-form .contact-us a, .talent-connection-form .captcha-control p, .talent-connection-form form-section p, .talent-connection-form .expertise-checkboxes .checkbox .check-text {
    line-height: 17px;
    font-size: 14px; }
  .client-index .module-welcome h4,
  .client-index .module-cio-council h3,
  .client-index .module-cio-council h2,
  .client-index .module-meeting-minutes h2,
  .client-index .module-article.target h4,
  .client-index .module-association h4 {
    line-height: 29px;
    font-size: 24px; }
  .client-index .module-welcome .panel .panel-body .left a {
    font-size: 14px;
    line-height: 17px; }
  .client-index .module-welcome .panel .panel-body .right p.body {
    margin-top: 20px; }
  .module-ad-board .module-ad-cards-filter .panel .panel-heading h4.panel-title, .module-ad-board .module-ad-cards-filter .panel .panel-heading h4.panel-title a {
    font-weight: normal;
    line-height: 22px;
    font-size: 18px; }
  .module-ad-board .module-ad-cards-filter .panel .panel-heading .cta {
    font-size: 12px !important;
    line-height: 17px; }
  .module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .header {
    font-weight: bold;
    line-height: normal;
    font-size: 14px; }
  .module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .body h2 {
    line-height: 29px;
    font-size: 24px; }
  .module-ad-board .module-ad-cards .ad-cards.packery-container .ad-card .social-share {
    font-size: 14px;
    line-height: 17px; }
  .module-article .smart-bytes.bg-white-mobile .smartbytes-container-header h3, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-header h4, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-header p, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-body h3, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-body h4, .module-article .smart-bytes.bg-white-mobile .smartbytes-container-body p {
    color: #333; }
  #voicesLabel h4 {
    font-size: 24px;
    line-height: normal; }
  .employee-related-profiles #header {
    font-weight: normal;
    font-size: 20px; }
  .employee-related-profiles > button {
    font-weight: bold;
    font-size: 17px;
    line-height: normal; }
  h2 {
    line-height: normal; }
  .joblisting-main-container .joblisting-container h1 {
    font-size: 24px; }
  .joblisting-main-container .joblisting-container .recruiter-container h2 {
    font-size: 22px; }
  .joblisting-main-container .joblisting-container .recruiter-details p {
    font-size: 14px; }
  .joblisting-main-container .joblisting-container .collapse-toggle h2 {
    font-size: 22px; }
  .joblisting-main-container .page-title h3 p {
    font-size: 15px; }
  #richtext-timelineheader {
    font-size: 24px;
    line-height: 29px; }
  #mobile-textlink .withbordertextlink {
    line-height: 17px; }
  #mobile-textlink-careers .withbordertextlink {
    line-height: 17px; }
  .sign-in-lg {
    font-size: 15px; }
  .sign-in-md {
    font-size: 12px; }
  .sign-in-sm {
    font-size: 9px;
    font-weight: normal; }
  .sign-in-md, .sign-in-lg {
    font-weight: bold; }
  .sign-in-sm, .sign-in-md, .sign-in-lg {
    color: #000000;
    text-transform: uppercase; }
  .people-gallery .mop-vid .vid-details h2, .people-gallery .mop-img .img-details h2, .people-gallery .quote .quoteSource h2 {
    font-size: 24px;
    line-height: 28px; }
  .people-gallery .mop-vid .vid-details p, .people-gallery .mop-img .img-details p, .people-gallery .quote .quoteSource p {
    font-size: 15px;
    line-height: 20px; }
  .people-gallery #talent-segment-selector .btn-group .text {
    font-size: 15px; }
  #block-hero .page-title h1.headline .icon-calendar-arrow-lt {
    font-size: 14px;
    line-height: 21px; }
  .careers-navigation .profile-subscriptions .form-section .step-headline {
    font-size: 18px;
    line-height: 22px; }
  .careersSignInContainer #sign-in-heading, .sign-in-register-module #reg-heading, .sign-in-register-module .register-heading-text, #header-topnav .register-heading-text {
    font-size: 24px;
    line-height: 29px; }
  .onboarding h4 p, .onboarding .module-headline p {
    font-size: 30px;
    line-height: 34px;
    font-family: "OpenSans"; }
  .onboarding .blog-article-module .module-body {
    font-size: 15px; }
  .onboarding .sky-module h1.sky-journey-headline span {
    font-size: 40px !important; }
  .onboarding .sky-module .sky-journey-subheadline {
    font-size: 19px; }
  #tooltipPopup.social-likes_horizontal .social-likes__counter, #tooltipPopup.social-likes_horizontal .share-label {
    font-size: 14px; }
  span.top-caption {
    font-size: 18px; }
  .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-name {
    font-size: 20px;
    line-height: normal;
    font-weight: 600; }
  .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-job {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400; }
  .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-details-text, .bio-persons .bio-persons-details .bio-persons-details-content .bio-persons-details-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .bio-persons .bio-persons-details .bio-persons-details-content .bio-connect-text {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400; }
  .bio-persons .bio-persons-tile .bio-tile-caption span:first-child {
    font-size: 11px;
    line-height: 11px;
    text-transform: capitalize; }
  .bio-persons .bio-persons-tile .bio-tile-caption span:last-child {
    font-size: 11px;
    line-height: 11px; }
  /*****  GENERICS  ****/
  h1.carousel-headline.header1, .header1 {
    font-size: 35px;
    line-height: 38px; }
  .findjobs {
    font-size: 15px;
    line-height: 20px; }
  h2.interactive-block-header.subheader1, .subheader1 {
    font-size: 31px !important;
    line-height: 36px !important; }
  .career-recommenended-jobs .subheader1 {
    font-size: 31px;
    line-height: 36px; }
  .cta-text {
    font-size: 16px !important;
    line-height: 20px !important; }
  .copytext2 {
    font-size: 18px !important;
    line-height: 12px; }
  .tab-control > ul.nav-tabs > li > a, .tab-control > ul.nav-tabs > li a:hover, .tab-control > ul.nav-tabs > li a:focus, .tab-control > ul.nav-tabs > li a:visited, .tab-control > ul.nav-tabs > li span {
    font-size: 15px !important;
    font-family: "OpenSans-Bold"; }
  .subheader2 {
    font-size: 18px;
    line-height: 22px; }
  .subheader3 {
    font-size: 18px;
    line-height: 24px; }
  .copytext3 {
    font-size: 15px;
    line-height: 18px; }
  .copytext4 {
    font-size: 18px;
    line-height: 20px; }
  .header2 {
    font-size: 35px;
    line-height: 24px; }
  .career-recommended-jobs .social-suggested-text {
    font-size: 15px;
    line-height: 18px; }
  .career-recommended-jobs .social-suggested-text-connected {
    font-size: 18px;
    line-height: normal; }
  .job-arrow a, .job-arrow-left a {
    font-size: 14px; }
  .jobfeeds .jobfeed-container .jobfeed-stat-bar .social-likes_single-w .social-likes__widget .social-likes__button span.social-likes__icon {
    line-height: 17px; }
  .jobfeeds .jobfeed-container .jobfeed-stat-bar .social-likes_single-w .social-likes__widget .social-likes__button_single {
    line-height: 17px; }
  #our-performance-block .achievement-content {
    line-height: 21px; }
  #our-performance-block .cta-links {
    line-height: 20px !important; }
  #stock-widget .stock-header2, #stock-widget .model-change {
    font-size: 20px; }
  #stock-widget .icon-acn-stock-arrows,
  #stock-widget .trade-stock-content.color-black {
    font-size: 50px; }
  #stock-widget .performance-footer {
    font-size: 12px; }
  #stock-widget .stock-header1 {
    font-size: 14px;
    line-height: 20px !important; }
  #stock-widget .day-high-price,
  #stock-widget .day-low-price,
  #stock-widget .volume-stock {
    font-size: 14px;
    line-height: 18px; }
  .events-list-module {
    font-family: "OpenSans"; }
    .events-list-module .desc-meet-us-no-events {
      font-size: 15px;
      color: #666666 !important; }
    .events-list-module label {
      font-size: 14px; }
    .events-list-module .dropdown-menu {
      font-size: 16px;
      font-weight: normal; }
    .events-list-module .event-container .event-name {
      font-size: 14px; }
    .events-list-module .event-container .event-arrowlink span {
      font-size: 15px; }
    .events-list-module .viewmore h3 {
      font-size: 18px; }
    .events-list-module .viewmore span {
      font-size: 12px; }
  .module-blog-post-list.new-blog-post-list .authors {
    font-family: Graphik Medium;
    font-size: 16px;
    line-height: 18px;
    color: #000; }
  .module-blog-post-list.new-blog-post-list .date {
    font-family: Graphik Medium;
    font-size: 12px;
    line-height: 15px;
    color: #9B9B9B !important; }
  .module-blog-post-list.new-blog-post-list h4 span {
    font-family: Graphik Bold;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    color: #000; }
  .module-blog-post-list.new-blog-post-list .intro-text span {
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-decoration: none; }
  .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .read-post {
    font-family: Arial;
    font-size: 13px;
    color: #000 !important;
    text-decoration: none; }
  .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .icon-share, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .countText, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .blog-comment .icon-comments, .module-blog-post-list.new-blog-post-list .blog-post-list-extensions .mod-social .blog-comment span {
    color: #9B9B9B !important; }
  .module-blog-post-list.new-blog-post-list #btn-blogs-load-more {
    font-family: Graphik Medium;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none; }
  /*RMT 6925: New Blogs Template - Archive Module*/
  .new-blog-post-list-archive h2 {
    font-family: Graphik Medium !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #D0011B !important;
    text-transform: uppercase; }
  .new-blog-post-list-archive .btn-group.dropdown .dropdown-toggle .blog-archive-select-month-text {
    font-family: Graphik Medium;
    font-size: 13px;
    color: #9B9B9B !important;
    text-transform: uppercase; }
  .new-blog-post-list-archive .btn-group.dropdown .dropdown-menu li a {
    font-family: "Arial";
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #9B9B9B !important;
    text-transform: initial;
    text-decoration: none; }
  .blogpost-related-content .blogpost-title3, .blog-related-topics .blogpost-title3 {
    font-family: Graphik Medium;
    font-weight: bold;
    font-size: 16px; } }

/*mobile view*/
@media only screen and (max-width: 320px) {
  /*career recommended jobs*/
  .career-recommended-jobs h2.subheader1 {
    font-size: 26px !important; }
  .career-recommended-jobs .jobresults .job-container .job-container-footer button.btn {
    font-size: 12px; } }

@media only screen and (min-width: 360px) and (max-width: 375px) {
  /*career recommended jobs*/
  .career-recommended-jobs h2.subheader1 {
    font-size: 30px !important; } }

@media screen and (max-width: 767px) {
  /*RMT 6072 What we Do Accordion*/
  #video-accordion .desc-video-accordion {
    font-family: OpenSans !important;
    font-size: 11px !important; }
  #video-accordion .container-claster span.icon-chevron_thin.align-right {
    font-size: 25px; }
  #video-accordion .container-claster .media-container .close-video-accordion.icon-accordion-close-thin.icon-x-close {
    font-size: 13px !important; }
  .accordion-body, .accordion-body2, .accordion-subbody, .accordion-body2-list {
    font-family: Arial;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal; }
  .corporate-black2.subheader1.accordion-header {
    line-height: normal !important;
    font-weight: normal;
    font-size: 31px !important; }
  /*RMT6072 Stock Widget*/
  #stock-widget .icon-acn-stock-arrows.icon-stock_flat-01 {
    font-size: 35px !important; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .career-recommended-jobs .subheader1 {
    font-size: 31px !important;
    line-height: 36px  !important; }
  /*RMT 6072 What we Do Accordion*/
  #video-accordion .container-claster #img-desc-container #desc-container .desc-video-accordion {
    font-family: OpenSans !important;
    font-size: 13px !important; }
  #our-performance-block .achievement-content {
    line-height: 21px; }
  #our-performance-block .icon-arrowright {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px; }
  #our-performance-block .cta-links {
    line-height: 15px;
    font-weight: bold !important; }
  #stock-widget .stock-header1 {
    font-size: 14px;
    line-height: 20px; }
  #stock-widget .stock-header2 {
    font-size: 20px;
    line-height: normal !important; }
  #stock-widget .performance-footer {
    line-height: normal !important; }
  #stock-widget .stock-content {
    font-size: 20px; }
  #stock-widget .day-high-price,
  #stock-widget .day-low-price,
  #stock-widget .volume-stock,
  #stock-widget .trading-price {
    font-size: 14px;
    line-height: 18px; }
  #stock-widget .performance-footer,
  #stock-widget .vertical-line-stock {
    line-height: normal !important;
    font-size: 12px;
    font-weight: regular; }
  #stock-widget .trade-stock-content {
    font-size: 50px !important; }
  #stock-widget .icon-acn-stock-arrows {
    font-size: 50px !important; }
  #stock-widget .model-change {
    font-size: 20px !important; }
  #stock-widget .icon-acn-stock-arrows.icon-stock_flat-01 {
    font-size: 35px !important; } }

/* RMT 6752 Blog Authors Overlay */
@media only screen and (max-width: 767px) {
  #main-modal #blog-author-modal {
    font-size: 22px; }
  #main-modal #modal-all-authors .modal-title {
    font-size: 20px; }
  #main-modal #modal-all-authors .slide a.no-underline.icon-arrowrightarrow {
    font-size: 30px; }
  #main-modal div.full-bio-back a.icon-arrowrightarrow {
    font-size: 12px; }
  #main-modal #modal-all-authors .carousel-inner .item h2 {
    font-size: 20px; }
  #main-modal #modal-all-authors .modal-title {
    font-size: 20px; }
  #main-modal #modal-all-authors .slide a.no-underline.icon-arrowrightarrow {
    font-size: 30px; } }

/* RMT 6925 */
@media only screen and (max-width: 767px) {
  .blogpost-navigation {
    font-size: 12px; }
  .blogpost-title h2 {
    font-size: 20px; } }

/* End of RMT 6925 */
/* RMT 3719 Comments Module */
@media only screen and (max-width: 767px) {
  .comments-module .without-an-account, .comments-module #commentsdisconnect, .comments-module .forgot-password a, .comments-module .read-more a, .comments-module .sign-in-label a {
    font-size: 14px !important;
    font-weight: bold; }
  .comments-module .read-more a, .comments-module #displayMoreComments {
    font-size: 13px !important; }
  .comments-module #displayCommentSectionHeader {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #9B9B9B; }
  .comments-module #commentContent, .comments-module .comment-id {
    font-family: "Graphik Regular";
    font-size: 16px;
    line-height: 24px;
    color: #9B9B9B !important; }
  .comments-module p, .comments-module .module-body {
    font-size: 14px;
    line-height: 20px;
    color: #000000 !important; }
  .comments-module .social-sign-in-single {
    font-size: 14px;
    font-weight: bold; }
  .comments-module #sign-in-with, .comments-module #userYourAccentureLogin, .comments-module #comment-with-social, .comments-module .postingasauthor {
    font-size: 15px;
    font-weight: bold;
    color: #333333 !important; }
  .comments-module .postingasauthor {
    font-size: 18px;
    font-weight: bold;
    color: #333333 !important; }
  .comments-module #labelNoLoginAccount {
    color: #333333;
    font-weight: normal;
    line-height: 17px; }
  .comments-module .privacy-policy p, .comments-module #labelHaveAccount {
    font-size: 14px;
    line-height: 17px;
    color: #333333 !important; }
  .comments-module #labelHaveAccount {
    font-weight: normal; }
  .comments-module #captchaLabel .control-label {
    font-size: 12px;
    font-weight: normal;
    color: #333333; }
  .comments-module li {
    font-family: Arial;
    line-height: 17px; } }

/* RMT 7047 Adjacent Tiles Module */
@media only screen and (max-width: 767px) {
  .adjacent-tiles .cardTitle, .adjacent-tiles .cardTitle a {
    font-family: "Graphik Bold","Arial Black",Sans-Serif;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: normal; }
  .adjacent-tiles .card-container .headline, .adjacent-tiles .card-container .headline a {
    font-family: "Graphik Bold","Arial Black",Sans-Serif;
    font-weight: normal;
    font-size: 2rem;
    text-transform: none; }
  .adjacent-tiles .card-container .subHeadline, .adjacent-tiles .card-container .subHeadline a {
    font-family: "Graphik Medium","Arial Black",Sans-Serif;
    font-weight: normal;
    text-transform: none;
    font-size: 1.7rem; }
  .adjacent-tiles .card-container .influencerName, .adjacent-tiles .card-container .influencerName a {
    font-family: "Graphik Bold","Arial Black",Sans-Serif;
    font-size: 3rem;
    font-weight: 700;
    text-transform: none; }
  .adjacent-tiles .card-container .influencerPosition, .adjacent-tiles .card-container .influencerPosition a {
    font-family: "Graphik Web","Arial",Sans-Serif;
    font-size: 1.4rem;
    line-height: normal; }
  .adjacent-tiles .card-container .influencerBio, .adjacent-tiles .card-container .influencerBio a {
    font-family: "Graphik Light","Arial",Sans-Serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2rem; }
  .adjacent-tiles .card-container .cta-container a {
    font-size: 1.6rem; }
  .adjacent-tiles .no-card.cta-container a {
    font-family: "Graphik Bold",Arial,Sans-Serif;
    font-weight: normal;
    font-size: 1.6rem; } }

/* End of RMT 7047*/
/* RMT 6863 - HOW WE LEAD */
@media only screen and (max-width: 767px) {
  #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > a.tab-control-dropdown {
    font-size: 14px !important;
    font-family: "OpenSans-Bold"; }
  #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li > a, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li a:hover, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li a:focus, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li a:visited, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li span {
    font-size: 14px !important;
    font-family: "OpenSans-Bold"; }
  #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li > a, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li a:hover, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li a:focus, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li a:visited, #block-how-we-lead .tab-control.open-dropdown .tab-open-dropdown-wrapper > ul.nav-tabs > li .dropdown-menu li span {
    font-size: 12px !important;
    font-weight: 100;
    font-family: "OpenSans-Bold" !important; } }

/* END OF RMT 6863 */
.bootstrap-validator-form .help-block {
  margin-bottom: 0; }

.check-text {
  margin-right: 10px; }

.error-summary .error-summary-body ul {
  list-style-position: inside;
  padding-left: 0px; }

@media only screen and (max-width: 767px) {
  #emailoptinForm .upper-control i.form-control-feedback {
    left: 0;
    bottom: -27px; }
  #emailoptinForm .upper-control.has-success .checkbox:last-child {
    margin-bottom: 10px; }
  #emailoptinForm .lower-control i.form-control-feedback {
    left: 0;
    bottom: -27px;
    top: inherit !important; } }

@media only screen and (min-width: 768px) {
  #emailoptinForm .upper-control i.form-control-feedback {
    top: 0; }
  #emailoptinForm .upper-control .checkbox.checkbox-inline {
    height: 52px; }
  #emailoptinForm .lower-control {
    margin-bottom: 30px; } }

.search-page {
  overflow-y: hidden;
  z-index: 9999; }
  .search-page .modal-dialog {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0px; }
    .search-page .modal-dialog .modal-content {
      border: none;
      background-color: transparent;
      box-shadow: none; }
      .search-page .modal-dialog .modal-content .modal-body {
        margin-top: -40px;
        padding: 20px 0 0 0;
        /* Usability CR - CIO00759005 - START */
        /* Usability CR - CIO00759005 - END */ }
        .search-page .modal-dialog .modal-content .modal-body .search-hidden-container {
          top: -36px;
          position: relative;
          overflow-y: auto;
          overflow-x: hidden;
          padding-top: 0;
          margin-top: 35px; }
          .search-page .modal-dialog .modal-content .modal-body .search-hidden-container #highlighted-topic-section {
            display: inline-block;
            width: 100%; }
          .search-page .modal-dialog .modal-content .modal-body .search-hidden-container #recommended-contents-section {
            display: inline-block;
            width: 100%; }
          .search-page .modal-dialog .modal-content .modal-body .search-hidden-container .services-container {
            margin-bottom: 20px;
            padding: 10px 10px 10px 0px; }
        .search-page .modal-dialog .modal-content .modal-body .close {
          color: white;
          margin-top: 40px; }
        .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead {
          width: 99%; }
          .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead .tt-hint {
            display: none; }
          .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead .tt-suggestion p {
            color: white;
            display: block;
            margin: 0 auto;
            width: 100%; }
          .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead pre {
            display: none; }
          .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu {
            position: relative !important;
            margin-top: 20px; }
            .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-dataset-keywordSuggestions {
              text-align: center;
              margin-left: 1%;
              margin-right: 1%; }
            .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-suggestions {
              background-color: #555;
              opacity: .9;
              color: #fff; }
            .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-suggestion:hover {
              cursor: pointer; }
            .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-suggestion {
              padding: 6px 0 8px; }
            .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-suggestion.tt-cursor {
              font-weight: bold;
              background-color: #777; }
  .search-page .search-container.media .panel-default {
    border-color: #444; }
    .search-page .search-container.media .panel-default .panel-heading {
      background-color: #373737;
      padding-top: 15px;
      padding-bottom: 8px; }
    .search-page .search-container.media .panel-default #media-categories .panel-body {
      background-color: #373737; }
      .search-page .search-container.media .panel-default #media-categories .panel-body .form-section {
        margin: 0;
        padding: 0; }
      .search-page .search-container.media .panel-default #media-categories .panel-body hr {
        margin: -10px 0 10px;
        border-color: #666; }
      .search-page .search-container.media .panel-default #media-categories .panel-body .col-sm-12 hr {
        margin: 10px 0;
        border-color: #666; }
  .search-page .search-container {
    background-color: white;
    padding: 0 20px;
    margin-bottom: 30px; }
    .search-page .search-container .panel-default .panel-heading {
      padding-top: 15px;
      padding-bottom: 8px; }
      .search-page .search-container .panel-default .panel-heading h3.panel-title {
        margin-left: 16px; }
    .search-page .search-container .panel-collapse .panel-body {
      padding-left: 30px; }
      .search-page .search-container .panel-collapse .panel-body .search-stayconnected .search-media-app-container .search-header-container, .search-page .search-container .panel-collapse .panel-body .search-download-app .search-media-app-container .search-header-container {
        margin-left: 0px; }
    .search-page .search-container .search-header-container {
      padding: 20px 0 24px;
      margin-left: 12px;
      padding-top: 25px; }
    .search-page .search-container .suggested-jobs p {
      word-wrap: break-word;
      margin-bottom: 0px; }
    .search-page .search-container .suggested-jobs .jobs:nth-child(4n+4) {
      border-right: 0; }
    .search-page .search-container .suggested-jobs .jobs {
      border-right: 1px solid #ddd;
      padding: 0 15px;
      margin-bottom: 20px; }
    .search-page .search-container .suggested-jobs .btn {
      margin: 20px 0px 20px 10px; }
    .search-page .search-container .suggested-locations .locations {
      padding: 0 20px; }
      .search-page .search-container .suggested-locations .locations .cities {
        padding: 10px; }
    .search-page .search-container .suggested-locations .btn {
      margin: 20px 0; }
    .search-page .search-container .suggested-contact .contact-us:nth-child(3n+3) {
      border-right: 0; }
    .search-page .search-container .suggested-contact .contact-us {
      border-right: 1px solid #ddd;
      padding: 0 15px;
      margin-bottom: 20px; }
    .search-page .search-container .suggested-contact .btn {
      margin: 20px 0; }
    .search-page .search-container .search-download-app {
      padding-left: 20px;
      padding-bottom: 20px; }
    .search-page .search-container .search-media-app-container a.cta.ucase {
      margin-top: 8px;
      display: inline-block;
      margin-left: 10px; }
    .search-page .search-container .suggested-topics {
      margin-top: -7px;
      display: inline-block;
      width: 100%;
      margin-bottom: 3px;
      margin-left: 12px; }
      .search-page .search-container .suggested-topics .suggested-topic .search-topic .acn-icon {
        margin: 0px;
        padding-right: 10px; }
      .search-page .search-container .suggested-topics .suggested-topic .search-topic .icon-find:before {
        display: inline-block; }
    .search-page .search-container a.search-topic:hover {
      cursor: pointer; }
    .search-page .search-container .related-content-results {
      width: 100%;
      height: auto; }
      .search-page .search-container .related-content-results .collapse-filter:nth-child(3n+1) .search-results {
        margin-left: 11px; }
      .search-page .search-container .related-content-results .expand-filter:nth-child(odd) .search-results {
        margin-left: 20px; }
      .search-page .search-container .related-content-results .search-results {
        width: 87.7%;
        float: left;
        border: 1px solid #E5E5E5;
        margin: -5px 3.2% 34px 3.2%; }
        .search-page .search-container .related-content-results .search-results.filter-expanded {
          width: 45%; }
        .search-page .search-container .related-content-results .search-results .search-results-header {
          padding: 0 18px;
          min-height: 150px; }
          .search-page .search-container .related-content-results .search-results .search-results-header .title {
            margin-top: -12px;
            word-wrap: break-word; }
          .search-page .search-container .related-content-results .search-results .search-results-header p {
            margin: -9px 0 15px 0; }
          .search-page .search-container .related-content-results .search-results .search-results-header .title:hover {
            text-decoration: underline;
            cursor: pointer; }
        .search-page .search-container .related-content-results .search-results .search-results-content {
          min-height: 156px;
          display: block;
          margin-top: -3px;
          background-color: #F0F0F0; }
          .search-page .search-container .related-content-results .search-results .search-results-content p {
            padding: 18px 20px 0px 20px;
            margin-bottom: 0;
            word-wrap: break-word;
            width: 90%; }
          .search-page .search-container .related-content-results .search-results .search-results-content img {
            padding: 0px;
            height: 156px;
            width: 100%; }
        .search-page .search-container .related-content-results .search-results .search-results-topic {
          margin-top: 13px;
          display: inline-block;
          min-height: 64px; }
          .search-page .search-container .related-content-results .search-results .search-results-topic ul {
            margin-left: -25px;
            margin-bottom: 15px; }
            .search-page .search-container .related-content-results .search-results .search-results-topic ul li:nth-child(1) {
              display: inline;
              margin-left: 3px; }
            .search-page .search-container .related-content-results .search-results .search-results-topic ul li {
              float: left;
              margin-left: 20px;
              display: list-item;
              margin-bottom: 10px;
              margin-right: 8px; }
    .search-page .search-container h3.search-title, .search-page .search-container h3.search-title-filter {
      display: inline; }
    .search-page .search-container #recommended-content {
      float: left;
      background-color: white; }
    .search-page .search-container #search-filters {
      float: right; }
    .search-page .search-container #search-filters-container {
      position: absolute;
      right: -170px;
      background-color: #eee;
      width: 320px;
      padding: 20px;
      margin-top: -49px;
      float: right; }
      .search-page .search-container #search-filters-container #search-filter-panel {
        padding-top: 60px; }
      .search-page .search-container #search-filters-container .add-shadowbox {
        -webkit-box-shadow: 0px 9px 34px 3px #000, 0px 9px 34px 3px #000 !important;
        -moz-box-shadow: 0px 9px 34px 3px #000, 0px 9px 34px 3px #000 !important;
        box-shadow: 0px 9px 34px 3px #000, 0px 9px 34px 3px #000 !important; }
      .search-page .search-container #search-filters-container .filter-viewall {
        padding-left: 30px; }
      .search-page .search-container #search-filters-container.expanded {
        display: block;
        padding-left: 45px;
        padding-right: 25px;
        padding-bottom: 0px; }
        .search-page .search-container #search-filters-container.expanded .panel-body .ucase.align-right {
          margin-top: -55px; }
      .search-page .search-container #search-filters-container .search-filters {
        margin-bottom: 43px;
        margin-left: -7px; }
        .search-page .search-container #search-filters-container .search-filters .search-panel {
          width: 95%;
          margin-left: -30px; }
      .search-page .search-container #search-filters-container .search-filters:nth-child(2) {
        margin-top: 47px; }
      .search-page .search-container #search-filters-container hr {
        border-top: 1px solid #ddd;
        margin-top: -4px;
        margin-bottom: 15px; }
    .search-page .search-container #search-header-filters {
      float: right;
      z-index: 2;
      margin-top: 0;
      background-color: #eee;
      padding: 5px 10px 0 20px;
      line-height: normal;
      cursor: pointer;
      margin-right: 111px; }
      .search-page .search-container #search-header-filters.expand {
        position: relative;
        z-index: 9;
        margin: 0px 0px 0px 39px;
        float: left; }
      .search-page .search-container #search-header-filters.collapse {
        margin-right: 30px; }
    .search-page .search-container#highlighted-topic-section .searchdesc {
      margin-top: -26px;
      margin-bottom: 29px;
      margin-left: 12px; }
    .search-page .search-container#highlighted-topic-section h2 {
      margin-top: 27px;
      margin-left: 12px; }
    .search-page .search-container#highlighted-topic-section .panel-body {
      margin-top: -11px;
      margin-left: 15px;
      padding-bottom: 6px;
      padding-top: 20px; }
  .search-page #search-form {
    margin-top: 104px; }
    .search-page #search-form #keywords {
      width: 100%;
      padding: 0 17px;
      color: white;
      /* Usability CR - CIO00759005 - START */
      /* Usability CR - CIO00759005 - END */
      -webkit-appearance: none;
      border-radius: 0;
      text-align: center;
      outline: none;
      /* Usability CR - CIO00759005 - START */
      background-color: #333 !important;
      border: 2px solid #999;
      border-radius: 35px;
      /* Usability CR - CIO00759005 - END */ }
    .search-page #search-form input[type="text"]::-ms-clear {
      display: none; }
  .search-page .search-suggestions {
    margin-top: 30px;
    text-align: center; }
    .search-page .search-suggestions ul {
      list-style: none;
      text-align: center;
      margin-bottom: 30px;
      margin-top: -20px; }
      .search-page .search-suggestions ul li {
        display: inline-block;
        padding-right: 4.5%; }
        .search-page .search-suggestions ul li .option {
          height: 15px;
          width: 15px;
          margin: 10px 10px -2px 10px;
          padding: 0px;
          display: inline-block;
          border: 1px solid #fff;
          border-radius: 14px;
          cursor: pointer; }
          .search-page .search-suggestions ul li .option.selected {
            background-color: #fff; }
  .search-page a.search-topic.acn-icon.icon-find {
    cursor: pointer; }

.clamp-truncate {
  overflow: hidden; }

.clamp-truncate:after {
  content: "\02026";
  bottom: 50px;
  right: 8px;
  position: absolute;
  padding: 0 20px 0 10px; }

.job-search .jobseachresults .nav-tabs li > a {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px; }

.job-search .jobseachresults .nav-tabs li > a:hover {
  text-decoration: underline;
  background-color: white; }

.job-search .jobseachresults .nav-tabs li.active > a:hover {
  text-decoration: none; }

.ie .search-page .search-container #search-header-filters.expand {
  position: relative;
  z-index: 9;
  right: -30px; }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .search-page #search-form {
    margin-top: 94px; } }

.job-search input[type="text"] {
  display: block; }

.job-search .col-sm-4.align-right {
  z-index: 2; }

.job-search .input-group {
  margin-bottom: 30px; }
  .job-search .input-group input {
    box-shadow: inset 5px 5px 5px 0 #ddd;
    border-bottom: none; }

.job-search #job-seach-results .nav-tabs li.active > a {
  border: 1px solid #ddd;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent; }

.job-search .form-section #job-seach-results .job {
  margin-bottom: 50px; }
  .job-search .form-section #job-seach-results .job h2 {
    margin-bottom: 6px; }
  .job-search .form-section #job-seach-results .job .job-description {
    margin-top: 4px;
    margin-bottom: 8px; }
  .job-search .form-section #job-seach-results .job .job-post-id {
    margin-bottom: 12px; }
  .job-search .form-section #job-seach-results .job .job-post-date {
    margin-top: 12px; }

.job-search .form-section .panel-collapse {
  padding: 0 20px 20px 20px; }

.job-search .form-section label {
  font-weight: normal; }

.job-search .form-section .panel-heading {
  background-color: #eee;
  border-style: none;
  padding: 20px 20px 20px 33px; }

.job-search .form-section hr {
  border-top: 1px solid #ddd; }

.job-search .form-section .jobfilter p.cta {
  margin-top: 27px;
  margin-right: 20px; }

.job-search .form-section .jobfilter hr {
  margin-top: 0;
  margin-bottom: 15px; }

.job-search .form-section .jobfilter .panel-collapse .panel-body p {
  margin: 0 0 5px 0; }

.job-search .form-section .jobfilter .panel-collapse .dropdown {
  width: 100%;
  border: 1px solid #333;
  margin-bottom: 25px;
  padding: 0px;
  background-color: #fff; }
  .job-search .form-section .jobfilter .panel-collapse .dropdown .acn-icon {
    color: #333; }

.job-search .form-section .jobfilter .panel-collapse .refine-filter {
  margin: 0 10px 42px 0;
  display: inline-block; }

.job-search .form-section .jobfilter .panel-collapse label {
  color: #333; }

.job-search .form-section .jobfilter .panel-collapse .selected-filter-container .undo-changes {
  padding: 10px;
  border: 1px solid #333;
  background-color: #fff; }
  .job-search .form-section .jobfilter .panel-collapse .selected-filter-container .undo-changes p {
    display: inline; }
  .job-search .form-section .jobfilter .panel-collapse .selected-filter-container .undo-changes p:nth-child(1) {
    display: inline; }

.job-search .form-section .jobfilter .panel-collapse .selected-filter-container span {
  display: block;
  height: 30px; }
  .job-search .form-section .jobfilter .panel-collapse .selected-filter-container span a.remove-selected-filter {
    margin: 5px 10px 5px 0;
    font-weight: bold;
    display: inline-block; }

.job-search .form-section .jobfilter .panel-collapse .selected-filter-container span:last-of-type {
  margin-bottom: 16px; }

.job-search .form-section #recommended-jobs a, .job-search .form-section #recent-searches a {
  margin: 10px 10px 10px 0; }

.job-search .form-section .recentsearches {
  margin-bottom: 40px; }

.job-search .form-section .talent-connection {
  margin-bottom: 30px;
  padding: 0 20px; }

.job-search .form-section .privacy-policy {
  padding: 0 20px; }

.job-search .panel-heading:hover {
  cursor: pointer; }

.job-search span.skill, .job-search span.city, .job-search span.area-of-business, .job-search span.area-of-expertise {
  display: inline-block !important;
  margin: 0px; }

.job-search #job-seach-results a.loc {
  color: inherit; }

.job-search #authenticated-linkedin-container #sign-in-with, .job-search .linkedin-signin-container #sign-in-with {
  color: #333 !important; }

.job-search .job-description {
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .talent-connection span {
    width: 100%; }
  .talent-connection span button.btn {
    width: 100% !important; }
  .job-search .input-group {
    margin-bottom: 0px; } }

.modal#cities, .modal#industries, .modal#area-of-business, .modal#area-of-expertise {
  top: 85px;
  bottom: auto;
  overflow: hidden; }
  .modal#cities .modal-content, .modal#industries .modal-content, .modal#area-of-business .modal-content, .modal#area-of-expertise .modal-content {
    top: 0px;
    bottom: 0px; }
    .modal#cities .modal-content .modal-body, .modal#industries .modal-content .modal-body, .modal#area-of-business .modal-content .modal-body, .modal#area-of-expertise .modal-content .modal-body {
      padding: 5px 20px 10px 20px;
      max-height: 400px;
      overflow-x: hidden;
      overflow-y: scroll; }
      .modal#cities .modal-content .modal-body input[type=checkbox], .modal#industries .modal-content .modal-body input[type=checkbox], .modal#area-of-business .modal-content .modal-body input[type=checkbox], .modal#area-of-expertise .modal-content .modal-body input[type=checkbox] {
        margin-top: 4px; }
    .modal#cities .modal-content .modal-header .close, .modal#industries .modal-content .modal-header .close, .modal#area-of-business .modal-content .modal-header .close, .modal#area-of-expertise .modal-content .modal-header .close {
      margin-top: -20px;
      height: auto; }
    .modal#cities .modal-content .modal-footer, .modal#industries .modal-content .modal-footer, .modal#area-of-business .modal-content .modal-footer, .modal#area-of-expertise .modal-content .modal-footer {
      text-align: left;
      margin-top: 0px;
      margin-bottom: 10px; }
      .modal#cities .modal-content .modal-footer button, .modal#industries .modal-content .modal-footer button, .modal#area-of-business .modal-content .modal-footer button, .modal#area-of-expertise .modal-content .modal-footer button {
        margin-right: 20px; }

@media screen and (min-width: 1200px) {
  p.suggested-topic {
    margin-bottom: 20px; }
  .job-search .form-section .jobfilter .panel-collapse .panel-body .dropdown {
    padding-right: 1px; } }

@media screen and (min-width: 1281px) and (max-width: 1600px) {
  p.suggested-topic {
    padding-top: 10px; }
  .search-page .search-container #search-header-filters.collapse {
    right: 301px; }
  .search-page .search-container #search-header-filters .panel.search-panel .panel-body {
    padding-left: 0; }
  .search-page .search-container #search-filters-container.expanded .panel-body .ucase.align-right {
    margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .search-page {
    /* Usability CR - CIO00759005 - START */
    /* Usability CR - CIO00759005 - END */
    /* Usability CR - CIO00759005 - START */
    /* Usability CR - CIO00759005 - START */ }
    .search-page .search-container {
      margin-left: 0;
      width: 100%; }
      .search-page .search-container .panel-collapse .panel-body {
        padding-left: 15px; }
      .search-page .search-container .panel-default .panel-heading h3.panel-title, .search-page .search-container .suggested-topics {
        padding-top: 0px;
        margin-left: 0px; }
      .search-page .search-container h3.search-title {
        margin-bottom: 3px; }
      .search-page .search-container .search-header-container {
        margin-left: 0;
        padding-top: 16px; }
      .search-page .search-container#highlighted-topic-section h2, .search-page .search-container#highlighted-topic-section .panel-body {
        margin: 15px 0px 0px 0px;
        padding-bottom: 10px; }
      .search-page .search-container#highlighted-topic-section .searchdesc {
        margin-bottom: 20px;
        margin-left: 0;
        width: auto; }
      .search-page .search-container#highlighted-topic-section .panel .panel-body {
        padding-left: 30px;
        margin-top: 0px;
        padding-top: 5px; }
      .search-page .search-container .search-stayconnected {
        border-right: none; }
      .search-page .search-container .search-download-app {
        padding-left: 0px; }
      .search-page .search-container #search-header-filters.collapse {
        right: 5%;
        width: 90%;
        margin-top: -20px; }
      .search-page .search-container .suggested-jobs .jobs {
        border-right: none;
        padding: 0; }
      .search-page .search-container .suggested-jobs #btnViewAllJobOpenings {
        margin-left: 0; }
      .search-page .search-container .suggested-contact .contact-us {
        border-right: none;
        padding: 0; }
      .search-page .search-container .suggested-locations .locations {
        padding: 0; }
      .search-page .search-container #search-filters-container {
        position: relative;
        width: 100%;
        right: 0 !important;
        padding: 0;
        margin-top: 0px;
        margin-bottom: 10px;
        top: 0px; }
        .search-page .search-container #search-filters-container #search-filter-panel {
          padding: 20px;
          padding-bottom: 0px;
          padding-top: 35px; }
          .search-page .search-container #search-filters-container #search-filter-panel .search-filters.hidden-md.hidden-lg {
            margin-top: -20px; }
          .search-page .search-container #search-filters-container #search-filter-panel .panel-body {
            padding: 0;
            margin-top: -25px; }
            .search-page .search-container #search-filters-container #search-filter-panel .panel-body #clear-filters {
              margin-top: -31px; }
            .search-page .search-container #search-filters-container #search-filter-panel .panel-body .dropdown {
              width: 100%;
              border: 1px solid #333;
              margin-bottom: 16px;
              padding: 0px;
              background-color: #fff; }
              .search-page .search-container #search-filters-container #search-filter-panel .panel-body .dropdown label {
                color: #333;
                font-weight: normal; }
              .search-page .search-container #search-filters-container #search-filter-panel .panel-body .dropdown .acn-icon {
                color: #333; }
        .search-page .search-container #search-filters-container .search-filters:nth-child(2) {
          margin-top: -16px; }
        .search-page .search-container #search-filters-container .search-panel .panel-heading {
          padding: 1px 20px; }
        .search-page .search-container #search-filters-container .search-panel .search-panel {
          box-shadow: none !important; }
        .search-page .search-container #search-filters-container.sticky {
          position: absolute;
          z-index: 1;
          width: 100%;
          padding-left: 20px;
          padding-right: 20px; }
        .search-page .search-container #search-filters-container.stickyIOS {
          position: absolute;
          z-index: 1;
          width: 100%;
          padding-left: 20px;
          padding-right: 20px; }
      .search-page .search-container #recommended-header-content, .search-page .search-container #search-header-filters {
        display: none; }
      .search-page .search-container #recommended-content {
        margin-top: 4px;
        width: 100% !important; }
        .search-page .search-container #recommended-content .search-results {
          margin-left: 0%;
          width: 100%; }
    .search-page #search-form {
      margin-top: 80px; }
      .search-page #search-form #keywords {
        padding: 0 9px;
        border-radius: 18px;
        border: 1px solid #999; }
    .search-page .search-suggestions {
      margin-top: 24px;
      margin-bottom: -32px; }
      .search-page .search-suggestions .top-nav-bar {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 15px !important; }
    .search-page .modal-dialog .modal-content .modal-body .close {
      margin-top: 25px; }
  .job-search input[type="text"] {
    display: block; }
  .job-search .form-section .job-search-panel {
    margin-bottom: 30px; }
    .job-search .form-section .job-search-panel .panel-heading {
      padding-left: 10px; }
      .job-search .form-section .job-search-panel .panel-heading h3:before {
        margin-right: 0; }
      .job-search .form-section .job-search-panel .panel-heading.collapsed h3:before {
        margin-right: 0; }
  .job-search .form-section .panel-heading {
    padding-left: 15px; }
  .job-search .form-section .talent-connection {
    padding: 0; }
  .job-search .form-section .job.hide-job {
    display: none; }
  .job-search .form-section .job.show-job {
    display: block; }
  .job-search .form-section .panel-heading {
    padding: 10px 15px; }
  .job-search .form-section .panel-collapse {
    padding: 0; }
    .job-search .form-section .panel-collapse #filter-container .panel-body {
      padding: 0; }
  .job-search .nav-tabs li.active > a {
    border: 0; }
  .job-search .nav-tabs li > a {
    padding: 10px 0; }
  .search-page .modal-dialog .modal-content .modal-body .search-hidden-container {
    top: 0px; }
  .search-page .search-suggestions ul {
    text-align: left;
    margin-top: -24px;
    margin-bottom: 10px; }
    .search-page .search-suggestions ul li {
      margin-top: 13px; }
  .search-page .modal-dialog {
    padding-left: 1%; }
    .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu {
      margin-top: 10px; }
      .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-suggestion {
        padding: 9px 0 8px 0px; }
      .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-suggestions {
        padding: 10px 0px 20px 0px; }
      .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-dataset-keywordSuggestions {
        margin-left: 5%;
        margin-right: 5%; }
  .search-page #search-form #keywords {
    height: 40px; } }

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .search-page .search-container #search-header-filters.expand {
    margin-top: -2px; }
  .search-page .search-container #search-header-filters.collapse {
    right: 129px;
    margin-right: 25px; }
  .search-page .search-container .search-header-container {
    margin-left: 8px; }
  .search-page #search-filters-container.expanded > .search-panel {
    margin-left: -30px; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .search-page .search-suggestions {
    margin-top: 27px; }
    .search-page .search-suggestions ul li {
      padding-right: 4.5%; }
  .search-page .search-container {
    width: 90%; }
    .search-page .search-container #search-header-filters {
      padding-left: 13px;
      margin-right: 50px; }
    .search-page .search-container #search-filters-container {
      width: 260px; }
    .search-page .search-container .related-content-results .search-results .search-results-content img {
      height: 113px; }
  .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-suggestion {
    padding: 12px 0px 12px 0px; }
  .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-suggestions {
    padding: 14px 0px 15px; }
  .search-page .modal-dialog .modal-content .modal-body .twitter-typeahead span.tt-dropdown-menu .tt-dataset-keywordSuggestions {
    margin-left: 4%;
    margin-right: 4%; }
  .search-page #search-form #keywords {
    height: 85px; } }

@media screen and (min-width: 768px) and (max-width: 999px) and (orientation: portrait) {
  .search-page .search-container {
    width: 100%; }
  .search-page .search-container #search-header-filters.expand {
    margin: 0px -15px 0px 70px; }
  .search-page .search-container #search-header-filters.collapse {
    right: 101px; }
  .search-page .search-container #search-header-filters .panel.search-panel .panel-body {
    padding-left: 0; }
  .search-page .search-container #search-filters-container {
    width: 185px; }
    .search-page .search-container #search-filters-container.expanded {
      padding-left: 20px; }
  .search-page .search-container .related-content-results .expand-filter:nth-child(odd) .search-results {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .search-page #search-filters-container.expanded > .search-panel {
    margin-left: -40px;
    margin-top: -12px; }
    .search-page #search-filters-container.expanded > .search-panel #clear-filters {
      margin-top: 13px; }
  .search-page .modal-dialog .modal-content .modal-body .close {
    margin-top: 60px; } }

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .search-page .search-container #search-filters-container {
    width: 280px; } }

@media screen and (min-width: 1000px) {
  .search-page .modal-dialog .tt-dropdown-menu .tt-suggestions {
    padding: 10px 0px 10px; }
  .search-page #search-form #keywords {
    margin-top: 5px; }
  .search-results-header .category {
    font-size: 16px; }
  .search-results-header .title {
    font-size: 24px;
    line-height: 30px; }
  .search-results-topic a {
    font-size: 15px;
    line-height: 20px; } }

#job-searchbox .twitter-typeahead {
  display: inline !important;
  position: static !important; }
  #job-searchbox .twitter-typeahead .tt-hint {
    width: 100%;
    border: 1px solid #024e6a;
    color: #666; }
  #job-searchbox .twitter-typeahead .tt-dropdown-menu {
    width: 100%;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  #job-searchbox .twitter-typeahead .tt-suggestion {
    padding: 10px 0px 0px 15px; }
  #job-searchbox .twitter-typeahead .tt-suggestion + .tt-suggestion {
    border-top: 1px solid #ccc; }
  #job-searchbox .twitter-typeahead .twitter-typeahead .tt-suggestion.tt-cursor {
    color: #03739c; }

.lte-ie8 .search-results {
  width: 301px !important; }

.description-container {
  height: auto;
  overflow: hidden; }

.undoable {
  margin-bottom: 10px; }

#no-result-display {
  display: none; }

