@charset "UTF-8";
/*------------------------------------*\
    CONTENTS
\*------------------------------------

1.IMPORTS
	1.1 - Base
	1.2 - Generic utility styles
	1.3 - Objects
	1.4 - Modules
	1.5 - Pages--

*/
/*------------------------------------*\
   1.IMPORTS
\*------------------------------------*/
/**
 * 1.1 - Base
 */
@font-face {
  font-family: 'vaud_display_book';
  src: local("Vaud Display Regular"), url("assets/fonts/vaud_display/vaud_display_book.eot?#iefix") format("embedded-opentype"), url("assets/fonts/vaud_display/vaud_display_book.woff2") format("woff2"), url("assets/fonts/vaud_display/vaud_display_book.woff") format("woff"), url("assets/fonts/vaud_display/vaud_display_book.ttf") format("truetype"), url("assets/fonts/vaud_display/vaud_display_book.svg#vaud_display_book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'vaud_display_medium';
  src: local("Vaud Display Regular"), url("assets/fonts/vaud_display/vaud_display_medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/vaud_display/vaud_display_medium.woff2") format("woff2"), url("assets/fonts/vaud_display/vaud_display_medium.woff") format("woff"), url("assets/fonts/vaud_display/vaud_display_medium.ttf") format("truetype"), url("assets/fonts/vaud_display/vaud_display_medium.svg#vaud_display_medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'vaud_display_bold';
  src: local("Vaud Display Regular"), url("assets/fonts/vaud_display/vaud_display_bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/vaud_display/vaud_display_bold.woff2") format("woff2"), url("assets/fonts/vaud_display/vaud_display_bold.woff") format("woff"), url("assets/fonts/vaud_display/vaud_display_bold.ttf") format("truetype"), url("assets/fonts/vaud_display/vaud_display_bold.svg#vaud_display_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'vaud_display_semibold';
  src: local("Vaud Display Regular"), url("assets/fonts/vaud_display/vaud_display_semibold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/vaud_display/vaud_display_semibold.woff2") format("woff2"), url("assets/fonts/vaud_display/vaud_display_semibold.woff") format("woff"), url("assets/fonts/vaud_display/vaud_display_semibold.ttf") format("truetype"), url("assets/fonts/vaud_display/vaud_display_semibold.svg#vaud_display_semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'vaud_display_extrabold';
  src: local("Vaud Display Regular"), url("assets/fonts/vaud_display/vaud_display_extrabold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/vaud_display/vaud_display_extrabold.woff2") format("woff2"), url("assets/fonts/vaud_display/vaud_display_extrabold.woff") format("woff"), url("assets/fonts/vaud_display/vaud_display_extrabold.ttf") format("truetype"), url("assets/fonts/vaud_display/vaud_display_extrabold.svg#vaud_display_extrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'vaud_display_extrabold_italic';
  src: local("Vaud Display Italic"), url("assets/fonts/vaud_display/vaud_display_extrabold_italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/vaud_display/vaud_display_extrabold_italic.woff2") format("woff2"), url("assets/fonts/vaud_display/vaud_display_extrabold_italic.woff") format("woff"), url("assets/fonts/vaud_display/vaud_display_extrabold_italic.ttf") format("truetype"), url("assets/fonts/vaud_display/vaud_display_extrabold_italic.svg#vaud_display_extrabold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ivt";
  src: url("assets/fonts/ivt/ivt-icons.eot");
  src: url("assets/fonts/ivt/ivt-icons.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ivt/ivt-icons.woff") format("woff"), url("assets/fonts/ivt/ivt-icons.ttf") format("truetype"), url("assets/fonts/ivt/ivt-icons.svg#ivt") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * 1.2 - Generic utility styles
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*\
    $FONTS
\*------------------------------------*/
/**
 * Font Variables
 */
/*------------------------------------*\
    $FONTS
\*------------------------------------*/
/**
 * Font Variables
 */
/*
--------------

BREAKPOINTS AND ASSIGNED SITE WIDTHS. THESE ARE TO BE COMMON FOR ALL MEDIA QUERY DECLARATIONS.

 */
/*------------------------------------*\
    $GENERIC SIZES
\*------------------------------------*/
/**
 * Setting size variables to different elements
 */
/*------------------------------------*\
    $COLOURS
\*------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/** 
* Apply a natural box layout model to all elements, but allowing components to change
*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*\
    CONTENTS
\*------------------------------------

1.GENERIC
2.RESPONSIVE
*/
/*------------------------------------*\
   1.GENERIC
\*------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

form, fieldset, img {
  border: 0 none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: 0 none; }

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #dfe4f1;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 1px; }

.clearfix::after, .site-container:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0; }

* html .clearfix {
  height: 1%; }

.clearfix, .site-container {
  display: block; }

body {
  background: white;
  color: #8c8788;
  font: 16px "", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%; }

.recordDetail {
  overflow-x: hidden; }

p {
  color: #8c8788;
  font-family: "vaud_display_book", arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em; }

a {
  color: #b4cc2d;
  text-decoration: none; }

a:hover {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  text-align: center; }

h2 {
  color: #3e465e;
  font-family: "vaud_display_extrabold";
  font-size: 34px;
  line-height: 44px;
  margin-top: 80px;
  margin-bottom: 30px; }

h6 {
  color: #2a57aa;
  font-family: "vaud_display_semibold";
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin: 20px 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ul, ol {
  color: #8a8e99;
  font-family: "vaud_display_book";
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 30px; }

ul li {
  padding-left: 20px; }
  ul li:before {
    color: #b2c927;
    content: '\00b7';
    display: inline-block;
    font-size: 36px;
    line-height: 1px;
    position: relative;
    top: 7px;
    left: -20px;
    margin: 0;
    width: 0; }

ol {
  counter-reset: my-badass-counter; }
  ol li:before {
    color: #b2c927;
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    display: inline-block;
    margin: 0 15px; }

footer ul, #mobile_menu ul {
  margin: 0; }
  footer ul li:before, #mobile_menu ul li:before {
    display: none;
    line-height: 5px;
    margin: 30px 0 0 0; }

ul#mainNav {
  margin: 0 auto; }
  ul#mainNav li {
    top: 7px; }
    ul#mainNav li:before {
      display: none; }

blockquote, blockquote p {
  background: none;
  color: #b2c927;
  font-family: "vaud_display_extrabold_italic";
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.012em;
  margin: 0 auto;
  max-width: 430px;
  width: 100%; }
  blockquote .quote-from, blockquote p .quote-from {
    margin: -23px 0 0px; }
    blockquote .quote-from span.name, blockquote p .quote-from span.name {
      color: #3e465e;
      display: block;
      font-family: "vaud_display_semibold";
      font-size: 15px;
      line-height: 24px;
      margin: 0;
      text-align: center; }
    blockquote .quote-from span.from, blockquote p .quote-from span.from {
      color: #a1a5b2;
      display: block;
      font-family: "vaud_display_book";
      font-size: 15px;
      line-height: 24px;
      margin: 0;
      text-align: center; }

.site-container {
  max-width: 1152px;
  margin: 0 auto;
  position: relative;
  width: 100%; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.right, .right-side {
  position: relative;
  float: right; }
  .right .viewall, .right-side .viewall {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 15px; }

.left, .left-side, .lhs {
  float: left;
  position: relative; }

.lhs {
  padding: 0 10px; }

.rhs {
  float: left; }

figure img.right, img.right {
  margin: 0 0 20px 30px; }
figure img.left, img.left {
  margin: 0 30px 20px 0px; }

figure img {
  max-width: 100%;
  width: 100%; }

figcaption {
  font-size: 0.786em;
  position: relative;
  text-transform: uppercase;
  top: -20px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(247, 247, 247, 0.98);
  z-index: 1; }

.sticky-wrapper, #head-top {
  position: relative;
  z-index: 10; }

#site-wrapper {
  min-height: calc(100% - 140px);
  overflow-x: hidden; }
  #site-wrapper:after {
    content: "";
    display: block;
    height: 0; }

input::-webkit-input-placeholder {
  opacity: 1; }

input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

input:-ms-input-placeholder {
  opacity: 1; }

.close {
  color: white;
  position: relative;
  transition: background 0.3s ease; }

.half {
  width: calc(50% - 10px); }

.full-width {
  margin-bottom: 82px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(242, 242, 242, 0.4) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(242, 242, 242, 0.4) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(242, 242, 242, 0.4) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  padding: 0 20px 10px; }

.ivtbenefits1Section .full-width {
  margin-bottom: 0; }

.push-bottom {
  margin-bottom: 72px; }

/* mjAccordian
----------------------------------*/
.mj_accordion {
  padding: 0;
  margin: 0 0 30px;
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }
  .mj_accordion li:before {
    display: none; }

.mj_accordion > li .mj_accordion_item p {
  color: #2a57aa;
  font-family: "vaud_display_semibold";
  font-size: 16px;
  line-height: 92px;
  margin-bottom: 0 !important; }

.mj_accordion .mj_accordion_item {
  padding: 0 40px;
  position: relative;
  margin-top: 0; }
  .mj_accordion .mj_accordion_item:after {
    color: #babfcd;
    font-family: "ivt";
    content: "\e001";
    display: block;
    position: absolute;
    font-size: 8px;
    right: 40px;
    top: 40px;
    transition: all 0.3s ease; }

.mj_accordion .mj_accordion_item:hover {
  background: #eee; }

.mj_accordion .mj_accordion_item.active:after {
  color: #2a57aa;
  transform: rotate(45deg);
  transition: all 0.3s ease; }

.mj_accordion .mj_accordion_item.off p {
  color: #8a8e99; }

.mj_accordion_trigger_close {
  display: none; }

/* Download
----------------------------------*/
.downloadtext {
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(46, 46, 46, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(46, 46, 46, 0.15);
  box-shadow: 0 1px 3px rgba(46, 46, 46, 0.15);
  display: inline-block;
  padding: 15px 41px 17px;
  margin: 0 17px 10px 0; }
  .downloadtext:before {
    content: '\e00f';
    left: -20px;
    display: inline-block;
    font-family: '';
    margin-right: -5px;
    position: relative;
    speak: none; }

/* Alerts & Notifications
----------------------------------*/
.main-content {
  padding-bottom: 29px;
  position: relative; }

.one-half {
  width: 50%; }

/*------------------------------------*\
   2.RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 930px) {
  .site-container {
    padding: 16px 25px 0px 25px; } }
@media only screen and (max-width: 620px) {
  .left, .right {
    clear: both;
    float: none;
    max-width: 100%;
    width: 100%; }

  #supporters .lhs, #supporters .rhs {
    margin-bottom: 40px;
    width: 100%; } }
/**
 * 1.3 - Objects
 */
.btn {
  border-radius: 5px;
  display: inline-block;
  font-family: "vaud_display_medium";
  font-size: 13px;
  min-width: 100px;
  padding: 0px;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  transition: all 0.3s ease; }
  .btn:after {
    content: '';
    border-radius: 5px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.15);
    display: block;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1; }
  .btn--small {
    height: 38px;
    line-height: 38px; }
    .btn--small:after {
      height: 40px; }
  .btn--big {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    min-width: 150px; }
    .btn--big:after {
      height: 52px; }
  .btn:hover {
    text-decoration: none; }
  .btn--action {
    background: #b4cc2d;
    box-shadow: 0px 3px 2px #a2b629;
    color: #fff; }
    .btn--action span {
      color: #fff; }
    .btn--action:hover {
      background: #bfd930; }
  .btn--more {
    background: #2a57aa;
    box-shadow: 0px 3px 2px #254c94;
    color: #fff; }
    .btn--more span {
      color: #fff; }
  .btn--search {
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    color: rgba(158, 149, 140, 0.5); }

.submit, .back {
  border: none;
  border-radius: 5px;
  background: #b4cc2d;
  box-shadow: 0px 3px 2px #a2b629;
  color: #fff;
  display: inline-block;
  font-family: "vaud_display_medium";
  font-size: 14px;
  min-width: 100px;
  padding: 0px;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  transition: all 0.3s ease;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  min-width: 150px; }
  .submit span, .back span {
    color: #fff; }
  .submit:hover, .back:hover {
    background: #bfd930; }
  .submit:after, .back:after {
    content: '';
    border-radius: 5px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.15);
    display: block;
    height: 52px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1; }

.session_preferences_table a {
  padding: 5px; }

.editOrder {
  margin-top: 10px; }

/*------------------------------------*\
   2.RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 930px) {
  .btn {
    font-size: 13px;
    min-width: 72px; } }
@media only screen and (max-width: 767px) {
  form .btn {
    min-width: 100%; }
    form .btn#mobileToggle {
      min-width: 72px; } }
[data-icon]:before {
  font-family: "ivt";
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ivt";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alone {
  display: inline-block; }
.icon-after[data-icon]:before {
  content: ""; }
.icon-after[data-icon]:after {
  content: attr(data-icon);
  position: relative;
  display: inline-block;
  font-family: '';
  margin-left: 10px;
  speak: none; }
.icon-download {
  -webkit-box-shadow: 0 3px 0 #254c94;
  -moz-box-shadow: 0 3px 0 #254c94;
  box-shadow: 0 3px 0 #254c94;
  background: #2a57aa;
  border-radius: 5px;
  border: 1px solid rgba(245, 245, 245, 0.1);
  color: #fff;
  display: inline-block;
  font-family: "vaud_display_semibold";
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin: 0 17px 13px 0;
  padding: 0px 40px;
  position: relative;
  transition: all 0.3s ease; }
  .icon-download:before {
    color: #b4cc2d;
    content: '';
    left: -20px;
    display: inline-block;
    margin-right: -5px;
    position: relative;
    speak: none;
    top: 2px; }
  .icon-download:after {
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: 3px; }
  .icon-download.mp3:before {
    content: "\e002"; }
  .icon-download.doc:before {
    content: "\e003"; }
  .icon-download.pdf:before {
    content: "\e004"; }
  .icon-download.plain:before {
    content: "\e005"; }
  .icon-download.mp4:before {
    content: "\e006"; }
  .icon-download.xls:before {
    content: "\e007"; }
  .icon-download.zip:before {
    content: "\e008"; }
  .icon-download .file_size {
    opacity: 0.6; }

.circle {
  border-radius: 50%;
  overflow: hidden; }
  .circle--sml {
    height: 40px !important;
    width: 40px !important; }

/*------------------------------------*\
    OWL-CAROUSEL
\*------------------------------------*/
#slider-section {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%; }

#home .item {
  position: relative;
  max-width: 756px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 0;
  text-align: center; }
#home .slider--intro .btn {
  margin-top: 30px; }
#home .slider--intro p {
  margin: 0 auto;
  max-width: 480px;
  width: 100%; }
#home .slider--intro h1 {
  color: #51586e;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-family: "vaud_display_extrabold"; }
#home .slider--image {
  position: relative; }
  #home .slider--image img {
    height: 282px;
    margin-bottom: 0;
    width: auto; }
  #home .slider--image:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #becdd6;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #becdd6));
    position: relative;
    bottom: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
#home .slider .owl-theme .owl-pagination {
  position: relative;
  bottom: 30px; }

#innerpage .innerbanner {
  margin-bottom: 50px; }
#innerpage .item {
  position: relative;
  max-width: 100%;
  margin: 0;
  text-align: center; }
  #innerpage .item img {
    height: auto;
    width: 100%; }
  #innerpage .item .slider--intro {
    display: none;
    left: 50%;
    position: absolute;
    top: calc(50% - 100px);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px; }
    #innerpage .item .slider--intro h2, #innerpage .item .slider--intro h2 p {
      color: #fff;
      font-family: "vaud_display_bold";
      font-weight: normal;
      font-size: 40px;
      line-height: 44px;
      max-width: 455px;
      width: 100%;
      margin: 0 auto; }
    #innerpage .item .slider--intro h5, #innerpage .item .slider--intro h5 p {
      color: #b4cc2d;
      font-family: "vaud_display_medium";
      font-weight: normal;
      font-size: 15px;
      line-height: 46px; }

#slider-container {
  position: relative; }

.owl-theme .owl-controls .owl-buttons div span {
  color: #dbe4e9;
  font-size: 16px; }

.owl-theme .owl-controls .owl-buttons div.owl-next {
  transform: rotate(180deg); }

/*------------------------------------*\
   2.RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 930px) {
  #innerpage .slider--intro h2 {
    font-size: 34px;
    line-height: 40px; }
  #innerpage .slider--image img {
    height: 400px;
    left: 50%;
    margin: 0 auto;
    min-width: 100%;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: auto; }

  #slider .item {
    padding: 55px 20px; } }
@media only screen and (max-width: 620px) {
  #innerpage .item .slider--intro {
    top: calc(50% - 78px); }
    #innerpage .item .slider--intro h2, #innerpage .item .slider--intro h2 p {
      font-size: 28px;
      line-height: 32px; }
  #innerpage .bottom-banner .item .slider--intro {
    text-align: center !important;
    top: calc(50% - 118px); }
    #innerpage .bottom-banner .item .slider--intro h1 {
      text-align: center !important; } }
@media only screen and (max-width: 480px) {
  #innerpage .bottom-banner .slider--image img {
    left: 0; } }
input[type="text"], input[type="password"] {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  color: #a1a5b2;
  display: block;
  font-family: "vaud_display_book";
  font-size: 14px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  float: left;
  margin: 0 0 30px 0;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none; }

.ivtformsSection label {
  display: block;
  margin-bottom: 5px; }
.ivtformsSection fieldset.radio {
  margin-top: 20px; }
  .ivtformsSection fieldset.radio table {
    float: left;
    width: 25%; }
.ivtformsSection table tr:first-child {
  border-bottom: none; }
.ivtformsSection table th, .ivtformsSection table td {
  padding: 0; }

.search_form {
  display: none; }

.search_returned {
  font-size: 34px; }

ul.search_list li {
  padding-left: 0; }
  ul.search_list li:before {
    display: none; }

.cart_table, table.text {
  margin-top: '';
  text-align: left; }
  .cart_table th, .cart_table td, table.text th, table.text td {
    border: 1px solid #ccc;
    padding: 5px; }

.eventsSection form[name="my_form"] .form table, .conference1Section form[name="my_form"] .form table {
  width: 100%; }
  .eventsSection form[name="my_form"] .form table th, .conference1Section form[name="my_form"] .form table th {
    text-align: left; }
.eventsSection form[name="my_form"] .form input, .eventsSection form[name="my_form"] .form select, .conference1Section form[name="my_form"] .form input, .conference1Section form[name="my_form"] .form select {
  width: auto; }
.eventsSection form[name="my_form"] #addressdetails_div table, .conference1Section form[name="my_form"] #addressdetails_div table {
  width: 100%; }
  .eventsSection form[name="my_form"] #addressdetails_div table th, .conference1Section form[name="my_form"] #addressdetails_div table th {
    text-align: left; }

.fieldset_title {
  display: none; }

table {
  font-family: "vaud_display_book";
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px; }
  table th {
    background: #2a57aa;
    color: #fff;
    font-family: "vaud_display_semibold";
    font-weight: normal;
    text-align: left; }
  table th, table td {
    padding: 42px; }
  table tr {
    border: 1px solid #f2f2f2; }
    table tr:nth-child(even) {
      background: #f7f7f7; }

/*------------------------------------*\
   2.RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 930px) {
  table tr {
    background: none !important; } }
.listItem {
  border-bottom: 2px solid #7cd7d6; }
  .listItem:before {
    display: none; }

.no-bullets {
  margin: 0 0 30px 0; }

/*------------------------------------*\
   2.RESPONSIVE
\*------------------------------------*/
/* POPUP --------------------------------*/
.popup-wrapper {
  display: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11; }

.popup {
  background: #fff;
  border-radius: 2px;
  height: 382px;
  max-width: 320px;
  padding: 40px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.18); }
  .popup:before {
    background: url("../assets/images/backgrounds/paint.png") center center no-repeat;
    content: '';
    height: 543px;
    margin-left: -250px;
    margin-top: -70px;
    position: absolute;
    width: 692px;
    z-index: -1; }
  .popup form.form.member-login {
    max-width: 320px;
    margin: 0px auto;
    padding-top: 10px;
    width: 100%;
    overflow: hidden; }
    .popup form.form.member-login legend {
      font-family: 'opensans-bold', arial, sans-serif;
      font-weight: normal;
      font-size: 20px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 32px; }
    .popup form.form.member-login button[name="login"], .popup form.form.member-login #forgottenPassword {
      text-align: center; }
    .popup form.form.member-login button[name="login"] {
      border: none;
      width: 100%; }
    .popup form.form.member-login #forgottenPassword a {
      color: #69bd44;
      display: block;
      font-family: "vaud_display_bold";
      font-size: 15px;
      margin-top: 25px;
      text-decoration: none; }
      .popup form.form.member-login #forgottenPassword a:hover {
        text-decoration: underline; }
    .popup form.form.member-login input {
      border-radius: 25px;
      font-family: "proxima_nova_condbold";
      font-size: 14px;
      line-height: 46px;
      height: 46px;
      min-width: 150px;
      padding: 0px;
      text-align: center;
      letter-spacing: 0.03em;
      border: 1px solid #e5e1e2;
      margin-bottom: 10px;
      width: 100%; }

