@charset "UTF-8";
/**
 *  Main css for pagelibs
 */
/*
--------------------------------------------------
Fonts
--------------------------------------------------
*/
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  src: url("synopsys-pagelibs/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* Roboto Medium */
@font-face {
  font-family: 'Roboto';
  src: url("synopsys-pagelibs/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

/* Roboto Normal */
@font-face {
  font-family: 'Roboto';
  src: url("synopsys-pagelibs/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

/* Roboto Light */
@font-face {
  font-family: 'Roboto';
  src: url("synopsys-pagelibs/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/* Open Sans Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("synopsys-pagelibs/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* Open Sans Medium */
@font-face {
  font-family: 'Open Sans';
  src: url("synopsys-pagelibs/fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

/* Open Sans Normal */
@font-face {
  font-family: 'Open Sans';
  src: url("synopsys-pagelibs/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

/* Open Sans Light */
@font-face {
  font-family: 'Open Sans';
  src: url("synopsys-pagelibs/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #111c24;
  background-color: #e6eaed; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #e51b24;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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 #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }
  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;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 730px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #e51b24; }

a.text-primary:hover,
a.text-primary:focus {
  color: #b8151c; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #e51b24; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b8151c; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.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 {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 730px) {
  .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; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

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: 4px; }
  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: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 730px) {
    .container {
      width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: auto; }

.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: auto; }

.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: 730px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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: auto; }
  .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: auto; }
  .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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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: auto; }
  .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: auto; }
  .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) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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: auto; }
  .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: auto; }
  .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 {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

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

.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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.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:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 729px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .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;
  min-width: 0; }

/*
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: $line-height-computed;
  font-size: ($font-size-base * 1.5);
  line-height: inherit;
  color: $legend-color;
  border: 0;
  border-bottom: 1px solid $legend-border-color;
}

label {
  display: inline-block;
  max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)
  margin-bottom: 5px;
  font-weight: bold;
}


// Normalize form controls
//
// While most of our form styles require extra classes, some basic normalization
// is required to ensure optimum display with or without those classes to better
// address browser inconsistencies.

// Override content-box in Normalize (* isn't specific enough)
input[type="search"] {
  @include box-sizing(border-box);
}

// Position radios and checkboxes better
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9; // IE8-9
  line-height: normal;
}

// Set the height of file controls to match text inputs
input[type="file"] {
  display: block;
}

// Make range inputs behave like textual form controls
input[type="range"] {
  display: block;
  width: 100%;
}

// Make multiple select elements height not fixed
select[multiple],
select[size] {
  height: auto;
}

// Focus for file, radio, and checkbox
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  @include tab-focus;
}

// Adjust output element
output {
  display: block;
  padding-top: ($padding-base-vertical + 1);
  font-size: $font-size-base;
  line-height: $line-height-base;
  color: $input-color;
}
*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  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], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #3a5f7b; }

@media (min-width: 730px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 730px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 730px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 730px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #e51b24;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: nowrap; }

.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: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.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-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.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;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 730px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-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,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .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: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        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: #e51b24; }
  .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: 4px 4px 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;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #337ab7; }

.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: 730px) {
    .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: 4px; }
  .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: 730px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 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-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 730px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 730px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 730px) {
    .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: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 730px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 730px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 730px) {
    .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 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 730px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .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: 730px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 729px) {
    .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: 730px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 730px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 729px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 730px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 730px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 730px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .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; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .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: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 729px) {
    .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: #e7e7e7; }
    .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-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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; }
  @media (max-width: 729px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .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;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75); }

.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;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .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; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 730px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

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

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 729px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 729px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 729px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 729px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 730px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 730px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 730px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 730px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 729px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 730px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
--------------------------------------------------
    Custom Icons
-------------------------------------------------- 
*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("synopsys-pagelibs/fonts/fontawesome/fontawesome-webfont.eot");
  src: url("synopsys-pagelibs/fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("synopsys-pagelibs/fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"), url("synopsys-pagelibs/fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("synopsys-pagelibs/fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("synopsys-pagelibs/fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

/* START AEM CSS. DELETE THIS IF YOU DON"T NEED IT! */
body {
  background-color: #ffffff; }

/* END AEM CSS. DELETE THIS IF YOU DON"T NEED IT! */
.no-link {
  cursor: pointer; }

.no-click {
  pointer-events: none; }

.no-display {
  display: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

.lazyload,
.lazyloading {
  opacity: 0; }

.preprod .lazyload,
.preprod .lazyloading {
  opacity: 1; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

var {
  font-style: normal; }

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

table, th, td {
  border: 1px solid #ccc;
  padding: 8px; }

.synopsys-logo {
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNDcuNzY2cHQiIGhlaWdodD0iNTMuOTIwNnB0IiB2aWV3Qm94PSIwIDAgMjQ3Ljc2NiA1My45MjA2IiB2ZXJzaW9uPSIxLjEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDEiPiAgPHBhdGggZD0iTSAzMiAwIEwgNTggMCBMIDU4IDUzLjkyMTg3NSBMIDMyIDUzLjkyMTg3NSBaIE0gMzIgMCAiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDIiPiAgPHBhdGggZD0iTSAxODQgMCBMIDIwOSAwIEwgMjA5IDUzLjkyMTg3NSBMIDE4NCA1My45MjE4NzUgWiBNIDE4NCAwICIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjbGlwMyI+ICA8cGF0aCBkPSJNIDIzNyAwIEwgMjQ3Ljc2NTYyNSAwIEwgMjQ3Ljc2NTYyNSAxMSBMIDIzNyAxMSBaIE0gMjM3IDAgIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE3LjI1MzkwNiA2LjMwMDc4MSBDIDE3LjI1MzkwNiA0LjY0NDUzMSAxNi40MjU3ODEgMy40MDIzNDQgMTIuNzY1NjI1IDMuNDAyMzQ0IEMgOS4wOTc2NTYgMy40MDIzNDQgOC4yNzM0MzggNC42NDQ1MzEgOC4yNzM0MzggNi4zMDA3ODEgTCA4LjI3MzQzOCAxMC43ODkwNjIgQyA4LjI3MzQzOCAxMi4xNDg0MzggOC43NDYwOTQgMTMuNTA3ODEyIDEwLjA0Njg3NSAxNC42Mjg5MDYgTCAyMi40NDkyMTkgMjUuMjY1NjI1IEMgMjQuMjI2NTYyIDI2Ljc0MjE4OCAyNS4yODkwNjIgMjguNTc0MjE5IDI1LjI4OTA2MiAzMC40NjQ4NDQgTCAyNS4yODkwNjIgMzcuMTk5MjE5IEMgMjUuMjg5MDYyIDQxLjIyMjY1NiAyMC41NTg1OTQgNDMuNDY0ODQ0IDEyLjc2MTcxOSA0My40NjQ4NDQgQyA0LjEzNjcxOSA0My40NjQ4NDQgLTAuMDAzOTA2MjUgNDEuNTE1NjI1IDAgMzcuMTk5MjE5IEwgMCAzMS4zNTU0NjkgTCA3LjgwMDc4MSAzMS4zNTU0NjkgTCA3Ljc5Njg3NSAzNi45NjQ4NDQgQyA3Ljc5Njg3NSAzOC45NzY1NjIgOS4zMzU5MzggNDAuMTU2MjUgMTIuNzYxNzE5IDQwLjE1NjI1IEMgMTUuOTUzMTI1IDQwLjE1NjI1IDE3LjQ4ODI4MSAzOC45NzY1NjIgMTcuNDg4MjgxIDM2Ljk2NDg0NCBMIDE3LjQ4ODI4MSAzMC45OTYwOTQgQyAxNy40ODgyODEgMjkuNTE5NTMxIDE2Ljg5ODQzOCAyOC4zOTQ1MzEgMTUuMjQ2MDk0IDI2LjkyMTg3NSBMIDMuNzgxMjUgMTYuOTM3NSBDIDEuNjU2MjUgMTUuMTAxNTYyIDAuNDcyNjU2IDEzLjY4MzU5NCAwLjQ3MjY1NiAxMS41IEwgMC40NzI2NTYgNi4zNTkzNzUgQyAwLjQ3MjY1NiAyLjE2NDA2MiA0Ljg0NzY1NiAwLjA5Mzc1IDEyLjc2NTYyNSAwLjA5Mzc1IEMgMjEuNTExNzE5IDAuMDkzNzUgMjUuMDUwNzgxIDIuMTY0MDYyIDI1LjA1MDc4MSA2LjA2MjUgTCAyNS4wNTA3ODEgMTEuNSBMIDE3LjI1MzkwNiAxMS41IFogTSAxNy4yNTM5MDYgNi4zMDA3ODEgIi8+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMDAuMjY5NTMxIDM2LjA0Mjk2OSBDIDEwMC4yNjk1MzEgMzguNDA2MjUgMTAxLjIxMDkzOCA0MC4wNjI1IDEwNi4xNzU3ODEgNDAuMDYyNSBDIDExMS4xNDA2MjUgNDAuMDYyNSAxMTIuMDg1OTM4IDM4LjQwNjI1IDExMi4wODU5MzggMzYuMDQyOTY5IEwgMTEyLjA4NTkzOCA3LjMyNDIxOSBDIDExMi4wODU5MzggNC45NjQ4NDQgMTExLjE0MDYyNSAzLjMwODU5NCAxMDYuMTc5Njg4IDMuMzA4NTk0IEMgMTAxLjIxNDg0NCAzLjMwODU5NCAxMDAuMjY5NTMxIDQuOTY0ODQ0IDEwMC4yNjk1MzEgNy4zMjQyMTkgWiBNIDkyLjQ3MjY1NiA3LjIwNzAzMSBDIDkyLjQ3MjY1NiAzLjAxMTcxOSA5NS42NjAxNTYgMCAxMDYuMTc5Njg4IDAgQyAxMTYuNjk1MzEyIDAgMTE5Ljg4NjcxOSAzLjAxMTcxOSAxMTkuODg2NzE5IDcuMjA3MDMxIEwgMTE5Ljg4MjgxMiAzNi4xNjAxNTYgQyAxMTkuODgyODEyIDQwLjM1NTQ2OSAxMTYuNjk1MzEyIDQzLjM3MTA5NCAxMDYuMTc1NzgxIDQzLjM3MTA5NCBDIDk1LjY2MDE1NiA0My4zNzEwOTQgOTIuNDY4NzUgNDAuMzU1NDY5IDkyLjQ2ODc1IDM2LjE2MDE1NiBaIE0gOTIuNDcyNjU2IDcuMjA3MDMxICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMTM1Ljc3NzM0NCAyMC41MDM5MDYgQyAxMzkuMzI0MjE5IDIwLjUwMzkwNiAxNDEuODA0Njg4IDIwLjAzMTI1IDE0MS44MDQ2ODggMTcuODQzNzUgTCAxNDEuODA0Njg4IDYuMzI0MjE5IEMgMTQxLjgwNDY4OCA0LjEzNjcxOSAxMzkuMzI0MjE5IDMuNjY0MDYyIDEzNS43NzczNDQgMy42NjQwNjIgTCAxMzIgMy42NjQwNjIgTCAxMzIgMjAuNTAzOTA2IFogTSAxMjQuMTk5MjE5IDAuMzU1NDY5IEwgMTM2LjYwOTM3NSAwLjM1NTQ2OSBDIDE0Ni42NTYyNSAwLjM1NTQ2OSAxNDkuNjA5Mzc1IDIuMDA3ODEyIDE0OS42MDkzNzUgNi44NTU0NjkgTCAxNDkuNjAxNTYyIDE3LjMxMjUgQyAxNDkuNjAxNTYyIDIyLjE1NjI1IDE0Ni42NDg0MzggMjMuODEyNSAxMzYuNjA5Mzc1IDIzLjgxMjUgTCAxMzIgMjMuODEyNSBMIDEzMiA0My4wMTU2MjUgTCAxMjQuMTk5MjE5IDQzLjAxNTYyNSBaIE0gMTI0LjE5OTIxOSAwLjM1NTQ2OSAiLz48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE2OS4wODU5MzggNi4yMDcwMzEgQyAxNjkuMDg1OTM4IDQuNTUwNzgxIDE2OC4yNTc4MTIgMy4zMDg1OTQgMTY0LjU5NzY1NiAzLjMwODU5NCBDIDE2MC45Mjk2ODggMy4zMDg1OTQgMTYwLjEwMTU2MiA0LjU1MDc4MSAxNjAuMTAxNTYyIDYuMjA3MDMxIEwgMTYwLjEwMTU2MiAxMC42OTUzMTIgQyAxNjAuMTAxNTYyIDEyLjA1NDY4OCAxNjAuNTc0MjE5IDEzLjQxNDA2MiAxNjEuODc1IDE0LjUzNTE1NiBMIDE3NC4yODUxNTYgMjUuMTcxODc1IEMgMTc2LjA1NDY4OCAyNi42NDg0MzggMTc3LjExNzE4OCAyOC40ODA0NjkgMTc3LjExNzE4OCAzMC4zNzEwOTQgTCAxNzcuMTE3MTg4IDM3LjEwOTM3NSBDIDE3Ny4xMTcxODggNDEuMTI4OTA2IDE3Mi4zOTQ1MzEgNDMuMzcxMDk0IDE2NC41OTM3NSA0My4zNzEwOTQgQyAxNTUuOTY4NzUgNDMuMzcxMDk0IDE1MS44MjgxMjUgNDEuNDIxODc1IDE1MS44MjgxMjUgMzcuMTA1NDY5IEwgMTUxLjgyODEyNSAzMS4yNTc4MTIgTCAxNTkuNjI4OTA2IDMxLjI1NzgxMiBMIDE1OS42Mjg5MDYgMzYuODcxMDk0IEMgMTU5LjYyODkwNiAzOC44ODI4MTIgMTYxLjE2Nzk2OSA0MC4wNjI1IDE2NC41OTM3NSA0MC4wNjI1IEMgMTY3Ljc4NTE1NiA0MC4wNjI1IDE2OS4zMjAzMTIgMzguODgyODEyIDE2OS4zMjAzMTIgMzYuODcxMDk0IEwgMTY5LjMyMDMxMiAzMC45MDIzNDQgQyAxNjkuMzIwMzEyIDI5LjQyNTc4MSAxNjguNzM0Mzc1IDI4LjMwNDY4OCAxNjcuMDc0MjE5IDI2LjgyODEyNSBMIDE1NS42MTMyODEgMTYuODM5ODQ0IEMgMTUzLjQ4MDQ2OSAxNS4wMDc4MTIgMTUyLjMwNDY4OCAxMy41ODk4NDQgMTUyLjMwNDY4OCAxMS40MDYyNSBMIDE1Mi4zMDQ2ODggNi4yNjE3MTkgQyAxNTIuMzA0Njg4IDIuMDY2NDA2IDE1Ni42NzU3ODEgMCAxNjQuNTk3NjU2IDAgQyAxNzMuMzM5ODQ0IDAgMTc2Ljg4MjgxMiAyLjA2NjQwNiAxNzYuODgyODEyIDUuOTcyNjU2IEwgMTc2Ljg4MjgxMiAxMS40MDYyNSBMIDE2OS4wODU5MzggMTEuNDA2MjUgWiBNIDE2OS4wODU5MzggNi4yMDcwMzEgIi8+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAyMjYuNjQwNjI1IDYuMjA3MDMxIEMgMjI2LjY0MDYyNSA0LjU1MDc4MSAyMjUuODEyNSAzLjMwODU5NCAyMjIuMTUyMzQ0IDMuMzA4NTk0IEMgMjE4LjQ4ODI4MSAzLjMwODU5NCAyMTcuNjYwMTU2IDQuNTUwNzgxIDIxNy42NjAxNTYgNi4yMDcwMzEgTCAyMTcuNjYwMTU2IDEwLjY5OTIxOSBDIDIxNy42NjAxNTYgMTIuMDU0Njg4IDIxOC4xMzI4MTIgMTMuNDE0MDYyIDIxOS40MzM1OTQgMTQuNTM1MTU2IEwgMjMxLjgzOTg0NCAyNS4xNzU3ODEgQyAyMzMuNjEzMjgxIDI2LjY1MjM0NCAyMzQuNjcxODc1IDI4LjQ4MDQ2OSAyMzQuNjcxODc1IDMwLjM3MTA5NCBMIDIzNC42NzE4NzUgMzcuMTA5Mzc1IEMgMjM0LjY3MTg3NSA0MS4xMjg5MDYgMjI5Ljk0OTIxOSA0My4zNzEwOTQgMjIyLjE1MjM0NCA0My4zNzEwOTQgQyAyMTMuNTIzNDM4IDQzLjM3MTA5NCAyMDkuMzgyODEyIDQxLjQyMTg3NSAyMDkuMzgyODEyIDM3LjEwOTM3NSBMIDIwOS4zODI4MTIgMzEuMjU3ODEyIEwgMjE3LjE4NzUgMzEuMjU3ODEyIEwgMjE3LjE4MzU5NCAzNi44NzEwOTQgQyAyMTcuMTgzNTk0IDM4Ljg4MjgxMiAyMTguNzIyNjU2IDQwLjA2MjUgMjIyLjE1MjM0NCA0MC4wNjI1IEMgMjI1LjMzNTkzOCA0MC4wNjI1IDIyNi44NzUgMzguODgyODEyIDIyNi44NzUgMzYuODcxMDk0IEwgMjI2Ljg3NSAzMC45MDIzNDQgQyAyMjYuODc1IDI5LjQyNTc4MSAyMjYuMjg1MTU2IDI4LjMwNDY4OCAyMjQuNjI4OTA2IDI2LjgyODEyNSBMIDIxMy4xNjc5NjkgMTYuODM5ODQ0IEMgMjExLjAzOTA2MiAxNS4wMTE3MTkgMjA5Ljg1OTM3NSAxMy41OTM3NSAyMDkuODU5Mzc1IDExLjQwNjI1IEwgMjA5Ljg1OTM3NSA2LjI2MTcxOSBDIDIwOS44NTkzNzUgMi4wNzQyMTkgMjE0LjIzMDQ2OSAwIDIyMi4xNTIzNDQgMCBDIDIzMC44OTQ1MzEgMCAyMzQuNDQxNDA2IDIuMDc0MjE5IDIzNC40NDE0MDYgNS45NzI2NTYgTCAyMzQuNDQxNDA2IDExLjQwNjI1IEwgMjI2LjY0MDYyNSAxMS40MDYyNSBaIE0gMjI2LjY0MDYyNSA2LjIwNzAzMSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDEpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNDkuNDI1NzgxIDAuMzU1NDY5IEwgNTcuMjM4MjgxIDAuMzU1NDY5IEwgNDAuMTQ0NTMxIDUzLjkxNDA2MiBMIDMyLjMzNTkzOCA1My45MTQwNjIgWiBNIDQ5LjQyNTc4MSAwLjM1NTQ2OSAiLz48L2c+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAzNy4xMDU0NjkgMzMuNjI1IEwgMjYuNTM5MDYyIDAuNDUzMTI1IEwgMzQuMzQ3NjU2IDAuNDUzMTI1IEwgNDEuMDA3ODEyIDIxLjM2MzI4MSBaIE0gMzcuMTA1NDY5IDMzLjYyNSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDIpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMjAxLjE3MTg3NSAwLjM1NTQ2OSBMIDIwOC45ODA0NjkgMC4zNTU0NjkgTCAxOTEuODg2NzE5IDUzLjkyMTg3NSBMIDE4NC4wNzgxMjUgNTMuOTIxODc1IFogTSAyMDEuMTcxODc1IDAuMzU1NDY5ICIvPjwvZz48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE4OC44ODY3MTkgMzMuNTMxMjUgTCAxNzguMzIwMzEyIDAuMzU1NDY5IEwgMTg2LjEyODkwNiAwLjM1NTQ2OSBMIDE5Mi43OTI5NjkgMjEuMjY5NTMxIFogTSAxODguODg2NzE5IDMzLjUzMTI1ICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gODcuNjYwMTU2IDQzLjAxNTYyNSBMIDg3LjY5OTIxOSA0My4wMTU2MjUgTCA4Ny42OTkyMTkgNi44NjcxODggQyA4Ny42OTkyMTkgMi4wMTk1MzEgODQuNzQyMTg4IDAuMzYzMjgxIDc0LjcwMzEyNSAwLjM2MzI4MSBMIDU5LjY2MDE1NiAwLjM2MzI4MSBMIDU5LjY1NjI1IDQzLjAzMTI1IEwgNjcuNDUzMTI1IDQzLjAzMTI1IEwgNjcuNDU3MDMxIDQzLjAxNTYyNSBMIDY3LjQ1NzAzMSAzLjY3MTg3NSBMIDczLjg3NSAzLjY3MTg3NSBDIDc3LjQxNzk2OSAzLjY3MTg3NSA3OS44OTg0MzggNC4xNDg0MzggNzkuODk4NDM4IDYuMzMyMDMxIEwgNzkuODk4NDM4IDQzLjAxNTYyNSBaIE0gODcuNjYwMTU2IDQzLjAxNTYyNSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDMpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMjQyLjczODI4MSA1LjI4MTI1IEMgMjQzLjQ3MjY1NiA1LjI4MTI1IDI0NC4xMjg5MDYgNS4yMzA0NjkgMjQ0LjEyODkwNiA0LjM1MTU2MiBDIDI0NC4xMjg5MDYgMy42MzY3MTkgMjQzLjQ4ODI4MSAzLjUxMTcxOSAyNDIuODgyODEyIDMuNTExNzE5IEwgMjQxLjY5OTIxOSAzLjUxMTcxOSBMIDI0MS42OTkyMTkgNS4yODEyNSBaIE0gMjQxLjY5OTIxOSA4LjUgTCAyNDAuODI4MTI1IDguNSBMIDI0MC44MjgxMjUgMi43NzM0MzggTCAyNDMuMDExNzE5IDIuNzczNDM4IEMgMjQ0LjM2NzE4OCAyLjc3MzQzOCAyNDUuMDM5MDYyIDMuMjY5NTMxIDI0NS4wMzkwNjIgNC4zOTg0MzggQyAyNDUuMDM5MDYyIDUuNDI5Njg4IDI0NC4zOTA2MjUgNS44NzUgMjQzLjU1MDc4MSA1Ljk4MDQ2OSBMIDI0NS4xNzk2ODggOC41IEwgMjQ0LjIxMDkzOCA4LjUgTCAyNDIuNjk1MzEyIDYuMDE5NTMxIEwgMjQxLjY5OTIxOSA2LjAxOTUzMSBaIE0gMjQyLjc1MzkwNiA5Ljc3NzM0NCBDIDI0NSA5Ljc3NzM0NCAyNDYuNzY5NTMxIDguMDE1NjI1IDI0Ni43Njk1MzEgNS42MjEwOTQgQyAyNDYuNzY5NTMxIDMuMjY5NTMxIDI0NSAxLjQ5NjA5NCAyNDIuNzUzOTA2IDEuNDk2MDk0IEMgMjQwLjQ3MjY1NiAxLjQ5NjA5NCAyMzguNzAzMTI1IDMuMjY5NTMxIDIzOC43MDMxMjUgNS42MjEwOTQgQyAyMzguNzAzMTI1IDguMDE1NjI1IDI0MC40NzI2NTYgOS43NzczNDQgMjQyLjc1MzkwNiA5Ljc3NzM0NCBNIDIzNy43MDMxMjUgNS42MjEwOTQgQyAyMzcuNzAzMTI1IDIuNzczNDM4IDI0MC4wMTU2MjUgMC42Njc5NjkgMjQyLjc1MzkwNiAwLjY2Nzk2OSBDIDI0NS40NTcwMzEgMC42Njc5NjkgMjQ3Ljc2NTYyNSAyLjc3MzQzOCAyNDcuNzY1NjI1IDUuNjIxMDk0IEMgMjQ3Ljc2NTYyNSA4LjUgMjQ1LjQ1NzAzMSAxMC42MDU0NjkgMjQyLjc1MzkwNiAxMC42MDU0NjkgQyAyNDAuMDE1NjI1IDEwLjYwNTQ2OSAyMzcuNzAzMTI1IDguNSAyMzcuNzAzMTI1IDUuNjIxMDk0ICIvPjwvZz48L2c+PC9zdmc+);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 41px;
  width: 189px; }

/* XS Phone */
@media (max-width: 730px) {
  .site-content .vert-pad-top-md {
    margin-top: 10px;
    padding-top: 0 !important; }
  .site-content .vert-pad-bottom-md {
    padding-bottom: 10px; }
  .site-content .vert-pad-bottom-sm {
    padding-bottom: 0; }
  .site-content .card-col {
    padding-bottom: 0 !important; }
  .site-content .component-card-b {
    margin: 0; }
  .site-content .component-card-a {
    margin: 0; }
  .site-footer .vert-pad-bottom-md {
    margin-top: 20px; }
  .site-footer .logo-col {
    margin-bottom: 10px !important; } }

@-webkit-keyframes sass-fixed-sticky-animation {
  from {
    counter-reset: ""; }
  to {
    counter-reset: ""; } }

@keyframes sass-fixed-sticky-animation {
  from {
    counter-reset: ""; }
  to {
    counter-reset: ""; } }

/*
--------------------------------------------------
    HTML5 polyfills 
-------------------------------------------------- 
*/
.fixedsticky {
  position: static;
  top: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: relative; }

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed; }

.fixedsticky-dummy {
  display: none; }

.fixedsticky-on + .fixedsticky-dummy {
  display: block; }

/*
--------------------------------------------------
    Typography
-------------------------------------------------- 
*/
html {
  font-family: "Roboto", Arial, sans-serif; }

html:lang(ja) {
  font-family: "Osaka", sans-serif; }

html:lang(zh) {
  word-wrap: break-word;
  word-break: keep-all;
  overflow-wrap: break-word; }

body {
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 300;
  color: #5a2a82;
  margin: 15px 0 15px 0; }

h1 {
  font-size: 35px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 20px; }

p, ul, ol {
  font-size: 15px; }

.sub-head {
  font-size: 18px;
  text-transform: uppercase; }

a {
  color: #316ACA;
  text-decoration: none; }
  a:hover, a:active {
    color: #23527c;
    text-decoration: underline;
    cursor: pointer; }
  a:focus {
    color: #316aca;
    outline: none;
    outline-offset: 0px;
    text-decoration: none; }

html.touch a:hover {
  color: #316ACA;
  text-decoration: none; }

html.touch a:active {
  color: #23527c;
  text-decoration: underline; }

.text-color-orange {
  color: #fcaf1a; }

.text-color-green {
  color: #99cc33; }

.text-color-blue {
  color: #4c9ec9; }

.text-color-purple {
  color: #80539c; }

.text-color-synopsys-purple {
  color: #5a2a82; }

.text-color-teal {
  color: #00b2a9; }

.text-color-dark-turquoise {
  color: #12788a; }

.text-color-gray {
  color: #646e81; }

.text-color-burnt-orange {
  color: #e07c05; }

.text-color-white {
  color: #ffffff; }

.text-color-black {
  color: #3c3c3c; }

.text-size-smaller {
  font-size: 0.8em; }

.text-size-normal {
  font-size: 1em; }

.text-size-larger {
  font-size: 1.2em; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  body {
    font-size: 14px; }
  h1 {
    font-size: 44px; }
  h2 {
    font-size: 38px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 20px; }
  p, ul, ol {
    font-size: 14px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  body {
    font-size: 18px; }
  h1 {
    font-size: 60px; }
  h2 {
    font-size: 44px; }
  h3 {
    font-size: 34px; }
  h4 {
    font-size: 30px; }
  h5 {
    font-size: 26px; }
  h6 {
    font-size: 22px; }
  p, ul, ol {
    font-size: 18px; } }

/*
--------------------------------------------------
    Forms
-------------------------------------------------- 
*/
/*
--------------------------------------------------
    Override bootstrap defaults for 
    Classic UI authoring fixes.
-------------------------------------------------- 
*/
.x-window label {
  display: inline;
  max-width: 100%;
  font-weight: normal; }

.x-window legend {
  display: inline;
  width: auto;
  margin-bottom: 0px;
  border-bottom: none; }

.x-window fieldset {
  min-width: auto; }

form .btn {
  margin-top: 20px; }

.mktoFormRow,
.form-group {
  margin-bottom: 20px; }
  .mktoFormRow label,
  .form-group label {
    margin-bottom: 5px;
    display: block; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/*
--------------------------------------------------
    Base Layout
-------------------------------------------------- 
*/
html {
  position: relative;
  min-height: 100%; }

body {
  position: relative; }

.site-wrapper,
.site-header,
.site-content,
.site-footer,
.content-section {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden; }

#CQ * {
  box-sizing: content-box; }
  #CQ * .cq-wcm-preview * {
    box-sizing: border-box; }

.site-wrapper {
  margin: 0 auto;
  background-color: #ffffff; }

.site-header {
  overflow: visible; }

.site-content {
  overflow: visible;
  position: relative; }

/* Container */
.container {
  display: block;
  padding-left: 15px;
  padding-right: 15px; }
  .container .container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* XS Phone */
@media (min-width: 480px) and (max-width: 729px) {
  .container {
    width: 100%; } }

/* SM Tablet */
/* MD Desktop */
.flex-align-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* Vertical Alignment in Cols */
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-container.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-container.flex-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-container.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*
--------------------------------------------------
    Space around Components

    $space_xs:                      20px;
    $space_sm:                      40px;
    $space_md:                      80px;
    $space_lg:                      120px;
-------------------------------------------------- 
*/
.space-top {
  padding-top: 20px !important; }

.space-xs-top {
  padding-top: 20px !important; }

.space-sm-top {
  padding-top: 40px !important; }

.space-ms-top {
  padding-top: 60px !important; }

.space-md-top {
  padding-top: 80px !important; }

.space-lg-top {
  padding-top: 120px !important; }

.space-xl-top {
  padding-top: 200px !important; }

.space-bottom {
  padding-bottom: 20px; }

.space-xs-bottom {
  padding-bottom: 20px; }

.space-sm-bottom {
  padding-bottom: 40px; }

.space-ms-bottom {
  padding-bottom: 60px; }

.space-md-bottom {
  padding-bottom: 80px; }

.space-lg-bottom {
  padding-bottom: 120px; }

.space-xl-bottom {
  padding-bottom: 200px; }

.space-side {
  padding-left: 20px;
  padding-right: 20px; }

.space-xs-side {
  padding-left: 20px;
  padding-right: 20px; }

.space-sm-side {
  padding-left: 40px;
  padding-right: 40px; }

.space-ms-side {
  padding-left: 60px;
  padding-right: 60px; }

.space-md-side {
  padding-left: 80px;
  padding-right: 80px; }

.space-lg-side {
  padding-left: 120px;
  padding-right: 120px; }

.space-xl-side {
  padding-left: 200px;
  padding-right: 200px; }

.space-left {
  padding-left: 20px; }

.space-xs-left {
  padding-left: 20px; }

.space-sm-left {
  padding-left: 40px; }

.space-ms-left {
  padding-left: 60px; }

.space-md-left {
  padding-left: 80px; }

.space-lg-left {
  padding-left: 120px; }

.space-xl-left {
  padding-left: 200px; }

.space-right {
  padding-right: 20px; }

.space-xs-right {
  padding-right: 20px; }

.space-sm-right {
  padding-right: 40px; }

.space-ms-right {
  padding-right: 60px; }

.space-md-right {
  padding-right: 80px; }

.space-lg-right {
  padding-right: 120px; }

.space .container {
  padding-left: 0;
  padding-right: 0; }

.space-side-full .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.space-side-wide .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.space-side-wide-pull-left .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0; }

.space-side-narrow .container {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 768px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Just SM Phone */
/* SM Phone */
@media (min-width: 730px) {
  .space-top {
    padding-top: 20px !important; }
  .space-xs-top {
    padding-top: 20px !important; }
  .space-sm-top {
    padding-top: 40px !important; }
  .space-ms-top {
    padding-top: 60px !important; }
  .space-md-top {
    padding-top: 80px !important; }
  .space-lg-top {
    padding-top: 120px !important; }
  .space-xl-top {
    padding-top: 200px !important; }
  .space-bottom {
    padding-bottom: 20px; }
  .space-xs-bottom {
    padding-bottom: 20px; }
  .space-sm-bottom {
    padding-bottom: 40px; }
  .space-ms-bottom {
    padding-bottom: 60px; }
  .space-md-bottom {
    padding-bottom: 80px; }
  .space-lg-bottom {
    padding-bottom: 120px; }
  .space-xl-bottom {
    padding-bottom: 200px; }
  .space-side {
    padding-left: 20px;
    padding-right: 20px; }
  .space-xs-side {
    padding-left: 20px;
    padding-right: 20px; }
  .space-sm-side {
    padding-left: 40px;
    padding-right: 40px; }
  .space-ms-side {
    padding-left: 60px;
    padding-right: 60px; }
  .space-md-side {
    padding-left: 80px;
    padding-right: 80px; }
  .space-lg-side {
    padding-left: 120px;
    padding-right: 120px; }
  .space-xl-side {
    padding-left: 200px;
    padding-right: 200px; }
  .space-left {
    padding-left: 20px; }
  .space-xs-left {
    padding-left: 20px; }
  .space-sm-left {
    padding-left: 40px; }
  .space-ms-left {
    padding-left: 60px; }
  .space-md-left {
    padding-left: 80px; }
  .space-lg-left {
    padding-left: 120px; }
  .space-xl-left {
    padding-left: 200px; }
  .space-right {
    padding-right: 20px; }
  .space-xs-right {
    padding-right: 20px; }
  .space-sm-right {
    padding-right: 40px; }
  .space-ms-right {
    padding-right: 60px; }
  .space-md-right {
    padding-right: 80px; }
  .space-lg-right {
    padding-right: 120px; } }

/* Between XS Phone and SM Tablet */
/* SM Tablet */
@media (min-width: 730px) {
  .space-side-narrow .container {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0; } }

/* Between SM Tablet and MD Desktop */
/* MD Desktop */
@media (min-width: 992px) {
  .space-side-wide .container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px; }
  .space-side-wide-pull-left .container {
    max-width: 1170px;
    padding-left: 120px;
    padding-right: 15px;
    margin: 0; } }

/*
--------------------------------------------------
    Gutter around cols
-------------------------------------------------- 
*/
.vert-pad-top-xs {
  padding-top: 0;
  margin-top: 15px; }
  .vert-pad-top-xs[class*="-bg"] {
    padding-top: 15px;
    margin-top: 0; }
  .vert-pad-top-xs > [class*="-bg"] {
    margin-top: 0; }

.vert-pad-top-sm {
  padding-top: 0;
  margin-top: 30px; }
  .vert-pad-top-sm[class*="-bg"] {
    padding-top: 30px;
    margin-top: 0; }
  .vert-pad-top-sm > [class*="-bg"] {
    margin-top: 0; }

.vert-pad-top-md {
  padding-top: 0;
  margin-top: 60px; }
  .vert-pad-top-md[class*="-bg"] {
    padding-top: 60px;
    margin-top: 0; }
  .vert-pad-top-md > [class*="-bg"] {
    margin-top: 0; }

.vert-pad-top-lg {
  padding-top: 0;
  margin-top: 60px; }
  .vert-pad-top-lg[class*="-bg"] {
    padding-top: 60px;
    margin-top: 0; }
  .vert-pad-top-lg > [class*="-bg"] {
    margin-top: 0; }

.vert-pad-top-xl {
  padding-top: 0;
  margin-top: 90px; }
  .vert-pad-top-xl[class*="-bg"] {
    padding-top: 90px;
    margin-top: 0; }
  .vert-pad-top-xl > [class*="-bg"] {
    margin-top: 0; }

.vert-pad-bottom-xs {
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-bottom: 0; }
  .vert-pad-bottom-xs > [class*="-bg"] {
    margin-bottom: 0; }

.vert-pad-bottom-sm {
  padding-bottom: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-bottom: 0; }
  .vert-pad-bottom-sm > [class*="-bg"] {
    margin-bottom: 0; }

.vert-pad-bottom-md {
  padding-bottom: 0;
  margin-bottom: 60px;
  padding-bottom: 60px;
  margin-bottom: 0; }
  .vert-pad-bottom-md > [class*="-bg"] {
    margin-bottom: 0; }

.vert-pad-bottom-lg {
  padding-bottom: 0;
  margin-bottom: 60px;
  padding-bottom: 60px;
  margin-bottom: 0; }
  .vert-pad-bottom-lg > [class*="-bg"] {
    margin-bottom: 0; }

.vert-pad-bottom-xl {
  padding-bottom: 0;
  margin-bottom: 90px;
  padding-bottom: 90px;
  margin-bottom: 0; }
  .vert-pad-bottom-xl > [class*="-bg"] {
    margin-bottom: 0; }

.container[class*="-bg"] {
  padding-left: 30px;
  padding-right: 30px; }
  .container[class*="-bg"] > .row {
    margin-left: -30px;
    margin-right: -30px; }
    .container[class*="-bg"] > .row > [class*="col-"] {
      padding-left: 30px;
      padding-right: 30px; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Just XS Phone */
/* XS Phone */
/* Between XS Phone and SM Tablet */
/* SM Tablet */
/* Between SM Tablet and MD Desktop */
/* MD Desktop */
/*
--------------------------------------------------
    Responsive media tiles
-------------------------------------------------- 
*/
.media-tile {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .media-tile .media-item,
  .media-tile .img-item,
  .media-tile iframe,
  .media-tile embed,
  .media-tile object,
  .media-tile video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .media-tile .img-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .media-tile.media-src-2by1 {
    padding-bottom: 100%; }
  .media-tile.media-src-4by3 {
    padding-bottom: 75%; }
  .media-tile.media-src-16by9 {
    padding-bottom: 56.25%; }
  .media-tile.media-src-1by2 {
    padding-bottom: 50%; }
  .media-tile.media-src-1by3 {
    padding-bottom: 33.33333333%; }
  .media-tile.google-map {
    padding-bottom: 62%; }
  .media-tile.promo-tile {
    padding-bottom: 35%; }
  .media-tile span {
    display: block; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/*
--------------------------------------------------
    List Shared Styling
-------------------------------------------------- 
*/
.list .list-item, .text-list-component .list-item {
  background: white; }
  .list .list-item:nth-of-type(odd), .text-list-component .list-item:nth-of-type(odd) {
    background: whitesmoke; }

.list.opacity-1 .list-item, .opacity-1.text-list-component .list-item {
  background: rgba(51, 51, 51, 0.05); }
  .list.opacity-1 .list-item:nth-of-type(odd), .opacity-1.text-list-component .list-item:nth-of-type(odd) {
    background: rgba(51, 51, 51, 0.1); }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
.svg-padding-sm {
  padding: 0 25px !important; }

.svg-padding-md {
  padding: 0 50px !important; }

.svg-padding-lg {
  padding: 0 100px !important; }

.svg-bg {
  background-size: contain !important; }

/* Owl Carousel */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("synopsys-pagelibs/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #646e81;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #646e81;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/**
*
* This file is updated automatically by yoeman generator-synopsys-component.
*
* ONLY MODIFY IF YOU KNOW WHAT YOU ARE DOING!
*
*/
/**
 *  Main css for podcasts
 */
html.touch .component-podcasts .cta:hover {
  color: #646e81;
  text-decoration: none; }

html.touch .component-podcasts .cta:active {
  color: #646e81;
  text-decoration: underline; }

.component-podcasts h4 {
  font-weight: 400; }

.component-podcasts .podcasts-list {
  margin: 25px 10px 0 10px; }

.component-podcasts .podcasts-item {
  padding-bottom: 20px; }
  .component-podcasts .podcasts-item .title {
    font-weight: 400; }
  .component-podcasts .podcasts-item .date {
    font-weight: 400;
    color: #646e81;
    margin-bottom: 10px; }
  .component-podcasts .podcasts-item p {
    margin-bottom: 0; }

.component-podcasts .cta {
  background-color: #f7f7fa;
  display: block;
  text-align: center;
  color: #646e81;
  padding: 12px; }

.component-podcasts .fullWidthButton {
  display: block;
  width: 100%;
  background-color: #f7f7fa;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  outline: none;
  border: none; }

.component-podcasts .fullWidthButton:hover {
  background-color: #f9f9f9;
  color: #000000; }

.background-component.light-grey-bg .component-podcasts .cta {
  background-color: #ffffff; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-podcasts .component-podcasts > .row > .podcasts-col:nth-child(1) {
    padding-right: 45px; }
  .component-podcasts .component-podcasts > .row > .podcasts-col:nth-child(2) {
    padding-left: 45px; } }

/**
 *  Main css for mosaicHeadline
 */
.component-mosaicHeadline {
  position: relative;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 400px; }
  .component-mosaicHeadline p {
    text-overflow: clip;
    margin: 0; }
  .component-mosaicHeadline .footerText {
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    font-size: 18px; }

.component-mosaicHeadline:hover {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicHeadline {
    padding: 15px;
    height: 280px; }
    .component-mosaicHeadline .component-text p {
      position: absolute;
      padding-right: 15px;
      top: 7px; }
    .component-mosaicHeadline .component-text .text-size-smaller {
      display: block;
      margin-top: -.12em;
      font-size: 1.0em !important; }
    .component-mosaicHeadline .component-text .text-size-normal {
      display: block;
      margin-top: -.15em;
      font-size: 1.2em !important; }
    .component-mosaicHeadline .component-text .text-size-larger {
      display: block;
      margin-top: -.15em;
      font-size: 1.5em !important; }
    .component-mosaicHeadline .footerText {
      font-size: 18px;
      bottom: 9px; }
  .component-mosaicHeadline.doubleHeight {
    height: 580px; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicHeadline {
    padding: 15px;
    height: 280px; }
    .component-mosaicHeadline .component-text p {
      position: absolute;
      top: 7px;
      padding-right: 15px; }
    .component-mosaicHeadline .component-text .text-size-smaller {
      display: block;
      margin-top: -.12em;
      font-size: 1.5em !important; }
    .component-mosaicHeadline .component-text .text-size-normal {
      display: block;
      margin-top: -.15em;
      font-size: 1.8em !important; }
    .component-mosaicHeadline .component-text .text-size-larger {
      display: block;
      margin-top: -.15em;
      font-size: 2.0em !important; }
    .component-mosaicHeadline .footerText {
      font-size: 14px;
      bottom: 9px; }
  .component-mosaicHeadline.doubleHeight {
    height: 580px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicHeadline {
    padding: 20px;
    height: 400px; }
    .component-mosaicHeadline p {
      position: absolute;
      top: 7px;
      padding-right: 22px; }
    .component-mosaicHeadline .text-size-smaller {
      display: block;
      margin-top: -.12em;
      font-size: 1.5em !important; }
    .component-mosaicHeadline .text-size-normal {
      display: block;
      margin-top: -.15em;
      font-size: 1.8em !important; }
    .component-mosaicHeadline .text-size-larger {
      display: block;
      margin-top: -.15em;
      font-size: 2.0em !important; }
    .component-mosaicHeadline a {
      font-size: 18px; }
    .component-mosaicHeadline .footerText {
      font-size: 18px;
      bottom: 12px; }
  .component-mosaicHeadline.doubleHeight {
    height: 820px; } }

/**
 *  Main css for synopsysSearch
 */
/**
 *  Main css for protocolListFilter
 */
/**
 *  Main css for anchor
 */
/**
 *  Main css for dataSheetDetail
 */
.component-dataSheetDetail {
  color: #646e81;
  padding-left: 15px;
  padding-right: 15px;
  word-wrap: break-word; }
  .component-dataSheetDetail .top-30 {
    margin-top: 30px; }
  .component-dataSheetDetail .pageTitle {
    font-size: 45px;
    color: #5a2a82;
    margin-left: -15px; }
  .component-dataSheetDetail .title {
    color: #5a2a82;
    font-size: 22px; }
    .component-dataSheetDetail .title h5 {
      font-weight: bolder;
      display: inline-block;
      margin-bottom: 0; }
  .component-dataSheetDetail .direction {
    color: #5a2a82;
    font-size: 22px; }
    .component-dataSheetDetail .direction h5 {
      font-weight: bolder;
      display: inline-block;
      margin-bottom: 0; }
  .component-dataSheetDetail .description p {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 100;
    color: #646e81; }
  .component-dataSheetDetail .header {
    padding: 0 15px; }
  .component-dataSheetDetail .specTitle {
    font-size: 18px;
    color: #646e81;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px; }
  .component-dataSheetDetail .details {
    border-top: solid 3px #ccc;
    border-bottom: solid 3px #ccc; }
    .component-dataSheetDetail .details .row {
      padding: 10px 0;
      margin: 0;
      border-top: solid 1px #ccc; }
    .component-dataSheetDetail .details .row:first-of-type {
      border-top: none; }
    .component-dataSheetDetail .details .specName {
      font-size: 22px;
      font-weight: 400;
      color: #5a2a82;
      text-transform: uppercase; }
    .component-dataSheetDetail .details p {
      font-size: 20px;
      font-weight: 100;
      color: #646e81; }
  .component-dataSheetDetail .features ul {
    color: #646e81;
    padding-left: 20px; }
    .component-dataSheetDetail .features ul li {
      padding-bottom: 10px; }
  .component-dataSheetDetail .features .component-button, .component-dataSheetDetail .features .component-button-purple, .component-dataSheetDetail .features .component-button-gray, .component-dataSheetDetail .features .component-button-orange {
    width: 100%;
    margin: 0 20px;
    text-align: center; }

@media (max-width: 992px) {
  .component-dataSheetDetail .row .col-md-3, .component-dataSheetDetail .row .col-md-9 {
    padding: 0 40px !important; }
  .component-dataSheetDetail .pageTitle {
    font-size: 30px;
    padding-left: 0; }
  .component-dataSheetDetail .title {
    display: none; }
  .component-dataSheetDetail .direction {
    display: none; }
  .component-dataSheetDetail .description p {
    font-size: 16px; }
  .component-dataSheetDetail .details p {
    font-size: 16px; }
  .component-dataSheetDetail .details .specName {
    font-size: 16px; }
  .component-dataSheetDetail .features {
    padding-top: 30px; }
    .component-dataSheetDetail .features .component-button, .component-dataSheetDetail .features .component-button-purple, .component-dataSheetDetail .features .component-button-gray, .component-dataSheetDetail .features .component-button-orange {
      margin: 10px 0 20px 0; }
    .component-dataSheetDetail .features h5 {
      padding-bottom: 20px; }
    .component-dataSheetDetail .features ul {
      list-style: none;
      padding-left: 0;
      font-size: 18px; }
      .component-dataSheetDetail .features ul li {
        border-bottom: solid 1px #ccc;
        margin-bottom: 10px; } }

@media (max-width: 730px) {
  .component-dataSheetDetail .row .col-md-3, .component-dataSheetDetail .row .col-md-9 {
    padding: 0 20px !important; }
  .component-dataSheetDetail .pageTitle {
    padding-left: 0; }
  .component-dataSheetDetail .description p {
    font-size: 18px !important; }
  .component-dataSheetDetail .specTitle {
    display: none; } }

/**
 *  Main css for dataSheets
 */
.component-dataSheets .pageTitle {
  font-size: 55px;
  color: #5a2a82; }

.component-dataSheets #topRowFilterContainer {
  display: none; }
  .component-dataSheets #topRowFilterContainer .listTitle {
    font-size: 30px; }
  .component-dataSheets #topRowFilterContainer .filterResults {
    color: #316aca;
    font-size: 16px;
    font-weight: bolder; }

.component-dataSheets .filterContainer {
  background-color: #f7f7fa;
  width: 100%;
  padding: 27px;
  margin-bottom: 30px;
  margin-top: 25px; }
  .component-dataSheets .filterContainer h5 {
    font-weight: 400; }
  .component-dataSheets .filterContainer .header {
    padding: 10px 0px 15px 0px; }
    .component-dataSheets .filterContainer .header h5 {
      margin: 0px; }
  .component-dataSheets .filterContainer .filterGroup {
    padding-bottom: 20px; }
  .component-dataSheets .filterContainer .filterOption {
    padding: 5px 0px;
    margin: 0px; }
  .component-dataSheets .filterContainer .input {
    margin: 0px; }
  .component-dataSheets .filterContainer #filterSearch {
    margin-bottom: 20px; }
  .component-dataSheets .filterContainer #allRadio {
    padding-bottom: 20px; }
  .component-dataSheets .filterContainer ::-webkit-input-placeholder {
    padding-left: 10px; }
  .component-dataSheets .filterContainer :-moz-placeholder {
    /* Firefox 18- */
    padding-left: 10px; }
  .component-dataSheets .filterContainer ::-moz-placeholder {
    /* Firefox 19+ */
    padding-left: 10px; }
  .component-dataSheets .filterContainer :-ms-input-placeholder {
    padding-left: 10px; }
  .component-dataSheets .filterContainer input[type="search"] {
    -webkit-appearance: textfield; }
  .component-dataSheets .filterContainer input[type="radio"] {
    position: relative;
    margin-left: 0px;
    border-radius: 2px; }
  .component-dataSheets .filterContainer input[type="radio"] + label {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #646e81;
    padding-left: 5px; }
  .component-dataSheets .filterContainer input[type="radio"]:checked + label {
    color: #000; }

.component-dataSheets .groupTitle {
  color: #6f4094;
  border-top: solid thin #f3f3f5;
  margin-top: 10px;
  padding-top: 10px; }

.component-dataSheets .protocolList .listTitle {
  font-size: 55px;
  color: #5a2a82; }

.component-dataSheets .protocolList p {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 100;
  color: #646e81; }

.component-dataSheets .protocolList .filterResults {
  display: none; }

.component-dataSheets .groupedProtocols .protocolLink {
  margin-left: 30px; }

.component-dataSheets .protocolLink {
  position: relative;
  border-top: solid thin #f3f3f5;
  margin-top: 10px;
  padding-top: 10px; }

.component-dataSheets .protocolLink > a:after {
  position: absolute;
  right: 20px;
  top: -5px;
  content: '\203A';
  font-size: 35px; }

@media (max-width: 730px) {
  .component-dataSheets .pageTitle {
    font-size: 36px; }
  .component-dataSheets .filterContainer {
    display: none;
    margin-top: 0; }
    .component-dataSheets .filterContainer h5 {
      font-size: 26px; }
    .component-dataSheets .filterContainer .header {
      padding: 10px 0px 15px 0px; }
      .component-dataSheets .filterContainer .header h5 {
        margin: 0px; }
    .component-dataSheets .filterContainer #filterSearch {
      width: 100%; }
  .component-dataSheets .filterContainer:before {
    position: absolute;
    top: 41px;
    left: 80%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f7f7fa;
    border-left: 7px solid transparent;
    content: ''; }
  .component-dataSheets .filterContainer:after {
    position: absolute;
    top: 42px;
    left: 80%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f7f7fa;
    border-left: 6px solid transparent;
    content: ''; }
  .component-dataSheets .protocolList .listTitle {
    font-size: 30px; }
  .component-dataSheets .protocolList .filterResults {
    display: block;
    color: #316aca;
    font-size: 16px;
    font-weight: bolder; }
  .component-dataSheets .protocolList p {
    display: none; } }

@media (max-width: 992px) {
  .component-dataSheets .filterContainer {
    padding: 20px; }
  .component-dataSheets #filterSearch {
    width: 100%; } }

.dataentry-form {
  margin: auto;
  width: 60%;
  padding: 10px; }
  .dataentry-form input {
    width: 250px;
    padding: 5px; }

#tableContainer {
  width: 100%; }

#leftCol {
  float: left;
  width: 40%; }

#middleCol {
  float: left;
  width: 20%; }

#righteCol {
  float: left;
  width: 30%; }

.labelCol {
  float: left;
  width: 25%; }

.valueCol {
  float: left;
  width: 75%; }

/**
 *  Main css for htmlTextOnly
 */
/**
 *  Main css for twitterAccountsForm
 */
.twitterAccounts-form .delete {
  font-size: 12px; }

.twitterAccounts-form #error {
  color: red; }

.twitterAccounts-form #account-table {
  border-collapse: separate;
  border-spacing: .5em; }
  .twitterAccounts-form #account-table tr td .coral-Textfield {
    font-size: 1.813rem; }
  .twitterAccounts-form #account-table tr td .coral-TagList-tag-label {
    font-size: 1.8125rem; }
  .twitterAccounts-form #account-table tr td .coral-TagList {
    width: 400px; }

.twitterAccounts-form #table {
  margin-top: -1em;
  border-collapse: separate;
  border-spacing: .2em; }

/**
 *  Main css for tweet
 */
.component-tweet .fa-twitter {
  font-size: 48px;
  color: #00aced;
  float: left;
  padding-right: 30px; }

.component-tweet .tweet {
  overflow: hidden; }

/**
 *  Main css for contactUs
 */
.component-contact-us [class^="col-"] {
  color: #646e81; }

.component-contact-us .icon-wrapper {
  text-align: center; }

.component-contact-us .icon-email {
  display: inline-block;
  line-height: 1.6px;
  width: 17px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41NjIiIGhlaWdodD0iMTEuNSIgdmlld0JveD0iMCAwIDE2LjU2MiAxMS41Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYmZjM2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb246X2VtYWlsIiBkYXRhLW5hbWU9Imljb246IGVtYWlsIiBjbGFzcz0iY2xzLTEiIGQ9Ik03MjIuNDA1LDE3NzUuNzlhMC40MzEsMC40MzEsMCwwLDAtLjAwOC0wLjA4YzAtLjAyLDAtMC4wNC0wLjAwOS0wLjA2YTAuMzA4LDAuMzA4LDAsMCwwLS4wMjEtMC4wN2MtMC4wMDctLjAyLTAuMDE0LTAuMDUtMC4wMjMtMC4wN2EwLjE2NSwwLjE2NSwwLDAsMC0uMDMtMC4wNSwwLjMyMywwLjMyMywwLDAsMC0uMDQxLTAuMDdjMC0uMDEsMC0wLjAxLTAuMDA4LTAuMDJsLTAuMDMzLS4wM3EtMC4wMjQtLjAzLTAuMDUxLTAuMDZhNzIwNDg3MDc2MzMuMiw3MjA0ODcwNzYzMy4yLDAsMCwxLS4xMS0wLjA4LDAuMjA4LDAuMjA4LDAsMCwwLS4wNjMtMC4wNGwtMC4wNjItLjAzYy0wLjAyMi0uMDEtMC4wNDUtMC4wMS0wLjA2OS0wLjAycy0wLjA0Mi0uMDEtMC4wNjUtMC4wMWEwLjIxNSwwLjIxNSwwLDAsMC0uMDc5LTAuMDFjLTAuMDE2LDAtLjAzLTAuMDEtMC4wNDYtMC4wMUg3MDYuNTczYy0wLjAxNiwwLS4wMzEuMDEtMC4wNDYsMC4wMWEwLjIxMiwwLjIxMiwwLDAsMC0uMDc5LjAxYy0wLjAyMywwLS4wNDQuMDEtMC4wNjYsMC4wMXMtMC4wNDYuMDEtLjA2OCwwLjAybC0wLjA2Mi4wM2EwLjIsMC4yLDAsMCwwLS4wNjMuMDQsNjkxNjY3NTkyNzguODY3LDY5MTY2NzU5Mjc4Ljg2NywwLDAsMS0uMTEuMDhsLTAuMDUyLjA2LTAuMDMyLjAzYzAsMC4wMSwwLC4wMS0wLjAwOC4wMmEwLjI4NywwLjI4NywwLDAsMC0uMDQxLjA3LDAuMTY1LDAuMTY1LDAsMCwwLS4wMy4wNWMtMC4wMDkuMDItLjAxNiwwLjA1LTAuMDIzLDAuMDdhMC4zMDgsMC4zMDgsMCwwLDAtLjAyMS4wN2MwLDAuMDItLjAwNi4wNC0wLjAwOSwwLjA2YTAuNDMxLDAuNDMxLDAsMCwwLS4wMDguMDhsMCwwLjAxdjEwLjA4YTAuNzE4LDAuNzE4LDAsMCwwLC43Mi43MmgxNS4xMTRhMC43MTksMC43MTksMCwwLDAsLjcyLTAuNzJWMTc3NS44Wm0tMi44OTUuNzMtNS4zOCw0LTUuMzgxLTRINzE5LjUxWm0tMTIuMjE3LDguNjR2LTcuOTNsNi40MDgsNC43NmEwLjY4OCwwLjY4OCwwLDAsMCwuODU4LDBsNi40MDgtNC43NnY3LjkzSDcwNy4yOTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA1Ljg0NCAtMTc3NS4wOSkiLz4KPC9zdmc+Cg==); }

.component-contact-us .col-left {
  vertical-align: top;
  display: inline-block;
  margin-right: 30px; }

.component-contact-us .col-right {
  vertical-align: top;
  display: inline-block; }

.component-contact-us .col-contact {
  width: 100%; }
  .component-contact-us .col-contact .contact-label {
    color: #5a3081;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 30px 0; }

.component-contact-us .col-address {
  width: 100%;
  margin-bottom: 30px; }

.component-contact-us .col-phone {
  width: 100%;
  margin-bottom: 30px; }

.component-contact-us .col-directory {
  width: 100%; }
  .component-contact-us .col-directory a.directory-link {
    display: block; }

.component-contact-us .col-cta {
  width: 100%; }
  .component-contact-us .col-cta a {
    display: block; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-contact-us {
    text-align: center; }
    .component-contact-us [class^="col-"] {
      vertical-align: top;
      display: inline-block;
      width: auto;
      text-align: left; }
    .component-contact-us .col-left {
      margin: 0; }
    .component-contact-us .col-contact {
      padding: 0 15px; }
      .component-contact-us .col-contact .contact-label {
        color: #2e3c4d;
        font-size: 20px; }
    .component-contact-us .col-address {
      padding: 0 15px;
      margin: -.2em 0 0 0; }
    .component-contact-us .col-phone {
      padding: 0 15px;
      margin: -.2em 0 0 0; }
    .component-contact-us .col-directory {
      margin: -.2em 0 0 0; }
    .component-contact-us .col-cta {
      margin: -.15em 0 0 0;
      padding: 0 15px; } }

/* MD Desktop */
@media (min-width: 992px) {
  .component-contact-us .col-contact {
    padding: 0 25px; }
  .component-contact-us .col-address {
    padding: 0 25px; }
  .component-contact-us .col-phone {
    padding: 0 25px; }
  .component-contact-us .col-directory {
    padding: 0 25px; }
  .component-contact-us .col-cta {
    padding: 0 25px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-contact-us .col-cta {
    margin: 0; }
  .component-contact-us .icon-email {
    width: 24px;
    height: 17px; } }

/**
 *  Main css for mosaiccardrte
 */
.component-mosaicCardRTEComponent {
  position: relative;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: auto;
  padding: 25px 15px;
  word-break: break-word; }
  .component-mosaicCardRTEComponent h1, .component-mosaicCardRTEComponent h2, .component-mosaicCardRTEComponent h3, .component-mosaicCardRTEComponent h4, .component-mosaicCardRTEComponent h5, .component-mosaicCardRTEComponent h6 {
    word-break: break-word; }
    .component-mosaicCardRTEComponent h1:first-child, .component-mosaicCardRTEComponent h2:first-child, .component-mosaicCardRTEComponent h3:first-child, .component-mosaicCardRTEComponent h4:first-child, .component-mosaicCardRTEComponent h5:first-child, .component-mosaicCardRTEComponent h6:first-child {
      margin-top: 0; }
    .component-mosaicCardRTEComponent h1:last-child, .component-mosaicCardRTEComponent h2:last-child, .component-mosaicCardRTEComponent h3:last-child, .component-mosaicCardRTEComponent h4:last-child, .component-mosaicCardRTEComponent h5:last-child, .component-mosaicCardRTEComponent h6:last-child {
      margin-bottom: 0; }
  .component-mosaicCardRTEComponent p {
    word-break: break-word; }
    .component-mosaicCardRTEComponent p:last-child {
      margin-bottom: 0; }
  .component-mosaicCardRTEComponent ul, .component-mosaicCardRTEComponent ol {
    padding-left: 20px; }
    .component-mosaicCardRTEComponent ul:last-child, .component-mosaicCardRTEComponent ol:last-child {
      margin-bottom: 0; }
  .component-mosaicCardRTEComponent:hover {
    box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardRTEComponent {
    height: auto; }
  .component-mosaicCardRTEComponent.doubleHeight {
    height: auto; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicCardRTEComponent {
    border-bottom: 15px solid transparent;
    padding: 15px 15px 0 15px;
    height: 280px; }
  .component-mosaicCardRTEComponent.doubleHeight {
    height: 580px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardRTEComponent {
    border-bottom: 20px solid transparent;
    padding: 20px 20px 0 20px;
    height: 400px; }
    .component-mosaicCardRTEComponent a {
      font-size: 18px; }
  .component-mosaicCardRTEComponent.doubleHeight {
    height: 820px; } }

/**
 *  Main css for richtexteditor
 */
.component-rte ul, .component-rte ol {
  padding-left: 20px; }

.component-rte.left-right-pad-xs {
  padding-left: 15px;
  padding-right: 15px; }

.component-rte.left-right-pad-sm {
  padding-left: 30px;
  padding-right: 30px; }

.component-rte.left-right-pad-md {
  padding-left: 60px;
  padding-right: 60px; }

/**
 *  Main css for navLeftMobile
 */
html.touch .component-navLeftMobile a:hover {
  color: #646e81;
  text-decoration: none; }

html.touch .component-navLeftMobile a:active {
  color: #000000;
  text-decoration: underline; }

.component-navLeftMobile {
  position: absolute;
  background-color: #ffffff;
  z-index: 1005;
  min-width: 400px;
  width: 50%;
  height: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: 50px; }
  .component-navLeftMobile .purpleBar {
    height: 20px;
    background-color: #5a2a82;
    width: 100%; }
  .component-navLeftMobile .search-wrapper {
    margin: 0px 0 40px 0;
    background-color: #ffffff;
    padding-top: 20px; }
    .component-navLeftMobile .search-wrapper .component-search {
      height: 40px;
      padding: 0 60px 0 40px; }
      .component-navLeftMobile .search-wrapper .component-search > form {
        float: left;
        display: block;
        height: 100%;
        width: 100%;
        background-color: #ffffff; }
        .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box {
          font-size: 20px;
          vertical-align: bottom;
          background-size: 20px;
          background-position: 0px center !important;
          box-sizing: border-box;
          height: 100%;
          padding-top: 0;
          padding-bottom: 0;
          border-top: none;
          border-left: none;
          border-right: none;
          padding-left: 25px;
          width: 100% !important;
          color: #5a2a82;
          border-bottom-color: #5a2a82; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus {
            padding-right: 5px !important;
            padding-left: 25px !important; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box::-webkit-input-placeholder {
            color: #bbbfc6 !important; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:-moz-placeholder {
            color: #bbbfc6 !important; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box::-moz-placeholder {
            color: #bbbfc6 !important; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:-ms-input-placeholder {
            color: #bbbfc6 !important; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus::-webkit-input-placeholder {
            color: #bbbfc6 !important; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus:-moz-placeholder {
            color: #bbbfc6 !important; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus::-moz-placeholder {
            color: #bbbfc6 !important; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus:-ms-input-placeholder {
            color: #bbbfc6 !important; }
        .component-navLeftMobile .search-wrapper .component-search > form .close-icon {
          height: 15px;
          width: 15px;
          top: 14px !important;
          right: 10px;
          display: none !important; }
        .component-navLeftMobile .search-wrapper .component-search > form .search-Box:not(:focus) ~ .close-icon,
        .component-navLeftMobile .search-wrapper .component-search > form .search-Box:not(:valid) ~ .close-icon {
          display: block; }
  .component-navLeftMobile .close-button {
    padding: 0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My4zNCA4My4zNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM4YjkyYTE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSIyLjEyIiB4Mj0iODEuMjIiIHkyPSI4MS4yMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSI4MS4yMiIgeDI9IjgxLjIyIiB5Mj0iMi4xMiIvPjwvc3ZnPg==);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    right: 30px;
    top: 40px;
    position: absolute;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer; }
  .component-navLeftMobile .main-menu {
    display: none; }
    .component-navLeftMobile .main-menu.active {
      display: block; }
  .component-navLeftMobile .sub-menu {
    display: none; }
    .component-navLeftMobile .sub-menu.active {
      display: block; }
    .component-navLeftMobile .sub-menu .returnLink {
      font-size: 16px;
      padding-top: 25px;
      padding-bottom: 20px;
      padding-left: 40px;
      text-transform: uppercase;
      cursor: pointer; }
    .component-navLeftMobile .sub-menu .returnLink:hover {
      text-decoration: underline; }
  .component-navLeftMobile .nav-group {
    padding-bottom: 40px; }
  .component-navLeftMobile .nav-group-title {
    padding-left: 40px;
    padding-right: 20px;
    text-transform: uppercase;
    color: #5a2a82;
    font-weight: 300;
    font-size: 26px; }
  .component-navLeftMobile .additional-components {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px; }
    .component-navLeftMobile .additional-components .container {
      width: 100% !important;
      padding: 0; }
  .component-navLeftMobile a {
    display: block;
    font-size: 20px;
    color: #646e81;
    padding-left: 40px;
    padding-right: 50px; }
  .component-navLeftMobile a:hover {
    color: #000000; }
  .component-navLeftMobile a.subMenu {
    position: absolute;
    right: 30px;
    font-size: 24px;
    padding: 0 10px; }
  .component-navLeftMobile a:active, .component-navLeftMobile a.subMenu:active {
    background-color: #f6f6f6; }

@media (min-width: 730px) {
  .component-navLeftMobile .nav-group-title {
    font-size: 22px; } }

@media (max-width: 730px) {
  .component-navLeftMobile {
    position: relative;
    min-width: initial;
    width: 100%;
    height: auto;
    min-height: -webkit-calc(100vh - 38px);
    min-height: calc(100vh - 38px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: 50px; }
    .component-navLeftMobile .purpleBar {
      height: 20px;
      background-color: #5a2a82;
      width: 100%; }
    .component-navLeftMobile .search-wrapper {
      margin: 0px 0 40px 0;
      background-color: #ffffff;
      padding-top: 20px; }
      .component-navLeftMobile .search-wrapper .component-search {
        height: 40px;
        padding: 0 20px 0 20px; }
        .component-navLeftMobile .search-wrapper .component-search > form {
          float: left;
          display: block;
          height: 100%;
          width: 100%;
          background-color: #ffffff; }
          .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box {
            font-size: 16px !important;
            vertical-align: bottom;
            background-size: 15px;
            background-position: 0px center !important;
            box-sizing: border-box;
            height: 100%;
            padding-top: 0;
            padding-bottom: 0;
            border-top: none;
            border-left: none;
            border-right: none;
            padding-left: 25px;
            width: 100% !important;
            color: #5a2a82;
            border-bottom-color: #5a2a82; }
            .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box::-webkit-input-placeholder {
              color: #bbbfc6 !important; }
            .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:-moz-placeholder {
              color: #bbbfc6 !important; }
            .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box::-moz-placeholder {
              color: #bbbfc6 !important; }
            .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:-ms-input-placeholder {
              color: #bbbfc6 !important; }
            .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus::-webkit-input-placeholder {
              color: #bbbfc6 !important; }
            .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus:-moz-placeholder {
              color: #bbbfc6 !important; }
            .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus::-moz-placeholder {
              color: #bbbfc6 !important; }
            .component-navLeftMobile .search-wrapper .component-search > form input[type=search].search-Box:focus:-ms-input-placeholder {
              color: #bbbfc6 !important; }
          .component-navLeftMobile .search-wrapper .component-search > form .close-icon {
            height: 15px;
            width: 15px;
            top: 14px !important;
            right: 10px;
            display: none !important; }
          .component-navLeftMobile .search-wrapper .component-search > form .search-Box:not(:focus) ~ .close-icon,
          .component-navLeftMobile .search-wrapper .component-search > form .search-Box:not(:valid) ~ .close-icon {
            display: block; }
    .component-navLeftMobile .close-button {
      padding: 0;
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My4zNCA4My4zNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM4YjkyYTE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSIyLjEyIiB4Mj0iODEuMjIiIHkyPSI4MS4yMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSI4MS4yMiIgeDI9IjgxLjIyIiB5Mj0iMi4xMiIvPjwvc3ZnPg==);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      height: 18px;
      width: 18px;
      left: 25px;
      top: -35px;
      position: absolute;
      border: none;
      display: inline-block;
      vertical-align: middle;
      outline: 0;
      cursor: pointer; }
    .component-navLeftMobile .main-menu {
      display: none; }
      .component-navLeftMobile .main-menu.active {
        display: block; }
    .component-navLeftMobile .sub-menu {
      display: none; }
      .component-navLeftMobile .sub-menu.active {
        display: block; }
      .component-navLeftMobile .sub-menu .returnLink {
        font-size: 16px;
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 30px;
        text-transform: uppercase;
        cursor: pointer; }
    .component-navLeftMobile .nav-group {
      padding-bottom: 40px; }
    .component-navLeftMobile .nav-group-title {
      padding-left: 30px;
      padding-right: 20px;
      text-transform: uppercase; }
    .component-navLeftMobile a {
      display: block;
      font-size: 20px;
      color: #646e81;
      padding-left: 30px;
      padding-right: 50px; }
    .component-navLeftMobile a:hover {
      color: #000000; }
    .component-navLeftMobile .additional-components {
      padding-left: 30px;
      padding-right: 30px; } }

/**
 *  Main css for pageList
 */
.component-pageList .no-margin {
  margin: 0; }

.component-pageList h5 {
  margin-top: 15px;
  margin-bottom: 0; }

.component-pageList ul.pageLinks li {
  padding-bottom: 5px; }

ul.pageLinks {
  list-style: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0px;
  margin-top: 15px;
  margin-bottom: 0; }
  ul.pageLinks .three-column {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    max-width: 460px; }
  ul.pageLinks .two-column {
    -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;
    max-width: 460px; }
  ul.pageLinks .one-column {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    max-width: 460px; }

ul.pageLinks li {
  position: relative; }

ul.pageLinks li a {
  display: block;
  padding-top: 0;
  font-size: 16px; }

ul.pageLinks li:hover a .pageLink-dropdown,
ul.pageLinks li.active a .pageLink-dropdown {
  display: block; }

.pageLink-dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  top: 50px;
  width: 50%; }

.pageLink-dropdown ul {
  list-style: none;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: #ffffff;
  padding-left: 10px; }

.pageLink-dropdown ul li {
  background: #ffffff; }

.pageLink-dropdown ul li:hover a {
  background: #ffffff; }

.pageLink-dropdown:before {
  position: absolute;
  top: -7px;
  left: 25%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.pageLink-dropdown:after {
  position: absolute;
  top: -6px;
  left: 25%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ''; }

@media (max-width: 729px) {
  ul.pageLinks .three-column {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px; } }

/**
 *  Main css for boxLinkContainer
 */
.component-boxLinkContainer {
  padding: 20px 30px 20px 30px; }
  .component-boxLinkContainer.no-side-padding {
    padding: 20px 0; }
  .component-boxLinkContainer h2 {
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 15px;
    font-size: 20px; }
  .component-boxLinkContainer .no-title {
    padding-top: 25px; }

/* SM Tablet */
@media (min-width: 730px) {
  .component-boxLinkContainer h2 {
    font-size: 22px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-boxLinkContainer h2 {
    font-size: 30px; } }

/**
 *  Main css for googleMap
 */
.googleMap {
  padding: 20px; }

/**
 *  Main css for socialLinks
 */
.component-socialLinks ul.social-icons {
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .component-socialLinks ul.social-icons.align-left {
    text-align: left; }
  .component-socialLinks ul.social-icons.align-center {
    text-align: center; }
  .component-socialLinks ul.social-icons.align-right {
    text-align: right; }
  .component-socialLinks ul.social-icons li {
    display: inline-block; }
  .component-socialLinks ul.social-icons .icon-twitter,
  .component-socialLinks ul.social-icons .icon-linkedin,
  .component-socialLinks ul.social-icons .icon-facebook,
  .component-socialLinks ul.social-icons .icon-youtube {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px; }
  .component-socialLinks ul.social-icons .icon-twitter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYzVjN2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InR3aXR0ZXIiIGNsYXNzPSJjbHMtMSIgZD0iTTExMTAsMzY0N3YzMmgzMnYtMzJoLTMyWm0yMi4zNiwxMi43NGMwLjAxLDAuMTQuMDEsMC4yOCwwLjAxLDAuNDJhOS4zNCw5LjM0LDAsMCwxLTE0LjM3LDcuODcsNi43OTIsNi43OTIsMCwwLDAsLjc4LjA0LDYuNTgyLDYuNTgyLDAsMCwwLDQuMDgtMS40LDMuMywzLjMsMCwwLDEtMy4wNy0yLjI4LDMuMjIyLDMuMjIyLDAsMCwwLDEuNDktLjA2LDMuMjkzLDMuMjkzLDAsMCwxLTIuNjQtMy4yMnYtMC4wNGEzLjE2NiwzLjE2NiwwLDAsMCwxLjQ5LjQxLDMuMjkzLDMuMjkzLDAsMCwxLTEuMDItNC4zOCw5LjMyMyw5LjMyMywwLDAsMCw2Ljc3LDMuNDMsMy4wODEsMy4wODEsMCwwLDEtLjA5LTAuNzUsMy4yODksMy4yODksMCwwLDEsNS42OC0yLjI1LDYuNiw2LjYsMCwwLDAsMi4wOS0uNzksMy4yOTQsMy4yOTQsMCwwLDEtMS40NCwxLjgxLDYuMzA4LDYuMzA4LDAsMCwwLDEuODgtLjUxQTYuNzk0LDYuNzk0LDAsMCwxLDExMzIuMzYsMzY1OS43NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTEwIC0zNjQ3KSIvPgo8L3N2Zz4K); }
  .component-socialLinks ul.social-icons .icon-linkedin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYzVjN2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImZhY2Vib29rIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTczLjk2LDM2NjEuODJ2LTAuMDNhMC4wNTMsMC4wNTMsMCwwLDAtLjAyLjAzaDAuMDJaTTExNTcsMzY0N3YzMmgzMnYtMzJoLTMyWm0xMS42MywyMy42NWgtMy40M3YtMTAuMzJoMy40M3YxMC4zMlptLTEuNzEtMTEuNzNoLTAuMDNhMS43NywxLjc3LDAsMCwxLTEuODktMS43OEExLjkzNiwxLjkzNiwwLDEsMSwxMTY2LjkyLDM2NTguOTJabTE0LjA4LDExLjczaC0zLjQzdi01LjUyYzAtMS4zOS0uNS0yLjM0LTEuNzQtMi4zNGExLjg4NywxLjg4NywwLDAsMC0xLjc2LDEuMjYsMi4zNTMsMi4zNTMsMCwwLDAtLjExLjgzdjUuNzdoLTMuNDNzMC4wNC05LjM1LDAtMTAuMzJoMy40M3YxLjQ2YTMuNDEzLDMuNDEzLDAsMCwxLDMuMDktMS43YzIuMjYsMCwzLjk1LDEuNDcsMy45NSw0LjY0djUuOTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE1NyAtMzY0NykiLz4KPC9zdmc+Cg==); }
  .component-socialLinks ul.social-icons .icon-facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYzVjN2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmtlZGluIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjAzLDM2NDd2MzJoMzJ2LTMyaC0zMlptMTkuNDMsMTYuMDFoLTIuMjRWMzY3MWgtMy4zM3YtNy45OWgtMS41OHYtMi44M2gxLjU4di0xLjgzYTMuMTE5LDMuMTE5LDAsMCwxLDMuMzYtMy4zNWwyLjQ2LDAuMDF2Mi43NGgtMS43OWEwLjY3NywwLjY3NywwLDAsMC0uNy43N3YxLjY2aDIuNTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIwMyAtMzY0NykiLz4KPC9zdmc+Cg==); }
  .component-socialLinks ul.social-icons .icon-youtube {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYzVjN2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InlvdXR1YmUiIGNsYXNzPSJjbHMtMSIgZD0iTTEyNjAuMjYsMzY2NC40NmgwLjk0djQuNjloMC45MXYtNC42OWgwLjk1di0wLjhoLTIuOHYwLjhabTUuNi0zLjlhMC40LDAuNCwwLDAsMCwuMjktMC4xLDAuMzQyLDAuMzQyLDAsMCwwLC4xMS0wLjI4di0yLjQzYTAuMjc3LDAuMjc3LDAsMCwwLS4xMS0wLjI0LDAuNDM3LDAuNDM3LDAsMCwwLS4yOS0wLjA5LDAuNCwwLjQsMCwwLDAtLjI3LjA5LDAuMywwLjMsMCwwLDAtLjExLjI0djIuNDNhMC40MTQsMC40MTQsMCwwLDAsLjEuMjhBMC4zNzEsMC4zNzEsMCwwLDAsMTI2NS44NiwzNjYwLjU2Wm0yLjAxLDQuNDlhMC43MTEsMC43MTEsMCwwLDAtLjM3LjEsMS4xMzgsMS4xMzgsMCwwLDAtLjM1LjI4di0xLjc3aC0wLjgydjUuNDloMC44MnYtMC4zMWExLDEsMCwwLDAsLjM1LjI3LDAuOTI4LDAuOTI4LDAsMCwwLC40Mi4wOSwwLjY1OCwwLjY1OCwwLDAsMCwuNTUtMC4yMywwLjk4MSwwLjk4MSwwLDAsMCwuMTktMC42NnYtMi4yNGExLjIzMiwxLjIzMiwwLDAsMC0uMi0wLjc2QTAuNzE2LDAuNzE2LDAsMCwwLDEyNjcuODcsMzY2NS4wNVptLTAuMDQsMy4xNWEwLjUsMC41LDAsMCwxLS4wNy4yOCwwLjI2NiwwLjI2NiwwLDAsMS0uMjIuMDksMC40NTUsMC40NTUsMCwwLDEtLjItMC4wNSwwLjU3OSwwLjU3OSwwLDAsMS0uMTktMC4xNHYtMi41MmEwLjY0MywwLjY0MywwLDAsMSwuMTctMC4xMywwLjQ3MSwwLjQ3MSwwLDAsMSwuMTctMC4wNCwwLjMxLDAuMzEsMCwwLDEsLjI1LjExLDAuNDU5LDAuNDU5LDAsMCwxLC4wOS4zMXYyLjA5Wm0tMi45Mi0uMDJhMSwxLDAsMCwxLS4yNS4yMSwwLjQyNCwwLjQyNCwwLDAsMS0uMjIuMDksMC4xOTQsMC4xOTQsMCwwLDEtLjE3LTAuMDcsMC4zNDQsMC4zNDQsMCwwLDEtLjA1LTAuMnYtMy4xMWgtMC44MXYzLjM5YTAuODkzLDAuODkzLDAsMCwwLC4xNC41NCwwLjUyNCwwLjUyNCwwLDAsMCwuNDMuMTgsMC45NTYsMC45NTYsMCwwLDAsLjQ3LTAuMTMsMS43NTIsMS43NTIsMCwwLDAsLjQ2LTAuMzh2MC40NWgwLjgxdi00LjA1aC0wLjgxdjMuMDhaTTEyNTAsMzY0N3YzMmgzMnYtMzJoLTMyWm0xNy45Myw5Ljc2aDAuOTF2My40MmEwLjM1MiwwLjM1MiwwLDAsMCwuMDYuMjMsMC4yMTQsMC4yMTQsMCwwLDAsLjE4LjA3LDAuNTM4LDAuNTM4LDAsMCwwLC4yNi0wLjA5LDEuNTUzLDEuNTUzLDAsMCwwLC4yOC0wLjI0di0zLjM5aDAuOTF2NC40NmgtMC45MXYtMC40OWExLjgwNiwxLjgwNiwwLDAsMS0uNTMuNDEsMS4wNjEsMS4wNjEsMCwwLDEtLjUyLjE1LDAuNTgzLDAuNTgzLDAsMCwxLS40OC0wLjIsMC45MzQsMC45MzQsMCwwLDEtLjE2LTAuNnYtMy43M1ptLTMuMzgsMS4wMmExLjAyLDEuMDIsMCwwLDEsLjM2LTAuODIsMS40ODYsMS40ODYsMCwwLDEsLjk5LTAuMzEsMS4zNjQsMS4zNjQsMCwwLDEsLjkzLjMyLDEuMDg5LDEuMDg5LDAsMCwxLC4zNi44NHYyLjNhMS4xOSwxLjE5LDAsMCwxLS4zNS45LDEuNTcyLDEuNTcyLDAsMCwxLTEuOTQtLjAxLDEuMjI4LDEuMjI4LDAsMCwxLS4zNS0wLjkxdi0yLjMxWm0tMi40OS0yLjYsMC42NywyLjQxaDAuMDZsMC42NC0yLjQxaDEuMDRsLTEuMTksMy41M3YyLjUxaC0xLjAzdi0yLjM5bC0xLjIyLTMuNjVoMS4wM1pNMTI3NCwzNjY3LjlhMi45MjYsMi45MjYsMCwwLDEtMi45MiwyLjkzaC0xMC4xNmEyLjkyNiwyLjkyNiwwLDAsMS0yLjkyLTIuOTN2LTIuMzVhMi45MjMsMi45MjMsMCwwLDEsMi45Mi0yLjkyaDEwLjE2YTIuOTIzLDIuOTIzLDAsMCwxLDIuOTIsMi45MnYyLjM1Wm0tMy42OS0yLjlhMS4yMTYsMS4yMTYsMCwwLDAtLjg4LjMzLDEuMTQ1LDEuMTQ1LDAsMCwwLS4zNS44NnYxLjgyYTEuMywxLjMsMCwwLDAsLjMyLjkyLDEuMSwxLjEsMCwwLDAsLjg1LjMzLDEuMiwxLjIsMCwwLDAsLjkxLTAuMzEsMS4yODUsMS4yODUsMCwwLDAsLjMxLTAuOTR2LTAuMjFoLTAuODR2MC4xOGEwLjgzLDAuODMsMCwwLDEtLjA4LjQ3LDAuMzE4LDAuMzE4LDAsMCwxLS4yOC4xLDAuMjkzLDAuMjkzLDAsMCwxLS4yNy0wLjEyLDAuODE0LDAuODE0LDAsMCwxLS4wOC0wLjQ1di0wLjc2aDEuNTV2LTEuMDNhMS4xODgsMS4xODgsMCwwLDAtLjMtMC44OEExLjEzNCwxLjEzNCwwLDAsMCwxMjcwLjMxLDM2NjVabTAuMzIsMS41OWgtMC43MXYtMC40MWEwLjYzNywwLjYzNywwLDAsMSwuMDgtMC4zNiwwLjMxOCwwLjMxOCwwLDAsMSwuMjgtMC4xMSwwLjMxLDAuMzEsMCwwLDEsLjI3LjExLDAuNjM3LDAuNjM3LDAsMCwxLC4wOC4zNnYwLjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNTAgLTM2NDcpIi8+Cjwvc3ZnPgo=); }

/**
 *  Main css for filter
 */
.component-filter {
  background-color: #f7f7fa;
  width: 100%;
  padding: 30px; }
  .component-filter .header {
    padding: 35px 0px 10px 0px; }
    .component-filter .header h4 {
      margin: 0px; }
  .component-filter .clearButton {
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: bolder; }
  .component-filter .filterOption {
    padding: 5px 0px;
    margin: 0px; }
  .component-filter .subFilterOption {
    margin: 0px; }
  .component-filter .subFilters {
    padding: 0px 20px;
    margin: 0px;
    display: none; }
  .component-filter .checkbox {
    margin: 0px; }
  .component-filter .showSubFilters {
    display: block; }
  .component-filter .hideSubFilters {
    display: none; }
  .component-filter input[type="checkbox"] {
    position: relative;
    margin-left: 0px; }
  .component-filter input[type="checkbox"].topLevelCheckbox + label {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #646e81;
    padding-left: 5px; }
  .component-filter input[type="checkbox"].topLevelCheckbox:checked + label {
    color: #000; }
  .component-filter input[type="checkbox"].subLevelCheckbox + label {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #646e81;
    padding-left: 5px; }
  .component-filter input[type="checkbox"].subLevelCheckbox:checked + label {
    color: #000000; }

/**
 *  Main css for imageTextCta
 */
.component-imageTextCta h2 {
  margin-top: 0; }

.component-imageTextCta .title {
  font-size: 20px; }

.component-imageTextCta .text-col {
  margin-top: 15px; }

.component-imageTextCta .img-col {
  position: relative; }

.component-imageTextCta .component-buttons {
  text-align: center;
  margin: 10px 0 0 0; }
  .component-imageTextCta .component-buttons .component-button, .component-imageTextCta .component-buttons .component-button-purple, .component-imageTextCta .component-buttons .component-button-gray, .component-imageTextCta .component-buttons .component-button-orange {
    padding: 0; }
    .component-imageTextCta .component-buttons .component-button a, .component-imageTextCta .component-buttons .component-button-purple a, .component-imageTextCta .component-buttons .component-button-gray a, .component-imageTextCta .component-buttons .component-button-orange a {
      padding: 10px 30px;
      display: inline-block; }
  .component-imageTextCta .component-buttons .btn-purple {
    background-color: #80539c;
    color: #ffffff;
    margin-bottom: 10px; }
  .component-imageTextCta .component-buttons .btn-silver {
    background-color: #b5bbc6;
    color: #ffffff;
    margin-bottom: 10px; }
  .component-imageTextCta .component-buttons .btn-orange {
    background-color: #fcaf1a;
    color: #ffffff;
    margin-bottom: 10px; }
  .component-imageTextCta .component-buttons .btn {
    outline: none;
    min-width: 140px;
    padding: 10px 30px;
    font-weight: 300;
    border-radius: 3px;
    width: 100%;
    max-width: 225px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-imageTextCta .text-col {
    margin-top: -.2em; }
  .component-imageTextCta .btn-purple {
    font-size: 14px;
    margin: 0 15px 0 0; }
  .component-imageTextCta .btn-silver {
    font-size: 14px;
    margin: 0 15px 0 0; }
  .component-imageTextCta .btn-orange {
    font-size: 14px;
    margin: 0 15px 0 0; }
  .component-imageTextCta .component-buttons.align-left {
    text-align: left; }
  .component-imageTextCta .component-buttons.align-center {
    text-align: center; }
  .component-imageTextCta .component-buttons.align-right {
    text-align: right; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-imageTextCta .text-col {
    margin-top: -10px; }
  .component-imageTextCta .title {
    font-size: 30px;
    margin-top: 5px; }
  .component-imageTextCta .btn-purple {
    font-size: 16px; }
  .component-imageTextCta .btn-silver {
    font-size: 16px; }
  .component-imageTextCta .btn-orange {
    font-size: 16px; } }

/**
 *  Main css for boxLink
 */
.boxLinkItem {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative; }

html.touch .component-boxLink > ul:hover > li > ul {
  display: none; }

html.touch .component-boxLink > ul:hover > li > .icon:not(:last-child):after {
  content: '+'; }

.component-boxLink {
  position: relative;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: 78px;
  background-color: #ffffff;
  margin-bottom: 25px;
  /*
  > ul:hover > li > ul {
    display:block;
  }

  > ul:hover > li > .icon:not(:last-child):after {
      content: '\2013';
  }
  */ }
  .component-boxLink a:not([href]) {
    color: #000000;
    cursor: auto; }
    .component-boxLink a:not([href]):hover {
      cursor: auto;
      color: #000000;
      text-decoration: none; }
  .component-boxLink ul {
    height: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0; }
  .component-boxLink .topLink {
    display: block;
    height: 100%;
    padding: 0 55px 0 0;
    z-index: 1;
    position: relative; }
  .component-boxLink .vCenter {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 25px; }
  .component-boxLink .topLabel {
    padding: 0 55px 0 0;
    display: block;
    height: 100%; }
    .component-boxLink .topLabel.no-dropdown {
      padding: 0; }
  .component-boxLink ul a:hover {
    color: #316aca;
    cursor: pointer;
    text-decoration: none; }
  .component-boxLink ul li {
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    font-size: 18px; }
  .component-boxLink .icon {
    cursor: pointer;
    width: 55px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: #316aca;
    z-index: 2; }
  .component-boxLink .icon:after {
    text-align: center;
    line-height: 78px;
    display: block;
    height: 100%;
    content: '+';
    font-size: 25px; }
  .component-boxLink .icon:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1px solid #cdd0d6;
    bottom: 0;
    left: 0; }
  .component-boxLink .icon:last-child:before {
    content: '';
    border: none; }
  .component-boxLink .icon:last-child:after {
    content: '\203A';
    font-size: 35px; }
  .component-boxLink ul ul {
    display: none;
    top: 100%;
    background: #ffffff;
    padding: 0; }
  .component-boxLink ul ul li {
    display: block;
    padding: 0 25px;
    padding-top: 10px;
    padding-bottom: 5px; }
    .component-boxLink ul ul li:last-child {
      padding-bottom: 10px; }
  .component-boxLink ul ul a {
    line-height: 120%;
    color: #316aca;
    font-weight: lighter;
    overflow: auto; }
    .component-boxLink ul ul a:hover {
      text-decoration: underline;
      color: #32508f; }
  .component-boxLink ul ul ul {
    top: 0;
    left: 100%; }
  .component-boxLink ul li > ul {
    background-color: #ffffff;
    z-index: 1; }
  .component-boxLink .dropdown-link {
    position: absolute;
    width: 100%;
    box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    top: 78px;
    border-top: 1px solid #cdd0d6;
    height: auto;
    z-index: 1002; }
  .component-boxLink > ul.showMenu > li > ul {
    display: block; }
  .component-boxLink > ul.showMenu > li > .icon:not(:last-child):after {
    content: '\2013'; }

.component-boxLink:hover {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/* LG Desktop */
/**
 *  Main css for contact
 */
.component-contact {
  padding-bottom: 10px; }
  .component-contact .name {
    font-size: 18px;
    font-weight: 400; }
  .component-contact .component-image {
    padding-top: 10px; }
  .component-contact .text {
    display: block;
    color: #646e81; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-contact {
    padding-bottom: 20px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-contact {
    padding-bottom: 30px; } }

/**
 *  Main css for featuredImageTextLinks
 */
/**
 *  Main css for imageAndLinks
 */
.component-imageAndLinks {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 15px 20px 10px; }
  .component-imageAndLinks .title {
    margin-top: 0; }
  .component-imageAndLinks .linksTitle {
    font-family: sans-serif; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
@media (max-width: 480px) {
  .component-imageAndLinks .title {
    margin-left: -.5em; } }

/* XS Phone */
@media (min-width: 480px) {
  .component-imageAndLinks .title {
    margin-left: -.5em; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-imageAndLinks {
    padding: 15px 25px 30px 30px; }
    .component-imageAndLinks .description {
      margin-top: -.3em; }
    .component-imageAndLinks .image {
      padding-top: 0; }
    .component-imageAndLinks .title {
      margin-left: 0; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-imageAndLinks .title {
    font-size: 30px;
    margin-left: 0; } }

/**
 *  Main css for railContainer
 */
.component-railContainer .resources .title {
  font-size: 22px;
  color: #5a2a82;
  margin-bottom: 8px; }

.component-railContainer .resources ul {
  list-style: none;
  padding: 0; }
  .component-railContainer .resources ul li {
    margin-bottom: 8px; }
    .component-railContainer .resources ul li a {
      color: #646e81; }
      .component-railContainer .resources ul li a:hover {
        color: #21252b; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
@media (max-width: 480px) {
  .component-railCard:first-of-type {
    padding-top: 10px; } }

/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-railContainer .resources .title {
    font-size: 20px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-railContainer .resources .title {
    font-size: 22px; } }

/**
 *  Main css for railCard
 */
html.touch .component-railCard .component-text p a:hover {
  color: #646e81; }

html.touch .component-railCard .component-text p a:active {
  color: #21252b; }

.component-railCard {
  position: relative;
  overflow: hidden;
  margin: 0; }
  .component-railCard .component-text p {
    color: #646e81;
    margin-top: 0;
    margin-bottom: 25px;
    text-overflow: clip; }
    .component-railCard .component-text p a {
      color: #646e81; }
      .component-railCard .component-text p a:hover {
        color: #21252b; }
  .component-railCard .component-text p:last-of-type {
    margin-bottom: 0; }
  .component-railCard .component-text:last-of-type {
    margin-bottom: -webkit-calc(30px - .45em);
    margin-bottom: calc(30px - .45em); }
  .component-railCard .video-wrapper {
    margin-bottom: 10px; }
    .component-railCard .video-wrapper:last-child {
      margin-bottom: 30px; }
  .component-railCard .label-new {
    color: #5a2a82;
    text-transform: uppercase;
    font-weight: bold; }
  .component-railCard .flag {
    position: relative;
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px);
    margin-bottom: 10px; }
    .component-railCard .flag .text {
      padding: 5px 0 5px 25px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-railCard .component-text .heading {
    font-size: 20px; }
  .component-railCard .flag {
    margin-bottom: 5px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-railCard .component-text .heading {
    font-size: 30px; } }

/**
 *  Main css for quote
 */
.component-quote {
  padding-right: 1em;
  padding-left: 1em;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  max-width: 100%; }
  .component-quote .component-text .quote-text {
    font-size: 26px;
    color: #5a2a82;
    margin-bottom: 20px; }
  .component-quote .component-text p {
    position: relative; }
    .component-quote .component-text p::before {
      position: absolute;
      left: -.35em;
      content: '"'; }
    .component-quote .component-text p::after {
      position: relative;
      left: -.25em; }
  .component-quote .component-text p.quote-text.quote-japanese::before {
    content: '「';
    left: -.81em;
    top: -.1em; }
  .component-quote .component-text p.quote-text.quote-chinese-simplified::before {
    content: '"'; }
  .component-quote .component-text p.quote-text.quote-chinese-traditional::before {
    content: '「';
    left: -.81em;
    top: -.1em; }
  .component-quote .component-text p.quote-text.quote-german::before {
    content: '„'; }
  .component-quote .quote-attribution {
    text-align: left;
    color: #646e81;
    font-weight: 400;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin: 0; }
  .component-quote .quote-attribution-wrapper {
    float: left; }
  .component-quote .separator {
    display: none;
    line-height: 1; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-quote {
    overflow: hidden; }
    .component-quote .component-text .quote-text {
      font-size: 28px;
      color: #5a2a82;
      margin-bottom: 10px; }
    .component-quote .quote-attribution {
      display: inline-block; }
    .component-quote .quote-attribution-wrapper {
      float: right;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .component-quote .separator {
      margin: 0 6px;
      display: inline-block; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-quote {
    padding: 0 80px;
    overflow: hidden; }
    .component-quote .component-text .quote-text {
      font-size: 32px;
      color: #5a2a82; } }

/**
 *  Main css for navList
 */
.component-nav-list ul.nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0; }
  .component-nav-list ul.nav-list li.header {
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #e8ecee;
    margin: 0 0 4px 0; }
    .component-nav-list ul.nav-list li.header a {
      color: #2e3c4d; }
  .component-nav-list ul.nav-list li {
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 4px 0; }
    .component-nav-list ul.nav-list li a {
      color: #646e81; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
/* LG Desktop */
/**
 *  Main css for factoid
 */
.component-factoid {
  margin: 0 auto;
  text-align: center; }
  .component-factoid ul.factoid-list {
    list-style: none; }
    .component-factoid ul.factoid-list li.component-text {
      margin: 20px;
      line-height: 15px; }
      .component-factoid ul.factoid-list li.component-text .factoid-link:hover {
        color: blue;
        text-decoration: none !important; }
      .component-factoid ul.factoid-list li.component-text .factoidNumber {
        font-size: 2.5em; }
      .component-factoid ul.factoid-list li.component-text .factoidLabel {
        font-size: 0.7em;
        color: #000000; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .factoid-list {
    padding-left: 0px; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-factoid {
    margin: 0 auto;
    text-align: center; }
    .component-factoid ul.factoid-list {
      display: inline-block; }
      .component-factoid ul.factoid-list li.component-text {
        display: inline;
        float: left;
        margin: 20px;
        line-height: 25px; }
        .component-factoid ul.factoid-list li.component-text a:hover {
          color: blue; }
        .component-factoid ul.factoid-list li.component-text .factoidNumber {
          font-size: 2.5em; }
        .component-factoid ul.factoid-list li.component-text .factoidLabel {
          font-size: 0.7em;
          color: #000000; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-factoid {
    margin: 0 auto;
    text-align: center; }
    .component-factoid ul.factoid-list {
      display: inline-block; }
      .component-factoid ul.factoid-list li.component-text {
        display: inline;
        float: left;
        margin: 25px;
        line-height: 25px; }
        .component-factoid ul.factoid-list li.component-text a:hover {
          color: blue; }
        .component-factoid ul.factoid-list li.component-text .factoidNumber {
          font-size: 2.5em; }
        .component-factoid ul.factoid-list li.component-text .factoidLabel {
          font-size: 0.7em;
          color: #000000; } }

/**
 *  Main css for mosaicContainerD
 */
.component-mosaicContainerD .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px; }

.component-mosaicContainerD .card-col {
  padding: 10px 0px; }

.component-mosaicContainerD .col-sm-4 {
  padding: 0px 10px; }

.component-mosaicContainerD .col-sm-8 {
  padding: 0px 10px; }

.component-mosaicContainerD.card-size-small [class^="component-card-"] {
  height: 510px; }

.component-mosaicContainerD.card-size-medium [class^="component-card-"] {
  height: 550px; }

.component-mosaicContainerD.card-size-large [class^="component-card-"] {
  height: 590px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicContainerD .container-title {
    font-size: 32px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicContainerD .container-title {
    font-size: 44px; } }

/**
 *  Main css for mosaicContainerC
 */
.component-mosaicContainerC .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px; }

.component-mosaicContainerC .card-col {
  padding: 10px; }

.component-mosaicContainerC.card-size-small [class^="component-card-"] {
  height: 510px; }

.component-mosaicContainerC.card-size-medium [class^="component-card-"] {
  height: 550px; }

.component-mosaicContainerC.card-size-large [class^="component-card-"] {
  height: 590px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicContainerC .container-title {
    font-size: 32px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicContainerC .container-title {
    font-size: 44px; } }

/**
 *  Main css for mosaicContainerB
 */
.component-mosaicContainerB .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px; }

.component-mosaicContainerB .card-col {
  padding: 10px; }

.component-mosaicContainerB.card-size-small [class^="component-card-"] {
  height: 510px; }

.component-mosaicContainerB.card-size-medium [class^="component-card-"] {
  height: 550px; }

.component-mosaicContainerB.card-size-large [class^="component-card-"] {
  height: 590px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicContainerB .container-title {
    font-size: 32px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicContainerA .container-title {
    font-size: 44px; } }

/**
 *  Main css for mosaicContainerA
 */
.component-mosaicContainerA .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px; }

.component-mosaicContainerA .card-col {
  padding: 10px; }

.component-mosaicContainerA.card-size-small [class^="component-card-"] {
  height: 510px; }

.component-mosaicContainerA.card-size-medium [class^="component-card-"] {
  height: 550px; }

.component-mosaicContainerA.card-size-large [class^="component-card-"] {
  height: 590px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicContainerA .container-title {
    font-size: 32px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicContainerA .container-title {
    font-size: 44px; } }

/**
 *  Main css for mosaicCardSplitColor
 */
.component-mosaicCardSplitColor {
  position: relative;
  padding-bottom: 25%;
  background-color: #ffffff;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .component-mosaicCardSplitColor .title {
    font-size: 30px;
    margin-top: 0; }
  .component-mosaicCardSplitColor p {
    color: #646e81;
    text-overflow: clip;
    margin: 0;
    word-break: break-word; }
  .component-mosaicCardSplitColor .color-box {
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 40%;
    width: 100%; }
    .component-mosaicCardSplitColor .color-box .headline {
      margin-top: 20px;
      color: #2e3c4d;
      text-transform: uppercase;
      padding: 0 15px;
      text-overflow: clip;
      word-break: break-word; }
    .component-mosaicCardSplitColor .color-box .subtitle {
      color: #2e3c4d;
      text-transform: uppercase;
      margin: 0;
      padding: 0 15px;
      text-overflow: clip;
      word-break: break-word; }
  .component-mosaicCardSplitColor .footerText {
    position: absolute;
    padding-left: 15px;
    text-transform: uppercase;
    width: 100%; }

.component-mosaicCardSplitColor:hover {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardSplitColor {
    height: 280px; }
    .component-mosaicCardSplitColor .color-box {
      padding-top: 15px;
      height: 50%; }
    .component-mosaicCardSplitColor .component-text {
      padding: 15px; }
    .component-mosaicCardSplitColor .subtitle {
      font-size: 18px;
      padding: 0 15px; }
    .component-mosaicCardSplitColor .headline {
      font-size: 34px;
      padding: 0 15px; }
    .component-mosaicCardSplitColor p {
      position: absolute;
      padding-right: 15px;
      padding-left: 15px;
      top: 7px;
      font-size: 26px;
      width: 100%;
      left: 0; }
  .component-mosaicCardSplitColor.doubleHeight {
    height: 580px; }
    .component-mosaicCardSplitColor.doubleHeight .color-box {
      position: absolute;
      bottom: 0;
      text-align: center;
      height: 25%;
      width: 100%; }
      .component-mosaicCardSplitColor.doubleHeight .color-box .headline {
        margin-top: 20px;
        color: #2e3c4d;
        text-transform: uppercase; }
      .component-mosaicCardSplitColor.doubleHeight .color-box .subtitle {
        color: #2e3c4d;
        text-transform: uppercase;
        margin: 0; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicCardSplitColor {
    height: 280px; }
    .component-mosaicCardSplitColor .color-box {
      padding-top: 10px;
      height: 45%; }
    .component-mosaicCardSplitColor .component-text {
      padding: 12px 15px; }
    .component-mosaicCardSplitColor .subtitle {
      font-size: 14px;
      padding: 0 15px; }
    .component-mosaicCardSplitColor .headline {
      font-size: 26px;
      padding: 0 15px; }
    .component-mosaicCardSplitColor p {
      position: absolute;
      top: 7px;
      font-size: 22px;
      left: 0;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .component-mosaicCardSplitColor .footerText {
      bottom: 10px; }
  .component-mosaicCardSplitColor.doubleHeight {
    height: 580px; }
    .component-mosaicCardSplitColor.doubleHeight .color-box {
      position: absolute;
      bottom: 0;
      text-align: center;
      height: 20%;
      width: 100%; }
      .component-mosaicCardSplitColor.doubleHeight .color-box .headline {
        margin-top: 20px;
        color: #2e3c4d;
        text-transform: uppercase; }
      .component-mosaicCardSplitColor.doubleHeight .color-box .subtitle {
        color: #2e3c4d;
        text-transform: uppercase;
        margin: 0; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardSplitColor {
    height: 400px; }
    .component-mosaicCardSplitColor .color-box {
      padding-top: 15px;
      height: 40%; }
    .component-mosaicCardSplitColor .component-text {
      padding: 20px; }
    .component-mosaicCardSplitColor .subtitle {
      font-size: 18px;
      padding: 0 20px; }
    .component-mosaicCardSplitColor .headline {
      font-size: 44px;
      padding: 0 20px; }
    .component-mosaicCardSplitColor p {
      position: absolute;
      top: 7px;
      font-size: 34px;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
      left: 0; }
  .component-mosaicCardSplitColor.doubleHeight {
    height: 820px; }
    .component-mosaicCardSplitColor.doubleHeight .color-box {
      position: absolute;
      bottom: 0;
      text-align: center;
      height: 20%;
      width: 100%; }
      .component-mosaicCardSplitColor.doubleHeight .color-box .headline {
        margin-top: 20px;
        color: #2e3c4d;
        text-transform: uppercase; }
      .component-mosaicCardSplitColor.doubleHeight .color-box .subtitle {
        color: #2e3c4d;
        text-transform: uppercase;
        margin: 0; } }

/**
 *  Main css for mosaicCardVideoImage
 */
.component-mosaicCardVideoImage {
  position: relative;
  padding-bottom: 25%;
  background-color: #ffffff;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .component-mosaicCardVideoImage .component-text {
    padding: 15px; }
  .component-mosaicCardVideoImage p {
    color: #646e81;
    text-overflow: clip;
    margin: 0;
    word-break: break-word; }
  .component-mosaicCardVideoImage .footerText {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    width: 100%; }
  .component-mosaicCardVideoImage .card-img {
    width: 100%;
    padding-bottom: 57.25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .component-mosaicCardVideoImage .card-img .component-image {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }

.component-mosaicCardVideoImage:hover {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  height: 240px;
  .component-mosaicCardVideoImage {
    height: 200px; }
    .component-mosaicCardVideoImage .component-text {
      padding: 10px 15px; }
    .component-mosaicCardVideoImage p {
      font-size: 26px; }
  .component-mosaicCardVideoImage.doubleHeight {
    height: 580px; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicCardVideoImage {
    height: 280px; }
    .component-mosaicCardVideoImage .component-text {
      padding: 5px 15px; }
    .component-mosaicCardVideoImage p {
      font-size: 22px; }
    .component-mosaicCardVideoImage .footerText {
      bottom: 9px;
      padding-left: 15px; }
  .component-mosaicCardVideoImage.doubleHeight {
    height: 580px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardVideoImage {
    height: 400px; }
    .component-mosaicCardVideoImage .component-text {
      padding: 5px 20px; }
    .component-mosaicCardVideoImage p {
      font-size: 34px; }
    .component-mosaicCardVideoImage a {
      font-size: 16px; }
    .component-mosaicCardVideoImage .footerText {
      bottom: 12px;
      padding-left: 20px; }
  .component-mosaicCardSplitColor.doubleHeight {
    height: 820px; } }

/**
 *  Main css for mosaicCardColor
 */
.component-mosaicCardColor {
  position: relative;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 400px; }
  .component-mosaicCardColor p {
    text-overflow: clip;
    margin: 0;
    font-size: 28px; }
  .component-mosaicCardColor .footerText {
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px; }

.component-mosaicCardColor:hover {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardColor {
    padding: 15px;
    height: 280px; }
    .component-mosaicCardColor p {
      position: absolute;
      padding-right: 15px;
      padding-left: 15px;
      left: 0;
      width: 100%;
      top: 7px;
      font-size: 26px; }
    .component-mosaicCardColor .footerText {
      font-size: 18px;
      bottom: 9px; }
  .component-mosaicCardColor.doubleHeight {
    height: 580px; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicCardColor {
    padding: 15px;
    height: 280px; }
    .component-mosaicCardColor p {
      position: absolute;
      top: 7px;
      font-size: 22px;
      padding-left: 15px;
      padding-right: 15px;
      left: 0;
      width: 100%; }
    .component-mosaicCardColor .footerText {
      font-size: 14px;
      bottom: 9px; }
  .component-mosaicCardColor.doubleHeight {
    height: 580px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardColor {
    padding: 20px;
    height: 400px; }
    .component-mosaicCardColor p {
      position: absolute;
      top: 7px;
      font-size: 34px;
      padding-right: 20px;
      padding-left: 20px; }
    .component-mosaicCardColor a {
      font-size: 18px; }
    .component-mosaicCardColor .footerText {
      font-size: 18px;
      bottom: 12px;
      padding-left: 20px;
      padding-right: 20px; }
  .component-mosaicCardColor.doubleHeight {
    height: 820px; } }

/**
 *  Main css for mosaicCardFullImage
 */
.component-mosaicCardFullImage {
  position: relative;
  padding-bottom: 25%;
  background-color: #ffffff;
  background-repeat: no-repeat !important;
  background-size: cover;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .component-mosaicCardFullImage .component-image {
    display: none;
    width: 100%; }
    .component-mosaicCardFullImage .component-image img {
      width: 100%;
      position: absolute; }
  .component-mosaicCardFullImage .component-text {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0px;
    width: 100%; }
  .component-mosaicCardFullImage .title {
    font-size: 30px;
    margin-top: 0;
    word-break: break-word; }
  .component-mosaicCardFullImage .subtitle {
    font-size: 34px;
    color: #2e3c4d;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word; }
  .component-mosaicCardFullImage .headline {
    font-size: 34px;
    color: #2e3c4d;
    word-break: break-word; }
  .component-mosaicCardFullImage p {
    color: #646e81;
    text-overflow: clip;
    margin: 0;
    font-size: 18px;
    word-break: break-word; }
  .component-mosaicCardFullImage .subtext {
    color: #646e81;
    text-overflow: clip;
    margin: 0;
    font-size: 18px;
    padding-bottom: 20px;
    word-break: break-word; }
  .component-mosaicCardFullImage .footerText {
    position: relative;
    bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    word-break: break-word; }

.component-mosaicCardFullImage:hover {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardFullImage {
    height: 400px; }
    .component-mosaicCardFullImage .component-image {
      height: 255px;
      overflow: hidden;
      position: relative; }
      .component-mosaicCardFullImage .component-image img {
        width: 100%; }
    .component-mosaicCardFullImage .component-text {
      background-color: rgba(255, 255, 255, 0.95);
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 15px; }
    .component-mosaicCardFullImage .headline {
      font-size: 26px;
      color: #2e3c4d;
      margin-top: 0px;
      line-height: 1.6;
      margin-bottom: 5px; }
    .component-mosaicCardFullImage p {
      color: #646e81;
      text-overflow: clip;
      margin: 0;
      font-size: 15px; }
    .component-mosaicCardFullImage .subtext {
      color: #646e81;
      text-overflow: clip;
      margin: 0;
      font-size: 15px;
      padding-bottom: 20px; }
    .component-mosaicCardFullImage .footerText {
      position: relative;
      bottom: -6px;
      text-transform: uppercase;
      width: 100%;
      font-size: 18px; }
  .component-mosaicCardFullImage.doubleHeight {
    height: 580px; } }

/* SM Tablet */
@media (min-width: 730px) and (max-width: 1200px) {
  .component-mosaicCardFullImage {
    height: 280px; }
    .component-mosaicCardFullImage .component-text {
      padding: 15px; }
    .component-mosaicCardFullImage .title {
      font-size: 26px;
      margin-bottom: 10px; }
    .component-mosaicCardFullImage .subtitle {
      font-size: 15px; }
    .component-mosaicCardFullImage .headline {
      margin-top: 0px;
      line-height: 1.6;
      margin-bottom: 5px; }
    .component-mosaicCardFullImage p {
      font-size: 14px; }
    .component-mosaicCardFullImage .subtext {
      font-size: 14px; }
    .component-mosaicCardFullImage .footerText {
      font-size: 14px;
      bottom: -5px; }
  .component-mosaicCardFullImage.doubleHeight {
    height: 580px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardFullImage {
    height: 400px; }
    .component-mosaicCardFullImage .headline {
      margin-top: 0px;
      line-height: 1.6;
      margin-bottom: 5px;
      font-size: 34px;
      color: #2e3c4d; }
    .component-mosaicCardFullImage .component-text {
      padding: 20px; }
    .component-mosaicCardFullImage p {
      color: #646e81;
      text-overflow: clip;
      margin: 0;
      font-size: 18px; }
    .component-mosaicCardFullImage .subtext {
      font-size: 18px; }
    .component-mosaicCardFullImage .footerText {
      text-transform: uppercase;
      width: 100%;
      font-size: 18px;
      bottom: 0; }
  .component-mosaicCardFullImage.doubleHeight {
    height: 820px; } }

/***** MODAL PROPERTIES *****/
.modal-content {
  box-shadow: none;
  background: transparent;
  border: none;
  outline: none; }
  .modal-content .obj-wrapper {
    text-align: center; }

.modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  height: 100%; }
  .modal .modal-dialog .modal-content {
    width: 100%; }

.modal .close {
  float: none;
  margin: 0; }

.modal.in .modal-dialog {
  position: relative; }

.modal-body {
  text-align: right; }

.modal-limelight .modal-body {
  width: 65%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }

.modal-limelight .obj-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 57.25%;
  margin-top: 0; }
  .modal-limelight .obj-wrapper object {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .modal-limelight .obj-wrapper .limelight-player-footprint {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important; }

.modal-content iframe {
  border: none;
  padding: 0;
  margin: 0; }

.close {
  font-size: 40px;
  margin: -20px 0 0 0; }

@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#video {
  margin: 0; }

.flex-video:hover .video-thumbnail:before {
  opacity: .4; }

.flex-video .video-thumbnail {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .flex-video .video-thumbnail:before {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: .5;
    background-color: #ffffff;
    content: ''; }

.flex-video.no-before .video-thumbnail {
  pointer-events: none;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.flex-video.static {
  vertical-align: top;
  margin: 0;
  display: inline-block; }
  .flex-video.static-width {
    vertical-align: top;
    margin: 0;
    display: inline-block; }
  .flex-video.static-height {
    vertical-align: top;
    margin: 0; }

.flex-video:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  background-size: 100%;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("synopsys-pagelibs/images/video/play.png"); }

.flex-video.before:hover:before {
  content: '';
  position: absolute;
  opacity: .9;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  background-size: 100%;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("synopsys-pagelibs/images/video/play.png");
  cursor: pointer; }

.flex-video.no-before:before {
  pointer-events: none;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.flex-video {
  position: relative;
  height: auto;
  overflow: hidden; }

.flex-video.widescreen {
  padding-bottom: 57.25%; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .flex-video-inner.static {
    position: static;
    display: block;
    width: auto;
    height: auto; }
  .flex-video-inner iframe {
    width: 100%;
    height: 100%; }
  .flex-video-inner object {
    display: block; }

/***** MEDIA QUERIES *****/
@media (max-width: 374px) {
  .modal-content iframe {
    height: 200px !important; } }

@media only screen and (max-width: 729px) {
  /***** MODAL PROPERTIES *****/
  .modal-body {
    padding: 0;
    margin: 0; }
  .modal-content {
    padding: 0;
    margin: 0; }
  .modal-dialog {
    width: auto;
    margin: 15px;
    position: relative; }
    .modal-dialog .close {
      float: none; }
  .close {
    margin: -12px 0 0 0; }
  .modal-content iframe {
    height: 250px; }
  .flex-video:hover:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background-size: 100%;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("synopsys-pagelibs/images/video/play.png");
    opacity: .90;
    cursor: pointer; } }

@media only screen and (min-width: 730px) {
  /***** MODAL PROPERTIES *****/
  .modal-body {
    padding-top: 25px;
    margin: 0; }
  .modal-content {
    padding: 0;
    margin: 0; }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 15px; }
  .close {
    margin: -12px 0 0 0; } }

/**
 *  Main css for navRight
 */
.component-nav-right {
  display: none;
  background-color: #ffffff;
  padding-left: 0; }
  .component-nav-right .row .col-nav-right {
    padding: 0 0 0 80px; }
    .component-nav-right .row .col-nav-right .container {
      width: 100% !important;
      padding: 0; }
  .component-nav-right .close-button {
    padding: 15px;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My4zNCA4My4zNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM4YjkyYTE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSIyLjEyIiB4Mj0iODEuMjIiIHkyPSI4MS4yMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSI4MS4yMiIgeDI9IjgxLjIyIiB5Mj0iMi4xMiIvPjwvc3ZnPg==);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    right: -2px;
    top: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 10; }
  .component-nav-right .search-wrapper {
    margin: 0 0 40px 0; }
    .component-nav-right .search-wrapper .component-search {
      height: 70px; }
      .component-nav-right .search-wrapper .component-search > form {
        float: left;
        display: block;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1); }
        .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box {
          font-size: 32px;
          vertical-align: bottom;
          background-size: 25px 25px;
          background-position: 0 center !important;
          box-sizing: border-box;
          height: 100%;
          padding-top: 0;
          padding-bottom: 0;
          border-top: none;
          border-left: none;
          border-right: none;
          padding-left: 50px !important;
          width: 100% !important;
          color: #5a2a82;
          border-bottom-color: #e8ecee; }
          .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box::-webkit-input-placeholder {
            color: #bbbfc6 !important; }
          .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box:-moz-placeholder {
            color: #bbbfc6 !important; }
          .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box::-moz-placeholder {
            color: #bbbfc6 !important; }
          .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box:-ms-input-placeholder {
            color: #bbbfc6 !important; }
          .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box:focus::-webkit-input-placeholder {
            color: #bbbfc6 !important; }
          .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box:focus:-moz-placeholder {
            color: #bbbfc6 !important; }
          .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box:focus::-moz-placeholder {
            color: #bbbfc6 !important; }
          .component-nav-right .search-wrapper .component-search > form input[type=search].search-Box:focus:-ms-input-placeholder {
            color: #bbbfc6 !important; }
        .component-nav-right .search-wrapper .component-search > form .close-icon {
          display: none; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 1130px) {
  .component-nav-right {
    display: block; } }

/* LG Desktop */
/**
 *  Main css for navLeft
 */
.component-nav-left {
  display: none;
  background-color: #ffffff; }
  .component-nav-left .col-nav-left {
    padding: 0; }
  .component-nav-left .nav-left-dropdown {
    background-color: #ffffff;
    position: relative;
    z-index: 101;
    list-style-type: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 16px; }
    .component-nav-left .nav-left-dropdown .nav-left-item.header {
      height: 70px;
      padding: 0 30px;
      border-right: 1px solid transparent;
      border-bottom: 1px solid #e8ecee; }
      .component-nav-left .nav-left-dropdown .nav-left-item.header.active {
        border-top: 1px solid transparent;
        border-right: 1px solid transparent; }
    .component-nav-left .nav-left-dropdown .center {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .component-nav-left .nav-left-dropdown .nav-left-item.spacer {
      height: 25px;
      pointer-events: none; }
    .component-nav-left .nav-left-dropdown .nav-left-item {
      font-weight: 400;
      position: relative;
      cursor: pointer;
      background-color: #ffffff;
      color: #2e3b4e;
      padding: 10px 30px;
      border-top: 1px  solid transparent;
      border-bottom: 1px  solid transparent; }
      .component-nav-left .nav-left-dropdown .nav-left-item.border-right-gray {
        border-right: 1px solid #e8ecee; }
      .component-nav-left .nav-left-dropdown .nav-left-item.active, .component-nav-left .nav-left-dropdown .nav-left-item.active:hover {
        background-color: #80539c;
        border-top: 1px  solid #80539c;
        border-bottom: 1px  solid #80539c;
        border-right: 1px solid transparent;
        color: #ffffff; }
        .component-nav-left .nav-left-dropdown .nav-left-item.active .icon-nav-left-triangle, .component-nav-left .nav-left-dropdown .nav-left-item.active:hover .icon-nav-left-triangle {
          display: inline-block; }
      .component-nav-left .nav-left-dropdown .nav-left-item:hover {
        background-color: #f6f6f6;
        border-top: 1px solid #e8ecee;
        border-bottom: 1px solid #e8ecee;
        border-right: 1px solid transparent; }
        .component-nav-left .nav-left-dropdown .nav-left-item:hover .icon-nav-left-triangle {
          display: inline-block; }
  .component-nav-left .nav-right-wrapper {
    position: relative;
    margin-left: -1px;
    z-index: 100;
    display: none;
    border-left: 1px solid #e8ecee; }
    .component-nav-left .nav-right-wrapper.active {
      display: block; }
  .component-nav-left .icon-nav-left-arrow {
    margin-left: 15px;
    display: inline-block;
    height: 11px;
    width: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwLjAzMSIgdmlld0JveD0iMCAwIDYgMTAuMDMxIj4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLmNscy0xIHsNCiAgICAgICAgZmlsbDogIzJlM2I0ZTsNCiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOw0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogIDwvZGVmcz4NCiAgPHBhdGggaWQ9ImFycm93X2Rvd25fY29weV8yIiBkYXRhLW5hbWU9ImFycm93IGRvd24gY29weSAyIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zNjMsMTU1LjAxNmEwLjY4NCwwLjY4NCwwLDAsMS0uMjE2LjVsLTQuNTgyLDQuMzIyYTAuNzE1LDAuNzE1LDAsMCwxLTEtLjAxOSwwLjY4MywwLjY4MywwLDAsMSwuMDE5LTAuOTc4bDQuMDU0LTMuODIzLTQuMDU0LTMuODI0YTAuNjgzLDAuNjgzLDAsMCwxLS4wMTktMC45NzgsMC43MTUsMC43MTUsMCwwLDEsMS0uMDE5bDQuNTgyLDQuMzIyQTAuNjg1LDAuNjg1LDAsMCwxLDM2MywxNTUuMDE2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1NyAtMTUwKSIvPg0KPC9zdmc+DQo=);
    display: none; }
  .component-nav-left .icon-nav-left-triangle {
    position: absolute;
    right: -1px;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    height: 15px;
    width: 8px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgOCAxNSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJQb2x5Z29uXzEiIGRhdGEtbmFtZT0iUG9seWdvbiAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik01MDIuMDA2LDI5Ni41TDUxMCwyODl2MTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTAyIC0yODkpIi8+Cjwvc3ZnPgo=);
    display: none; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 1130px) {
  .component-nav-left {
    display: block; } }

/* LG Desktop */
/**
 *  Main css for navTop
 */
.component-nav-top {
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 50px; }
  .component-nav-top .nav-container {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
    position: relative; }
    .component-nav-top .nav-container .nav-brand {
      position: absolute;
      left: 60px;
      top: 14px; }
      .component-nav-top .nav-container .nav-brand .logo {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNDcuNzY2cHQiIGhlaWdodD0iNTMuOTIwNnB0IiB2aWV3Qm94PSIwIDAgMjQ3Ljc2NiA1My45MjA2IiB2ZXJzaW9uPSIxLjEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDEiPiAgPHBhdGggZD0iTSAzMiAwIEwgNTggMCBMIDU4IDUzLjkyMTg3NSBMIDMyIDUzLjkyMTg3NSBaIE0gMzIgMCAiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDIiPiAgPHBhdGggZD0iTSAxODQgMCBMIDIwOSAwIEwgMjA5IDUzLjkyMTg3NSBMIDE4NCA1My45MjE4NzUgWiBNIDE4NCAwICIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjbGlwMyI+ICA8cGF0aCBkPSJNIDIzNyAwIEwgMjQ3Ljc2NTYyNSAwIEwgMjQ3Ljc2NTYyNSAxMSBMIDIzNyAxMSBaIE0gMjM3IDAgIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE3LjI1MzkwNiA2LjMwMDc4MSBDIDE3LjI1MzkwNiA0LjY0NDUzMSAxNi40MjU3ODEgMy40MDIzNDQgMTIuNzY1NjI1IDMuNDAyMzQ0IEMgOS4wOTc2NTYgMy40MDIzNDQgOC4yNzM0MzggNC42NDQ1MzEgOC4yNzM0MzggNi4zMDA3ODEgTCA4LjI3MzQzOCAxMC43ODkwNjIgQyA4LjI3MzQzOCAxMi4xNDg0MzggOC43NDYwOTQgMTMuNTA3ODEyIDEwLjA0Njg3NSAxNC42Mjg5MDYgTCAyMi40NDkyMTkgMjUuMjY1NjI1IEMgMjQuMjI2NTYyIDI2Ljc0MjE4OCAyNS4yODkwNjIgMjguNTc0MjE5IDI1LjI4OTA2MiAzMC40NjQ4NDQgTCAyNS4yODkwNjIgMzcuMTk5MjE5IEMgMjUuMjg5MDYyIDQxLjIyMjY1NiAyMC41NTg1OTQgNDMuNDY0ODQ0IDEyLjc2MTcxOSA0My40NjQ4NDQgQyA0LjEzNjcxOSA0My40NjQ4NDQgLTAuMDAzOTA2MjUgNDEuNTE1NjI1IDAgMzcuMTk5MjE5IEwgMCAzMS4zNTU0NjkgTCA3LjgwMDc4MSAzMS4zNTU0NjkgTCA3Ljc5Njg3NSAzNi45NjQ4NDQgQyA3Ljc5Njg3NSAzOC45NzY1NjIgOS4zMzU5MzggNDAuMTU2MjUgMTIuNzYxNzE5IDQwLjE1NjI1IEMgMTUuOTUzMTI1IDQwLjE1NjI1IDE3LjQ4ODI4MSAzOC45NzY1NjIgMTcuNDg4MjgxIDM2Ljk2NDg0NCBMIDE3LjQ4ODI4MSAzMC45OTYwOTQgQyAxNy40ODgyODEgMjkuNTE5NTMxIDE2Ljg5ODQzOCAyOC4zOTQ1MzEgMTUuMjQ2MDk0IDI2LjkyMTg3NSBMIDMuNzgxMjUgMTYuOTM3NSBDIDEuNjU2MjUgMTUuMTAxNTYyIDAuNDcyNjU2IDEzLjY4MzU5NCAwLjQ3MjY1NiAxMS41IEwgMC40NzI2NTYgNi4zNTkzNzUgQyAwLjQ3MjY1NiAyLjE2NDA2MiA0Ljg0NzY1NiAwLjA5Mzc1IDEyLjc2NTYyNSAwLjA5Mzc1IEMgMjEuNTExNzE5IDAuMDkzNzUgMjUuMDUwNzgxIDIuMTY0MDYyIDI1LjA1MDc4MSA2LjA2MjUgTCAyNS4wNTA3ODEgMTEuNSBMIDE3LjI1MzkwNiAxMS41IFogTSAxNy4yNTM5MDYgNi4zMDA3ODEgIi8+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMDAuMjY5NTMxIDM2LjA0Mjk2OSBDIDEwMC4yNjk1MzEgMzguNDA2MjUgMTAxLjIxMDkzOCA0MC4wNjI1IDEwNi4xNzU3ODEgNDAuMDYyNSBDIDExMS4xNDA2MjUgNDAuMDYyNSAxMTIuMDg1OTM4IDM4LjQwNjI1IDExMi4wODU5MzggMzYuMDQyOTY5IEwgMTEyLjA4NTkzOCA3LjMyNDIxOSBDIDExMi4wODU5MzggNC45NjQ4NDQgMTExLjE0MDYyNSAzLjMwODU5NCAxMDYuMTc5Njg4IDMuMzA4NTk0IEMgMTAxLjIxNDg0NCAzLjMwODU5NCAxMDAuMjY5NTMxIDQuOTY0ODQ0IDEwMC4yNjk1MzEgNy4zMjQyMTkgWiBNIDkyLjQ3MjY1NiA3LjIwNzAzMSBDIDkyLjQ3MjY1NiAzLjAxMTcxOSA5NS42NjAxNTYgMCAxMDYuMTc5Njg4IDAgQyAxMTYuNjk1MzEyIDAgMTE5Ljg4NjcxOSAzLjAxMTcxOSAxMTkuODg2NzE5IDcuMjA3MDMxIEwgMTE5Ljg4MjgxMiAzNi4xNjAxNTYgQyAxMTkuODgyODEyIDQwLjM1NTQ2OSAxMTYuNjk1MzEyIDQzLjM3MTA5NCAxMDYuMTc1NzgxIDQzLjM3MTA5NCBDIDk1LjY2MDE1NiA0My4zNzEwOTQgOTIuNDY4NzUgNDAuMzU1NDY5IDkyLjQ2ODc1IDM2LjE2MDE1NiBaIE0gOTIuNDcyNjU2IDcuMjA3MDMxICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMTM1Ljc3NzM0NCAyMC41MDM5MDYgQyAxMzkuMzI0MjE5IDIwLjUwMzkwNiAxNDEuODA0Njg4IDIwLjAzMTI1IDE0MS44MDQ2ODggMTcuODQzNzUgTCAxNDEuODA0Njg4IDYuMzI0MjE5IEMgMTQxLjgwNDY4OCA0LjEzNjcxOSAxMzkuMzI0MjE5IDMuNjY0MDYyIDEzNS43NzczNDQgMy42NjQwNjIgTCAxMzIgMy42NjQwNjIgTCAxMzIgMjAuNTAzOTA2IFogTSAxMjQuMTk5MjE5IDAuMzU1NDY5IEwgMTM2LjYwOTM3NSAwLjM1NTQ2OSBDIDE0Ni42NTYyNSAwLjM1NTQ2OSAxNDkuNjA5Mzc1IDIuMDA3ODEyIDE0OS42MDkzNzUgNi44NTU0NjkgTCAxNDkuNjAxNTYyIDE3LjMxMjUgQyAxNDkuNjAxNTYyIDIyLjE1NjI1IDE0Ni42NDg0MzggMjMuODEyNSAxMzYuNjA5Mzc1IDIzLjgxMjUgTCAxMzIgMjMuODEyNSBMIDEzMiA0My4wMTU2MjUgTCAxMjQuMTk5MjE5IDQzLjAxNTYyNSBaIE0gMTI0LjE5OTIxOSAwLjM1NTQ2OSAiLz48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE2OS4wODU5MzggNi4yMDcwMzEgQyAxNjkuMDg1OTM4IDQuNTUwNzgxIDE2OC4yNTc4MTIgMy4zMDg1OTQgMTY0LjU5NzY1NiAzLjMwODU5NCBDIDE2MC45Mjk2ODggMy4zMDg1OTQgMTYwLjEwMTU2MiA0LjU1MDc4MSAxNjAuMTAxNTYyIDYuMjA3MDMxIEwgMTYwLjEwMTU2MiAxMC42OTUzMTIgQyAxNjAuMTAxNTYyIDEyLjA1NDY4OCAxNjAuNTc0MjE5IDEzLjQxNDA2MiAxNjEuODc1IDE0LjUzNTE1NiBMIDE3NC4yODUxNTYgMjUuMTcxODc1IEMgMTc2LjA1NDY4OCAyNi42NDg0MzggMTc3LjExNzE4OCAyOC40ODA0NjkgMTc3LjExNzE4OCAzMC4zNzEwOTQgTCAxNzcuMTE3MTg4IDM3LjEwOTM3NSBDIDE3Ny4xMTcxODggNDEuMTI4OTA2IDE3Mi4zOTQ1MzEgNDMuMzcxMDk0IDE2NC41OTM3NSA0My4zNzEwOTQgQyAxNTUuOTY4NzUgNDMuMzcxMDk0IDE1MS44MjgxMjUgNDEuNDIxODc1IDE1MS44MjgxMjUgMzcuMTA1NDY5IEwgMTUxLjgyODEyNSAzMS4yNTc4MTIgTCAxNTkuNjI4OTA2IDMxLjI1NzgxMiBMIDE1OS42Mjg5MDYgMzYuODcxMDk0IEMgMTU5LjYyODkwNiAzOC44ODI4MTIgMTYxLjE2Nzk2OSA0MC4wNjI1IDE2NC41OTM3NSA0MC4wNjI1IEMgMTY3Ljc4NTE1NiA0MC4wNjI1IDE2OS4zMjAzMTIgMzguODgyODEyIDE2OS4zMjAzMTIgMzYuODcxMDk0IEwgMTY5LjMyMDMxMiAzMC45MDIzNDQgQyAxNjkuMzIwMzEyIDI5LjQyNTc4MSAxNjguNzM0Mzc1IDI4LjMwNDY4OCAxNjcuMDc0MjE5IDI2LjgyODEyNSBMIDE1NS42MTMyODEgMTYuODM5ODQ0IEMgMTUzLjQ4MDQ2OSAxNS4wMDc4MTIgMTUyLjMwNDY4OCAxMy41ODk4NDQgMTUyLjMwNDY4OCAxMS40MDYyNSBMIDE1Mi4zMDQ2ODggNi4yNjE3MTkgQyAxNTIuMzA0Njg4IDIuMDY2NDA2IDE1Ni42NzU3ODEgMCAxNjQuNTk3NjU2IDAgQyAxNzMuMzM5ODQ0IDAgMTc2Ljg4MjgxMiAyLjA2NjQwNiAxNzYuODgyODEyIDUuOTcyNjU2IEwgMTc2Ljg4MjgxMiAxMS40MDYyNSBMIDE2OS4wODU5MzggMTEuNDA2MjUgWiBNIDE2OS4wODU5MzggNi4yMDcwMzEgIi8+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAyMjYuNjQwNjI1IDYuMjA3MDMxIEMgMjI2LjY0MDYyNSA0LjU1MDc4MSAyMjUuODEyNSAzLjMwODU5NCAyMjIuMTUyMzQ0IDMuMzA4NTk0IEMgMjE4LjQ4ODI4MSAzLjMwODU5NCAyMTcuNjYwMTU2IDQuNTUwNzgxIDIxNy42NjAxNTYgNi4yMDcwMzEgTCAyMTcuNjYwMTU2IDEwLjY5OTIxOSBDIDIxNy42NjAxNTYgMTIuMDU0Njg4IDIxOC4xMzI4MTIgMTMuNDE0MDYyIDIxOS40MzM1OTQgMTQuNTM1MTU2IEwgMjMxLjgzOTg0NCAyNS4xNzU3ODEgQyAyMzMuNjEzMjgxIDI2LjY1MjM0NCAyMzQuNjcxODc1IDI4LjQ4MDQ2OSAyMzQuNjcxODc1IDMwLjM3MTA5NCBMIDIzNC42NzE4NzUgMzcuMTA5Mzc1IEMgMjM0LjY3MTg3NSA0MS4xMjg5MDYgMjI5Ljk0OTIxOSA0My4zNzEwOTQgMjIyLjE1MjM0NCA0My4zNzEwOTQgQyAyMTMuNTIzNDM4IDQzLjM3MTA5NCAyMDkuMzgyODEyIDQxLjQyMTg3NSAyMDkuMzgyODEyIDM3LjEwOTM3NSBMIDIwOS4zODI4MTIgMzEuMjU3ODEyIEwgMjE3LjE4NzUgMzEuMjU3ODEyIEwgMjE3LjE4MzU5NCAzNi44NzEwOTQgQyAyMTcuMTgzNTk0IDM4Ljg4MjgxMiAyMTguNzIyNjU2IDQwLjA2MjUgMjIyLjE1MjM0NCA0MC4wNjI1IEMgMjI1LjMzNTkzOCA0MC4wNjI1IDIyNi44NzUgMzguODgyODEyIDIyNi44NzUgMzYuODcxMDk0IEwgMjI2Ljg3NSAzMC45MDIzNDQgQyAyMjYuODc1IDI5LjQyNTc4MSAyMjYuMjg1MTU2IDI4LjMwNDY4OCAyMjQuNjI4OTA2IDI2LjgyODEyNSBMIDIxMy4xNjc5NjkgMTYuODM5ODQ0IEMgMjExLjAzOTA2MiAxNS4wMTE3MTkgMjA5Ljg1OTM3NSAxMy41OTM3NSAyMDkuODU5Mzc1IDExLjQwNjI1IEwgMjA5Ljg1OTM3NSA2LjI2MTcxOSBDIDIwOS44NTkzNzUgMi4wNzQyMTkgMjE0LjIzMDQ2OSAwIDIyMi4xNTIzNDQgMCBDIDIzMC44OTQ1MzEgMCAyMzQuNDQxNDA2IDIuMDc0MjE5IDIzNC40NDE0MDYgNS45NzI2NTYgTCAyMzQuNDQxNDA2IDExLjQwNjI1IEwgMjI2LjY0MDYyNSAxMS40MDYyNSBaIE0gMjI2LjY0MDYyNSA2LjIwNzAzMSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDEpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNDkuNDI1NzgxIDAuMzU1NDY5IEwgNTcuMjM4MjgxIDAuMzU1NDY5IEwgNDAuMTQ0NTMxIDUzLjkxNDA2MiBMIDMyLjMzNTkzOCA1My45MTQwNjIgWiBNIDQ5LjQyNTc4MSAwLjM1NTQ2OSAiLz48L2c+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAzNy4xMDU0NjkgMzMuNjI1IEwgMjYuNTM5MDYyIDAuNDUzMTI1IEwgMzQuMzQ3NjU2IDAuNDUzMTI1IEwgNDEuMDA3ODEyIDIxLjM2MzI4MSBaIE0gMzcuMTA1NDY5IDMzLjYyNSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDIpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMjAxLjE3MTg3NSAwLjM1NTQ2OSBMIDIwOC45ODA0NjkgMC4zNTU0NjkgTCAxOTEuODg2NzE5IDUzLjkyMTg3NSBMIDE4NC4wNzgxMjUgNTMuOTIxODc1IFogTSAyMDEuMTcxODc1IDAuMzU1NDY5ICIvPjwvZz48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE4OC44ODY3MTkgMzMuNTMxMjUgTCAxNzguMzIwMzEyIDAuMzU1NDY5IEwgMTg2LjEyODkwNiAwLjM1NTQ2OSBMIDE5Mi43OTI5NjkgMjEuMjY5NTMxIFogTSAxODguODg2NzE5IDMzLjUzMTI1ICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gODcuNjYwMTU2IDQzLjAxNTYyNSBMIDg3LjY5OTIxOSA0My4wMTU2MjUgTCA4Ny42OTkyMTkgNi44NjcxODggQyA4Ny42OTkyMTkgMi4wMTk1MzEgODQuNzQyMTg4IDAuMzYzMjgxIDc0LjcwMzEyNSAwLjM2MzI4MSBMIDU5LjY2MDE1NiAwLjM2MzI4MSBMIDU5LjY1NjI1IDQzLjAzMTI1IEwgNjcuNDUzMTI1IDQzLjAzMTI1IEwgNjcuNDU3MDMxIDQzLjAxNTYyNSBMIDY3LjQ1NzAzMSAzLjY3MTg3NSBMIDczLjg3NSAzLjY3MTg3NSBDIDc3LjQxNzk2OSAzLjY3MTg3NSA3OS44OTg0MzggNC4xNDg0MzggNzkuODk4NDM4IDYuMzMyMDMxIEwgNzkuODk4NDM4IDQzLjAxNTYyNSBaIE0gODcuNjYwMTU2IDQzLjAxNTYyNSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDMpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMjQyLjczODI4MSA1LjI4MTI1IEMgMjQzLjQ3MjY1NiA1LjI4MTI1IDI0NC4xMjg5MDYgNS4yMzA0NjkgMjQ0LjEyODkwNiA0LjM1MTU2MiBDIDI0NC4xMjg5MDYgMy42MzY3MTkgMjQzLjQ4ODI4MSAzLjUxMTcxOSAyNDIuODgyODEyIDMuNTExNzE5IEwgMjQxLjY5OTIxOSAzLjUxMTcxOSBMIDI0MS42OTkyMTkgNS4yODEyNSBaIE0gMjQxLjY5OTIxOSA4LjUgTCAyNDAuODI4MTI1IDguNSBMIDI0MC44MjgxMjUgMi43NzM0MzggTCAyNDMuMDExNzE5IDIuNzczNDM4IEMgMjQ0LjM2NzE4OCAyLjc3MzQzOCAyNDUuMDM5MDYyIDMuMjY5NTMxIDI0NS4wMzkwNjIgNC4zOTg0MzggQyAyNDUuMDM5MDYyIDUuNDI5Njg4IDI0NC4zOTA2MjUgNS44NzUgMjQzLjU1MDc4MSA1Ljk4MDQ2OSBMIDI0NS4xNzk2ODggOC41IEwgMjQ0LjIxMDkzOCA4LjUgTCAyNDIuNjk1MzEyIDYuMDE5NTMxIEwgMjQxLjY5OTIxOSA2LjAxOTUzMSBaIE0gMjQyLjc1MzkwNiA5Ljc3NzM0NCBDIDI0NSA5Ljc3NzM0NCAyNDYuNzY5NTMxIDguMDE1NjI1IDI0Ni43Njk1MzEgNS42MjEwOTQgQyAyNDYuNzY5NTMxIDMuMjY5NTMxIDI0NSAxLjQ5NjA5NCAyNDIuNzUzOTA2IDEuNDk2MDk0IEMgMjQwLjQ3MjY1NiAxLjQ5NjA5NCAyMzguNzAzMTI1IDMuMjY5NTMxIDIzOC43MDMxMjUgNS42MjEwOTQgQyAyMzguNzAzMTI1IDguMDE1NjI1IDI0MC40NzI2NTYgOS43NzczNDQgMjQyLjc1MzkwNiA5Ljc3NzM0NCBNIDIzNy43MDMxMjUgNS42MjEwOTQgQyAyMzcuNzAzMTI1IDIuNzczNDM4IDI0MC4wMTU2MjUgMC42Njc5NjkgMjQyLjc1MzkwNiAwLjY2Nzk2OSBDIDI0NS40NTcwMzEgMC42Njc5NjkgMjQ3Ljc2NTYyNSAyLjc3MzQzOCAyNDcuNzY1NjI1IDUuNjIxMDk0IEMgMjQ3Ljc2NTYyNSA4LjUgMjQ1LjQ1NzAzMSAxMC42MDU0NjkgMjQyLjc1MzkwNiAxMC42MDU0NjkgQyAyNDAuMDE1NjI1IDEwLjYwNTQ2OSAyMzcuNzAzMTI1IDguNSAyMzcuNzAzMTI1IDUuNjIxMDk0ICIvPjwvZz48L2c+PC9zdmc+);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 25px;
        width: 115px; }
    .component-nav-top .nav-container .nav-items-right {
      position: absolute;
      right: 15px;
      left: 15px;
      top: 8px;
      text-align: right; }
      .component-nav-top .nav-container .nav-items-right > ul > li {
        line-height: 1;
        font-size: 14px; }
        .component-nav-top .nav-container .nav-items-right > ul > li a {
          color: #646e81; }
        .component-nav-top .nav-container .nav-items-right > ul > li:not(:last-child) {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .component-nav-top .nav-container .nav-items-right > ul > li .icon-dropdown-arrow {
          display: inline-block;
          margin-bottom: 1px;
          margin-left: 5px; }
        .component-nav-top .nav-container .nav-items-right > ul > li.search-wrapper {
          width: 100%; }
        .component-nav-top .nav-container .nav-items-right > ul > li.right-nav-link {
          display: none; }
    .component-nav-top .nav-container .nav-items-center {
      display: none;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      top: 30px;
      text-transform: uppercase; }
      .component-nav-top .nav-container .nav-items-center > ul {
        padding: 30px 0 15px 0; }
        .component-nav-top .nav-container .nav-items-center > ul > li {
          color: #646e81;
          cursor: pointer;
          padding: 10px 0 10px 0;
          position: relative;
          font-size: 15px; }
          .component-nav-top .nav-container .nav-items-center > ul > li .icon-down-arrow {
            display: none;
            position: absolute;
            bottom: -8px;
            left: 50%;
            margin-left: -7px; }
          .component-nav-top .nav-container .nav-items-center > ul > li.active {
            color: #000000; }
            .component-nav-top .nav-container .nav-items-center > ul > li.active .icon-down-arrow {
              display: block; }
          .component-nav-top .nav-container .nav-items-center > ul > li:not(:first-child) {
            margin-left: 25px; }
        .component-nav-top .nav-container .nav-items-center > ul li:hover {
          color: #000000; }
  .component-nav-top .mobileMenu {
    position: absolute;
    left: 20px;
    top: 17px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAMUlEQVQ4jWNMyW1awEBFwMLAwJBAiQGzJ9Wi8JkoMQwbGDWQcsA4mmxGDSQdUD3ZAADDeAoNDTjlWgAAAABJRU5ErkJggg==");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 15px;
    width: 20px;
    display: none;
    z-index: 10; }
    .component-nav-top .mobileMenu.active {
      display: inline; }
  .component-nav-top .mobileMenu:hover {
    cursor: pointer; }
  .component-nav-top .nav-items-right > ul,
  .component-nav-top .nav-items-center > ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .component-nav-top .nav-items-right > ul > li,
    .component-nav-top .nav-items-center > ul > li {
      display: inline-block;
      white-space: nowrap; }
  .component-nav-top .space-bar {
    display: none; }
  .component-nav-top .nav-left-wrapper {
    display: none;
    max-width: 1180px;
    margin: 0 auto; }
    .component-nav-top .nav-left-wrapper.active {
      display: block; }
  .component-nav-top .nav-left-mobile-wrapper {
    display: none;
    margin: 0 auto; }
    .component-nav-top .nav-left-mobile-wrapper.active {
      display: block; }
  .component-nav-top .icon-down-arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTUgOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJQb2x5Z29uXzIiIGRhdGEtbmFtZT0iUG9seWdvbiAyIiBjbGFzcz0iY2xzLTEiIGQ9Ik01NzguNDkyLDEwNmwtNy41LThINTg2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU3MSAtOTgpIi8+Cjwvc3ZnPgo=);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 8px;
    width: 15px; }
  .component-nav-top .icon-dropdown-arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA3IDYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICM0NjQ2NDY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUG9seWdvbl8zIiBkYXRhLW5hbWU9IlBvbHlnb24gMyIgY2xhc3M9ImNscy0xIiBkPSJNMTM0OC41LDYwbC0zLjUtNS45OTNoN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ1IC01NCkiLz4KPC9zdmc+Cg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 6px;
    width: 8px; }
  .component-nav-top .component-search {
    overflow: auto; }
    .component-nav-top .component-search > form {
      float: none; }
    .component-nav-top .component-search .close-icon {
      top: 11px; }
    .component-nav-top .component-search input[type=search].search-Box {
      background-position: 0 8px !important; }
    .component-nav-top .component-search input[type=search].search-Box:focus {
      width: 100% !important;
      padding-left: 25px !important;
      padding-right: 5px !important;
      background-position: 0 8px !important; }
      .component-nav-top .component-search input[type=search].search-Box:focus + .close-icon {
        right: 2px !important; }

@media (max-width: 729px) {
  .component-nav-top input[type=search].search-Box:focus {
    z-index: 1006; }
    .component-nav-top input[type=search].search-Box:focus + .close-icon {
      z-index: 1007; } }

@media (min-width: 730px) {
  .component-nav-top .component-search {
    display: block; }
    .component-nav-top .component-search input[type=search].search-Box:focus {
      width: 100px !important;
      padding-left: 23px !important;
      padding-right: 20px !important;
      background-position: 0 8px !important; }
      .component-nav-top .component-search input[type=search].search-Box:focus + .close-icon {
        right: 2px !important; } }

@media (min-width: 1130px) {
  .component-nav-top {
    min-height: 90px; }
    .component-nav-top .nav-container {
      padding: 0 15px;
      max-width: 1170px;
      margin: 0 auto;
      position: relative; }
      .component-nav-top .nav-container .nav-brand {
        left: 15px;
        top: 30px; }
        .component-nav-top .nav-container .nav-brand .logo {
          height: 41px;
          width: 189px; }
      .component-nav-top .nav-container .mobileMenu {
        display: none; }
      .component-nav-top .nav-container .nav-items-center {
        display: block; }
      .component-nav-top .nav-container .nav-items-right {
        top: 33px;
        padding-left: 40px;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 61%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 61%);
        left: auto; }
        .component-nav-top .nav-container .nav-items-right > ul > li:not(:first-child) {
          margin-left: 20px; }
        .component-nav-top .nav-container .nav-items-right > ul > li.right-nav-link {
          padding-bottom: 5px;
          display: inline-block;
          vertical-align: top; }
        .component-nav-top .nav-container .nav-items-right > ul > li.search-wrapper {
          width: auto; }
        .component-nav-top .nav-container .nav-items-right > ul > li.global-links {
          position: relative;
          z-index: 105; }
          .component-nav-top .nav-container .nav-items-right > ul > li.global-links:hover .global-links-dropdown {
            display: block; }
        .component-nav-top .nav-container .nav-items-right > ul > li.support-links {
          position: relative;
          z-index: 105; }
          .component-nav-top .nav-container .nav-items-right > ul > li.support-links:hover .support-links-dropdown {
            display: block; }
        .component-nav-top .nav-container .nav-items-right > ul > li.support-links .support-links-dropdown,
        .component-nav-top .nav-container .nav-items-right > ul > li.global-links .global-links-dropdown {
          display: none;
          position: absolute;
          background-color: #ffffff;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-radius: 3px;
          top: -webkit-calc(100%);
          top: calc(100%);
          padding: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          padding-top: 5px;
          padding-bottom: 5px; }
          .component-nav-top .nav-container .nav-items-right > ul > li.support-links .support-links-dropdown > li,
          .component-nav-top .nav-container .nav-items-right > ul > li.global-links .global-links-dropdown > li {
            display: block;
            text-align: center;
            padding: 5px 15px;
            font-size: 14px; }
            .component-nav-top .nav-container .nav-items-right > ul > li.support-links .support-links-dropdown > li a,
            .component-nav-top .nav-container .nav-items-right > ul > li.global-links .global-links-dropdown > li a {
              font-weight: 400;
              color: #316aca;
              text-decoration: none; }
              .component-nav-top .nav-container .nav-items-right > ul > li.support-links .support-links-dropdown > li a:hover, .component-nav-top .nav-container .nav-items-right > ul > li.support-links .support-links-dropdown > li a:active,
              .component-nav-top .nav-container .nav-items-right > ul > li.global-links .global-links-dropdown > li a:hover,
              .component-nav-top .nav-container .nav-items-right > ul > li.global-links .global-links-dropdown > li a:active {
                color: #23527c;
                text-decoration: underline;
                cursor: pointer; }
              .component-nav-top .nav-container .nav-items-right > ul > li.support-links .support-links-dropdown > li a:focus,
              .component-nav-top .nav-container .nav-items-right > ul > li.global-links .global-links-dropdown > li a:focus {
                color: #316aca; }
    .component-nav-top .space-bar {
      display: none;
      height: 25px;
      background-color: #5a2a82; }
      .component-nav-top .space-bar.active {
        display: block; }
    .component-nav-top .nav-left-mobile-wrapper {
      display: none; }
      .component-nav-top .nav-left-mobile-wrapper.active {
        display: none; }
    .component-nav-top .component-search {
      display: block; }
      .component-nav-top .component-search > form {
        float: right; } }

@media (min-width: 1200px) {
  .component-nav-top .nav-container .nav-items-right {
    top: 33px; }
    .component-nav-top .nav-container .nav-items-right > ul > li.right-nav-link {
      padding-bottom: 5px; }
  .component-nav-top .component-search .close-icon {
    top: 9px; }
  .component-nav-top .component-search input[type=search].search-Box {
    background-position: 0 6px !important; }
  .component-nav-top .component-search input[type=search].search-Box:focus {
    background-position: 0 6px !important; } }

/**
 *  Main css for contentType
 */
.component-contentType {
  width: 100%;
  /* Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Selected */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */ }
  .component-contentType .headline {
    color: black; }
  .component-contentType h4.title {
    float: left;
    margin: 0;
    line-height: normal; }
  .component-contentType .no-results {
    text-align: center; }
  .component-contentType .dropbtn {
    line-height: 1;
    padding: 0;
    color: #316aca;
    font-size: 30px;
    border: none;
    cursor: pointer;
    background-color: transparent; }
  .component-contentType .dropbtn:after {
    margin-left: 5px;
    content: '\2228';
    margin-bottom: 5px; }
  .component-contentType .dropdown {
    margin-left: 30px;
    vertical-align: top;
    position: relative;
    display: inline-block; }
  .component-contentType .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
  .component-contentType .dropdown-content a {
    cursor: pointer;
    color: #316aca;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
  .component-contentType .dropdown-content a.selected {
    background-color: #f1f1f1; }
  .component-contentType .dropdown-content a:hover {
    color: #316aca;
    text-decoration: underline; }
  .component-contentType .dropdown:hover .dropdown-content {
    display: block; }
  .component-contentType .dropdown:hover .dropbtn {
    color: #808080; }
  .component-contentType .contentContainer {
    padding-top: 30px; }
  .component-contentType .storyContainer {
    display: block;
    vertical-align: middle;
    padding-bottom: 30px; }
  .component-contentType .contentContainer > *:nth-last-child(2) {
    padding-bottom: 0; }
  .component-contentType .storyContainer img {
    display: block;
    padding-top: 30px;
    width: 100%;
    height: auto; }
  .component-contentType .storyContainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .component-contentType .storyContainerLeft {
    width: 100%;
    float: left;
    display: block;
    vertical-align: middle;
    text-align: center; }
    .component-contentType .storyContainerLeft .img-wrapper {
      max-width: 230px; }
  .component-contentType .storyContainerRight {
    width: 100%;
    float: right;
    padding-top: 10px;
    display: block;
    padding-left: 0px;
    padding-bottom: 10px; }
  .component-contentType .storyContainerRight h6 {
    margin-top: -2px; }
  .component-contentType .fullWidthButton {
    display: block;
    width: 100%;
    background-color: #f7f7fa;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
    outline: none;
    border: none; }
  .component-contentType .fullWidthButton:hover {
    background-color: #f9f9f9;
    color: #000000; }

.background-component.light-grey-bg .component-contentType .fullWidthButton {
  background-color: #ffffff; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-contentType h4.title {
    padding-left: 15px; }
  .component-contentType .dropbtn {
    display: none; }
  .component-contentType .contentContainer {
    padding-top: 0px; }
  .component-contentType .storyContainer {
    padding-bottom: 10px !important; }
  .component-contentType img {
    padding-top: 0 !important; }
  .component-contentType .contentContainer > *:nth-last-child(2) {
    padding-bottom: 0; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-contentType .storyContainer img {
    padding-top: 0px; }
  .component-contentType .storyContainerLeft {
    width: 20%; }
  .component-contentType .storyContainerRight {
    width: 80%;
    padding-top: 0px;
    padding-left: 60px; }
    .component-contentType .storyContainerRight:only-child {
      width: 100%;
      padding-left: 0; }
  .component-contentType .dropbtn {
    line-height: normal;
    padding: 0;
    color: #316aca;
    font-size: 20px;
    border: none;
    cursor: pointer;
    background-color: transparent; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-contentType .storyContainerRight {
    padding-left: 30px; }
  .component-contentType .dropbtn {
    line-height: normal;
    padding: 0;
    color: #316aca;
    font-size: 30px;
    border: none;
    cursor: pointer;
    background-color: transparent; } }

/**
 *  Main css for search
 */
.component-search {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
  .component-search input {
    outline: none; }
  .component-search input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 16px; }
  .component-search input::-webkit-search-decoration,
  .component-search input::-webkit-search-cancel-button {
    display: none; }
  .component-search input[type=search] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzhiOTJhMTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    border-bottom: solid 1px transparent;
    border-color: transparent;
    padding: 5px;
    width: 55px;
    outline: none;
    background-size: 14px 14px;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .component-search input[type=search]:focus {
    width: 200px;
    background-color: #ffffff;
    border-bottom-color: #e8ecee;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzVhMmE4MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2gtcHVycGxlPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjM1LjU5IiBjeT0iMzUuNTkiIHI9IjMyLjU5Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNTguNjMiIHkxPSI1OC42MyIgeDI9Ijc5Ljc3IiB5Mj0iNzkuNzciLz48L3N2Zz4=); }
  .component-search input[type=search]:focus::-webkit-input-placeholder {
    color: #e8ecee !important; }
  .component-search input[type=search]:focus:-moz-placeholder {
    color: #e8ecee !important; }
  .component-search input[type=search]:focus::-moz-placeholder {
    color: #e8ecee !important; }
  .component-search input[type=search]:focus:-ms-input-placeholder {
    color: #e8ecee !important; }
  .component-search input:-moz-placeholder {
    color: #999; }
  .component-search input::-webkit-input-placeholder {
    color: #999; }
  .component-search input:-ms-input-placeholder {
    color: #999; }
  .component-search > form {
    position: relative;
    float: right; }
  .component-search > form input[type=search] {
    width: 15px;
    color: transparent;
    cursor: pointer; }
  .component-search > form input[type=search]:hover {
    background-color: #ffffff; }
  .component-search > form input[type=search]:focus {
    width: 200px;
    padding-left: 33px;
    padding-right: 30px;
    color: #000000;
    background-color: #ffffff;
    cursor: auto;
    background-position: 10px 10px; }
    .component-search > form input[type=search]:focus + .close-icon {
      right: 12px; }
  .component-search > form input:-moz-placeholder {
    color: transparent; }
  .component-search > form input::-webkit-input-placeholder {
    color: transparent; }
  .component-search > form input::-ms-clear {
    display: none; }
  .component-search .close-icon {
    padding: 0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My4zNCA4My4zNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM4YjkyYTE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSIyLjEyIiB4Mj0iODEuMjIiIHkyPSI4MS4yMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSI4MS4yMiIgeDI9IjgxLjIyIiB5Mj0iMi4xMiIvPjwvc3ZnPg==);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 13px;
    width: 13px;
    right: 2px;
    top: 13px;
    position: absolute;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer; }
  .component-search .search-Box:not(:focus) ~ .close-icon,
  .component-search .search-Box:not(:valid) ~ .close-icon {
    display: none; }
  .component-search .search-Box, .component-search .search-wrapper {
    position: relative; }

@media (min-width: 1200px) {
  .component-search input[type=search] {
    font-size: 14px; } }

/* css for breadcrumb */
html.touch .component-breadcrumb #primary_nav_wrap > ul > li > a {
  color: #646e81;
  text-decoration: none; }
  html.touch .component-breadcrumb #primary_nav_wrap > ul > li > a:hover {
    color: #646e81;
    text-decoration: none; }
  html.touch .component-breadcrumb #primary_nav_wrap > ul > li > a:active {
    color: #000000;
    text-decoration: underline; }

html.touch .component-breadcrumb #primary_nav_wrap ul ul a {
  color: #316aca; }
  html.touch .component-breadcrumb #primary_nav_wrap ul ul a:hover {
    color: #316aca; }
  html.touch .component-breadcrumb #primary_nav_wrap ul ul a:active {
    color: #32508f; }

html.touch .component-breadcrumb #primary_nav_wrap ul li:hover > ul {
  display: none; }

.component-breadcrumb {
  overflow: visible;
  /*
  #primary_nav_wrap ul li:hover > ul
  {
    display:block
  }
  */ }
  .component-breadcrumb .icon-dropdown-arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA3IDYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICM2NDZlODE7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUG9seWdvbl8zIiBkYXRhLW5hbWU9IlBvbHlnb24gMyIgY2xhc3M9ImNscy0xIiBkPSJNMTM0OC41LDYwbC0zLjUtNS45OTNoN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ1IC01NCkiLz4KPC9zdmc+Cg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8px;
    width: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 20px;
    position: relative; }
    .component-breadcrumb .icon-dropdown-arrow:after {
      content: '';
      position: absolute;
      top: -8px;
      bottom: -8px;
      left: -8px;
      right: -8px; }
  .component-breadcrumb #primary_nav_wrap {
    padding: 10px 0; }
  .component-breadcrumb #primary_nav_wrap > ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding-left: 0; }
  .component-breadcrumb #primary_nav_wrap > ul > li > a {
    background: none;
    color: #646e81;
    font-size: 15px;
    display: inline;
    padding: 0; }
    .component-breadcrumb #primary_nav_wrap > ul > li > a:hover {
      color: #000000;
      text-decoration: underline;
      cursor: pointer; }
    .component-breadcrumb #primary_nav_wrap > ul > li > a:hover:before, .component-breadcrumb #primary_nav_wrap > ul > li > a:hover:after {
      text-decoration: underline; }
    .component-breadcrumb #primary_nav_wrap > ul > li > a:hover:before, .component-breadcrumb #primary_nav_wrap > ul > li > a:hover:after {
      text-decoration: none; }
    .component-breadcrumb #primary_nav_wrap > ul > li > a:before {
      padding-right: 20px;
      font-size: 30px;
      content: "  /  ";
      vertical-align: middle;
      color: #eeeeee;
      font-weight: 100;
      display: inline-block; }
    .component-breadcrumb #primary_nav_wrap > ul > li > a:only-child {
      margin-right: 20px; }
  .component-breadcrumb #primary_nav_wrap > ul > li:first-child > a:before {
    content: "\00a0";
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block; }
  .component-breadcrumb #primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1; }
  .component-breadcrumb #primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #ffffff;
    padding: 0; }
  .component-breadcrumb #primary_nav_wrap ul ul li {
    float: none;
    min-width: 200px;
    padding: 5px 20px; }
    .component-breadcrumb #primary_nav_wrap ul ul li:first-child {
      padding-top: 10px; }
    .component-breadcrumb #primary_nav_wrap ul ul li:last-child {
      padding-bottom: 10px; }
  .component-breadcrumb #primary_nav_wrap ul ul a {
    line-height: 120%;
    padding-left: 0;
    color: #316aca;
    font-weight: lighter; }
    .component-breadcrumb #primary_nav_wrap ul ul a:hover {
      color: #32508f; }
    .component-breadcrumb #primary_nav_wrap ul ul a:hover:before {
      text-decoration: underline; }
    .component-breadcrumb #primary_nav_wrap ul ul a:hover:before {
      text-decoration: none; }
  .component-breadcrumb #primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%; }
  .component-breadcrumb #primary_nav_wrap ul li {
    cursor: pointer; }
  .component-breadcrumb #primary_nav_wrap ul ul.dropdown-menu.active {
    display: block; }
  .component-breadcrumb #primary_nav_wrap .dropdown-menu a:hover {
    background-color: transparent; }
  .component-breadcrumb #primary_nav_wrap .dropdown-menu > li > a {
    padding: 0; }
  .component-breadcrumb .dropdown-menu {
    margin: 0;
    z-index: 1001; }
  .component-breadcrumb .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 25%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .component-breadcrumb .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 25%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; }

@media (max-width: 730px) {
  .component-breadcrumb {
    display: none; } }

/* XS Phone */
@media (max-width: 479px) {
  /*
      Handle case where breadcrumbs are inside a hero banner and banner
      is hiding the image in mobile (meaning text must be changed to dark)
   */
  .component-hero-banner.mobile-hide-img .component-breadcrumb.white-text a {
    color: #000000; } }

@media (min-width: 1130px) {
  .component-breadcrumb.banner-template-padding {
    padding-bottom: 20px; } }

/**
 *  Main css for flag
 */
html.touch .flag a.text {
  color: #ffffff; }
  html.touch .flag a.text:hover {
    color: #ffffff;
    text-decoration: none; }
  html.touch .flag a.text:active {
    color: #ffffff;
    text-decoration: underline; }

.flag {
  color: #ffffff;
  position: absolute;
  display: block;
  text-transform: uppercase;
  z-index: 1000; }
  .flag .text {
    display: block;
    font-size: 15px;
    color: #ffffff;
    padding: 5px 30px; }
  .flag .triangle {
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 100%; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .flag {
    font-size: 15px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .flag {
    font-size: 17px; } }

/**
 *  Main css for cardB
 */
.component-card-b {
  position: relative;
  margin: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 25px solid transparent;
  overflow: hidden; }
  .component-card-b .card-text {
    padding: 25px 25px 0 25px; }
    .component-card-b .card-text .heading {
      margin: 0 0 15px 0;
      font-size: 22px;
      color: #5a2a82; }
    .component-card-b .card-text p {
      color: #646e81;
      margin-bottom: 15px;
      text-overflow: clip; }
    .component-card-b .card-text a {
      display: block;
      line-height: 1; }
  .component-card-b .flex-video {
    margin-bottom: 0; }
  .component-card-b .flag + .card-text {
    padding: 60px 25px 0 25px; }
  .component-card-b .card-img {
    width: 100%;
    padding-bottom: 57.25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .component-card-b .card-img .component-image {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }

.component-card-b:hover {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
@media (max-width: 729px) {
  .component-card-b .card-text .heading:last-child, .component-card-b .card-text p:last-child {
    margin-bottom: 0; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-card-b .card-text {
    padding: 25px; }
    .component-card-b .card-text .heading {
      font-size: 20px; }
  .component-card-b .flag + .card-text {
    padding: 60px 25px 25px 25px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-card-b .card-text {
    padding: 25px; }
    .component-card-b .card-text .heading {
      font-size: 30px; }
  .component-card-b .flag + .card-text {
    padding: 60px 25px 25px 25px; } }

/**
 *  Main css for text
 */
.component-textcomp .component-text .title {
  font-size: 20px;
  margin-top: 0; }
  .component-textcomp .component-text .title.no-margin {
    margin-top: 0; }

.component-textcomp .component-text p:last-child {
  margin-bottom: 0; }

.component-textcomp .component-text ul:last-child, .component-textcomp .component-text ol:last-child {
  margin-bottom: 0; }

.component-textcomp.text-align-left {
  text-align: left; }

.component-textcomp.text-align-center {
  text-align: center; }

.component-textcomp.text-align-right {
  text-align: right; }

.component-textcomp hr.separator {
  border: none;
  height: 1px;
  color: #e9eaeb;
  background-color: #e9eaeb;
  margin: 20px 0; }

.component-textcomp .component-button, .component-textcomp .component-button-purple, .component-textcomp .component-button-gray, .component-textcomp .component-button-orange {
  min-width: 140px;
  display: block;
  max-width: 300px;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.42857; }
  .component-textcomp .component-button:hover, .component-textcomp .component-button-purple:hover, .component-textcomp .component-button-gray:hover, .component-textcomp .component-button-orange:hover {
    color: #ffffff;
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: underline; }
  .component-textcomp .component-button:last-of-type, .component-textcomp .component-button-purple:last-of-type, .component-textcomp .component-button-gray:last-of-type, .component-textcomp .component-button-orange:last-of-type {
    margin-bottom: 0; }
  .component-textcomp .component-button.secondary, .component-textcomp .secondary.component-button-purple, .component-textcomp .secondary.component-button-gray, .component-textcomp .secondary.component-button-orange {
    background-color: #b5bbc6; }
  .component-textcomp .component-button.primary, .component-textcomp .primary.component-button-purple, .component-textcomp .primary.component-button-gray, .component-textcomp .primary.component-button-orange {
    background-color: #80539c; }

.component-textcomp .buttons {
  text-align: center;
  margin: 20px 0 0 0; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
-------------------------  -------------------------
*/
/* XS Phone */
/* Only up to SM Tablet */
@media (max-width: 729px) {
  .component-textcomp .buttons.align-left .component-button, .component-textcomp .buttons.align-left .component-button-purple, .component-textcomp .buttons.align-left .component-button-gray, .component-textcomp .buttons.align-left .component-button-orange {
    margin-right: auto; }
  .component-textcomp .buttons.align-center .component-button, .component-textcomp .buttons.align-center .component-button-purple, .component-textcomp .buttons.align-center .component-button-gray, .component-textcomp .buttons.align-center .component-button-orange {
    margin-left: auto;
    margin-right: auto; }
  .component-textcomp .buttons.align-right .component-button, .component-textcomp .buttons.align-right .component-button-purple, .component-textcomp .buttons.align-right .component-button-gray, .component-textcomp .buttons.align-right .component-button-orange {
    margin-left: auto; }
  .component-textcomp .component-text .title {
    margin-top: 13px; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-textcomp .component-text .title {
    font-size: 22px; }
  .component-textcomp .buttons .component-button, .component-textcomp .buttons .component-button-purple, .component-textcomp .buttons .component-button-gray, .component-textcomp .buttons .component-button-orange {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 14px; }
    .component-textcomp .buttons .component-button:last-of-type, .component-textcomp .buttons .component-button-purple:last-of-type, .component-textcomp .buttons .component-button-gray:last-of-type, .component-textcomp .buttons .component-button-orange:last-of-type {
      margin: 0; }
  .component-textcomp .buttons.align-left {
    text-align: left; }
  .component-textcomp .buttons.align-center {
    text-align: center; }
  .component-textcomp .buttons.align-right {
    text-align: right; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-textcomp .buttons .component-button, .component-textcomp .buttons .component-button-purple, .component-textcomp .buttons .component-button-gray, .component-textcomp .buttons .component-button-orange {
    font-size: 16px; }
  .component-textcomp .component-text .title {
    font-size: 30px; } }

/**
 *  Main css for column
 */
/**
 *  Main css for textImage2Column
 */
.component-text-image-2-column h4 {
  margin-top: 0; }

.component-text-image-2-column img {
  padding: 20px 0 20px 0; }

.component-text-image-2-column .img-col {
  position: relative; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
@media (max-width: 730px) {
  .component-text-image-2-column img {
    padding-bottom: 15px !important; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-text-image-2-column h4 .text-size-smaller {
    display: block;
    margin-top: -.12em; }
  .component-text-image-2-column h4 .text-size-normal {
    display: block;
    margin-top: -.15em; }
  .component-text-image-2-column h4 .text-size-larger {
    display: block;
    margin-top: -.15em; }
  .component-text-image-2-column img {
    padding: 0; }
  .component-text-image-2-column p.no-title {
    margin-top: -.3em; } }

/**
 *  Main css for pressRelease
 */
html.touch .component-press-release .cta:hover {
  color: #646e81;
  text-decoration: none; }

html.touch .component-press-release .cta:active {
  color: #646e81;
  text-decoration: underline; }

.component-press-release h4 {
  font-weight: 400; }

.component-press-release .press-release-list {
  margin: 25px 0 0 0; }

.component-press-release .press-release-col {
  margin-bottom: 25px; }
  .component-press-release .press-release-col .press-release-item .title {
    font-weight: 400; }
  .component-press-release .press-release-col .press-release-item .date {
    font-weight: 400;
    color: #646e81;
    margin-bottom: 10px; }
  .component-press-release .press-release-col .press-release-item p {
    margin-bottom: 0; }

.component-press-release .cta {
  background-color: #f7f7fa;
  display: block;
  text-align: center;
  color: #646e81;
  padding: 12px; }

.background-component.light-grey-bg .component-press-release .cta {
  background-color: #ffffff; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-press-release .press-release-list > .row > .press-release-col:nth-child(1) {
    padding-right: 45px; }
  .component-press-release .press-release-list > .row > .press-release-col:nth-child(2) {
    padding-left: 45px; } }

/**
 *  Main css for html
 */
/**
 *  Main css for downloads
 */
.component-downloads {
  padding: 5px; }
  .component-downloads h1 {
    color: #5a2a82;
    font-size: 22px;
    font-weight: 400; }
  .component-downloads a {
    color: #316aca;
    display: inline-block;
    padding-bottom: 5px; }
    .component-downloads a:hover {
      color: #32508f; }
  .component-downloads .icon-download {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDExIDEwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzE2YWNhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IklDT046X0Rvd25sb2FkIiBkYXRhLW5hbWU9IklDT046IERvd25sb2FkIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOC40MjksNDM0SDIwLjU3MXYtMS41MzhoNy44NTdWNDM0Wm0tNy44NTcsMEgxOXYtMy4wNzdoMS41NzFWNDM0Wk0zMCw0MzRIMjguNDI5di0zLjA3N0gzMFY0MzRabS0xLjU3Mi02LjkyM0gyNi44NTdWNDI0SDIyLjE0M3YzLjA3N0gyMC41NzFsNC4wODksMy45OTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkgLTQyNCkiLz4KPC9zdmc+Cg==);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    margin-right: 10px; }

/**
 *  Main css for stockPrice
 */
.component-stockprice {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  padding: 30px;
  margin: 0 auto;
  color: #2e3b4e;
  line-height: 1; }
  .component-stockprice .negative {
    color: #ee0000; }
  .component-stockprice .stockprice-name {
    font-weight: 400;
    font-size: 36px; }
    .component-stockprice .stockprice-name .abbr {
      color: #316aca; }
  .component-stockprice .price .share-price {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 70px;
    font-weight: 400;
    display: block; }
  .component-stockprice .price .delta {
    color: #219b17;
    font-size: 20px;
    font-weight: 400; }
  .component-stockprice .volume {
    padding-top: 30px;
    font-size: 20px;
    word-wrap: break-word; }
    .component-stockprice .volume .shares {
      display: block;
      font-size: 40px;
      font-weight: 400;
      padding-bottom: 10px; }
  .component-stockprice .market-cap {
    padding-top: 30px;
    padding-bottom: 30px; }
    .component-stockprice .market-cap .total {
      padding-bottom: 10px;
      display: block;
      font-size: 40px;
      font-weight: 400; }
    .component-stockprice .market-cap .caption {
      font-size: 20px; }
  .component-stockprice .delay {
    font-size: 16px;
    font-style: italic; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
/* LG Desktop */
@media (min-width: 1200px) {
  .component-stockprice {
    padding: 30px; } }

/**
 *  Main css for pagecontainer
 */
.component-page-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px; }

/**
 *  Main css for page title
 */
/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
/* LG Desktop */
@media (min-width: 1200px) {
  .component-page-title .page-title {
    font-size: 45px; } }

/*
--------------------------------------------------
    Banner Component
-------------------------------------------------- 
*/
html.touch .component-button a, html.touch .component-button-purple a, html.touch .component-button-gray a, html.touch .component-button-orange a {
  color: #ffffff; }
  html.touch .component-button a:hover, html.touch .component-button-purple a:hover, html.touch .component-button-gray a:hover, html.touch .component-button-orange a:hover {
    color: #ffffff;
    text-decoration: none; }
  html.touch .component-button a:active, html.touch .component-button-purple a:active, html.touch .component-button-gray a:active, html.touch .component-button-orange a:active, html.touch .component-button a:focus, html.touch .component-button-purple a:focus, html.touch .component-button-gray a:focus, html.touch .component-button-orange a:focus {
    color: #ffffff;
    text-decoration: underline; }

html.touch .lightButtonRollover:hover,
html.touch .darkButtonRollover:hover {
  text-decoration: none; }

html.touch .component-button-purple:hover,
html.touch .component-button-gray:hover,
html.touch .component-button-orange:hover {
  text-decoration: none; }

.component-button, .component-button-purple, .component-button-gray, .component-button-orange {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  color: #ffffff; }
  .component-button a, .component-button-purple a, .component-button-gray a, .component-button-orange a {
    color: #ffffff; }

.lightButtonRollover:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-decoration: underline; }

.darkButtonRollover:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: underline; }

.component-button-purple {
  background-color: #80539c; }
  .component-button-purple:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: underline; }

.component-button-gray {
  background-color: #646e81; }
  .component-button-gray:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: underline; }

.component-button-orange {
  background-color: #fcaf1a; }
  .component-button-orange:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    text-decoration: underline; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/* LG Desktop */
/**
 *  Main css for flexbox
 */
/*
--------------------------------------------------
    Site Footer
-------------------------------------------------- 
*/
html.touch .site-footer a:hover {
  color: #7e8a92;
  text-decoration: none; }

html.touch .site-footer a:active {
  color: #6a757c;
  text-decoration: underline; }

html.touch .site-footer ul.social-icons .icon-twitter:hover,
html.touch .site-footer ul.social-icons .icon-linkedin:hover,
html.touch .site-footer ul.social-icons .icon-facebook:hover,
html.touch .site-footer ul.social-icons .icon-youtube:hover {
  box-shadow: none; }

html.touch .site-footer ul.social-icons .icon-twitter:active,
html.touch .site-footer ul.social-icons .icon-linkedin:active,
html.touch .site-footer ul.social-icons .icon-facebook:active,
html.touch .site-footer ul.social-icons .icon-youtube:active {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }

.site-footer {
  background-color: #F0F0F4; }
  .site-footer > .background-component > .container > .row {
    position: relative; }
  .site-footer .logo-col {
    margin-bottom: 30px; }
  .site-footer .logo {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNDcuNzY2cHQiIGhlaWdodD0iNTMuOTIwNnB0IiB2aWV3Qm94PSIwIDAgMjQ3Ljc2NiA1My45MjA2IiB2ZXJzaW9uPSIxLjEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDEiPiAgPHBhdGggZD0iTSAzMiAwIEwgNTggMCBMIDU4IDUzLjkyMTg3NSBMIDMyIDUzLjkyMTg3NSBaIE0gMzIgMCAiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDIiPiAgPHBhdGggZD0iTSAxODQgMCBMIDIwOSAwIEwgMjA5IDUzLjkyMTg3NSBMIDE4NCA1My45MjE4NzUgWiBNIDE4NCAwICIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjbGlwMyI+ICA8cGF0aCBkPSJNIDIzNyAwIEwgMjQ3Ljc2NTYyNSAwIEwgMjQ3Ljc2NTYyNSAxMSBMIDIzNyAxMSBaIE0gMjM3IDAgIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE3LjI1MzkwNiA2LjMwMDc4MSBDIDE3LjI1MzkwNiA0LjY0NDUzMSAxNi40MjU3ODEgMy40MDIzNDQgMTIuNzY1NjI1IDMuNDAyMzQ0IEMgOS4wOTc2NTYgMy40MDIzNDQgOC4yNzM0MzggNC42NDQ1MzEgOC4yNzM0MzggNi4zMDA3ODEgTCA4LjI3MzQzOCAxMC43ODkwNjIgQyA4LjI3MzQzOCAxMi4xNDg0MzggOC43NDYwOTQgMTMuNTA3ODEyIDEwLjA0Njg3NSAxNC42Mjg5MDYgTCAyMi40NDkyMTkgMjUuMjY1NjI1IEMgMjQuMjI2NTYyIDI2Ljc0MjE4OCAyNS4yODkwNjIgMjguNTc0MjE5IDI1LjI4OTA2MiAzMC40NjQ4NDQgTCAyNS4yODkwNjIgMzcuMTk5MjE5IEMgMjUuMjg5MDYyIDQxLjIyMjY1NiAyMC41NTg1OTQgNDMuNDY0ODQ0IDEyLjc2MTcxOSA0My40NjQ4NDQgQyA0LjEzNjcxOSA0My40NjQ4NDQgLTAuMDAzOTA2MjUgNDEuNTE1NjI1IDAgMzcuMTk5MjE5IEwgMCAzMS4zNTU0NjkgTCA3LjgwMDc4MSAzMS4zNTU0NjkgTCA3Ljc5Njg3NSAzNi45NjQ4NDQgQyA3Ljc5Njg3NSAzOC45NzY1NjIgOS4zMzU5MzggNDAuMTU2MjUgMTIuNzYxNzE5IDQwLjE1NjI1IEMgMTUuOTUzMTI1IDQwLjE1NjI1IDE3LjQ4ODI4MSAzOC45NzY1NjIgMTcuNDg4MjgxIDM2Ljk2NDg0NCBMIDE3LjQ4ODI4MSAzMC45OTYwOTQgQyAxNy40ODgyODEgMjkuNTE5NTMxIDE2Ljg5ODQzOCAyOC4zOTQ1MzEgMTUuMjQ2MDk0IDI2LjkyMTg3NSBMIDMuNzgxMjUgMTYuOTM3NSBDIDEuNjU2MjUgMTUuMTAxNTYyIDAuNDcyNjU2IDEzLjY4MzU5NCAwLjQ3MjY1NiAxMS41IEwgMC40NzI2NTYgNi4zNTkzNzUgQyAwLjQ3MjY1NiAyLjE2NDA2MiA0Ljg0NzY1NiAwLjA5Mzc1IDEyLjc2NTYyNSAwLjA5Mzc1IEMgMjEuNTExNzE5IDAuMDkzNzUgMjUuMDUwNzgxIDIuMTY0MDYyIDI1LjA1MDc4MSA2LjA2MjUgTCAyNS4wNTA3ODEgMTEuNSBMIDE3LjI1MzkwNiAxMS41IFogTSAxNy4yNTM5MDYgNi4zMDA3ODEgIi8+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMDAuMjY5NTMxIDM2LjA0Mjk2OSBDIDEwMC4yNjk1MzEgMzguNDA2MjUgMTAxLjIxMDkzOCA0MC4wNjI1IDEwNi4xNzU3ODEgNDAuMDYyNSBDIDExMS4xNDA2MjUgNDAuMDYyNSAxMTIuMDg1OTM4IDM4LjQwNjI1IDExMi4wODU5MzggMzYuMDQyOTY5IEwgMTEyLjA4NTkzOCA3LjMyNDIxOSBDIDExMi4wODU5MzggNC45NjQ4NDQgMTExLjE0MDYyNSAzLjMwODU5NCAxMDYuMTc5Njg4IDMuMzA4NTk0IEMgMTAxLjIxNDg0NCAzLjMwODU5NCAxMDAuMjY5NTMxIDQuOTY0ODQ0IDEwMC4yNjk1MzEgNy4zMjQyMTkgWiBNIDkyLjQ3MjY1NiA3LjIwNzAzMSBDIDkyLjQ3MjY1NiAzLjAxMTcxOSA5NS42NjAxNTYgMCAxMDYuMTc5Njg4IDAgQyAxMTYuNjk1MzEyIDAgMTE5Ljg4NjcxOSAzLjAxMTcxOSAxMTkuODg2NzE5IDcuMjA3MDMxIEwgMTE5Ljg4MjgxMiAzNi4xNjAxNTYgQyAxMTkuODgyODEyIDQwLjM1NTQ2OSAxMTYuNjk1MzEyIDQzLjM3MTA5NCAxMDYuMTc1NzgxIDQzLjM3MTA5NCBDIDk1LjY2MDE1NiA0My4zNzEwOTQgOTIuNDY4NzUgNDAuMzU1NDY5IDkyLjQ2ODc1IDM2LjE2MDE1NiBaIE0gOTIuNDcyNjU2IDcuMjA3MDMxICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMTM1Ljc3NzM0NCAyMC41MDM5MDYgQyAxMzkuMzI0MjE5IDIwLjUwMzkwNiAxNDEuODA0Njg4IDIwLjAzMTI1IDE0MS44MDQ2ODggMTcuODQzNzUgTCAxNDEuODA0Njg4IDYuMzI0MjE5IEMgMTQxLjgwNDY4OCA0LjEzNjcxOSAxMzkuMzI0MjE5IDMuNjY0MDYyIDEzNS43NzczNDQgMy42NjQwNjIgTCAxMzIgMy42NjQwNjIgTCAxMzIgMjAuNTAzOTA2IFogTSAxMjQuMTk5MjE5IDAuMzU1NDY5IEwgMTM2LjYwOTM3NSAwLjM1NTQ2OSBDIDE0Ni42NTYyNSAwLjM1NTQ2OSAxNDkuNjA5Mzc1IDIuMDA3ODEyIDE0OS42MDkzNzUgNi44NTU0NjkgTCAxNDkuNjAxNTYyIDE3LjMxMjUgQyAxNDkuNjAxNTYyIDIyLjE1NjI1IDE0Ni42NDg0MzggMjMuODEyNSAxMzYuNjA5Mzc1IDIzLjgxMjUgTCAxMzIgMjMuODEyNSBMIDEzMiA0My4wMTU2MjUgTCAxMjQuMTk5MjE5IDQzLjAxNTYyNSBaIE0gMTI0LjE5OTIxOSAwLjM1NTQ2OSAiLz48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE2OS4wODU5MzggNi4yMDcwMzEgQyAxNjkuMDg1OTM4IDQuNTUwNzgxIDE2OC4yNTc4MTIgMy4zMDg1OTQgMTY0LjU5NzY1NiAzLjMwODU5NCBDIDE2MC45Mjk2ODggMy4zMDg1OTQgMTYwLjEwMTU2MiA0LjU1MDc4MSAxNjAuMTAxNTYyIDYuMjA3MDMxIEwgMTYwLjEwMTU2MiAxMC42OTUzMTIgQyAxNjAuMTAxNTYyIDEyLjA1NDY4OCAxNjAuNTc0MjE5IDEzLjQxNDA2MiAxNjEuODc1IDE0LjUzNTE1NiBMIDE3NC4yODUxNTYgMjUuMTcxODc1IEMgMTc2LjA1NDY4OCAyNi42NDg0MzggMTc3LjExNzE4OCAyOC40ODA0NjkgMTc3LjExNzE4OCAzMC4zNzEwOTQgTCAxNzcuMTE3MTg4IDM3LjEwOTM3NSBDIDE3Ny4xMTcxODggNDEuMTI4OTA2IDE3Mi4zOTQ1MzEgNDMuMzcxMDk0IDE2NC41OTM3NSA0My4zNzEwOTQgQyAxNTUuOTY4NzUgNDMuMzcxMDk0IDE1MS44MjgxMjUgNDEuNDIxODc1IDE1MS44MjgxMjUgMzcuMTA1NDY5IEwgMTUxLjgyODEyNSAzMS4yNTc4MTIgTCAxNTkuNjI4OTA2IDMxLjI1NzgxMiBMIDE1OS42Mjg5MDYgMzYuODcxMDk0IEMgMTU5LjYyODkwNiAzOC44ODI4MTIgMTYxLjE2Nzk2OSA0MC4wNjI1IDE2NC41OTM3NSA0MC4wNjI1IEMgMTY3Ljc4NTE1NiA0MC4wNjI1IDE2OS4zMjAzMTIgMzguODgyODEyIDE2OS4zMjAzMTIgMzYuODcxMDk0IEwgMTY5LjMyMDMxMiAzMC45MDIzNDQgQyAxNjkuMzIwMzEyIDI5LjQyNTc4MSAxNjguNzM0Mzc1IDI4LjMwNDY4OCAxNjcuMDc0MjE5IDI2LjgyODEyNSBMIDE1NS42MTMyODEgMTYuODM5ODQ0IEMgMTUzLjQ4MDQ2OSAxNS4wMDc4MTIgMTUyLjMwNDY4OCAxMy41ODk4NDQgMTUyLjMwNDY4OCAxMS40MDYyNSBMIDE1Mi4zMDQ2ODggNi4yNjE3MTkgQyAxNTIuMzA0Njg4IDIuMDY2NDA2IDE1Ni42NzU3ODEgMCAxNjQuNTk3NjU2IDAgQyAxNzMuMzM5ODQ0IDAgMTc2Ljg4MjgxMiAyLjA2NjQwNiAxNzYuODgyODEyIDUuOTcyNjU2IEwgMTc2Ljg4MjgxMiAxMS40MDYyNSBMIDE2OS4wODU5MzggMTEuNDA2MjUgWiBNIDE2OS4wODU5MzggNi4yMDcwMzEgIi8+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAyMjYuNjQwNjI1IDYuMjA3MDMxIEMgMjI2LjY0MDYyNSA0LjU1MDc4MSAyMjUuODEyNSAzLjMwODU5NCAyMjIuMTUyMzQ0IDMuMzA4NTk0IEMgMjE4LjQ4ODI4MSAzLjMwODU5NCAyMTcuNjYwMTU2IDQuNTUwNzgxIDIxNy42NjAxNTYgNi4yMDcwMzEgTCAyMTcuNjYwMTU2IDEwLjY5OTIxOSBDIDIxNy42NjAxNTYgMTIuMDU0Njg4IDIxOC4xMzI4MTIgMTMuNDE0MDYyIDIxOS40MzM1OTQgMTQuNTM1MTU2IEwgMjMxLjgzOTg0NCAyNS4xNzU3ODEgQyAyMzMuNjEzMjgxIDI2LjY1MjM0NCAyMzQuNjcxODc1IDI4LjQ4MDQ2OSAyMzQuNjcxODc1IDMwLjM3MTA5NCBMIDIzNC42NzE4NzUgMzcuMTA5Mzc1IEMgMjM0LjY3MTg3NSA0MS4xMjg5MDYgMjI5Ljk0OTIxOSA0My4zNzEwOTQgMjIyLjE1MjM0NCA0My4zNzEwOTQgQyAyMTMuNTIzNDM4IDQzLjM3MTA5NCAyMDkuMzgyODEyIDQxLjQyMTg3NSAyMDkuMzgyODEyIDM3LjEwOTM3NSBMIDIwOS4zODI4MTIgMzEuMjU3ODEyIEwgMjE3LjE4NzUgMzEuMjU3ODEyIEwgMjE3LjE4MzU5NCAzNi44NzEwOTQgQyAyMTcuMTgzNTk0IDM4Ljg4MjgxMiAyMTguNzIyNjU2IDQwLjA2MjUgMjIyLjE1MjM0NCA0MC4wNjI1IEMgMjI1LjMzNTkzOCA0MC4wNjI1IDIyNi44NzUgMzguODgyODEyIDIyNi44NzUgMzYuODcxMDk0IEwgMjI2Ljg3NSAzMC45MDIzNDQgQyAyMjYuODc1IDI5LjQyNTc4MSAyMjYuMjg1MTU2IDI4LjMwNDY4OCAyMjQuNjI4OTA2IDI2LjgyODEyNSBMIDIxMy4xNjc5NjkgMTYuODM5ODQ0IEMgMjExLjAzOTA2MiAxNS4wMTE3MTkgMjA5Ljg1OTM3NSAxMy41OTM3NSAyMDkuODU5Mzc1IDExLjQwNjI1IEwgMjA5Ljg1OTM3NSA2LjI2MTcxOSBDIDIwOS44NTkzNzUgMi4wNzQyMTkgMjE0LjIzMDQ2OSAwIDIyMi4xNTIzNDQgMCBDIDIzMC44OTQ1MzEgMCAyMzQuNDQxNDA2IDIuMDc0MjE5IDIzNC40NDE0MDYgNS45NzI2NTYgTCAyMzQuNDQxNDA2IDExLjQwNjI1IEwgMjI2LjY0MDYyNSAxMS40MDYyNSBaIE0gMjI2LjY0MDYyNSA2LjIwNzAzMSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDEpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNDkuNDI1NzgxIDAuMzU1NDY5IEwgNTcuMjM4MjgxIDAuMzU1NDY5IEwgNDAuMTQ0NTMxIDUzLjkxNDA2MiBMIDMyLjMzNTkzOCA1My45MTQwNjIgWiBNIDQ5LjQyNTc4MSAwLjM1NTQ2OSAiLz48L2c+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAzNy4xMDU0NjkgMzMuNjI1IEwgMjYuNTM5MDYyIDAuNDUzMTI1IEwgMzQuMzQ3NjU2IDAuNDUzMTI1IEwgNDEuMDA3ODEyIDIxLjM2MzI4MSBaIE0gMzcuMTA1NDY5IDMzLjYyNSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDIpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMjAxLjE3MTg3NSAwLjM1NTQ2OSBMIDIwOC45ODA0NjkgMC4zNTU0NjkgTCAxOTEuODg2NzE5IDUzLjkyMTg3NSBMIDE4NC4wNzgxMjUgNTMuOTIxODc1IFogTSAyMDEuMTcxODc1IDAuMzU1NDY5ICIvPjwvZz48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE4OC44ODY3MTkgMzMuNTMxMjUgTCAxNzguMzIwMzEyIDAuMzU1NDY5IEwgMTg2LjEyODkwNiAwLjM1NTQ2OSBMIDE5Mi43OTI5NjkgMjEuMjY5NTMxIFogTSAxODguODg2NzE5IDMzLjUzMTI1ICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gODcuNjYwMTU2IDQzLjAxNTYyNSBMIDg3LjY5OTIxOSA0My4wMTU2MjUgTCA4Ny42OTkyMTkgNi44NjcxODggQyA4Ny42OTkyMTkgMi4wMTk1MzEgODQuNzQyMTg4IDAuMzYzMjgxIDc0LjcwMzEyNSAwLjM2MzI4MSBMIDU5LjY2MDE1NiAwLjM2MzI4MSBMIDU5LjY1NjI1IDQzLjAzMTI1IEwgNjcuNDUzMTI1IDQzLjAzMTI1IEwgNjcuNDU3MDMxIDQzLjAxNTYyNSBMIDY3LjQ1NzAzMSAzLjY3MTg3NSBMIDczLjg3NSAzLjY3MTg3NSBDIDc3LjQxNzk2OSAzLjY3MTg3NSA3OS44OTg0MzggNC4xNDg0MzggNzkuODk4NDM4IDYuMzMyMDMxIEwgNzkuODk4NDM4IDQzLjAxNTYyNSBaIE0gODcuNjYwMTU2IDQzLjAxNTYyNSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDMpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMjQyLjczODI4MSA1LjI4MTI1IEMgMjQzLjQ3MjY1NiA1LjI4MTI1IDI0NC4xMjg5MDYgNS4yMzA0NjkgMjQ0LjEyODkwNiA0LjM1MTU2MiBDIDI0NC4xMjg5MDYgMy42MzY3MTkgMjQzLjQ4ODI4MSAzLjUxMTcxOSAyNDIuODgyODEyIDMuNTExNzE5IEwgMjQxLjY5OTIxOSAzLjUxMTcxOSBMIDI0MS42OTkyMTkgNS4yODEyNSBaIE0gMjQxLjY5OTIxOSA4LjUgTCAyNDAuODI4MTI1IDguNSBMIDI0MC44MjgxMjUgMi43NzM0MzggTCAyNDMuMDExNzE5IDIuNzczNDM4IEMgMjQ0LjM2NzE4OCAyLjc3MzQzOCAyNDUuMDM5MDYyIDMuMjY5NTMxIDI0NS4wMzkwNjIgNC4zOTg0MzggQyAyNDUuMDM5MDYyIDUuNDI5Njg4IDI0NC4zOTA2MjUgNS44NzUgMjQzLjU1MDc4MSA1Ljk4MDQ2OSBMIDI0NS4xNzk2ODggOC41IEwgMjQ0LjIxMDkzOCA4LjUgTCAyNDIuNjk1MzEyIDYuMDE5NTMxIEwgMjQxLjY5OTIxOSA2LjAxOTUzMSBaIE0gMjQyLjc1MzkwNiA5Ljc3NzM0NCBDIDI0NSA5Ljc3NzM0NCAyNDYuNzY5NTMxIDguMDE1NjI1IDI0Ni43Njk1MzEgNS42MjEwOTQgQyAyNDYuNzY5NTMxIDMuMjY5NTMxIDI0NSAxLjQ5NjA5NCAyNDIuNzUzOTA2IDEuNDk2MDk0IEMgMjQwLjQ3MjY1NiAxLjQ5NjA5NCAyMzguNzAzMTI1IDMuMjY5NTMxIDIzOC43MDMxMjUgNS42MjEwOTQgQyAyMzguNzAzMTI1IDguMDE1NjI1IDI0MC40NzI2NTYgOS43NzczNDQgMjQyLjc1MzkwNiA5Ljc3NzM0NCBNIDIzNy43MDMxMjUgNS42MjEwOTQgQyAyMzcuNzAzMTI1IDIuNzczNDM4IDI0MC4wMTU2MjUgMC42Njc5NjkgMjQyLjc1MzkwNiAwLjY2Nzk2OSBDIDI0NS40NTcwMzEgMC42Njc5NjkgMjQ3Ljc2NTYyNSAyLjc3MzQzOCAyNDcuNzY1NjI1IDUuNjIxMDk0IEMgMjQ3Ljc2NTYyNSA4LjUgMjQ1LjQ1NzAzMSAxMC42MDU0NjkgMjQyLjc1MzkwNiAxMC42MDU0NjkgQyAyNDAuMDE1NjI1IDEwLjYwNTQ2OSAyMzcuNzAzMTI1IDguNSAyMzcuNzAzMTI1IDUuNjIxMDk0ICIvPjwvZz48L2c+PC9zdmc+);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 41px;
    width: 189px; }
  .site-footer a {
    color: #7e8a92; }
    .site-footer a:hover {
      color: #6a757c; }
  .site-footer ul {
    font-size: 14px;
    list-style: none;
    line-height: 2.2;
    padding: 0;
    margin: 0 0 25px 0; }
    .site-footer ul.list-4 {
      margin: 0 0 25px 0; }
  .site-footer ul.social-icons {
    line-height: 1; }
    .site-footer ul.social-icons li {
      float: left; }
    .site-footer ul.social-icons .icon-twitter,
    .site-footer ul.social-icons .icon-linkedin,
    .site-footer ul.social-icons .icon-facebook,
    .site-footer ul.social-icons .icon-youtube {
      display: inline-block;
      height: 30px;
      width: 30px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 12px; }
    .site-footer ul.social-icons .icon-twitter:hover,
    .site-footer ul.social-icons .icon-linkedin:hover,
    .site-footer ul.social-icons .icon-facebook:hover,
    .site-footer ul.social-icons .icon-youtube:hover {
      box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }
    .site-footer ul.social-icons .icon-twitter {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYzVjN2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InR3aXR0ZXIiIGNsYXNzPSJjbHMtMSIgZD0iTTExMTAsMzY0N3YzMmgzMnYtMzJoLTMyWm0yMi4zNiwxMi43NGMwLjAxLDAuMTQuMDEsMC4yOCwwLjAxLDAuNDJhOS4zNCw5LjM0LDAsMCwxLTE0LjM3LDcuODcsNi43OTIsNi43OTIsMCwwLDAsLjc4LjA0LDYuNTgyLDYuNTgyLDAsMCwwLDQuMDgtMS40LDMuMywzLjMsMCwwLDEtMy4wNy0yLjI4LDMuMjIyLDMuMjIyLDAsMCwwLDEuNDktLjA2LDMuMjkzLDMuMjkzLDAsMCwxLTIuNjQtMy4yMnYtMC4wNGEzLjE2NiwzLjE2NiwwLDAsMCwxLjQ5LjQxLDMuMjkzLDMuMjkzLDAsMCwxLTEuMDItNC4zOCw5LjMyMyw5LjMyMywwLDAsMCw2Ljc3LDMuNDMsMy4wODEsMy4wODEsMCwwLDEtLjA5LTAuNzUsMy4yODksMy4yODksMCwwLDEsNS42OC0yLjI1LDYuNiw2LjYsMCwwLDAsMi4wOS0uNzksMy4yOTQsMy4yOTQsMCwwLDEtMS40NCwxLjgxLDYuMzA4LDYuMzA4LDAsMCwwLDEuODgtLjUxQTYuNzk0LDYuNzk0LDAsMCwxLDExMzIuMzYsMzY1OS43NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTEwIC0zNjQ3KSIvPgo8L3N2Zz4K); }
    .site-footer ul.social-icons .icon-linkedin {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYzVjN2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImZhY2Vib29rIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTczLjk2LDM2NjEuODJ2LTAuMDNhMC4wNTMsMC4wNTMsMCwwLDAtLjAyLjAzaDAuMDJaTTExNTcsMzY0N3YzMmgzMnYtMzJoLTMyWm0xMS42MywyMy42NWgtMy40M3YtMTAuMzJoMy40M3YxMC4zMlptLTEuNzEtMTEuNzNoLTAuMDNhMS43NywxLjc3LDAsMCwxLTEuODktMS43OEExLjkzNiwxLjkzNiwwLDEsMSwxMTY2LjkyLDM2NTguOTJabTE0LjA4LDExLjczaC0zLjQzdi01LjUyYzAtMS4zOS0uNS0yLjM0LTEuNzQtMi4zNGExLjg4NywxLjg4NywwLDAsMC0xLjc2LDEuMjYsMi4zNTMsMi4zNTMsMCwwLDAtLjExLjgzdjUuNzdoLTMuNDNzMC4wNC05LjM1LDAtMTAuMzJoMy40M3YxLjQ2YTMuNDEzLDMuNDEzLDAsMCwxLDMuMDktMS43YzIuMjYsMCwzLjk1LDEuNDcsMy45NSw0LjY0djUuOTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE1NyAtMzY0NykiLz4KPC9zdmc+Cg==); }
    .site-footer ul.social-icons .icon-facebook {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYzVjN2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmtlZGluIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjAzLDM2NDd2MzJoMzJ2LTMyaC0zMlptMTkuNDMsMTYuMDFoLTIuMjRWMzY3MWgtMy4zM3YtNy45OWgtMS41OHYtMi44M2gxLjU4di0xLjgzYTMuMTE5LDMuMTE5LDAsMCwxLDMuMzYtMy4zNWwyLjQ2LDAuMDF2Mi43NGgtMS43OWEwLjY3NywwLjY3NywwLDAsMC0uNy43N3YxLjY2aDIuNTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIwMyAtMzY0NykiLz4KPC9zdmc+Cg==); }
    .site-footer ul.social-icons .icon-youtube {
      margin-right: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYzVjN2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InlvdXR1YmUiIGNsYXNzPSJjbHMtMSIgZD0iTTEyNjAuMjYsMzY2NC40NmgwLjk0djQuNjloMC45MXYtNC42OWgwLjk1di0wLjhoLTIuOHYwLjhabTUuNi0zLjlhMC40LDAuNCwwLDAsMCwuMjktMC4xLDAuMzQyLDAuMzQyLDAsMCwwLC4xMS0wLjI4di0yLjQzYTAuMjc3LDAuMjc3LDAsMCwwLS4xMS0wLjI0LDAuNDM3LDAuNDM3LDAsMCwwLS4yOS0wLjA5LDAuNCwwLjQsMCwwLDAtLjI3LjA5LDAuMywwLjMsMCwwLDAtLjExLjI0djIuNDNhMC40MTQsMC40MTQsMCwwLDAsLjEuMjhBMC4zNzEsMC4zNzEsMCwwLDAsMTI2NS44NiwzNjYwLjU2Wm0yLjAxLDQuNDlhMC43MTEsMC43MTEsMCwwLDAtLjM3LjEsMS4xMzgsMS4xMzgsMCwwLDAtLjM1LjI4di0xLjc3aC0wLjgydjUuNDloMC44MnYtMC4zMWExLDEsMCwwLDAsLjM1LjI3LDAuOTI4LDAuOTI4LDAsMCwwLC40Mi4wOSwwLjY1OCwwLjY1OCwwLDAsMCwuNTUtMC4yMywwLjk4MSwwLjk4MSwwLDAsMCwuMTktMC42NnYtMi4yNGExLjIzMiwxLjIzMiwwLDAsMC0uMi0wLjc2QTAuNzE2LDAuNzE2LDAsMCwwLDEyNjcuODcsMzY2NS4wNVptLTAuMDQsMy4xNWEwLjUsMC41LDAsMCwxLS4wNy4yOCwwLjI2NiwwLjI2NiwwLDAsMS0uMjIuMDksMC40NTUsMC40NTUsMCwwLDEtLjItMC4wNSwwLjU3OSwwLjU3OSwwLDAsMS0uMTktMC4xNHYtMi41MmEwLjY0MywwLjY0MywwLDAsMSwuMTctMC4xMywwLjQ3MSwwLjQ3MSwwLDAsMSwuMTctMC4wNCwwLjMxLDAuMzEsMCwwLDEsLjI1LjExLDAuNDU5LDAuNDU5LDAsMCwxLC4wOS4zMXYyLjA5Wm0tMi45Mi0uMDJhMSwxLDAsMCwxLS4yNS4yMSwwLjQyNCwwLjQyNCwwLDAsMS0uMjIuMDksMC4xOTQsMC4xOTQsMCwwLDEtLjE3LTAuMDcsMC4zNDQsMC4zNDQsMCwwLDEtLjA1LTAuMnYtMy4xMWgtMC44MXYzLjM5YTAuODkzLDAuODkzLDAsMCwwLC4xNC41NCwwLjUyNCwwLjUyNCwwLDAsMCwuNDMuMTgsMC45NTYsMC45NTYsMCwwLDAsLjQ3LTAuMTMsMS43NTIsMS43NTIsMCwwLDAsLjQ2LTAuMzh2MC40NWgwLjgxdi00LjA1aC0wLjgxdjMuMDhaTTEyNTAsMzY0N3YzMmgzMnYtMzJoLTMyWm0xNy45Myw5Ljc2aDAuOTF2My40MmEwLjM1MiwwLjM1MiwwLDAsMCwuMDYuMjMsMC4yMTQsMC4yMTQsMCwwLDAsLjE4LjA3LDAuNTM4LDAuNTM4LDAsMCwwLC4yNi0wLjA5LDEuNTUzLDEuNTUzLDAsMCwwLC4yOC0wLjI0di0zLjM5aDAuOTF2NC40NmgtMC45MXYtMC40OWExLjgwNiwxLjgwNiwwLDAsMS0uNTMuNDEsMS4wNjEsMS4wNjEsMCwwLDEtLjUyLjE1LDAuNTgzLDAuNTgzLDAsMCwxLS40OC0wLjIsMC45MzQsMC45MzQsMCwwLDEtLjE2LTAuNnYtMy43M1ptLTMuMzgsMS4wMmExLjAyLDEuMDIsMCwwLDEsLjM2LTAuODIsMS40ODYsMS40ODYsMCwwLDEsLjk5LTAuMzEsMS4zNjQsMS4zNjQsMCwwLDEsLjkzLjMyLDEuMDg5LDEuMDg5LDAsMCwxLC4zNi44NHYyLjNhMS4xOSwxLjE5LDAsMCwxLS4zNS45LDEuNTcyLDEuNTcyLDAsMCwxLTEuOTQtLjAxLDEuMjI4LDEuMjI4LDAsMCwxLS4zNS0wLjkxdi0yLjMxWm0tMi40OS0yLjYsMC42NywyLjQxaDAuMDZsMC42NC0yLjQxaDEuMDRsLTEuMTksMy41M3YyLjUxaC0xLjAzdi0yLjM5bC0xLjIyLTMuNjVoMS4wM1pNMTI3NCwzNjY3LjlhMi45MjYsMi45MjYsMCwwLDEtMi45MiwyLjkzaC0xMC4xNmEyLjkyNiwyLjkyNiwwLDAsMS0yLjkyLTIuOTN2LTIuMzVhMi45MjMsMi45MjMsMCwwLDEsMi45Mi0yLjkyaDEwLjE2YTIuOTIzLDIuOTIzLDAsMCwxLDIuOTIsMi45MnYyLjM1Wm0tMy42OS0yLjlhMS4yMTYsMS4yMTYsMCwwLDAtLjg4LjMzLDEuMTQ1LDEuMTQ1LDAsMCwwLS4zNS44NnYxLjgyYTEuMywxLjMsMCwwLDAsLjMyLjkyLDEuMSwxLjEsMCwwLDAsLjg1LjMzLDEuMiwxLjIsMCwwLDAsLjkxLTAuMzEsMS4yODUsMS4yODUsMCwwLDAsLjMxLTAuOTR2LTAuMjFoLTAuODR2MC4xOGEwLjgzLDAuODMsMCwwLDEtLjA4LjQ3LDAuMzE4LDAuMzE4LDAsMCwxLS4yOC4xLDAuMjkzLDAuMjkzLDAsMCwxLS4yNy0wLjEyLDAuODE0LDAuODE0LDAsMCwxLS4wOC0wLjQ1di0wLjc2aDEuNTV2LTEuMDNhMS4xODgsMS4xODgsMCwwLDAtLjMtMC44OEExLjEzNCwxLjEzNCwwLDAsMCwxMjcwLjMxLDM2NjVabTAuMzIsMS41OWgtMC43MXYtMC40MWEwLjYzNywwLjYzNywwLDAsMSwuMDgtMC4zNiwwLjMxOCwwLjMxOCwwLDAsMSwuMjgtMC4xMSwwLjMxLDAuMzEsMCwwLDEsLjI3LjExLDAuNjM3LDAuNjM3LDAsMCwxLC4wOC4zNnYwLjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNTAgLTM2NDcpIi8+Cjwvc3ZnPgo=); }
  .site-footer h6 {
    font-size: 18px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 400; }
  .site-footer .copyright {
    line-height: 2.2;
    font-size: 14px;
    padding-left: 15px;
    color: #7e8a92; }

/*
--------------------------------------------------
    Responsive (mobile first)
  XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* < XS Phone */
/* < SM Tablet */
@media (max-width: 729px) {
  .sm-pull-right {
    float: right !important; } }

/* > XS Phone */
/* > SM Tablet */
/* > LG Desktop */
@media (min-width: 1200px) {
  .site-footer ul {
    margin: 0; }
  .site-footer .copyright {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 15px;
    padding-left: 0; } }

/*
--------------------------------------------------
    Background Component
-------------------------------------------------- 
*/
.dark-grey-bg {
  background-color: #222222; }

.grey-bg {
  background-color: #808080; }

.light-grey-bg {
  background-color: #f7f7fa; }

.white-bg {
  background-color: #ffffff; }

.white-text {
  color: #ffffff; }

.dark-text {
  color: #222222; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/* LG Desktop */
/*
--------------------------------------------------
    Image Component
-------------------------------------------------- 
*/
.component-image .horizontal-padding-sm {
  padding: 0 5px; }

.component-image .horizontal-padding-md {
  padding: 0 25px; }

.component-image .horizontal-padding-lg {
  padding: 0 100px; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* > XS Phone */
/* > SM Tablet */
/* > LG Desktop */
/*
--------------------------------------------------
    Banner Component
-------------------------------------------------- 
*/
body {
  overflow-x: hidden; }

.container.component-banner-container {
  padding: 0;
  width: 100%;
  max-width: 1900px; }

.component-banner {
  position: relative; }
  .component-banner .svg-padding-sm {
    padding: 25px !important; }
  .component-banner .svg-padding-md {
    padding: 50px !important; }
  .component-banner .svg-padding-lg {
    padding: 100px !important; }
  .component-banner .flag {
    display: none; }
  .component-banner .text-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 102;
    padding: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; }
    .component-banner .text-overlay .contentValignCenter {
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: relative; }
    .component-banner .text-overlay .title {
      font-size: 22px;
      margin: 0 0 20px 0;
      line-height: 1.0;
      font-weight: 400;
      color: #ffffff; }
      .component-banner .text-overlay .title p {
        font-size: 1em;
        color: inherit;
        margin: 0 0 0 0; }
        .component-banner .text-overlay .title p:last-of-type {
          margin: 0; }
    .component-banner .text-overlay .component-text {
      color: #ffffff; }
    .component-banner .text-overlay p {
      color: #ffffff;
      margin-bottom: 20px; }
    .component-banner .text-overlay .component-button, .component-banner .text-overlay .component-button-purple, .component-banner .text-overlay .component-button-gray, .component-banner .text-overlay .component-button-orange {
      margin-bottom: 25px; }
    .component-banner .text-overlay.text-align-left {
      text-align: left; }
    .component-banner .text-overlay.text-align-right {
      text-align: right; }
    .component-banner .text-overlay.text-align-center {
      text-align: center; }
    .component-banner .text-overlay.content-align-left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start; }
    .component-banner .text-overlay.content-align-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
              justify-content: flex-end; }
    .component-banner .text-overlay.content-align-center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .component-banner .text-overlay .paddingSmall {
      padding-left: 0;
      padding-right: 0; }
    .component-banner .text-overlay .paddingMedium {
      padding-right: 15px;
      padding-left: 15px; }
    .component-banner .text-overlay .paddingLarge {
      padding-right: 30px;
      padding-left: 30px; }
    .component-banner .text-overlay .content-wrapper {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 1; }
  .component-banner .imageOverlayRight,
  .component-banner .imageOverlayLeft {
    position: relative;
    z-index: -1;
    height: 100%;
    width: 100%; }
    .component-banner .imageOverlayRight.hRight,
    .component-banner .imageOverlayLeft.hRight {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .component-banner .imageOverlayRight.hLeft,
    .component-banner .imageOverlayLeft.hLeft {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .component-banner .imageOverlayRight.hCenter,
    .component-banner .imageOverlayLeft.hCenter {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .component-banner .foreground-image-wrapper {
    display: none;
    top: 0; }
    .component-banner .foreground-image-wrapper a,
    .component-banner .foreground-image-wrapper img {
      display: block;
      height: auto;
      width: auto; }
      .component-banner .foreground-image-wrapper a.vTop,
      .component-banner .foreground-image-wrapper img.vTop {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
                align-self: flex-start; }
      .component-banner .foreground-image-wrapper a.vBottom,
      .component-banner .foreground-image-wrapper img.vBottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
                align-self: flex-end; }
      .component-banner .foreground-image-wrapper a.vCenter,
      .component-banner .foreground-image-wrapper img.vCenter {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
                align-self: center; }
  .component-banner .imageOverlayRight {
    right: 0; }
  .component-banner .imageOverlayLeft {
    left: 0; }
  .component-banner .banner-img .component-image img {
    min-height: 200px;
    width: 100%;
    opacity: 0; }
  .component-banner .component-image {
    position: relative; }
  .component-banner .wedge,
  .component-banner .slash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5a2a82;
    z-index: -1; }
    .component-banner .wedge:before,
    .component-banner .slash:before {
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0; }
    .component-banner .wedge:after,
    .component-banner .slash:after {
      -webkit-transform-origin: 100% 100%;
          -ms-transform-origin: 100% 100%;
              transform-origin: 100% 100%; }
    .component-banner .wedge.dark,
    .component-banner .slash.dark {
      opacity: .85; }
    .component-banner .wedge.medium,
    .component-banner .slash.medium {
      opacity: .7; }
    .component-banner .wedge.light,
    .component-banner .slash.light {
      opacity: .5; }
    .component-banner .wedge.transparent,
    .component-banner .slash.transparent {
      opacity: 0; }
  .component-banner .slash:after, .component-banner .slash:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg); }
  .component-banner .wedge:after, .component-banner .wedge:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg); }
  .component-banner .content-align-left .wedge:before {
    display: none; }
  .component-banner .content-align-right .wedge:after {
    display: none; }
  .component-banner .cropped-img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .component-banner .mobile-foreground-image {
    display: none;
    width: 100%;
    height: auto;
    padding-top: 30px;
    background-color: #ffffff; }
  .component-banner .desktop-wrapper {
    position: relative;
    overflow: hidden; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* XS Phone */
@media (max-width: 729px) {
  .component-banner .img-responsive {
    display: block; }
  .component-banner .text-overlay .title {
    font-size: 30px;
    margin-bottom: 0;
    padding-top: 0px; }
    .component-banner .text-overlay .title span p {
      display: block; }
  .component-banner .text-overlay p {
    font-size: 18px; }
  .component-banner .text-overlay .component-button, .component-banner .text-overlay .component-button-purple, .component-banner .text-overlay .component-button-gray, .component-banner .text-overlay .component-button-orange {
    margin: 10px 0;
    font-size: 14px;
    width: auto; }
  .component-banner .imageOverlayLeft {
    display: none; }
  .component-banner .imageOverlayRight {
    display: none; }
  .component-banner .banner-img .component-image img {
    min-height: 250px; }
  .component-banner .mobile-foreground-image {
    display: block; }
  .component-banner .wedge,
  .component-banner .slash {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    left: -15px; }
  .component-banner .wedge:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    left: -15px; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-banner .sticky-left {
    left: -webkit-calc(((-100vw + 100%)/2));
    left: calc(((-100vw + 100%)/2)); }
  .component-banner .sticky-right {
    right: -webkit-calc(((-100vw + 100%)/2));
    right: calc(((-100vw + 100%)/2)); }
  .component-banner .img-responsive {
    display: block; }
  .component-banner .text-overlay {
    width: 100%; }
    .component-banner .text-overlay .title {
      font-size: 35px;
      margin-bottom: 10px; }
    .component-banner .text-overlay p {
      display: block;
      font-size: 14px;
      margin: 0 0 20px 0; }
    .component-banner .text-overlay .component-button, .component-banner .text-overlay .component-button-purple, .component-banner .text-overlay .component-button-gray, .component-banner .text-overlay .component-button-orange {
      width: auto;
      margin: 0;
      font-size: 14px;
      padding: 10px; }
    .component-banner .text-overlay .text-width-25 {
      width: 25%; }
    .component-banner .text-overlay .text-width-33 {
      width: 33%; }
    .component-banner .text-overlay .text-width-50 {
      width: 50%; }
    .component-banner .text-overlay .text-width-60 {
      width: 60%; }
    .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper {
      width: -webkit-calc(100% - 25% + 15px - ((25% * 1.47) - 25%));
      width: calc(100% - 25% + 15px - ((25% * 1.47) - 25%)); }
    .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper {
      width: -webkit-calc(100% - 33% + 15px - ((33% * 1.36) - 33%));
      width: calc(100% - 33% + 15px - ((33% * 1.36) - 33%)); }
    .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper {
      width: -webkit-calc(100% - 50% + 15px - ((50% * 1.24) - 50%));
      width: calc(100% - 50% + 15px - ((50% * 1.24) - 50%)); }
    .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper {
      width: -webkit-calc(100% - 60% + 15px - ((60% * 1.20) - 60%));
      width: calc(100% - 60% + 15px - ((60% * 1.20) - 60%)); }
  .component-banner .imageOverlayRight {
    right: -15px; }
  .component-banner .imageOverlayLeft {
    left: -15px; }
  .component-banner .banner-img {
    min-width: 850px; }
    .component-banner .banner-img .component-image img {
      max-height: 500px;
      width: 100%;
      opacity: 0; }
  .component-banner .cropped-img {
    min-width: 850px; }
  .component-banner .foreground-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute; }
    .component-banner .foreground-image-wrapper img {
      height: 100%;
      width: auto; }
      .component-banner .foreground-image-wrapper img.scale-width {
        width: 100%;
        height: auto; }
  .component-banner .foreground-image-inner {
    position: relative;
    height: 100%;
    width: 100%; }
    .component-banner .foreground-image-inner .foreground-image {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain; }
      .component-banner .foreground-image-inner .foreground-image.vTop {
        background-position-y: top; }
      .component-banner .foreground-image-inner .foreground-image.vCenter {
        background-position-y: center; }
      .component-banner .foreground-image-inner .foreground-image.vBottom {
        background-position-y: bottom; }
      .component-banner .foreground-image-inner .foreground-image.hLeft {
        background-position-x: left; }
      .component-banner .foreground-image-inner .foreground-image.hCenter {
        background-position-x: center; }
      .component-banner .foreground-image-inner .foreground-image.hRight {
        background-position-x: right; } }

@media (min-width: 992px) {
  .component-banner .sticky-left {
    left: -webkit-calc(((-100vw + 970px)/2) - 15px);
    left: calc(((-100vw + 970px)/2) - 15px); }
  .component-banner .sticky-right {
    right: -webkit-calc(((-100vw + 970px)/2) - 15px);
    right: calc(((-100vw + 970px)/2) - 15px); }
  .component-banner .imageOverlayRight {
    right: -webkit-calc(((-100vw + 970px) / 2) - 15px);
    right: calc(((-100vw + 970px) / 2) - 15px); }
  .component-banner .imageOverlayLeft {
    left: -webkit-calc(((-100vw + 970px) / 2) - 15px);
    left: calc(((-100vw + 970px) / 2) - 15px); }
  .component-banner .text-overlay {
    width: 970px; }
    .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.41) - 25%));
      width: calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.41) - 25%)); }
      .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.41) - 25%) + ((100vw - 970px)/2));
        width: calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.41) - 25%) + ((100vw - 970px)/2)); }
    .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.33) - 33%));
      width: calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.33) - 33%)); }
      .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.33) - 33%) + ((100vw - 970px)/2));
        width: calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.33) - 33%) + ((100vw - 970px)/2)); }
    .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.21) - 50%));
      width: calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.21) - 50%)); }
      .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.21) - 50%) + ((100vw - 970px)/2));
        width: calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.21) - 50%) + ((100vw - 970px)/2)); }
    .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.18) - 60%));
      width: calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.18) - 60%)); }
      .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.18) - 60%) + ((100vw - 970px)/2));
        width: calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.18) - 60%) + ((100vw - 970px)/2)); } }

@media (min-width: 1024px) {
  .component-banner .banner-img {
    min-width: 1200px; }
  .component-banner .cropped-img {
    min-width: 1200px; }
  .component-banner .text-overlay {
    width: 970px; }
    .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.50) - 25%));
      width: calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.50) - 25%)); }
      .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.50) - 25%) + ((100vw - 970px)/2));
        width: calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.50) - 25%) + ((100vw - 970px)/2)); }
    .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.38) - 33%));
      width: calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.38) - 33%)); }
      .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.38) - 33%) + ((100vw - 970px)/2));
        width: calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.38) - 33%) + ((100vw - 970px)/2)); }
    .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.25) - 50%));
      width: calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.25) - 50%)); }
      .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.25) - 50%) + ((100vw - 970px)/2));
        width: calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.25) - 50%) + ((100vw - 970px)/2)); }
    .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.21) - 60%));
      width: calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.21) - 60%)); }
      .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.21) - 60%) + ((100vw - 970px)/2));
        width: calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.21) - 60%) + ((100vw - 970px)/2)); } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-banner .imageOverlayRight {
    right: -webkit-calc(((-100vw + 1170px) / 2) - 15px);
    right: calc(((-100vw + 1170px) / 2) - 15px); }
  .component-banner .imageOverlayLeft {
    left: -webkit-calc(((-100vw + 1170px) / 2) - 15px);
    left: calc(((-100vw + 1170px) / 2) - 15px); }
  .component-banner .sticky-left {
    left: -webkit-calc(((-100vw + 1170px)/2) - 15px);
    left: calc(((-100vw + 1170px)/2) - 15px); }
  .component-banner .sticky-right {
    right: -webkit-calc(((-100vw + 1170px)/2) - 15px);
    right: calc(((-100vw + 1170px)/2) - 15px); }
  .component-banner .text-overlay {
    width: 1170px; }
    .component-banner .text-overlay .title {
      font-size: 55px;
      margin-bottom: 20px; }
    .component-banner .text-overlay p {
      font-size: 22px; }
      .component-banner .text-overlay p:last-of-type {
        margin: 0; }
    .component-banner .text-overlay .component-button, .component-banner .text-overlay .component-button-purple, .component-banner .text-overlay .component-button-gray, .component-banner .text-overlay .component-button-orange {
      margin: 40px 0 0 0;
      padding: 10px 30px;
      font-size: 16px; }
    .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.53) - 25%));
      width: calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.53) - 25%)); }
      .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.53) - 25%) + ((100vw - 1170px)/2));
        width: calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.53) - 25%) + ((100vw - 1170px)/2)); }
    .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.41) - 33%));
      width: calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.41) - 33%)); }
      .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.41) - 33%) + ((100vw - 1170px)/2));
        width: calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.41) - 33%) + ((100vw - 1170px)/2)); }
    .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.26) - 50%));
      width: calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.26) - 50%)); }
      .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.26) - 50%) + ((100vw - 1170px)/2));
        width: calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.26) - 50%) + ((100vw - 1170px)/2)); }
    .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper {
      width: -webkit-calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.23) - 60%));
      width: calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.23) - 60%)); }
      .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper.has-wedge {
        width: -webkit-calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.23) - 60%) + ((100vw - 1170px)/2));
        width: calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.23) - 60%) + ((100vw - 1170px)/2)); }
  .component-banner .banner-img {
    min-width: 1400px; }
  .component-banner .cropped-img {
    min-width: 1400px; } }

