/*
  Sassquatch
  Version: 0.1
  Author: Kevin Andrews

  sassquatch uses the BEM css class naming convention.
  .block__element
  .block--modifier
  .block__element--modifier
  .block--modifier__element--modifier
*/
/* VARIABLES
------------------------------------------------------------------------------*/
/* Brand Colours
------------------------------------------------------------------------------*/
/* General Colours
------------------------------------------------------------------------------*/
/* Contextual Colours
------------------------------------------------------------------------------*/
/* ANIMATIONS
------------------------------------------------------------------------------*/
/* MIXINS
------------------------------------------------------------------------------*/
/* Hide elements while remaining accessible */
/* Reset styles applied with the set-webaim-hidden mixin */
/* Adds depth to the element */
/* Adds an animated effect to link interactions */
/* Styles element as a CSS triangle */
/* Converts pixel font size value into EM based on base font size variable */
/* THEME BASELINE STYLES
------------------------------------------------------------------------------*/
/*
  Sassquatch
  Version: 0.1
  Author: Kevin Andrews

  sassquatch uses the BEM css class naming convention.
  .block__element
  .block--modifier
  .block__element--modifier
  .block--modifier__element--modifier
*/
/* VARIABLES
------------------------------------------------------------------------------*/
/* Brand Colours
------------------------------------------------------------------------------*/
/* General Colours
------------------------------------------------------------------------------*/
/* Contextual Colours
------------------------------------------------------------------------------*/
/* ANIMATIONS
------------------------------------------------------------------------------*/
/* MIXINS
------------------------------------------------------------------------------*/
/* Hide elements while remaining accessible */
/* Reset styles applied with the set-webaim-hidden mixin */
/* Adds depth to the element */
/* Adds an animated effect to link interactions */
/* Styles element as a CSS triangle */
/* Converts pixel font size value into EM based on base font size variable */
/* CONFIGURATION
------------------------------------------------------------------------------*/
/* CSS RESET
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  /*color: #373a36;*/
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Load Fonts Here
------------------------------------------------------------------------------*/
/* THEME BASELINE STYLES
------------------------------------------------------------------------------*/
html,
body {
  /*min-width: 1240px;*/
  font-size: 16px;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  color: #373A36;
  line-height: 1.4;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  margin-bottom: 30px;
  margin-top: 15px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 45px;
}

h1 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.11111;
}

h2 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.125;
}

h3 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.14286;
}

h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.16667;
}

h5 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.11111;
}

p {
  margin-bottom: 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #00205c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
}

a,
img {
  border: none;
}