.close {
  background: none;
  border: none;
  cursor: pointer;
  height: 15px;
  position: relative;
  top: 0;
  left: 100%;
  width: 16px; }
  .close:before {
    cursor: pointer;
    color: #b9b9b9;
    content: '\e002';
    display: block;
    font-family: '';
    font-size: 12px;
    position: relative; }

@media only screen and (max-width: 400px) {
  .popup {
    max-width: 280px; } }
/* ANIMATION --------------------------------*/
@keyframes dot1 {
  from {
    transform: rotate(45deg); }
  to {
    transform: rotate(405deg); } }
@keyframes dot2 {
  from {
    transform: rotate(65deg); }
  to {
    transform: rotate(425deg); } }
@keyframes dot3 {
  from {
    transform: rotate(-65deg); }
  to {
    transform: rotate(435deg); } }
@keyframes dot4 {
  from {
    transform: rotate(-90deg); }
  to {
    transform: rotate(270deg); } }
@keyframes inner-circle {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
@keyframes pulse {
  0% {
    transform: scale(0.7, 0.7); }
  50% {
    transform: scale(1, 1); }
  100% {
    transform: scale(0.7, 0.7); } }
@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #e1e1e1; }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(225, 225, 225, 0); } }
.dot {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  position: absolute;
  box-sizing: inherit;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.85);
  -moz-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.85);
  top: 0px; }
  .dot:before {
    background: url("assets/images/elements/Trail2.png") center 10px no-repeat;
    content: '';
    display: block;
    height: 16px;
    width: 200px;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    position: relative;
    top: -4px;
    left: -90px; }
  .dot:hover:before {
    background-position: center 10px; }
  .dot div {
    background: #bed630;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.85);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.85);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 0px; }
    .dot div:hover {
      border: 2px solid #fff; }

#dot1 {
  animation: dot1 160s linear infinite;
  transform-origin: 50% 372px; }

#dot2 {
  animation: dot2 70s linear infinite;
  transform-origin: 50% 313px; }