@media (min-width: 1600px) {
  .component-banner .banner-img {
    min-width: 1800px; }
  .component-banner .cropped-img {
    min-width: 1800px; }
  .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper {
    width: -webkit-calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.62) - 25%));
    width: calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.62) - 25%)); }
  .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper {
    width: -webkit-calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.47) - 33%));
    width: calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.47) - 33%)); }
  .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper {
    width: -webkit-calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.31) - 50%));
    width: calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.31) - 50%)); }
  .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper {
    width: -webkit-calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.27) - 60%));
    width: calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.27) - 60%)); } }

@media (min-width: 1900px) {
  .component-banner .imageOverlayRight {
    right: -webkit-calc(((-1900px + 1170px) / 2) - 15px);
    right: calc(((-1900px + 1170px) / 2) - 15px); }
  .component-banner .imageOverlayLeft {
    left: -webkit-calc(((-1900px + 1170px) / 2) - 15px);
    left: calc(((-1900px + 1170px) / 2) - 15px); }
  .component-banner .text-overlay .text-width-25 + .foreground-image-wrapper {
    width: -webkit-calc((100% - 25%) + ((1900px - 1170px)/2) + 15px - ((25% * 1.65) - 25%));
    width: calc((100% - 25%) + ((1900px - 1170px)/2) + 15px - ((25% * 1.65) - 25%)); }
  .component-banner .text-overlay .text-width-33 + .foreground-image-wrapper {
    width: -webkit-calc((100% - 33%) + ((1900px - 1170px)/2) + 15px - ((33% * 1.50) - 33%));
    width: calc((100% - 33%) + ((1900px - 1170px)/2) + 15px - ((33% * 1.50) - 33%)); }
  .component-banner .text-overlay .text-width-50 + .foreground-image-wrapper {
    width: -webkit-calc((100% - 50%) + ((1900px - 1170px)/2) + 15px - ((50% * 1.33) - 50%));
    width: calc((100% - 50%) + ((1900px - 1170px)/2) + 15px - ((50% * 1.33) - 50%)); }
  .component-banner .text-overlay .text-width-60 + .foreground-image-wrapper {
    width: -webkit-calc((100% - 60%) + ((1900px - 1170px)/2) + 15px - ((60% * 1.28) - 60%));
    width: calc((100% - 60%) + ((1900px - 1170px)/2) + 15px - ((60% * 1.28) - 60%)); }
  .component-banner .sticky-left {
    left: -webkit-calc(((-1900px + 1170px)/2) - 15px);
    left: calc(((-1900px + 1170px)/2) - 15px); }
  .component-banner .sticky-right {
    right: -webkit-calc(((-1900px + 1170px)/2) - 15px);
    right: calc(((-1900px + 1170px)/2) - 15px); }
  .component-banner .banner-img {
    width: 1900px; }
  .component-banner .cropped-img {
    width: 1900px; } }