img:only-child {
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

ul {
  list-style: initial;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

ul li,
ol li {
  margin-bottom: 10px;
}

ul li > ul,
ul li > ol,
ol li > ul,
ol li > ol {
  margin-top: 10px;
}

ul li > ul:last-child,
ul li > ol:last-child,
ol li > ul:last-child,
ol li > ol:last-child {
  margin-top: 10px;
}

hr {
  text-align: left;
  margin: 40px 0;
  border: none;
  height: 1px;
  width: 100%;
  display: block;
  background: #d9d8d6;
}

nav ul,
nav ol {
  list-style: none;
  padding-left: 0;
}

nav ul li,
nav ol li {
  margin-bottom: 0;
}

nav ul li > ul,
nav ul li > ol,
nav ol li > ul,
nav ol li > ol {
  margin-top: 0;
}

nav ul li > ul:last-child,
nav ul li > ol:last-child,
nav ol li > ul:last-child,
nav ol li > ol:last-child {
  margin-top: 0;
}

section {
  padding: 30px 0;
}

section *:first-child:empty + * {
  margin-top: 0;
}

details {
  display: block;
}

details summary {
  padding: 10px;
}

blockquote {
  position: relative;
  padding-left: 60px;
  border-left: 5px solid #1c449c;
  margin-bottom: 30px;
  font-style: italic;
}

blockquote i.zmdi {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1c449c;
  font-size: 36px;
}

select::-ms-expand {
  display: none;
}

/* THEME STRUCTURE
------------------------------------------------------------------------------*/
/* GRID
---------------------------------------------------------------------------*/
*[class*="grid__col"] {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}

*[class*="grid__col"]:last-of-type {
  margin-bottom: 0;
}

.grid {
  margin: 0 -15px;
  margin-bottom: 30px;
}

.grid:after {
  clear: both;
  content: "";
  display: table;
}

.grid:last-of-type {
  margin-bottom: 0;
}

.grid__col--1 {
  width: 8.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-1 {
  margin-left: 8.33333%;
}

.grid__col--offset-left-1 {
  margin-left: -8.33333%;
}

.grid__col--2 {
  width: 16.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-2 {
  margin-left: 16.66667%;
}

.grid__col--offset-left-2 {
  margin-left: -16.66667%;
}

.grid__col--3 {
  width: 25%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-3 {
  margin-left: 25%;
}

.grid__col--offset-left-3 {
  margin-left: -25%;
}

.grid__col--4 {
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-4 {
  margin-left: 33.33333%;
}

.grid__col--offset-left-4 {
  margin-left: -33.33333%;
}

.grid__col--5 {
  width: 41.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-5 {
  margin-left: 41.66667%;
}

.grid__col--offset-left-5 {
  margin-left: -41.66667%;
}

.grid__col--6 {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-6 {
  margin-left: 50%;
}

.grid__col--offset-left-6 {
  margin-left: -50%;
}

.grid__col--7 {
  width: 58.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-7 {
  margin-left: 58.33333%;
}

.grid__col--offset-left-7 {
  margin-left: -58.33333%;
}

.grid__col--8 {
  width: 66.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-8 {
  margin-left: 66.66667%;
}

.grid__col--offset-left-8 {
  margin-left: -66.66667%;
}

.grid__col--9 {
  width: 75%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-9 {
  margin-left: 75%;
}

.grid__col--offset-left-9 {
  margin-left: -75%;
}

.grid__col--10 {
  width: 83.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-10 {
  margin-left: 83.33333%;
}

.grid__col--offset-left-10 {
  margin-left: -83.33333%;
}

.grid__col--11 {
  width: 91.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-11 {
  margin-left: 91.66667%;
}

.grid__col--offset-left-11 {
  margin-left: -91.66667%;
}

.grid__col--12 {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-12 {
  margin-left: 100%;
}

.grid__col--offset-left-12 {
  margin-left: -100%;
}

.grid--flush {
  margin: 0;
  margin-bottom: 0;
}

.grid--flush *[class*="grid__col"] {
  padding: 0;
  margin-bottom: 0;
}

.grid--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.grid--flex *[class*="grid__col"] {
  float: none;
}

@media (min-width: 480px) {
  .grid--flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-sm .grid__col {
    margin-bottom: 0;
  }
  .grid__col--sm-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-sm-1 {
    margin-left: -8.33333%;
  }
  .grid__col--sm-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-sm-2 {
    margin-left: -16.66667%;
  }
  .grid__col--sm-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-sm-3 {
    margin-left: -25%;
  }
  .grid__col--sm-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-sm-4 {
    margin-left: -33.33333%;
  }
  .grid__col--sm-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-sm-5 {
    margin-left: -41.66667%;
  }
  .grid__col--sm-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-sm-6 {
    margin-left: -50%;
  }
  .grid__col--sm-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-sm-7 {
    margin-left: -58.33333%;
  }
  .grid__col--sm-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-sm-8 {
    margin-left: -66.66667%;
  }
  .grid__col--sm-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-sm-9 {
    margin-left: -75%;
  }
  .grid__col--sm-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-sm-10 {
    margin-left: -83.33333%;
  }
  .grid__col--sm-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-sm-11 {
    margin-left: -91.66667%;
  }
  .grid__col--sm-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-sm-12 {
    margin-left: -100%;
  }
}

@media (min-width: 768px) {
  .grid--flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-md .grid__col {
    margin-bottom: 0;
  }
  .grid__col--md-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-md-1 {
    margin-left: -8.33333%;
  }
  .grid__col--md-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-md-2 {
    margin-left: -16.66667%;
  }
  .grid__col--md-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-md-3 {
    margin-left: -25%;
  }
  .grid__col--md-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-md-4 {
    margin-left: -33.33333%;
  }
  .grid__col--md-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-md-5 {
    margin-left: -41.66667%;
  }
  .grid__col--md-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-md-6 {
    margin-left: -50%;
  }
  .grid__col--md-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-md-7 {
    margin-left: -58.33333%;
  }
  .grid__col--md-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-md-8 {
    margin-left: -66.66667%;
  }
  .grid__col--md-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-md-9 {
    margin-left: -75%;
  }
  .grid__col--md-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-md-10 {
    margin-left: -83.33333%;
  }
  .grid__col--md-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-md-11 {
    margin-left: -91.66667%;
  }
  .grid__col--md-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-md-12 {
    margin-left: -100%;
  }
}

@media (min-width: 992px) {
  .grid--flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-lg .grid__col {
    margin-bottom: 0;
  }
  .grid__col--lg-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-lg-1 {
    margin-left: -8.33333%;
  }
  .grid__col--lg-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-lg-2 {
    margin-left: -16.66667%;
  }
  .grid__col--lg-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-lg-3 {
    margin-left: -25%;
  }
  .grid__col--lg-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-lg-4 {
    margin-left: -33.33333%;
  }
  .grid__col--lg-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-lg-5 {
    margin-left: -41.66667%;
  }
  .grid__col--lg-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-lg-6 {
    margin-left: -50%;
  }
  .grid__col--lg-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-lg-7 {
    margin-left: -58.33333%;
  }
  .grid__col--lg-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-lg-8 {
    margin-left: -66.66667%;
  }
  .grid__col--lg-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-lg-9 {
    margin-left: -75%;
  }
  .grid__col--lg-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-lg-10 {
    margin-left: -83.33333%;
  }
  .grid__col--lg-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-lg-11 {
    margin-left: -91.66667%;
  }
  .grid__col--lg-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-lg-12 {
    margin-left: -100%;
  }
}

@media (min-width: 1200px) {
  .grid--flex-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-xl .grid__col {
    margin-bottom: 0;
  }
  .grid__col--xl-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-xl-1 {
    margin-left: -8.33333%;
  }
  .grid__col--xl-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-xl-2 {
    margin-left: -16.66667%;
  }
  .grid__col--xl-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-xl-3 {
    margin-left: -25%;
  }
  .grid__col--xl-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-xl-4 {
    margin-left: -33.33333%;
  }
  .grid__col--xl-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-xl-5 {
    margin-left: -41.66667%;
  }
  .grid__col--xl-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-xl-6 {
    margin-left: -50%;
  }
  .grid__col--xl-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-xl-7 {
    margin-left: -58.33333%;
  }
  .grid__col--xl-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-xl-8 {
    margin-left: -66.66667%;
  }
  .grid__col--xl-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-xl-9 {
    margin-left: -75%;
  }
  .grid__col--xl-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-xl-10 {
    margin-left: -83.33333%;
  }
  .grid__col--xl-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-xl-11 {
    margin-left: -91.66667%;
  }
  .grid__col--xl-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-xl-12 {
    margin-left: -100%;
  }
}

.quickmenu {
  width: 40px;
  border: 1px solid #d9d8d6;
  position: relative;
  padding-right: 40px;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.quickmenu.open {
  width: 350px;
}

.quickmenu__tab {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  background: #00205c;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.quickmenu__tab span {
  position: absolute;
  top: 50%;
  right: -27px;
  display: block;
  white-space: nowrap;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -moz-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  -o-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.quickmenu__tab:hover, .quickmenu__tab:focus {
  background: #1c449c;
}

.quickmenu__wrapper {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 100;
}

.nav--quickmenu {
  width: 310px;
}

.nav--quickmenu ul li a {
  display: block;
  padding: 5px 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav--quickmenu ul li a:hover, .nav--quickmenu ul li a:focus {
  text-decoration: underline;
}

.nav--quickmenu ul li a.back-to-top {
  background: #fafafa;
  text-decoration: underline;
  text-align: center;
  padding: 10px 15px;
}

.nav--quickmenu ul li a.back-to-top:hover, .nav--quickmenu ul li a.back-to-top:focus {
  text-decoration: none;
}

.nav--quickmenu ul li ul li a {
  font-weight: 400;
}

.nav--quickmenu > ul > li > a {
  border-top: 1px solid #d9d8d6;
}

.nav--quickmenu > ul > li:first-child > a {
  border-top: none;
}

.nav--quickmenu > ul > li > ul > li > a {
  border-top: 1px solid #d9d8d6;
  padding-left: 30px;
}

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

.nav--utility .nav__menu li {
  display: inline-block;
  padding: 0 15px;
}

.nav--utility .nav__menu li:last-of-type {
  padding-right: 0;
}

.nav--utility .nav__menu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25;
}

.nav--utility .nav__menu li a:hover, .nav--utility .nav__menu li a:focus {
  border-bottom: 1px solid #ffffff;
}

.nav--utility .nav__menu li a.btn {
  margin-bottom: 0;
  padding: 10px 30px;
  border: none;
}

.nav--utility .nav__menu li a.btn:hover, .nav--utility .nav__menu li a.btn:focus {
  text-decoration: none;
  border-bottom: none;
}

.nav--tabs {
  padding-top: 40px;
}

.nav--tabs:after {
  clear: both;
  content: "";
  display: table;
}

.nav--tabs .nav__menu {
  float: right;
}

.nav--tabs .nav__menu li {
  float: left;
  margin-bottom: -1px;
}

.nav--tabs .nav__menu li a {
  display: block;
  padding: 25px 40px;
  border: 1px solid transparent;
  border-top: 4px solid transparent;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.33333;
  text-decoration: none;
  color: #00205c;
}

.nav--tabs .nav__menu li a:hover, .nav--tabs .nav__menu li a:focus {
  color: #1c449c;
}

.nav--tabs .nav__menu li a.active {
  border: 1px solid #d9d8d6;
  border-top: 4px solid #1c449c;
  border-bottom: 1px solid transparent;
  font-weight: 700;
  background: #ffffff;
}

.nav--primary .nav__menu:after {
  clear: both;
  content: "";
  display: table;
}

.nav--primary .nav__menu > li {
  /*float: left;*/
  margin-bottom: -1px;
  display: inline-block;
}

.nav--primary .nav__menu > li > a,
.nav--primary .nav__menu > li > .drawer-wrapper > a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  margin: 18px 15px;
  border: 1px solid transparent;
  border-top: 4px solid transparent;
  padding: 2px 0;
}

.nav--primary .nav__menu > li > a:hover, .nav--primary .nav__menu > li > a:focus,
.nav--primary .nav__menu > li > .drawer-wrapper > a:hover,
.nav--primary .nav__menu > li > .drawer-wrapper > a:focus {
  border-bottom: 1px solid #00205c;
}

.nav--primary .nav__menu > li > a.active,
.nav--primary .nav__menu > li > .drawer-wrapper > a.active {
  margin: 0;
  padding: 20px 15px;
  border: 1px solid #d9d8d6;
  border-top: 4px solid #1c449c;
  border-bottom: 1px solid transparent;
  background: #fafafa;
  font-weight: 700;
}

.nav--primary .nav__menu > li > a.active + .drawer,
.nav--primary .nav__menu > li > .drawer-wrapper > a.active + .drawer {
  display: block !important;
}

.nav--primary .nav__menu > li.hover-open > .drawer-wrapper > a {
  position: relative;
}

.nav--primary .nav__menu > li.hover-open > .drawer-wrapper > a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #d9d8d6;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav--primary .nav__menu > li.hover-open > .drawer-wrapper > a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fafafa;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 7px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.nav--primary .nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  width: 100%;
  background: #fafafa;
}

.nav--primary .nav__submenu-wrapper .container {
  padding: 0 50px;
  padding-right: 15px;
}

.nav--primary .nav__submenu-wrapper.hover-open {
  border-top: 1px solid #d9d8d6;
  margin-top: 0;
}

.nav__submenu {
  margin-left: 10px;
}

.nav--primary .nav__submenu > li {
  padding: 16px 10px;
  display: inline-block;
}

.nav--primary .nav__submenu > li > a {
  padding: 2px 0;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.nav--primary .nav__submenu > li > a:hover, .nav--primary .nav__submenu > li > a:focus {
  border-bottom: 1px solid #00205c;
}

.nav--primary .nav__submenu > li > a.active {
  color: #ffffff;
  background: #1c449c;
  padding: 4px 15px;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.header {
  /*margin-bottom: 150px;*/
  margin-bottom: 65px;
}

.header__utility {
  padding: 15px 0;
  background: #00205c;
}

.header__brand {
  display: block;
  padding: 40px 0;
  width: 400px;
  position: absolute;
  left: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__brand img {
  width: 100%;
}

.header__content {
  border-bottom: 1px solid #d9d8d6;
}

.header__content .container {
  position: relative;
  /*padding-left: 430px;*/
  padding-left: 490px;
}

.header__main-nav {
  border-bottom: 1px solid #d9d8d6;
  position: relative;
}

.footer {
  padding: 60px 0;
  background: #00205c;
  margin-top: 50px;
  color: #ffffff;
  font-weight: 700;
}

.footer p {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
}

.footer p a {
  margin-left: 15px;
}

.footer a {
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0;
  border-bottom: 1px solid #ffffff;
}

.footer a.footer__brand {
  padding: 0;
  border-bottom: 1px solid transparent;
}

.footer a:hover, .footer a:focus {
  border-bottom: 1px solid transparent;
}

.footer__brand {
  display: block;
  width: 400px;
}

.footer__brand img {
  width: 100%;
}

.footer .powered-by {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .powered-by span {
  display: inline-block;
  margin-right: 10px;
}

.footer .powered-by img {
  width: 150px;
  display: inline-block;
}

.footer .grid {
  padding-bottom: 60px;
}

/* THEME COMPONENTS
------------------------------------------------------------------------------*/
.btn {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding: 12px 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  appearance: none;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.42857;
}

.btn--primary {
  background: #1c449c;
  color: #ffffff;
}

.btn--primary:hover, .btn--primary:focus {
  background: #3a8dde;
  color: #ffffff;
}

.btn--primary-reversed {
  background: #ffffff;
  border: 1px solid #1c449c;
  color: #1c449c;
}

.btn--primary-reversed:hover, .btn--primary-reversed:focus {
  background: #1c449c;
  color: #ffffff;
}

.btn--secondary {
  background: #00205c;
  border: 1px solid #00205c;
  color: #ffffff;
}

.btn--secondary:hover, .btn--secondary:focus {
  background: #3a8dde;
  border: 1px solid #3a8dde;
}

.btn--tertiary {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn--tertiary:hover, .btn--tertiary:focus {
  background: #1c449c;
}

.btn--quaternary {
  background: #3a8dde;
  color: #ffffff;
  border: 1px solid #3a8dde;
}

.btn--quaternary:hover, .btn--quaternary:focus {
  background: #00205c;
  border: 1px solid #00205c;
}

.btn--tertiary-reversed {
  background: #ffffff;
  color: #1c449c;
  border: 1px solid #ffffff;
}

.btn--tertiary-reversed:hover, .btn--tertiary-reversed:focus {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
}

.btn--link {
  background: transparent;
  text-decoration: none;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn--link:hover, .btn--link:focus {
  background: transparent;
  text-decoration: underline;
}

.btn--directional {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0 5px;
  font-weight: 700;
}

.btn--directional__text {
  display: block;
  padding: 1px 0;
  border-bottom: 1px solid #1c449c;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn--directional i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out, -moz-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -moz-transform 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
}

.btn--directional:hover i, .btn--directional:focus i {
  -webkit-animation-name: hover-button;
  -moz-animation-name: hover-button;
  -o-animation-name: hover-button;
  animation-name: hover-button;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn--directional:hover .btn--directional__text, .btn--directional:focus .btn--directional__text {
  border-bottom: 1px solid transparent;
}

.btn--directional-forward {
  padding-right: 30px;
}

.btn--directional-forward i {
  right: 5px;
}

.btn--directional-back {
  padding-left: 30px;
}

.btn--directional-back i {
  left: 5px;
}

.btn--dropdown {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.22222;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 0;
  background: #1c449c;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 45px;
}

.btn--dropdown i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--dropdown:hover, .btn--dropdown:focus {
  background: #00205c;
}

.card {
  margin: 0 -25px;
  padding: 25px;
  background: rgba(58, 141, 222, 0.1);
}

/* DROPDOWN COMPONENTS
---------------------------------------------------------------------------*/
.dropdown {
  position: relative;
}

.dropdown .card {
  margin: 0;
}

.dropdown .drawer {
  position: relative;
  z-index: 2;
}

.dropdown .drawer--overlay {
  position: absolute;
}

.drawer-toggle {
  position: relative;
}

.drawer {
  display: none;
}

.drawer--overlay {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.drawer-controls .drawer-toggle {
  cursor: pointer;
}

.drawer-controls .drawer-toggle .drawer-control--close {
  display: none;
}

.drawer-controls .drawer-toggle.open i {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-controls .drawer-toggle.open .drawer-control--open {
  display: none;
}

.drawer-controls .drawer-toggle.open .drawer-control--close {
  display: block;
}

.tooltip-toggle {
  position: relative;
}

.tooltip-toggle:hover .tooltip, .tooltip-toggle:focus .tooltip {
  display: inline-block;
}

.tooltip {
  display: none;
  background: #ffffff;
  width: 200px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  -webkit-box-shadow: 2px 2px 5px #d9d8d6;
  -moz-box-shadow: 2px 2px 5px #d9d8d6;
  box-shadow: 2px 2px 5px #d9d8d6;
  border: 1px solid #d9d8d6;
}

.tooltip:before, .tooltip:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip--top:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-top: 9.5px solid #d9d8d6;
  bottom: -9.5px;
}

.tooltip--top:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  bottom: -8px;
}

.tooltip--bottom {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}

.tooltip--bottom:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-bottom: 9.5px solid #d9d8d6;
  top: -9.5px;
}

.tooltip--bottom:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  top: -8px;
}

.tooltip--left:before, .tooltip--left:after, .tooltip--right:before, .tooltip--right:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-left: 9.5px solid #d9d8d6;
  bottom: auto;
  left: auto;
  right: -9.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-left: 9.5px solid #ffffff;
  bottom: auto;
  left: auto;
  right: -8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right {
  bottom: auto;
  left: 100%;
  top: 50%;
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-right: 9.5px solid #d9d8d6;
  bottom: auto;
  left: -9.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-right: 9.5px solid #ffffff;
  bottom: auto;
  left: -8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* FORM COMPONENTS
---------------------------------------------------------------------------*/
.form *[type="submit"] {
  min-width: 150px;
  text-align: center;
}

.form__heading {
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1.23077;
  margin-bottom: 10px;
}

.form__descr {
  margin-bottom: 45px;
}

.form__group {
  margin-bottom: 25px;
}

.form__input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  padding: 10px;
  margin: 0;
  max-width: 100%;
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  border: 1px solid #d9d8d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #373A36;
}

.form__input--wrapper {
  border: 1px solid #d9d8d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form__input--wrapper .form__label {
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form__input--wrapper .form__input {
  border: none;
}

.form__label {
  display: block;
  margin-bottom: 5px;
  color: #1c449c;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.28571;
}

.form__select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form__select-wrapper .form__input {
  padding-right: 30px;
}

.form__select-wrapper .form__input + i {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
}

.form__radio, .form__checkbox {
  display: table;
  padding-left: 25px;
  position: relative;
}

.form__radio input, .form__checkbox input {
  position: absolute;
  left: 0;
  top: 5px;
}

.form__radio input:checked + .form__radio-replacement-wrapper .form__radio-replacement:before,
.form__radio input:checked + .form__radio-replacement-wrapper .form__checkbox-replacement:before,
.form__radio input:checked + .form__checkbox-replacement-wrapper .form__radio-replacement:before,
.form__radio input:checked + .form__checkbox-replacement-wrapper .form__checkbox-replacement:before, .form__checkbox input:checked + .form__radio-replacement-wrapper .form__radio-replacement:before,
.form__checkbox input:checked + .form__radio-replacement-wrapper .form__checkbox-replacement:before,
.form__checkbox input:checked + .form__checkbox-replacement-wrapper .form__radio-replacement:before,
.form__checkbox input:checked + .form__checkbox-replacement-wrapper .form__checkbox-replacement:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.form__radio input:focus, .form__checkbox input:focus {
  outline: 0;
}

.form__radio input:focus + .form__radio-replacement-wrapper,
.form__radio input:focus + .form__checkbox-replacement-wrapper, .form__checkbox input:focus + .form__radio-replacement-wrapper,
.form__checkbox input:focus + .form__checkbox-replacement-wrapper {
  outline-color: #4d90fe;
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
}

.form__radio-replacement-wrapper, .form__checkbox-replacement-wrapper {
  position: absolute;
  left: 0;
  top: 4px;
}

.form__radio-replacement, .form__checkbox-replacement {
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.form__radio-replacement:before, .form__checkbox-replacement:before {
  content: '';
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form__checkbox-replacement {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form__checkbox-replacement:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form--inline .form__group, .form--inline .form__label, .form--inline .form__input {
  display: inline-block;
}

.form--inline .form__group {
  margin-right: 30px;
}

.form--inline .form__group:last-of-type {
  margin-right: 0;
}

.form--inline .form__label {
  margin-right: 10px;
}

textarea.form__input {
  min-height: 175px;
  margin-bottom: -5px;
}

.custom-select__list {
  border-top: none;
  background: #ffffff;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 2;
}

.custom-select__option button {
  border: none;
  padding: 5px 10px;
  width: 100%;
  background: transparent;
}

.custom-select__option:first-of-type button {
  padding-top: 10px;
}

.custom-select__option:last-of-type button {
  padding-bottom: 10px;
}

body.popup--open {
  overflow: hidden;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 1500;
  width: 500px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}

.popup__content {
  position: relative;
  padding: 30px;
}

.popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.popup__close + * {
  margin-top: 0;
}

.popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 32, 92, 0.8);
}

/* THEME HELPERS
------------------------------------------------------------------------------*/
/* COMPONENT HELPERS
---------------------------------------------------------------------------*/
.img-centered {
  display: block;
  margin: 0 auto;
}

.draggable {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* STRUCTURE HELPERS
---------------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1460px;
  /*min-width: 1240px;*/
  /*padding: 0 15px;*/
  margin: 0 auto;
  padding: 0 60px;
  padding-right: 15px;
}

.container:after {
  clear: both;
  content: "";
  display: table;
}

.container .container {
  padding: 0;
}

.full-width {
  width: 100%;
}

.pull-right {
  float: right;
}

.hidden {
  display: none;
}

.spacer {
  background: transparent;
  margin: 15px 0;
}

.example {
  height: 500px;
  width: 100%;
  position: relative;
  background: #fafafa;
  border: 1px solid #d9d8d6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.example__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.divider {
  text-align: center;
  position: relative;
  margin: 40px 0;
  margin-top: 100px;
  min-height: 50px;
}

.divider__text {
  display: inline-block;
  background: #ffffff;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 60px;
  text-transform: uppercase;
  color: #636569;
  max-width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.divider hr {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  z-index: 1;
}

.offset--top {
  display: block;
  margin-top: -45px;
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .divider__text {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: transparent;
    width: 100%;
    padding: 0;
  }
  .divider hr {
    display: none;
  }
  .footer__brand {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer .grid {
    padding-bottom: 0;
  }
  .footer a {
    white-space: normal;
  }
  .footer *[class^="grid__col"] {
    width: 100%;
    float: none;
  }
  .footer .text-right {
    text-align: left;
  }
  .footer p a {
    margin-left: 0;
  }
  .footer .powered-by {
    text-align: left;
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* ACCESSIBILITY HELPERS
---------------------------------------------------------------------------*/
.webaim-hidden,
.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
}

.skip-link:focus {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: visible;
  position: fixed;
  left: 15px;
  top: 15px;
  background: #ffffff;
}

/* TYPOGRAPHY HELPERS
---------------------------------------------------------------------------*/
.text-centered {
  text-align: center;
}

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

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.no-break {
  white-space: nowrap;
}

.light {
  font-weight: 300;
}

.blue {
  color: #1c449c;
}

.ellipsis {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.link,
button.link {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline;
  text-decoration: none;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}

.link:hover, .link:focus,
button.link:hover,
button.link:focus {
  border-bottom: 1px solid transparent;
}

.link--reversed,
button.link--reversed {
  border-bottom: 1px solid transparent;
}

.link--reversed:hover, .link--reversed:focus,
button.link--reversed:hover,
button.link--reversed:focus {
  border-bottom: 1px solid #ffffff;
}

.link--play,
button.link--play {
  color: #1c449c;
}

.link--play:before,
button.link--play:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #1c449c;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link--play:after,
button.link--play:after {
  content: '';
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #1c449c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link--play__wrapper,
button.link--play__wrapper {
  padding-left: 45px;
  color: #1c449c;
  position: relative;
}

.link--dk,
button.link--dk {
  color: #373A36;
  font-weight: 400;
}

.label {
  margin-bottom: 0;
  font-weight: 600;
}

.copyright {
  font-weight: 600;
}

.silhouette {
  position: absolute;
  top: -15px;
  left: -8px;
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0.1;
  pointer-events: none;
  letter-spacing: 1px;
}

.silhouette__wrapper {
  position: relative;
}

.silhouette__wrapper hr {
  margin: 0;
}

hr.silhouette {
  margin: 0;
  top: -5px;
  left: -5px;
  width: 35px;
}

*[data-attach-icon-after] i {
  margin-left: 5px;
}

*[data-attach-icon-before] i {
  margin-right: 5px;
}

.small {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.28571;
}

.para_Reg {
  padding: 30px;
}

em {
  font-style: normal;
}

.hover-open {
  z-index: 99 !important;
}

#ToolTipPointer {
  position: absolute;
  left: -300px;
  z-index: 101;
  visibility: hidden;
}

#theToolTip p {
  font-size: 1.1em;
  color: #000000 !important;
  line-height: 1.4em;
  margin-right: 10px;
  margin-top: 0;
}

.StickyNotesLink {
  color: #1c449c;
  cursor: pointer;
  padding: 1px 2px 1px 2px;
}

a:visited.StickyNotesLink {
  color: #1c449c;
  /*font-size: 9pt;
    text-decoration: none;*/
  font-weight: Bold;
  /*border-top:1px solid #6A747B;
  border-bottom:1px solid #6A747B;
  border-left:1px solid #6A747B;
  border-right:1px solid #6A747B;*/
  padding: 1px 2px 1px 2px;
}

a:hover.StickyNotesLink {
  color: #1c449c;
  /*
  background-color: #5C7C95;
  */
  /*font-size: 9pt;
    text-decoration: none;*/
  font-weight: Bold;
  /*border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  border-left:1px solid #ffffff;
  border-right:1px solid #ffffff;*/
  padding: 1px 2px 1px 2px;
}

@media (max-width: 1220px) {
  .header[style] {
    margin-bottom: 30px !important;
  }
  .header__content {
    overflow-x: auto;
  }
  .header__content .container {
    padding-left: 50px;
  }
  .header__brand {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: auto;
    top: auto;
    max-width: 100%;
  }
  .nav--tabs {
    padding-top: 0;
  }
  .nav--tabs .nav__menu {
    float: none;
    width: 100%;
    display: table;
  }
  .nav--tabs .nav__menu li {
    float: none;
    display: table-cell;
    text-align: center;
  }
  .nav--tabs .nav__menu li a {
    padding: 15px;
  }
  .nav--primary .nav__menu > li {
    display: block;
    margin: 15px 0;
  }
  .nav--primary .nav__menu > li > a,
  .nav--primary .nav__menu > li > .drawer-wrapper > a {
    display: inline;
    margin: 0;
  }
  .nav--primary .nav__menu > li > a.active,
  .nav--primary .nav__menu > li > .drawer-wrapper > a.active {
    display: block;
    padding: 15px;
  }
  .nav--primary .nav__menu > li.hover-open > .drawer-wrapper > a:after, .nav--primary .nav__menu > li.hover-open > .drawer-wrapper > a:before {
    display: none;
  }
  .nav--primary .nav__menu > li .drawer[style] {
    display: none !important;
  }
  .nav--primary .nav__submenu-wrapper {
    border: 1px solid #d9d8d6;
    position: static;
    left: auto;
    top: auto;
    margin-top: 0;
  }
  .nav--primary .nav__submenu-wrapper .container {
    padding: 0;
  }
  .nav--primary .nav__submenu {
    margin-left: 0;
  }
  .nav--primary .nav__submenu > li {
    padding: 15px;
    padding-bottom: 0;
    display: block;
  }
  .nav--primary .nav__submenu > li > a {
    display: inline;
  }
  .nav--primary .nav__submenu > li:last-of-type {
    padding-bottom: 15px;
  }
  .nav--utility .nav__menu {
    text-align: left;
  }
  .nav--utility .nav__menu li {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}

/*.nav--primary .nav__menu
{
    overflow-x: auto;
    white-space: nowrap;
}*/
/*.nav--primary .nav__submenu
{
    white-space: normal;
}*/
.newfield {
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  color: #373a36 !important;
  font-size: 16px !important;
}

/* STYLES FOR TOC */
.has-toc {
  padding-right: 330px;
}

#CornerTable {
  position: fixed;
  top: 0;
  right: 0;
}

#CornerTable[style] {
  background: none !important;
}

#xpmenuoptions {
  overflow-y: auto;
}

@media (max-width: 767px) {
  .has-toc {
    padding-right: 0;
  }
  #CornerTable {
    position: static;
  }
}

/* THEME STRUCTURE
------------------------------------------------------------------------------*/
div#annotAgreementXML, td {
  margin: 10px;
  /*margin-left: 0px;*/
  /*text-align:center;*/
}

#annotAgreementXML div#docTitle {
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  /*width:100%;*/
}

#annotAgreementXML h4 {
  text-align: center;
  text-transform: uppercase;
}

div.para {
  margin: 1em 0;
}

div.paraPopUp {
  margin: .5em 0;
  text-align: left !important;
  padding-left: 15px;
  font-size: 11px !important;
}

div#bodytext div#annotAgreementXML a {
  /*-- Task #1521 - no underline--*/
  /*text-decoration:underline !important;*/
}

/*task 1286*/
a.paraNum {
  text-decoration: underline !important;
  border-bottom: 1px solid blue !important;
}

/*task 1286*/
div#bodytext div#annotAgreementXML div#docTitle a {
  font-size: 1em;
  /*text-decoration:underline*/
  font-weight: bold;
  font-family: Trebuchet MS;
}

div#bodytext div#annotAgreementXML a.paraNum, div#bodytext div#annotAgreementXML div.articleTitle a, div#bodytext div#annotAgreementXML div.annexTitle a, div#bodytext div#annotAgreementXML div.articleTitleNoBack a {
  /*task 1286*/
  font-size: 1.3em;
  /*text-decoration:underline*/
  /*task 1286*/
  font-weight: bold;
}

div#bodytext div#annotAgreementXML a:visited {
  color: #998d63;
  /*text-decoration:underline !important; */
}

div#bodytext div#annotAgreementXML a:hover {
  /*color: #C0790E;*/
  /*text-decoration: underline !important;*/
}

/*task 1286*/
div#bodytext div#annotAgreementXML div#docTitle a {
  font-size: 1em;
  /*text-decoration:underline*/
  font-weight: bold;
  font-family: Trebuchet MS;
}

.pdflink a:link {
  color: #26537C;
  text-decoration: none;
  font-weight: normal;
}

.pdflink a:visited {
  color: #998D63;
  text-decoration: none;
  font-weight: normal;
}

.pdflink a:hover {
  /*color: #CEA40F !important;*/
  text-decoration: underline;
  font-weight: normal;
}

/* task 1286 */
.preamble {
  background-image: url("../../images/preamblebkg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 5px;
}

div#annotAgreementXML .preamble p {
  text-indent: 3em;
}

div#annotAgreementXML p {
  margin: 0.75em 0;
  line-height: 1.1em;
  text-align: justify;
}

.listIndent {
  padding-left: 4em;
  margin: 1em 0;
  /*line-height: 1.1em;*/
  text-align: justify;
}

.listIndentPopUp {
  /*padding-left: 4em;
    margin: 1em 0;
    line-height: 1.1em;*/
  padding-left: 15px;
  text-align: justify;
}

div#annotAgreementXML .article {
  margin-top: 30px;
}

div#annotAgreementXML .articlePopUp {
  margin-top: 30px;
}

div#annotAgreementXML .chapter {
  margin-top: 30px;
}

div#annotAgreementXML .part {
  margin-top: 30px;
  text-align: center;
}

.partTitle {
  text-align: center;
  vertical-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 15px;
  margin-bottom: 5px;
  background-image: url("../../images/preamblebkg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  /*line-height: 25px;*/
}

.partSubtitle {
  text-align: center;
  font-weight: bold;
  /* font-style: italic; */
  margin-top: 5px;
}

div.partTitle a:link, div.partTitle a:visited, div.partTitle a:hover {
  font-weight: bold !important;
}

.articlesep {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url("../../images/preamblebkg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  line-height: 20px;
  padding: 0px;
}

.chaptersep {
  text-align: center;
  vertical-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url("../../images/preamblebkg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  line-height: 20px;
  padding: 0px;
}

.articleTitle {
  background-image: url("../../images/preamblebkg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  text-align: center;
  font-weight: bold;
  font-size: 1em !important;
  /*task 1286*/
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.articleTitlePopUp {
  text-align: left !important;
  font-weight: bold;
  font-size: 1em !important;
  /*task 1286*/
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.articleTitleNoBack {
  /*background-image: url("../../images/preamblebkg.jpg");*/
  background-repeat: repeat-x;
  background-position: top left;
  text-align: center;
  font-weight: bold;
  font-size: 1em !important;
  /*task 1286*/
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*height:15px;*/
}

.articleTitleNoBackPopUp {
  /*background-image: url("../../images/preamblebkg.jpg");*/
  background-repeat: repeat-x;
  background-position: top left;
  text-align: left !important;
  font-weight: bold;
  font-size: 1em !important;
  /*task 1286*/
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*height:15px;*/
}

.articleSubtitle {
  text-align: center;
  font-weight: bold;
  /*font-style: italic;*/
  margin-top: 5px;
}

.articleSubtitlePopUp {
  text-align: left !important;
  font-weight: bold;
  /*font-style: italic;
    margin-top: 5px;*/
}

.chapterTitle {
  background-image: url("../../images/preamblebkg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  text-align: center;
  font-weight: bold;
  font-size: 1em !important;
  /*task 1286*/
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.chapterTitlePopUp {
  text-align: left !important;
  font-weight: bold;
  font-size: 1em !important;
  /*task 1286*/
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.chapterSubtitle {
  text-align: center;
  font-weight: bold;
  /*font-style: italic;*/
  margin-top: 5px;
  font-size: 1.5em !important;
}

.chapterSubtitlePopUp {
  text-align: left !important;
  font-weight: bold;
  /*font-style: italic;
    margin-top: 5px;*/
  font-size: 1.5em !important;
}

div#annotAgreementXML .annex {
  margin-top: 30px;
}

.annexTitle {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: 5px;
}

.annexSubtitle {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

div#annotAgreementXML .footnotes {
  border: 1px solid black;
  margin-top: 20px;
  padding: 5px;
}

.footnotes .para {
  margin: 1em 0;
}

.footnotes .paraPopUp {
  /*margin: 1em 0;*/
}

a.paraNum {
  font-size: 1.5em;
  font-weight: bold;
  /*
    border-width: 1px 0;
    border-color: #999;
    border-style: dotted;
    */
  padding: 0 2px;
  margin-right: 5px;
}

a.paraImg {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 2px;
  margin-right: 10px;
}

a.linkRefFootnote sup {
  font-weight: bold;
  text-decoration: underline;
  /*here temp edu*/
}

.ListItemIdent {
  margin-left: 15px;
}

ul#tocList {
  list-style-type: none;
  margin-left: 5px;
}

ul#tocList li {
  margin: 0px 0px 3px 0px;
}

ul#tocList ul {
  list-style-type: none;
}

ul#tocList ul li {
  margin: 0 0 3px 5px;
}

a:link.facelink {
  text-decoration: none;
  font-weight: bold !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a:visited.facelink {
  color: #998d63 !important;
  text-decoration: none;
  font-weight: bold !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.noworkaslink {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
  /*font-size: inherit !important;*/
  font-family: Arial, Helvetica, sans-serif !important;
  /* color: #525252;*/
  /*font-weight: normal !important*/
}

.dhtmlwindow {
  position: absolute;
  border: 2px solid #7B7B7B;
  visibility: hidden;
  background-color: white;
}

.drag-handle {
  /*CSS for Drag Handle*/
  padding: 1px;
  text-indent: 3px;
  font: bold 14px Arial;
  background-color: #26537C;
  color: white;
  cursor: move;
  overflow: hidden;
  width: auto;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.drag-handle .drag-controls {
  /*CSS for controls (min, close etc) within Drag Handle*/
  position: absolute;
  right: 1px;
  top: 2px;
  cursor: hand;
  cursor: pointer;
}

* html .drag-handle {
  /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
  width: 100%;
}

.drag-contentarea {
  /*CSS for Content Display Area div*/
  border-top: 1px solid brown;
  background-color: white;
  color: black;
  height: 150px;
  padding: 2px;
  overflow: auto;
}

.drag-statusarea {
  /*CSS for Status Bar div (includes resizearea)*/
  border-top: 1px solid gray;
  background-color: #F8F8F8;
  height: 13px;
  /*height of resize image*/
}

.drag-resizearea {
  /*CSS for Resize Area itself*/
  float: right;
  width: 13px;
  /*width of resize image*/
  height: 13px;
  /*height of resize image*/
  cursor: nw-resize;
  font-size: 0;
}

.mainDiv {
  /*
    width: 185px;
    */
  /*width:400px;*/
}

/**************************** AA - TABLE OF CONTENTS *****************************/
.topItem {
  display: table;
  text-align: center;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  border: none;
  width: 300px;
  height: 25px;
  color: #000000 !important;
  cursor: pointer;
  text-indent: 10px;
  margin: 0px;
}

.topItemOver {
  display: table;
  text-align: center;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #2D5CA2 !important;
  cursor: pointer;
  margin: 0px;
}

.topItemClose {
  display: table;
  text-align: center;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #000000 !important;
  cursor: pointer;
}

.topItemCloseOver {
  display: table;
  text-align: center;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #2D5CA2 !important;
  cursor: pointer;
}

.dropMenu {
  font: bold 11px tahoma,verdana,sans-serif;
  background-color: #F0F0F0;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter: alpha(opacity=100);
  padding-top: 5px;
  padding-bottom: 5px;
}

.subMenu {
  display: block;
}

.subItem {
  margin-left: 10px;
  margin-top: 2px;
  height: 18px;
  font: 11px tahoma,verdana,sans-serif;
  text-decoration: none;
  color: #215dc6;
}

.subItem a {
  margin-left: 23px;
  font: 11px tahoma,verdana,sans-serif;
  text-decoration: none;
  color: #215dc6;
}

.subItemOver {
  margin-left: 10px;
  margin-top: 2px;
  font: 11px tahoma,verdana,sans-serif;
  height: 18px;
  color: #428eff;
}

.subItemOver a {
  margin-left: 23px;
  font: 11px tahoma,verdana,sans-serif;
  cursor: pointer;
  color: #428eff;
  text-decoration: underline;
  cursor: pointer;
}

.drop {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

/**************************** AA - SEARCH CONTENTS *****************************/
.topItem2 {
  display: table;
  text-align: left;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  border: none;
  width: 300px;
  height: 25px;
  color: #000000 !important;
  cursor: pointer;
  text-indent: 10px;
  margin: 0px;
}

.topItem2Over {
  display: table;
  text-align: left;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title-on2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #2D5CA2 !important;
  cursor: pointer;
  margin: 0px;
}

.topItemClose2 {
  display: table;
  text-align: left;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #000000 !important;
  cursor: pointer;
}

.topItemClose2Over {
  display: table;
  text-align: left;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title-on2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #2D5CA2 !important;
  cursor: pointer;
}

div#bodytext div#annotAgreementXML a.xpsearchlink:link {
  color: #6F7A84 !important;
  font-size: 10pt;
  font-weight: normal !important;
  text-decoration: none !important;
  margin: 0px;
}

div#bodytext div#annotAgreementXML a.xpsearchlink:visited {
  color: #6F7A84 !important;
  font-size: 10pt;
  font-weight: normal !important;
  text-decoration: none !important;
  margin: 0px;
}

div#bodytext div#annotAgreementXML a.xpsearchlink:hover {
  color: #AE6D0D !important;
  font-size: 10pt;
  font-weight: normal !important;
  text-decoration: underline !important;
  margin: 0px;
}

.NormalItem {
  display: table;
  text-align: center;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  border: none;
  /*width: 300px;*/
  height: 20px;
  color: #000000 !important;
  cursor: pointer;
  margin: 0px;
  border: 1px solid #e0e0e0;
}

.NormalItemOver {
  display: table;
  text-align: center;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #2D5CA2 !important;
  cursor: pointer;
  margin: 0px;
  border: 1px solid #e0e0e0;
}

.NormalItemClose {
  display: table;
  text-align: center;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #000000 !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.NormalItemCloseOver {
  display: table;
  text-align: center;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #2D5CA2 !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.NormalItem2 {
  display: table;
  text-align: left;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  border: none;
  /*width: 300px;*/
  height: 20px;
  color: #000000 !important;
  cursor: pointer;
  text-indent: 10px;
  margin: 0px;
  border: 1px solid #e0e0e0;
}

.NormalItem2Over {
  display: table;
  text-align: left;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title-on2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #2D5CA2 !important;
  cursor: pointer;
  margin: 0px;
  border: 1px solid #e0e0e0;
}

.NormalItemClose2 {
  display: table;
  text-align: left;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #000000 !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.NormalItemClose2Over {
  display: table;
  text-align: left;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title-on2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #2D5CA2 !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.borderXPMenu {
  border: 1px solid #e0e0e0;
}

html,
body {
  /*min-width: 1240px;*/
  font-size: 16px;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  color: #373A36;
  line-height: 1.4;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table, tr, td {
  vertical-align: top;
}

/*.fa-2 {
    font-size: 17px !important;
}*/
.clear {
  clear: both;
  margin-bottom: 18px;
}

.fa-minus-circle {
  font-size: 20px !important;
  color: Red !important;
}

.fa-clock-o {
  font-size: 14px !important;
  margin-bottom: -2px !important;
  margin-left: 3px !important;
}

.fa-folder-open {
  font-size: 18px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 24px !important;
  vertical-align: top !important;
  color: black !important;
  margin-right: 3px !important;
}

.fa-floppy-o {
  font-size: 18px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 24px !important;
  vertical-align: top !important;
  color: black !important;
}

.fa-bookmark-o {
  color: black !important;
  padding-left: 10px !important;
}

.likeabutton1 {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  text-decoration: none;
  font: menu;
  color: ButtonText;
  display: inline-block;
  padding: 2px 8px;
}

.likeabutton {
  font: menu;
  text-decoration: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  color: ButtonText;
  padding: 2px 8px;
  display: inline-block;
  background-color: buttonface;
  border-top: 1px solid #9A9A9A;
  border-right: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  border-left: 1px solid #9A9A9A;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* modified on 11Dec,2015==================
         Task:Problem with Search and Clear Search icons under Full Text Search */
.cssbuttton:hover {
  background: #ddedfc;
  border: 1px solid #7eb4ea;
  padding: 2px 0;
}

.123456789:hover {
  background: #ddedfc;
  border: 1px solid #7eb4ea;
  padding: 2px 0;
}

/* ============================================*/
#loadingOnpage-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #D8D8D8;*/
  /* background: #6E6E6E;*/
  /*background: #000000;*/
  background-color: #625D5D;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 82;
}

#loadingOnpage {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 82;
}

#loadingOnpage span {
  /*background: url('ajax-loader.gif') no-repeat left center;*/
  background: url("globe.gif") no-repeat left center;
  /* color: #BDBDBD;*/
  color: White;
  width: 60%;
  height: 30%;
  padding: 60px 70px;
  display: block;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-weight: bold;
}

#loader {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0px;
  visibility: visible;
}

/*For Validation Messsages*/
.panel-heading {
  font-size: larger;
}

.alert {
  display: none;
}

/*For Validation Messsages*/
/*For Search and Content start*/
.fieldsetmain {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  min-width: -webkit-min-content;
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
  -webkit-border-image: initial;
  -moz-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  padding: 13px;
  margin: 5px 0px 10px 0px;
  font-size: 16px;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  color: #373a36;
}

.fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  min-width: -webkit-min-content;
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
  -webkit-border-image: initial;
  -moz-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  padding: 13px;
  margin: 5px 10px 10px 10px;
  font-size: 16px;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  color: #373a36;
}

.MC3treeViewBGNormal2 {
  background-color: #E6E6E6;
  width: 97%;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid #C9C9C9;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #C9C9C9;
  border-top: none;
  z-index: 2;
}

.dynamicArea {
  width: 100%;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
}

.dynamicArea * a:visited {
  color: #998D63;
  text-decoration: none;
  font-weight: normal;
}

.dynamicArea * a:link {
  /*color: #26537C;*/
  color: #1c449c;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
}

.fa-file-pdf-o {
  color: #ff0000 !important;
}

.fsdeflegend {
  font-weight: 600;
}

.MC3treeViewBGNormal {
  margin: 0 auto;
  background-color: #E6E6E6;
  width: 98%;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
}

.pdfhit {
  color: #000000 !important;
  font-weight: bold;
  background-color: #FFFF99 !important;
}

/*For Search and Content end*/
.moreonlnk {
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
}

.leftaligndiv {
  float: left;
  margin: 10px;
  margin-left: 15px;
}

.rightaligndiv {
  float: right;
  margin: 10px;
}

.fa-info-circle {
  margin-right: 7px;
}

.rightaligndiv .fa-info-circle:before {
  color: #3a8dde;
}

.tblterm {
  border-width: 0px;
}

.tblterm td {
  border-width: 0px;
  font-size: 16px;
}

.tblterm td i {
  font-style: italic;
}

.tblterm th {
  text-align: left;
  font-size: 13px;
}

.tblterm th p {
  font-weight: bold !important;
}

.tblterm tr {
  border-bottom-width: 0px;
}

.ui-autocomplete a {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.activediv {
  margin: 0px;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0px;
  /* font-size: 9pt; */
  font-size: 15px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  margin-bottom: 0 !important;
  padding-bottom: 1px !important;
}

.demo #tabs .ui-tabs-panel table {
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-size: 13px;
}

.demo #tabs .ui-tabs-panel p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.demo #tabs .ui-tabs-panel table td, th {
  vertical-align: top;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-size: 16px;
  margin: 0px;
}

.demo #tabs .ui-tabs-panel table td a {
  font-size: 9pt;
}

.icon::before {
  display: inline-block;
  margin-right: .5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: pointer !important;
}

.demo #tabs div {
  outline: 0 !important;
}

table#popupArticleCitatorNoRef {
  border-bottom: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
}

#popupArticleCitatorNoRef {
  margin: 0px;
  margin-left: 30px;
  padding-left: 0px;
  background-color: #E6E6E6;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  /*color: #4A667C;*/
  font-weight: normal;
  height: auto;
  text-align: left;
}

div#popupArticleCitator {
  border-bottom: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
}

#popupArticleCitator {
  margin: 0px;
  margin-left: 5px;
  padding-left: 5px;
  background-color: #FFFFFF;
  /*#E6E6E6; task 1286 */
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  color: #4A667C;
  font-weight: normal;
  height: auto;
  text-align: left;
}

#popupArticleCitator .icon::before {
  margin-right: 0em !important;
  margin-left: .5em !important;
}

.standardbkgtable, table.standardbkgtable {
  background-color: #f0f0f0 !important;
}

#outterPdfDiv img {
  display: inline-block;
}

