@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,500italic);
/*!
 * normalize.css v3.0.3
 * github.com/necolas/normalize.css
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
body {
  background-color: #ffffff;
  background-image: none;
  color: #212121;
  font-family: Proxima Nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  min-height: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

span, input, select {	
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

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

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
fieldset ~ fieldset {
  margin-top: 24px;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  margin: 4px 0 0;
  padding: 0;
}

input[type="color"] {
  min-width: 20px;
  width: auto;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  line-height: 20px;
  line-height: 1 \0;
}

input[type="file"] {
  display: block;
  height: auto;
  line-height: 1;
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

input[type="range"] {
  display: block;
  height: 36px;
  width: 100%;
}

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

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

label {
/*  display: inline-block;*/
  font-weight: normal;
  padding-left: 15px;
  color: #212121;
  margin: 0;
  max-width: 100%;
}
.label {
    background-color: rgba(0,0,0,.38);
    border-radius: 2px;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: .2em .6em;
    vertical-align: baseline;
    white-space: nowrap;
}
.label-brand{
  background-color: #6459c4;
  color: white !important;
}
.label-brand:active, .label-brand:focus, .label-brand:hover {
  color: white !important;
  background-color: #6459c4 !important;
}

.label-brand-accent{
  background-color: #fafafa;
  color: black;
}
.label-brand-accent:active, .label-brand-accent:focus, .label-brand-accent:hover {
  color: white;
}
.label-pink {
  background-color: #e91e63;
  color: white;
}
.label-pink:active, .label-pink:focus, .label-pink:hover {
  color: white;
}

.label-red {
  background-color: #f44336;
  color: white;
}
.label-red:active, .label-red:focus, .label-red:hover {
  color: white;
}

.label-block {
  display: block;
  white-space: normal;
  width: 100%;
}
.tile {
    background-color: #fff;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tile, .tile-action, .tile-footer {
    min-height: 48px;
}
.tile-wrap {
    margin-top: 24px;
    margin-bottom: 24px;
}
.tile-side.pull-left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 16px;
}
.tile-side {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.tile-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 14px 16px;
}
.snackbar-text, .tile-inner {
    min-width: 0;
}
legend {
  border: 0;
  color: #212121;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 12px;
  padding: 0;
  width: 100%;
}
#site_top_collapse {
	clear:both;
	overflow:auto;
	position:relative;
	/*top:-2px;*/
}

optgroup {
  font-weight: 500;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  overflow: auto;
}

dd,
dt,
li {
  line-height: 20px;
}

dd {
  margin: 0;
}

dl {
  margin: 12px 0;
}

dt {
  font-weight: 500;
}

ol,
ul {
  margin: 12px 0;
  /*padding: 0 0 0 32px;*/
  padding: 0 0 0 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* ODT-936: jn 31/8/17 - bullet points not indenting */
ul ul {
    padding-left: 15px;
}
/*-ODT-936-*/

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

td,
th {
  padding: 0;
}

th {
  text-align: left;
}

a {
  background-color: transparent;
  background-image: none;
  color: #443aa0;
  text-decoration: none;
}
a:focus, a:hover {
  color: #512da8;
  outline: 0;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  cursor: help;
}

b,
strong {
  font-weight: 500;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: Roboto Slab, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}


a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #443aa0;
}


h1,
.h1 {
  font-size: 40px;
  line-height: 48px;
}

h2,
.h2 {
  font-size: 34px;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 28px;
}
h4.homepage-events {
	min-height:60px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small {
  font-size: 14px;
}

p {
  margin: 12px 0;
}

p.homepage-events {
/*  min-height:60px;*/
  padding:0px;
  margin:0px;
}
p.homepage-events-date {
  min-height:40px;
  padding:0px;
  margin:0px;
}

small {
  font-size: 85%;
  line-height: 1;
}

sub,
sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 12px 0;
}

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

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

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

blockquote,
q {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  margin: 24px 0;
  padding-right: 32px;
  padding-left: 32px;
  position: relative;
}

figure {
  margin: 1em 40px;
}

hr,
.hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: content-box;
  display: block;
  height: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

template,
[hidden] {
  display: none;
}