#dot3 {
  animation: dot3 74s linear infinite;
  transform-origin: 50% 372px; }

#dot4 {
  animation: dot4 68s linear infinite;
  transform-origin: 50% 313px; }

.dot > div {
  animation: out 1.5s ease-out infinite;
  cursor: pointer; }

.tabs-spot {
  display: block !important; }

#tabs {
  margin: 0 auto;
  overflow: hidden;
  width: 756px; }
  #tabs .image {
    float: left;
    margin-right: 0.06%;
    max-width: 348px;
    width: 46%; }
    #tabs .image img {
      width: 100%; }
  #tabs .content {
    float: right;
    width: 50%; }
    #tabs .content h2 {
      font-size: 28px;
      text-align: left;
      margin-bottom: 10px; }

/*------------------------------------*\
   2.RESPONSIVE
\*------------------------------------*/
/**
 * 1.4 - Modules
 */
/*------------------------------------*\
    CONTENTS
\*------------------------------------

1.DESKTOP
2.MOBILE
3.RESPONSIVE
*/
#head-top {
  -moz-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.05);
  height: 34px;
  background: #f7f7f7; }
  #head-top a {
    color: rgba(18, 31, 66, 0.6);
    display: block;
    font-family: '$font-semibold', arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 24px;
    padding: 6px 51px 9px 42px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.045em; }
    #head-top a span#ivt {
      height: 19px;
      display: block;
      float: left;
      margin-top: 2px;
      margin-right: 9px;
      margin-left: 10px;
      width: 34px; }
      #head-top a span#ivt img {
        height: auto;
        width: 100%; }