.popupLinks {
  text-align: right;
  padding: 2px;
  margin: 5px;
  word-spacing: 0.25em;
}

.popupLinks img {
  vertical-align: middle;
}

div.popupMentionsSP {
  background-image: url("/images/bkg1b.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  color: #808080;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  padding-top: 0px;
  padding-left: 4px;
  /*width: 20%;*/
  line-height: 22px;
}

.table-header-repeat {
  background: url(../../images/table/table_header_repeat.jpg) repeat-x;
  border: none;
  font-size: 0px;
  padding: 0px 0 0 0;
}

.table-header-repeat p {
  color: #ffffff;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
}

.MC3treeViewCurrent {
  background-image: url(/images/tree_currbkg.gif) !important;
  background-repeat: repeat !important;
  background-position: 0.0em !important;
  font-size: 16px;
}

.wtojur {
  padding-top: 1px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  /*margin: 0px 0px 0px 0px;*/
}

b {
  font-weight: bold;
}

input[name=searchType] {
  color: black;
}

.MC3treeViewBGNormal2 .treeView_MC img {
  display: inline;
}

.treeView_MC ul, .treeView ul {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

.treeView_MC ul li, .treeView ul li {
  list-style-image: url("/images/but_folderline.gif");
  display: list-item;
  margin: 0px;
  padding: 0px;
}

.MC3treeViewFont_1 {
  /*font-size: 10pt !important;*/
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_2 {
  /*font-size: 10pt !important;   */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_3 {
  /*font-size: 9pt !important;    */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_4 {
  /*font-size: 9pt !important;    */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_5 {
  /*font-size: 8pt !important;    */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_6 {
  /*font-size: 8pt !important;    */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_7 {
  /*font-size: 7pt !important;    */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_8 {
  /*font-size: 7pt !important;    */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_9 {
  /*font-size: 7pt !important;    */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MC3treeViewFont_10 {
  /*font-size: 7pt !important;    */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.treeViewLevel_1 {
  padding-left: 0px;
  padding-top: 15px;
  font-weight: bold;
}

.treeViewLevel_2 {
  padding-left: 20px;
}

.treeViewLevel_3 {
  padding-left: 40px;
}

.treeViewLevel_4 {
  padding-left: 60px;
}

.treeViewLevel_5 {
  padding-left: 80px;
}

.treeViewLevel_6 {
  padding-left: 100px;
}

.treeViewLevel_7 {
  padding-left: 120px;
}

.treeViewLevel_8 {
  padding-left: 140px;
}

.treeViewLevel_9 {
  padding-left: 160px;
}

.treeViewLevel_10 {
  padding-left: 180px;
}

.treeViewLevel_11 {
  padding-left: 200px;
}

.treeViewLevel_12 {
  padding-left: 220px;
}

.treeViewLevel_13 {
  padding-left: 240px;
}

.treeViewLevel_14 {
  padding-left: 260px;
}

.treeViewLevel_15 {
  padding-left: 280px;
}

.treeViewLevel_16 {
  padding-left: 300px;
}

.treeViewLevel_17 {
  padding-left: 320px;
}

.treeViewLevel_18 {
  padding-left: 340px;
}

.treeViewLevel_19 {
  padding-left: 360px;
}

.treeViewLevel_20 {
  padding-left: 380px;
}

.treeViewLevel_1 ul li {
  list-style-image: url("/images/ftv2blank.gif");
  display: list-item;
  margin: 0px;
  padding: 0px;
}

.treeViewLevel_1_Normal ul li {
  list-style-image: url("/images/ftv2blank.gif");
  display: list-item;
  margin: 0px;
  padding: 0px;
}

#commentsnav .icon::before {
  margin-right: 0em !important;
  margin-left: .5em !important;
}

#commentsnav {
  border-color: #C9C9C9;
  /* task 1286 */
  border-width: 1px;
  border-style: solid;
  /* task 1286 */
  padding: 0px 5px;
  margin: 5px 8px 5px 15px;
  /*
    width: 90%;
    */
}

div.popupMentionsLSP {
  background-image: url("/images/bkg1.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  /*color: #666666;*/
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  padding-top: 0px;
  padding-left: 4px;
  width: 20%;
  /*float: left;*/
  line-height: 22px;
}

/*task 1286*/
div.popupMentionsSP {
  background-image: url("/images/bkg1b.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  color: #808080;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  padding-top: 0px;
  padding-left: 4px;
  /*width: 20%;*/
  line-height: 22px;
}

td.middlebutton {
  border: 1px #C9C9C9 solid;
  /*height: 80px;*/
  vertical-align: middle;
  text-align: center;
  padding: 3px;
  background-color: #E6E6E6;
}

td.middlebutton a:link.awtojur, td.middlebutton a:visited.awtojur {
  font-size: 16px !important;
  /* Change 12px as desired */
  color: #26537C !important;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
}

td.middlebutton a:hover.awtojur {
  font: normal 16px Arial !important;
  /* Change 12px as desired */
  /*color: #CEA40F !important;*/
}

td.middlebutton_selected a:link.awtojur, td.middlebutton_selected a:visited.awtojur {
  font: normal 11px Arial !important;
  /* Change 12px as desired */
  font-weight: bold;
  color: #26537C !important;
}

td.middlebutton_selected a:hover.awtojur {
  font: normal 11px Arial !important;
  /* Change 12px as desired */
  font-weight: bold;
  color: #CEA40F !important;
}

#popupHeaderTD {
  /*  font-size: 110%; */
  background-color: #E6E6E6;
  text-align: center;
  padding-right: 1px;
  padding-left: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #4A667C;
  font-size: 10pt !important;
  font-weight: bold !important;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
}

#popupHeaderTD a img {
  display: inline;
}

.tabAltBkg {
  background-color: #E6E6E6 !important;
}

.numbertable {
  color: #C9C9C9 !important;
}

.tabRegBkg span table img {
  display: inline;
  vertical-align: middle;
}

.iconFTS::before {
  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);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: pointer !important;
}

.ui-autocomplete .ui-menu-item .ui-state-active {
  background-image: none !important;
  background-color: #659EC7 !important;
  color: #FFFFFF !important;
  border: none !important;
}

a:visited.searchresults {
  color: #998D63;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}

a:link.searchresults {
  color: #1c449c;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}

a:hover.searchresults {
  color: #1c449c;
  font-size: 16px;
  border-bottom: 1px solid !important;
  font-weight: normal;
}

#SearchTable div {
  padding-left: 5px;
}

.fancybox-content {
  border: 10px solid #fff;
}

#divmainpage {
  position: relative;
}

.loaderoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 32, 92, 0.8);
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  display: none;
}

.loaderoverlay .loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  -webkit-animation: a .8s infinite linear;
  -moz-animation: a .8s infinite linear;
  -o-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

.ui-tabs-panel table td a {
  font-size: 16px !important;
}

.ui-tabs-panel table td a.sortbtn {
  color: #fff;
  font-size: 12px !important;
  font-weight: 700;
  padding: 4px 12px;
}

.ui-autocomplete {
  max-height: 200px;
  height: auto !important;
}

#tabclose {
  position: relative;
  float: right;
  z-index: 11;
  padding: 0px;
  padding-top: 0px;
  bottom: 18px;
}

.demo {
  margin-top: 15px;
}

.dhtmlwindow {
  position: absolute;
  border: 1px solid grey;
  visibility: hidden;
  background-color: white;
}

.drag-handle {
  /*CSS for Drag Handle*/
  padding: 1px;
  text-indent: 3px;
  font: bold 12px Arial;
  background-color: #4A667C;
  color: white;
  cursor: move;
  overflow: hidden;
  width: auto;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.drag-handle .drag-controls {
  /*CSS for controls (min, close etc) within Drag Handle*/
  position: absolute;
  right: 1px;
  top: 2px;
  cursor: hand;
  cursor: pointer;
}

* html .drag-handle {
  /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
  width: 100%;
}

.drag-contentarea {
  /*CSS for Content Display Area div*/
  border-top: 1px solid brown;
  background-color: white;
  color: black;
  height: 150px;
  padding: 2px;
  overflow: auto;
}

.drag-statusarea {
  /*CSS for Status Bar div (includes resizearea)*/
  border-top: 1px solid gray;
  background-color: #F8F8F8;
  height: 13px;
  /*height of resize image*/
}

.drag-resizearea {
  /*CSS for Resize Area itself*/
  float: right;
  width: 13px;
  /*width of resize image*/
  height: 13px;
  /*height of resize image*/
  cursor: nw-resize;
  font-size: 0;
}

.drag-handle {
  /*Overwrite default drag handle bar background color with below*/
  background-color: #4A667C;
}

#interVeil {
  /*CSS for veil that covers entire page while modal window is visible*/
  position: absolute;
  width: 10px;
  left: 0;
  top: 0;
  z-index: 1000;
  visibility: hidden;
  filter: alpha(opacity=30);
  BACKGROUND-COLOR: #666;
  opacity: 0.8;
}

.tipsy {
  padding: 5px;
  font-size: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-repeat: no-repeat;
  background-image: url(/images/tipsy.gif);
}

.tipsy-inner {
  padding: 5px 8px 4px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: black;
  color: white;
  max-width: 300px;
  text-align: left;
}

.tipsy-inner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-north {
  background-position: top center;
}

.tipsy-south {
  background-position: bottom center;
}

.tipsy-east {
  background-position: right center;
}

.tipsy-west {
  background-position: left center;
}

.expstickybar {
  position: fixed;
  margin: 0px 5px 0px 25px;
  visibility: hidden;
  background: #00205c;
  /*background: url(/images/bg_trackbar.jpg) #f2f2f2 repeat-x left top;*/
  /*border-left: 1px solid #c2c8c6;
    border-right: 1px solid #c2c8c6;*/
  z-index: 100000;
  font-weight: normal;
  width: 96%;
  border: 1px solid white;
  height: 275px !important;
}

.expstickybar a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-size: 16px;
}

.expstickybar a:link:hover {
  color: #ffffff;
  /*text-decoration: underline;*/
  border-bottom: 1px solid !important;
  font-family: "Aktiv Grotesk Extended", "Helvetica Nueue", "Arial", sans-serif !important;
  font-size: 16px;
}

.removeanchor {
  font-size: 10px;
}

.stickyInternalDIV {
  width: 780px;
  height: 450px;
  vertical-align: top;
  text-align: center;
  max-height: 450px;
  overflow: auto;
  overflow-x: hidden;
  /*top:283px;*/
  left: 195px;
  position: fixed;
  /* z-index:1500;  */
  display: none;
  bottom: 24px;
  background-color: White;
  border-left: #ccc 5px solid;
  border-top: #ccc 5px solid;
  border-right: #ccc 5px solid;
}

.tdRight {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.tdLeft {
  border-bottom: 1px solid #cccccc;
}

/*.TrackingLink
{
    font-size: 16px !important;
}*/
@media only screen and (min-width: 1401px) {
  .TrackingLink {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1400px) {
  .TrackingLink {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 720px) and (max-width: 1022px) {
  .TrackingLink {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 719px) {
  .TrackingLink {
    font-size: 10px !important;
  }
}

div.separator {
  margin: 5px;
  border-right: 1px solid #eee;
  height: 40px;
  padding: 5px;
}

div.separatorlast {
  margin: 5px;
  height: 40px;
  padding: 5px;
}

.alert-box {
  color: #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: Tahoma,Geneva,Arial,sans-serif;
  font-size: 11px;
  padding: 10px 36px;
  margin: 10px;
  font-size: 14px;
}

.alert-box span {
  font-weight: bold;
  text-transform: uppercase;
}

.ajaxerror {
  background: #ffecec url("../images/fail.gif") no-repeat 10px 50%;
  border: 1px solid #f5aca6;
}

.ajaxsuccess {
  background: #e9ffd9 url("../images/ok.gif") no-repeat 10px 50%;
  border: 1px solid #a6ca8a;
}

.ajaxwarning {
  background: #fff8c4 url("../images/warn.gif") no-repeat 10px 50%;
  border: 1px solid #f2c779;
}

.ajaxnotice {
  background: #e3f7fc url("../images/notice.png") no-repeat 10px 50%;
  border: 1px solid #8ed9f6;
}

.BusyBox {
  background: -moz-linear-gradient(center top, #F1F2F2 0%, #F1F2F2 100%) repeat scroll 0 0 transparent;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  left: 50%;
  right: 5%;
  margin-left: -45px;
  margin-right: 20px;
  /*padding-top: 20px;*/
  position: fixed;
  text-align: left;
  width: 54%;
  /*height: 50px;*/
  margin-bottom: -70px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  z-index: 999999;
}

.ellipsis {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

/* adding new css class for error message in master pages 22-1-2015 */
#messagewrapper {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 1000;
  margin: 5px auto;
  width: 96%;
}

#messagewrapper .messagebox {
  padding: 12px 10px 10px 30px;
  -webkit-box-shadow: 5px 5px 10px #000;
  -moz-box-shadow: 5px 5px 10px #000;
  box-shadow: 5px 5px 10px #000;
}

#messagewrapper .success {
  color: #060;
  background: #cfc url(../Images/ok.gif) no-repeat 8px 12px;
}

#messagewrapper .warning {
  color: #c60;
  background: #ffc url(../Images/warn.gif) no-repeat 8px 12px;
}

#messagewrapper .error {
  color: #c00;
  background: #fcc url(../Images/fail.gif) no-repeat 8px 12px;
}

.mainDiv {
  /*
    width: 185px;
    */
  /*width:400px;*/
}

/**************************** AA - TABLE OF CONTENTS *****************************/
.topItem {
  display: table;
  text-align: center;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  border: none;
  width: 300px;
  height: 25px;
  color: #000000 !important;
  cursor: pointer;
  text-indent: 10px;
  margin: 0px;
}

.topItemOver {
  display: table;
  text-align: center;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #2D5CA2 !important;
  cursor: pointer;
  margin: 0px;
}

.topItemClose {
  display: table;
  text-align: center;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #000000 !important;
  cursor: pointer;
}

.topItemCloseOver {
  display: table;
  text-align: center;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #2D5CA2 !important;
  cursor: pointer;
}

.dropMenu {
  font: bold 11px tahoma,verdana,sans-serif;
  background-color: #F0F0F0;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter: alpha(opacity=100);
  padding-top: 5px;
  padding-bottom: 5px;
}

.subMenu {
  display: block;
}

.subItem {
  margin-left: 10px;
  margin-top: 2px;
  height: 18px;
  font: 11px tahoma,verdana,sans-serif;
  text-decoration: none;
  color: #215dc6;
}

.subItem a {
  margin-left: 23px;
  font: 11px tahoma,verdana,sans-serif;
  text-decoration: none;
  color: #215dc6;
}

.subItemOver {
  margin-left: 10px;
  margin-top: 2px;
  font: 11px tahoma,verdana,sans-serif;
  height: 18px;
  color: #428eff;
}

.subItemOver a {
  margin-left: 23px;
  font: 11px tahoma,verdana,sans-serif;
  cursor: pointer;
  color: #428eff;
  text-decoration: underline;
  cursor: pointer;
}

.drop {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

/**************************** AA - SEARCH CONTENTS *****************************/
.topItem2 {
  display: table;
  text-align: left;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  border: none;
  width: 300px;
  height: 25px;
  color: #000000 !important;
  cursor: pointer;
  text-indent: 10px;
  margin: 0px;
}

.topItem2Over {
  display: table;
  text-align: left;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title-on2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #2D5CA2 !important;
  cursor: pointer;
  margin: 0px;
}

.topItemClose2 {
  display: table;
  text-align: left;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #000000 !important;
  cursor: pointer;
}

.topItemClose2Over {
  display: table;
  text-align: left;
  padding: 0px;
  line-height: 25px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title-on2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 25px;
  width: 300px;
  color: #2D5CA2 !important;
  cursor: pointer;
}

div#bodytext div#annotAgreementXML a.xpsearchlink:link {
  color: #6F7A84 !important;
  font-size: 10pt;
  font-weight: normal !important;
  text-decoration: none !important;
  margin: 0px;
}

div#bodytext div#annotAgreementXML a.xpsearchlink:visited {
  color: #6F7A84 !important;
  font-size: 10pt;
  font-weight: normal !important;
  text-decoration: none !important;
  margin: 0px;
}

div#bodytext div#annotAgreementXML a.xpsearchlink:hover {
  color: #AE6D0D !important;
  font-size: 10pt;
  font-weight: normal !important;
  text-decoration: underline !important;
  margin: 0px;
}

.NormalItem {
  display: table;
  text-align: center;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  border: none;
  /*width: 300px;*/
  height: 20px;
  color: #000000 !important;
  cursor: pointer;
  margin: 0px;
  border: 1px solid #e0e0e0;
}

.NormalItemOver {
  display: table;
  text-align: center;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #2D5CA2 !important;
  cursor: pointer;
  margin: 0px;
  border: 1px solid #e0e0e0;
}

.NormalItemClose {
  display: table;
  text-align: center;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #000000 !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.NormalItemCloseOver {
  display: table;
  text-align: center;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #2D5CA2 !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.NormalItem2 {
  display: table;
  text-align: left;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  border: none;
  /*width: 300px;*/
  height: 20px;
  color: #000000 !important;
  cursor: pointer;
  text-indent: 10px;
  margin: 0px;
  border: 1px solid #e0e0e0;
}

.NormalItem2Over {
  display: table;
  text-align: left;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-up-title-on2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #2D5CA2 !important;
  cursor: pointer;
  margin: 0px;
  border: 1px solid #e0e0e0;
}

.NormalItemClose2 {
  display: table;
  text-align: left;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #000000 !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.NormalItemClose2Over {
  display: table;
  text-align: left;
  padding: 0px;
  padding-top: 2px;
  line-height: 20px;
  text-indent: 10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/images/arrow-down-title-on2.jpg") no-repeat 0 0;
  background-position: right right;
  background-repeat: no-repeat;
  height: 20px;
  /*width: 300px;*/
  color: #2D5CA2 !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.borderXPMenu {
  border: 1px solid #e0e0e0;
}

a {
  outline: none;
}

a:hover {
  outline: none;
}

#nav3 * {
  font: 1.0em Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0.5em;
  float: right;
}

#nav3 li {
  display: inline;
}

#nav3 li * {
  height: 34px;
  float: left;
  cursor: pointer;
  cursor: hand;
}

#nav3 a {
  padding-left: 20px;
  /*border-bottom:solid 15px #000*/
}

