/*CSS Reset*/
/* line 3, _normalize.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
  }
  /*table, tbody, tfoot, thead, tr, th, td, */
  
  /* HTML5 display-role reset for older browsers */
  /* line 5, _normalize.scss */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  /* line 6, _normalize.scss */
  body {
    line-height: 1;
  }
  
  /* line 8, _normalize.scss */
  blockquote, q {
    quotes: none;
  padding-left: 20px;
  padding-top: 20px;
  }
  
  /* line 9, _normalize.scss */
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }
  
  /* line 10, _normalize.scss */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /*override all fonts, font sizes, text decorations, weights and colors*/
  /* line 13, _normalize.scss */
  *, h1, h2, h3, h4, h5, h6, p, ul, ol, label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    color: inherit;
  }
  
  /* line 22, _normalize.scss */
  .bold, strong {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
  }
  
  /* line 23, _normalize.scss */
  .italic, em {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
  }
  
  /* line 24, _normalize.scss */
  .bold-italic, .italic-bold, strong em, em strong {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  /* line 25, _normalize.scss */
  h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.9em;
    line-height: 1.3em;
    font-weight: 400;
    color: #2c3135;
  }
  
  /* line 26, _normalize.scss */
  h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.3em;
    font-weight: 400;
    color: #2c3135;
  }
  
  /* line 27, _normalize.scss */
  h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
  }
  
  /* line 28, _normalize.scss */
  h4 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
  }
  
  /* line 29, _normalize.scss */
  h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 700;
    color: #2c3135;
  }
  
  /* line 30, _normalize.scss */
  h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 700;
    color: #2c3135;
  }
  
  /* line 31, _normalize.scss */
  p, ul, ol {
    font-size: .9em;
    line-height: 1.4em;
    color: #2c3135;
    padding: 0 0 10px;
  }
  
  
  
  /* line 34, _normalize.scss */
  .large {
    font-size: 110%;
    line-height: 140%;
  }
  
  /* line 35, _normalize.scss */
  .small {
    font-size: 85%;
    line-height: 115%;
  }
  
  /* line 36, _normalize.scss */
  ul, ol {
    padding: 0 0 10px;
    list-style: outside none none;
  }
  
  /* line 37, _normalize.scss */
  ul li, ol li {
    padding: 2px 0 6px;
  }
  
  /* line 38, _normalize.scss */
  a {
    color: #2c3135;
  }
  
  /* line 39, _normalize.scss */
  a:hover {
    color: #2c3135;
  }
  
  /* line 43, _normalize.scss */
  .quick-links a, .col-1-4 a {
    text-decoration: none;
  }
  
  /* line 45, _normalize.scss */
  hr {
    width: 100%;
    clear: both;
    margin: 6px auto 10px;
    border: solid 1px #eeeeee;
  }
  
  /* line 47, _normalize.scss */
  html {
    width: 100%;
    font-size: 100%;
    line-height: 1.6875;
  }
  
  /* line 48, _normalize.scss */
  *, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* line 49, _normalize.scss */
  body {
    width: 100%;
    height: 100%;
  }
  
  /*!
   *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  @font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  /* line 4, _font-awesome.min.scss */
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-2x {
    font-size: 2em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-3x {
    font-size: 3em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-4x {
    font-size: 4em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-5x {
    font-size: 5em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-fw {
    width: 1.28571429em;
    text-align: center;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ul > li {
    position: relative;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-li.fa-lg {
    left: -1.85714286em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .pull-right {
    float: right;
  }
  
  /* line 4, _font-awesome.min.scss */
  .pull-left {
    float: left;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa.pull-left {
    margin-right: .3em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa.pull-right {
    margin-left: .3em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }
  
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  /* line 4, _font-awesome.min.scss */
  .fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  
  /* line 4, _font-awesome.min.scss */
  :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stack-1x {
    line-height: inherit;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stack-2x {
    font-size: 2em;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-inverse {
    color: #fff;
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-glass:before {
    content: "\f000";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-music:before {
    content: "\f001";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-search:before {
    content: "\f002";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-envelope-o:before {
    content: "\f003";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-heart:before {
    content: "\f004";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-star:before {
    content: "\f005";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-star-o:before {
    content: "\f006";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-user:before {
    content: "\f007";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-film:before {
    content: "\f008";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-th-large:before {
    content: "\f009";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-th:before {
    content: "\f00a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-th-list:before {
    content: "\f00b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-check:before {
    content: "\f00c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-search-plus:before {
    content: "\f00e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-search-minus:before {
    content: "\f010";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-power-off:before {
    content: "\f011";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-signal:before {
    content: "\f012";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-gear:before, .fa-cog:before {
    content: "\f013";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-trash-o:before {
    content: "\f014";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-home:before {
    content: "\f015";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-o:before {
    content: "\f016";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-clock-o:before {
    content: "\f017";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-road:before {
    content: "\f018";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-download:before {
    content: "\f019";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-circle-o-down:before {
    content: "\f01a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-circle-o-up:before {
    content: "\f01b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-inbox:before {
    content: "\f01c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-play-circle-o:before {
    content: "\f01d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-refresh:before {
    content: "\f021";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-list-alt:before {
    content: "\f022";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-lock:before {
    content: "\f023";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-flag:before {
    content: "\f024";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-headphones:before {
    content: "\f025";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-volume-off:before {
    content: "\f026";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-volume-down:before {
    content: "\f027";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-volume-up:before {
    content: "\f028";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-qrcode:before {
    content: "\f029";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-barcode:before {
    content: "\f02a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tag:before {
    content: "\f02b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tags:before {
    content: "\f02c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-book:before {
    content: "\f02d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bookmark:before {
    content: "\f02e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-print:before {
    content: "\f02f";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-camera:before {
    content: "\f030";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-font:before {
    content: "\f031";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bold:before {
    content: "\f032";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-italic:before {
    content: "\f033";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-text-height:before {
    content: "\f034";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-text-width:before {
    content: "\f035";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-align-left:before {
    content: "\f036";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-align-center:before {
    content: "\f037";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-align-right:before {
    content: "\f038";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-align-justify:before {
    content: "\f039";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-list:before {
    content: "\f03a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-indent:before {
    content: "\f03c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-video-camera:before {
    content: "\f03d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pencil:before {
    content: "\f040";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-map-marker:before {
    content: "\f041";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-adjust:before {
    content: "\f042";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tint:before {
    content: "\f043";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-share-square-o:before {
    content: "\f045";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-check-square-o:before {
    content: "\f046";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrows:before {
    content: "\f047";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-step-backward:before {
    content: "\f048";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-fast-backward:before {
    content: "\f049";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-backward:before {
    content: "\f04a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-play:before {
    content: "\f04b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pause:before {
    content: "\f04c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stop:before {
    content: "\f04d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-forward:before {
    content: "\f04e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-fast-forward:before {
    content: "\f050";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-step-forward:before {
    content: "\f051";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-eject:before {
    content: "\f052";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chevron-left:before {
    content: "\f053";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chevron-right:before {
    content: "\f054";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-plus-circle:before {
    content: "\f055";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-minus-circle:before {
    content: "\f056";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-times-circle:before {
    content: "\f057";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-check-circle:before {
    content: "\f058";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-question-circle:before {
    content: "\f059";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-info-circle:before {
    content: "\f05a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-crosshairs:before {
    content: "\f05b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-times-circle-o:before {
    content: "\f05c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-check-circle-o:before {
    content: "\f05d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ban:before {
    content: "\f05e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-left:before {
    content: "\f060";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-right:before {
    content: "\f061";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-up:before {
    content: "\f062";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-down:before {
    content: "\f063";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-mail-forward:before, .fa-share:before {
    content: "\f064";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-expand:before {
    content: "\f065";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-compress:before {
    content: "\f066";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-plus:before {
    content: "\f067";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-minus:before {
    content: "\f068";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-asterisk:before {
    content: "\f069";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-exclamation-circle:before {
    content: "\f06a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-gift:before {
    content: "\f06b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-leaf:before {
    content: "\f06c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-fire:before {
    content: "\f06d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-eye:before {
    content: "\f06e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-eye-slash:before {
    content: "\f070";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-plane:before {
    content: "\f072";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-calendar:before {
    content: "\f073";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-random:before {
    content: "\f074";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-comment:before {
    content: "\f075";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-magnet:before {
    content: "\f076";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chevron-up:before {
    content: "\f077";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chevron-down:before {
    content: "\f078";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-retweet:before {
    content: "\f079";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-shopping-cart:before {
    content: "\f07a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-folder:before {
    content: "\f07b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-folder-open:before {
    content: "\f07c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrows-v:before {
    content: "\f07d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrows-h:before {
    content: "\f07e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-twitter-square:before {
    content: "\f081";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-facebook-square:before {
    content: "\f082";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-camera-retro:before {
    content: "\f083";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-key:before {
    content: "\f084";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-gears:before, .fa-cogs:before {
    content: "\f085";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-comments:before {
    content: "\f086";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-thumbs-o-up:before {
    content: "\f087";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-thumbs-o-down:before {
    content: "\f088";
  }
  
  /* line 4, _font-awesome.min.scss */
  
  
  
  
  
  .fa-star-half:before {
    content: "\f089";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-heart-o:before {
    content: "\f08a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sign-out:before {
    content: "\f08b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-linkedin-square:before {
    content: "\f08c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-thumb-tack:before {
    content: "\f08d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-external-link:before {
    content: "\f08e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sign-in:before {
    content: "\f090";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-trophy:before {
    content: "\f091";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-github-square:before {
    content: "\f092";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-upload:before {
    content: "\f093";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-lemon-o:before {
    content: "\f094";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-phone:before {
    content: "\f095";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-square-o:before {
    content: "\f096";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bookmark-o:before {
    content: "\f097";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-phone-square:before {
    content: "\f098";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-twitter:before {
    content: "\f099";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-facebook:before {
    content: "\f09a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-github:before {
    content: "\f09b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-unlock:before {
    content: "\f09c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-credit-card:before {
    content: "\f09d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-rss:before {
    content: "\f09e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-hdd-o:before {
    content: "\f0a0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bullhorn:before {
    content: "\f0a1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bell:before {
    content: "\f0f3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-certificate:before {
    content: "\f0a3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-hand-o-right:before {
    content: "\f0a4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-hand-o-left:before {
    content: "\f0a5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-hand-o-up:before {
    content: "\f0a6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-hand-o-down:before {
    content: "\f0a7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-circle-left:before {
    content: "\f0a8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-circle-up:before {
    content: "\f0aa";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-circle-down:before {
    content: "\f0ab";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-globe:before {
    content: "\f0ac";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-wrench:before {
    content: "\f0ad";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tasks:before {
    content: "\f0ae";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-filter:before {
    content: "\f0b0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-briefcase:before {
    content: "\f0b1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrows-alt:before {
    content: "\f0b2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-group:before, .fa-users:before {
    content: "\f0c0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chain:before, .fa-link:before {
    content: "\f0c1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cloud:before {
    content: "\f0c2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-flask:before {
    content: "\f0c3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-paperclip:before {
    content: "\f0c6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-square:before {
    content: "\f0c8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-list-ul:before {
    content: "\f0ca";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-list-ol:before {
    content: "\f0cb";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-strikethrough:before {
    content: "\f0cc";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-underline:before {
    content: "\f0cd";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-table:before {
    content: "\f0ce";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-magic:before {
    content: "\f0d0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-truck:before {
    content: "\f0d1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pinterest:before {
    content: "\f0d2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pinterest-square:before {
    content: "\f0d3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-google-plus-square:before {
    content: "\f0d4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-google-plus:before {
    content: "\f0d5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-money:before {
    content: "\f0d6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-caret-down:before {
    content: "\f0d7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-caret-up:before {
    content: "\f0d8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-caret-left:before {
    content: "\f0d9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-caret-right:before {
    content: "\f0da";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-columns:before {
    content: "\f0db";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-envelope:before {
    content: "\f0e0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-linkedin:before {
    content: "\f0e1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-comment-o:before {
    content: "\f0e5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-comments-o:before {
    content: "\f0e6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sitemap:before {
    content: "\f0e8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-umbrella:before {
    content: "\f0e9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-lightbulb-o:before {
    content: "\f0eb";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-exchange:before {
    content: "\f0ec";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cloud-download:before {
    content: "\f0ed";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cloud-upload:before {
    content: "\f0ee";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-user-md:before {
    content: "\f0f0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stethoscope:before {
    content: "\f0f1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-suitcase:before {
    content: "\f0f2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bell-o:before {
    content: "\f0a2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-coffee:before {
    content: "\f0f4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cutlery:before {
    content: "\f0f5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-text-o:before {
  
  
  
  
  
  
  
  
  
  
  
    content: "\f0f6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-building-o:before {
    content: "\f0f7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-hospital-o:before {
    content: "\f0f8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ambulance:before {
    content: "\f0f9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-medkit:before {
    content: "\f0fa";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-fighter-jet:before {
    content: "\f0fb";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-beer:before {
    content: "\f0fc";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-h-square:before {
    content: "\f0fd";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-plus-square:before {
    content: "\f0fe";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angle-double-left:before {
    content: "\f100";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angle-double-right:before {
    content: "\f101";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angle-double-up:before {
    content: "\f102";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angle-double-down:before {
    content: "\f103";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angle-left:before {
    content: "\f104";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angle-right:before {
    content: "\f105";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angle-up:before {
    content: "\f106";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angle-down:before {
    content: "\f107";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-desktop:before {
    content: "\f108";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-laptop:before {
    content: "\f109";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tablet:before {
    content: "\f10a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-circle-o:before {
    content: "\f10c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-quote-left:before {
    content: "\f10d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-quote-right:before {
    content: "\f10e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-spinner:before {
    content: "\f110";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-circle:before {
    content: "\f111";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-github-alt:before {
    content: "\f113";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-folder-o:before {
    content: "\f114";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-folder-open-o:before {
    content: "\f115";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-smile-o:before {
    content: "\f118";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-frown-o:before {
    content: "\f119";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-meh-o:before {
    content: "\f11a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-gamepad:before {
    content: "\f11b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-keyboard-o:before {
    content: "\f11c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-flag-o:before {
    content: "\f11d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-flag-checkered:before {
    content: "\f11e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-terminal:before {
    content: "\f120";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-code:before {
    content: "\f121";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-location-arrow:before {
    content: "\f124";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-crop:before {
    content: "\f125";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-code-fork:before {
    content: "\f126";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
  }
  
  /* line 4, _font-awesome.min.scss */
  
  .fa-question:before {
    content: "\f128";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-info:before {
    content: "\f129";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-exclamation:before {
    content: "\f12a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-superscript:before {
    content: "\f12b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-subscript:before {
    content: "\f12c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-eraser:before {
    content: "\f12d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-puzzle-piece:before {
    content: "\f12e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-microphone:before {
    content: "\f130";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-microphone-slash:before {
    content: "\f131";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-shield:before {
    content: "\f132";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-calendar-o:before {
    content: "\f133";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-fire-extinguisher:before {
    content: "\f134";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-rocket:before {
    content: "\f135";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-maxcdn:before {
    content: "\f136";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chevron-circle-left:before {
    content: "\f137";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chevron-circle-right:before {
    content: "\f138";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chevron-circle-up:before {
    content: "\f139";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-chevron-circle-down:before {
    content: "\f13a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-html5:before {
    content: "\f13b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-css3:before {
    content: "\f13c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-anchor:before {
    content: "\f13d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-unlock-alt:before {
    content: "\f13e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bullseye:before {
    content: "\f140";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ellipsis-h:before {
    content: "\f141";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ellipsis-v:before {
    content: "\f142";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-rss-square:before {
    content: "\f143";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-play-circle:before {
    content: "\f144";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ticket:before {
    content: "\f145";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-minus-square:before {
    content: "\f146";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-minus-square-o:before {
    content: "\f147";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-level-up:before {
    content: "\f148";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-level-down:before {
    content: "\f149";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-check-square:before {
    content: "\f14a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pencil-square:before {
    content: "\f14b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-external-link-square:before {
    content: "\f14c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-share-square:before {
    content: "\f14d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-compass:before {
    content: "\f14e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-euro:before, .fa-eur:before {
    content: "\f153";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-gbp:before {
    content: "\f154";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-dollar:before, .fa-usd:before {
    content: "\f155";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-rupee:before, .fa-inr:before {
    content: "\f156";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-won:before, .fa-krw:before {
    content: "\f159";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file:before {
    content: "\f15b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-text:before {
    content: "\f15c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sort-alpha-asc:before {
    content: "\f15d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sort-alpha-desc:before {
    content: "\f15e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sort-amount-asc:before {
    content: "\f160";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sort-amount-desc:before {
    content: "\f161";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sort-numeric-asc:before {
    content: "\f162";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sort-numeric-desc:before {
    content: "\f163";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-thumbs-up:before {
    content: "\f164";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-thumbs-down:before {
    content: "\f165";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-youtube-square:before {
    content: "\f166";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-youtube:before {
    content: "\f167";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-xing:before {
    content: "\f168";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-xing-square:before {
    content: "\f169";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-youtube-play:before {
    content: "\f16a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-dropbox:before {
    content: "\f16b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stack-overflow:before {
    content: "\f16c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-instagram:before {
    content: "\f16d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-flickr:before {
    content: "\f16e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-adn:before {
    content: "\f170";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bitbucket:before {
    content: "\f171";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bitbucket-square:before {
    content: "\f172";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tumblr:before {
    content: "\f173";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tumblr-square:before {
    content: "\f174";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-long-arrow-down:before {
    content: "\f175";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-long-arrow-up:before {
    content: "\f176";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-long-arrow-left:before {
    content: "\f177";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-long-arrow-right:before {
    content: "\f178";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-apple:before {
    content: "\f179";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-windows:before {
    content: "\f17a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-android:before {
    content: "\f17b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-linux:before {
    content: "\f17c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-dribbble:before {
    content: "\f17d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-skype:before {
    content: "\f17e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-foursquare:before {
    content: "\f180";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-trello:before {
    content: "\f181";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-female:before {
    content: "\f182";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-male:before {
    content: "\f183";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-gittip:before {
    content: "\f184";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sun-o:before {
    content: "\f185";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-moon-o:before {
    content: "\f186";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-archive:before {
    content: "\f187";
  }
  
  
  /* line 4, _font-awesome.min.scss */
  .fa-bug:before {
    content: "\f188";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-vk:before {
    content: "\f189";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-weibo:before {
    content: "\f18a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-renren:before {
    content: "\f18b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pagelines:before {
    content: "\f18c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stack-exchange:before {
    content: "\f18d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-circle-o-right:before {
    content: "\f18e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-arrow-circle-o-left:before {
    content: "\f190";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-dot-circle-o:before {
    content: "\f192";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-wheelchair:before {
    content: "\f193";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-vimeo-square:before {
    content: "\f194";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-plus-square-o:before {
    content: "\f196";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-space-shuttle:before {
    content: "\f197";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-slack:before {
    content: "\f198";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-envelope-square:before {
    content: "\f199";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-wordpress:before {
    content: "\f19a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-openid:before {
    content: "\f19b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-yahoo:before {
    content: "\f19e";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-google:before {
    content: "\f1a0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-reddit:before {
    content: "\f1a1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-reddit-square:before {
    content: "\f1a2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stumbleupon-circle:before {
    content: "\f1a3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-stumbleupon:before {
    content: "\f1a4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-delicious:before {
    content: "\f1a5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-digg:before {
    content: "\f1a6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pied-piper:before {
    content: "\f1a7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pied-piper-alt:before {
    content: "\f1a8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-drupal:before {
    content: "\f1a9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-joomla:before {
    content: "\f1aa";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-language:before {
    content: "\f1ab";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-fax:before {
    content: "\f1ac";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-building:before {
    content: "\f1ad";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-child:before {
    content: "\f1ae";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-paw:before {
    content: "\f1b0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-spoon:before {
    content: "\f1b1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cube:before {
    content: "\f1b2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cubes:before {
    content: "\f1b3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-behance:before {
    content: "\f1b4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-behance-square:before {
    content: "\f1b5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-steam:before {
    content: "\f1b6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-steam-square:before {
    content: "\f1b7";
  }
  
  
  
  /* line 4, _font-awesome.min.scss */
  .fa-recycle:before {
    content: "\f1b8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-automobile:before, .fa-car:before {
    content: "\f1b9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tree:before {
    content: "\f1bb";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-spotify:before {
    content: "\f1bc";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-deviantart:before {
    content: "\f1bd";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-soundcloud:before {
    content: "\f1be";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-database:before {
    content: "\f1c0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-pdf-o:before {
    content: "\f1c1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-word-o:before {
    content: "\f1c2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-excel-o:before {
    content: "\f1c3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-powerpoint-o:before {
    content: "\f1c4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-file-code-o:before {
    content: "\f1c9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-vine:before {
    content: "\f1ca";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-codepen:before {
    content: "\f1cb";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-jsfiddle:before {
    content: "\f1cc";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-circle-o-notch:before {
    content: "\f1ce";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ge:before, .fa-empire:before {
    content: "\f1d1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-git-square:before {
    content: "\f1d2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-git:before {
    content: "\f1d3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-hacker-news:before {
    content: "\f1d4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tencent-weibo:before {
    content: "\f1d5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-qq:before {
    content: "\f1d6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-history:before {
    content: "\f1da";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-circle-thin:before {
    content: "\f1db";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-header:before {
    content: "\f1dc";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-paragraph:before {
    content: "\f1dd";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-sliders:before {
    content: "\f1de";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-share-alt:before {
    content: "\f1e0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-share-alt-square:before {
    content: "\f1e1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bomb:before {
    content: "\f1e2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-tty:before {
    content: "\f1e4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-binoculars:before {
    content: "\f1e5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-plug:before {
    content: "\f1e6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-slideshare:before {
    content: "\f1e7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-twitch:before {
    content: "\f1e8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-yelp:before {
    content: "\f1e9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-newspaper-o:before {
    content: "\f1ea";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-wifi:before {
    content: "\f1eb";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-calculator:before {
    content: "\f1ec";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-paypal:before {
    content: "\f1ed";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-google-wallet:before {
    content: "\f1ee";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cc-visa:before {
    content: "\f1f0";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cc-mastercard:before {
    content: "\f1f1";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cc-discover:before {
    content: "\f1f2";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cc-amex:before {
    content: "\f1f3";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cc-paypal:before {
    content: "\f1f4";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cc-stripe:before {
    content: "\f1f5";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bell-slash:before {
    content: "\f1f6";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bell-slash-o:before {
    content: "\f1f7";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-trash:before {
    content: "\f1f8";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-copyright:before {
    content: "\f1f9";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-at:before {
    content: "\f1fa";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-eyedropper:before {
    content: "\f1fb";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-paint-brush:before {
    content: "\f1fc";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-birthday-cake:before {
    content: "\f1fd";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-area-chart:before {
    content: "\f1fe";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-pie-chart:before {
    content: "\f200";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-line-chart:before {
    content: "\f201";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-lastfm:before {
    content: "\f202";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-lastfm-square:before {
    content: "\f203";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-toggle-off:before {
    content: "\f204";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-toggle-on:before {
    content: "\f205";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bicycle:before {
    content: "\f206";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-bus:before {
    content: "\f207";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-ioxhost:before {
    content: "\f208";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-angellist:before {
    content: "\f209";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-cc:before {
    content: "\f20a";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
  }
  
  /* line 4, _font-awesome.min.scss */
  .fa-meanpath:before {
    content: "\f20c";
  }
  
  /* open-sans-condensed-300 - latin */
  @font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/open-sans-condensed-v10-latin-300.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight"), url("../fonts/open-sans-condensed-v10-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-condensed-v10-latin-300.woff2") format("woff2"), url("../fonts/open-sans-condensed-v10-latin-300.woff") format("woff"), url("../fonts/open-sans-condensed-v10-latin-300.ttf") format("truetype"), url("../fonts/open-sans-condensed-v10-latin-300.svg#OpenSansCondensed") format("svg");
    /* Legacy iOS */
  }
  /* open-sans-condensed-700 - latin */
  @font-face {
    font-family: 'Open Sans Condensed';
  
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans-condensed-v10-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url("../fonts/open-sans-condensed-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-condensed-v10-latin-700.woff2") format("woff2"), url("../fonts/open-sans-condensed-v10-latin-700.woff") format("woff"), url("../fonts/open-sans-condensed-v10-latin-700.ttf") format("truetype"), url("../fonts/open-sans-condensed-v10-latin-700.svg#OpenSansCondensed") format("svg");
    /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/open-sans-v13-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-regular.woff") format("woff"), url("../fonts/open-sans-v13-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-regular.svg#OpenSans") format("svg");
    /* Legacy iOS */
  }
  /* open-sans-italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/open-sans-v13-latin-italic.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-italic.woff") format("woff"), url("../fonts/open-sans-v13-latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-italic.svg#OpenSans") format("svg");
    /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans-v13-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-700.woff") format("woff"), url("../fonts/open-sans-v13-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-700.svg#OpenSans") format("svg");
    /* Legacy iOS */
  }
  /* open-sans-700italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/open-sans-v13-latin-700italic.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/open-sans-v13-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-700italic.woff") format("woff"), url("../fonts/open-sans-v13-latin-700italic.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-700italic.svg#OpenSans") format("svg");
    /* Legacy iOS */
  }
  .flex-wrap {
   -ms-flex-wrap:wrap!important;
   flex-wrap:wrap!important
  }
  .flex-nowrap {
   -ms-flex-wrap:nowrap!important;
   flex-wrap:nowrap!important
  }
  .flex-fill {
   -webkit-box-flex:1!important;
   -ms-flex:1 1 auto!important;
   flex:1 1 auto!important
  }
  .flex-grow-0 {
   -webkit-box-flex:0!important;
   -ms-flex-positive:0!important;
   flex-grow:0!important
  }
  .flex-grow-1 {
   -webkit-box-flex:1!important;
   -ms-flex-positive:1!important;
   flex-grow:1!important
  }
  .flex-shrink-0 {
   -ms-flex-negative:0!important;
   flex-shrink:0!important
  }
  .flex-shrink-1 {
   -ms-flex-negative:1!important;
   flex-shrink:1!important
  }
  
  .flex-row {
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
   margin-right:-15px;
   margin-left:-15px
  }
  .no-gutters {
   margin-right:0;
   margin-left:0
  }
  .no-gutters>.flex-col,
  .no-gutters>[class*=col-] {
   padding-right:0;
   padding-left:0
  }
  .flex-col,
  .flex-col-1,
  .flex-col-2,
  .flex-col-3,
  .flex-col-4,
  .flex-col-5,
  .flex-col-6,
  .flex-col-7,
  .flex-col-8,
  .flex-col-9,
  .flex-col-10,
  .flex-col-11,
  .flex-col-12,
  .flex-col-auto,
  .flex-col-lg,
  .flex-col-lg-1,
  .flex-col-lg-2,
  .flex-col-lg-3,
  .flex-col-lg-4,
  .flex-col-lg-5,
  .flex-col-lg-6,
  .flex-col-lg-7,
  .flex-col-lg-8,
  .flex-col-lg-9,
  .flex-col-lg-10,
  .flex-col-lg-11,
  .flex-col-lg-12,
  .flex-col-lg-auto,
  .flex-col-md,
  .flex-col-md-1,
  .flex-col-md-2,
  .flex-col-md-3,
  .flex-col-md-4,
  .flex-col-md-5,
  .flex-col-md-6,
  .flex-col-md-7,
  .flex-col-md-8,
  .flex-col-md-9,
  .flex-col-md-10,
  .flex-col-md-11,
  .flex-col-md-12,
  .flex-col-md-auto,
  .flex-col-sm,
  .flex-col-sm-1,
  .flex-col-sm-2,
  .flex-col-sm-3,
  .flex-col-sm-4,
  .flex-col-sm-5,
  .flex-col-sm-6,
  .flex-col-sm-7,
  .flex-col-sm-8,
  .flex-col-sm-9,
  .flex-col-sm-10,
  .flex-col-sm-11,
  .flex-col-sm-12,
  .flex-col-sm-auto,
  .flex-col-xl,
  .flex-col-xl-1,
  .flex-col-xl-2,
  .flex-col-xl-3,
  .flex-col-xl-4,
  .flex-col-xl-5,
  .flex-col-xl-6,
  .flex-col-xl-7,
  .flex-col-xl-8,
  .flex-col-xl-9,
  .flex-col-xl-10,
  .flex-col-xl-11,
  .flex-col-xl-12,
  .flex-col-xl-auto {
   position:relative;
   width:100%;
   padding-right:15px;
   padding-left:15px
  }
  .flex-col {
   -ms-flex-preferred-size:0;
   flex-basis:0;
   -webkit-box-flex:1;
   -ms-flex-positive:1;
   flex-grow:1;
   min-width:0;
   max-width:100%
  }
  .flex-row-cols-1>* {
   -webkit-box-flex:0;
   -ms-flex:0 0 100%;
   flex:0 0 100%;
   max-width:100%
  }
  .flex-row-cols-2>* {
   -webkit-box-flex:0;
   -ms-flex:0 0 50%;
   flex:0 0 50%;
   max-width:50%
  }
  .flex-row-cols-3>* {
   -webkit-box-flex:0;
   -ms-flex:0 0 33.33333%;
   flex:0 0 33.33333%;
   max-width:33.33333%
  }
  .flex-row-cols-4>* {
   -webkit-box-flex:0;
   -ms-flex:0 0 25%;
   flex:0 0 25%;
   max-width:25%
  }
  .flex-row-cols-5>* {
   -webkit-box-flex:0;
   -ms-flex:0 0 20%;
   flex:0 0 20%;
   max-width:20%
  }
  .flex-row-cols-6>* {
   -webkit-box-flex:0;
   -ms-flex:0 0 16.66667%;
   flex:0 0 16.66667%;
   max-width:16.66667%
  }
  .flex-col-auto {
   -ms-flex:0 0 auto;
   flex:0 0 auto;
   width:auto;
   max-width:100%
  }
  .flex-col-1,
  .flex-col-auto {
   -webkit-box-flex:0
  }
  .flex-col-1 {
   -ms-flex:0 0 8.33333%;
   flex:0 0 8.33333%;
   max-width:8.33333%
  }
  .flex-col-2 {
   -ms-flex:0 0 16.66667%;
   flex:0 0 16.66667%;
   max-width:16.66667%
  }
  .flex-col-2,
  .flex-col-3 {
   -webkit-box-flex:0
  }
  .flex-col-3 {
   -ms-flex:0 0 25%;
   flex:0 0 25%;
   max-width:25%
  }
  .flex-col-4 {
   -ms-flex:0 0 33.33333%;
   flex:0 0 33.33333%;
   max-width:33.33333%
  }
  .flex-col-4,
  .flex-col-5 {
   -webkit-box-flex:0
  }
  .flex-col-5 {
   -ms-flex:0 0 41.66667%;
   flex:0 0 41.66667%;
   max-width:41.66667%
  }
  .flex-col-6 {
   -ms-flex:0 0 50%;
   flex:0 0 50%;
   max-width:50%
  }
  .flex-col-6,
  .flex-col-7 {
   -webkit-box-flex:0
  }
  .flex-col-7 {
   -ms-flex:0 0 58.33333%;
   flex:0 0 58.33333%;
   max-width:58.33333%
  }
  .flex-col-8 {
   -ms-flex:0 0 66.66667%;
   flex:0 0 66.66667%;
   max-width:66.66667%
  }
  .flex-col-8,
  .flex-col-9 {
   -webkit-box-flex:0
  }
  .flex-col-9 {
   -ms-flex:0 0 75%;
   flex:0 0 75%;
   max-width:75%
  }
  .flex-col-10 {
   -ms-flex:0 0 83.33333%;
   flex:0 0 83.33333%;
   max-width:83.33333%
  }
  .flex-col-10,
  .flex-col-11 {
   -webkit-box-flex:0
  }
  .flex-col-11 {
   -ms-flex:0 0 91.66667%;
   flex:0 0 91.66667%;
   max-width:91.66667%
  }
  .flex-col-12 {
   -webkit-box-flex:0;
   -ms-flex:0 0 100%;
   flex:0 0 100%;
   max-width:100%
  }
  .order-first {
   -webkit-box-ordinal-group:0;
   -ms-flex-order:-1;
   order:-1
  }
  .order-last {
   -webkit-box-ordinal-group:14;
   -ms-flex-order:13;
   order:13
  }
  .order-0 {
   -webkit-box-ordinal-group:1;
   -ms-flex-order:0;
   order:0
  }
  .order-1 {
   -webkit-box-ordinal-group:2;
   -ms-flex-order:1;
   order:1
  }
  .order-2 {
   -webkit-box-ordinal-group:3;
   -ms-flex-order:2;
   order:2
  }
  .order-3 {
   -webkit-box-ordinal-group:4;
   -ms-flex-order:3;
   order:3
  }
  .order-4 {
   -webkit-box-ordinal-group:5;
   -ms-flex-order:4;
   order:4
  }
  .order-5 {
   -webkit-box-ordinal-group:6;
   -ms-flex-order:5;
   order:5
  }
  .order-6 {
   -webkit-box-ordinal-group:7;
   -ms-flex-order:6;
   order:6
  }
  .order-7 {
   -webkit-box-ordinal-group:8;
   -ms-flex-order:7;
   order:7
  }
  .order-8 {
   -webkit-box-ordinal-group:9;
   -ms-flex-order:8;
   order:8
  }
  .order-9 {
   -webkit-box-ordinal-group:10;
   -ms-flex-order:9;
   order:9
  }
  .order-10 {
   -webkit-box-ordinal-group:11;
   -ms-flex-order:10;
   order:10
  }
  .order-11 {
   -webkit-box-ordinal-group:12;
   -ms-flex-order:11;
   order:11
  }
  .order-12 {
   -webkit-box-ordinal-group:13;
   -ms-flex-order:12;
   order:12
  }
  .offset-1 {
   margin-left:8.33333%
  }
  .offset-2 {
   margin-left:16.66667%
  }
  .offset-3 {
   margin-left:25%
  }
  .offset-4 {
   margin-left:33.33333%
  }
  .offset-5 {
   margin-left:41.66667%
  }
  .offset-6 {
   margin-left:50%
  }
  .offset-7 {
   margin-left:58.33333%
  }
  .offset-8 {
   margin-left:66.66667%
  }
  .offset-9 {
   margin-left:75%
  }
  .offset-10 {
   margin-left:83.33333%
  }
  .offset-11 {
   margin-left:91.66667%
  }
  @media (min-width:576px) {
   .flex-col-sm {
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    min-width:0;
    max-width:100%
   }
   .flex-row-cols-sm-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
   }
   .flex-row-cols-sm-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
   }
   .flex-row-cols-sm-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
   }
   .flex-row-cols-sm-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
   }
   .flex-row-cols-sm-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
   }
   .flex-row-cols-sm-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
   }
   .flex-col-sm-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:100%
   }
   .flex-col-sm-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
   }
   .flex-col-sm-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
   }
   .flex-col-sm-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
   }
   .flex-col-sm-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
   }
   .flex-col-sm-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
   }
   .flex-col-sm-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
   }
   .flex-col-sm-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
   }
   .flex-col-sm-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
   }
   .flex-col-sm-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
   }
   .flex-col-sm-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
   }
   .flex-col-sm-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
   }
   .flex-col-sm-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
   }
   .order-sm-first {
    -webkit-box-ordinal-group:0;
    -ms-flex-order:-1;
    order:-1
   }
   .order-sm-last {
    -webkit-box-ordinal-group:14;
    -ms-flex-order:13;
    order:13
   }
   .order-sm-0 {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0
   }
   .order-sm-1 {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
   }
   .order-sm-2 {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
   }
   .order-sm-3 {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3
   }
   .order-sm-4 {
    -webkit-box-ordinal-group:5;
    -ms-flex-order:4;
    order:4
   }
   .order-sm-5 {
    -webkit-box-ordinal-group:6;
    -ms-flex-order:5;
    order:5
   }
   .order-sm-6 {
    -webkit-box-ordinal-group:7;
    -ms-flex-order:6;
    order:6
   }
   .order-sm-7 {
    -webkit-box-ordinal-group:8;
    -ms-flex-order:7;
    order:7
   }
   .order-sm-8 {
    -webkit-box-ordinal-group:9;
    -ms-flex-order:8;
    order:8
   }
   .order-sm-9 {
    -webkit-box-ordinal-group:10;
    -ms-flex-order:9;
    order:9
   }
   .order-sm-10 {
    -webkit-box-ordinal-group:11;
    -ms-flex-order:10;
    order:10
   }
   .order-sm-11 {
    -webkit-box-ordinal-group:12;
    -ms-flex-order:11;
    order:11
   }
   .order-sm-12 {
    -webkit-box-ordinal-group:13;
    -ms-flex-order:12;
    order:12
   }
   .offset-sm-0 {
    margin-left:0
   }
   .offset-sm-1 {
    margin-left:8.33333%
   }
   .offset-sm-2 {
    margin-left:16.66667%
   }
   .offset-sm-3 {
    margin-left:25%
   }
   .offset-sm-4 {
    margin-left:33.33333%
   }
   .offset-sm-5 {
    margin-left:41.66667%
   }
   .offset-sm-6 {
    margin-left:50%
   }
   .offset-sm-7 {
    margin-left:58.33333%
   }
   .offset-sm-8 {
    margin-left:66.66667%
   }
   .offset-sm-9 {
    margin-left:75%
   }
   .offset-sm-10 {
    margin-left:83.33333%
   }
   .offset-sm-11 {
    margin-left:91.66667%
   }
  }
  @media (min-width:768px) {
   .flex-col-md {
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    min-width:0;
    max-width:100%
   }
   .flex-row-cols-md-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
   }
   .flex-row-cols-md-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
   }
   .flex-row-cols-md-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
   }
   .flex-row-cols-md-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
   }
   .flex-row-cols-md-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
   }
   .flex-row-cols-md-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
   }
   .flex-col-md-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:100%
   }
   .flex-col-md-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
   }
   .flex-col-md-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
   }
   .flex-col-md-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
   }
   .flex-col-md-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
   }
   .flex-col-md-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
   }
   .flex-col-md-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
   }
   .flex-col-md-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
   }
   .flex-col-md-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
   }
   .flex-col-md-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
   }
   .flex-col-md-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
   }
   .flex-col-md-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
   }
   .flex-col-md-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
   }
   .order-md-first {
    -webkit-box-ordinal-group:0;
    -ms-flex-order:-1;
    order:-1
   }
   .order-md-last {
    -webkit-box-ordinal-group:14;
    -ms-flex-order:13;
    order:13
   }
   .order-md-0 {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0
   }
   .order-md-1 {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
   }
   .order-md-2 {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
   }
   .order-md-3 {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3
   }
   .order-md-4 {
    -webkit-box-ordinal-group:5;
    -ms-flex-order:4;
    order:4
   }
   .order-md-5 {
    -webkit-box-ordinal-group:6;
    -ms-flex-order:5;
    order:5
   }
   .order-md-6 {
    -webkit-box-ordinal-group:7;
    -ms-flex-order:6;
    order:6
   }
   .order-md-7 {
    -webkit-box-ordinal-group:8;
    -ms-flex-order:7;
    order:7
   }
   .order-md-8 {
    -webkit-box-ordinal-group:9;
    -ms-flex-order:8;
    order:8
   }
   .order-md-9 {
    -webkit-box-ordinal-group:10;
    -ms-flex-order:9;
    order:9
   }
   .order-md-10 {
    -webkit-box-ordinal-group:11;
    -ms-flex-order:10;
    order:10
   }
   .order-md-11 {
    -webkit-box-ordinal-group:12;
    -ms-flex-order:11;
    order:11
   }
   .order-md-12 {
    -webkit-box-ordinal-group:13;
    -ms-flex-order:12;
    order:12
   }
   .offset-md-0 {
    margin-left:0
   }
   .offset-md-1 {
    margin-left:8.33333%
   }
   .offset-md-2 {
    margin-left:16.66667%
   }
   .offset-md-3 {
    margin-left:25%
   }
   .offset-md-4 {
    margin-left:33.33333%
   }
   .offset-md-5 {
    margin-left:41.66667%
   }
   .offset-md-6 {
    margin-left:50%
   }
   .offset-md-7 {
    margin-left:58.33333%
   }
   .offset-md-8 {
    margin-left:66.66667%
   }
   .offset-md-9 {
    margin-left:75%
   }
   .offset-md-10 {
    margin-left:83.33333%
   }
   .offset-md-11 {
    margin-left:91.66667%
   }
  }
  @media (min-width:992px) {
   .flex-col-lg {
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    min-width:0;
    max-width:100%
   }
   .flex-row-cols-lg-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
   }
   .flex-row-cols-lg-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
   }
   .flex-row-cols-lg-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
   }
   .flex-row-cols-lg-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
   }
   .flex-row-cols-lg-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
   }
   .flex-row-cols-lg-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
   }
   .flex-col-lg-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:100%
   }
   .flex-col-lg-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
   }
   .flex-col-lg-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
   }
   .flex-col-lg-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
   }
   .flex-col-lg-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
   }
   .flex-col-lg-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
   }
   .flex-col-lg-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
   }
   .flex-col-lg-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
   }
   .flex-col-lg-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
   }
   .flex-col-lg-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
   }
   .flex-col-lg-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
   }
   .flex-col-lg-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
   }
   .flex-col-lg-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
   }
   .order-lg-first {
    -webkit-box-ordinal-group:0;
    -ms-flex-order:-1;
    order:-1
   }
   .order-lg-last {
    -webkit-box-ordinal-group:14;
    -ms-flex-order:13;
    order:13
   }
   .order-lg-0 {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0
   }
   .order-lg-1 {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
   }
   .order-lg-2 {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
   }
   .order-lg-3 {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3
   }
   .order-lg-4 {
    -webkit-box-ordinal-group:5;
    -ms-flex-order:4;
    order:4
   }
   .order-lg-5 {
    -webkit-box-ordinal-group:6;
    -ms-flex-order:5;
    order:5
   }
   .order-lg-6 {
    -webkit-box-ordinal-group:7;
    -ms-flex-order:6;
    order:6
   }
   .order-lg-7 {
    -webkit-box-ordinal-group:8;
    -ms-flex-order:7;
    order:7
   }
   .order-lg-8 {
    -webkit-box-ordinal-group:9;
    -ms-flex-order:8;
    order:8
   }
   .order-lg-9 {
    -webkit-box-ordinal-group:10;
    -ms-flex-order:9;
    order:9
   }
   .order-lg-10 {
    -webkit-box-ordinal-group:11;
    -ms-flex-order:10;
    order:10
   }
   .order-lg-11 {
    -webkit-box-ordinal-group:12;
    -ms-flex-order:11;
    order:11
   }
   .order-lg-12 {
    -webkit-box-ordinal-group:13;
    -ms-flex-order:12;
    order:12
   }
   .offset-lg-0 {
    margin-left:0
   }
   .offset-lg-1 {
    margin-left:8.33333%
   }
   .offset-lg-2 {
    margin-left:16.66667%
   }
   .offset-lg-3 {
    margin-left:25%
   }
   .offset-lg-4 {
    margin-left:33.33333%
   }
   .offset-lg-5 {
    margin-left:41.66667%
   }
   .offset-lg-6 {
    margin-left:50%
   }
   .offset-lg-7 {
    margin-left:58.33333%
   }
   .offset-lg-8 {
    margin-left:66.66667%
   }
   .offset-lg-9 {
    margin-left:75%
   }
   .offset-lg-10 {
    margin-left:83.33333%
   }
   .offset-lg-11 {
    margin-left:91.66667%
   }
  }
  @media (min-width:1200px) {
   .flex-col-xl {
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    min-width:0;
    max-width:100%
   }
   .flex-row-cols-xl-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
   }
   .flex-row-cols-xl-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
   }
   .flex-row-cols-xl-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
   }
   .flex-row-cols-xl-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
   }
   .flex-row-cols-xl-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
   }
   .flex-row-cols-xl-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
   }
   .flex-col-xl-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:100%
   }
   .flex-col-xl-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
   }
   .flex-col-xl-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
   }
   .flex-col-xl-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
   }
   .flex-col-xl-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
   }
   .flex-col-xl-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
   }
   .flex-col-xl-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
   }
   .flex-col-xl-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
   }
   .flex-col-xl-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
   }
   .flex-col-xl-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
   }
   .flex-col-xl-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
   }
   .flex-col-xl-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
   }
   .flex-col-xl-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
   }
   .order-xl-first {
    -webkit-box-ordinal-group:0;
    -ms-flex-order:-1;
    order:-1
   }
   .order-xl-last {
    -webkit-box-ordinal-group:14;
    -ms-flex-order:13;
    order:13
   }
   .order-xl-0 {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0
   }
   .order-xl-1 {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
   }
   .order-xl-2 {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
   }
   .order-xl-3 {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3
   }
   .order-xl-4 {
    -webkit-box-ordinal-group:5;
    -ms-flex-order:4;
    order:4
   }
   .order-xl-5 {
    -webkit-box-ordinal-group:6;
    -ms-flex-order:5;
    order:5
   }
   .order-xl-6 {
    -webkit-box-ordinal-group:7;
    -ms-flex-order:6;
    order:6
   }
   .order-xl-7 {
    -webkit-box-ordinal-group:8;
    -ms-flex-order:7;
    order:7
   }
   .order-xl-8 {
    -webkit-box-ordinal-group:9;
    -ms-flex-order:8;
    order:8
   }
   .order-xl-9 {
    -webkit-box-ordinal-group:10;
    -ms-flex-order:9;
    order:9
   }
   .order-xl-10 {
    -webkit-box-ordinal-group:11;
    -ms-flex-order:10;
    order:10
   }
   .order-xl-11 {
    -webkit-box-ordinal-group:12;
    -ms-flex-order:11;
    order:11
   }
   .order-xl-12 {
    -webkit-box-ordinal-group:13;
    -ms-flex-order:12;
    order:12
   }
   .offset-xl-0 {
    margin-left:0
   }
   .offset-xl-1 {
    margin-left:8.33333%
   }
   .offset-xl-2 {
    margin-left:16.66667%
   }
   .offset-xl-3 {
    margin-left:25%
   }
   .offset-xl-4 {
    margin-left:33.33333%
   }
   .offset-xl-5 {
    margin-left:41.66667%
   }
   .offset-xl-6 {
    margin-left:50%
   }
   .offset-xl-7 {
    margin-left:58.33333%
   }
   .offset-xl-8 {
    margin-left:66.66667%
   }
   .offset-xl-9 {
    margin-left:75%
   }
   .offset-xl-10 {
    margin-left:83.33333%
   }
   .offset-xl-11 {
    margin-left:91.66667%
   }
  }
  
  
  
  /*! PocketGrid 1.1.0
  * Copyright 2013 Arnaud Leray
  * MIT License
  */
  /* Border-box-sizing */
  /* line 6, _pocketgrid.scss */
  .row, .col, .row:after, .col:after, .row:before, .col:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* Clearfix */
  /* line 13, _pocketgrid.scss */
  .row {
    *zoom: 1;
  }
  
  /* line 16, _pocketgrid.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  
  /* line 21, _pocketgrid.scss */
  .row:after {
    clear: both;
  }
  
  /* line 25, _pocketgrid.scss */
  .row {
    /* ul/li compatibility */
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  /* Nested grid */
  /* line 33, _pocketgrid.scss */
  .row > .row {
    clear: none;
    float: left;
    margin: 0 !important;
  }
  
  /* Default block */
  /* line 40, _pocketgrid.scss */
  .col {
    float: left;
    width: 100%;
  
  }
  
  /* line 1, _base.scss */
  body {
    line-height: 1.4em;
    background: #fff;
  }
  
  /* line 6, _base.scss */
  h1, h2, h3, h4, h5 {
    padding-bottom: 10px;
  }
  
  /* line 10, _base.scss */
  h1 {
    line-height: 1.1em;
  }
  
  /* line 15, _base.scss */
  table {
    width: 100%;
  }
  
  /* line 19, _base.scss */
  a {
    text-decoration: underline;
  }
  
  /* line 23, _base.scss */
  textarea {
    max-width: 100%;
  }
  
  /* line 27, _base.scss */
  a:visited,
  a:active {
    color: #2c3135;
  }
  
  /* line 32, _base.scss */
  a:hover {
    text-decoration: underline;
  }
  
  /* line 37, _base.scss */
  a.button {
    background: #057d3e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  /* line 54, _base.scss */
  a.button:hover {
    background-color: #18632c;
    color: #fff;
    text-decoration: none;
  }
  
  /* line 61, _base.scss */
  .default-header,
  .business-header,
  .residents-header,
  .news-header {
    padding: 20px 0px 0px 0px;
  }
  /* line 66, _base.scss */
  .default-header h1,
  .business-header h1,
  .residents-header h1,
  .news-header h1 {
    margin: 0;
    padding-bottom: 0;
    font-size: 1.5em;
  }
  
  /* line 73, _base.scss */
  .header,
  .navigation,
  .container,
  .footer {
    float: left;
    width: 100%;
  }
  
  /* line 81, _base.scss */
  h2 a {
    text-decoration: none;
  }
  
  /* line 85, _base.scss */
  .wrapper {
    width: 1024px;
    margin: 0 auto;
  }
  
  /* line 90, _base.scss */
  .header {
    padding: 0 0 10px;
  }
  
  /* line 94, _base.scss */
  .access-links {
    position: absolute;
    top: -200px;
  }
  
  /* line 97, _base.scss */
  .logo {
    float: left;
    margin: -2px 0 0;
    top: -18px;
    position: relative;
  }
  
  /* line 104, _base.scss */
  .top-links {
    text-align: right;
    padding-top: 1.0em;
    color: #000;
    font-size: 0.8em;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-right: -.4em;
    margin-bottom: 10px;
  }
  
  /* line 114, _base.scss */
  .top-links a {
    color: #000;
    padding-right: 0.4em;
    font-size: 1.0em;
    text-decoration: none;
  }
  
  /* line 121, _base.scss */
  .top-links a:hover {
    color: #000;
    text-decoration: underline;
  }
  
  /* line 126, _base.scss */
  .search {
    width: 50%;
    float: right;
    padding-bottom: 0.5em;
    text-align: right;
    padding-top: 4px;
  }
  
  /* line 134, _base.scss */
  .search.mobile {
    display: none;
  }
  
  /* line 138, _base.scss */
  .search #bsc-head-searchfield,
  .search #searchfield {
    width: 70%;
    padding-left: 5px;
    line-height: 1.85em;
    border: 1px solid #2c3135;
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
  
  /* line 150, _base.scss */
  input#bsc-head-searchsubmit {
    margin-bottom: 0;
    margin-top: 0px;
  }
  
  /* line 156, _base.scss */
  input#bsc-head-searchfield {
    margin-top: 0px;
  }
  
  /* line 160, _base.scss */
  #header form label {
    display: none;
  }
  
  /* line 164, _base.scss */
  form label {
    color: #6b7770;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 1em;
    text-transform: uppercase;
  }
  
  /* line 173, _base.scss */
  input {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11.5pt;
    font-weight: 400;
    line-height: 2em;
    padding: 0 0 0 5px;
    margin: 10px 0;
    height: 30px;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  
  /* line 185, _base.scss */
  input[type=text] {
    border: 1px solid #2c3135;
    border-radius: 2px;
  }
  
  /* line 189, _base.scss */
  input[type=search] {
    border: 1px solid #2c3135;
    border-radius: 2px;
  }
  
  /* line 194, _base.scss */
  select {
    margin: 10px 0;
    text-overflow: ellipsis;
  }
  
  /* line 199, _base.scss */
  .sidemenu ul ul,
  .col-1-4.col-left ul ul {
    padding: 0;
  }
  
  /* line 204, _base.scss */
  .sidemenu li:empty,
  .col-1-4.col-left li:empty {
    display: none;
  }
  
  /* line 209, _base.scss */
  
  input[type="button"],
  
  input[type="submit"],
  input[type="reset"],
  .button {
    background: #057d3e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  /* line 228, _base.scss */
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  .button:hover {
    background-color: #046632;
  }
  
  /* line 236, _base.scss */
  th {
    text-align: left;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  
  /* line 242, _base.scss */
  .search input[type="button"],
  .search input[type="submit"],
  .search input[type="reset"],
  .button {
    font-size: 1rem;
  }
  
  /* line 249, _base.scss */
  .navigation {
    background: #2c3135;
  }
  
  /* line 253, _base.scss */
  .nav {
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #2c3135;
    width: 100%;
    height: 3.25em;
    line-height: 3.25em;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    cursor: default;
  }
  
  .nav-app {
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #2c3135;
    width: 100%;
    height: 1.5em;
    line-height: 3.25em;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    cursor: default;
  }
  
  
  /* line 268, _base.scss */
  .nav_inner {
    margin: 0 auto;
    text-align: left;
  }
  
  /* line 274, _base.scss */
  .nav ul {
    position: relative;
    z-index: 1001;
    padding: 0 0 0px;
    list-style: outside none none;
  }
  
  @media screen and (min-width: 1024px) {
    /* line 281, _base.scss */
    .nav ul li.dropdown > a {
      padding-right: 100px;
    }
  }
  
  /* line 287, _base.scss */
  .nav li {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    padding-top: 15px;
  }
  
  /* line 294, _base.scss */
  .nav .dropdown li {
    display: none;
  }
  
  /* line 298, _base.scss */
  .nav li a,
  .nav li span {
    position: relative;
    /*display: block;*/
    text-decoration: none;
    color: #fff;
    padding: 0.3em 1.5em 0.25em 0;
    font-size: 1.0em;
    letter-spacing: 1px;
    outline: 0;
    font-weight: 100;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  
  /* line 319, _base.scss */
  .nav > .nav_inner > ul > li:hover > a,
  .nav > .nav_inner > ul > li:hover > a {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    text-decoration: underline;
  }
  
  /* line 329, _base.scss */
  .dropotron > li:hover > a {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    text-decoration: underline;
  }
  
  /* line 338, _base.scss */
  .nav li.current a {
    font-weight: bold;
  }
  
  /* line 342, _base.scss */
  .nav li.current a:hover {
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  
  /* line 352, _base.scss */
  .nav .dropotron {
    background: #eaeaea;
    width: 300px;
    top: 4em;
    position: absolute;
  }
  
  /* line 359, _base.scss */
  .dropotron > li {
    display: none;
    color: #000;
    line-height: 1.25em;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    padding: 0.5em 0.5em 0.5em 1em;
    text-align: left;
    font-size: 1.1em;
    min-width: 14em;
  }
  
  /* line 373, _base.scss */
  .dropotron > li a {
    color: #000;
    display: block;
    width: 100%;
  }
  
  /* line 379, _base.scss */
  .dropotron > li:first-child {
    margin-top: 0.5em;
  }
  
  /* line 383, _base.scss */
  .dropotron > li:last-child {
    padding-bottom: 1em !important;
  }
  
  /* line 387, _base.scss */
  .nav li.dropdown:hover .dropotron > li {
  
    color: #000;
    display: block !important;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  
  /* line 397, _base.scss */
  .nav .dropotron li > a:hover,
  .nav .dropotron li > span:hover {
    color: #000;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  
  /* line 407, _base.scss */
  .nav li.dropdown:hover .dropotron:before {
    content: ';
    position: absolute;
    left: 30%;
    margin-left: -5em;
    top: -0.65em;
    border-bottom: solid 1em #eaeaea;
    border-left: solid 1em transparent;
    border-right: solid 1em transparent;
  }
  
  /* line 418, _base.scss */
  .container {
    padding: 0 0 0px;
  }
  
  /* line 422, _base.scss */
  .content {
    float: left;
    width: 100%;
    min-height: 493px;
    padding: 0 0;
  }
  
  /* line 429, _base.scss */
  .introduction {
    float: left;
    width: 100%;
    padding: 0 0 0;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  
  /*********************************************************************************/
  /* Home Slider                                                                   */
  /*********************************************************************************/
  /* line 446, _base.scss */
  .slide_img {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 258px;
  }
  
  /* line 453, _base.scss */
  .home_slider h2 {
    color: #1a5088;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 0.25em;
    line-height: 0.8em;
  }
  
  /* line 463, _base.scss */
  .home_slider h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
  }
  
  /* line 470, _base.scss */
  .columns {
    float: left;
    width: 100%;
    padding: 0;
  }
  
  /* line 476, _base.scss */
  .columns-profiles {
    padding: 20px 0;
  }
  
  /* line 480, _base.scss */
  .col-1-2,
  .footer-left,
  .footer-right {
    float: left;
    padding: 0 4%;
  }
  
  /* line 488, _base.scss */
  .footer .footer-left {
    width: 70%;
  }
  @media screen and (max-width: 767px) {
    /* line 488, _base.scss */
    .footer .footer-left {
      width: 100%;
    }
  }
  /* line 494, _base.scss */
  .footer .footer-right {
    width: 30%;
  }
  @media screen and (max-width: 767px) {
    /* line 494, _base.scss */
    .footer .footer-right {
      width: 100%;
    }
  }
  
  /* line 503, _base.scss */
  .footer-left,
  .footer-right {
    padding: 0;
  }
  
  /* line 508, _base.scss */
  .col-1-2:first-child,
  .col-1-2.first-child {
    padding-left: 0;
  }
  
  /* line 513, _base.scss */
  .col-1-2:last-child,
  .col-1-2.last-child {
    padding-right: 0;
  }
  
  /* line 518, _base.scss */
  .col-1-4 {
    float: left;
    width: 25%;
    padding: 0 0 7px 7px;
    margin: 0;
  }
  
  /* line 525, _base.scss */
  .col-2-4 {
    float: left;
    width: 50%;
    padding: 0 0 7px 7px;
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    /* line 525, _base.scss */
    .col-2-4 {
      width: 100%;
      padding: 0;
      margin: 5px 0;
    }
  }
  
  /* line 537, _base.scss */
  .col-3-4 {
    float: left;
    width: 50%;
    padding: 0 0 7px 7px;
    margin: 0;
  }
  
  /* line 544, _base.scss */
  .col-1-2 {
    float: left;
    width: 50.0%;
    padding: 0 0 7px 7px;
    margin: 0;
  }
  .col-1-3 {
    float: left;
    width: 33.3%;
    padding: 0 0 7px 7px;
    margin: 0;
  }
  .col-2-3 {
    float: left;
    width: 66.6%;
    padding: 0 0 7px 7px;
    margin: 0;
  }
  
  .col-1-5 {
    float: left;
    width: 20%;
    padding: 0 0 7px 7px;
    margin: 0;
  }
  
  .col-1-6 {
  
      float: left;
      width: 65%;
      padding: 0 0 7px 7px;
      margin: 0;
  
  }
  
  .col-1-7 {
  
      float: left;
      width: 30%;
      padding: 0 0 7px 7px;
      margin: 0;
  
  }
  
  @media screen and (max-width: 767px) {
    /* line 544, _base.scss */
    .col-1-2 {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
    }
    .col-1-3 {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
    }
  }
  
  /* line 558, _base.scss */
  .col-1-2:last-child,
  .col-1-2.last-child {
    padding-right: 0;
  }
  
  .col-1-3:last-child,
  .col-1-3.last-child {
    padding-right: 0;
  }
  
  /* line 563, _base.scss */
  .profile-img {
    float: left;
    clear: both;
    width: 90%;
    max-width: 160px;
    height: 100%;
    max-height: 213px;
    margin: 0 10% 0 0;
    padding: 8px 0;
  }
  
  /* line 574, _base.scss */
  .col-1-2 p {
    float: left;
    width: 90%;
    margin: 0 10% 0 0;
  }
  .col-1-3 p {
    float: left;
    width: 90%;
    margin: 0 10% 0 0;
  }
  
  /* line 580, _base.scss */
  .col-inside {
  
    float: left;
    width: 100%;
    background: #d6d6d6 none repeat scroll;
    padding: 20px 20px 30px;
  }
  
  .col-inside-ln {
    float: left;
    width: 100%;
    background: #f7f7f7 none repeat scroll;
    padding: 20px 20px 30px;
    border: 1px solid #c8c9ca;
    border-radius: 1px;
    min-height: 320px;
  }
  
  /* line 587, _base.scss */
  .col-content {
    float: left;
    width: 100%;
    min-height: 200px;
  }
  
  .col-content-ln {
    float: left;
    width: 100%;
    min-height: 200px;
  }
  
  /* line 593, _base.scss */
  .col-content h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
    padding-bottom: 15px;
  }
  
  /* line 602, _base.scss */
  .col-content ul li {
    list-style-type: none;
    margin-left: 5px;
  }
  
  /* unordered lists that should have arrows next to links */
  /* line 609, _base.scss */
  ul.bg li a:before {
    color: #2c3135;
    content: url(../images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  /* line 617, _base.scss */
  ul.bg li strong:before {
    color: #2c3135;
    content: url(../images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  /* line 625, _base.scss */
  ul.bg li a {
    text-decoration: none;
  }
  
  /* line 629, _base.scss */
  ul.bg li a:hover {
    text-decoration: underline;
  }
  
  /* line 634, _base.scss */
  .col-content ul li a:before {
    color: #2c3135;
    content: url(../images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  /* line 642, _base.scss */
  .col-link {
    float: left;
    width: 100%;
    min-height: 52px;
  }
  
  /* line 648, _base.scss */
  .col-link p {
    padding: 8px 0 0;
  }
  
  /* line 652, _base.scss */
  .col-link a {
    font-weight: 700;
    color: #2c3135;
  }
  
  /* line 657, _base.scss */
  .col-link a:hover {
    color: #2c3135;
    text-decoration: underline;
  }
  
  /* line 662, _base.scss */
  .col-inside-2 {
    float: left;
    width: 100%;
    background: #f8f8f8 none repeat scroll;
    padding: 20px 20px 30px;
  }
  
  /* line 669, _base.scss */
  .col-content-2 {
    float: left;
    width: 100%;
    min-height: 300px;
  }
  
  /* line 675, _base.scss */
  .col-content-2 h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
    padding-bottom: 15px;
  }
  
  /* line 684, _base.scss */
  .col-content-2 ul li {
    list-style-type: none;
    margin-left: 0px;
  }
  
  /* line 689, _base.scss */
  .col-link-2 {
    float: left;
    width: 100%;
    min-height: 52px;
  }
  
  /* line 695, _base.scss */
  .col-link-2 p {
    padding: 8px 0 0;
  }
  
  /* line 699, _base.scss */
  .col-link-2 a {
    font-weight: 700;
    color: #2c3135;
  }
  
  /* line 704, _base.scss */
  .col-link-2 a:hover {
    color: #2c3135;
    text-decoration: underline;
  }
  
  /* line 709, _base.scss */
  .footer {
    background: #2c3135;
    padding: 18px 0 20px;
  }
  
  /* line 718, _base.scss */
  .footer-nav ul {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0px;
  }
  
  /* line 728, _base.scss */
  .footer-nav ul li {
    display: inline-block;
    min-width: 4%;
    margin: 0 0 0 3.5%;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 767px) and (max-width: 880px) {
    /* line 728, _base.scss */
    .footer-nav ul li {
      margin: 0 0 0 3.5%;
    }
  }
  
  /* line 738, _base.scss */
  .footer h3 {
    font-size: .9em;
    line-height: 1.3em;
    color: #dfdfdf;
    font-weight: 700;
    padding: 0 0 5px;
  }
  
  /* line 746, _base.scss */
  .footer p {
    font-size: .9em;
    line-height: 1.3em;
    color: #dfdfdf;
  }
  
  /* line 752, _base.scss */
  .footer a {
    color: #ffffff;
    text-decoration: none;
  }
  
  /* line 757, _base.scss */
  .footer a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  /* line 763, _base.scss */
  .footer-right {
    padding-top: 10px;
  }
  
  /* line 766, _base.scss */
  .footer-right img {
    float: right;
    padding-top: 4px;
  }
  
  
  /* line 771, _base.scss */
  .footer-nav:nth-of-type(2) li {
    padding-bottom: 0px;
  }
  
  /* line 775, _base.scss */
  .quick-links {
    float: left;
    width: 100%;
    padding: 6px 6% 4px;
  }
  
  /* line 781, _base.scss */
  .quick-links ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
  }
  
  
  /* line 788, _base.scss */
  .quick-links ul li {
    float: left;
    width: 100%;
    padding: 6px;
  }
  
  /* line 794, _base.scss */
  .quick-links ul li a {
    font-weight: 700;
  }
  
  /* ***Utility classes*** */
  /* line 801, _base.scss */
  iframe {
    width: 100%;
  }
  
  /* line 805, _base.scss */
  .fl {
    float: left !important;
  }
  
  /* line 809, _base.scss */
  .fr {
    float: right !important;
  }
  
  /* Alignment Styles for WYSIWYG Editor - Do not delete */
  /* line 816, _base.scss */
  img.alignright {
    float: right;
    margin: 0 0 32px 42px;
  }
  
  /* line 821, _base.scss */
  img.alignleft {
    float: left;
    margin: 0 36px 32px 0;
  }
  
  /* line 826, _base.scss */
  img.aligncenter {
    display: block;
    margin: 0 auto;
  }
  
  /* line 831, _base.scss */
  .alignright {
    float: right;
  }
  
  /* line 835, _base.scss */
  .alignleft {
    float: left;
  }
  
  /* line 839, _base.scss */
  .aligncenter {
    display: block;
    margin: 0 auto;
  }
  
  @media only screen and (min-width: 1281px) {
    /* line 845, _base.scss */
    .wrapper {
      width: 1024px;
      margin: 0 auto;
    }
  
    /* line 849, _base.scss */
    .col-content {
      min-height: 230px;
    }
  }
  @media only screen and (max-width: 1023px) {
    /* line 881, _base.scss */
    .wrapper {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    /* line 888, _base.scss */
    .content {
      padding: 0;
    }
  
    /* line 891, _base.scss */
    .col-3-4 {
      width: 61%;
    }
  
    /* line 894, _base.scss */
    .side-bar {
      width: 38%;
    }
  
    /* line 897, _base.scss */
    .col-content {
      min-height: 200px;
    }
  }
  @media only screen and (width: 1024px) {
    /* line 904, _base.scss */
    .wrapper {
      width: 100%;
      max-width: 1024px;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    /* line 911, _base.scss */
    .content {
      padding: 0;
    }
  
    /* line 914, _base.scss */
    .col-3-4 {
      width: 61%;
    }
  
    /* line 917, _base.scss */
    .side-bar {
      width: 38%;
    }
  
    /* line 920, _base.scss */
    .col-content {
      min-height: 200px;
    }
  }
  @media only screen and (min-width: 1025px) {
    /* line 926, _base.scss */
    .wrapper {
      width: 100%;
      max-width: 1024px;
      padding-left: 0px;
      padding-right: 0px;
    }
  
    /* line 933, _base.scss */
    .content {
      padding: 0;
    }
  
    /* line 936, _base.scss */
    .col-3-4 {
      width: 61%;
    }
  
    /* line 939, _base.scss */
    .side-bar {
      width: 38%;
    }
  
    /* line 942, _base.scss */
    .col-content {
      min-height: 200px;
    }
  }
  @media only screen and (max-width: 980px) {
    /* line 948, _base.scss */
    .nav ul.navfr li {
      font-size: 1.15em;
      padding: 3px 1.2%;
    }
  
    /* line 952, _base.scss */
    .nav ul.navfr li:first-child {
      padding-left: 0;
    }
  
    /* line 955, _base.scss */
    .nav ul.navfr li:last-child {
      padding-right: 0;
    }
  
    /* line 958, _base.scss */
    .nav ul.navfr li.language {
      float: right;
    }
  }
  @media only screen and (min-width: 768px) {
    /* line 964, _base.scss */
    div.slicknav_menu {
      display: none;
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 970, _base.scss */
    .desktop {
      display: none;
    }
  
    /* line 973, _base.scss */
    .mobile {
      display: block;
    }
  
    /* line 977, _base.scss */
    .navigation .wrapper {
      width: 100%;
      margin: 0;
      display: none;
    }
  
    /* line 982, _base.scss */
    div.slicknav_menu {
      display: block;
      max-width: 90%;
      margin: auto;
      background-color: #2C3135;
    }
  
    /* line 989, _base.scss */
    .logo {
      float: none;
      clear: both;
      text-align: center;
      margin-top: 20px;
    }
  
    /* line 995, _base.scss */
    .top-links {
      float: none;
      margin: 10px auto;
      text-align: center;
    }
  
    /* line 1000, _base.scss */
    .search {
      width: 100%;
      float: none;
      margin-top: 20px;
      clear: both;
    }
  
    /* line 1006, _base.scss */
    div.search form {
      min-width: 0;
      float: none;
      margin: auto;
    }
  
    /* line 1013, _base.scss */
    .mobile {
      float: left;
      width: 100%;
      font-size: 1.3em;
      font-weight: 700;
      text-align: center;
      padding: 3px 0 0;
    }
  
    /* line 1021, _base.scss */
    .mobile li a {
      width: 100%;
      display: block;
      height: 44px;
    }
  
    /* line 1026, _base.scss */
    .mobile li ul {
      background: #404649;
      float: left;
      width: 100%;
      padding: 16px 8%;
    }
  
    /* line 1032, _base.scss */
    .mobile li ul li {
      background: #404649;
      float: left;
      width: 100%;
      font-size: 0.9em;
      text-align: left;
      padding: 5px 0;
      margin: 0;
    }
  
    /* line 1041, _base.scss */
    .mobile li ul li.language {
      padding: 24px 0 5px;
    }
  
    /* line 1044, _base.scss */
    .mobile li ul li a {
      display: inline;
      height: inherit;
      color: #dfdfdf !important;
      border: 0;
    }
  
    /* line 1050, _base.scss */
    .mobile li ul li a.active {
      color: #ffffff !important;
    }
  
    /* line 1053, _base.scss */
    .mobile li ul li a:hover {
      color: #ffffff !important;
    }
  
    /* line 1056, _base.scss */
    ul.submenu-mobile-cont {
      position: absolute;
      display: none;
      border-top: 3px solid #474C4F;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    }
  
    /* line 1067, _base.scss */
    .col-1-2 {
      width: 100%;
      padding: 0 5%;
    }
  
    /* line 1071, _base.scss */
    .col-1-2 .col-1-2 {
      padding: 0 5% 10px;
    }
  
    /* line 1074, _base.scss */
    .col-3-4 {
      width: 100%;
      padding: 0;
    }
  
    /* line 1078, _base.scss */
    .col-1-4 {
      width: 100%;
      margin: 5px 0;
      padding: 0;
    }
  
    /* line 1083, _base.scss */
    .col-content {
      min-height: 110px;
    }
  
    /* line 1086, _base.scss */
    .col-link {
      float: left;
      width: 100%;
      min-height: 36px;
    }
  
    /* line 1091, _base.scss */
    .footer-left {
      width: 100%;
      padding: 0 2.5%;
    }
  
    /* line 1095, _base.scss */
    .footer-right {
      width: 100%;
      padding: 0 2.5%;
      margin-top: 10px;
    }
  
    /* line 1100, _base.scss */
    .footer-left,
    .footer-right img {
      float: left;
    }
  
    /* line 1104, _base.scss */
    .footer-nav ul {
      padding-bottom: 10px;
    }
  
    /* line 1107, _base.scss */
    .footer-nav ul li {
      float: left;
      text-align: left;
      margin: 0 3.5% 0 0;
    }
  }
  @media only screen and (max-width: 480px) {
    /* line 1116, _base.scss */
    .top-links a {
      padding: 10px;
      display: inline-block;
    }
  
    /* line 1120, _base.scss */
    .search #bsc-head-searchfield,
    .search #searchfield {
      width: 50%;
    }
  
    /* line 1124, _base.scss */
    input#bsc-head-searchsubmit {
      padding: 5px;
    }
  
    /* line 1128, _base.scss */
    .col-1-2 {
      width: 100%;
    }
  
    .col-1-3 {
      width: 100%;
    }
  
    /* line 1135, _base.scss */
    .col-content {
      min-height: 140px;
    }
  
    /* line 1138, _base.scss */
    .col-link {
      float: left;
      width: 100%;
      min-height: 52px;
    }
  
    /* line 1143, _base.scss */
    .profile-img {
      float: none;
      width: 50%;
      max-width: inherit;
      height: inherit;
      text-align: center;
      margin: 0 25%;
      padding: 0 0 8px;
    }
  
    /* line 1152, _base.scss */
    .col-1-2 p {
      float: none;
      width: 80%;
      text-align: center;
      margin: 0 10%;
      padding: 0 0 24px;
    }
  
    .col-1-3 p {
      float: none;
      width: 80%;
      text-align: center;
      margin: 0 10%;
      padding: 0 0 24px;
    }
  
    /* line 1159, _base.scss */
    .footer-nav ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 8px 0 20px;
    }
  
    /* line 1165, _base.scss */
    .footer-nav ul li {
      float: left;
      width: 100%;
      padding: 4px 0;
    }
  
    /* line 1170, _base.scss */
    img.alignright {
      float: none;
      display: block;
      margin: 10px auto 24px;
    }
  
    /* line 1175, _base.scss */
    img.alignleft {
      float: none;
      display: block;
      margin: 10px auto 24px;
    }
  }
  /* line 1182, _base.scss */
  *::-moz-placeholder {
    color: #777 !important;
    opacity: 1;
  }
  
  /* line 1188, _base.scss */
  
  div.breadcrumb {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2c3135;
    margin-bottom: 20px;
  }
  /* line 1195, _base.scss */
  div.breadcrumb ul {
    padding: 0px;
  }
  /* line 1199, _base.scss */
  div.breadcrumb a {
    text-decoration: none;
  }
  /* line 1202, _base.scss */
  div.breadcrumb a:hover {
    text-decoration: underline;
  }
  
  /* line 1210, _base.scss */
  .breadcrumb li {
    display: inline-block;
    padding: 0 5px 0 0;
  }
  
  /* line 1220, _base.scss */
  .columns.col-2 .col-3-4,
  .columns.col-3 .col-3-4 {
    float: right;
    width: 75%;
    padding: 0;
  }
  @media screen and (max-width: 960px) {
    /* line 1220, _base.scss */
    .columns.col-2 .col-3-4,
    .columns.col-3 .col-3-4 {
      width: 70%;
    }
  }
  @media screen and (max-width: 767px) {
    /* line 1220, _base.scss */
    .columns.col-2 .col-3-4,
    .columns.col-3 .col-3-4 {
      width: 100%;
    }
  }
  /* line 1230, _base.scss */
  .columns.col-2 .col-3-4 .col-inside-3,
  .columns.col-3 .col-3-4 .col-inside-3 {
    padding: 10px 20px 30px;
  }
  @media screen and (max-width: 767px) {
    /* line 1230, _base.scss */
    .columns.col-2 .col-3-4 .col-inside-3,
    .columns.col-3 .col-3-4 .col-inside-3 {
      padding: 10px 0 10px;
    }
  }
  /* line 1237, _base.scss */
  .columns.col-2 .col-1-4,
  .columns.col-3 .col-1-4 {
    width: 25%;
    padding-left: 0;
    margin: 0;
    float: left;
  }
  @media screen and (max-width: 767px) {
    /* line 1237, _base.scss */
    .columns.col-2 .col-1-4,
    .columns.col-3 .col-1-4 {
      width: 100%;
    }
  }
  /* line 1246, _base.scss */
  .columns.col-2 .col-2-4,
  .columns.col-3 .col-2-4 {
    display: inline-block;
    float: none;
    padding: 0;
  }
  /* line 1250, _base.scss */
  .columns.col-2 .col-2-4 .col-inside-3,
  .columns.col-3 .col-2-4 .col-inside-3 {
    padding: 10px 20px 30px;
  }
  @media screen and (max-width: 767px) {
    /* line 1250, _base.scss */
    .columns.col-2 .col-2-4 .col-inside-3,
    .columns.col-3 .col-2-4 .col-inside-3 {
      padding: 10px 0 10px;
    }
  }
  /* line 1257, _base.scss */
  .columns.col-2 .col-1-4.col-right,
  .columns.col-3 .col-1-4.col-right {
    float: right;
  }
  
  @media screen and (min-width: 768px) and (max-width: 960px) {
    /* line 1263, _base.scss */
    .columns.col-2 .col-1-4 {
      width: 30%;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 960px) {
    /* line 1271, _base.scss */
    .columns.col-3 .col-1-4 {
      width: 25%;
    }
  }
  
  /* line 1278, _base.scss */
  .col:first-of-type,
  .col-1-2:first-of-type,
  .col-1-3:first-of-type,
  .col-1-4:first-of-type {
    padding-left: 0;
  }
  
  @media screen and (max-width: 767px) {
    /* line 1285, _base.scss */
    .content > .columns > .col-1-2,
    .content > .columns > .col-1-3,
    .content > .columns > .col-2-3,
    .content > .columns > .col-1-4,
    .content > .columns > .col-2-4,
    .content > .columns > .col-3-4 {
      width: 100%;
      padding: 0;
      margin: 5px 0;
    }
  }
  
  /* line 1298, _base.scss */
  .col-content-1 {
    margin: 10px 0 10px;
  }
  
  /* line 1301, _base.scss */
  .col-left .col-content-1,
  .col-right .col-content-1 {
    margin-top: 0;
  }
  
  /* line 1306, _base.scss */
  .col-inside-2 img {
    max-width: 100%;
    height: auto;
  }
  
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    /* line 1312, _base.scss */
    .columns .columns .col-1-2,
    .columns .columns .col-1-3,
    .columns .columns .col-2-3,
    .columns .columns .col-1-4,
    .columns .columns .col-2-4,
    .columns .columns .col-3-4 {
      width: 100%;
      padding: 0;
      margin: 5px 0;
    }
  }
  @media screen and (max-width: 680px) {
    /* line 1312, _base.scss */
    .columns .columns .col-1-2,
    .columns .columns .col-1-3,
    .columns .columns .col-2-3,
    .columns .columns .col-1-4,
    .columns .columns .col-2-4,
    .columns .columns .col-3-4 {
      width: 100%;
      padding: 0;
      margin: 5px 0;
    }
  }
  
  /* line 1330, _base.scss */
  .columns table td {
    padding: 0 5px;
  }
  
  /* line 1335, _base.scss */
  .search form {
    max-width: 480px;
    min-width: 420px;
    width: 100%;
    float: right;
  }
  
  /* line 1346, _base.scss */
  ul.slicknav_nav ul {
    margin: 0 15px 0 15px;
  }
  /* line 1349, _base.scss */
  ul.slicknav_nav > li > .slicknav_row:hover {
    background-color: transparent;
    color: #fff;
  }
  /* line 1353, _base.scss */
  ul.slicknav_nav a {
    color: #fff;
  }
  /* line 1356, _base.scss */
  ul.slicknav_nav a:hover {
    background-color: transparent;
    color: #fff;
  }
  /* line 1360, _base.scss */
  ul.slicknav_nav > li > a a:hover {
    color: #fff;
  }
  
  /* line 1369, _base.scss */
  .slick-track {
    background-color: #F8F8F8;
  }
  
  /* line 1373, _base.scss */
  .slide_content {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 0;
    padding: 20px 20px 20px 20px;
    width: 337px;
    position: absolute;
    right: 0;
    bottom: 20px;
    max-width: 100%;
  }
  @media screen and (max-width: 1024px) {
    /* line 1373, _base.scss */
    .slide_content {
      position: relative;
      bottom: 0;
      width: 100%;
    }
  }
  
  /* line 1391, _base.scss */
  .slide_content h2 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1em;
  }
  
  /* line 1400, _base.scss */
  .slide_content h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 1.0em;
  }
  
  /* middle column slick slider */
  /* line 1409, _base.scss */
  .col-2-4 .col-inside-3 .slickSlider-wrapper {
    margin-top: -10px;
  }
  
  /* line 1413, _base.scss */
  .col-2-4 .slickSlider-wrapper .slickslider-prev-next {
    bottom: 26px;
    top: auto;
  }
  @media screen and (max-width: 767px) {
    /* line 1413, _base.scss */
    .col-2-4 .slickSlider-wrapper .slickslider-prev-next {
      top: 50%;
      bottom: auto;
    }
  }
  
  /* line 1421, _base.scss */
  .col-2-4 .slide_content {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px 40px 20px 40px;
    min-height: 132px;
  }
  @media screen and (max-width: 1024px) {
    /* line 1421, _base.scss */
    .col-2-4 .slide_content {
      /*min-height:auto;*/
      min-height: 132px;
    }
  }
  /* line 1432, _base.scss */
  .col-2-4 .slide_content h2 {
    font-size: 1.1em;
  }
  
  /* line 1439, _base.scss */
  .col-2-4 .slick-initialized div.slick-slide {
    vertical-align: top;
  }
  
  /* line 1442, _base.scss */
  .col-2-4 .slick-track {
    background-color: transparent;
  }
  
  /* left or right column slick slider */
  /* line 1481, _base.scss */
  .col-1-4 .slick-initialized div.slick-slide {
    vertical-align: top;
  }
  
  /* line 1484, _base.scss */
  .col-1-4 .slick-track {
    background-color: transparent;
  }
  
  /* line 1492, _base.scss */
  .slickSlider-wrapper {
    overflow: hidden;
  }
  
  /* line 1495, _base.scss */
  .slick-slider {
    position: relative;
    right: -1px;
  }
  
  /* line 1500, _base.scss */
  .slick-slide {
    position: relative;
  }
  
  /* line 1505, _base.scss */
  div.slick-slide {
    height: auto;
  }
  
  /* line 1509, _base.scss */
  div.slick-slide img {
    width: 100%;
    height: auto;
  }
  
  @media screen and (max-width: 679px) {
    /* line 1514, _base.scss */
    .home_slider div.slick-slide img {
      display: none;
    }
  }
  
  /* line 1520, _base.scss */
  .slickSlider > div {
    position: absolute;
  }
  
  /* line 1524, _base.scss */
  .slickSlider.slick-initialized > div {
    position: relative;
  }
  
  /* line 1528, _base.scss */
  .slick-slide-img {
    height: 258px;
  }
  
  /* line 1532, _base.scss */
  .slide_content.left {
    right: auto;
  }
  
  /* line 1537, _base.scss */
  .slick-initialized div.slick-track {
    display: table;
  }
  
  /* line 1541, _base.scss */
  .slick-initialized div.slick-slide {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  
  /* line 1548, _base.scss */
  .slickslider-prev-next {
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    padding: 0;
  
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(248, 248, 248, 0.6);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0.5;
  }
  /* line 1571, _base.scss */
  .slickslider-prev-next.fa-chevron-left {
    left: 0;
  }
  /* line 1574, _base.scss */
  .slickslider-prev-next.fa-chevron-right {
    right: 0;
  }
  /* line 1577, _base.scss */
  .slickslider-prev-next.fa-chevron-left:before, .slickslider-prev-next.fa-chevron-right:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0;
    color: #2C3135;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  /* line 1592, _base.scss */
  .slickSlider:hover .slickslider-prev-next {
    opacity: 1;
  }
  
  /* slick slider in the middle column of content */
  /* line 1598, _base.scss */
  .col-2-4 .slick
  form .field-wrap {
    width: 85%;
    max-width: 320px;
  }
  @media screen and (max-width: 480px) {
    /* line 1598, _base.scss */
    .col-2-4 .slick
    form .field-wrap {
      width: 75%;
    }
  }
  
  /* line 1622, _base.scss */
  form .field-wrap.category {
    max-width: 75%;
    width: auto;
  }
  
  /* line 1628, _base.scss */
  div.news_search p.labels {
    padding-bottom: 0;
  }
  /* line 1631, _base.scss */
  div.news_search input[type=text] {
    width: 100%;
    margin: 10px 0;
    font-size: 1.1em;
    padding:0px 5px;
    min-height:30px;
  }
  /* line 1637, _base.scss */
  div.news_search select {
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 4px 5px;
    margin: 10px 0;
    font-size: 1em;
  }
  /* line 1645, _base.scss */
  div.news_search .submit-wrap {
    width: 10px;
    min-width: 55px;
  }
  /* line 1649, _base.scss */
  div.news_search a.advanced_search {
    display: inline-block;
  }
  
  /* line 1654, _base.scss */
  .form-go-button {
    padding: 8px 10px;
    background-color: #057d3e;
    color: #fff;
  }
  
  /* line 1660, _base.scss */
  p.labels {
    display: inline-block;
  }
  
  /* line 1669, _base.scss */
  #news_search .form-go-button {
    margin-top: 3px;
    margin-left: 5px;
    font-size: .91em;
  }
  /* line 1674, _base.scss */
  #news_search select.selectfield {
    padding: 3px 2px;
  }
  
  /* line 1680, _base.scss */
  iframe#twitter-widget-0 {
    min-width: 0 !important;
  }
  
  /* line 1685, _base.scss */
  .narrow-title-green,
  .narrow-title-blue,
  .narrow-title-red {
    margin: 0 0 10px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #2c3135;
  }
  
  /* line 1695, _base.scss */
  .col-content-2 a {
    display: inline-block;
  }
  
  /* line 1702, _base.scss */
  .col-content-2 a:not([href]) {
    display: inline;
  }
  
  /* line 1706, _base.scss */
  .section-no-footer {
    line-height: 1.2em;
  }
  
  /* line 1710, _base.scss */
  li.on > a, li.collapse > a {
    font-weight: bold;
  }
  
  /* line 1718, _base.scss */
  .maincontent img {
    float: right;
    padding: 10px;
    max-width: 45%;
  }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    /* line 1718, _base.scss */
    .maincontent img {
      float: none;
      padding: 0;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 680px) {
    /* line 1718, _base.scss */
    .maincontent img {
      float: none;
      padding: 0;
      max-width: 100%;
    }
  }
  
  /* line 1734, _base.scss */
  .maincontent h4 {
    font-size: .9em;
  }
  
  /* line 1742, _base.scss */
  .banners {
    clear: both;
  }
  /* line 1744, _base.scss */
  .banners .photo {
    width: 50%;
    float: left;
  }
  @media screen and (max-width: 360px) {
    /* line 1744, _base.scss */
    .banners .photo {
      width: 100%;
      float: none;
    }
  }
  /* line 1751, _base.scss */
  .banners .photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-right: 10px;
  }
  @media screen and (max-width: 360px) {
    /* line 1751, _base.scss */
    .banners .photo img {
      padding-right: 0;
    }
  }
  /* line 1761, _base.scss */
  .banners .subheadline,
  .banners .summary {
    display: inline-block;
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 360px) {
    /* line 1761, _base.scss */
    .banners .subheadline,
    .banners .summary {
      width: 100%;
    }
  }
  /* line 1770, _base.scss */
  .banners .subheadline a,
  .banners .summary a {
    text-decoration: none;
  }
  /* line 1774, _base.scss */
  .banners .subheadline a {
    font-weight: bold;
  }
  /* line 1777, _base.scss */
  .banners .summary a:hover {
    text-decoration: underline;
  }
  
  /* line 1784, _base.scss */
  .slickSlider .altText {
    padding: 10px;
  }
  
  /* line 1788, _base.scss */
  h2.article_title {
    margin: 10px 0;
    font-size: 1.5em;
    text-align: center;
  }
  
  /* line 1794, _base.scss */
  .language_toggle {
    float: right;
    padding-top: 20px;
  }
  
  /* line 1799, _base.scss */
  .article_date {
    display: inline-block;
    padding-top: 20px;
  }
  
  /* line 1807, _base.scss */
  .residents-search input:not(.form-go-button),
  .residents-search select {
    width: 71%;
    height: 30px;
    max-width: 325px;
    margin-right: 2%;
  }
  @media screen and (max-width: 960px) {
    /* line 1805, _base.scss */
    .residents-search {
      width: 100%;
    }
  }
  
  /* line 1819, _base.scss */
  .col-2-4 .residents-search {
    width: 100%;
  }
  
  /* line 1824, _base.scss */
  input#bizkeywords {
    width: 72%;
    max-width: 300px;
    margin-right: 10px;
  }
  
  /* line 1833, _base.scss */
  .grid_8-wide {
    clear: both;
  }
  
  /* line 1837, _base.scss */
  .columns .grid_8-wide table td {
    padding: 0;
  }
  @media screen and (max-width: 850px) {
    /* line 1837, _base.scss */
    .columns .grid_8-wide table td {
      display: block;
    }
  }
  @media screen and (max-width: 850px) {
    /* line 1843, _base.scss */
    .columns .grid_8-wide table td label {
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 650px) {
    /* line 1851, _base.scss */
    .grid_8-wide table,
    .grid_8-wide tbody,
    .grid_8-wide tr,
    .grid_8-wide td {
      display: block;
    }
  }
  @media screen and (max-width: 650px) {
    /* line 1859, _base.scss */
    .grid_8-wide textarea {
      width: 100%;
    }
  }
  
  @media screen and (min-width: 851px) {
    /* line 1867, _base.scss */
    .columns .grid_8-wide table.forms td:nth-of-type(1), .grid_8-wide .programs td:nth-of-type(1), table.programs td:nth-of-type(1) {
      padding: 10px 10px 10px 0;
      width: 40%;
    }
  }
  @media screen and (max-width: 851px) {
    /* line 1867, _base.scss */
    .columns .grid_8-wide table.forms td:nth-of-type(1), .grid_8-wide .programs td:nth-of-type(1), table.programs td:nth-of-type(1) {
      padding: 10px 0 5px;
    }
  }
  @media screen and (min-width: 851px) {
    /* line 1876, _base.scss */
    .columns .grid_8-wide table.forms td:nth-of-type(2), .grid_8-wide .programs td:nth-of-type(2), table.programs td:nth-of-type(2) {
      padding: 10px 0 10px 10px;
      width: 59%;
    }
  }
  @media screen and (max-width: 850px) {
    /* line 1876, _base.scss */
    .columns .grid_8-wide table.forms td:nth-of-type(2), .grid_8-wide .programs td:nth-of-type(2), table.programs td:nth-of-type(2) {
      padding: 0 0 10px 0;
    }
  }
  /* line 1885, _base.scss */
  .columns .grid_8-wide table.forms td, .grid_8-wide .programs td, table.programs td {
    display: inline-block;
  }
  @media screen and (max-width: 850px) {
    /* line 1885, _base.scss */
    .columns .grid_8-wide table.forms td, .grid_8-wide .programs td, table.programs td {
      width: 100% !important;
    }
  }
  
  /* line 1895, _base.scss */
  .residents-portal-forms input#pub_filter_keyword {
    width: 85%;
    max-width: 300px;
    margin-right: 10px;
  }
  @media screen and (max-width: 479px) {
    /* line 1895, _base.scss */
    .residents-portal-forms input#pub_filter_keyword {
      width: 69%;
    }
  }
  
  /* line 1904, _base.scss */
  .residents-portal-forms select {
    width: 40%;
    max-width: 300px;
    float: left;
    margin-right: 10px;
    padding: 2px;
    text-overflow: ellipsis;
  }
  
  @media screen and (max-width: 479px) {
    /* line 1913, _base.scss */
    .residents-portal-forms select:nth-of-type(1) {
      width: 69%;
      float: none;
      display: block;
    }
  }
  
  @media screen and (max-width: 479px) {
    /* line 1923, _base.scss */
    .residents-portal-forms select:nth-of-type(2) {
      width: 69%;
      margin-right: 15px;
    }
  }
  
  /* line 1930, _base.scss */
  .error-please-enter-criteria {
    margin: 10px 0;
  }
  
  /* line 1936, _base.scss */
  #FeedbackForm table, #FeedbackForm tbody, #FeedbackForm tr, #FeedbackForm td {
    display: block;
  }
  /* line 1938, _base.scss */
  #FeedbackForm .footer-nav ul
  label {
    margin: 0;
  }
  
  /* line 1945, _base.scss */
  .results-header-wrap {
    padding: 5px 0 1px;
  }
  
  /* line 1948, _base.scss */
  .results-header {
    font-weight: bold;
    font-size: 1.2em;
  }
  
  /* line 1951, _base.scss */
  form.jump-to {
    margin: 10px 0;
  }
  
  /* line 1957, _base.scss */
  .paginate > strong {
    display: block;
  }
  
  /* line 1961, _base.scss */
  .paginate > div {
    display: inline-block;
    padding: 5px;
  }
  
  /* line 1970, _base.scss */
  .snippet-contact-business-center .section-no-footer {
    line-height: 1.6em;
    padding-bottom: 20px;
  }
  
  /* line 1975, _base.scss */
  .addthis_toolbox.addthis_default_style {
    margin-top: 20px;
  }
  
  /* line 1983, _base.scss */
  .printer-friendly {
    font-size: .8em;
  }
  /* line 1985, _base.scss */
  .printer-friendly .container {
    max-width: 600px;
    float: none;
    margin: auto;
  }
  /* line 1990, _base.scss */
  .printer-friendly .content {
    float: none;
  }
  /* line 1993, _base.scss */
  .printer-friendly .addthis_toolbox.addthis_default_style {
    display: none;
  }
  /* line 1996, _base.scss */
  .printer-friendly .maincontent {
    padding: 0 !important;
  }
  /* line 1999, _base.scss */
  .printer-friendly .allnews {
    float: none;
  }
  /* line 2002, _base.scss */
  .printer-friendly footer {
    max-width: 600px;
    width: 100%;
    display: block;
    padding: 10px;
    margin: auto;
  }
  /* line 2009, _base.scss */
  .printer-friendly footer > div {
    margin-bottom: 20px;
  }
  /* line 2013, _base.scss */
  .printer-friendly .close-printer-friendly {
    float: left;
  }
  /* line 2016, _base.scss */
  .printer-friendly .printer-footer {
    float: right;
  }
  
  @media screen and (max-width: 767px) {
    /* line 2022, _base.scss */
    .no-mobile {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 768px) {
    /* line 2028, _base.scss */
    .only-mobile {
      display: none !important;
    }
  }
  
  @media print {
    /* line 2036, _base.scss */
    .close-printer-friendly {
      display: none;
    }
  
    /* line 2039, _base.scss */
    .language_toggle {
      display: none;
    }
  
    /* line 2042, _base.scss */
    .no-print {
      display: none !important;
    }
  }
  /* French footers */
  /* line 2050, _base.scss */
  #social-media-listings {
  
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 2px;
    text-align: left;
  }
  #social-media-listings a {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* Page Template specific CSS */
  @media screen and (max-width: 767px) {
    /* line 4, _templates.scss */
    .template-en-home .introduction .slick-track {
      background-color: #000;
    }
  }
  /* line 11, _templates.scss */
  .template-en-home .col-content h2,
  .template-en-home .col-content-2 h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
    padding-bottom: 15px;
  }
  @media screen and (min-width: 1024px) {
    /* line 22, _templates.scss */
    .template-en-home .group-1 > div .col-inside {
      min-height: 350px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 22, _templates.scss */
    .template-en-home .group-1 > div .col-inside {
      min-height: 400px;
    }
  }
  /* line 34, _templates.scss */
  .template-en-home .group-2 > div .col-inside-2 {
    min-height: 380px;
  }
  /* line 41, _templates.scss */
  .template-en-home .col-inside .col-content a,
  .template-en-home .col-inside-2 .col-content-2 a {
    text-decoration: none;
  }
  /* line 44, _templates.scss */
  .template-en-home .col-inside .col-content a:hover,
  .template-en-home .col-inside-2 .col-content-2 a:hover {
    text-decoration: underline;
  }
  /* line 47, _templates.scss */
  .template-en-home .col-inside .col-content a.button:hover,
  .template-en-home .col-inside-2 .col-content-2 a.button:hover {
    text-decoration: none;
  }
  
  @media screen and (max-width: 767px) {
    /* line 58, _templates.scss */
    .template-fr-home .slick-track {
      background-color: #000;
    }
  }
  /* line 65, _templates.scss */
  .template-fr-home .col-content h2,
  .template-fr-home .col-content-2 h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
    padding-bottom: 15px;
  }
  @media screen and (min-width: 1024px) {
    /* line 76, _templates.scss */
    .template-fr-home .group-1 > div .col-inside {
      min-height: 425px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 76, _templates.scss */
    .template-fr-home .group-1 > div .col-inside {
      min-height: 480px;
    }
  }
  /* line 88, _templates.scss */
  .template-fr-home .group-2 > div .col-inside-2 {
    min-height: 380px;
  }
  /* line 95, _templates.scss */
  .template-fr-home .col-inside .col-content a,
  .template-fr-home .col-inside-2 .col-content-2 a {
    text-decoration: none;
  }
  /* line 98, _templates.scss */
  .template-fr-home .col-inside .col-content a:hover,
  .template-fr-home .col-inside-2 .col-content-2 a:hover {
    text-decoration: underline;
  }
  /* line 101, _templates.scss */
  .template-fr-home .col-inside .col-content a.button:hover,
  .template-fr-home .col-inside-2 .col-content-2 a.button:hover {
    text-decoration: none;
  }
  
  /* line 131, _templates.scss */
  .gallery-list .gallery-item {
    display: block;
  }
  /* line 142, _templates.scss */
  .gallery-list .gallery-item .photo {
    vertical-align: top;
  }
  /* line 146, _templates.scss */
  .gallery-list .gallery-item .caption {
    vertical-align: top;
    padding-left: 10px;
  }
  /* line 151, _templates.scss */
  .gallery-list .gallery-item a {
    text-decoration: none;
  }
  /* line 154, _templates.scss */
  .gallery-list .gallery-item a:hover {
    text-decoration: underline;
  }
  /* line 158, _templates.scss */
  .gallery-list .gallery-item img {
    width: 100%;
  }
  
  /* line 164, _templates.scss */
  .gallery {
    width: 100%;
  }
  /* line 166, _templates.scss */
  .gallery .item {
    position: relative;
    width: 30%;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 1024px) {
    /* line 166, _templates.scss */
    .gallery .item {
      width: 30%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 166, _templates.scss */
    .gallery .item {
      width: 45%;
    }
  }
  @media screen and (max-width: 767px) {
    /* line 166, _templates.scss */
    .gallery .item {
      width: 45%;
    }
  }
  @media screen and (max-width: 320px) {
    /* line 166, _templates.scss */
    .gallery .item {
      width: 100%;
    }
  }
  /* line 183, _templates.scss */
  .gallery .item img {
    width: 100%;
  }
  /* line 187, _templates.scss */
  .gallery a {
    text-decoration: none;
  }
  /* line 190, _templates.scss */
  .gallery a:hover {
    text-decoration: underline;
  }
  /* line 193, _templates.scss */
  .gallery span {
    display: block;
    padding-bottom: 20px;
  }
  
  /* line 200, _templates.scss */
  .gallery .gallery-item {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 120px;
    max-width: 120px;
  }
  /* line 212, _templates.scss */
  .gallery .gallery-item a {
    text-decoration: none;
  }
  /* line 215, _templates.scss */
  .gallery .gallery-item a:hover {
    text-decoration: underline;
  }
  /* line 219, _templates.scss */
  .gallery .gallery-item img {
    width: 100%;
    max-width: 120px;
  }
  
  /*# sourceMappingURL=main.css.map */
  
  
  .backgrounder {
  float:right;
  float: right;
     padding: 20px;
     background: #eee;
     margin-left: 10px;
     max-width:50%;
  }
  
  .template-en-news iframe,
  .template-fr-news iframe,
  
  .template-en-two-column iframe,
  .template-en-one-column iframe,
  .template-fr-two-column iframe,
  .template-fr-one-column iframe
  {
  max-width:480px;
  }
  
  iframe.calendar-iframe {
    max-width:unset;
  }
  
  
  #sidemenu-column ul li ul li a {
      padding-left: 15px;
  }
  
  
  .content-section ul {
  list-style:outside;
  padding-left: 20px;
  }
  
  
  .content-section ol {
  list-style:outside;
  padding-left: 20px;
  }
  
  
  
  .col-inside-3 ul {
  list-style:outside;
  padding-left: 20px;
  }
  
  .col-inside-3 ol {
  list-style:outside;
  padding-left: 20px;
  }
  
  
  
  .content-first-section ul,
  .wide-content ul {
  list-style:outside;
  padding-left: 20px;
  }
  
  .content-first-section ol,
  .wide-content ol  {
  list-style:outside;
  padding-left: 20px;
  }
  
  /*removed  table, tbody, tfoot, thead, tr, th, td from border:0 at the top.*/
  
  td,th {
  font-size:0.9em;
  }
  
  
  table.three-column td {
  vertical-align:top;
  }
  
  .columns .grid_8-wide table td {
  padding:3px;
  }
  
  .jump-to {
  text-align:right;
  }
  
  #apps-columns {
      padding-bottom: 60px;
  }
  #apps-left-column {
      background: #f9f9f9 none repeat scroll 0 0;
      border-color: #ffffff;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 420px;
      min-height: 420px;
      padding: 10px;
      width: 290px;
  }
  #apps-right-column {
      background: #f9f9f9 none repeat scroll 0 0;
      border-color: #ffffff;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 420px;
      min-height: 420px;
      padding: 10px;
      width: 290px;
  }
  #apps-left-column h2 {
      font-size: 1.3em;
      padding-top: 15px;
  }
  #apps-right-column h2 {
      font-size: 1.3em;
      padding-top: 15px;
  }
  #apps-ss-columns {
      padding-bottom: 10px;
  }
  #apps-left-ss-column {
      float: left;
      margin: auto;
      max-height: 480px;
      min-height: 480px;
      padding: 10px;
      width: 290px;
  }
  #apps-right-ss-column {
      float: left;
      margin: auto;
      max-height: 480px;
      min-height: 480px;
      padding: 10px;
      width: 290px;
  }
  
  #health-columns {
    padding-bottom: 60px;
  }
  
  #health-left-column ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #health-right-column ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #health-left-column1 ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #health-right-column1 ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #health-left-column2 ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #health-right-column2 ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #health-left-column3 ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #health-right-column3 ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  
  #health-left-column h2 {
    padding-top: 15px;
    font-size: 1.3em;
  
  }
  
  #health-right-column h2 {
    padding-top: 15px;
    font-size: 1.3em;
  }
  
  #health-full-column ul li {
      list-style-type: square;
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #health-full-column h2 {
    padding-top: 15px;
    font-size: 1.3em;
  }
  
  
  
  #health-full-column
  {
      background: none repeat scroll 0 0 #eeeeee;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 330px;
      min-height: 330px;
      width: 618px;
      padding: 10px 10px 10px 10px;
    }
  
  #health-left-column
  {
      background: none repeat scroll 0 0 #eeeeee;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 450px;
      min-height: 450px;
      width: 360px;
      padding: 10px 10px 10px 10px;
    }
  
  #health-right-column {
      background: none repeat scroll 0 0 #eeeeee;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 450px;
      min-height: 450px;
      width: 360px;
      padding: 10px 10px 10px 10px;
  }
  
  #health-left-column1
  {
  
      background: none repeat scroll 0 0 #e3e3e3;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 500px;
      min-height: 500px;
      width: 290px;
      padding: 10px 10px 10px 10px;
    }
  
  #health-right-column1 {
      background: none repeat scroll 0 0 #e3e3e3;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 500px;
      min-height: 500px;
      width: 290px;
      padding: 10px 10px 10px 10px;
  }
  
  #health-left-column2
  {
      background: none repeat scroll 0 0 #eeeeee;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 360px;
      min-height: 360px;
      width: 290px;
      padding: 10px 10px 10px 10px;
    }
  
  #health-right-column2 {
      background: none repeat scroll 0 0 #eeeeee;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 360px;
      min-height: 360px;
      width: 290px;
      padding: 10px 10px 10px 10px;
  }
  
  #health-left-column3
  {
      background: none repeat scroll 0 0 #e3e3e3;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 300px;
      min-height: 300px;
      width: 290px;
      padding: 10px 10px 10px 10px;
    }
  
  #health-right-column3 {
      background: none repeat scroll 0 0 #e3e3e3;
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 300px;
      min-height: 300px;
      width: 290px;
      padding: 10px 10px 10px 10px;
  }
  
  .narrow-title-green-sc
  
  {
  font-size:1.8em;
  color:#fff;
  text-shadow: 2px 2px 3px #000000;
  letter-spacing:0.45px;
  max-height: 40px;
  min-height: 40px;
  padding:10px 0px 0px 20px;
  font-family:Arial, Helvetica, sans-serif;
  }
  
  /* slick slider in main content. */
  /* 726x484 = 1.5 aspect ratio */
  .slick-slide-image {
  width: 100%;
  padding-bottom: 74.5%;
  width:100%;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  }
  ul.bg1 li:before {
      color: #2c3135;
      content: url("../images/arrow.png");
      display: inline-block;
      margin-right: 0.5em;
      vertical-align: middle;
  }
  
  
  .content img {
  max-width:100%;
  }
  
  img.summary-photo {
      padding: 10px;
      max-width: 45%;
  }
  img.summary-photo.right {
    float: right;
  }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    img.summary-photo {
      float: none;
      padding: 0;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 680px) {
    img.summary-photo {
      float: none;
      padding: 0;
      max-width: 100%;
    }
  }
  
  
  ul.bg-min li a:before {
    color: #2c3135;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  ul.bg-min li strong:before {
    color: #2c3135;
    content: url(../images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  ul.bg-min li a {
    text-decoration: none;
  }
  
  ul.bg-min li a:hover {
    text-decoration: underline;
  }
  
  ul.bg {
  list-style:none !important;
  padding-left:0px !important;
  }
  
  
  ul.bg1 {
  list-style:none !important;
  padding-left:0px !important;
  }
  
  hr.ln {
    width: 90%;
    clear: both;
    margin: 10px auto 10px;
    border: solid 1px #000000;
    text-align:center;
  }
  
  h1.ln {
      color: #013a71;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.3em;
      font-weight: 700;
      line-height: 1.5em;
  }
  h2.ln {
      color: #013a71;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.1em;
      font-weight: 700;
      line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  h3.ln {
      color: #013a71;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.1em;
      font-weight: 600;
      line-height: 1.5em;
  }
  .lnbuttonsec
  {
    margin: 30px 0 0;
  
  }
  
  .lnbutton
  {
    background-color: transparent;
      border: 2px solid #013a71;
      box-sizing: initial !important;
      color: #000000;
      cursor: pointer;
      display: inline-block;
      font-family: inherit;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      height: 39px;
      letter-spacing: 1px;
      line-height: 39px;
      margin: 0;
      outline: 0 none;
      padding: 0 23px;
      position: relative;
      text-align: left;
      text-decoration: none;
      text-shadow: none;
      text-transform: uppercase;
      transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
      width: auto;
  }
  
  a.lnbutton
  {
    text-decoration:none
  }
  
  #ln-columns {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #ln-left-column ul li {
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #ln-right-column ul li {
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #ln-left-column
  {
      display: inline;
      float: left;
      margin: auto;
      width: 50%;
      padding: 10px 10px 20px 10px;
    }
  
  #ln-right-column {
      display: inline;
      float: left;
      margin: auto;
      width: 50%;
      padding: 10px 10px 20px 10px;
  }
  
  
  #ln-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e3e3e3;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
      display: inline-block;
      position: relative;
      width: auto;
    float: left;
    width: 100%;
    }
  
  .col-content p {
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
    }
  
  .col-content-ln li {
    list-style-type: square;
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  #ln-columns-home p {
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  #ln-left-column-home
  {
    background-color: #f7f7f7;
      border: 1px solid #c8c9ca;
      border-radius: 1px;
      box-sizing: initial !important;
      color: #013a71;
      display: inline-block;
      position: relative;
      width: auto;
    float: left;
      min-height: 350px;
      width: 48%;
    margin-right:30px;
    margin-bottom: 20px;
    }
  
  #ln-right-column-home
  {
    background-color: #f7f7f7;
      border: 1px solid #c8c9ca;
      border-radius: 2px;
      box-sizing: initial !important;
      color: #013a71;
      display: inline-block;
      position: relative;
      width: auto;
    float: left;
      min-height: 350px;
      width: 48%;
    margin-bottom: 20px;
  }
  
  #ln-column-headline
  {
      background-color: #1c2945;
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
  }
  
  #ln-column-headline h1.ln {
      color: #00a651;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.4em;
      font-weight: 700;
      line-height: 1.5em;
    padding: 15px 10px 30px 20px;
    margin-bottom: 10px;
  
  }
  
  #ln-left-column-home ul {
    padding-left: 40px;
  }
  
  #ln-left-column-home ul li {
    list-style-type: square;
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  #ln-right-column-home ul {
    padding-left: 40px;
  }
  
  #ln-right-column-home ul li {
    list-style-type: square;
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  #ln-left-column-home p {
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  #ln-right-column-home p {
  
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  #ln ul li {
    list-style-type: square;
      line-height: 1.5;
      margin: 2px 0 0;
  }
  
  .nav ul li.dropdown-ln > a {
      padding-right: 30px;
  }
  
  iframe.full
  {
      max-width: 100%;
  }
  
  iframe.lnfull
  {
      max-width: 75%;
  }
  
  #fentanyl-columns {
    padding-bottom: 60px;
  }
  
  #fentanyl-left-column ul li {
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #fentanyl-right-column ul li {
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #fentanyl-left-column
  {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 375px;
      min-height: 375px;
      width: 360px;
      padding: 10px 10px 10px 10px;
    }
  
  #fentanyl-right-column {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 375px;
      min-height: 375px;
      width: 360px;
      padding: 10px 10px 10px 10px;
  }
  
  
  #sth-columns {
    padding-bottom: 60px;
  }
  
  #sth-left-column ul li {
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #sth-right-column ul li {
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #sth-left-column
  {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 375px;
      min-height: 375px;
      width: 425px;
      padding: 10px 10px 10px 10px;
    }
  
  #sth-right-column {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 375px;
      min-height: 375px;
      width: 425px;
      padding: 10px 10px 10px 10px;
  }
  
  #sts-columns {
    padding-bottom: 60px;
    margin:auto;
    max-width: 700px;
  }
  
  #sts-left-column ul li {
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #sts-right-column ul li {
    line-height: 1.5;
      margin: 2px 0 0;
  }
  
  #sts-left-column
  {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 375px;
      min-height: 375px;
      width: 350px;
      padding: 10px 10px 10px 10px;
    }
  
  #sts-right-column {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 375px;
      min-height: 375px;
      width: 350px;
      padding: 10px 10px 10px 10px;
  }
  
  #fpir-left-column
  {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 200px;
      min-height: 200px;
      width: 350px;
      padding: 10px 10px 10px 10px;
    }
  
  #fpir-right-column {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 200px;
      min-height: 200px;
      width: 350px;
      padding: 10px 10px 10px 10px;
  }
  
  
  #sts-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e3e3e3;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
      display: inline-block;
      position: relative;
      width: auto;
    float: left;
    width: 100%;
    }
  
    #sts-columns-home p {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  p.sts {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
    padding-bottom: 20px;
  }
  
  #fis-columns {
    padding-bottom: 20px;
  }
  
  
  #fis-left-column
  {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 250px;
      min-height: 250px;
      width: 360px;
      padding: 10px 10px 10px 10px;
    }
  
  #fis-right-column {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 250px;
      min-height: 250px;
      width: 360px;
      padding: 10px 10px 10px 10px;
  }
  
  #budget-columns {
    padding-bottom: 20px;
  }
  
  #budget-left-column
  {
      display: inline;
      float: left;
      margin: auto;
      width: 48%;
      padding: 10px 10px 20px 10px;
    }
  
  #budget-right-column {
      display: inline;
      float: left;
      margin: auto;
      width: 48%;
      padding: 10px 10px 20px 10px;
  }
  
  hr.budget {
    width: 100%;
    clear: both;
    border: solid 1px #005ca6;
  }
  
  hr.budget-2020 {
    width: 100%;
    clear: both;
    border: solid 1.5px #193e82;
  }
  
  h1.budget-2020  {
    color:#193e82;
    font-weight:900;
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  
  h2.budget-2020 {
    color:#193e82;
    font-weight:900;
    font-size: 1.3em;
  }
  
  h3.budget-2020 {
    color:#000;
    font-weight:900;
    font-size: 1.0em;
                       line-height: 1.5em;
                       font-weight: 700;
  }
  p.budget-2020 {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  
  ul.budget-2020 {
                       list-style:none !important;
                       padding-left:0px !important;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  
  
  ul.budget-2020 li a:before {
    color: #2c3135;
    content: url(../images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  ul.budget-2020 li strong:before {
    color: #2c3135;
    content: url(../images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  ul.budget-2020 li a {
    text-decoration: none;
  }
  
  ul.budget-2020 li a:hover {
    text-decoration: underline;
  }
  
  #budget-2020-columns {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #eaebf4;
    border-left: 5px solid #193e82;
                       display: inline-block;
                       position: relative;
    width: 80%;
    }
  
  
  hr.throne-2020 {
    width: 100%;
    clear: both;
    border: solid 1.5px #193e82;
  }
  
  h1.throne-2020  {
    color:#000;
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  
  h2.throne-2020 {
    color:#000;
    font-weight:900;
    font-size: 1.3em;
  }
  
  h3.throne-2020 {
    color:#000;
    font-weight:900;
    font-size: 1.0em;
                       line-height: 1.5em;
                       font-weight: 700;
  }
  p.throne-2020 {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  
  ul.throne-2020 {
                       list-style:none !important;
                       padding-left:0px !important;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  
  
  ul.throne-2020 li a:before {
    color: #2c3135;
    content: url(../images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  ul.throne-2020 li strong:before {
    color: #2c3135;
    content: url(../images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  
  ul.throne-2020 li a {
    text-decoration: none;
  }
  
  ul.throne-2020 li a:hover {
    text-decoration: underline;
  }
  
  #throne-2020-columns {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #eaebf4;
    border-left: 5px solid #193e82;
                       display: inline-block;
                       position: relative;
    width: 80%;
    }
  
  #throne-2020-left-column
  {
      display: inline;
      float: left;
      margin: auto;
      width: 30%;
      padding: 10px 10px 20px 10px;
    }
  
  #throne-2020-right-column {
      display: inline;
      float: left;
      margin: auto;
      width: 65%;
      padding: 10px 10px 20px 10px;
  }
  
  h1.budget {
    color:#013a71;
    font-weight:900;
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  
  h2.budget {
    color:#013a71;
    font-weight:900;
    font-size: 1.3em;
  }
  p.budget {
    font-size: 1.0em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  
  ul.budget {
    font-size: 1.0em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  
  #rc-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e3e3e3;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
      display: inline-block;
      position: relative;
      width: auto;
    float: left;
    width: 100%;
    }
  
    #rc-columns-home p {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  p.rc {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
    padding-bottom: 20px;
  }
  
  li.rc {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
  }
  
  #rc-columns {
    padding-bottom: 20px;
  }
  
  #rc-left-column
  {
      display: inline;
      float: left;
      margin: auto;
      width: 48%;
      padding: 10px 10px 20px 10px;
    }
  
  #rc-right-column {
      display: inline;
      float: left;
      margin: auto;
      width: 48%;
      padding: 10px 10px 20px 10px;
  }
  
  p.home-rc {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
    padding-bottom: 20px;
    color: #00a651;
  }
  
  p.home-rc a {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
    padding-bottom: 20px;
    color: #104a84;
    text-decoration:none;
  }
  
  p.home-rc a:hover {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
    padding-bottom: 20px;
    color: #104a84;
    text-decoration:none;
  }
  
  #bursaries--columns {
    padding-bottom: 60px;
  }
  
  #bursaries-left-column
  {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 175px;
      min-height: 175px;
      width: 350px;
      padding: 10px 10px 10px 10px;
    }
  
  #bursaries-right-column {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      max-height: 175px;
      min-height: 175px;
      width: 350px;
      padding: 10px 10px 10px 10px;
  }
  
  
  h1.bursaries {
    color:#123e59;
    font-weight:900;
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  
  h2.bursaries {
    color:#123e59;
    font-weight:500;
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  
  p.bursaries {
    font-size: 1.1em;
    line-height: 1.4em;
    padding-left: 10px;
    padding-right: 10px;
    text-align:center;
  }
  
  a.bursaries {
    color:#123e59;
  }
  
  .subSection {
      border: 1px solid #dddddd;
      padding: 5px 10px;
  }
  
  #submitMe {
      margin-bottom: 20px;
      height: 60px;
      width: 90px;
  }
  
  #tableTop {
      font-size: 1.1em;
  }
  
  #myFooter {
      margin-top: 0px;
      margin-bottom: 20px;
  
  }
  
  .shortSelect {
      width: 10%;
  }
  
  #Marijuana_AgeQ1-OtherText {
      display: none;
      margin-top: 20px;
      margin-left: 1em;
  }
  
  #submitMe {
      margin-top: 30px;
  }
  
  #accordion {
      margin-bottom: 10px;
  
  }
  
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
      background-color: white;
      border: 1px solid #696969;
  }
  .ui-accordion .ui-accordion-header{
      font-weight: bold;
      color: #000;
  }
  
  .ui-icon
  {
      background-image: url(../images/icons.png) !important;
  }
  
  .informationField {
      margin-top: 10px;
  }
  
  label {
      font-size: .9em;
  }
  
  .radioLabel {
      display: block;
      margin-left: 50px;
  }
  
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
      left: -0.2em;
  }
  
  .texthighlight
  {
      font-weight: bold;
      text-decoration: none;
      color: #013a71;
  }
  
  blockquote.ln {
    margin: 0;
    width: 100%;
    padding: 40px 70px;
    position: relative;
      color: #013a71;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
      font-weight: 700;
      line-height: 1.5em;
  
  }
  blockquote.ln::before,
  blockquote.ln::after {
    font-size: 350%;
    font-family: arial;
    display:block;
    position: absolute;
  }
  blockquote.ln::before {
    content: open-quote;
    border-top:thin;
    border-top-color:#000;
    line-height: 40px;
    left: 30px;
  }
  blockquote.ln::after {
    content: close-quote;
    line-height: 30px;
    right: 30px;
  }
  
  .col-consultation
  {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: 320px;
  max-height: 450px!important;
  float: left;
  }
  .col-consultation img
  {
    padding-left:10px;
    padding-top: 5px;
  }
  .cons-headline
  {
   color: #013a71;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
      font-weight: 700;
      line-height: 1.5em;
    padding: 5px 15px 75px 15px;
  }
  
  .cons-headline a
  {
   color: #013a71;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
      font-weight: 700;
      line-height: 1.5em;
  }
  
  .cons-headline1
  {
   color: #013a71;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
      font-weight: 700;
      line-height: 1.5em;
    padding: 5px 15px 5px 15px;
  }
  
  .cons-headline1 a
  {
   color: #013a71;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 1.0em;
      font-weight: 700;
      line-height: 1.5em;
  }
  
  .cons-text
  {
      color: #000000;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 0.9em;
      font-weight: 500;
      line-height: 1.5em;
      padding: 5px 5px 50px 20px;
  }
  
  #mb150-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ece0c8;
    border-bottom: 6px solid #7e0524;
    border-top: 6px solid #7e0524;
          display: inline-block;
          position: relative;
          width: auto;
    float: left;
    width: 100%;
    }
  
  
  p.mb150 {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
          font-size: 1.2em;
    padding-bottom: 20px;
    color: #081f3e;
  }
  
  h1.bhcs {
  
      color: #de1b52;
      font-weight: 900;
      font-size: 1.6em;
      margin-bottom: 20px;
  
  }
  
  h2.bhcs {
  
      color: #de1b52;
      font-weight: 900;
      font-size: 1.4em;
      margin-bottom: 20px;
  
  }
  
  h3.bhcs {
  
      color: #de1b52;
      font-weight: 900;
      font-size: 1.2em;
      margin-bottom: 20px;
  
  }
  
  h4.bhcs {
  
      color: #005e90;
      font-weight: 900;
      font-size: 1.0em;
      margin-bottom: 20px;
  
  }
  
  h5.bhcs {
  
      color: #de1b52;
      font-weight: 900;
      font-size: 1.0em;
      margin-bottom: 20px;
  
  }
  
  h6.bhcs {
  
      color: #005e90;
      font-weight: 900;
      font-size: 1.0em;
      margin-bottom: 20px;
  
  }
  
  p.bhcs {
  
      color: #005e90;
      font-weight: 400;
      font-size: 1.1em;
      margin-bottom: 20px;
      line-height: 1.8em
  }
  
  
  p.bhcs a {
  
      color: #005e90;
      text-decoration: underline;
  }
  
  
  li.bhcs a {
  
      color: #005e90;
      text-decoration: underline;
  }
  
  p.footer-bhcs {
  
      color: #005e90;
      font-weight: 400;
      font-size: 0.8em;
      margin-bottom: 20px;
  
  }
  
  ul li.bhcs {
  
      color: #005e90;
      font-weight: 400;
      font-size: 1.1em;
      line-height: 1.8em
  
  }
  
  hr.bhcs {
    width: 90%;
    clear: both;
    margin: 10px auto 10px;
    border: solid 1px #005e90;
    text-align:center;
  }
  
  .bhcs-figure {
    float: right;
     width: 30% ;
    text-align: center;
      margin-top: -4.0em;
      margin-bottom: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
    padding: 0.5em;
  }
  
  .bhcs-callout {
  margin-top:40px;
      background:#f6f6f6;
      padding:0px 20px 20px 20px;
      position:relative;
      margin-left:auto;
      margin-right:auto;
      max-width:90%;
  }
  
  .bhcs-blockquote {
  
      background: #f9f9f9;
      border-left: 10px solid #ccc;
      border-right: 10px solid #ccc;
      border-top: 10px solid #ccc;
      border-bottom: 10px solid #ccc;
      margin: 1.5em 10px;
      padding: 0.5em 10px;
  }
  
  .bhcs-callout .bhcs-callout-title {
      background:#00a8e6;
      color:#fff;
      padding:8px;
      position:relative;
      top:-10px;
      width:70%;
      margin:auto;
      text-align:center;
      text-transform:uppercase;
      font-weight: 900;
      font-size: 1.5em;
    }
  
  #min-left-column
  {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 10px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      width: 70%;
      padding: 10px 10px 10px 10px;
    }
  
  #min-right-column {
      border-color: #FFFFFF;
      border-style: solid;
      border-width: 8px 12px 8px 8px;
      display: inline;
      float: left;
      margin: auto;
      width: 30%;
      padding: 10px 10px 10px 10px;
  }
  
  #min-columns {
  
  padding-left: 20px;
  padding-right: 20px;
  background-color: #015da8;
  border-right: 15px solid #013471;
  border-left: 15px solid #013471;
  display: inline-block;
  position: relative;
  width: 100%;
  }
  
  #min-columns1 {
  
  display: inline-block;
  position: relative;
  width: 100%;
  }
  
  #min-columns p {
  line-height: 1.4em;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 1.0em;
  color: #FFFFFF
  }
  
  p.min-columns {
  line-height: 1.4em;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 1.0em;
  
  color: #FFFFFF
  }
  
  ul.min-columns
  {
    line-height: 1.4em;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 1.0em;
  padding: 5px;
  color: #FFFFFF;
  list-style-type: none;
  position: middle;
  }
  
  a.min-columns {
    line-height: 1.4em;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 1.0em;
  
  color: #FFFFFF
  }
  
  
  .min_image {
  float: left;
  padding: 0 50px 0 0;
  }
  
  @media only screen and (max-width: 727px) {
     #min-right-column {
          width: 100%;
     }
  }
  
  
  @media only screen and (min-width: 728px) {
     #min-right-column {
          width: 30%;
     }
  }
  
  @media only screen and (max-width: 727px) {
     #min-left-column {
          width: 100%;
     }
  }
  
  
  @media only screen and (min-width: 728px) {
     #min-left-column {
          width: 70%;
     }
  }
  
  /* Column fixes for Covid 19, two column */
  .col-1-2:nth-child(2n+1) {
    padding-left:0px;
    padding-right:7px;
  }
  .col-1-2:nth-child(2n+2) {
    padding-left:7px;
    padding-right:0px;
  }
  @media screen and (max-width: 760px) {
      .col-1-2:nth-child(2n+1) {
        padding-left:0px;
        padding-right:0px;
      }
    .col-1-2:nth-child(2n+2) {
      padding-left:0px;
      padding-right:0px;
    }
  }
  
  .col-1-2.gutter-10:nth-child(2n+1) {
    padding-left:0px;
    padding-right:5px;
  }
  .col-1-2.gutter-10:nth-child(2n+2) {
    padding-left:5px;
    padding-right:0px;
  }
  .col-1-2.gutter-20:nth-child(2n+1) {
    padding-left:0px;
    padding-right:10px;
  }
  .col-1-2.gutter-20:nth-child(2n+2) {
    padding-left:10px;
    padding-right:0px;
  }
  
  @media screen and (max-width: 760px) {
      .col-1-2.gutter-20:nth-child(2n+1) {
        padding-left:0px;
        padding-right:0px;
      }
    .col-1-2.gutter-20:nth-child(2n+2) {
      padding-left:0px;
      padding-right:0px;
    }
  }
  
  
  
  
  
  
  /* Column fixes for Open-MB*/
  
  
  .col-1-3:nth-child(3n+2) {
    padding-left:3px;
    padding-right:4px;
  }
  .col-1-3:nth-child(3n+1) {
    padding-left:0px;
    padding-right:7px;
  }
  @media screen and (max-width: 760px) {
      .col-1-3:nth-child(3n+1) {
        padding-left:0px;
        padding-right:0px;
      }
    .col-1-3:nth-child(3n+2) {
      padding-left:0px;
      padding-right:0px;
    }
    .col-1-3:nth-child(3n+3) {
      padding-left:0px;
      padding-right:0px;
    }
  }
  
  .col-1-3.gutter-10:nth-child(3n+1) {
    padding-left:0px;
    padding-right:5px;
  }
  .col-1-3.gutter-10:nth-child(3n+2) {
    padding-left:5px;
    padding-right:5px;
  }
  .col-1-3.gutter-10:nth-child(3n+3) {
    padding-left:5px;
    padding-right:0px;
  }
  .col-1-3.gutter-20:nth-child(3n+1) {
    padding-left:0px;
    padding-right:10px;
  }
  .col-1-3.gutter-20:nth-child(3n+2) {
    padding-left:10px;
    padding-right:10px;
  }
  .col-1-3.gutter-20:nth-child(3n+3) {
    padding-left:10px;
    padding-right:0px;
  }
  @media screen and (max-width: 760px) {
      .col-1-3.gutter-20:nth-child(3n+1) {
        padding-left:0px;
        padding-right:0px;
      }
    .col-1-3.gutter-20:nth-child(3n+2) {
      padding-left:0px;
      padding-right:0px;
    }
    .col-1-3.gutter-20:nth-child(3n+3) {
      padding-left:0px;
      padding-right:0px;
    }
  }
  
  
  
  
  /*  ======================================================  */
  /*  Hero Open MB
  /*  ======================================================  */
  
  .hero-open-mb,
  .hero-open-mb .hero-open-mb__photo {
    height:370px;
  }
  
  .hero-open-mb  {
   width:100%;
   display:block;
   clear:both;
   position:relative;
  overflow:hidden;
  }
  .hero-open-mb .hero-open-mb__photo {
      position:absolute;
      width:100%;
      /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
      /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../../../../apprenticeship/asset_library/en/openmb/hero-prairie.png); */
      background-image: url(../../../../apprenticeship/asset_library/en/openmb/hero-prairie.png);
  
      /* Position and center the image to scale nicely on all screens */
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .hero-open-mb .hero-open-mb__top-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
    border-top:10px solid #fff;
    border-right:10px solid #fff;
    border-left:10px solid #fff;
  }
  .hero-open-mb .hero-open-mb__middle-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
    border-left:10px solid transparent;
    border-right:10px solid #fff;
  }
  .hero-open-mb .hero-open-mb__bottom-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
    border-bottom:10px solid #fff;
    border-right:10px solid #fff;
    border-left:10px solid #fff;
  }
  
  .hero-open-mb .hero-open-mb__logo-text {
    text-align: left;
     position: absolute;
     width: 300px;
     height: 70px;
  
    font-family:Arial;
    font-size:3.5rem;
    font-weight:normal;
  }
  .hero-open-mb .hero-open-mb__logo {
      text-align: center;
       position: absolute;
  }
  
  .hero-open-mb .hero-open-mb__message {
    margin: auto;
    font-family: "Arial Black", Arial;
    font-weight:bold;
    text-transform: uppercase;
    font-size:1.5rem;
    position: absolute;
    width: 400px;
  }
  
  
  @media screen and (min-width: 1024px) {
    .hero-open-mb .hero-open-mb__top-border {
      height: 70px;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-140px);
    }
  
    .hero-open-mb .hero-open-mb__middle-border {
      height:70px;
      top: 50%; left: 50%;
      transform: translate(-50%,-71px);
    }
    .hero-open-mb .hero-open-mb__bottom-border {
      height:70px;
      top: 50%; left: 50%;
      transform: translate(-50%,-1px);
    }
    .hero-open-mb  .hero-open-mb__photo {
    }
    .hero-open-mb  .hero-open-mb__logo-text {
      top: 50%;
      left: 50%;
      transform: translate(-150%, -62%);
      width: 300px;
      height: 70px;
    }
  
    .hero-open-mb  .hero-open-mb__logo {
      top: 50%;
      left: 50%;
      transform: translate(-190%, -77%);
    }
    .hero-open-mb  .hero-open-mb__message {
      top: 50%; left: 50%;
      transform: translate(20%,-138%);
    }
  
  
  
  
  }
  
  @media screen and (max-width: 1023px) {
    .hero-open-mb  {
      height: 300px
    }
    .hero-open-mb .hero-open-mb__photo {
      height: 300px;
    }
    .hero-open-mb .hero-open-mb__top-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      width: 90%;
      transform: translate(-50%, -240%);
      height: 50px;
    }
    .hero-open-mb .hero-open-mb__middle-border {
      border-width:4px;
      transform: translate(-50%, -110%);
      height: 70px;
      width: 90%;
      top: 50%;
      left: 50%;
    }
    .hero-open-mb .hero-open-mb__bottom-border {
      top: 50%;
      left: 50%;
      border-width:4px;
      transform: translate(-50%, -20%);
      height: 50px;
      width: 90%;
    }
    .hero-open-mb .hero-open-mb__logo-text {
      top: 50%;
      left: 50%;
      height: 80px;
      width:300px;
      transform: translate(-72%, -68%);
    }
    .hero-open-mb .hero-open-mb__logo {
      top: 50%;
      left: 50%;
      height: 80px;
      transform: translate(-50%, -100%);
    }
    .hero-open-mb .hero-open-mb__logo img {
      height:80px;
    }
    .hero-open-mb .hero-open-mb__message {
      width: 100%;
      left: 50%;
      top: 50%;
      height: 80px;
      transform: translate(-50%, 5%);
      text-align: center;
      font-size: 1rem;
    }
  }
  
  @media screen and (min-width: 1240px) {
    .hero-open-mb  {
    }
    .hero-open-mb .hero-open-mb__photo {
    }
    .hero-open-mb .hero-open-mb__logo-text {
      width: 300px;
      height: 70px;
      transform: translate(-171%, -62%);
    }
    .hero-open-mb .hero-open-mb__logo {
     transform: translate(-230%, -77%);
    }
  
    .hero-open-mb .hero-open-mb__logo img {
    }
    .hero-open-mb .hero-open-mb__message {
      transform: translate(20%,-138%);
    }
  
    .hero-open-mb .hero-open-mb__top-border {
      max-width:1200px;
    }
    .hero-open-mb .hero-open-mb__middle-border {
      max-width:1200px;
    }
    .hero-open-mb .hero-open-mb__bottom-border {
      max-width:1200px;
    }
  
  }
  @media screen and (max-width: 600px) {
    .hero-open-mb  {
      height: 300px;
    }
    .hero-open-mb .hero-open-mb__photo {
      height: 300px;
    }
    .hero-open-mb .hero-open-mb__logo-text {
      top: 32%;
      left: 50%;
      height: 80px;
      /* transform: translate(-40%, -3%); */
      transform: translate(-36%, 12%);
      font-size: 2.7rem;
    }
    .hero-open-mb .hero-open-mb__logo {
      top: 26%;
      left: 50%;
      height: 70px;
      /* transform: translate(0%, -11%); */
      transform: translate(-10%, 9%);
    }
  
  
  
    .hero-open-mb .hero-open-mb__logo img {
      height:70px;
    }
    .hero-open-mb .hero-open-mb__message {
      width: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, 10%);
      font-size: 1rem;
      width: 90%;
      text-align: center;
    }
  
    .hero-open-mb .hero-open-mb__top-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      width: 90%;
      transform: translate(-50%, -240%);
      height: 50px;
    }
  
    .hero-open-mb .hero-open-mb__middle-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -90%);
      height: 100px;
      width: 90%;
    }
    .hero-open-mb .hero-open-mb__bottom-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, 20%);
      height: 50px;
      width: 90%;
    }
  }
  
  
  
  
  
  
  /*  ======================================================  */
  /*  Super Hero borders and text
  /*  ======================================================  */
  .hero-open-mb.superhero,
  .hero-open-mb.superhero .hero-open-mb__photo
  {
    height:500px;
  }
  
  .hero-open-mb.superhero  {
   width:100%;
   display:block;
   clear:both;
   position:relative;
   overflow:hidden;
  }
  .hero-open-mb.superhero .hero-open-mb__photo {
      position:absolute;
      width:100%;
      /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
      /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../../../../apprenticeship/asset_library/en/openmb/hero-prairie.png); */
      background-image: url(../../../../apprenticeship/asset_library/en/openmb/hero-prairie.png);
  
      /* Position and center the image to scale nicely on all screens */
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .hero-open-mb.superhero .hero-open-mb__top-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
    border-top:10px solid #fff;
    border-right:10px solid #fff;
    border-left:10px solid #fff;
  }
  .hero-open-mb.superhero .hero-open-mb__middle-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
    border-left:10px solid transparent;
    border-right:10px solid #fff;
  }
  .hero-open-mb.superhero .hero-open-mb__bottom-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
    border-bottom:10px solid #fff;
    border-right:10px solid #fff;
    border-left:10px solid #fff;
  }
  
  .hero-open-mb.superhero .hero-open-mb__logo-text {
    text-align: left;
     position: absolute;
     width: 300px;
     height: 70px;
  
    font-family:Arial;
    font-size:3.5rem;
    font-weight:normal;
  }
  .hero-open-mb.superhero .hero-open-mb__logo {
      text-align: center;
       position: absolute;
  }
  
  .hero-open-mb.superhero .hero-open-mb__message {
    margin: auto;
    font-family: "Arial Black", Arial;
    font-weight:bold;
    text-transform: uppercase;
    font-size:1.5rem;
    position: absolute;
    width: 400px;
  }
  
  @media screen and (min-width: 1024px) {
    .hero-open-mb.superhero .hero-open-mb__top-border {
      height:100px;
      top: 50%; left: 50%;
      transform: translate(-50%,-219px);
    }
  
    .hero-open-mb.superhero .hero-open-mb__middle-border {
      height:150px;
      top: 50%; left: 50%;
      transform: translate(-50%,-150px);
    }
    .hero-open-mb.superhero .hero-open-mb__bottom-border {
      height:100px;
      top: 50%; left: 50%;
      transform: translate(-50%,-52px);
    }
    .hero-open-mb.superhero .hero-open-mb__photo {
    }
    .hero-open-mb.superhero .hero-open-mb__logo-text {
      top: 50%;
      left: 50%;
      transform: translate(-140%, -136%);
      width: 300px;
      height: 70px;
    }
  
    .hero-open-mb.superhero .hero-open-mb__logo {
      top: 50%;
      left: 50%;
      transform: translate(-150%, -118%);
    }
    .hero-open-mb.superhero .hero-open-mb__message {
      top: 50%; left: 50%;
      transform: translate(0%,-368%);
    }
    .hero-open-mb.superhero .hero-open-mb__top-border {
    }
    .hero-open-mb.superhero .hero-open-mb__middle-border {
    }
    .hero-open-mb.superhero .hero-open-mb__bottom-border {
    }
  }
  
  @media screen and (max-width: 1023px) {
    .hero-open-mb.superhero .hero-open-mb__top-border {
      width: 90%;
      transform: translate(-50%, -240%);
      height: 50px;
    }
    .hero-open-mb.superhero .hero-open-mb__middle-border {
      border-width:4px;
      transform: translate(-50%, -110%);
      height: 70px;
      width: 90%;
    }
    .hero-open-mb.superhero .hero-open-mb__bottom-border {
      border-width:4px;
      transform: translate(-50%, -20%);
      height: 50px;
      width: 90%;
    }
  
  
    .hero-open-mb.superhero {
      height: 300px;
    }
    .hero-open-mb.superhero .hero-open-mb__top-border {
      border-width:4px;
  
      top: 50%;
      left: 50%;
      width: 90%;
      transform: translate(-50%, -240%);
      height: 50px;
    }
    .hero-open-mb.superhero .hero-open-mb__middle-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -110%);
      height: 70px;
      width: 90%;
    }
    .hero-open-mb.superhero .hero-open-mb__bottom-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -20%);
      height: 50px;
      width: 90%;
    }
  
    .hero-open-mb.superhero .hero-open-mb__photo {
      height: 300px;
  
    }
    .hero-open-mb.superhero .hero-open-mb__logo-text {
      top: 50%;
      left: 50%;
      height: 80px;
      width:300px;
      transform: translate(-72%, -68%);
      /* vertical-align: bottom; */
    }
    .hero-open-mb.superhero .hero-open-mb__logo {
      top: 50%;
      left: 50%;
      height: 80px;
      transform: translate(-50%, -100%);
    }
    .hero-open-mb.superhero .hero-open-mb__logo img {
      height:80px;
    }
    .hero-open-mb.superhero .hero-open-mb__message {
      width: 200px;
      left: 50%;
      top: 50%;
      height: 80px;
      transform: translate(40%, -95%);
    }
  
  
  }
  @media screen and (min-width: 1240px) {
    .hero-open-mb.superhero .hero-open-mb__top-border {
      height:100px;
      max-width:1200px;
      transform: translate(-50%,-219px);
    }
    .hero-open-mb.superhero .hero-open-mb__middle-border {
      height:150px;
      max-width:1200px;
      transform: translate(-50%,-150px);
    }
    .hero-open-mb.superhero .hero-open-mb__bottom-border {
      height:100px;
      max-width:1200px;
      transform: translate(-50%,-52px);
    }
    .hero-open-mb.superhero .hero-open-mb__photo {
    }
    .hero-open-mb.superhero .hero-open-mb__logo-text {
      transform: translate(-144%, -125%);
      width: 300px;
      height: 70px;
    }
  
    .hero-open-mb.superhero .hero-open-mb__logo {
      transform: translate(-129%, -111%);
    }
    .hero-open-mb.superhero .hero-open-mb__message {
      transform: translate(20%,-318%);
    }
  
  
  }
  
  @media screen and (max-width: 600px) {
    .hero-open-mb.superhero  {
      height: 300px;
    }
    .hero-open-mb.superhero .hero-open-mb__photo {
      height: 300px;
    }
    .hero-open-mb.superhero .hero-open-mb__logo-text {
      top: 32%;
      left: 50%;
      height: 80px;
      transform: translate(-40%, -3%);
      font-size: 2.7rem;
    }
    .hero-open-mb.superhero .hero-open-mb__logo {
      top: 26%;
      left: 50%;
      height: 70px;
      transform: translate(0%, -11%);
    }
    .hero-open-mb.superhero .hero-open-mb__logo img {
      height:70px;
    }
    .hero-open-mb.superhero .hero-open-mb__message {
      width: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, 10%);
      font-size: 1rem;
      width: 90%;
      text-align: center;
    }
  
    .hero-open-mb.superhero .hero-open-mb__top-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      width: 90%;
      transform: translate(-50%, -240%);
      height: 50px;
    }
  
    .hero-open-mb.superhero .hero-open-mb__middle-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -90%);
      height: 100px;
      width: 90%;
    }
    .hero-open-mb.superhero .hero-open-mb__bottom-border {
      border-width:4px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, 20%);
      height: 50px;
      width: 90%;
    }
  }
  /*  ======================================================  */
  /*  END OF OPEN MB SUPER HERO  */
  /*  ======================================================  */
  
  
  
  /*  ======================================================  */
  /*  Hero - Blue  */
  /*  ======================================================  */
  .hero-open-mb.blue .hero-open-mb__logo-text {
    color: #5385AA;
  }
  .hero-open-mb.blue .hero-open-mb__message {
    color: #5385AA;
  }
  
  /*  ======================================================  */
  /*  Hero - Pink  */
  /*  ======================================================  */
  .hero-open-mb.pink .hero-open-mb__logo-text {
    color: #833162;
  }
  .hero-open-mb.pink .hero-open-mb__message {
    color: #833162;
  }
  /*  ======================================================  */
  /*  Hero - Green  */
  /*  ======================================================  */
  .hero-open-mb.green .hero-open-mb__logo-text {
    color: #369233;
  }
  .hero-open-mb.green .hero-open-mb__message {
    color: #369233;
  }
  
  
  
  
  
  /*  ======================================================  */
  /*  Hero - Info MB  */
  /*  ======================================================  */
  .hero-open-mb.hero-open-mb---info  {
  }
  .hero-open-mb.hero-open-mb---info .hero-open-mb__photo {
  }
  @media screen and (min-width: 1024px) {
    .hero-open-mb.hero-open-mb---info  {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__message {
    }
  }
  @media screen and (min-width: 1240px) {
    .hero-open-mb.hero-open-mb---info  {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__message {
    }
  }
  @media screen and (min-width: 601px) and (max-width: 1023px) {
    .hero-open-mb.hero-open-mb---info  {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__message {
    }
  }
  @media screen and (max-width: 600px) {
    .hero-open-mb.hero-open-mb---info  {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__message {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---info .hero-open-mb__bottom-border {
    }
  }
  
  
  /*  ======================================================  */
  /*  Hero - Data MB  */
  /*  ======================================================  */
  .hero-open-mb.hero-open-mb---data  {
  }
  .hero-open-mb.hero-open-mb---data .hero-open-mb__photo {
      background-image: url(../../../../apprenticeship/asset_library/en/openmb/hero-winter.jpg);
  }
  @media screen and (min-width: 1024px) {
    .hero-open-mb.hero-open-mb---data  {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo {
      transform: translate(-180%, -77%);
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__message {
    }
  }
  @media screen and (min-width: 1240px) {
    .hero-open-mb.hero-open-mb---data  {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo {
      transform: translate(-220%, -77%);
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__message {
    }
  }
  @media screen and (min-width: 601px) and (max-width: 1023px) {
    .hero-open-mb.hero-open-mb---data  {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__message {
    }
  }
  @media screen and (max-width: 600px) {
    .hero-open-mb.hero-open-mb---data  {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__message {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---data .hero-open-mb__bottom-border {
    }
  }
  
  
  
  
  /*  ======================================================  */
  /*  Hero - Engage MB  */
  /*  ======================================================  */
  .hero-open-mb.hero-open-mb---engage  {
  }
  .hero-open-mb.hero-open-mb---engage .hero-open-mb__photo {
  }
  @media screen and (min-width: 1024px) {
    .hero-open-mb.hero-open-mb---engage  {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo {
      transform: translate(-140%, -77%);
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__message {
    }
  }
  @media screen and (min-width: 1240px) {
    .hero-open-mb.hero-open-mb---engage  {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo-text {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo {
      transform: translate(-173%, -77%);
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__message {
    }
  }
  @media screen and (min-width: 601px) and (max-width: 1023px) {
    .hero-open-mb.hero-open-mb---engage  {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__bottom-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo-text {
        transform: translate(-59%, -68%);
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo {
      transform:translate(30%, -100%);
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__message {
    }
  }
  @media screen and (max-width: 600px) {
    .hero-open-mb.hero-open-mb---engage  {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__photo {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo-text {
      transform: translate(-46%, 12%);
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo {
      transform: translate(21%, 9%);
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__logo img {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__message {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__top-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__middle-border {
    }
    .hero-open-mb.hero-open-mb---engage .hero-open-mb__bottom-border {
    }
  }
  /*  ==========================================================================  */
  
  
  
  
  
  
  /*  ======================================================  */
  /*  OPEN MB COLUMN BANNERS */
  /*  ======================================================  */
  
  /*  OPEN MB - Banner, General Styles */
  .banner-open-mb  {
   width:100%;
   display:block;
   clear:both;
   height: 576px;
   max-width:340px;
   position:relative;
   /* border:1px solid black; */
  }
  .banner-open-mb .banner-open-mb__button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
  }
  
  .banner-open-mb .banner-open-mb__button a {
    margin: auto;
    color: #333;
    background: #eee;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    width: auto;
    margin: auto;
    display: block;
    width: auto;
    white-space: nowrap;
  }
  
  
  .banner-open-mb .banner-open-mb__photo {
      position:absolute;
      width:100%;
      height:240px;
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  .banner-open-mb .banner-open-mb__photo img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
  }
  
  
  .banner-open-mb .banner-open-mb__top-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
  }
  .banner-open-mb .banner-open-mb__middle-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
  
    border-right-width: 10px;
    border-left-width: 10px;
    border-right-style: solid;
    border-left-style: solid;
  
    border-right-color: #fff;
    border-left-color: transparent;
  
  }
  .banner-open-mb .banner-open-mb__bottom-border {
    max-width:1024px;
    width: 100%;
    margin: auto;
    position: absolute;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
  }
  
  
  .banner-open-mb .banner-open-mb__logo-text {
    text-align: center;
     position: absolute;
    font-family:Arial;
    font-size:2.3rem;
    font-weight:normal;
  }
  
  
  .banner-open-mb .banner-open-mb__logo {
      text-align: center;
       position: absolute;
  }
  .banner-open-mb .banner-open-mb__message {
    margin: auto;
    font-family: "Arial Black", Arial;
    font-size: 1.5rem;
    position: absolute;
    width: 80%;
    color: #000;
  }
  
  @media screen and (min-width: 1024px) {
    .banner-open-mb {
      max-width:330px;
       height: 576px;
    }
    .banner-open-mb .banner-open-mb__photo {
    }
    .banner-open-mb .banner-open-mb__logo-text {
      top: 50%;
      left: -4px;
      transform: translate(0, 9%);
    }
  
    .banner-open-mb .banner-open-mb__logo {
      width: 100px;
      top: 50%;
      left: 0px;
      transform: translate(130px, -28%);
    }
  
    .banner-open-mb .banner-open-mb__message {
      top: 66%;
      left: 50%;
      transform: translate(-50%,0%);
    }
  
    .banner-open-mb .banner-open-mb__top-border {
      height:100px;
      top: 50%; left: 50%;
      transform: translate(-50%,-55%);
    }
    .banner-open-mb .banner-open-mb__middle-border {
      height:141px;
      top: 50%; left: 50%;
      transform: translate(-50%,-35%);
    }
    .banner-open-mb .banner-open-mb__bottom-border {
      height:195px;
      top: 50%; left: 50%;
      transform: translate(-50%,47%);
    }
    .banner-open-mb .banner-open-mb__button {
      top: 50%;
      left: 50%;
      transform: translate(-50%, 489%);
    }
  
  }
  
  /* Mobile */
  @media screen and (max-width: 1023px) {
   .banner-open-mb {
      max-width:330px;
       height: 576px;
    }
    .banner-open-mb .banner-open-mb__photo {
    }
    .banner-open-mb .banner-open-mb__logo-text {
      top: 50%;
      left: -4px;
      transform: translate(0, 9%);
    }
  
    .banner-open-mb .banner-open-mb__logo {
      width: 100px;
      top: 50%;
      left: 0px;
      transform: translate(130px, -28%);
    }
  
    .banner-open-mb .banner-open-mb__message {
      top: 66%;
      left: 50%;
      transform: translate(-50%,0%);
    }
  
    .banner-open-mb .banner-open-mb__top-border {
      height:100px;
      top: 50%; left: 50%;
      transform: translate(-50%,-55%);
    }
    .banner-open-mb .banner-open-mb__middle-border {
      height:141px;
      top: 50%; left: 50%;
      transform: translate(-50%,-35%);
    }
    .banner-open-mb .banner-open-mb__bottom-border {
      height:195px;
  
      top: 50%; left: 50%;
      transform: translate(-50%,47%);
    }
    .banner-open-mb .banner-open-mb__button {
      top: 50%;
      left: 50%;
      transform: translate(-50%, 489%);
    }
  }
  @media screen and (max-width: 760px) {
    .banner-open-mb {
      max-width:1024px;
    }
  }
  @media screen and (min-width:761px) and (max-width: 900px) {
    .banner-open-mb .banner-open-mb__message {
      font-size:1.25rem;
    }
  }
  
  
  
  
  
  
  /* ==================================================== */
  /* Open MB - Green Banners */
  .banner-open-mb-green .banner-open-mb__photo{
    background: #369233;
  }
  .banner-open-mb-green .banner-open-mb__button a {
    background: #369233;
    color:#fff;
  }
  .banner-open-mb.banner-open-mb-green .banner-open-mb__top-border {
    border-top-color: #369233;
    border-right-color: #369233;
    border-left-color: #369233;
  }
  .banner-open-mb.banner-open-mb-green .banner-open-mb__middle-border {
    border-right-color: #369233;
    border-left-color: transparent;
  }
  .banner-open-mb.banner-open-mb-green .banner-open-mb__bottom-border {
    border-bottom-color: #369233;
    border-right-color: #369233;
    border-left-color: #369233;
  }
  .banner-open-mb.banner-open-mb-green .banner-open-mb__logo-text {
    color: #369233;
  }
  .banner-open-mb.banner-open-mb-green .banner-open-mb__button a {
    color: #fff;
    background: #369233;
  }
  .banner-open-mb.banner-open-mb-green .banner-open-mb__message {
    color: #369233;
  }
  
  
  
  /* Open MB - Blue Banners */
  .banner-open-mb-blue .banner-open-mb__photo{
    background: #5385AA;
  }
  .banner-open-mb-blue .banner-open-mb__button a {
    background: #5385AA;
    color:#fff;
  }
  .banner-open-mb.banner-open-mb-blue .banner-open-mb__top-border {
    border-top-color: #5385AA;
    border-right-color: #5385AA;
    border-left-color: #5385AA;
  }
  .banner-open-mb.banner-open-mb-blue .banner-open-mb__middle-border {
    border-right-color: #5385AA;
    border-left-color: transparent;
  }
  .banner-open-mb.banner-open-mb-blue .banner-open-mb__bottom-border {
    border-bottom-color: #5385AA;
    border-right-color: #5385AA;
    border-left-color: #5385AA;
  }
  .banner-open-mb.banner-open-mb-blue .banner-open-mb__logo-text {
    color: #5385AA;
  }
  .banner-open-mb.banner-open-mb-blue .banner-open-mb__button a {
    color: #fff;
    background: #5385AA;
  }
  .banner-open-mb.banner-open-mb-blue .banner-open-mb__message {
    color: #5385AA;
  }
  
  
  
  /* Open MB - Pink Banners */
  .banner-open-mb-pink .banner-open-mb__photo{
    background: #833162;
  }
  .banner-open-mb-pink .banner-open-mb__button a {
    background: #833162;
    color:#fff;
  }
  .banner-open-mb.banner-open-mb-pink .banner-open-mb__top-border {
    border-top-color: #833162;
    border-right-color: #833162;
    border-left-color: #833162;
  }
  .banner-open-mb.banner-open-mb-pink .banner-open-mb__middle-border {
    border-right-color: #833162;
    border-left-color: transparent;
  }
  .banner-open-mb.banner-open-mb-pink .banner-open-mb__bottom-border {
    border-bottom-color: #833162;
    border-right-color: #833162;
    border-left-color: #833162;
  }
  .banner-open-mb.banner-open-mb-pink .banner-open-mb__logo-text {
    color: #833162;
  }
  .banner-open-mb.banner-open-mb-pink .banner-open-mb__button a {
    color: #fff;
    background: #833162;
  }
  .banner-open-mb.banner-open-mb-pink .banner-open-mb__message {
    color: #833162;
  }
  
  
  
  /* ======================================================== */
  /* Open MB - Engage Banner */
  /* ======================================================== */
  @media screen and (min-width: 1024px) {
    .banner-open-mb---engage .banner-open-mb__logo {
      transform: translate(130px, -28%) !important;
    }
  }
  @media screen and (max-width: 1023px) {
    .banner-open-mb---engage .banner-open-mb__logo {
      transform: translate(130px, -28%) !important;
    }
  }
  /* ======================================================== */
  /* French Open MB - Engage Banner */
  /* ======================================================== */
  @media screen and (min-width: 1024px) {
    .banner-open-mb---engage.banner-open-mb---engage-fr .banner-open-mb__logo {
      transform: translate(215px, -28%) !important;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .banner-open-mb---engage.banner-open-mb---engage-fr .banner-open-mb__logo {
      transform: translate(215px, -28%) !important;
    }
  }
  
  /* ======================================================== */
  /* Open MB - Data Banner */
  /* ======================================================== */
  @media screen and (min-width: 1024px) {
    .banner-open-mb---data .banner-open-mb__logo {
      transform: translate(84px, -28%) !important;
    }
  }
  @media screen and (max-width: 1023px) {
    .banner-open-mb---data .banner-open-mb__logo {
      transform: translate(84px, -28%) !important;
    }
  }
  /* ======================================================== */
  /* French Open MB - Data Banner */
  /* ======================================================== */
  @media screen and (min-width: 1024px) {
    .banner-open-mb---data.banner-open-mb---data-fr .banner-open-mb__logo {
      transform: translate(150px, -28%) !important;
    }
  }
  @media screen and (max-width: 1023px) {
    .banner-open-mb---data.banner-open-mb---data-fr .banner-open-mb__logo {
      transform: translate(150px, -28%) !important;
    }
  }
  
  
  /* ======================================================== */
  /* Open MB - Info Banner */
  /* ======================================================== */
  @media screen and (min-width: 1024px) {
    .banner-open-mb---info .banner-open-mb__logo {
      transform: translate(70px, -28%) !important;
    }
  }
  @media screen and (max-width: 1023px) {
    .banner-open-mb---info .banner-open-mb__logo {
      transform: translate(70px, -28%) !important;
    }
  }
  
  @media screen and (min-width:761px) and (max-width: 900px) {
    .banner-open-mb---info .banner-open-mb__message {
      font-size:1.25rem;
    }
  }
  /* ======================================================== */
  /* French Open MB - Info Banner */
  /* ======================================================== */
  @media screen and (min-width: 1024px) {
    .banner-open-mb---info.banner-open-mb---info-fr .banner-open-mb__logo {
      transform: translate(65px, -28%) !important;
    }
  }
  @media screen and (max-width: 1023px) {
    .banner-open-mb---info.banner-open-mb---info-fr .banner-open-mb__logo {
      transform: translate(65px, -28%) !important;
    }
  }
  
  @media screen and (min-width:761px) and (max-width: 900px) {
    .banner-open-mb---info.banner-open-mb---info-fr .banner-open-mb__message {
      font-size:1.25rem;
    }
  }
  
  
  
  
  
  p.openmb
  {
      color: #369233;
      font-size: 1.9em;
    text-align: center
  }
  
  p.datamb
  {
      color: #5385aa;
      font-size: 1.9em;
    text-align: center
  }
  
  p.infomb
  {
      color: #833162;
      font-size: 1.9em;
    text-align: center
  }
  
  #infomb-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f9f4f7;
    border-bottom: 1px solid #833162;
    border-top: 1px solid #833162;
      display: inline-block;
      position: relative;
      width: auto;
    float: left;
    width: 100%;
    }
  
    #infomb-columns-home p {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
          font-size: 1.0em;
          color: #000000;
  }
  
  #finances-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f0f9fd;
    border-bottom: 2px solid #005da2;
    border-top: 2px solid #005da2;
      display: inline-block;
      position: relative;
      width: auto;
    float: left;
    width: 100%;
    }
  
    #finances-columns-home p {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
          font-size: 1.0em;
          color: #000000;
  }
  
  #sidemenu-column .collapse{
  display:block;
  }
  
  /* ======================================================= */
  /* Manitoba 4 Ukraine */
  /* ======================================================= */
  
  .mb4uk {
  
  }
  
  .mb4uk-intro {
          /* background : #ffd600; */
          background:#FFF7CE;
          padding:20px;
  }
  
  .mb4uk-tiles {
      margin-top:40px;
  }
  
  
  /* Hide the breadcrumbs for Manitoba 4 Ukraine */
  .page-mb4e .breadcrumb {
      display:none;
  }
  .page-mb4u .breadcrumb {
      display:none;
  }
  .page-mb4f .breadcrumb {
      display:none;
  }
  
  
  .mb4uk .tile {
      background: #0055B8;
      border-bottom:5px solid #FFD600;
      margin-right:40px;
      margin-bottom:10px;
  }
  
  .mb4uk .row .col-1-3:nth-of-type(3) .tile {
      margin-right:0px;
  }
  
  .mb4uk .tile a {
      padding:10px;
      text-decoration:none;
      color:#fff;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .mb4uk .tile a img {
      display:inline-block;
      width:66px;
  }
  .mb4uk .tile a span {
      width:80%;
      display:inline-block;
      font-weight:bold;
      font-size:22px;
      line-height:1.5rem;
      color:#fff;
      padding-left:10px;
  }
  .mb4uk-callout {
      background:#f8f8f8;
    padding:20px;
    margin-bottom:20px;
    width:50%;
    float:right;
    margin-left:20px;
  }
  
  
  @media (max-width:1023px) {
      .mb4uk .tile a span {
          font-size:1.2rem;
      }
    .mb4uk-callout {
      width:100%;
      float:unset;
        margin-left:0px;
      
    }
  }
  
  @media (max-width:763px) {
      .mb4uk .tile a span {
          font-size:1.2rem;
      }
      .mb4uk .row .col-1-3 .tile {
          margin-right:0px;
      }
  
      .mb4uk .row .col-1-3 .tile {
          padding-right:0px;
      }
      .mb4uk .col-1-3:nth-child(3n+1) {
          padding-right:0px;
          padding-left:0px;
      }
      .mb4uk .col-1-3:nth-child(3n+2) {
          padding-right:0px;
          padding-left:0px;
      }
  }
  
  
  