#head-container {
  background: #fff;
  margin: 0 auto;
  top: 0;
  width: 100%;
  z-index: 1000; }
  #head-container.stuck {
    position: fixed;
    top: 0; }
  #head-container li:before {
    display: none; }
  #head-container .header-links {
    z-index: 1000; }
    #head-container .header-links #head-bottom {
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); }
      #head-container .header-links #head-bottom .site-container {
        padding: 16px 51px 0px 42px;
        position: inherit; }
      #head-container .header-links #head-bottom #logo-container {
        float: left;
        margin-right: 44px;
        max-width: 156px;
        width: 100%; }
        #head-container .header-links #head-bottom #logo-container img {
          width: 100%; }
      #head-container .header-links #head-bottom #navigation {
        float: left; }
      #head-container .header-links #head-bottom .options {
        float: right;
        margin-top: 11px; }
        #head-container .header-links #head-bottom .options li {
          float: left;
          padding-left: 0; }
          #head-container .header-links #head-bottom .options li:first-child {
            margin-right: 9px; }
          #head-container .header-links #head-bottom .options li#mobileToggle {
            display: none; }
  #head-container .extension {
    display: none;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1; }
  #head-container #search-section {
    display: none; }
  #head-container #headsearch button[type="submit"] {
    display: none; }
  #head-container #headsearch input {
    background: none;
    border: none;
    box-shadow: none;
    color: #3e465e;
    display: block;
    font-family: "vaud_display_extrabold";
    font-weight: normal;
    font-size: 34px;
    line-height: 44px;
    margin: 60px auto;
    text-align: center;
    width: 100%; }
  #head-container #enquiry, #head-container #enquiry_mobile {
    margin: 0 auto;
    width: 540px; }
    #head-container #enquiry h3, #head-container #enquiry_mobile h3 {
      margin: 60px auto 26px; }
    #head-container #enquiry p, #head-container #enquiry_mobile p {
      margin-bottom: 30px; }
    #head-container #enquiry input[type="text"], #head-container #enquiry input[type="url"], #head-container #enquiry input[type="email"],
    #head-container #enquiry input[type="tel"], #head-container #enquiry select, #head-container #enquiry_mobile input[type="text"], #head-container #enquiry_mobile input[type="url"], #head-container #enquiry_mobile input[type="email"],
    #head-container #enquiry_mobile input[type="tel"], #head-container #enquiry_mobile select {
      background: #f7f7f7;
      border-radius: 5px;
      border: 1px solid #f7f7f7;
      color: #a1a5b2;
      display: block;
      float: left;
      font-family: "vaud_display_book";
      font-size: 14px;
      line-height: 50px;
      margin: 5px;
      max-width: calc(50% - 10px);
      padding: 0 20px;
      position: relative;
      width: 100%;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
      -webkit-appearance: none; }
    #head-container #enquiry button[type="submit"].btn--action, #head-container #enquiry_mobile button[type="submit"].btn--action {
      border: none;
      max-width: 530px;
      margin: 20px auto;
      width: 100%;
      -webkit-appearance: none; }
    #head-container #enquiry .close-form, #head-container #enquiry_mobile .close-form {
      border: none;
      background: none;
      color: #b4cc2d;
      font-family: "vaud_display_semibold";
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 80px; }
  #head-container #enquiry_mobile {
    width: 100%; }

/*------------------------------------*\
   1.DESKTOP
\*------------------------------------*/
header {
  color: #3e465e;
  display: block;
  font-family: "vaud_display_extrabold";
  font-weight: normal;
  font-size: 34px;
  line-height: 44px;
  margin: 60px auto;
  text-align: center; }