#nav3 .right {
  padding-right: 20px;
}

#nav3 .center {
  background: url(/images/3/center.png) left top repeat-x;
  margin-right: -67px;
  min-width: 67px;
  height: 34px;
  padding: 20px 0 8px 12px;
  height: 6px;
}

#nav3 .start {
  background: url(/images/3/farleft.png) left center no-repeat;
  position: relative;
  z-index: 50;
  right: 0;
}

#nav3 .end {
  background: url(/images/3/farright.png) right no-repeat;
  padding-right: 134px;
}

#nav3 a.start:hover {
  background: url(/images/3/farlefthover.png) left center no-repeat;
}

#nav3 a.start:hover .end {
  background: url(/images/3/farrighthover.png) no-repeat right top;
  z-index: 60;
}

#nav3 a.start:hover .center {
  background: url(/images/3/centerhover.png);
  color: #fff;
  height: 33px;
  padding: 14px 0px 14px 12px;
  height: 7px;
}

#nav3 .startSel {
  background: url(/images/3/farleft.png) left center no-repeat;
  position: relative;
  z-index: 60;
  right: 0;
}

#nav3 a.startSel {
  background: url(/images/3/farlefthover.png) left center no-repeat;
}

#nav3 a.startSel .end {
  background: url(/images/3/farrighthover.png) no-repeat right top;
}