/**
 *  Main css for cardContainer
 */
.component-card-container .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px; }

.component-card-container .card-col {
  padding: 10px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-card-container .container-title {
    font-size: 32px; }
  .component-card-container.card-size-extra-extra-small [class^="component-card-"] {
    height: 290px; }
  .component-card-container.card-size-extra-small [class^="component-card-"] {
    height: 425px; }
  .component-card-container.card-size-small [class^="component-card-"] {
    height: 510px; }
  .component-card-container.card-size-medium [class^="component-card-"] {
    height: 550px; }
  .component-card-container.card-size-large [class^="component-card-"] {
    height: 590px; }
  .component-card-container.card-size-extra-extra-large [class^="component-card-"] {
    height: 640px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-card-container .container-title {
    font-size: 44px; } }

/**
 *  Main css for cardA
 */
.component-card-a {
  position: relative;
  margin: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-bottom: 25px solid transparent; }
  .component-card-a .component-text {
    padding: 25px; }
    .component-card-a .component-text:last-of-type {
      padding: 25px 25px 0 25px; }
  .component-card-a .title {
    font-size: 30px;
    white-space: nowrap;
    margin-top: 0;
    padding: 0; }
  .component-card-a .subtitle {
    font-size: 18px;
    color: #2e3c4d;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0; }
  .component-card-a .heading {
    margin-top: 0px;
    font-size: 22px;
    color: #2e3c4d; }
  .component-card-a p {
    color: #646e81;
    text-overflow: clip;
    margin: 0; }
  .component-card-a .card-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .component-card-a .card-img img {
      opacity: 0; }

.component-card-a:hover {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3); }

.component-card-container.col-2 .component-card-a .card-img {
  height: 225px; }

.component-card-container.col-3 .component-card-a .card-img {
  height: 215px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-card-a .component-text {
    padding: 25px; }
  .component-card-a .title {
    font-size: 26px;
    margin-bottom: 10px; }
  .component-card-a .subtitle {
    font-size: 15px; }
  .component-card-a .heading {
    font-size: 20px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .component-card-a .component-text {
    padding: 25px; }
  .component-card-a .title {
    font-size: 30px; }
  .component-card-a .subtitle {
    font-size: 18px; }
  .component-card-a .heading {
    font-size: 26px; }
  .component-card-a p {
    font-size: 16px; }
  .component-card-a a {
    font-size: 16px; } }

/*
--------------------------------------------------
    Text List Component
-------------------------------------------------- 
*/
.text-list-component .list-item {
  padding: 20px 40px 20px 40px;
  display: block;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }
  .text-list-component .list-item:hover {
    background-color: #e5e5e5; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* LG Desktop */
/**
 *  Main css for callToAction
 */
html.touch .component-calltoaction .wrapper .btn-secondary:hover,
html.touch .component-calltoaction .wrapper .btn-primary:hover {
  box-shadow: none;
  text-decoration: none; }

html.touch .component-calltoaction .wrapper .btn-secondary:active,
html.touch .component-calltoaction .wrapper .btn-primary:active {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  text-decoration: underline; }

.component-calltoaction h2 {
  margin-top: 0; }

.component-calltoaction .title {
  position: relative;
  font-size: 20px; }

.component-calltoaction .wrapper .btn-primary {
  background-color: #80539c;
  color: #ffffff; }
  .component-calltoaction .wrapper .btn-primary:hover, .component-calltoaction .wrapper .btn-primary:active {
    color: #ffffff;
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: underline; }

.component-calltoaction .wrapper .btn-secondary {
  background-color: #80539c;
  color: #ffffff; }
  .component-calltoaction .wrapper .btn-secondary:hover, .component-calltoaction .wrapper .btn-secondary:active {
    color: #ffffff;
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: underline; }

.component-calltoaction .wrapper .btn {
  border: none;
  outline: none;
  min-width: 140px;
  padding: 10px 30px;
  font-weight: 300;
  display: block;
  border-radius: 3px;
  max-width: 300px; }
  .component-calltoaction .wrapper .btn:first-of-type {
    margin-bottom: 10px; }
  .component-calltoaction .wrapper .btn:last-of-type {
    margin-bottom: 0; }

.component-calltoaction .wrapper.fullWidth .btn {
  max-width: none;
  width: 100%; }

.component-calltoaction .wrapper .buttons {
  text-align: center;
  margin: 10px 0 0 0; }

.component-calltoaction .wrapper .inner-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* SM Phone */
/* Only up to SM Tablet */
@media (max-width: 729px) {
  .component-calltoaction {
    margin: 10px 0; }
    .component-calltoaction .buttons.align-left .btn {
      margin-right: auto; }
    .component-calltoaction .buttons.align-center .btn {
      margin-left: auto;
      margin-right: auto; }
    .component-calltoaction .buttons.align-right .btn {
      margin-left: auto; } }

/* SM Tablet */
@media (min-width: 730px) {
  .component-calltoaction.extra-top-padding {
    padding-top: .2em; }
  .component-calltoaction .title {
    top: -.12em;
    font-size: 25px; }
  .component-calltoaction .wrapper .component-text-twobuttons {
    float: left;
    width: 53%; }
  .component-calltoaction .wrapper .component-text-onebutton {
    float: left;
    width: 75%; }
  .component-calltoaction .wrapper .buttons {
    text-align: center;
    margin: 0; }
  .component-calltoaction .wrapper .btn-primary {
    font-size: 14px; }
  .component-calltoaction .wrapper .btn-secondary {
    font-size: 14px; }
  .component-calltoaction .wrapper .btn {
    display: inline-block;
    max-width: none; }
    .component-calltoaction .wrapper .btn:first-of-type, .component-calltoaction .wrapper .btn:last-of-type {
      margin: 0 7.5px 10px 7.5px; }
  .component-calltoaction .wrapper.fullWidth .btn:first-of-type {
    margin: 0;
    margin-bottom: 10px; }
  .component-calltoaction .wrapper.fullWidth .btn:last-of-type {
    margin: 0;
    margin-bottom: 0; }
  .component-calltoaction .wrapper .buttons.align-left {
    text-align: left; }
  .component-calltoaction .wrapper .buttons.align-center {
    text-align: center; }
  .component-calltoaction .wrapper .buttons.align-right {
    text-align: right; } }

/* MD Desktop */
/* LG Desktop */
@media (min-width: 1200px) {
  .component-calltoaction .title {
    font-size: 30px; }
  .component-calltoaction .wrapper .btn-primary {
    font-size: 16px; }
  .component-calltoaction .wrapper .btn-secondary {
    font-size: 16px; } }

/**
 *  Main css for bsimm-footer
 */
.component-bsimm-footer .primary_footer {
  background-color: #2e2e2e;
  color: #A6A6A6;
  font-size: 14px;
  font-weight: lighter;
  font-family: 'Open Sans','Arial','sans-serif';
  -webkit-font-smoothing: antialiased; }
  .component-bsimm-footer .primary_footer .container {
    padding-top: 80px;
    padding-bottom: 60px; }
  .component-bsimm-footer .primary_footer a {
    color: #A6A6A6;
    font-size: 14px !important;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-rendering: optimizelegibility;
    line-height: 24.5px;
    margin-left: 1px; }
  .component-bsimm-footer .primary_footer .footer_sidebar img {
    margin-top: -15px;
    margin-bottom: 15px; }
  .component-bsimm-footer .primary_footer .footer_sidebar ul {
    padding-left: 0; }
    .component-bsimm-footer .primary_footer .footer_sidebar ul li {
      list-style: none;
      margin-left: 0;
      width: 100%;
      position: relative; }
      .component-bsimm-footer .primary_footer .footer_sidebar ul li a {
        width: 100%;
        display: inline-block;
        border-top: 1px solid #333333;
        padding: 15px 15px 15px 0; }
    .component-bsimm-footer .primary_footer .footer_sidebar ul li:last-child {
      border-bottom: 1px solid #333333; }
  .component-bsimm-footer .primary_footer .footer_sidebar p {
    margin-bottom: 14px; }
    .component-bsimm-footer .primary_footer .footer_sidebar p.privacy {
      padding-top: 12px;
      margin-bottom: 30px; }
  .component-bsimm-footer .primary_footer .footer_sidebar a:hover {
    color: #4a4a4a;
    text-decoration: none; }
  .component-bsimm-footer .primary_footer .footer_sidebar h4 {
    color: #ffffff;
    font-family: 'Open Sans','Arial','sans-serif';
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 0; }
  .component-bsimm-footer .primary_footer .footer_sidebar .spacer {
    height: 27px; }
  .component-bsimm-footer .primary_footer hr {
    display: none; }
  .component-bsimm-footer .primary_footer > .container {
    padding-top: 80px;
    padding-bottom: 60px; }

@media only screen and (max-width: 479px) {
  .primary_footer .footer_sidebar {
    margin-bottom: 40px; }
  .primary_footer .footer_sidebar:last-child {
    margin-bottom: 0; } }

/**
 *  Main css for bsimmHeader
 */
body.edit section.component-bsimm-top-nav {
  margin-bottom: 0 !important; }
  body.edit section.component-bsimm-top-nav header.navbar {
    position: static !important; }

section.component-bsimm-top-nav {
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 171px; }
  section.component-bsimm-top-nav header.navbar {
    background-color: white; }
    section.component-bsimm-top-nav header.navbar.edit-mode {
      position: static !important; }
  section.component-bsimm-top-nav .top-bar .phone-mail {
    opacity: 0.9;
    position: relative;
    float: right;
    margin: 0 !important;
    display: inline-block; }
    section.component-bsimm-top-nav .top-bar .phone-mail a {
      display: inline-block; }
  section.component-bsimm-top-nav .top-bar {
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    z-index: 1; }
    section.component-bsimm-top-nav .top-bar.hide-top-bar {
      margin-top: -40px; }
    section.component-bsimm-top-nav .top-bar * {
      border-color: #CBCAC9 !important; }
    section.component-bsimm-top-nav .top-bar .slidedown .col-sm-12 {
      padding: 0; }
    section.component-bsimm-top-nav .top-bar .down-button {
      border-color: transparent #bebebe transparent transparent !important;
      display: none; }
    section.component-bsimm-top-nav .top-bar .opened .down-button {
      border-color: transparent #fff transparent transparent !important; }
    section.component-bsimm-top-nav .top-bar .top-bar-bg {
      height: 100%;
      background-color: #bebebe; }
    section.component-bsimm-top-nav .top-bar a {
      color: #ffffff !important;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 26px;
      text-size-adjust: 100%;
      word-spacing: 3px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      margin-top: 7px;
      display: block; }
    section.component-bsimm-top-nav .top-bar a:hover {
      color: #888888 !important;
      text-decoration: none; }
    section.component-bsimm-top-nav .top-bar .phone-mail {
      list-style: none; }
      section.component-bsimm-top-nav .top-bar .phone-mail i {
        padding-right: 5px;
        font-size: 14px;
        color: #f5f5f5; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu > li > ul {
      left: 0px; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu > li > ul ul {
      top: 0px;
      margin-top: 0px; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu > li {
      height: 100%;
      margin-top: 0px; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu #menu_top_bar > li:not(:first-child) > a {
      border-left: 1px solid;
      padding-left: 10px; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu li {
      list-style: none;
      float: left;
      display: inline-block;
      position: relative;
      margin: 0px 0px 0 12px;
      top: 0; }
      section.component-bsimm-top-nav .top-bar .top-bar-menu li:first-of-type {
        margin-left: 0; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu > ul {
      margin: 0px;
      padding-left: 0; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu .bsimm-gsites-item {
      float: none !important;
      display: block !important; }
      section.component-bsimm-top-nav .top-bar .top-bar-menu .bsimm-gsites-item a {
        display: block;
        background: none;
        border: none;
        font-weight: 400;
        padding: 12px 15px;
        margin: 0;
        line-height: 1.7;
        color: #818285 !important;
        -webkit-transition: none !important;
        transition: none !important; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu ul.bsimm-gsites {
      position: absolute;
      top: 45px;
      z-index: 1000;
      min-width: 185px;
      padding: 5px 0 0 0;
      font-size: 14px;
      background-color: #fff;
      border-top: 3px solid #8C8C8C !important;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .6s ease-in-out, visibility .4s ease-in-out;
      transition: opacity .6s ease-in-out, visibility .4s ease-in-out; }
      section.component-bsimm-top-nav .top-bar .top-bar-menu ul.bsimm-gsites li {
        border-bottom: 1px solid #f2f2f2 !important;
        margin-left: 0 !important; }
        section.component-bsimm-top-nav .top-bar .top-bar-menu ul.bsimm-gsites li:hover {
          text-decoration: underline !important; }
          section.component-bsimm-top-nav .top-bar .top-bar-menu ul.bsimm-gsites li:hover a {
            color: #51813B !important; }
        section.component-bsimm-top-nav .top-bar .top-bar-menu ul.bsimm-gsites li a {
          padding: 12px 15px; }
          section.component-bsimm-top-nav .top-bar .top-bar-menu ul.bsimm-gsites li a:active {
            color: #51813B !important; }
      section.component-bsimm-top-nav .top-bar .top-bar-menu ul.bsimm-gsites li:last-child {
        border-bottom: none; }
    section.component-bsimm-top-nav .top-bar .top-bar-menu #menu_top_bar > li.menu-item:hover ul {
      opacity: 1 !important;
      visibility: visible; }
  section.component-bsimm-top-nav #dl-menu {
    display: none; }
  section.component-bsimm-top-nav .header_social_icons {
    display: none; }
  section.component-bsimm-top-nav .navbar-header a.navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    height: 110px;
    padding: 0; }
  section.component-bsimm-top-nav .navbar-header .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 74px;
    margin: 0;
    z-index: 999;
    position: relative;
    width: 226px; }
    section.component-bsimm-top-nav .navbar-header .navbar-brand img:not(.logo_after_scroll) {
      display: block; }
    section.component-bsimm-top-nav .navbar-header .navbar-brand img.logo_after_scroll {
      display: none; }
    section.component-bsimm-top-nav .navbar-header .navbar-brand img {
      max-height: 110px;
      position: relative;
      vertical-align: middle; }
  section.component-bsimm-top-nav .nav-container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: table;
    z-index: 1; }
    section.component-bsimm-top-nav .nav-container .search_trigger {
      height: 100%;
      display: table-cell;
      right: 0;
      vertical-align: middle;
      padding-left: 15px;
      text-align: right; }
      section.component-bsimm-top-nav .nav-container .search_trigger i {
        color: #C3C5C5;
        font-size: 16px; }
        section.component-bsimm-top-nav .nav-container .search_trigger i:hover {
          cursor: pointer;
          color: #EDB44D; }
    section.component-bsimm-top-nav .nav-container .navbar-collapse {
      /* EndOf Mega menu columns */ }
      section.component-bsimm-top-nav .nav-container .navbar-collapse.collapse {
        padding-top: 10px; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu ul li:last-of-type ul {
        border-right: none; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu:hover ul li ul {
        visibility: visible;
        opacity: 1; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu ul li ul li a {
        padding: 12px 15px;
        line-height: 1;
        width: auto; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu > ul {
        width: 100vw;
        left: 0px;
        display: table;
        padding: 15px 0;
        cursor: default;
        margin-left: 0;
        max-width: 1170px; }
        section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu > ul .sub-menu-item {
          border-bottom: none; }
        section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu > ul > li {
          max-width: 20vw;
          width: 25%;
          display: inline-block;
          float: left;
          padding: 0 15px;
          cursor: default;
          vertical-align: top; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu ul li ul {
        position: relative;
        border-top: none;
        left: 0px;
        cursor: default;
        box-shadow: none;
        -webkit-box-shadow: none;
        width: 100%; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse li.des_mega_menu ul.menu-depth-2 {
        border-right: 1px solid #f0f0f0;
        position: relative;
        width: 100%; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse li:not(.des_mega_menu) .dropdown-menu {
        position: absolute;
        top: 100%;
        z-index: 1000;
        float: left;
        min-width: 205px;
        padding: 0;
        font-size: 14px;
        list-style: none;
        background-clip: padding-box;
        border: none;
        width: auto; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse .dropdown-menu li.menu-item-has-children:not(.des_mega_hide_link) > a:before {
        position: relative;
        top: 4px;
        font-size: 15px;
        font-family: 'FontAwesome';
        content: '\f105';
        -webkit-font-smoothing: antialiased;
        color: #6E6D6D;
        line-height: 1;
        float: right; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu ul li a:hover, section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu ul li.current-menu-item > a, section.component-bsimm-top-nav .nav-container .navbar-collapse .single-post ul li.des_mega_menu ul li.current_page_parent > a, section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu ul li.current-menu-ancestor > a {
        background: none; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu.columns-2 > ul > li {
        width: 50%; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu.columns-3 > ul > li {
        width: 33.3%; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu.columns-4 > ul > li {
        width: 25%; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu.columns-5 > ul > li {
        width: 20%; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li.des_mega_menu.columns-6 > ul > li {
        width: 16.6%; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul {
        position: absolute;
        top: 100%;
        margin: 0;
        left: 0px;
        display: block;
        visibility: hidden;
        z-index: 9992;
        opacity: 0; }
        section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li {
          display: block;
          float: none;
          margin: 0;
          padding: 0;
          letter-spacing: 0em;
          font-weight: 800;
          border-bottom: 1px solid #f2f2f2; }
          section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li a {
            display: block;
            background: none;
            border: none;
            font-weight: 400;
            padding: 12px 15px;
            margin: 0;
            line-height: 1.7;
            color: #818285; }
            section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li a.active {
              color: #51813b; }
            section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li a:hover {
              transition-delay: 0s;
              -webkit-transition-delay: 0s;
              -moz-transition-delay: 0s;
              -ms-transition-delay: 0s;
              -o-transition-delay: 0s;
              color: #51813b !important;
              text-decoration: underline; }
              section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li a:hover > ul {
                visibility: visible;
                opacity: 1; }
          section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li ul {
            left: 100%;
            top: 0; }
            section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li ul:before {
              display: none; }
            section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li ul:after {
              display: none; }
            section.component-bsimm-top-nav .nav-container .navbar-collapse ul li ul li ul li a {
              padding-right: 20px; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li > ul {
        -webkit-transition: all .3s ease-in-out; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul li:hover > ul {
        visibility: visible;
        display: block;
        opacity: 1; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse ul.menu-depth-1, section.component-bsimm-top-nav .nav-container .navbar-collapse .nav-container .yunik_minicart {
        border-top: 3px solid #8C8C8C !important; }
      section.component-bsimm-top-nav .nav-container .navbar-collapse li:not(.des_mega_menu) .dropdown-menu {
        position: absolute;
        top: 100%;
        z-index: 1000;
        float: left;
        min-width: 205px;
        padding: 0;
        font-size: 14px;
        list-style: none;
        background-clip: padding-box;
        border-top: none;
        border: none;
        -webkit-transition: all .3s ease-in-out; }
    section.component-bsimm-top-nav .nav-container .navbar-nav > li > a {
      padding: 45px 20px 41px 20px;
      font-weight: 300;
      font-size: 16px;
      color: #818285; }
      section.component-bsimm-top-nav .nav-container .navbar-nav > li > a.active {
        color: #51813b; }
    section.component-bsimm-top-nav .nav-container .navbar-nav > li:not(.des_mega_menu) .dropdown-menu, section.component-bsimm-top-nav .nav-container .navbar-nav > li.des_mega_menu > ul .dropdown-menu {
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out; }
    section.component-bsimm-top-nav .nav-container .navbar-nav > li.des_mega_menu > ul {
      -webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out, visibility .3s ease-in-out;
      transition: opacity .3s ease-in-out, top .3s ease-in-out, visibility .3s ease-in-out; }
    section.component-bsimm-top-nav .nav-container .navbar-nav li {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      section.component-bsimm-top-nav .nav-container .navbar-nav li a {
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        white-space: normal; }
        section.component-bsimm-top-nav .nav-container .navbar-nav li a:hover, section.component-bsimm-top-nav .nav-container .navbar-nav li a:active {
          color: #51813b;
          text-decoration: underline; }
  section.component-bsimm-top-nav .search_input.fade, section.component-bsimm-top-nav .search_input.none {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #ffffff;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.5s, opacity 0.5s linear;
    transition: visibility 0.5s, opacity 0.5s linear; }
    section.component-bsimm-top-nav .search_input.fade.open, section.component-bsimm-top-nav .search_input.none.open {
      visibility: visible;
      opacity: 1;
      z-index: 99999; }
    section.component-bsimm-top-nav .search_input.fade .container, section.component-bsimm-top-nav .search_input.none .container {
      height: 100%;
      position: relative; }
    section.component-bsimm-top-nav .search_input.fade .search_close, section.component-bsimm-top-nav .search_input.none .search_close {
      cursor: pointer;
      color: #696969;
      font-size: 18px;
      position: relative;
      top: 90px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      float: right !important; }
  section.component-bsimm-top-nav .search_input .ajax_search_results {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0; }
    section.component-bsimm-top-nav .search_input .ajax_search_results ul {
      background-color: #ffffff;
      width: 100%;
      margin: 0;
      max-height: 50vh;
      padding-left: 0; }
      section.component-bsimm-top-nav .search_input .ajax_search_results ul li {
        list-style: none;
        width: 100%;
        border-bottom: 1px solid #dedede;
        margin: 0;
        padding-left: 35px; }
        section.component-bsimm-top-nav .search_input .ajax_search_results ul li a {
          font-weight: 300;
          font-size: 14px;
          color: #696969;
          padding: 10px 0px;
          width: 100%;
          line-height: 35px; }
          section.component-bsimm-top-nav .search_input .ajax_search_results ul li a:hover {
            text-decoration: none; }
        section.component-bsimm-top-nav .search_input .ajax_search_results ul li.selected {
          background-color: #f2f2f2; }
          section.component-bsimm-top-nav .search_input .ajax_search_results ul li.selected a {
            color: #3d3d3d; }
  section.component-bsimm-top-nav .search_input input.search_input_value {
    height: 100%;
    width: 90%;
    border: 0;
    background: none;
    color: #696969;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: lighter;
    outline: 0;
    box-shadow: none;
    -webkit-font-smoothing: antialiased; }
  section.component-bsimm-top-nav .dl-menuwrapper button.dl-trigger {
    background-color: transparent;
    float: right;
    border: none;
    width: auto;
    height: 32px;
    font-size: 26px;
    overflow: hidden;
    position: relative;
    outline: none;
    border-radius: 3px;
    margin-top: 5px;
    color: #C3C5C5;
    padding: 0 15px 0 50px;
    z-index: 999; }
  section.component-bsimm-top-nav .dl-menuwrapper .dl-menu {
    display: none;
    box-shadow: 0px 2px 6px 0px rgba(68, 68, 68, 0.1); }
    section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen {
      display: block;
      position: fixed;
      /* or absolute */
      left: 50%;
      /* bring your own prefixes */
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 80vw;
      max-width: 400px;
      height: auto !important;
      top: 250px;
      background-color: #ffffff;
      z-index: 1000;
      float: left;
      min-width: 205px;
      padding: 0;
      font-size: 14px;
      list-style: none;
      background-clip: padding-box;
      border-top: 3px solid #8C8C8C !important; }
      section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen li {
        padding: 0;
        display: block;
        float: none;
        margin: 0;
        letter-spacing: 0em;
        border-bottom: 1px solid #f2f2f2; }
        section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen li.dl-back a {
          padding-left: 40px; }
        section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen li.dl-back:after {
          content: "\f104";
          top: 13px;
          left: 0px;
          position: absolute;
          font-family: FontAwesome;
          speak: none;
          -webkit-font-smoothing: antialiased;
          right: 2px;
          width: 40px;
          text-align: center;
          z-index: 999;
          cursor: pointer;
          font-size: 1.3em; }
        section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen li .gosubmenu {
          padding: 10px 20px;
          font-size: 22px; }
        section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen li a {
          display: inline-block;
          background: none;
          border: none;
          width: 80%;
          padding: 12px 15px;
          margin: 0;
          line-height: 1.7;
          color: #818285 !important; }
          section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen li a:hover, section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen li a:active {
            color: #51813b !important;
            text-decoration: underline; }
      section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen {
        border: none !important;
        background: transparent;
        box-shadow: none;
        top: 300px; }
        section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen li {
          display: none; }
        section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview {
          display: inline-block; }
          section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview > a {
            display: none; }
          section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart {
            position: fixed;
            width: 100%;
            top: -180px; }
            section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart.dl-subviewopen {
              border: none !important;
              background: transparent;
              box-shadow: none;
              top: 300px; }
              section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart.dl-subviewopen li {
                display: none; }
              section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart.dl-subviewopen .dl-subview {
                display: inline-block; }
                section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart.dl-subviewopen .dl-subview .gosubmenu {
                  display: none; }
                section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart.dl-subviewopen .dl-subview > a {
                  display: none; }
                section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart.dl-subviewopen .dl-subview .dl-submenu-smart {
                  position: fixed;
                  width: 100%;
                  top: -180px; }
                section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart.dl-subviewopen .dl-subview ul li {
                  display: block; }
                  section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview .dl-submenu-smart.dl-subviewopen .dl-subview ul li a {
                    display: inline-block; }
          section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview ul li {
            display: block; }
            section.component-bsimm-top-nav .dl-menuwrapper .dl-menu.dl-menuopen.dl-subviewopen .dl-subview ul li a {
              display: inline-block; }

@media (max-width: 374px) {
  section.component-bsimm-top-nav .navbar-header .navbar-brand {
    width: 100px !important; }
    section.component-bsimm-top-nav .navbar-header .navbar-brand img {
      margin: 30px 0 0 10px !important;
      width: 100px !important; }
  section.component-bsimm-top-nav .dl-menuwrapper button {
    padding: 0 5px 0 30px; }
  section.component-bsimm-top-nav .search_input.fade .search_close {
    margin-right: 0 !important; } }

@media (max-width: 767px) {
  section.component-bsimm-top-nav {
    margin-bottom: 133px; }
    section.component-bsimm-top-nav .top-bar {
      height: auto !important;
      padding: 1px 0;
      min-height: 0;
      position: relative;
      width: 100%;
      top: 0;
      z-index: 998; }
      section.component-bsimm-top-nav .top-bar .top-bar-menu {
        position: relative;
        float: left;
        padding: 0;
        width: 100%;
        text-align: center; }
      section.component-bsimm-top-nav .top-bar .slidedown {
        display: none; }
        section.component-bsimm-top-nav .top-bar .slidedown .phone-mail {
          text-align: left;
          padding-left: 0; }
        section.component-bsimm-top-nav .top-bar .slidedown .col-sm-12 {
          padding: 0; }
      section.component-bsimm-top-nav .top-bar .down-button {
        display: block;
        margin: 0 auto;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        border-style: solid;
        border-width: 0 35px 35px 0;
        border-color: transparent rgba(0, 0, 0, 0.9) transparent transparent;
        z-index: 999; }
        section.component-bsimm-top-nav .top-bar .down-button i {
          font-size: 10px;
          position: absolute;
          color: #fff;
          right: -30px;
          top: 5px; }
      section.component-bsimm-top-nav .top-bar.opened .down-button {
        border-color: transparent white transparent transparent !important; }
    section.component-bsimm-top-nav .navbar-header:before, section.component-bsimm-top-nav .navbar-header:after {
      content: " ";
      display: none; }
    section.component-bsimm-top-nav .navbar-header .navbar-brand {
      width: 150px !important; }
      section.component-bsimm-top-nav .navbar-header .navbar-brand img {
        margin: 15px 0 0 15px;
        width: 150px; }
    section.component-bsimm-top-nav .search_trigger {
      padding-left: 0 !important;
      width: 30px; }
    section.component-bsimm-top-nav .search_input.fade .search_close {
      top: 70px;
      margin-right: 15px; }
    section.component-bsimm-top-nav .search_input input.search_input_value {
      font-size: 18px; }
    section.component-bsimm-top-nav .navbar-default.default .navbar-nav > li a.icon-nav {
      display: none; }
    section.component-bsimm-top-nav .top-bar .phone-mail {
      text-align: center;
      float: none;
      width: 100%;
      display: inline-table; }
    section.component-bsimm-top-nav .top-bar .phone-mail li {
      float: none;
      margin: 0 0 2px 0;
      padding: 0; }
    section.component-bsimm-top-nav .navbar .down-button.current i {
      color: #fff; }
    section.component-bsimm-top-nav .navbar .top-bar.opened .down-button i {
      color: #212121; }
    section.component-bsimm-top-nav .navbar .top-bar:not(opened) .down-button i {
      color: #fff; }
    section.component-bsimm-top-nav .nav-topbar .down-button:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    section.component-bsimm-top-nav .navbar .social-icons-fa a {
      background: transparent !important; }
    section.component-bsimm-top-nav li.menu-item.gsites-main-li {
      position: absolute !important;
      top: -34px !important;
      left: 120px !important; }
      section.component-bsimm-top-nav li.menu-item.gsites-main-li .bsimm-gsites {
        min-width: 170px;
        text-align: left; } }

@media (max-width: 1020px) {
  section.component-bsimm-top-nav header.navbar .navbar-nav {
    display: none; }
  section.component-bsimm-top-nav header.navbar .navbar-collapse {
    display: none !important; }
  section.component-bsimm-top-nav header.navbar #dl-menu {
    display: inline-block;
    float: right;
    position: relative;
    top: 45px; }
  section.component-bsimm-top-nav header.navbar .search_trigger {
    padding-left: 0 !important;
    width: 30px; }
    section.component-bsimm-top-nav header.navbar .search_trigger i {
      font-size: 22px; } }

@media (max-width: 1200px) {
  section.component-bsimm-top-nav header.navbar .container {
    margin: 0;
    width: 100%; }
  section.component-bsimm-top-nav header.navbar .nav-container {
    width: 100%; }
    section.component-bsimm-top-nav header.navbar .nav-container .navbar-collapse ul li.des_mega_menu > ul {
      width: 95vw; }
      section.component-bsimm-top-nav header.navbar .nav-container .navbar-collapse ul li.des_mega_menu > ul > li {
        max-width: unset; }
  section.component-bsimm-top-nav header.navbar .menu-four-col {
    position: absolute;
    left: 0 !important;
    -webkit-transform: translateX(-60%) !important;
        -ms-transform: translateX(-60%) !important;
            transform: translateX(-60%) !important; } }

/**
 *  Main css for bsimm-sub-nav
 */
body.edit .component-bsimm-sub-nav {
  padding-left: 10px !important; }

.bsimmSubNav {
  overflow: auto; }

.component-bsimm-sub-nav a {
  color: black; }

.component-bsimm-sub-nav.dropdown-menu {
  width: 100vw;
  max-width: 1170px;
  padding: 15px 0;
  position: static;
  display: block; }
  .component-bsimm-sub-nav.dropdown-menu ul.sub-menu {
    position: static;
    display: block;
    float: none;
    border: none;
    box-shadow: none; }
    .component-bsimm-sub-nav.dropdown-menu ul.sub-menu > li > a {
      padding: 0;
      font-weight: light; }

.component-bsimm-sub-nav > li.menu-item-has-children,
.component-bsimm-sub-nav .bsimmNavList {
  width: 25%;
  float: left; }

/**
 *  Main css for bsimm-nav-list
 */
/**
 *  Main css for util
 */
.component-util .component-calltoaction .btn:hover {
  text-decoration: none; }

/**
 *  Main css for nav-tabs
 */
.component-floating-tabs .tabs-nav {
  display: none; }

.component-floating-tabs .tabs-content {
  padding-top: 30px; }
  .component-floating-tabs .tabs-content .floating-tab .tab-body {
    overflow: hidden;
    max-height: 0px; }
    .component-floating-tabs .tabs-content .floating-tab .tab-body.active {
      overflow: visible;
      max-height: 1000px;
      -webkit-transition: max-height 1s ease-in;
      transition: max-height 1s ease-in; }
  .component-floating-tabs .tabs-content .floating-tab .tab-header {
    position: relative; }
    .component-floating-tabs .tabs-content .floating-tab .tab-header:hover {
      cursor: pointer; }
    .component-floating-tabs .tabs-content .floating-tab .tab-header a {
      padding: 10px;
      height: 100%;
      width: 100%;
      display: inline-block; }
      .component-floating-tabs .tabs-content .floating-tab .tab-header a:hover {
        text-decoration: none; }
    .component-floating-tabs .tabs-content .floating-tab .tab-header span {
      position: absolute;
      font-size: 24px;
      line-height: 24px;
      right: 10px;
      top: 10px; }
      .component-floating-tabs .tabs-content .floating-tab .tab-header span.hide {
        display: none; }
      .component-floating-tabs .tabs-content .floating-tab .tab-header span.tab-close {
        font-size: 42px; }

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-floating-tabs {
    margin: 20px 0px; }
    .component-floating-tabs .tabs-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .component-floating-tabs .tabs-nav .tab-nav-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        cursor: pointer;
        text-align: center; }
        .component-floating-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor {
          padding: 12px;
          display: inline-block;
          width: 100%;
          height: 100%; }
          .component-floating-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor:hover {
            text-decoration: none; }
    .aem-AuthorLayer-Edit .component-floating-tabs .tabs-content .floating-tab {
      display: block !important;
      max-height: 1000px !important;
      opacity: 1 !important; }
    .aem-AuthorLayer-Edit .component-floating-tabs .tabs-content .tab-body {
      display: block !important;
      max-height: 1000px !important; }
    .component-floating-tabs .tabs-content .floating-tab {
      opacity: 0; }
      .component-floating-tabs .tabs-content .floating-tab.active {
        opacity: 1;
        -webkit-transition: opacity .4s ease-in;
        transition: opacity .4s ease-in; }
      .component-floating-tabs .tabs-content .floating-tab .tab-header {
        display: none; }
      .component-floating-tabs .tabs-content .floating-tab .tab-body {
        -webkit-transition: none !important;
        transition: none !important; } }

/* MD Desktop */
/* LG Desktop */
/* Colored Themes */
.component-floating-tabs.default-gray .tab-nav-item {
  border: 1px solid #646e81; }

.component-floating-tabs.default-gray .tab-nav-item-anchor {
  background: #646e81;
  color: #ffffff; }
  .component-floating-tabs.default-gray .tab-nav-item-anchor.active {
    background: #ffffff !important;
    color: #646e81 !important; }
  .component-floating-tabs.default-gray .tab-nav-item-anchor:hover {
    background: #576070;
    color: #ffffff; }

.component-floating-tabs.default-gray .tab-header .tab-header-title {
  background: #646e81;
  color: #ffffff; }

.component-floating-tabs.default-gray .tab-header span {
  color: #ffffff; }

/**
 *  Main css for content-carousel
 */
.aem-AuthorLayer-Edit .component-content-carousel.owl-carousel {
  display: block !important; }

.aem-AuthorLayer-Edit .component-content-carousel .carousel-slide {
  display: block !important; }

.component-content-carousel .carousel-slide {
  padding-left: 30px;
  padding-right: 30px; }

.component-content-carousel .owl-nav .owl-prev, .component-content-carousel .owl-nav .owl-next {
  border: solid #80539c !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block !important;
  padding: 10px;
  background: transparent !important;
  border-radius: 1px !important;
  position: absolute;
  top: 50%; }

.component-content-carousel .owl-nav .owl-prev {
  left: -5px;
  -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg); }

.component-content-carousel .owl-nav .owl-next {
  right: -5px;
  -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg); }

.component-content-carousel .owl-dots .owl-dot span {
  background: #80539c;
  height: 15px;
  width: 15px; }

.component-content-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border: 1px solid #80539c; }

/* SM Tablet Portrait*/
@media (min-width: 730px) {
  .component-content-carousel .owl-nav .owl-prev {
    padding: 15px; }
  .component-content-carousel .owl-nav .owl-next {
    padding: 15px; } }

/* MD Desktop*/
@media (min-width: 992px) {
  .component-content-carousel .owl-nav .owl-prev {
    left: -30px; }
  .component-content-carousel .owl-nav .owl-next {
    right: -30px; }
  .component-content-carousel .owl-dots .owl-dot:hover span {
    background: #80539c !important; } }

/* XL Desktop */
@media (min-width: 1400px) {
  .component-content-carousel .owl-nav .owl-prev {
    left: -60px; }
  .component-content-carousel .owl-nav .owl-next {
    right: -60px; } }

/**
 *  Main css for sigshortform
 */
.component-sigshortform input.error, .component-sigshortform select.error {
  border: 1px dotted red; }

.component-sigshortform form label.error {
  display: block;
  margin-bottom: 2px;
  border: 0;
  width: 100%; }

/**
 *  Main css for forms-container
 */
.component-forms-container {
  padding-left: 15px;
  padding-right: 15px; }
  .component-forms-container input, .component-forms-container select, .component-forms-container textarea {
    font-family: "Roboto", arial, serif;
    line-height: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #999;
    width: 100%;
    text-indent: 5px; }
  .component-forms-container textarea {
    overflow: hidden; }
  .component-forms-container select#webFormCountry, .component-forms-container select#companySize1, .component-forms-container select#webFormStateUS, .component-forms-container select#webFormStateCA {
    text-indent: 0px;
    color: #999; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .component-forms-container #webFormCountry, .component-forms-container #companySize1, .component-forms-container #webFormStateUS, .component-forms-container #webFormStateCA {
      background: #fff; } }
  .component-forms-container ::-webkit-input-placeholder {
    color: #999; }
  .component-forms-container ::-moz-placeholder {
    opacity: 1; }
  .component-forms-container :-ms-input-placeholder {
    opacity: 1; }
  .component-forms-container ::placeholder {
    opacity: 1; }
  .component-forms-container input.error {
    outline: 1px solid #CC0000;
    border: none !important; }
  .component-forms-container select.error {
    outline: 1px solid #CC0000;
    border: none !important; }
  .component-forms-container label.error {
    color: #CC0000; }
  .component-forms-container textarea {
    margin-bottom: -5px; }
  .component-forms-container #formElementremember {
    margin-top: -20px; }
    .component-forms-container #formElementremember input {
      width: auto; }
    .component-forms-container #formElementremember p {
      font-family: "Roboto", arial, serif;
      font-weight: 400 !important;
      line-height: 1.6;
      font-size: 15px;
      color: #666; }
  .component-forms-container div p {
    margin-bottom: 15px; }
  .component-forms-container #gdprConsentDiv p {
    font-size: 12px;
    line-height: 1.4 !important; }
  .component-forms-container #gdprConsentDiv input {
    margin-right: 4px;
    width: initial; }
  .component-forms-container #gdprConsentDiv label {
    font-family: "Roboto", arial;
    padding-top: 10px !important;
    font-size: 12px;
    line-height: 1.4 !important;
    color: #666666; }
  .component-forms-container .buttons button {
    border-color: #fff;
    border-radius: 0;
    margin-top: 0;
    width: 100%; }
    .component-forms-container .buttons button span {
      font-family: "Roboto", arial, serif;
      width: 100% !important;
      max-width: none !important;
      font-weight: normal;
      color: #FFFFFF !important;
      margin: 10px 0px 10px 0px !important;
      height: 40px !important;
      border: none;
      font-size: 20px !important; }
  .component-forms-container #paracharcount {
    display: block;
    text-align: right;
    line-height: 1.6 !important;
    color: #747474;
    font-weight: 400;
    font-size: 12px;
    font-family: "Roboto", arial; }

/**
 *  Main css for sigshortform-b
 */
.component-sigshortform-b input.error, .component-sigshortform-b select.error {
  border: 1px dotted red; }

.component-sigshortform-b form label.error {
  display: block;
  margin-bottom: 2px;
  border: 0;
  width: 100%; }

ul.ui-menu {
  border: 1px solid #cdd0d6;
  border-radius: 1px;
  padding: 0;
  z-index: 1010 !important; }

.ui-menu .ui-menu-item a {
  font-size: 15px; }

.ui-menu .ui-menu-item a.ui-state-hover {
  border-radius: 0;
  border-color: #cdd0d6;
  background-color: #eeeeee; }

.ui-menu-item .ui-corner-all {
  padding: 0 9px;
  line-height: 22px; }

.page-search {
  font-size: 15px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .page-search .search-wrapper {
    padding-bottom: 30px; }
  .page-search input.search {
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: textfield;
    font-family: inherit;
    font-size: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzhiOTJhMTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    border: none;
    border-bottom: solid 1px #e8ecee;
    padding: 5px;
    width: 100%;
    background-size: 20px 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 30px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    .page-search input.search:focus {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzVhMmE4MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2gtcHVycGxlPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjM1LjU5IiBjeT0iMzUuNTkiIHI9IjMyLjU5Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNTguNjMiIHkxPSI1OC42MyIgeDI9Ijc5Ljc3IiB5Mj0iNzkuNzciLz48L3N2Zz4=); }
    .page-search input.search:focus::-webkit-input-placeholder {
      color: #e8ecee; }
    .page-search input.search:focus:-moz-placeholder {
      color: #e8ecee; }
    .page-search input.search:focus::-moz-placeholder {
      color: #e8ecee; }
    .page-search input.search:focus:-ms-input-placeholder {
      color: #e8ecee; }
    .page-search input.search::-webkit-search-decoration, .page-search input.search::-webkit-search-cancel-button {
      display: none; }
    .page-search input.search:-moz-placeholder {
      color: #999; }
    .page-search input.search::-webkit-input-placeholder {
      color: #999; }
    .page-search input.search:-ms-input-placeholder {
      color: #999; }
  .page-search strong {
    font-weight: 400; }
  .page-search h1 {
    text-transform: uppercase; }
  .page-search .results-message {
    color: #646e81;
    font-size: 20px;
    line-height: 1.6; }
    .page-search .results-message .keyword {
      color: #5a2a82; }
  .page-search .results-bar {
    background-color: #f7f7fa;
    padding: 5px 0; }
    .page-search .results-bar.header {
      display: block; }
      .page-search .results-bar.header .results-bar-col.text-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .page-search .results-bar.header .results-bar-col.text-left .dropdown {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .page-search .results-bar.header .results-bar-col.text-left .dropdown-menu {
          width: 100%; }
    .page-search .results-bar .dropdown {
      display: inline-block;
      margin-left: 15px;
      font-size: 14px; }
      .page-search .results-bar .dropdown .dropdown-toggle {
        font-size: inherit;
        width: 100%;
        border: 1px solid #cdd0d6;
        border-radius: 1px;
        background-color: white;
        padding: 5px 20px;
        color: #646e81; }
      .page-search .results-bar .dropdown .dropdown-menu {
        min-width: 150px;
        width: 150px;
        border: 1px solid #cdd0d6;
        border-radius: 1px;
        background-color: white;
        box-shadow: none;
        font-size: inherit; }
        .page-search .results-bar .dropdown .dropdown-menu li a {
          font-size: inherit;
          font-weight: 300;
          padding: 5px 20px;
          color: #646e81; }
          .page-search .results-bar .dropdown .dropdown-menu li a:hover {
            background-color: #f7f7fa; }
    .page-search .results-bar.footer {
      overflow: auto; }
      .page-search .results-bar.footer .results-bar-col {
        min-height: 1px;
        float: left;
        width: 60%; }
        .page-search .results-bar.footer .results-bar-col.text-left {
          text-align: left; }
        .page-search .results-bar.footer .results-bar-col.text-center {
          text-align: center; }
        .page-search .results-bar.footer .results-bar-col.text-right {
          text-align: right; }
        .page-search .results-bar.footer .results-bar-col:first-child, .page-search .results-bar.footer .results-bar-col:last-child {
          width: 20%; }
    .page-search .results-bar .num-results {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
      .page-search .results-bar .num-results li {
        display: inline-block;
        padding-left: 10px; }
        .page-search .results-bar .num-results li a.active {
          color: #111c24;
          pointer-events: none;
          font-weight: 400; }
    .page-search .results-bar .results-bar-col {
      padding: 5px 15px;
      text-align: left; }
    .page-search .results-bar .pagination-button {
      display: inline-block;
      overflow: auto;
      border: 1px solid #cdd0d6;
      border-radius: 1px;
      background-color: white;
      padding: 5px 10px;
      color: #646e81; }
    .page-search .results-bar .pagination {
      list-style: none;
      padding: 0;
      padding-top: 5px;
      margin: 0;
      display: inline-block; }
      .page-search .results-bar .pagination li {
        display: inline-block; }
        .page-search .results-bar .pagination li:not(:first-child) {
          padding-left: 10px; }
        .page-search .results-bar .pagination li a.active {
          color: #111c24;
          pointer-events: none;
          font-weight: 400; }
  .page-search .search-result:not(last-child) {
    padding-top: 50px; }
  .page-search .search-result:last-child {
    padding: 50px 0; }
  .page-search .search-result p {
    margin: 0; }
    .page-search .search-result p.title {
      font-weight: 400; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .page-search {
    font-size: 14px; }
    .page-search input.search {
      background-size: 22px 22px;
      background-position: 0px 7px;
      padding-left: 35px;
      font-size: 18px; }
    .page-search .results-message {
      font-size: 26px;
      margin-bottom: 30px; }
    .page-search .results-bar.header .results-bar-col.text-left {
      text-align: left; }
    .page-search .results-bar.header .results-bar-col.text-center {
      text-align: center; }
    .page-search .results-bar.header .results-bar-col.text-right {
      text-align: right; }
    .page-search .results-bar.header .results-bar-col.text-left {
      display: inline-block; }
      .page-search .results-bar.header .results-bar-col.text-left .dropdown {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
            -ms-flex-positive: unset;
                flex-grow: unset; }
      .page-search .results-bar.header .results-bar-col.text-left .dropdown-menu {
        width: auto; }
    .page-search .results-bar .dropdown .dropdown-toggle {
      width: 150px; }
    .page-search .results-bar .results-bar-col {
      display: inline-block;
      width: 33%;
      padding: 0 15px; }
    .page-search .results-bar .pagination-button {
      width: 100px;
      padding: 5px 20px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .page-search {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px; }
    .page-search input.search {
      background-size: 25px 25px;
      background-position: 0px 12px;
      padding-left: 40px;
      font-size: 25px; }
    .page-search .results-message {
      font-size: 36px; }
    .page-search .results-bar .dropdown {
      font-size: 18px; } }

.search-icon-bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzhiOTJhMTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .search-icon-bg:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzVhMmE4MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2gtcHVycGxlPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjM1LjU5IiBjeT0iMzUuNTkiIHI9IjMyLjU5Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNTguNjMiIHkxPSI1OC42MyIgeDI9Ijc5Ljc3IiB5Mj0iNzkuNzciLz48L3N2Zz4=); }

.page-resources {
  font-size: 15px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .page-resources .search-wrapper {
    padding-top: 20px;
    padding-bottom: 30px; }
  .page-resources input.search {
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: textfield;
    font-family: inherit;
    font-size: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzhiOTJhMTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    border: none;
    border-bottom: solid 1px #e8ecee;
    padding: 5px;
    width: 100%;
    background-size: 20px 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 30px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    .page-resources input.search:focus {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzVhMmE4MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2gtcHVycGxlPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjM1LjU5IiBjeT0iMzUuNTkiIHI9IjMyLjU5Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNTguNjMiIHkxPSI1OC42MyIgeDI9Ijc5Ljc3IiB5Mj0iNzkuNzciLz48L3N2Zz4=); }
    .page-resources input.search:focus::-webkit-input-placeholder {
      color: #e8ecee; }
    .page-resources input.search:focus:-moz-placeholder {
      color: #e8ecee; }
    .page-resources input.search:focus::-moz-placeholder {
      color: #e8ecee; }
    .page-resources input.search:focus:-ms-input-placeholder {
      color: #e8ecee; }
    .page-resources input.search::-webkit-search-decoration, .page-resources input.search::-webkit-search-cancel-button {
      display: none; }
    .page-resources input.search:-moz-placeholder {
      color: #999; }
    .page-resources input.search::-webkit-input-placeholder {
      color: #999; }
    .page-resources input.search:-ms-input-placeholder {
      color: #999; }
  .page-resources strong {
    font-weight: 400; }
  .page-resources h1 {
    text-transform: uppercase; }
  .page-resources .results-message {
    color: #5a2a82;
    font-size: 20px;
    line-height: 1.6;
    margin: 0; }
  .page-resources .results-bar {
    background-color: #f7f7fa;
    padding: 5px 0; }
    .page-resources .results-bar.header {
      display: none; }
    .page-resources .results-bar.footer {
      overflow: auto; }
      .page-resources .results-bar.footer .results-bar-col {
        min-height: 1px;
        float: left;
        width: 60%; }
        .page-resources .results-bar.footer .results-bar-col:first-child, .page-resources .results-bar.footer .results-bar-col:last-child {
          width: 20%; }
    .page-resources .results-bar .results-bar-col {
      display: inline-block;
      width: 33%;
      padding: 0 15px; }
    .page-resources .results-bar .pagination-button {
      overflow: auto;
      display: inline-block;
      border: 1px solid #cdd0d6;
      border-radius: 1px;
      background-color: white;
      padding: 5px 10px;
      color: #646e81; }
    .page-resources .results-bar .pagination {
      list-style: none;
      padding: 0;
      padding-top: 5px;
      margin: 0;
      display: inline-block; }
      .page-resources .results-bar .pagination li {
        display: inline-block; }
        .page-resources .results-bar .pagination li:not(:first-child) {
          padding-left: 10px; }
        .page-resources .results-bar .pagination li a.active {
          color: #111c24;
          pointer-events: none;
          font-weight: 400; }
  .page-resources .search-result:not(last-child) {
    padding-top: 50px; }
  .page-resources .search-result:last-child {
    padding: 50px 0; }
  .page-resources .search-result p {
    margin: 0; }
    .page-resources .search-result p.title {
      font-weight: bold; }
    .page-resources .search-result p.author {
      font-style: italic; }
  .page-resources .search-result .resource-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .page-resources .search-result .resource-links ul li {
      display: inline-block;
      padding-right: 20px; }
      .page-resources .search-result .resource-links ul li i {
        padding-right: 5px; }
      .page-resources .search-result .resource-links ul li:last-child {
        padding-right: 0; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .page-resources {
    font-size: 14px; }
    .page-resources .dropdown {
      display: inline-block;
      margin-left: 15px;
      font-size: 14px; }
      .page-resources .dropdown .dropdown-toggle {
        font-size: inherit;
        width: 150px;
        border: 1px solid #cdd0d6;
        border-radius: 1px;
        background-color: white;
        padding: 5px 20px;
        color: #646e81; }
      .page-resources .dropdown .dropdown-menu {
        min-width: 150px;
        width: 150px;
        border: 1px solid #cdd0d6;
        border-radius: 1px;
        background-color: white;
        box-shadow: none;
        font-size: inherit; }
        .page-resources .dropdown .dropdown-menu li a {
          font-size: inherit;
          font-weight: 300;
          padding: 5px 20px;
          color: #646e81; }
          .page-resources .dropdown .dropdown-menu li a:hover {
            background-color: #f7f7fa; }
    .page-resources input.search {
      background-size: 22px 22px;
      background-position: 0px 7px;
      padding-left: 35px;
      font-size: 18px; }
    .page-resources .results-message {
      font-size: 26px; }
    .page-resources .results-bar.header {
      display: block; }
    .page-resources .results-bar .pagination-button {
      width: 100px;
      padding: 5px 20px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .page-resources {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px; }
    .page-resources input.search {
      background-size: 25px 25px;
      background-position: 0px 12px;
      padding-left: 40px;
      font-size: 25px; }
    .page-resources .results-message {
      font-size: 36px; }
    .page-resources .dropdown {
      font-size: 18px; } }

.gssb_c .gsc-completion-container {
  box-shadow: none;
  border: 1px solid #cdd0d6;
  border-radius: 1px; }

.gssb_c .gssb_e {
  box-shadow: none; }

.page-gss .gsc-control-cse .gsc-table-result,
.page-gss .gsc-control-cse {
  font-family: "Roboto", arial; }

.page-gss table, .page-gss th, .page-gss td {
  border: none;
  padding: 0; }

.page-gss .gsc-webResult .gsc-result {
  padding: 40px 0 20px 0; }

.page-gss .gsc-expansionArea .gsc-result {
  padding: 20px 0 20px 0; }
  .page-gss .gsc-expansionArea .gsc-result:last-child {
    padding: 20px 0 20px 0; }

.page-gss .gsib_a {
  padding: 10px; }

.page-gss .gsc-above-wrapper-area {
  padding: 10px 0 10px 0; }

.page-gss .gsc-table-cell-thumbnail {
  width: auto; }

.page-gss .gs-image-box.gs-web-image-box {
  width: 80px !important;
  height: auto !important; }

.page-gss .gs-web-image-box {
  padding: 0;
  padding-right: 15px; }

.page-gss .gs-web-image-box img.gs-image {
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto; }

.page-gss .gsc-table-result {
  margin-top: 8px; }

.page-gss .gsc-table-result,
.page-gss .gsc-thumbnail-inside,
.page-gss .gsc-url-top {
  padding-left: 0;
  padding-right: 0; }

.page-gss .gsc-input-box {
  height: auto;
  border: 1px solid #cdd0d6;
  border-radius: 1px; }

.page-gss .gsc-input-box-hover,
.page-gss .gsc-input-box-focus {
  box-shadow: none; }

.page-gss .gsc-result .gs-title {
  height: auto;
  text-decoration: none; }

.page-gss .gs-webResult div.gs-visibleUrl,
.page-gss .gs-imageResult div.gs-visibleUrl {
  color: #646e81;
  font-size: 13px; }

.page-gss .gs-webResult.gs-result a.gs-title:link b, .page-gss .gs-webResult.gs-result a.gs-title:link {
  color: #316ACA;
  text-decoration: none;
  cursor: pointer; }

.page-gss .gs-webResult.gs-result a.gs-title:link b {
  font-weight: 400; }

.page-gss .gs-webResult.gs-result a.gs-title:link:hover b, .page-gss .gs-webResult.gs-result a.gs-title:link:hover {
  color: #23527c;
  text-decoration: underline; }

.page-gss .gsc-control-cse .gs-result .gs-title, .page-gss .gsc-control-cse .gs-result .gs-title * {
  font-size: 15px; }

.page-gss .gs-result .gs-snippet {
  font-size: 15px;
  font-weight: 300; }

.page-gss .gsc-result-info {
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  color: #646e81; }

.page-gss .gsc-orderby-label {
  font-size: 15px;
  color: #646e81;
  padding-right: 15px; }

.page-gss .gsc-selected-option-container {
  background-image: none;
  background-color: white;
  box-shadow: none;
  border: 1px solid #cdd0d6;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 40px 5px 20px;
  max-width: none;
  height: auto;
  border-radius: 1px;
  width: 140px; }

.page-gss .gsc-control-cse .gsc-option-menu {
  width: 140px;
  box-shadow: none;
  border: 1px solid #cdd0d6;
  border-radius: 1px;
  font-size: 15px; }

.page-gss .gsc-control-cse .gsc-option-selector {
  top: 18px;
  right: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5OTggNTgyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzY0NmU4MTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRvd25hcnJvdzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTM5NSw3MzZxMCwxMy0xMCwyM0w5MTksMTIyNXEtMTAsMTAtMjMsMTB0LTIzLTEwTDQwNyw3NTlxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwLDIzLTEwdDIzLDEwbDM5MywzOTMsMzkzLTM5M3ExMC0xMCwyMy0xMHQyMywxMGw1MCw1MFExMzk1LDcyMywxMzk1LDczNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTcgLTY1MykiLz48L3N2Zz4=); }

.page-gss .gsc-input input.gsc-input {
  font-size: 15px; }

.page-gss table.gsc-search-box td {
  vertical-align: top; }

.page-gss input.gsc-search-button {
  height: 100%;
  margin: 0;
  background-color: #80539c;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center center; }
  .page-gss input.gsc-search-button:focus, .page-gss input.gsc-search-button:hover {
    background-color: #66427d;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==); }

.page-gss .gsib_b {
  height: 100%;
  padding: 0;
  padding-right: 10px;
  vertical-align: middle !important; }

.page-gss .gsst_b {
  height: 100%;
  padding: 0; }

.page-gss .gsst_a {
  padding: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My4zNCA4My4zNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM4YjkyYTE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSIyLjEyIiB4Mj0iODEuMjIiIHkyPSI4MS4yMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSI4MS4yMiIgeDI9IjgxLjIyIiB5Mj0iMi4xMiIvPjwvc3ZnPg==); }
  .page-gss .gsst_a span {
    display: none; }

.page-gss .gsc-results .gsc-cursor-box {
  margin: 10px 0;
  font-size: 15px; }

.page-gss .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #316ACA;
  text-decoration: none; }
  .page-gss .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #23527c;
    text-decoration: underline; }

.page-gss .gs-no-results-result .gs-snippet,
.page-gss .gs-error-result .gs-snippet {
  margin: 0;
  padding: 10px; }

.page-gss .gs-spelling {
  padding: 0; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .page-gss .gsc-control-cse .gs-result .gs-title, .page-gss .gsc-control-cse .gs-result .gs-title * {
    font-size: 14px; }
  .page-gss .gs-webResult div.gs-visibleUrl,
  .page-gss .gs-imageResult div.gs-visibleUrl {
    color: #646e81;
    font-size: 12px; }
  .page-gss .gsc-table-cell-thumbnail {
    width: 16.66667%; }
  .page-gss .gs-image-box.gs-web-image-box {
    width: 100% !important; }
  .page-gss .gs-web-image-box {
    padding: 0;
    padding-right: 25px; }
  .page-gss .gs-result .gs-snippet {
    font-size: 14px; }
  .page-gss .gsc-result-info {
    font-size: 14px; }
  .page-gss .gsc-orderby-label {
    font-size: 14px; }
  .page-gss .gsc-selected-option-container {
    font-size: 14px; }
  .page-gss .gsc-control-cse .gsc-option-menu {
    font-size: 14px; }
  .page-gss .gsc-input input.gsc-input {
    font-size: 14px; }
  .page-gss .gsc-results .gsc-cursor-box {
    margin: 10px 0;
    font-size: 14px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .page-gss .gsc-control-cse .gs-result .gs-title, .page-gss .gsc-control-cse .gs-result .gs-title * {
    font-size: 18px; }
  .page-gss .gs-webResult div.gs-visibleUrl,
  .page-gss .gs-imageResult div.gs-visibleUrl {
    color: #646e81;
    font-size: 16px; }
  .page-gss .gs-result .gs-snippet {
    font-size: 18px; }
  .page-gss .gsc-result-info {
    font-size: 18px; }
  .page-gss .gsc-orderby-label {
    font-size: 18px; }
  .page-gss .gsc-selected-option-container {
    font-size: 18px; }
  .page-gss .gsc-control-cse .gsc-option-menu {
    font-size: 18px; }
  .page-gss .gsc-input input.gsc-input {
    font-size: 18px; }
  .page-gss .gsc-results .gsc-cursor-box {
    font-size: 18px; } }

.page-sig-search {
  font-size: 15px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .page-sig-search .text-left,
  .page-sig-search .results-bar .results-bar-col.text-left {
    text-align: left; }
  .page-sig-search .text-center,
  .page-sig-search .results-bar .results-bar-col.text-center {
    text-align: center; }
  .page-sig-search .text-right,
  .page-sig-search .results-bar .results-bar-col.text-right {
    text-align: right; }
  .page-sig-search strong {
    font-weight: 400; }
  .page-sig-search .dropdown-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 5px 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }
    .page-sig-search .dropdown-wrapper .dropdown {
      display: block;
      margin: 0;
      font-size: 14px;
      margin-bottom: 5px; }
      .page-sig-search .dropdown-wrapper .dropdown .dropdown-toggle {
        font-size: inherit;
        width: 100%;
        border: 1px solid #cdd0d6;
        border-radius: 1px;
        background-color: white;
        padding: 5px 20px;
        color: #646e81;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .page-sig-search .dropdown-wrapper .dropdown .dropdown-menu {
        position: relative;
        min-width: 150px;
        width: 100%;
        border: 1px solid #cdd0d6;
        border-radius: 1px;
        background-color: white;
        box-shadow: none;
        font-size: inherit;
        margin: 0;
        margin-top: -1px;
        margin-bottom: 5px; }
        .page-sig-search .dropdown-wrapper .dropdown .dropdown-menu li a {
          font-size: inherit;
          font-weight: 300;
          padding: 5px 20px;
          color: #646e81;
          word-break: break-word;
          white-space: normal; }
          .page-sig-search .dropdown-wrapper .dropdown .dropdown-menu li a:hover {
            background-color: #f7f7fa; }
  .page-sig-search .search-results-wrapper .result-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px; }
    .page-sig-search .search-results-wrapper .result-card .card-img {
      width: 100%;
      padding-top: 57.25%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .page-sig-search .search-results-wrapper .result-card .card-text {
      padding: 25px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-sig-search .search-results-wrapper .result-card:hover {
      box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
      cursor: pointer; }
      .page-sig-search .search-results-wrapper .result-card:hover a {
        text-decoration: underline;
        color: #23527c; }

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .page-sig-search {
    font-size: 14px; }
    .page-sig-search.col-layout-3 .search-results-wrapper .result-card {
      width: -webkit-calc(33.33% - 30px);
      width: calc(33.33% - 30px); }
    .page-sig-search.col-layout-3 .dropdown-wrapper .dropdown {
      width: -webkit-calc(33.33% - 30px);
      width: calc(33.33% - 30px); }
    .page-sig-search.col-layout-4 .search-results-wrapper .result-card {
      width: -webkit-calc(25% - 30px);
      width: calc(25% - 30px); }
    .page-sig-search.col-layout-4 .dropdown-wrapper .dropdown {
      width: -webkit-calc(25% - 30px);
      width: calc(25% - 30px); }
    .page-sig-search .dropdown-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .page-sig-search .dropdown-wrapper .dropdown {
        width: -webkit-calc(33.33% - 30px);
        width: calc(33.33% - 30px);
        margin: 15px; }
        .page-sig-search .dropdown-wrapper .dropdown .dropdown-menu {
          position: absolute;
          margin: 2px 0 0; }
    .page-sig-search .search-results-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .page-sig-search .search-results-wrapper .result-card {
        width: -webkit-calc(33.33% - 30px);
        width: calc(33.33% - 30px);
        margin: 15px;
        min-height: 425px; } }

/* LG Desktop */
@media (min-width: 1200px) {
  .page-sig-search {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px; }
    .page-sig-search .dropdown-wrapper .dropdown {
      font-size: 18px; } }

.template-form .site-footer ul li a {
  font-size: 18px;
  text-transform: uppercase; }