/*------------------------------------*\
   3.RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  #head-container .header-links #head-bottom #logo-container {
    max-width: 160px;
    margin-right: 42px;
    margin-top: 4px; }
  #head-container .header-links #head-bottom .site-container {
    padding: 15px 47px 0px 41px; }
  #head-container .header-links #head-bottom .options {
    margin-top: 16px; } }
@media only screen and (max-width: 480px) {
  #head-container #enquiry_mobile input, #head-container #enquiry_mobile select, #head-container #enquiry_mobile textarea {
    clear: both;
    float: none;
    max-width: 100% !important; } }
@media only screen and (max-width: 620px) {
  #head-container .header-links #head-bottom #logo-container {
    max-width: 121px;
    margin-right: 32px; }
  #head-container .header-links #head-bottom .site-container {
    padding: 15px 27px 0px 15px; }
  #head-container .header-links #head-bottom .options {
    margin-top: 2px; }
  #head-container #enquiry, #head-container #enquiry_mobile {
    margin: 0 auto;
    width: 100%; }
    #head-container #enquiry h3, #head-container #enquiry_mobile h3 {
      margin: 60px auto 26px;
      font-size: 24px; }
    #head-container #enquiry p, #head-container #enquiry_mobile p {
      margin-bottom: 30px; }
    #head-container #enquiry input[type="text"], #head-container #enquiry input[type="url"], #head-container #enquiry input[type="email"],
    #head-container #enquiry input[type="tel"], #head-container #enquiry select, #head-container #enquiry_mobile input[type="text"], #head-container #enquiry_mobile input[type="url"], #head-container #enquiry_mobile input[type="email"],
    #head-container #enquiry_mobile input[type="tel"], #head-container #enquiry_mobile select {
      clear: both;
      float: none;
      margin: 9px;
      max-width: 100%; } }
/*------------------------------------*\
    CONTENTS
\*------------------------------------

1.DESKTOP
2.MOBILE
3.RESPONSIVE
*/
/*------------------------------------*\
   1.DESKTOP
\*------------------------------------*/
#head-top ul li {
  display: inline-block;
  list-style: none; }
  #head-top ul li a {
    color: #8c8788;
    font-family: "vaud_display_semibold";
    font-size: 15px;
    font-weight: normal;
    line-height: 26px; }

#mainNav, #topnav {
  float: left; }
  #mainNav > li, #topnav > li {
    border-bottom: 4px solid white;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin: 10px 12px 0;
    padding-bottom: 15px;
    padding-left: 0; }
    #mainNav > li.fade > a, #topnav > li.fade > a {
      opacity: 0.5;
      transition: all 0.3s ease; }
    #mainNav > li > a, #topnav > li > a {
      display: block;
      line-height: 57px !important; }
    #mainNav > li:first-child, #topnav > li:first-child {
      margin-left: 0; }
    #mainNav > li:last-child, #topnav > li:last-child {
      margin-right: 0; }
    #mainNav > li > ul, #topnav > li > ul {
      display: none; }
    #mainNav > li:hover, #topnav > li:hover {
      border-bottom: 4px solid #b4cc2d; }
    #mainNav > li.on, #topnav > li.on {
      border-bottom: 4px solid #b4cc2d; }
  #mainNav li a, #topnav li a {
    color: #51586e;
    font-family: "vaud_display_medium";
    font-size: 14px;
    font-weight: normal;
    line-height: 16px !important s;
    transition: all 0.3s ease; }
  #mainNav .submenu-container, #topnav .submenu-container {
    -moz-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.25);
    background: white;
    display: none;
    left: 0;
    max-height: 536px;
    min-height: 250px;
    padding: 30px 20px;
    position: absolute;
    text-align: left;
    top: 99px;
    width: 100%;
    z-index: 95; }
    #mainNav .submenu-container .blurb, #topnav .submenu-container .blurb {
      margin: 7px auto 30px;
      padding-left: 242px;
      padding-right: 9%;
      width: 100%;
      max-width: 1152px; }
      #mainNav .submenu-container .blurb .blurb, #topnav .submenu-container .blurb .blurb {
        padding: 0; }
    #mainNav .submenu-container .links-container, #topnav .submenu-container .links-container {
      max-width: 672px;
      margin: 0 auto; }
    #mainNav .submenu-container ul, #topnav .submenu-container ul {
      margin: 0;
      padding-right: 9%;
      width: 100%;
      max-width: 482px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    #mainNav .submenu-container li, #topnav .submenu-container li {
      display: block;
      line-height: 14px;
      margin-bottom: 10px;
      padding-left: 5px; }
      #mainNav .submenu-container li a, #topnav .submenu-container li a {
        color: #2a57aa;
        display: block;
        height: 20px;
        line-height: 20px; }
    #mainNav .submenu-container #portal input[type="text"], #mainNav .submenu-container #portal input[type="password"], #topnav .submenu-container #portal input[type="text"], #topnav .submenu-container #portal input[type="password"] {
      background: #f7f7f7;
      border: 1px solid #f7f7f7;
      border-radius: 5px;
      color: #a1a5b2;
      display: block;
      font-family: "vaud_display_book";
      font-size: 14px;
      line-height: 50px;
      padding: 0 20px;
      position: relative;
      float: left;
      margin: 5px;
      max-width: calc(50% - 10px);
      width: 100%;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
      -webkit-appearance: none; }
    #mainNav .submenu-container #portal button[type="submit"].btn--action, #topnav .submenu-container #portal button[type="submit"].btn--action {
      border: none;
      margin: 20px auto;
      width: 100%;
      -webkit-appearance: none; }
    #mainNav .submenu-container #portal #forgottenPassword, #topnav .submenu-container #portal #forgottenPassword {
      text-align: center; }
      #mainNav .submenu-container #portal #forgottenPassword a, #topnav .submenu-container #portal #forgottenPassword a {
        color: #b4cc2d;
        font-family: "vaud_display_semibold"; }
    #mainNav .submenu-container #portal p, #topnav .submenu-container #portal p {
      margin-bottom: 30px; }
    #mainNav .submenu-container ul, #topnav .submenu-container ul {
      left: 100%;
      top: 0; }