#nav3 a.startSel .center {
  background: url(/images/3/centerhover.png);
  color: #fff;
  height: 33px;
  padding: 14px 0px 14px 12px;
  height: 7px;
}

#nav3 .start1 {
  background: url(/images/3/farleft1.png) left center no-repeat;
  margin-left: -52px;
  position: relative;
  z-index: 60;
  /* width:158px;*/
}

#nav3 .start1 .end {
  background: url(/images/3/farright1.png) right no-repeat;
  padding-right: 134px;
}

#nav3 .start1 .center {
  background: url(/images/3/center1.png) left top repeat-x;
  margin-right: -67px;
  min-width: 67px;
  height: 34px;
  padding: 20px 0 8px 12px;
  height: 7px;
}

#nav3 a.start1:hover {
  background: url(/images/3/farlefthover1.png) left center no-repeat;
  position: relative;
  z-index: 60;
}

#nav3 a.start1:hover .end {
  background: url(/images/3/farrighthover1.png) no-repeat right top;
}

#nav3 a.start1:hover .center {
  background: url(/images/3/centerhover1.png);
  color: #fff;
  height: 33px;
  padding: 14px 0px 14px 12px;
  height: 7px;
}

#nav3 a.startSel1 {
  background: url(/images/3/farlefthover1.png) left center no-repeat;
  position: relative;
  z-index: 60;
}