/*BRAND COLOURS*/
.stone{color:#e6edf2;}
.yellow{color:#ffd34f;}
.dark-green{color:#3d9b35;}
.light-green{color:#77b800;}
.blue-grey{color:#acc0c7;}
.brown{color:#ba6f2e;}
.pink{color:#e58a9e;}
.maroon{color:#a90050;}
.red{color:#c0143c;}
.purple{color:#4e42b7;}
.dark-blue{color:#0096db;}
.light-blue{color:#34b5d0;}

/*BRAND BACKGROUND COLOURS*/
.stone-background{background-color:#e6edf2;}
.yellow-background{background-color:#ffd34f;}
.dark-green-background{background-color:#3d9b35;}
.light-green-background{background-color:#77b800;}
.blue-grey-background{background-color:#acc0c7;}
.brown-background{background-color:#ba6f2e;}
.pink-background{background-color:#e58a9e;}
.maroon-background{background-color:#a90050;}
.red-background{background-color:#c0143c;}
.purple-background{background-color:#4e42b7;}
.dark-blue-background{background-color:#0096db;}
.light-blue-background{background-color:#34b5d0;}
.grey-background{background-color:#f2f2f2;}


/*bootstrap goes back here if needed*/

/*!
 * material icons v2.0.0
 * http://google.github.io/material-design-icons/#icon-font-for-the-web
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/MaterialIcons-Regular.eot?v=2.0.0");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("fonts/MaterialIcons-Regular.woff2?v=2.0.0") format("woff2"), url("fonts/MaterialIcons-Regular.woff?v=2.0.0") format("woff"), url("fonts/MaterialIcons-Regular.ttf?v=2.0.0") format("truetype");
}
.icon {
  display: inline-block;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  letter-spacing: normal;
  line-height: 1;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: -16%;
  white-space: nowrap;
  width: 1em;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.icon-lg {
  font-size: 1.4em;
  vertical-align: -20%;
}
@media only screen and (min--moz-device-pixel-ratio: 0) {
  .icon-lg {
    vertical-align: -26%;
  }
}

/*!
 * waves v0.7.4
 * http://fian.my.id/Waves
 */
.waves-effect {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(0) translate(0, 0);
          transform: scale(0) translate(0, 0);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 60px;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.waves-wrap {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.waves-circle > .waves-wrap {
  border-radius: 50%;
  -webkit-mask: url();
          mask: url();
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,
  pre {
    border: 1px solid #dadada;
    page-break-inside: avoid;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  thead {
    display: table-header-group;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

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

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

@media print {
#CopyrightNotice {
	display:block !important;
}
.container {
	width:100% !important;
}

.print-padding-no {
	padding:0px !important;
}
.menu, .header, .nav-drawer {display:none !important;
}
.nav-drawer.in ~ .content, .header, .content {margin-left:0px !important; 
}
.container {display:block !important;}

  .nav-drawer.in ~ .content,
  .nav-drawer.in ~ .header {
    margin-left: 0px !important;
  }

  .nav-drawer .menu-scroll {display:none !important;
  }
}


.access-hide {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.access-hide.focusable:active, .access-hide.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

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

.collapsed-hide {
  display: inline-block;
}
.collapsed .collapsed-hide {
  display: none;
}

.collapsed-show {
  display: none;
}
.collapsed .collapsed-show {
  display: inline-block;
}

.collapsible-region {
  overflow: hidden;
  width: 100%;
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade.in {
  opacity: 1;
}

.iframe-seamless {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

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

.list-clear, .list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline {
  margin-left: -8px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}

.margin {
  margin: 24px !important;
}

.margin-lg {
  margin: 48px !important;
}

.margin-xl {
  margin: 72px !important;
}

.margin-xx {
  margin: 96px !important;
}

.margin-xxl {
  margin: 120px !important;
}
.margin-bottom {
  margin-bottom: 24px !important;
}

.margin-bottom-lg {
  margin-bottom: 48px !important;
}

.margin-bottom-no {
  margin-bottom: 0px !important;
}

.margin-bottom-sm {
  margin-bottom: 12px !important;
}

.margin-bottom-xs {
  margin-bottom: 8px !important;
}

.margin-bottom-xxs {
  margin-bottom: 4px !important;
}

.margin-left {
  margin-left: 16px !important;
}

.margin-left-lg {
  margin-left: 32px !important;
}

.margin-left-no {
  margin-left: 0 !important;
}

.margin-left-sm {
  margin-left: 8px !important;
}

.margin-left-xs {
  margin-left: 4px !important;
}
.margin-left-xxs {
  margin-left: 2px !important;
}

.margin-no {
  margin: 0 !important;
}

.margin-right {
  margin-right: 16px !important;
}

.margin-right-lg {
  margin-right: 32px !important;
}

.margin-right-no {
  margin-right: 0 !important;
}

.margin-right-sm {
  margin-right: 8px !important;
}

.margin-right-xs {
  margin-right: 4px !important;
}

.margin-right-xxs {
  margin-right: 2px !important;
}

.margin-top {
  margin-top: 24px !important;
}

.margin-top-xxl, .margin-top-xxl-mobile {
  margin-top: 96px !important;
}

.margin-top-xl {
  margin-top: 72px !important;
}

.margin-top-lg {
  margin-top: 48px !important;
}

.margin-top-no {
  margin-top: 0 !important;
}

.margin-top-sm {
  margin-top: 12px !important;
}

.margin-top-xs {
  margin-top: 8px !important;
}
.margin-top-xxs {
  margin-top: 4px !important;
}
.top-2 {
	top:-2px;
}
.top-10 {
	top:-10px;
}
.top-15 {
	top:-15px;
}
.top-20 {
	top:-20px;
}
.top-25 {
	top:-25px;
}

.top10 {
	top:10px;
}
.top15 {
	top:15px;
}
.top20 {
	top:20px;
}
.top25 {
	top:25px;
}
.top50 {
	top:50px;
}

.media,
.media-inner {
  overflow: hidden;
}

.media-object.pull-left {
  margin-right: 16px;
}
.media-object.pull-right {
  margin-left: 16px;
}

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

.no-overflow {
  overflow: hidden;
}

.padding-bottom {
  padding-bottom: 24px !important;
}

.padding-bottom-lg {
  padding-bottom: 48px !important;
}

.padding-bottom-xl {
  padding-bottom: 72px !important;
}

.padding-bottom-xx {
  padding-bottom: 96px !important;
}

.padding-bottom-xxl {
  padding-bottom: 120px !important;
}

.padding-bottom-no {
  padding-bottom: 0 !important;
}

.padding-bottom-sm {
  padding-bottom: 12px !important;
}

.padding-bottom-xs {
  padding-bottom: 8px !important;
}

.padding-left {
  padding-left: 16px !important;
}

.padding-left-lg {
  padding-left: 32px !important;
}

.padding-left-no {
  padding-left: 0 !important;
}

.padding-left-sm {
  padding-left: 8px !important;
}

.padding-left-xs {
  padding-left: 4px !important;
}

.padding-no {
  padding: 0 !important;
}

.padding-right {
  padding-right: 16px !important;
}

.padding-right-lg {
  padding-right: 32px !important;
}

.padding-right-no {
  padding-right: 0 !important;
}

.padding-right-sm {
  padding-right: 8px !important;
}

.padding-right-xs {
  padding-right: 4px !important;
}

.padding {
  padding: 24px !important;
}

.padding-lg {
  padding: 48px !important;
}

.padding-xl {
  padding: 72px !important;
}

.padding-xx {
  padding: 96px !important;
}

.padding-xxl {
  padding: 120px !important;
}

.padding-top {
  padding-top: 24px !important;
}

.padding-top-lg {
  padding-top: 48px !important;
}

.padding-top-xl {
  padding-top: 72px !important;
}

.padding-top-xx {
  padding-top: 96px !important;
}

.padding-top-xxl {
  padding-top: 120px !important;
}

.padding-top-no {
  padding-top: 0 !important;
}

.padding-top-sm {
  padding-top: 12px !important;
}

.padding-top-xs {
  padding-top: 8px !important;
}

.pull-left {
  float: left;
}

.pull-none {
  float: none !important;
}

.pull-right {
  float: right;
}
.nav-list.pull-right {
	/*padding-right:10px;*/
}

.text-break {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-all;
}

.text-overflow {
  display: block;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

.text-black {
  color: #212121;
}

.text-black-divider {
  color: #dadada;
}

.text-black-hint {
  color: #9a9a9a;
}

.text-black-sec {
  color: #727272;
}

.text-white {
  color: #ffffff;
}

.text-white-divider {
  color: #3c3c3c;
}

.text-white-hint {
  color: #646464;
}

.text-white-sec {
  color: #bcbcbc;
}

.text-brand {
  color: #009688;
}

.text-brand-accent {
  color: #443aa0;
}

.text-pink {
  color: #e91e63;
}

.text-red {
  color: #f44336;
}

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

@media only screen and (max-width: 479px) {
  .hidden-xx {
    display: none !important;
  }
  .margin-top-xxl-mobile {
	  margin-top:48px !important;
  }
h1,
.h1 {
  font-size: 32px;
  line-height: 38px;
}

h2,
.h2 {
  font-size: 26px;
  line-height: 32px;
}

h3,
.h3 {
  font-size: 22px;
  line-height: 28px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
}


  .visible-xx-block {
    display: block !important;
  }

  .visible-xx-inline {
    display: inline !important;
  }

  .visible-xx-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    /*display: none !important;*/
  }

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

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

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

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

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

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }

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

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

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }

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

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

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.breadcrumb, .breadcrumbInverted {
	background-color:none !important;
	background:transparent !important;
}
.breadcrumb>li, .breadcrumbInverted>li {
    display: block;
    float: left;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height:28px;
}

.breadcrumbInverted>li {
    color: rgba(255,255,255,.54);
}
.breadcrumbInverted>li a {
    color: rgba(255,255,255,.64);
}
.breadcrumbInverted>li a:hover {
    color: rgba(255,255,255,.84);
	text-decoration:underline;
}
.breadcrumb>li+li:before, .breadcrumbInverted>li+li:before {
    content: "chevron_right";
    display: inline-block;
    margin-left: .4em;
	width:2em !important;
}

.breadcrumb>li+li:before {
    color: rgba(0,0,0,.54);
}

.breadcrumbInverted>li+li:before {
    color: rgba(255,255,255,.54);
}
.breadcrumb>li+li:before, .breadcrumbInverted>li+li:before {
    display: inline-block;
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-style: normal;
    font-weight: 400;
    height: 1em;
    letter-spacing: normal;
    line-height: 1;
    overflow: hidden;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: -16%;
    white-space: nowrap;
    width: 1em;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumbInverted>li+li:before {
    padding: 0 5px;
}
.breadcrumb>.active, .breadcrumbInverted>.active {
    color: rgba(0,0,0,.87);
}
.breadcrumb:after, .breadcrumb:before, .breadcrumbInverted:after, .breadcrumbInverted:before {
    content: "";
    display: table;
    line-height: 0;
}
.breadcrumb:after, .breadcrumbInverted:after, .card-action:after, .clearfix:after, .container:after, .nav:after, .row:after, .snackbar-inner:after, .tile-footer:after, .tile-sub:after {
    clear: both;
}
*, :after, :before {
    box-sizing: border-box;
}
.breadcrumb, .breadcrumbInverted {
    margin: 8px 0 8px 0;
    padding: 0;
}
.avatar {
  background-color: rgba(154, 154, 154, 0.18);
  border-radius: 50%;
  color: inherit;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.avatar[href]:focus, .avatar[href]:hover {
  color: inherit;
  text-decoration: none;
}
.nav a > .avatar, .nav .a > .avatar {
  margin-top: -10px;
  margin-bottom: -10px;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  vertical-align: top;
  width: 100%;
}

.avatar-brand {
  background-color: #009688;
  color: white;
}
.avatar-brand:focus, .avatar-brand:hover {
  color: white;
}

.avatar-brand-accent {
  background-color: #6459c4;
  color: white;
}
.avatar-brand-accent:focus, .avatar-brand-accent:hover {
  color: white;
}

.avatar-pink {
  background-color: #e91e63;
  color: white;
}
.avatar-pink:focus, .avatar-pink:hover {
  color: white;
}

.avatar-red {
  background-color: #f44336;
  color: white;
}
.avatar-red:focus, .avatar-red:hover {
  color: white;
}

.avatar-lg {
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.avatar-sm {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.nav a > .avatar-sm, .nav .a > .avatar-sm {
  margin-top: -6px;
  margin-bottom: -6px;
}

.avatar-xs {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.avatar-inline {
  display: inline-block;
}

.btn {
  background-color: rgba(154, 154, 154, 0.18);
  background-image: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  max-width: 100%;
  padding: 8px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn:active, .btn:focus, .btn:hover {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
.btn:after {
  background-color: rgba(154, 154, 154, 0.18);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.btn:active:after, .btn:focus:after {
  opacity: 1;
}
.btn.waves-attach:after {
  background-color: transparent;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none !important;
  cursor: not-allowed;
  opacity: 0.78;
}
.btn.disabled:after, .btn[disabled]:after, fieldset[disabled] .btn:after {
  display: none;
}
.btn.disabled .waves-ripple, .btn[disabled] .waves-ripple, fieldset[disabled] .btn .waves-ripple {
  display: none;
}
.btn-flat {
    background-color: transparent;
    box-shadow: none;
}
.btn-flat:after {
    background-color: rgba(154,154,154,.36);
    box-shadow: none;
}
.btn-brand {
  background-color: #6459c4 !important;
  color: white !important;
}
.btn-brand:active, .btn-brand:focus, .btn-brand:hover {
  color: white !important;
  background-color: #6459c4 !important;
}

.btn-brand-accent {
  background-color: #fafafa !important;
  color: black !important;
}
.btn-brand-accent:active, .btn-brand-accent:focus, .btn-brand-accent:hover {
  color: white !important;
}

.btn-pink {
  background-color: #e91e63 !important;
  color: white !important;
}
.btn-pink:active, .btn-pink:focus, .btn-pink:hover {
  color: white !important;
}

.btn-red {
  background-color: #f44336 !important;
  color: white !important;
}
.btn-red:active, .btn-red:focus, .btn-red:hover {
  color: white !important;
}

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

.fbtn {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 50%;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.3);*/
  clear: both;
  color: #212121;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 40px;
  margin: 12px auto;
  padding: 10px 0;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 40px;
}
.fbtn:active, .fbtn:focus, .fbtn:hover {
  color: #212121;
  outline: 0;
}
.fbtn:after {
  border-radius: 50%;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.fbtn:active:after {
  opacity: 1;
}

.fbtn-brand {
  background-color: #6459c4;
  color: white;
}
.fbtn-brand:active, .fbtn-brand:focus, .fbtn-brand:hover {
  background-color: #6459c4;
  color: white;
}

.fbtn-brand-accent {
  background-color: #6459c4;
  color: white;
}
.fbtn-brand-accent:active, .fbtn-brand-accent:focus, .fbtn-brand-accent:hover {
  background-color: #6459c4;
  color: white;
}

.fbtn-pink {
  background-color: #e91e63;
  color: white;
}
.fbtn-pink:active, .fbtn-pink:focus, .fbtn-pink:hover {
  background-color: #e91e63;
  color: white;
}

.fbtn-red {
  background-color: #f44336;
  color: white;
}
.fbtn-red:active, .fbtn-red:focus, .fbtn-red:hover {
  background-color: #f44336;
  color: white;
}

.fbtn-lg {
  height: 56px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 56px;
}
.fbtn-lg .fbtn-sub {
  top: 18px;
}

.card {
  border-radius: 2px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.18);
 /* display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.card-heading {
    display: block;
    font-size: 20px;
    line-height: 28px;
}
.card.elearning {
	min-height:310px;
}
.card[href]:focus, .card[href]:hover {
  text-decoration: none;
}
.card-img img.full-width {
	width:100%;}
img.full-height {
	height:100% !important;
}
.card-img, .card-side.card-side-img, .modal, .no-overflow, .text-overflow {
    overflow: hidden;
}
.card-action {
  /*   border-top: 1px solid rgba(0,0,0,.12);
   min-height: 48px;*/
}
.card-brand {
  background-color: #6459c4;
  color: white;
}
.card-brand h3 {
  color: white;
}

.card-brand .btn-flat {
  color: white;
}
.card-brand a,
.card-brand a:focus,
.card-brand a:hover {
  color: inherit;
}

.card-brand-accent {
  background-color: #6459c4;
  color: white;
}
.card-brand-accent a,
.card-brand-accent a:focus,
.card-brand-accent a:hover {
  color: inherit;
}

.card-pink {
  background-color: #e91e63;
  color: white;
}
.card-pink a,
.card-pink a:focus,
.card-pink a:hover {
  color: inherit;
}

.card-red {
  background-color: #f44336;
  color: white;
}
.card-red a,
.card-red a:focus,
.card-red a:hover {
  color: inherit;
}

.card-inner {
  margin: 24px 16px;
  min-width: 0;
  position: relative;
}

.card-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.checkbox,
.radiobtn {
  display: block;
  position: relative;
}
.form-group .checkbox, .form-group
.radiobtn {
  margin-top: 8px;
  padding-bottom: 8px;
}
.checkbox label,
.radiobtn label {
  cursor: pointer;
  margin: 0;
  min-height: 14px;
  padding-left: 20px;
}
.checkbox.disabled label, fieldset[disabled] .checkbox label,
.radiobtn.disabled label, fieldset[disabled]
.radiobtn label {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
}

.checkbox input[type="checkbox"],
.radiobtn input[type="radio"] {
  margin-left: -20px;
  position: absolute;
}

.checkbox-inline,
.radiobtn-inline {
  display: inline-block;
  margin-right: 16px;
}

.form {
  margin-top: 24px;
  margin-bottom: 24px;
}

.form-control {
  background-color: transparent;
  background-image: none;
  border: 0;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;*/
  border-radius: 0;
  color: inherit;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 20px;
  padding: 8px 0 7px;
  width: 100%;
}
.form-control, .picker__select--month, .picker__select--year {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
    border-radius: 0;
    color: inherit;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 20px;
    padding: 8px 0 7px;
    width: 100%;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-control:focus {
  border-color: #6459c4;
  border-bottom-width: 2px;
  outline: 0;
  padding-bottom: 6px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  border-style: dashed;
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
  opacity: 1;
}
.form-control.form-control-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-group-brand .form-control,
.form-group-brand .form-control:focus {
  border-color: #009688;
}

.form-group-brand-accent .form-control,
.form-group-brand-accent .form-control:focus {
  border-color: #6459c4;
}

.form-group-pink .form-control,
.form-group-pink .form-control:focus {
  border-color: #e91e63;
}

.form-group-red .form-control,
.form-group-red .form-control:focus {
  border-color: #f44336;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform:uppercase;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form-control, .form-group .form-control {
	background-image:none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 0), (min--moz-device-pixel-ratio: 0) {
  select.form-control {
/* ODT-836: jn 18/8/17 added !important to background elements to show select arrow */	  
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODZCNTU1QkIxQkUxMUU1OEYzRkZEMkE1Q0Y3MDFBNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODZCNTU1Q0IxQkUxMUU1OEYzRkZEMkE1Q0Y3MDFBNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4NkI1NTU5QjFCRTExRTU4RjNGRkQyQTVDRjcwMUE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4NkI1NTVBQjFCRTExRTU4RjNGRkQyQTVDRjcwMUE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TozEogAAAGxJREFUeNrs1DEOgDAIheHH4XpqDocdiInYVqA6mEBC2P5vg0QEXw4VUMCPACJq/bSXuty7bAEosIuwAhgBuwjrYgVkkTPuAaLIJe4FvMgtHgGekGE8CsyQaTwDWGQZzwIwAEJAPbsC0nMIMADa5XjRmvnODAAAAABJRU5ErkJggg==) !important;
    background-position: 100% 15px !important;
    background-repeat: no-repeat !important;
    background-size: 12px 12px !important;
    padding-right: 20px;
  }
  select.form-control[multiple], select.form-control[size] {
    background-image: none;
    padding-right: 0;
  }
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-top: 24px;
  margin-bottom: 24px;
}
legend + .form-group {
  margin-top: 0;
}

.form-help {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 12px;
  position: relative;
}

.checkbox-adv,
.radiobtn-adv {
  font-size: 14px;
  line-height: 20px;
}

[class*="checkbox-circle"],
[class*="radiobtn-circle"] {
  display: block;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
}

[class*="radiobtn-circle"] {
  border-radius: 50%;
}

.checkbox-circle,
.radiobtn-circle {
  border: 2px solid rgba(0, 0, 0, 0.54);
  -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="checkbox"]:focus ~ .checkbox-circle {
  border-color: rgba(0, 0, 0, 0.87);
}
fieldset[disabled] input[type="checkbox"] ~ .checkbox-circle, input[type="checkbox"][disabled] ~ .checkbox-circle, .checkbox-adv.disabled input[type="checkbox"] ~ .checkbox-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

input[type="radio"]:focus ~ .radiobtn-circle {
  border-color: rgba(0, 0, 0, 0.87);
}
input[type="radio"]:checked ~ .radiobtn-circle {
  border-color: #6459c4;
}
fieldset[disabled] input[type="radio"] ~ .radiobtn-circle, input[type="radio"][disabled] ~ .radiobtn-circle, .radiobtn-adv.disabled input[type="radio"] ~ .radiobtn-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
fieldset[disabled] input[type="radio"]:checked ~ .radiobtn-circle, input[type="radio"]:checked[disabled] ~ .radiobtn-circle, .radiobtn-adv.disabled input[type="radio"]:checked ~ .radiobtn-circle {
  border-color: #9575cd;
}

.checkbox-circle-check,
.radiobtn-circle-check {
  background-color: transparent;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox-circle-check:after, .checkbox-circle-check:before,
.radiobtn-circle-check:after,
.radiobtn-circle-check:before {
  background-color: #6459c4;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}
.checkbox-circle-check:after,
.radiobtn-circle-check:after {
  height: 70px;
  top: -28px;
  left: -28px;
  width: 70px;
}
.checkbox-circle-check:before,
.radiobtn-circle-check:before {
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

input[type="checkbox"]:checked ~ .checkbox-circle-check {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
input[type="checkbox"]:checked ~ .checkbox-circle-check:after {
  -webkit-animation: circle-check 0.6s;
          animation: circle-check 0.6s;
}
fieldset[disabled] .checkbox-circle-check, input[type="checkbox"][disabled] ~ .checkbox-circle-check, .checkbox-adv.disabled .checkbox-circle-check {
  display: none;
}

input[type="radio"]:checked ~ .radiobtn-circle-check {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
input[type="radio"]:checked ~ .radiobtn-circle-check:after {
  -webkit-animation: circle-check 0.6s;
          animation: circle-check 0.6s;
}
input[type="radio"]:checked ~ .radiobtn-circle-check:before {
  opacity: 1;
}
fieldset[disabled] .radiobtn-circle-check:after, fieldset[disabled] .radiobtn-circle-check:before, input[type="radio"][disabled] ~ .radiobtn-circle-check:after, input[type="radio"][disabled] ~ .radiobtn-circle-check:before, .radiobtn-adv.disabled .radiobtn-circle-check:after, .radiobtn-adv.disabled .radiobtn-circle-check:before {
  display: none;
}
fieldset[disabled] input[type="radio"]:checked ~ .radiobtn-circle-check, input[type="radio"]:checked[disabled] ~ .radiobtn-circle-check, .radiobtn-adv.disabled input[type="radio"]:checked ~ .radiobtn-circle-check {
  background-color: #9575cd;
}

.checkbox-circle-icon {
  background-color: #6459c4;
  color: white;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox-circle-icon:before {
  top: auto;
}
input[type="checkbox"]:checked ~ .checkbox-circle-icon {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
fieldset[disabled] input[type="checkbox"]:checked ~ .checkbox-circle-icon, input[type="checkbox"]:checked[disabled] ~ .checkbox-circle-icon, .checkbox-adv.disabled input[type="checkbox"]:checked ~ .checkbox-circle-icon {
  background-color: #9575cd;
}

@-webkit-keyframes circle-check {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}

@keyframes circle-check {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
.floating-label {
  color: rgba(0, 0, 0, 0.38);
  cursor: text;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
   /*top: 11px;
 left: 0;*/
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-group-label [class*="col-"] .floating-label {
  left: 16px;
}
.form-group-label.control-focus .floating-label, .form-group-label.control-highlight .floating-label {
  -webkit-transform: scale(0.85714, 0.85714) translateY(-27px);
          transform: scale(0.85714, 0.85714) translateY(-27px);
}
.form-group-label.control-focus .floating-label {
  color: #6459c4;
}

.form-group-label {
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
}
.form-group-label .form-control {
  position: relative;
  z-index: 1;
}
.form-group-label .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-group-label .form-control::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.form-group-label .form-control::-webkit-input-placeholder {
  color: transparent;
}
legend + .form-group-label {
  margin-top: 12px;
}

.form-group-label.form-group-brand .floating-label {
  color: #009688;
}

.form-group-label.form-group-brand-accent .floating-label {
  color: #6459c4;
}

.form-group-label.form-group-pink .floating-label {
  color: #e91e63;
}

.form-group-label.form-group-red .floating-label {
  color: #f44336;
}

.textarea-autosize {
  min-height: 36px;
  overflow-x: hidden;
}

.nav {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  position: relative;
}
.nav:after, .nav:before {
  content: "";
  display: table;
  line-height: 0;
}
.nav:after {
  clear: both;
}
.nav a,
.nav .a {
  display: block;
  padding: 14px 16px;
  position: relative;
}
.nav>li>a {
  padding: 14px 16px;
}
.nav .site-top-toggle {
	padding: 6px 16px 30px 16px;
}
.nav a:focus, .nav a:hover,
.nav .a:focus,
.nav .a:hover {
  text-decoration: none;
}
.nav li {
  display: block;
  position: relative;
}
.nav ul {
  margin: 0;
  padding: 0;
}

.nav-justified,
.nav-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-justified {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.nav-justified > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav-justified > li > a,
.nav-justified > li > .a {
  text-align: center;
}

.nav-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.nav-list > li {
  float: left;
}

.tab-content>.tab-pane {
	left:-9px;
	position:relative;
}
.tab-nav .nav>li.active>.a:after, .tab-nav .nav>li.active>a:after {
    opacity: 1;
    -webkit-transition: opacity 0s .45s;
    transition: opacity 0s .45s;
}
.tab-nav .nav>li>.a:after, .tab-nav .nav>li>a:after {
    border-bottom: 2px solid rgb(3, 169, 244);
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1);
    transition: opacity .3s cubic-bezier(.4,0,.2,1);
    width: 100%;
}
.tab-nav .nav>li>.a, .tab-nav .nav>li>a {
    color: inherit;
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
}


.table {
  background-color: #ffffff;
  /*border: 0;*/
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.18);
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.card-table > .table {
  box-shadow: none;
  margin-right: -16px;
  margin-left: -16px;
}
.card-table > .table:first-child {
  margin-top: 0;
}
.card-table > .table:last-child {
  margin-bottom: 0;
}
.table > tbody:first-child > tr:first-child td,
.table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table td,
.table th {
  border-top: 1px solid #dadada;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 16px 14px;
  vertical-align: top;
}
.table td.nowrap,
.table th.nowrap {
  white-space: nowrap;
  width: 1%;
}
.table > thead:first-child > tr:first-child td,
.table > thead:first-child > tr:first-child th {
  border-top: 0;
}
.table > thead td,
.table > thead th {
  color: #9a9a9a;
  font-size: 12px;
  vertical-align: bottom;
}

.table-responsive {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.18);
  margin-top: 24px;
  margin-bottom: 24px;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.card-table > .table-responsive {
  box-shadow: none;
  margin-right: -16px;
  margin-left: -16px;
}
.card-table > .table-responsive:first-child {
  margin-top: 0;
}
.card-table > .table-responsive:last-child {
  margin-bottom: 0;
}
.table-responsive > .table {
  box-shadow: none;
  margin: 0;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.content {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 992px) {
  .content {
    margin-left: 60px;
  }
}

.content-inner {
  margin-bottom: 48px;
  padding-top: 48px;
}
.content-inner:focus {
  outline: 0;
}
.content-inner > :first-child {
  margin-top: 0;
}

.header {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffffff;
  color: #212121;
  /*min-height: 112px;*/
  -webkit-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header:before {
  background-color: #000000;
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  z-index: 31;
}
.header a {
  color: inherit;
}
.header .nav {
  margin: 0;
}
.header .nav a,
.header .nav .a {
 /* padding-top: 18px;
  padding-bottom: 18px;*/
}
@media only screen and (min-width: 992px) {
  .header {
    margin-left: 60px;
  }
  .header:before {
    display: block;
  }
}

@media only screen and (max-width: 990px) {
 
  .header:before {
    display: block;
    height: 55px;
    z-index: 0;
  }
}

.header-logo,
.header-text,
.menu-logo {
  display: block;
  float: left;
  font-weight: 300;
  height: 56px;
  line-height: 28px;
  padding: 14px 16px 14px 25px;
  font-size:12px;
  text-transform:uppercase;
}

.header-logo:focus, .header-logo:hover,
.header-text:focus,
.menu-logo:focus,
.header-text:hover,
.menu-logo:hover {
  text-decoration: none;
}

.header-logo {
  font-size: 20px;
}
.header-logo img {
  display: block;
  max-height: 28px;
  width: auto;
}

.menu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  overflow: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}
@media only screen and (min-width: 992px) {
  .menu {
    display: block;
  }
}

.menu-backdrop {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000000;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 29;
}
.menu-backdrop.in {
  opacity: 0.5;
}

.menu-collapse-toggle {
  display: block;
  padding: 17px 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-content {
  display: block !important;
  height: auto !important;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.menu-content.collapsing, .menu-content.in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-content.collapsing {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-content.collapsing ~ .menu-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.menu-content .nav {
  margin-top: 0;
  margin-bottom: 0;
}
.menu-content .nav a,
.menu-content .nav .a {
  color: inherit;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform:uppercase;
  font-size:12px;
  font-family:  Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu-content .nav a:after,
.menu-content .nav .a:after {
  border-bottom: 2px solid rgb(3, 169, 244);
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.menu-content .nav a:focus, .menu-content .nav a:hover,
.menu-content .nav .a:focus,
.menu-content .nav .a:hover {
  color: #ffffff;
}
.menu-content .nav li.active > a,
.menu-content .nav li.active > .a {
  background-color: #000000 !important;
}
.menu-content .nav li.active > a:after,
.menu-content .nav li.active > .a:after {
  display: block;
}

.menu-content-inner {
  padding-right: 16px;
  padding-left: 16px;
}

.menu-logo {
  color: inherit;
  float: none;
  font-weight: 500;
  height: 55px;
  margin-right: 0;
  margin-left: 0;
  padding: 14px 16px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu-logo:focus, .menu-logo:hover {
  color: #ffffff;
  outline: 0;
}

.menu-scroll {
  background-color: #212121;
  color: #bcbcbc;
  height: 100%;
  max-width: 85%;
  max-width: calc(100% - 64px);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 320px;
  z-index: 1;
}
.menu-right .menu-scroll {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.menu.in .menu-scroll {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 992px) {
  .menu-scroll {
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  .nav-drawer {
    background-color: transparent;
    left: 60px;
    width: 280px;
  }
  .nav-drawer.in ~ .content,
  .nav-drawer.in ~ .header {
    margin-left: 340px;
  }
  .nav-drawer .menu-scroll {
    left: 60px;
    width: 280px;
  }
  .nav-drawer ~ .menu-backdrop {
    display: none !important;
  }
}


.site-menu-close,
.site-menu-toggle {
  color: #bcbcbc !important;
  padding: 10px !important;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  line-height:14px;
  background:#000000;
}
.site-menu-close:focus, .site-menu-close:hover,
.site-menu-toggle:focus,
.site-menu-toggle:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.site-menu-close {
  background-color: #212121;
  z-index: 1;
}

.site-menu-toggle {
  background-color: #000000;
}
@media only screen and (min-width: 992px) {
  .site-menu-toggle {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 31;
  }
}

.site-search-btn-group {
  margin-right: 4px;
}
@media only screen and (min-width: 480px) {
  .site-search-btn-group {
    margin-right: 24px;
  }
}

.site-search-input-group {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 4px;
}
@media only screen and (min-width: 480px) {
  .site-search-input-group {
    margin-left: 24px;
  }
}

.site-skip-nav {
  display: block;
  padding: 12px 16px;
}
@media only screen and (min-width: 992px) {
  .site-skip-nav:focus ~ .header:before,
  .site-skip-nav:focus ~ .header .site-menu-toggle,
  .site-skip-nav:focus ~ .menu,
  .site-skip-nav:focus ~ .menu .menu-scroll {
    top: 44px;
  }
}

.site-top-form-control {
  height: 46px;
  font-size: 18px;
  line-height: 20px;
  padding-top: 14px;
  padding-bottom: 13px;
}
.site-top-form-control:focus {
  padding-bottom: 12px;
}

.site-top-form-label {
  font-size: 20px;
  top: 18px;
}

.site-top-toggle {
  background-color: #f5f5f5;
  overflow: hidden;
}
.site-top-toggle .collapsed-hide,
.site-top-toggle .collapsed-show {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-top-toggle .collapsed-hide {
  margin-left: -0.5em;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-top-toggle .collapsed-show {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.site-top-toggle.collapsed {
  background-color: transparent;
}
.site-top-toggle.collapsed:focus, .site-top-toggle.collapsed:hover {
  background-color: #fafafa;
}
.site-top-toggle.collapsed .collapsed-hide {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.site-top-toggle.collapsed .collapsed-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ui-widget {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}

.bullet-no {
	background: none !important;
	padding: 0 0 4px 0 !important;
}

.bullet-no ul li  {
	background: none !important;
	padding: 0 0 4px 0 !important;
}
ul.bullet-no li  {
	background: none !important;
	padding: 0 0 4px 0 !important;
}

ul.bullet-no li.bullet ul li {
	background: url("/images/bullet.svg") no-repeat scroll 3px 5px transparent;
    background-size: 9px 9px;
	height: 1% !important;
	padding: 0 0 4px 18px !important;
}
.bullet ul li {
	background: url("/images/bullet.svg") no-repeat scroll 3px 5px transparent;
    background-size: 9px 9px;
	height: 1%;
	padding: 0 0 4px 18px;
}

/*BRIGHTCOVE RESPONSIVE STYLING - DO NOT REMOVE*/
.outer-container {
      position: relative;
      height: 0;
      padding-bottom: 56.25%;
    }
    .BrightcoveExperience {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
	
/*YOUTUBE RESPONSIVE STYLING - DO NOT REMOVE*/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
/*END*/

/*404 messaging */
.errorPage {
    height: 100%;
    padding: 5% 15%;
    box-sizing: border-box;
}
.errorPage-content {
    display: inline-block;
    vertical-align: middle;
}
.errorPage-content>.svgIcon {
    position: absolute;
    fill: rgba(0,0,0,.15);
    top: 50%;
    margin-top: -55px;
}

h1.error-title {
    margin-left: 150px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
}
p.error-message {
    margin-top: 10px;
    letter-spacing: -.02em;
    letter-spacing: 0;
    font-style: normal;
}


/* Form stepper */

.stepper-vert-content:after {
    clear: both
}

.stepper {
    overflow: hidden
}

.stepper-horiz-alt .stepper,
.tile-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.stepper-horiz .stepper:before {
    left: 0
}

.stepper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 24px;
    position: relative
}

.stepper-horiz,
.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.stepper:focus,
.stepper:hover {
    text-decoration: none
}

.stepper-horiz .stepper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: #fff
}

.stepper-horiz .stepper:after,
.stepper-horiz .stepper:before {
    border-top: 1px solid #dadada;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 16px
}

.stepper-horiz .stepper:after {
    right: 0
}

.stepper-horiz .stepper:first-child:before,
.stepper-horiz .stepper:last-child:after {
    display: none
}

.stepper-horiz-alt .stepper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.stepper-horiz-alt .stepper:after,
.stepper-horiz-alt .stepper:before {
    top: 34px;
    width: calc(50% - 18px)
}

.stepper-vert .stepper:after,
.stepper-vert .stepper:before {
    border-left: 1px solid #dadada;
    content: "";
    display: block;
    position: absolute;
    left: 34px
}

.stepper-vert .stepper:after {
    top: 52px;
    bottom: 0
}

.stepper-vert .stepper:before {
    height: 16px;
    top: 0
}

.stepper-vert .stepper:first-child:before,
.stepper-vert .stepper:last-child:after {
    display: none
}

.stepper-control {
    cursor: pointer
}

.stepper-control:focus,
.stepper-control:hover {
    background-color: #f5f5f5
}

.stepper-horiz {
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.stepper-horiz:before {
    border-top: 1px solid #dadada;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    left: 24px
}

.stepper-horiz-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 24px;
    padding-left: 24px;
    position: relative
}

.stepper-horiz-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stepper-step {
    font-size: 12px;
    font-weight: 300;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px
}

.stepper-step:before {
    background-color: #9a9a9a;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.stepper.active .stepper-step:before,
.stepper.done .stepper-step:before {
    background-color: #3f51b5
}

.stepper-step-icon {
    color: #fff;
    display: none;
    position: relative
}

.stepper-step-num,
.stepper.done .stepper-step-icon {
    display: inline-block
}

.stepper-step-num {
    color: #fff;
    position: relative
}

.stepper.active .stepper-step-num {
    color: #fff
}

.stepper.done .stepper-step-num {
    display: none
}

.stepper-text {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-left: 8px;
    position: relative
}

.stepper-horiz-alt .stepper-text {
    margin-top: 12px;
    margin-left: 0
}

.stepper.active .stepper-text {
    font-weight: 500
}

.stepper-control:focus .stepper-text,
.stepper-control:hover .stepper-text {
    background-color: #f5f5f5
}

.stepper-vert .stepper-text {
    padding-top: 3px
}

.stepper-text-sub {
    font-weight: 400
}

.stepper-vert {
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.stepper-vert-content {
    border-left: 1px solid #dadada;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 34px;
    padding-right: 24px;
    padding-left: 18px;
    position: relative
}

.stepper-vert-content:after,
.stepper-vert-content:before {
    content: "";
    display: table;
    line-height: 0
}

.stepper-vert-content>:first-child {
    margin-top: 0
}


/*Custom file field control*/


.custom-file {
    /*position: relative;*/
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem	
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0;
}






