/*------------------------------------*\
   2.MOBILE
\*------------------------------------*/
#mobile_menu {
  background: #fff;
  display: none;
  left: 0;
  padding-bottom: 60px;
  position: absolute;
  text-align: left;
  top: 85px;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  #mobile_menu > ul {
    margin: 0 auto;
    max-width: 1152px;
    padding: 0 51px 80px 42px;
    overflow-y: auto; }
    #mobile_menu > ul li {
      clear: both;
      float: none;
      margin: 0;
      padding-left: 0; }
      #mobile_menu > ul li:hover > a {
        color: #69bd44; }
      #mobile_menu > ul li.on a, #mobile_menu > ul li.on a:hover {
        color: #69bd44; }
      #mobile_menu > ul li a {
        font-family: "vaud_display_medium";
        color: #51586e;
        display: block;
        font-size: 15px;
        font-weight: normal;
        line-height: 17px;
        padding: 15px 0;
        position: relative; }
        #mobile_menu > ul li a:hover {
          color: #69bd44; }
      #mobile_menu > ul li #mobile_headsearch {
        display: none; }
      #mobile_menu > ul li ul {
        display: none; }
      #mobile_menu > ul li.menuIsParent span.icon-after {
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 10px;
        color: #b9b9b9; }
      #mobile_menu > ul li.menuIsParent .submenu-container {
        display: none; }
        #mobile_menu > ul li.menuIsParent .submenu-container ul {
          padding: 0; }
  #mobile_menu.active {
    display: block; }
    #mobile_menu.active > ul {
      display: block; }
  #mobile_menu #search-section {
    display: block; }
    #mobile_menu #search-section #headsearch input {
      font-size: 14px;
      margin: 10px auto; }
  #mobile_menu #portal p {
    margin-bottom: 20px; }
  #mobile_menu #portal input {
    margin-bottom: 10px; }
  #mobile_menu #portal #forgottenPassword {
    margin-top: 10px;
    text-align: center; }
  #mobile_menu .fade {
    opacity: 0.4; }
  #mobile_menu .active .fade {
    opacity: 1; }
  #mobile_menu .active li a {
    color: #2a57aa; }

/*------------------------------------*\
   3.RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 930px) {
  #head-top .site-container {
    padding: 6px 25px 0px 17px; }
  #head-top a {
    padding: 0; }

  #mainNav > li {
    margin: 0 5px;
    padding-bottom: 5px; }
    #mainNav > li a {
      font-size: 13px; } }
@media only screen and (max-width: 767px) {
  #navigation {
    display: none; }

  #head-container .header-links #head-bottom .options > li {
    display: none; }
  #head-container .header-links #head-bottom .options li#mobileToggle {
    display: block; } }
footer {
  padding: 35px 0;
  background: #f7f7f7; }
  footer .footer-container {
    max-width: 756px;
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
    width: 100%; }
    footer .footer-container .aussiemade {
      float: left;
      max-width: 66px;
      width: 100%; }
      footer .footer-container .aussiemade img {
        width: 100%; }
    footer .footer-container .textstuff {
      float: left;
      text-align: left;
      margin-left: 20px;
      width: calc(100% - 330px); }
      footer .footer-container .textstuff h6, footer .footer-container .textstuff p {
        color: #1c1f2b;
        font-family: "vaud_display_medium";
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        margin: 5px 0 0;
        text-align: left; }
      footer .footer-container .textstuff p {
        opacity: 0.5; }
    footer .footer-container li {
      display: inline-block;
      margin: 0 6px 30px; }
      footer .footer-container li:last-child {
        margin: 0 0 30px; }
      footer .footer-container li a {
        color: #1c1f2b;
        font-family: "vaud_display_medium";
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        opacity: 0.8; }
    footer .footer-container #innerenquire {
      border-bottom: 1px solid #e5e1e2;
      margin-bottom: 20px; }
      footer .footer-container #innerenquire .site-container > h3 {
        display: none; }
      footer .footer-container #innerenquire p {
        color: #3e465e;
        float: left;
        font-family: "vaud_display_extrabold";
        font-size: 18px;
        line-height: 26px;
        padding-top: 7px;
        text-align: left;
        width: calc(100% - 180px); }
      footer .footer-container #innerenquire .btn--action {
        background: #2a57aa;
        box-shadow: 0 3px 2px #254c94;
        float: right; }
        footer .footer-container #innerenquire .btn--action:hover {
          opacity: 0.8; }
    footer .footer-container #footer-bottom {
      padding: 0px; }
      footer .footer-container #footer-bottom ul {
        float: right; }

@media only screen and (max-width: 620px) {
  footer {
    padding: 0; }
    footer .footer-container #innerenquire {
      padding-bottom: 40px; }
      footer .footer-container #innerenquire p {
        text-align: center;
        width: 100%; }
      footer .footer-container #innerenquire .btn--action {
        clear: both;
        float: none; }
    footer .footer-container .aussiemade {
      clear: both;
      float: none;
      margin: 0 auto; }
    footer .footer-container .textstuff {
      margin-left: 0;
      padding: 0 20px;
      width: 100%; }
      footer .footer-container .textstuff h6 {
        text-align: center; }
      footer .footer-container .textstuff p {
        margin: 20px auto !important;
        text-align: center; }
    footer .footer-container #footer-bottom ul {
      clear: both;
      float: none;
      margin: 0 auto; } }
/*------------------------------------*\
    CONTENTS
\*------------------------------------

1.DESKTOP
2.RESPONSIVE
*/
/*------------------------------------*\
   1.DESKTOP
\*------------------------------------*/
/* 1.1 INNER PAGE SPECIFIC */
.innerpage .main-content .right-side .quick-links {
  border-radius: 10px;
  padding: 22px 11px 12px; }
  .innerpage .main-content .right-side .quick-links h3 {
    color: white;
    font-family: '';
    font-size: 1.714em;
    font-weight: normal;
    line-height: 1.167em;
    margin-bottom: 27px; }
  .innerpage .main-content .right-side .quick-links ul li {
    text-transform: uppercase;
    margin-bottom: 12px; }
    .innerpage .main-content .right-side .quick-links ul li:before {
      display: inline-block;
      float: left;
      content: "\e00b";
      font-family: '';
      font-size: 2.2em;
      height: 21px;
      position: relative;
      top: -7px; }
    .innerpage .main-content .right-side .quick-links ul li a {
      color: white;
      text-decoration: underline;
      font-size: 0.857em; }

/*------------------------------------*\
   2.RESPONSIVE
\*------------------------------------*/
/**
 * 1.5 - Pages
 */
#home #hero {
  background: url("assets/images/backgrounds/radial.jpg") bottom center no-repeat #2a57aa;
  height: 520px;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.15); }
  #home #hero .site-container {
    height: 520px; }
    #home #hero .site-container h2 {
      display: none; }
      #home #hero .site-container h2:first-child {
        display: block; }
  #home #hero .btn--action {
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%); }
  #home #hero h2 {
    color: #fff;
    font-family: "vaud_display_bold";
    font-size: 40px;
    font-weight: normal;
    line-height: 46px;
    max-width: 760px;
    margin: 89px auto 22px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    letter-spacing: -0.02em; }
  #home #hero div#dot-floaters {
    position: relative;
    top: 80px;
    width: 100%;
    height: 440px;
    z-index: 0; }
    #home #hero div#dot-floaters .dot {
      left: calc(50% - 9px); }
      #home #hero div#dot-floaters .dot#dot1 {
        top: 64px; }
      #home #hero div#dot-floaters .dot#dot2 {
        top: 119px; }
      #home #hero div#dot-floaters .dot#dot3 {
        top: 64px; }
      #home #hero div#dot-floaters .dot#dot4 {
        top: 119px; }
  #home #hero #laptop {
    background: url("assets/images/elements/monitor.png") center center no-repeat;
    background-size: cover;
    bottom: 2px;
    height: 259px;
    margin: auto auto 0;
    position: absolute;
    text-align: center;
    width: 451px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.15); }
    #home #hero #laptop img {
      display: none;
      width: 412px;
      bottom: -21px;
      left: 20px;
      padding-top: 27px;
      position: absolute;
      height: auto; }
      #home #hero #laptop img:first-child {
        display: block; }