#nav3 a.startSel1 .end {
  background: url(/images/3/farrighthover1.png) no-repeat right top;
}

#nav3 a.startSel1 .center {
  background: url(/images/3/centerhover1.png);
  color: #fff;
  height: 33px;
  padding: 14px 0px 14px 12px;
  height: 7px;
}

#nav3 .start2 {
  background: url(/images/3/farleft2.png) left center no-repeat;
  margin-left: -52px;
  position: relative;
  z-index: 1;
  /*width:158px;*/
}

#nav3 .start2 .end {
  background: url(/images/3/farright2.png) right no-repeat;
  padding-right: 134px;
}

#nav3 .start2 .center {
  background: url(/images/3/center2.png) left top repeat-x;
  margin-right: -67px;
  min-width: 67px;
  height: 34px;
  padding: 20px 0 8px 12px;
  height: 7px;
}

/*#nav3 a.start2:hover{background:url(/images/3/farlefthover2.png) left center no-repeat;position:relative; z-index:60;}*/
#nav3 a.start2:hover {
  background: url(/images/3/farlefthover2.png) left center no-repeat;
  position: relative;
}

#nav3 a.start2:hover .end {
  background: url(/images/3/farrighthover2.png) no-repeat right top;
}

#nav3 a.start2:hover .center {
  background: url(/images/3/centerhover2.png);
  color: #fff;
  height: 33px;
  padding: 14px 0px 14px 12px;
  height: 7px;
}