#home #features {
  width: 100%;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  #home #features .gradient {
    position: absolute;
    bottom: 0; }
  #home #features div.clearfix {
    display: none;
    width: 100%;
    position: relative; }
  #home #features div.clearfix > div {
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    display: block;
    float: left;
    height: 313px;
    margin: 8px;
    text-align: center;
    width: 254px;
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    padding-left: 0; }
    #home #features div.clearfix > div:nth-child(even) {
      margin-top: 150px;
      margin-bottom: -130px; }
    #home #features div.clearfix > div:before {
      display: none; }
    #home #features div.clearfix > div a {
      color: #2a57aa;
      display: block;
      height: 100%; }
      #home #features div.clearfix > div a .tablet-container {
        padding: 0 20px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      #home #features div.clearfix > div a:hover {
        background: url("assets/images/backgrounds/tablet-bg.png") 0 0 no-repeat; }
        #home #features div.clearfix > div a:hover h3, #home #features div.clearfix > div a:hover p {
          color: #fff; }
      #home #features div.clearfix > div a img, #home #features div.clearfix > div a h3 {
        margin-bottom: 17px; }
      #home #features div.clearfix > div a img {
        height: 50px;
        width: 50px; }
  #home #features a.btn--big {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -30px;
    width: 190px;
    z-index: 9; }
#home #features-carousel {
  display: none;
  margin-bottom: 80px; }
  #home #features-carousel .owl-controls {
    bottom: -20px; }
  #home #features-carousel .owl-item div {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    display: block;
    height: 313px;
    margin: 0 auto;
    text-align: center;
    width: 254px;
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    padding-left: 0; }
    #home #features-carousel .owl-item div a {
      color: #2a57aa;
      display: block;
      height: 100%; }
      #home #features-carousel .owl-item div a .tablet-container {
        padding: 0 20px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      #home #features-carousel .owl-item div a img, #home #features-carousel .owl-item div a h3 {
        margin-bottom: 17px; }
      #home #features-carousel .owl-item div a img {
        height: 50px;
        width: 50px;
        margin-top: 70px; }
#home #enquire-section {
  background: url("assets/images/banners/business.jpg") center center no-repeat;
  background-size: cover;
  height: 400px; }
  #home #enquire-section .site-container {
    text-align: center;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    #home #enquire-section .site-container h3 {
      font-family: "vaud_display_extrabold";
      font-size: 34px;
      line-height: 44px;
      text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    #home #enquire-section .site-container p {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      margin: 10px auto 15px;
      max-width: 640px;
      text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
      width: 100%; }
    #home #enquire-section .site-container .btn--enquire {
      margin-top: 5px;
      padding: 0px 60px; }