#nav3 a.startSel2 {
  background: url(/images/3/farlefthover2.png) left center no-repeat;
  position: relative;
  z-index: 70;
}

#nav3 a.startSel2 .end {
  background: url(/images/3/farrighthover2.png) no-repeat right top;
}

#nav3 a.startSel2 .center {
  background: url(/images/3/centerhover2.png);
  color: #fff;
  height: 33px;
  padding: 14px 0px 14px 12px;
  height: 7px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px !important;
  color: #151313 !important;
}

/*.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
            top: -7px;
            right: -9px !important;
        }*/
/*button + iframe.fancybox-iframe {
            padding-top: 20px !important;
        }*/
table, tr, td {
  vertical-align: top;
}

.fa-minus-circle {
  font-size: 20px !important;
  color: Red !important;
}

.fa-clock-o {
  font-size: 14px !important;
  margin-bottom: -2px !important;
  margin-left: 3px !important;
}

.fa-folder-open {
  font-size: 18px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 24px !important;
  vertical-align: top !important;
  color: black !important;
  margin-right: 3px !important;
}

.fa-floppy-o {
  font-size: 18px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 24px !important;
  vertical-align: top !important;
  color: black !important;
}

.fa-bookmark-o {
  color: black !important;
  padding-left: 10px !important;
}