/*------------------------------------*\
   2.RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 930px) {
  #home #hero h2 {
    font-size: 32px;
    line-height: 41px;
    max-width: 690px;
    margin: 60px auto 22px; }
  #home #hero div#dot-floaters {
    top: 64px; }
  #home #hero .btn--action {
    top: 188px; } }
@media only screen and (max-width: 620px) {
  #home #hero {
    height: 420px; }
    #home #hero .site-container {
      height: 420px; }
    #home #hero div#dot-floaters {
      top: -36px; }
    #home #hero h2 {
      font-size: 28px;
      line-height: 32px;
      padding: 0;
      margin: 0 auto 22px; }
    #home #hero #laptop {
      height: 155px;
      width: 270px; }
      #home #hero #laptop img {
        width: 240px;
        bottom: -8px;
        left: 15px; }
  #home #features {
    height: 550px;
    left: 0;
    transform: none;
    width: 100% !important;
    margin-top: 80px; }
    #home #features div.clearfix {
      display: none; }
  #home #features-carousel {
    display: block; } }
#innerpage {
  /*--- CLIENT PORTAL ---*/
  /*--- OUR PARTNERS ---*/
  /*--- BENEFITS ---*/
  /*--- TRAINING RESOURCES ---*/
  /*--- INSIDE CLIENT PORTAL ---*/ }
  #innerpage #site-wrapper {
    position: relative; }
  #innerpage .content-container {
    margin: 0 auto;
    max-width: 756px;
    width: 100%;
    margin-bottom: 50px; }
  #innerpage p {
    margin-bottom: 30px; }
  #innerpage #intro p {
    color: #b2c927;
    font-family: "vaud_display_extrabold";
    font-size: 24px;
    line-height: 32px;
    text-align: center; }
  #innerpage .files_list li:before {
    display: none;
    margin-left: 0; }
  #innerpage ul.list-container li:before {
    display: none; }
  #innerpage ul.list-container li h2 {
    font-family: "vaud_display_bold";
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
    text-align: left; }
  #innerpage ul.list-container li p {
    font-size: 16px;
    line-height: 24px; }
  #innerpage .content-container .recordDetail > h2, #innerpage #inject {
    display: none; }
  #innerpage .content-container table.knowledge_list_table td h2 {
    margin-top: 0; }
  #innerpage .blocks {
    left: -10px;
    position: relative; }
    #innerpage .blocks li {
      border-radius: 5px;
      display: block;
      float: left;
      overflow: hidden;
      padding: 10px;
      width: 50%; }
      #innerpage .blocks li:before {
        display: none; }
      #innerpage .blocks li a {
        display: block;
        position: relative; }
        #innerpage .blocks li a p {
          color: #fff;
          display: block;
          font-family: "vaud_display_extrabold";
          font-size: 28px;
          left: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%);
          width: 100%;
          padding: 0 20px;
          text-align: center;
          z-index: 2;
          text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
        #innerpage .blocks li a img {
          display: block; }
        #innerpage .blocks li a:hover .mask {
          opacity: 1;
          transition: all 0.3s ease-in-out; }
        #innerpage .blocks li a:hover p {
          color: #b2c927;
          transition: all 0.5s ease-in-out; }
      #innerpage .blocks li .mask {
        background: rgba(42, 87, 170, 0.85);
        border-radius: 5px;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
  #innerpage #partner-details .clearfix {
    margin-bottom: 23px; }
  #innerpage #partner-details .image {
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    float: left;
    height: 190px;
    margin-right: 26px;
    max-width: 252px;
    overflow: hidden;
    width: 100%; }
    #innerpage #partner-details .image img {
      display: block;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
  #innerpage #partner-details .about-partner {
    position: relative; }
    #innerpage #partner-details .about-partner a {
      color: #2a57aa;
      font-family: "vaud_display_bold";
      font-size: 18px;
      line-height: 24px; }
  #innerpage.ivtbenefits1Section .benefits-overview .image-container {
    max-width: 382px;
    width: 49%; }
    #innerpage.ivtbenefits1Section .benefits-overview .image-container img {
      height: auto;
      width: 100%; }
  #innerpage.ivtbenefits1Section .benefits-overview .text-container {
    margin-top: 13%;
    text-align: left;
    width: 47%; }
    #innerpage.ivtbenefits1Section .benefits-overview .text-container h2 {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 15px;
      margin-top: 0;
      text-align: left; }
  #innerpage.ivtbenefits1Section .tabs-carousel {
    display: none !important;
    margin-bottom: 40px; }
    #innerpage.ivtbenefits1Section .tabs-carousel h5 {
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
      color: #2a57aa;
      font-family: "vaud_display_extrabold";
      font-size: 16px;
      font-weight: normal;
      line-height: 70px;
      margin-bottom: 40px;
      text-align: center; }
    #innerpage.ivtbenefits1Section .tabs-carousel .image {
      text-align: center;
      margin-bottom: 40px;
      margin: 0 auto;
      max-width: 348px;
      overflow: hidden;
      width: 100%; }
      #innerpage.ivtbenefits1Section .tabs-carousel .image img {
        width: 100% !important;
        height: auto !important; }
    #innerpage.ivtbenefits1Section .tabs-carousel .content {
      margin: 0 auto;
      max-width: 756px;
      width: 100%; }
    #innerpage.ivtbenefits1Section .tabs-carousel .owl-controls {
      bottom: 0 !important; }
    #innerpage.ivtbenefits1Section .tabs-carousel .owl-controls .owl-page span {
      height: 10px;
      width: 10px; }
  #innerpage .bottom-banner .item .content-container {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute; }
  #innerpage .bottom-banner .item .slider--intro {
    color: #fff;
    left: 0;
    text-align: left;
    transform: translateX(0);
    width: 48%; }
    #innerpage .bottom-banner .item .slider--intro h1 {
      text-align: left;
      max-width: 363px;
      width: 100%; }
    #innerpage .bottom-banner .item .slider--intro p {
      color: #fff;
      max-width: 363px;
      width: 100%; }
  #innerpage .tablets {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    #innerpage .tablets .gradient {
      position: absolute;
      bottom: 0; }
    #innerpage .tablets ul.clearfix {
      display: none;
      width: 100%;
      position: relative; }
    #innerpage .tablets li {
      background: #fff;
      border-radius: 5px;
      border: 1px solid #f2f2f2;
      display: block;
      float: left;
      height: 313px;
      margin: 8px;
      padding-left: 0;
      text-align: center;
      width: 254px;
      -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }
      #innerpage .tablets li:nth-child(even) {
        margin-top: 150px;
        margin-bottom: -130px; }
      #innerpage .tablets li:before {
        display: none; }
      #innerpage .tablets li a {
        color: #2a57aa;
        display: block;
        height: 100%; }
        #innerpage .tablets li a .tablet-container {
          padding: 0 20px;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
        #innerpage .tablets li a:hover {
          background: url("assets/images/backgrounds/tablet-bg.png") 0 0 no-repeat; }
          #innerpage .tablets li a:hover h3, #innerpage .tablets li a:hover p {
            color: #fff; }
        #innerpage .tablets li a img, #innerpage .tablets li a h3 {
          margin-bottom: 17px; }
        #innerpage .tablets li a img {
          height: 50px;
          width: 50px; }
    #innerpage .tablets a.btn--big {
      display: block;
      margin: 0 auto;
      position: relative;
      top: -93px;
      width: 190px;
      z-index: 100; }
  #innerpage.ivttermsprivacySection table th, #innerpage.ivttermsprivacySection table td {
    padding: 0; }
  #innerpage.ivttermsprivacySection table tr:first-child {
    border: none; }
  #innerpage .training {
    padding: 0 100px; }
    #innerpage .training #tabs {
      width: 100%; }
      #innerpage .training #tabs .tabs-blurb {
        font-family: "vaud_display_book";
        font-size: 16px;
        line-height: 24px;
        max-width: 756px;
        margin: 0 auto 35px;
        width: 100%; }
    #innerpage .training .tablets li:nth-child(even) {
      margin: 8px; }
    #innerpage .training .ui-tabs .ui-tabs-panel {
      padding: 35px 0; }
    #innerpage .training .ui-tabs .ui-tabs-nav {
      width: 320px;
      margin: 0 auto; }
      #innerpage .training .ui-tabs .ui-tabs-nav li {
        text-align: center;
        width: 156px; }
        #innerpage .training .ui-tabs .ui-tabs-nav li:first-child {
          border-radius: 5px 0 0 5px; }
        #innerpage .training .ui-tabs .ui-tabs-nav li:last-child {
          border-radius: 0 5px 5px 0; }
        #innerpage .training .ui-tabs .ui-tabs-nav li a {
          color: rgba(42, 87, 170, 0.4);
          font-family: "vaud_display_semibold";
          font-size: 15px;
          line-height: 50px;
          padding: 0; }
        #innerpage .training .ui-tabs .ui-tabs-nav li.ui-state-active {
          background: #2a57aa; }
          #innerpage .training .ui-tabs .ui-tabs-nav li.ui-state-active a {
            color: #ffffff; }
    #innerpage .training #intro {
      margin: 0 auto;
      max-width: 756px;
      text-align: center; }

/*------------------------------------*\
   2. RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 930px) {
  #innerpage .content-container {
    padding: 0 25px; }
  #innerpage #intro p {
    font-size: 22px;
    line-height: 30px; }
  #innerpage .video-container {
    left: -25px;
    width: calc(100% + 50px); } }
@media only screen and (max-width: 620px) {
  #innerpage .recordDetail p img {
    clear: both;
    float: none !important;
    position: relative;
    left: -25px;
    margin-bottom: 30px;
    width: calc(100% + 50px) !important; }
    #innerpage .recordDetail p img.circle {
      left: 0;
      width: initial !important; }
  #innerpage .intro {
    font-size: 20px;
    line-height: 28px; }
    #innerpage .intro p {
      font-size: 20px;
      line-height: 28px; }
  #innerpage #partner-details .clearfix {
    height: auto; }
  #innerpage #partner-details .image {
    clear: both;
    float: none;
    margin: 0 auto 25px;
    max-width: 300px; }
    #innerpage #partner-details .image img {
      width: 100%; }
  #innerpage #partner-details .about-partner {
    top: 0;
    transform: translateY(0%); }
  #innerpage .benefits-overview .image-container, #innerpage .benefits-overview .text-container {
    max-width: 100% !important;
    width: 100% !important; }
  #innerpage.ivtbenefits1Section .tabs-carousel {
    display: block !important; }
  #innerpage.ivtbenefits1Section .tabs-spot {
    display: none !important; }
  #innerpage .bottom-banner .item .slider--intro {
    width: 100%; } }
.eventsSection .register-for-event label {
  width: 100%; }
  .eventsSection .register-for-event label b {
    display: inline-block;
    margin: 30px; }
.eventsSection fieldset.receive_email {
  width: calc(100% - 204px);
  display: inline-block; }
  .eventsSection fieldset.receive_email legend {
    display: none; }
  .eventsSection fieldset.receive_email ul {
    margin: 0; }
    .eventsSection fieldset.receive_email ul li:before {
      display: none; }
    .eventsSection fieldset.receive_email ul li input[type="checkbox"] {
      margin-right: 5px; }

#contactssignupform label[for="1-infoFormField128"] {
  vertical-align: top;
  margin: 10px 0 0; }
#contactssignupform fieldset {
  display: inline-block;
  width: calc(100% - 204px); }
#contactssignupform .resetAll {
  margin: 10px 0 0; }
  #contactssignupform .resetAll li:before {
    display: none; }

/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/