.fa-plus {
  color: white !important;
}

.newsletterpopup .fancybox-content {
  height: 80% !important;
  width: 80% !important;
  padding: 10px;
}

.Sessionpopup .fancybox-content {
  height: 70% !important;
  width: 50% !important;
  padding: 10px;
}

/*a:hover.StickyNotesLink {
            color: #1c449c;
            text-decoration: underline !important;
            font-weight:normal !important;
            
        }
        tr td a:hover {
            text-decoration : underline !important;
        }*/
table, tr, td {
  vertical-align: top;
}

.likeabutton1 {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  text-decoration: none;
  font: menu;
  color: ButtonText;
  display: inline-block;
  padding: 2px 8px;
}

.likeabutton {
  font: menu;
  text-decoration: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  color: ButtonText;
  padding: 2px 8px;
  display: inline-block;
  background-color: buttonface;
  border-top: 1px solid #9A9A9A;
  border-right: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  border-left: 1px solid #9A9A9A;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* modified on 11Dec,2015==================
         Task:Problem with Search and Clear Search icons under Full Text Search */
.cssbuttton:hover {
  background: #ddedfc;
  border: 1px solid #7eb4ea;
  padding: 2px 0;
}

/*.123456789:hover
        {
            background: #ddedfc;
            border: 1px solid #7eb4ea;
            padding: 2px 0;
        }*/
/* ============================================*/
#loadingOnpage-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #D8D8D8;*/
  /* background: #6E6E6E;*/
  /*background: #000000;*/
  background-color: #625D5D;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 82;
}

#loadingOnpage {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 82;
}

#loadingOnpage span {
  /*background: url('ajax-loader.gif') no-repeat left center;*/
  background: url("globe.gif") no-repeat left center;
  /* color: #BDBDBD;*/
  color: White;
  width: 60%;
  height: 30%;
  padding: 60px 70px;
  display: block;
  font-family: Arial;
  font-weight: bold;
}
