@charset "UTF-8";
html, body {
  background-color: #f6f8fa;
  color: #36424a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 768px) {
    html, body {
      font-size: 16px;
      line-height: 26px; } }

a {
  color: #50AFC7; }
  a:focus, a:hover {
    color: #50AFC7;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.link-flamingo {
  color: #F15B24; }
  .link-flamingo:focus, .link-flamingo:hover {
    color: #f47f54; }

.link-old-brick {
  color: #971919; }
  .link-old-brick:focus, .link-old-brick:hover {
    color: #c32020; }

.link-blumine {
  color: #1B607C; }
  .link-blumine:focus, .link-blumine:hover {
    color: #2480a6; }

.link-morning-blue {
  color: #95CADE; }
  .link-morning-blue:focus, .link-morning-blue:hover {
    color: #bcddea; }

.link-gold {
  color: #DBAA64; }
  .link-gold:focus, .link-gold:hover {
    color: #e5c18d; }

.link-pelorous {
  color: #50AFC7; }
  .link-pelorous:focus, .link-pelorous:hover {
    color: #77c1d3; }

.link-cognac {
  color: #A94219; }
  .link-cognac:focus, .link-cognac:hover {
    color: #d55320; }

.link-tuna {
  color: #31333B; }
  .link-tuna:focus, .link-tuna:hover {
    color: #484b57; }

div[class^="spacer"] {
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer5 {
  height: 5px; }

.spacer10 {
  height: 10px; }

.spacer15 {
  height: 15px; }

.spacer20 {
  height: 20px; }

.spacer25 {
  height: 25px; }

.spacer30 {
  height: 30px; }

.spacer35 {
  height: 35px; }

.spacer40 {
  height: 40px; }

.spacer45 {
  height: 45px; }

.spacer50 {
  height: 50px; }

.spacer60 {
  height: 60px; }

.spacer70 {
  height: 70px; }

.spacer80 {
  height: 80px; }

.spacer90 {
  height: 90px; }

.spacer100 {
  height: 100px; }

.spacer120 {
  height: 120px; }

.spacer140 {
  height: 140px; }

.spacer160 {
  height: 160px; }

.spacer180 {
  height: 180px; }

.spacer200 {
  height: 200px; }

img {
  max-width: 100%; }

section {
  padding: 60px 0; }
  section.section-bg {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat; }
  section.section-lg {
    padding: 120px 0; }
  section.section-sml {
    padding: 30px 0; }
  section.section-pad-80 {
    padding: 80px 0; }
  section.section-pad-100 {
    padding: 100px 0; }
  section.section-bg-white {
    background-color: white; }
  section.section-bg-pelorous {
    background-color: #50AFC7; }
  section.section-min-height {
    min-height: 100vh; }
  section.section-split {
    position: relative;
    overflow: hidden; }
    section.section-split:before {
      content: "";
      background-color: #fbfbfb;
      display: none;
      width: -webkit-calc(38.2% - 60px);
      width: calc(38.2% - 60px);
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      @media only screen and (min-width: 992px) {
        section.section-split:before {
          display: block; } }
    section.section-split aside {
      background-color: #fbfbfb;
      position: absolute;
      min-height: 400vh;
      height: 100%;
      padding-top: 60px;
      padding-left: 34px;
      padding-right: 66px;
      top: -60px; }
      section.section-split aside h4 {
        font-size: 15px;
        margin-top: 24px;
        margin-bottom: 25px;
        text-transform: uppercase; }
      section.section-split aside p,
      section.section-split aside a {
        color: #313a42;
        display: block;
        font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 24px; }
  section.text-white * {
    color: white; }

sup {
  font-size: 50%; }

p sup {
  top: -8px; }

h2 sup {
  top: -18px; }

h3 sup {
  top: -12px; }

.fullscreen,
.fullscreen body {
  overflow: hidden;
  height: 100vh; }

blockquote {
  padding: 11px 22px;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 32px; }
  @media only screen and (min-width: 768px) {
    blockquote {
      font-size: 28px;
      line-height: 40px; } }
  blockquote small {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 23px; }
    blockquote small + img {
      margin-top: 40px; }

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

hr {
  border-top: 2px solid #eeeeee !important; }

.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

iframe {
  max-width: 100%; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.image-background {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

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

.m-top-30 {
  margin-top: 30px !important; }

.m-navigation-dark + main {
  padding-top: 75px; }

.bg-tuna {
  background-color: #31333B;
  color: white; }

ul.lower-latin {
  list-style-type: lower-latin; }

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

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

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url("../fonts/helveticaneue-thin-webfont.woff2") format("woff2"), url("../fonts/helveticaneue-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1 {
  font-size: 38px;
  line-height: 48px !important; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 60px;
      line-height: 70px !important; } }

h2 {
  font-size: 28px;
  line-height: 38px !important;
  margin-top: 18px !important;
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 38px;
      line-height: 48px !important; } }

h3 {
  font-size: 20px;
  line-height: 36px !important; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 18px; } }

h4 + h2 {
  margin-top: 0; }

.text-white {
  color: white; }

.text-morning-blue {
  color: #95CADE; }

.text-cognac {
  color: #A94219 !important; }

.text-gold {
  color: #DBAA64 !important; }

.text-pelorous {
  color: #50AFC7 !important; }

.text-tuna {
  color: #31333B; }

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

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

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  /*.owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}*/ }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
       -o-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -o-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none; }
    .owl-theme .owl-dots .owl-dot span {
      width: 14px;
      height: 13px;
      margin: 5px 7px;
      background: white;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: transparent; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
     -o-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
     -o-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Roboto", sans-serif;
  color: #36424a;
  background-color: #f6f8fa; }

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

a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f6f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

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

h1, h2, h3, h5, h6,
.h1, .h2, .h3, .h5, .h6 {
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block; }

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #f6f8fa; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

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

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

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

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

input[type="file"] {
  display: block; }

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

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

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

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

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 33px;
  line-height: 33px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

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

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

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

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 49px;
  line-height: 49px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

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

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

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

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

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

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

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

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

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

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.d-none {
  display: none; }

h2 ~ p {
  margin-bottom: 40px; }

.promo {
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .promo.promo-small {
    padding: 50px 0; }
    .promo.promo-small p {
      font-size: 20px;
      margin-bottom: 0;
      font-weight: 700; }
      @media only screen and (min-width: 768px) {
        .promo.promo-small p {
          font-size: 28px; } }
      .promo.promo-small p > .m-button {
        display: block;
        margin: 20px auto 0;
        width: 154px; }
        @media only screen and (min-width: 768px) {
          .promo.promo-small p > .m-button {
            display: inline-block;
            margin: 0 0 0 74px; } }

.homepage .m-navigation {
  /* When masthead banners are light */
  background-color: #31333B; }

.homepage .m-masthead {
  height: 475px;
  min-height: 100%;
  /*.masthead__inner {
      @media only screen and (min-width: 992px) {
        margin-top: 155px;
      }
    }*/
  /*h1 {
      &.masthead__title {
        font-size: 30px;
        line-height: 38px;
        margin-top: 0;
        margin-bottom: 4px;

        @media only screen and (min-width: 768px) {
          font-size: 65px;
        }
      }
    }*/ }
  @media only screen and (min-width: 768px) {
    .homepage .m-masthead {
      min-height: 756px; } }
  .homepage .m-masthead h1 {
    margin-bottom: 20px; }
  .homepage .m-masthead h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .homepage .m-masthead h3 {
        margin-top: 0;
        margin-bottom: 15px; } }
  .homepage .m-masthead p {
    margin-bottom: 50px; }
  .homepage .m-masthead.m-sloganed h1 {
    margin-bottom: 20px; }
  .homepage .m-masthead.m-sloganed h4 {
    margin-bottom: 20px; }
  .homepage .m-masthead.m-sloganed p {
    font-size: 14px;
    line-height: 20px; }
  .homepage .m-masthead.masthead-three-lines h1 {
    margin-top: 0;
    margin-bottom: 13px; }
  .homepage .m-masthead.masthead-three-lines h3 {
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.75px; }
  .homepage .m-masthead.masthead-three-lines p {
    font-size: 18px;
    line-height: 22px;
    color: #d0d0d0; }

.homepage .m-media-list-row li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 992px) {
    .homepage .m-media-list-row li {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .homepage .m-media-list-row li div {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .homepage .m-media-list-row li div {
        margin-top: 30px; } }
  .homepage .m-media-list-row li img {
    width: 150px; }
    @media only screen and (min-width: 992px) {
      .homepage .m-media-list-row li img {
        width: auto; } }

.homepage .promo.promo-small .m-button {
  display: block;
  margin: 20px auto 0; }
  @media only screen and (min-width: 1200px) {
    .homepage .promo.promo-small .m-button {
      display: inline-block;
      margin: 0 0 0 74px; } }

.homepage #technology-graphic {
  width: 320px;
  height: 213px; }
  @media only screen and (min-width: 992px) {
    .homepage #technology-graphic {
      width: 489px;
      height: 321px; } }

.homepage section:nth-of-type(1) .m-media-list-column .media-card {
  padding: 30px 24px; }
  .homepage section:nth-of-type(1) .m-media-list-column .media-card h3 {
    margin-bottom: 31px; }
  .homepage section:nth-of-type(1) .m-media-list-column .media-card img {
    height: 101px; }
  .homepage section:nth-of-type(1) .m-media-list-column .media-card .m-button {
    margin: 23px auto 0 auto; }

.homepage section:nth-of-type(2) .m-button:first-of-type {
  margin-right: 18px; }
  @media only screen and (max-width: 480px) {
    .homepage section:nth-of-type(2) .m-button:first-of-type {
      display: block;
      margin-right: 0;
      margin-bottom: 18px;
      max-width: 242px; } }

.homepage section:nth-of-type(3) .m-media-list-column {
  margin-bottom: 48px; }
  .homepage section:nth-of-type(3) .m-media-list-column li .media-card {
    min-height: 200px; }
    .homepage section:nth-of-type(3) .m-media-list-column li .media-card > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }

.homepage section:nth-of-type(3) .media-circle img,
.homepage section:nth-of-type(3) .media-circle i {
  height: 26px; }

.homepage section:nth-of-type(3) h3 {
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin-top: 31px; }

.news .m-media-list-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 992px) {
    .news .m-media-list-column {
      -webkit-box-align: normal;
      -webkit-align-items: normal;
          -ms-flex-align: normal;
              align-items: normal; } }
  .news .m-media-list-column .media-card {
    min-width: 315px; }
    @media only screen and (min-width: 992px) {
      .news .m-media-list-column .media-card {
        min-width: 100%; } }
    .news .m-media-list-column .media-card small {
      color: #A94219;
      font-weight: 500;
      margin-bottom: 8px; }

.resources .m-tabs {
  position: absolute;
  width: 100%;
  margin-top: -56px; }

.resources .m-media-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .resources .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .resources .m-media-list-column li:nth-of-type(3n+1) .media-card a:hover {
    border: 2px solid #DBAA64; }
  .resources .m-media-list-column li:nth-of-type(3n+2) .media-card a:hover {
    border: 2px solid #50AFC7; }
  .resources .m-media-list-column li:nth-of-type(3n+3) .media-card a:hover {
    border: 2px solid #A94219; }

.resources .media-card {
  padding: 11px; }
  .resources .media-card .card-image {
    position: relative; }
    .resources .media-card .card-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      -webkit-transition: opacity 0.25 ease-in-out;
      -o-transition: opacity 0.25 ease-in-out;
      transition: opacity 0.25 ease-in-out; }
    .resources .media-card .card-image:after {
      content: '';
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .resources .media-card h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 27px;
    margin-top: 20px; }
  .resources .media-card .media-circle[class*="circle-bordered"] {
    width: 87px;
    height: 87px; }
    .resources .media-card .media-circle[class*="circle-bordered"]:before {
      left: 3px;
      top: 3px;
      width: 75px;
      height: 75px; }
  .resources .media-card .media-block__desc {
    padding: 0 27px; }
  .resources .media-card.whitepaper .card-image:after {
    background-image: url(../img/resources/whitepaper-icon.svg);
    width: 73px;
    height: 65px; }
  .resources .media-card.whitepaper a:hover {
    border: 1px solid #DBAA64; }
    .resources .media-card.whitepaper a:hover + .card-image:after {
      background-image: url(../img/resources/whitepaper-hover-icon.svg); }
  .resources .media-card.webinar .card-image:after {
    background-image: url(../img/resources/webinar-icon.svg);
    width: 43px;
    height: 42px; }
  .resources .media-card.webinar a:hover {
    border: 1px solid #50AFC7; }
    .resources .media-card.webinar a:hover + .card-image:after {
      background-image: url(../img/resources/webinar-hover-icon.svg); }
  .resources .media-card.video .card-image:after {
    background-image: url(../img/resources/video-icon.svg);
    width: 46px;
    height: 44px; }
  .resources .media-card.video a:hover {
    border: 1px solid #A94219; }
    .resources .media-card.video a:hover + .card-image:after {
      background-image: url(../img/resources/video-hover-icon.svg); }

.careers #intro h2 ~ strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 30px; }

.careers #intro h2 ~ p {
  margin-bottom: 29px; }

.careers #intro p:last-of-type {
  margin-bottom: 0; }

.careers h3 strong {
  font-weight: 300;
  font-style: italic;
  margin-top: 0; }

@media only screen and (min-width: 768px) {
  .careers .m-media-list-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

.careers .icon-block h5 {
  margin-bottom: 0; }

.careers .icon-block small {
  display: block;
  font-size: 12px;
  line-height: 18px; }

.careers .row-eq-height {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .careers .row-eq-height {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.careers .image-background {
  min-height: 300px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media only screen and (min-width: 992px) {
    .careers .image-background {
      -webkit-box-ordinal-group: inherit;
      -webkit-order: inherit;
          -ms-flex-order: inherit;
              order: inherit;
      min-height: 100%; } }

.careers .content-block {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
  min-height: 516px; }

.careers .promo p {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 27px; }

.careers .promo.promo-small.promo-award {
  padding: 150px 0 50px; }
  @media only screen and (min-width: 992px) {
    .careers .promo.promo-small.promo-award {
      padding: 50px 0; } }
  .careers .promo.promo-small.promo-award > div {
    position: relative; }
    .careers .promo.promo-small.promo-award > div:before {
      content: "";
      background-image: url("../img/top-workplaces-award.png");
      width: 125px;
      height: 196px;
      position: absolute;
      top: -110px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (min-width: 992px) {
        .careers .promo.promo-small.promo-award > div:before {
          top: -74px;
          left: 0;
          -webkit-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; } }
  .careers .promo.promo-small.promo-award p {
    margin-left: 0;
    padding-top: 115px; }
    @media only screen and (min-width: 992px) {
      .careers .promo.promo-small.promo-award p {
        margin-left: 225px;
        padding-top: 0; } }
    .careers .promo.promo-small.promo-award p .m-button {
      font-style: normal;
      display: block;
      margin: 20px auto 0; }
      @media only screen and (min-width: 1200px) {
        .careers .promo.promo-small.promo-award p .m-button {
          display: inline-block;
          margin: 0 0 0 74px; } }

.careers .media-card h3 {
  margin-bottom: 33px; }

.careers .media-card .media-block__desc.desc__small {
  font-size: 13px;
  line-height: 20px; }

.careers .media-card .media-block__desc ul {
  padding-left: 0;
  text-align: left; }
  .careers .media-card .media-block__desc ul > li {
    margin-top: 0;
    list-style: none;
    position: relative;
    padding-left: 18px; }
    .careers .media-card .media-block__desc ul > li:before {
      content: "";
      display: block;
      position: absolute;
      width: 9px;
      height: 9px;
      background-color: #DBAA64;
      border-radius: 100%;
      top: 7px;
      left: 0; }

.careers .resumator-basic-widget .resumator-job {
  font-family: Helvetica, Arial, sans-serif;
  padding: 30px 20px; }
  .careers .resumator-basic-widget .resumator-job .resumator-job-title {
    border-top: 0;
    color: #36424a;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase; }
  .careers .resumator-basic-widget .resumator-job .resumator-job-info {
    color: #95CADE;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 4px 0 20px;
    margin: 0;
    float: none; }
    .careers .resumator-basic-widget .resumator-job .resumator-job-info span {
      color: #95CADE;
      font-weight: 500; }
  .careers .resumator-basic-widget .resumator-job .resumator-job-link {
    color: #DBAA64;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none; }
  .careers .resumator-basic-widget .resumator-job .resumator-job-info-details,
  .careers .resumator-basic-widget .resumator-job .resumator-job-description li,
  .careers .resumator-basic-widget .resumator-job .resumator-job-description p {
    color: #36424a;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    float: none; }
    @media only screen and (min-width: 768px) {
      .careers .resumator-basic-widget .resumator-job .resumator-job-info-details,
      .careers .resumator-basic-widget .resumator-job .resumator-job-description li,
      .careers .resumator-basic-widget .resumator-job .resumator-job-description p {
        font-size: 16px;
        line-height: 26px; } }
  .careers .resumator-basic-widget .resumator-job .resumator-job-info-details span {
    color: #36424a;
    font-weight: 500; }
  .careers .resumator-basic-widget .resumator-job .resumator-buttons input[type="button"] {
    display: inline-block;
    background-color: #DBAA64;
    border: 2px solid transparent;
    height: 41px;
    line-height: 38px;
    padding: 0px 24px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: white;
    margin: 0;
    min-width: 154px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .careers .resumator-basic-widget .resumator-job:nth-child(even) {
    background-color: #f6f8fa; }

.partners .m-media-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .partners .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .partners .m-media-list-column li > a {
    max-width: 315px;
    width: 100%; }

.aboutpage .m-masthead .masthead__inner > img {
  max-width: 80%; }
  @media only screen and (min-width: 768px) {
    .aboutpage .m-masthead .masthead__inner > img {
      max-width: 100%; } }

.aboutpage #team .m-media-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .aboutpage #team .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.aboutpage #offices {
  padding: 20px 20px 10px; }
  @media only screen and (min-width: 1200px) {
    .aboutpage #offices img {
      max-height: 126px; } }
  .aboutpage #offices h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 12px; }
  .aboutpage #offices .media-block__desc.desc__small {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 0; }
    .aboutpage #offices .media-block__desc.desc__small p {
      margin: 0; }
  .aboutpage #offices a {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;
    color: #50AFC7; }

.aboutpage .info-block {
  background-color: white;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.1);
  color: #31333B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 18px;
  max-width: 315px;
  margin-bottom: 15.5px; }
  .aboutpage .info-block a {
    color: #31333B; }
  .aboutpage .info-block span {
    border: 2px solid #31333B;
    width: 29px;
    height: 28px;
    margin-right: 4px; }
    .aboutpage .info-block span:before {
      width: 21px;
      height: 20px; }
    .aboutpage .info-block span i {
      font-size: 13px; }
      .aboutpage .info-block span i.fa-paper-plane:before {
        margin-left: -1px; }
  .aboutpage .info-block img {
    max-width: 13px; }
  .aboutpage .info-block p {
    margin: 0; }

.aboutpage #board .m-media-list-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .aboutpage #board .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.aboutpage #board .media-card {
  padding: 15px;
  min-height: 293px;
  max-width: 207px; }
  @media only screen and (min-width: 768px) {
    .aboutpage #board .media-card {
      max-width: 100%; } }
  .aboutpage #board .media-card h3 {
    font-size: 16px; }
  .aboutpage #board .media-card p {
    color: #36424a;
    font-size: 14px;
    line-height: 25px; }

.investors .grid .grid-item {
  padding-left: 15px;
  padding-right: 15px; }

.investors .media-card {
  padding: 36px;
  max-width: 571px;
  min-height: 180px;
  overflow: hidden; }
  .investors .media-card img {
    max-height: 100px; }
  .investors .media-card a:hover {
    border: 2px solid #50AFC7; }
  .investors .media-card .media-block__desc + a {
    text-transform: none;
    color: #A94219;
    font-weight: 500;
    margin-top: 23px;
    z-index: 2;
    /*&:before {
          content: 'Read More';
        }*/ }
  .investors .media-card .expandable {
    display: none;
    position: relative; }
    .investors .media-card .expandable .m-media-list-row {
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      text-align: left;
      z-index: 1;
      -webkit-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
      .investors .media-card .expandable .m-media-list-row li {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .investors .media-card .expandable .m-media-list-row li:not(:last-of-type) {
          margin-bottom: 32px; }
        .investors .media-card .expandable .m-media-list-row li img {
          margin-right: 24px; }
        .investors .media-card .expandable .m-media-list-row li div p {
          font-style: italic;
          margin-bottom: 5px; }
        .investors .media-card .expandable .m-media-list-row li div a {
          font-weight: 600;
          word-break: break-all;
          text-transform: none; }
        .investors .media-card .expandable .m-media-list-row li div h6 {
          margin-top: 0; }
  .investors .media-card.expanded {
    /*.media-block__desc {
        + a {
          &:before {
            content: 'Read Less';
          }
        }
      }*/ }
    .investors .media-card.expanded .expandable {
      display: block; }
    .investors .media-card.expanded > a {
      cursor: default; }
    .investors .media-card.expanded .m-media-list-row {
      margin-top: 45px;
      position: relative;
      opacity: 1;
      visibility: visible; }

.events .m-media-list-column .media-card {
  max-width: 100%; }
  @media only screen and (min-width: 992px) {
    .events .m-media-list-column .media-card {
      max-width: inherit; } }
  .events .m-media-list-column .media-card .card-bg {
    padding: 20px; }
    @media only screen and (max-width: 480px) {
      .events .m-media-list-column .media-card .card-bg {
        height: 170px; } }
    .events .m-media-list-column .media-card .card-bg > img {
      max-width: 250px; }
      @media only screen and (min-width: 768px) {
        .events .m-media-list-column .media-card .card-bg > img {
          max-width: 100%; } }
    .events .m-media-list-column .media-card .card-bg + .media-block__desc {
      position: relative;
      padding: 33px 20px 33px 126px; }
      @media only screen and (min-width: 768px) {
        .events .m-media-list-column .media-card .card-bg + .media-block__desc {
          padding: 33px 20px 33px 153px; } }
      .events .m-media-list-column .media-card .card-bg + .media-block__desc p {
        color: #50AFC7;
        font-size: 17px;
        font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) {
          .events .m-media-list-column .media-card .card-bg + .media-block__desc p {
            line-height: 27px; } }
        @media only screen and (min-width: 1200px) {
          .events .m-media-list-column .media-card .card-bg + .media-block__desc p {
            font-size: 20px; } }
      .events .m-media-list-column .media-card .card-bg + .media-block__desc small {
        color: #9e9e9e;
        display: block;
        font-size: 14px;
        line-height: 20px;
        position: relative; }
  .events .m-media-list-column .media-card .box {
    background-color: #50AFC7;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    position: absolute;
    padding: 20px;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px; }
    @media only screen and (min-width: 768px) {
      .events .m-media-list-column .media-card .box {
        font-size: 26px;
        line-height: 26px;
        width: 126px; } }
    .events .m-media-list-column .media-card .box strong {
      display: block;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 700; }

.events .m-media-list-column li:nth-child(2) .media-card .card-bg + .media-block__desc p {
  color: #A94219; }

.events .m-media-list-column li:nth-child(2) .media-card .box {
  background-color: #A94219; }

.events .m-media-list-column li:nth-child(3) .media-card .card-bg + .media-block__desc p {
  color: #DBAA64; }

.events .m-media-list-column li:nth-child(3) .media-card .box {
  background-color: #DBAA64; }

.events .m-media-list-row {
  margin-top: 63px; }
  .events .m-media-list-row li:not(last-of-type) {
    margin-bottom: 20px; }
  .events .m-media-list-row li a h3 {
    color: #36424a; }
  .events .m-media-list-row li .media-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    min-height: auto;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .events .m-media-list-row li .media-card {
        min-height: 275px;
        height: 275px; } }
    @media only screen and (min-width: 992px) {
      .events .m-media-list-row li .media-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0;
        min-height: 190px;
        height: 190px; } }
    .events .m-media-list-row li .media-card img {
      margin-bottom: 20px;
      width: 95px;
      height: 60px; }
      @media only screen and (min-width: 992px) {
        .events .m-media-list-row li .media-card img {
          margin-right: 36px;
          margin-bottom: 0; } }
    .events .m-media-list-row li .media-card div {
      margin-top: 0; }
    .events .m-media-list-row li .media-card h3 {
      font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 0; }
    .events .m-media-list-row li .media-card p,
    .events .m-media-list-row li .media-card small {
      color: #9e9e9e;
      font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0; }
    .events .m-media-list-row li .media-card small {
      display: block;
      font-weight: 700; }
      .events .m-media-list-row li .media-card small + small {
        padding-top: 8px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .event-detail .m-masthead .masthead__inner .masthead__title {
    font-size: 34px;
    line-height: 40px !important; } }

.event-detail .m-masthead .masthead__inner img:first-child {
  margin-bottom: 18px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .event-detail .m-masthead .masthead__inner img:first-child {
      margin-bottom: 0;
      max-width: 100% !important;
      max-height: 100% !important; } }

.event-detail .m-masthead .masthead__inner .m-button {
  margin-top: 20px; }

.event-detail section:nth-of-type(1) .m-media-list-column {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .event-detail section:nth-of-type(1) .m-media-list-column li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .event-detail section:nth-of-type(1) .m-media-list-column li {
        margin-bottom: 0; } }
    .event-detail section:nth-of-type(1) .m-media-list-column li .deets-image {
      width: 42px;
      margin-right: 20px; }
      .event-detail section:nth-of-type(1) .m-media-list-column li .deets-image img {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center; }
    .event-detail section:nth-of-type(1) .m-media-list-column li div {
      font-weight: 500; }
      .event-detail section:nth-of-type(1) .m-media-list-column li div:first-child {
        color: #50AFC7;
        font-size: 14px;
        line-height: 18px; }

.event-detail section:nth-of-type(3) h2 {
  margin-bottom: 60px !important; }

.event-detail section:nth-of-type(3) .m-button {
  margin-top: 30px; }

.event-detail.event-detail-with-blog .btn-container .m-button {
  min-width: 210px; }

.event-detail.event-detail-with-blog section:nth-of-type(2) h4 {
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px; }

.event-detail.event-detail-with-blog section:nth-of-type(3) .m-button {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .event-detail.event-detail-with-blog section:nth-of-type(3) .m-button {
      margin-top: 0; } }

.event-detail.event-detail-with-blog section:nth-of-type(4) .m-button {
  margin-top: 30px; }

.resources-detail h2 {
  font-size: 36px; }

.resources-detail p {
  font-size: 14px;
  line-height: 22px; }

.resources-detail .media-card {
  margin-top: 51px;
  min-height: 100%;
  max-width: 100%; }
  .resources-detail .media-card h3 {
    color: #6d8692;
    font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 29px; }
  .resources-detail .media-card form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .resources-detail .media-card form .form-group {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      @media only screen and (min-width: 1200px) {
        .resources-detail .media-card form .form-group {
          -webkit-flex-basis: 48.56%;
              -ms-flex-preferred-size: 48.56%;
                  flex-basis: 48.56%; } }
      .resources-detail .media-card form .form-group:nth-child(odd) {
        margin-right: 0; }
        @media only screen and (min-width: 1200px) {
          .resources-detail .media-card form .form-group:nth-child(odd) {
            margin-right: 17px; } }
      .resources-detail .media-card form .form-group .form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1; }
      .resources-detail .media-card form .form-group .form-control:-ms-input-placeholder {
        color: #ccc; }
      .resources-detail .media-card form .form-group .form-control::-webkit-input-placeholder {
        color: #ccc; }
    .resources-detail .media-card form button {
      margin: 7px 0 0; }

.resources-detail .m-media-list-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .resources-detail .m-media-list-column .media-card {
    margin-top: 0;
    padding: 12px; }
    .resources-detail .m-media-list-column .media-card:before {
      height: 3px; }
    .resources-detail .m-media-list-column .media-card h3 {
      font-size: 14px;
      margin-top: 9px;
      text-align: left; }
    .resources-detail .m-media-list-column .media-card p {
      font-size: 13px;
      line-height: 16px; }

.resources-detail #gated aside h4,
.resources-detail #whitepaper aside h4 {
  color: #DBAA64; }

.resources-detail #tutorial aside h4 {
  color: #50AFC7; }

.resources-detail #webinar aside h4 {
  color: #A94219; }

.error-template h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px !important; }
  @media only screen and (min-width: 768px) {
    .error-template h1 {
      font-size: 150px;
      line-height: 160px !important; } }

.error-template p {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .error-template p {
      font-size: 20px; } }

.error-template .m-button {
  margin-top: 30px; }

.blogpage .media-card {
  padding: 0 0 30px; }
  .blogpage .media-card .card-bg {
    height: 114px; }
    .blogpage .media-card .card-bg + .media-block__desc {
      font-size: 18px;
      line-height: 26px;
      padding: 30px 30px 0; }
      .blogpage .media-card .card-bg + .media-block__desc small {
        color: #A94219;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 27px;
        margin-bottom: 5px; }
        .blogpage .media-card .card-bg + .media-block__desc small a {
          color: #A94219;
          display: inline-block;
          font-family: 'Roboto', sans-serif;
          font-size: 14px;
          font-weight: 500;
          line-height: 27px;
          text-transform: none;
          margin-bottom: 5px;
          border: none; }
          .blogpage .media-card .card-bg + .media-block__desc small a:hover {
            border: none !important; }
      .blogpage .media-card .card-bg + .media-block__desc p + p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px; }
  .blogpage .media-card .m-button {
    width: 154px; }

.blogpage .m-media-list-column li:nth-of-type(2) .media-card a.m-button:hover, .blogpage .m-media-list-column li:nth-of-type(3) .media-card a.m-button:hover, .blogpage .m-media-list-column li:nth-of-type(4) .media-card a.m-button:hover {
  border: 2px solid #DBAA64; }

.blogpage aside form {
  margin-top: 15px; }

.blogpage aside input {
  border-radius: 15px;
  color: #bbbbbb;
  font-size: 15px;
  height: 33px;
  padding: 5px 17px; }
  .blogpage aside input:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.blogpage aside h4:nth-of-type(1) {
  color: #A94219; }

.blogpage aside h4:nth-of-type(2) {
  color: #DBAA64; }
  .blogpage aside h4:nth-of-type(2) ~ a {
    margin-bottom: 3px; }

.blogpage aside h4:nth-of-type(3) {
  color: #50AFC7; }

.blogpage aside h4:not(:nth-of-type(1)) {
  margin-top: 43px; }

.blogpage h2 {
  margin-bottom: 10px !important; }

.blogpage .avatar {
  color: #A94219;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 37px; }
  .blogpage .avatar a {
    color: #A94219;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 37px; }
  .blogpage .avatar img {
    margin-right: 12px; }

.blogpage .rich-text ol li {
  margin-bottom: 20px; }

.getting-started .m-media-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .getting-started .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .getting-started .m-media-list-column .media-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .getting-started .m-media-list-column .media-card > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative;
      width: 100%; }
      .getting-started .m-media-list-column .media-card > div img {
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media only screen and (min-width: 992px) {
          .getting-started .m-media-list-column .media-card > div img {
            max-width: 80%; } }
        @media only screen and (min-width: 1200px) {
          .getting-started .m-media-list-column .media-card > div img {
            max-width: 100%; } }
    .getting-started .m-media-list-column .media-card[class*="pelorous"] a {
      color: #50AFC7; }
    .getting-started .m-media-list-column .media-card[class*="gold"] a {
      color: #DBAA64; }
    .getting-started .m-media-list-column .media-card[class*="cognac"] a {
      color: #A94219; }
    .getting-started .m-media-list-column .media-card[class*="morningblue"] a {
      color: #95CADE; }

.getting-started .promo p > .m-button {
  display: block;
  margin: 20px auto 0 auto; }
  @media only screen and (min-width: 992px) {
    .getting-started .promo p > .m-button {
      display: inline-block;
      margin: 0 0 0 74px; } }

.use-cases .m-media-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .use-cases .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .use-cases .m-media-list-column .media-card .media-circle img {
    height: 26px; }
  .use-cases .m-media-list-column .media-card h3 {
    padding: 0 8px;
    font-size: 22px;
    line-height: 30px; }

.use-cases .section-bg h2 {
  margin-top: 10px !important;
  margin-bottom: 80px !important; }

.use-cases .m-tabs {
  position: absolute;
  width: 100%;
  margin-top: -82px; }
  @media only screen and (min-width: 768px) {
    .use-cases .m-tabs > div {
      min-width: -webkit-calc(750px / 4);
      min-width: calc(750px / 4); } }
  @media only screen and (min-width: 992px) {
    .use-cases .m-tabs > div {
      min-width: -webkit-calc(970px / 4);
      min-width: calc(970px / 4); } }
  @media only screen and (min-width: 1200px) {
    .use-cases .m-tabs > div {
      min-width: -webkit-calc(1170px / 4);
      min-width: calc(1170px / 4); } }
  .use-cases .m-tabs > div.active {
    background-color: white !important; }

.use-cases .dropdown-wrapper {
  position: absolute;
  width: 100%;
  margin-top: -128px; }
  .use-cases .dropdown-wrapper button {
    background-color: transparent;
    color: white; }

.use-cases .tab-content ul {
  list-style: none; }

.use-cases .tab-content ul.floater {
  display: none;
  float: right;
  padding-left: 65px;
  max-width: 407px; }
  @media only screen and (min-width: 768px) {
    .use-cases .tab-content ul.floater {
      display: block; } }
  .use-cases .tab-content ul.floater li {
    font-weight: 500;
    margin-bottom: 20px; }
    .use-cases .tab-content ul.floater li img {
      float: left;
      margin-right: 20px; }
    .use-cases .tab-content ul.floater li:last-child {
      font-size: 14px;
      line-height: 18px; }

.use-cases .tab-content .media-circle {
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  margin-right: 14px; }

.use-cases .tab-content blockquote {
  color: #8d9aa2;
  padding: 31px 30px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .use-cases .tab-content blockquote {
      padding: 31px 60px 0; } }
  @media only screen and (min-width: 1200px) {
    .use-cases .tab-content blockquote {
      padding: 31px 120px 0; } }
  .use-cases .tab-content blockquote:before {
    background-color: #50AFC7;
    content: '';
    display: block;
    width: 10px;
    height: -webkit-calc(100% - 31px);
    height: calc(100% - 31px);
    position: absolute;
    left: 0; }
    @media only screen and (min-width: 768px) {
      .use-cases .tab-content blockquote:before {
        left: 30px; } }
    @media only screen and (min-width: 1200px) {
      .use-cases .tab-content blockquote:before {
        left: 91px; } }
  .use-cases .tab-content blockquote small {
    color: #50AFC7; }

.use-cases .tab-content .media-card h3 {
  font-family: Helvetica,Arial,sans-serif;
  line-height: 34px;
  margin-bottom: 33px; }

.use-cases .tab-content .media-card ul {
  padding-left: 0;
  text-align: left; }
  .use-cases .tab-content .media-card ul > li {
    margin-top: 0;
    position: relative;
    padding-left: 18px; }
    .use-cases .tab-content .media-card ul > li:before {
      content: "";
      display: block;
      position: absolute;
      width: 9px;
      height: 9px;
      background-color: #50AFC7;
      border-radius: 100%;
      top: 7px;
      left: 0; }

.use-cases #lb ul {
  padding-left: 0;
  text-align: left; }
  .use-cases #lb ul > li {
    margin-top: 0;
    position: relative;
    padding-left: 18px; }
    .use-cases #lb ul > li:before {
      content: "";
      display: block;
      position: absolute;
      width: 9px;
      height: 9px;
      background-color: #A94219;
      border-radius: 100%;
      top: 7px;
      left: 0; }

.use-cases #lb h3 {
  margin-bottom: 40px; }

.use-cases #ddos ul {
  margin-bottom: 50px; }
  .use-cases #ddos ul > li {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    padding-left: 44px; }
    .use-cases #ddos ul > li span {
      position: absolute;
      left: 0;
      top: 0; }

.use-cases #ddos img {
  margin-bottom: 50px; }

.use-cases #ddos h3 {
  margin-bottom: 40px; }

.use-cases #ddos h3 + ul {
  padding-left: 0; }
  .use-cases #ddos h3 + ul li {
    margin-bottom: 0;
    padding-left: 18px;
    position: relative; }
    .use-cases #ddos h3 + ul li:before {
      content: "";
      display: block;
      position: absolute;
      width: 9px;
      height: 9px;
      background-color: #DBAA64;
      border-radius: 100%;
      top: 7px;
      left: 0; }

.faq h2 {
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .faq h2 {
      font-size: 26px; } }

.faq h3 {
  border: 1px solid #ddd;
  font-family: "Helvetica Nueue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  padding: 0 15px; }
  @media only screen and (min-width: 768px) {
    .faq h3 {
      font-size: 16px; } }

.faq hr {
  margin-bottom: 33px;
  margin-top: 45px; }

.faq .panel {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px; }
  .faq .panel .panel-heading {
    background-color: white;
    border-radius: 0;
    color: #36424a;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
    .faq .panel .panel-heading a {
      display: block;
      position: relative;
      padding: 15px 46px 15px 0; }
      .faq .panel .panel-heading a span {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .faq .panel .panel-heading a span i {
          font: normal normal normal 14px/1 FontAwesome; }
          .faq .panel .panel-heading a span i:before {
            content: '\f078'; }
      .faq .panel .panel-heading a[aria-expanded="true"] span i:before {
        content: '\f077'; }
  .faq .panel .panel-body {
    border: 0 !important;
    padding: 15px 15px 0; }

.tofino .m-masthead .masthead__inner .masthead__title > img {
  margin-bottom: 8px; }

.tofino #features .media-card {
  padding: 44px;
  max-width: 540px; }
  .tofino #features .media-card h3 {
    margin-top: 0 !important; }
  .tofino #features .media-card img {
    margin-top: 22px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .tofino #features .media-card ul li {
    font-size: 16px; }

.tofino #sku h3 {
  line-height: 30px;
  margin-bottom: 50px; }

.tofino #sku .m-media-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .tofino #sku .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .tofino #sku .m-media-list-column .media-card .media-block__desc {
    margin-top: 9px; }
  .tofino #sku .m-media-list-column li h5 {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 61px;
    text-align: center; }
  .tofino #sku .m-media-list-column li:first-of-type h5 {
    color: #95CADE; }
  .tofino #sku .m-media-list-column li:nth-of-type(2) h5 {
    color: #A94219; }
  .tofino #sku .m-media-list-column li:nth-of-type(3) h5 {
    color: #DBAA64; }
  .tofino #sku .m-media-list-column li:nth-of-type(4) h5 {
    color: #878787;
    margin-bottom: 21px; }

.tofino .media-card ul {
  padding-left: 0; }
  .tofino .media-card ul li {
    padding-left: 18px;
    position: relative;
    list-style: none;
    margin-top: 7px; }
    .tofino .media-card ul li:before {
      content: "";
      display: block;
      position: absolute;
      width: 9px;
      height: 9px;
      background-color: #50AFC7;
      border-radius: 100%;
      top: 7px;
      left: 0; }

.tofino #benefits p {
  margin-bottom: 28px;
  padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .tofino #benefits p {
      padding-right: 20px; } }

.associates .media-card h3 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 18px; }

.associates .media-card ul {
  padding-left: 0;
  margin-top: 13px; }
  .associates .media-card ul li {
    padding-left: 18px;
    position: relative;
    list-style: none;
    margin-top: 5px; }
    .associates .media-card ul li:before {
      content: "";
      display: block;
      position: absolute;
      width: 9px;
      height: 9px;
      background-color: #A94219;
      border-radius: 100%;
      top: 7px;
      left: 0; }

.associates .media-card .media-block__desc + a {
  text-transform: none;
  color: #A94219;
  font-weight: 500;
  margin-top: 23px;
  z-index: 2; }

.associates .m-media-list-column li:nth-of-type(1) .media-card a:hover, .associates .m-media-list-column li:nth-of-type(2) .media-card a:hover, .associates .m-media-list-column li:nth-of-type(3) .media-card a:hover, .associates .m-media-list-column li:nth-of-type(4) .media-card a:hover {
  border: 2px solid transparent; }

.capilano .masthead__inner img {
  width: 283px;
  margin-bottom: 0 !important; }

.capilano h3 {
  margin-top: 0; }

.capilano .m-media-list-row {
  padding: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 28px;
  margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .capilano .m-media-list-row {
      margin-bottom: 20px; } }
  .capilano .m-media-list-row > li .media-card {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 460px;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 40px; }
    @media only screen and (min-width: 992px) {
      .capilano .m-media-list-row > li .media-card {
        margin-top: -1px;
        margin-left: 30px;
        margin-bottom: 0; } }
    .capilano .m-media-list-row > li .media-card h4 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 34px;
      margin-top: 0;
      width: 100%; }
    .capilano .m-media-list-row > li .media-card ul {
      margin-top: 20px;
      padding: 0; }
      .capilano .m-media-list-row > li .media-card ul li {
        color: #36424a;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 0;
        padding-bottom: 7px;
        padding-left: 29px;
        padding-right: 29px;
        position: relative; }
        .capilano .m-media-list-row > li .media-card ul li:before {
          content: "";
          display: block;
          position: absolute;
          width: 9px;
          height: 9px;
          background-color: #50AFC7;
          border-radius: 100%;
          top: 7px;
          left: 0; }
    .capilano .m-media-list-row > li .media-card .media-block__desc.desc__small.desc__small {
      width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .capilano .m-media-list-row > li .media-card {
    min-height: 310px !important; } }

.technology .m-media-list-row {
  padding: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 28px;
  margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .technology .m-media-list-row {
      margin-bottom: 20px; } }
  .technology .m-media-list-row > li .media-card {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 460px;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 40px; }
    @media only screen and (min-width: 992px) {
      .technology .m-media-list-row > li .media-card {
        margin-top: -1px;
        margin-left: 30px;
        margin-bottom: 0; } }
    .technology .m-media-list-row > li .media-card h4 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 0;
      width: 100%; }
    .technology .m-media-list-row > li .media-card ul {
      margin-top: 20px;
      padding: 0; }
      .technology .m-media-list-row > li .media-card ul li {
        color: #36424a;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 0;
        padding-bottom: 7px;
        padding-left: 29px;
        padding-right: 29px;
        position: relative; }
        .technology .m-media-list-row > li .media-card ul li:before {
          content: "";
          display: block;
          position: absolute;
          width: 9px;
          height: 9px;
          background-color: #50AFC7;
          border-radius: 100%;
          top: 7px;
          left: 0; }
    .technology .m-media-list-row > li .media-card .media-block__desc.desc__small.desc__small {
      width: 100%; }

.technology section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 45px; }

.technology h3 {
  font-size: 28px;
  margin-top: 50px; }
  .technology h3 strong {
    font-weight: 300;
    font-style: italic; }

.deep-insight .m-masthead.masthead-small {
  height: 441px; }
  @media only screen and (max-width: 480px) {
    .deep-insight .m-masthead.masthead-small h1 {
      font-size: 30px; } }
  .deep-insight .m-masthead.masthead-small p {
    margin-bottom: 30px; }

@media only screen and (max-width: 480px) {
  .deep-insight .masthead__inner .m-button {
    padding: 0 20px; } }

.deep-insight .masthead__inner .m-button + .m-button {
  margin-left: 20px; }
  @media only screen and (max-width: 480px) {
    .deep-insight .masthead__inner .m-button + .m-button {
      margin-left: auto; } }

.deep-insight .m-masthead .masthead__inner .masthead__title > img {
  margin-bottom: 8px; }

@media only screen and (max-width: 480px) {
  .deep-insight h2 {
    font-size: 22px;
    line-height: 32px !important; } }

.deep-insight .m-media-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .deep-insight .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.deep-insight .media-card ul {
  padding: 0;
  text-align: left; }
  .deep-insight .media-card ul li {
    list-style: none;
    margin-top: 4px;
    position: relative; }
    .deep-insight .media-card ul li:before {
      content: "";
      display: block;
      position: absolute;
      width: 9px;
      height: 9px;
      background-color: #50AFC7;
      border-radius: 100%;
      top: 8px;
      left: 0; }

.deep-insight section:nth-of-type(1) h2 {
  margin-bottom: 41px !important; }

.deep-insight section:nth-of-type(1) .col-md-6 ul {
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0; }
  @media only screen and (min-width: 992px) {
    .deep-insight section:nth-of-type(1) .col-md-6 ul {
      padding-left: 40px; } }
  .deep-insight section:nth-of-type(1) .col-md-6 ul li {
    position: relative;
    padding-left: 39px;
    margin-bottom: 19px; }
    .deep-insight section:nth-of-type(1) .col-md-6 ul li span {
      color: white;
      font-weight: 500;
      display: inline-block;
      width: 21px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 10px;
      position: absolute;
      left: 0;
      top: 2px; }
    .deep-insight section:nth-of-type(1) .col-md-6 ul li b {
      font-weight: 700; }

@media only screen and (min-width: 1200px) {
  .deep-insight section:nth-of-type(2) .media-card {
    padding: 43px 30px; } }

.deep-insight section:nth-of-type(2) .media-card ul {
  padding-left: 9px; }
  @media only screen and (min-width: 1200px) {
    .deep-insight section:nth-of-type(2) .media-card ul {
      padding-left: 24px; } }
  .deep-insight section:nth-of-type(2) .media-card ul li {
    padding-left: 30px; }
    @media only screen and (min-width: 1200px) {
      .deep-insight section:nth-of-type(2) .media-card ul li {
        padding-left: 44px; } }

.deep-insight section:nth-of-type(3) .text-center > h2 {
  margin-bottom: 51px !important;
  margin-top: 0 !important; }

.deep-insight section:nth-of-type(3) .m-media-list-column li {
  line-height: 17px; }
  .deep-insight section:nth-of-type(3) .m-media-list-column li .media-card {
    min-height: 153px;
    padding: 16px 28px; }
    .deep-insight section:nth-of-type(3) .m-media-list-column li .media-card h3 {
      color: #DBAA64;
      font-family: Helvetica,Arial,sans-serif;
      font-weight: 400;
      line-height: 26px;
      margin-top: 0; }
      @media only screen and (min-width: 1200px) {
        .deep-insight section:nth-of-type(3) .m-media-list-column li .media-card h3 {
          line-height: 36px; } }
    .deep-insight section:nth-of-type(3) .m-media-list-column li .media-card .media-block__desc li {
      padding-left: 28px; }
      .deep-insight section:nth-of-type(3) .m-media-list-column li .media-card .media-block__desc li:before {
        background-color: #DBAA64; }
  .deep-insight section:nth-of-type(3) .m-media-list-column li:first-child .media-card h3 {
    color: #50AFC7; }
  .deep-insight section:nth-of-type(3) .m-media-list-column li:first-child .media-card .media-block__desc li:before {
    background-color: #50AFC7; }
  .deep-insight section:nth-of-type(3) .m-media-list-column li:before {
    top: 4px; }

.deep-insight section:nth-of-type(4) h2 {
  line-height: 50px !important; }
  @media only screen and (min-width: 768px) {
    .deep-insight section:nth-of-type(4) h2 {
      line-height: 60px !important; } }

.deep-insight section:nth-of-type(4) .text-center > a {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .deep-insight section:nth-of-type(4) .text-center > a {
      margin-top: 74px;
      margin-bottom: 78px; } }
  .deep-insight section:nth-of-type(4) .text-center > a .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .deep-insight section:nth-of-type(4) .text-center > a .plus {
    font-family: Helvetica;
    font-weight: 900;
    color: white;
    font-size: 96px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .deep-insight section:nth-of-type(4) .text-center > a:hover .overlay {
    opacity: 1; }

.deep-insight section:nth-of-type(4) .media-card {
  padding: 51px 24px; }
  @media only screen and (min-width: 1200px) {
    .deep-insight section:nth-of-type(4) .media-card {
      padding: 51px 44px; } }
  .deep-insight section:nth-of-type(4) .media-card h4 {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px; }
  .deep-insight section:nth-of-type(4) .media-card .media-block__desc {
    margin-top: 25px; }
    .deep-insight section:nth-of-type(4) .media-card .media-block__desc li {
      padding-left: 25px; }
      @media only screen and (min-width: 1200px) {
        .deep-insight section:nth-of-type(4) .media-card .media-block__desc li {
          padding-left: 39px; } }

@media only screen and (max-width: 480px) {
  .deep-insight .m-button {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto; }
    .deep-insight .m-button:first-of-type {
      margin-bottom: 20px; } }

.deep-insight .m-button.new-icon {
  position: relative; }
  .deep-insight .m-button.new-icon:after {
    content: 'NEW';
    width: 30px;
    height: 30px;
    background-color: #a64826;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 9px;
    font-weight: 700;
    line-height: 30px; }

.press-releases .m-media-list-column .media-card h3 {
  font-family: "Helvetica Nueue", Arial;
  line-height: 34px;
  margin-top: 0; }

.press-releases .m-media-list-column .media-card small {
  color: #A94219;
  font-weight: 500; }

.press-releases .m-media-list-column .media-card .m-button {
  margin: 9px 0 0 !important;
  width: 154px; }

.press-releases .m-media-list-column li:last-child .media-card {
  margin-bottom: 0; }

.detail-view small {
  color: #A94219;
  font-weight: 500; }

.detail-view h2 {
  font-family: "Helvetica Neue",Helvetica,Arial;
  font-weight: 300;
  margin-top: 3px !important; }

.detail-view p {
  margin-bottom: 15px; }

.detail-view h3 {
  font-family: "Helvetica Neue",Helvetica,Arial;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 23px; }

.detail-view ul {
  padding-left: 17px;
  margin-top: 18px; }
  .detail-view ul + p {
    margin-top: 17px; }

.sitemap ul {
  list-style: none;
  margin-bottom: 38px; }
  .sitemap ul li:first-of-type {
    font-family: "HelveticaNeue-Thin","Helvetica Neue Thin","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px; }

.barefoot-faster .m-media-list-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .barefoot-faster .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.barefoot-faster section:nth-of-type(2) .media-card {
  max-width: 100%; }
  .barefoot-faster section:nth-of-type(2) .media-card a {
    text-transform: none;
    font-weight: 400; }
  .barefoot-faster section:nth-of-type(2) .media-card ul {
    padding: 0; }
    .barefoot-faster section:nth-of-type(2) .media-card ul li {
      list-style: none;
      margin-top: 4px;
      position: relative;
      padding-left: 28px; }
      .barefoot-faster section:nth-of-type(2) .media-card ul li:before {
        content: "";
        display: block;
        position: absolute;
        width: 9px;
        height: 9px;
        background-color: #50AFC7;
        border-radius: 100%;
        top: 8px;
        left: 0; }

.barefoot-faster section:nth-of-type(3) h3 {
  margin-bottom: 31px; }
  .barefoot-faster section:nth-of-type(3) h3 + p {
    margin-bottom: 28px; }

.barefoot-faster section:nth-of-type(3) ul {
  margin-bottom: 22px; }
  .barefoot-faster section:nth-of-type(3) ul.m-media-list-column li:nth-of-type(1) .media-card a:hover {
    border: 2px solid transparent; }

#searchform {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  background-color: #454753;
  width: 100%;
  height: 0;
  margin-bottom: 63px;
  z-index: 1030; }
  #searchform input[type="text"] {
    background-color: transparent;
    color: #b2b3b8;
    font-weight: 300;
    font-size: 18px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    line-height: 44px;
    height: 44px;
    margin: 15px 0;
    width: 90%;
    padding: 0 0 0 22px;
    letter-spacing: 1px; }
    #searchform input[type="text"]:focus {
      outline: none; }
    #searchform input[type="text"]::-webkit-input-placeholder {
      color: #b2b3b8; }
    #searchform input[type="text"]::-moz-placeholder {
      color: #b2b3b8; }
    #searchform input[type="text"]:-ms-input-placeholder {
      color: #b2b3b8; }
    #searchform input[type="text"]::placeholder {
      color: #b2b3b8; }
  #searchform span {
    font-size: 28px;
    color: #b2b3b8;
    font-weight: 300;
    height: 44px;
    line-height: 44px;
    margin: 15px 0;
    padding: 0 20px 0 0;
    cursor: pointer; }

.search-open #searchform {
  height: 74px;
  -webkit-transition: height .100s ease;
  -o-transition: height .100s ease;
  transition: height .100s ease; }

.search-open .m-navigation {
  top: 74px;
  -webkit-transition: top .100s ease;
  -o-transition: top .100s ease;
  transition: top .100s ease; }

.has-scrolled .search-open .m-navigation > ul {
  top: 0; }

#searchbox section {
  padding: 0; }
  #searchbox section .ss360-suggests {
    margin-top: 25px;
    border-bottom: 1px solid #dadada; }
  #searchbox section h3 {
    background-color: #454753 !important;
    padding: 5px 10px !important; }
  #searchbox section .ss360-more-results {
    color: #50AFC7;
    border: 2px solid #50AFC7;
    background: none;
    text-shadow: none;
    height: 41px;
    line-height: 38px;
    padding: 0px 24px;
    font-family: "Roboto",sans-serif;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    font-weight: 400; }
    #searchbox section .ss360-more-results:hover {
      background: #50AFC7;
      color: #FFFFFF;
      border: 2px solid #77c1d3;
      outline: 0; }
  #searchbox section .ss360-content-container img {
    width: auto;
    max-width: 125px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 25px; }

.p4-studio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 220.05px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 992px) {
    .p4-studio-buttons {
      display: inline;
      max-width: 0; } }
  .p4-studio-buttons .m-button {
    min-width: 220.05px;
    margin-bottom: 10px;
    font-size: 12px; }
    @media only screen and (min-width: 992px) {
      .p4-studio-buttons .m-button {
        margin-bottom: 0px;
        font-size: 15px; } }

.barefoot-academy .m-masthead {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding-bottom: 30px; }
  .barefoot-academy .m-masthead.masthead-image {
    background-color: transparent;
    -webkit-background-size: cover;
            background-size: cover; }
  .barefoot-academy .m-masthead .masthead__inner {
    padding-top: 225px; }
    .barefoot-academy .m-masthead .masthead__inner img {
      margin-bottom: 33px; }
      @media only screen and (max-width: 480px) {
        .barefoot-academy .m-masthead .masthead__inner img {
          width: 100%;
          height: auto; } }

.barefoot-academy .training-start h2 {
  font-size: 44px; }

.barefoot-academy .training-start h3 {
  margin-bottom: 40px; }

.barefoot-academy .past-courses h3 {
  text-align: center;
  margin-bottom: 33px; }

.barefoot-academy .past-courses table:first-of-type {
  margin-bottom: 0; }

.barefoot-academy .past-courses table thead tr {
  background-color: white; }
  .barefoot-academy .past-courses table thead tr th {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }

.barefoot-academy .past-courses table tbody tr:nth-of-type(even) {
  background-color: white; }

.barefoot-academy .past-courses .more-less-btn {
  padding-top: 22px; }
  .barefoot-academy .past-courses .more-less-btn .m-button {
    border: solid 3px #201498;
    background-color: transparent;
    color: #201498;
    font-weight: 500;
    font-size: 16px; }

.barefoot-academy section#cta-section {
  background-image: url(../img/section-bgs/testimonial-background.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center; }
  .barefoot-academy section#cta-section h3 {
    font-size: 28px;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 22px; }
    @media only screen and (min-width: 992px) {
      .barefoot-academy section#cta-section h3 {
        text-align: left;
        margin-bottom: 0; } }
  .barefoot-academy section#cta-section .m-button {
    font-size: 16px;
    color: white;
    background-color: transparent;
    border: solid 3px white; }

.barefoot-academy section#testimonials h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px; }

.barefoot-academy section#testimonials p {
  font-size: 18px;
  margin-bottom: 30px; }

.barefoot-academy section#testimonials .carousel.slick-slider .slick-slide:focus {
  outline: none; }

.barefoot-academy section#testimonials .carousel.slick-slider .slick-dots li {
  margin: 0; }
  .barefoot-academy section#testimonials .carousel.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px; }
    .barefoot-academy section#testimonials .carousel.slick-slider .slick-dots li button:before {
      display: none; }
  .barefoot-academy section#testimonials .carousel.slick-slider .slick-dots li.slick-active button {
    background-color: white; }

.barefoot-academy section:first-of-type .media-card {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 100%; }
  .barefoot-academy section:first-of-type .media-card img {
    margin-bottom: 30px; }
  .barefoot-academy section:first-of-type .media-card p {
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) {
      .barefoot-academy section:first-of-type .media-card p {
        text-align: left; } }
    .barefoot-academy section:first-of-type .media-card p small {
      font-weight: 500;
      font-size: 12px; }
  .barefoot-academy section:first-of-type .media-card .m-button-bombay:active {
    color: white; }
  @media only screen and (min-width: 992px) {
    .barefoot-academy section:first-of-type .media-card {
      padding: 0 30px 0 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .barefoot-academy section:first-of-type .media-card img {
        margin-bottom: 0; } }
  .barefoot-academy section:first-of-type .media-card > div:not(:last-of-type) {
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .barefoot-academy section:first-of-type .media-card > div:not(:last-of-type) {
        margin-bottom: 0; } }
  .barefoot-academy section:first-of-type .media-card > div:last-of-type {
    margin-top: 20px; }
    @media only screen and (min-width: 992px) {
      .barefoot-academy section:first-of-type .media-card > div:last-of-type {
        margin-top: 0; } }
  .barefoot-academy section:first-of-type .media-card .m-button {
    margin-top: 0; }

.barefoot-academy section:nth-of-type(3) .media-card {
  padding: 15px 35px;
  border-left: 10px solid #201498;
  border-right: 50px solid #201498; }
  .barefoot-academy section:nth-of-type(3) .media-card p:first-of-type span {
    font-weight: 500; }
  .barefoot-academy section:nth-of-type(3) .media-card a {
    font-size: 65px;
    position: absolute;
    color: white;
    right: -38px;
    bottom: 44%;
    cursor: pointer; }
    .barefoot-academy section:nth-of-type(3) .media-card a:hover {
      border: 2px solid transparent !important; }
  .barefoot-academy section:nth-of-type(3) .media-card h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 26px; }
    .barefoot-academy section:nth-of-type(3) .media-card h3 span {
      font-weight: 500; }
  .barefoot-academy section:nth-of-type(3) .media-card h4 {
    font-weight: 400;
    margin-top: 23px; }

.barefoot-academy section.lead-paragraph h2 + p {
  font-size: 22px;
  line-height: 32px; }

.barefoot-academy section a:not(.m-button) {
  color: #201498; }

.barefoot-academy .media-card {
  max-width: 100%;
  min-height: 100%; }
  .barefoot-academy .media-card a:not(.m-button) {
    color: #201498; }

.m-navigation {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }
  @media only screen and (min-width: 1200px) {
    .m-navigation {
      padding: 20px 20px; } }
  .m-navigation > a {
    display: inherit; }
    .m-navigation > a svg {
      height: 33px;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
           -o-transform-origin: left;
              transform-origin: left;
      -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
      @media only screen and (min-width: 1600px) {
        .m-navigation > a svg {
          height: 40px;
          width: 150px; } }
      .m-navigation > a svg * {
        fill: white; }
  .m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .m-navigation ul li a:not(.m-button),
    .m-navigation ul li span {
      color: white;
      font-weight: 400;
      line-height: 40px; }
      @media only screen and (min-width: 1200px) {
        .m-navigation ul li a:not(.m-button),
        .m-navigation ul li span {
          line-height: 0; } }
    .m-navigation ul li span {
      cursor: pointer; }
      @media only screen and (min-width: 1200px) {
        .m-navigation ul li span {
          cursor: auto; } }
      .m-navigation ul li span#search-btn {
        cursor: pointer; }
  .m-navigation > ul {
    display: none;
    font-size: 15px;
    text-align: center;
    padding-bottom: 25px;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
    @media only screen and (min-width: 1200px) {
      .m-navigation > ul {
        display: block;
        position: relative;
        text-align: right;
        top: auto;
        padding-bottom: 0; } }
    .m-navigation > ul > li {
      display: block;
      position: relative;
      height: auto; }
      @media only screen and (min-width: 1200px) {
        .m-navigation > ul > li {
          display: inline-block;
          padding: 0 18px;
          height: 30px; } }
      .m-navigation > ul > li:last-of-type {
        padding-right: 0; }
      .m-navigation > ul > li > ul {
        background-color: #454751;
        display: none;
        font-size: 14px;
        padding: 5px 0;
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        min-width: 160px; }
        @media only screen and (min-width: 1200px) {
          .m-navigation > ul > li > ul {
            padding: 15px 26px 25px;
            position: absolute;
            top: 50px;
            left: 0;
            text-align: left; } }
  @media only screen and (min-width: 1200px) and (min-width: 1600px) {
    .m-navigation > ul > li > ul {
      top: 54px; } }
        .m-navigation > ul > li > ul li > a {
          line-height: 31px; }
          .m-navigation > ul > li > ul li > a:hover {
            color: #50afc7; }
      .m-navigation > ul > li:before {
        background-color: #31333b;
        border-top: 4px solid white;
        content: "";
        display: none;
        position: absolute;
        top: -25px;
        left: 0;
        height: 75px;
        width: 100%;
        z-index: -1; }
        @media only screen and (min-width: 1600px) {
          .m-navigation > ul > li:before {
            height: 79px; } }
      @media only screen and (min-width: 1200px) {
        .m-navigation > ul > li:not(:last-of-type):hover > ul {
          display: block; } }
      @media only screen and (min-width: 1200px) {
        .m-navigation > ul > li:not(:last-of-type):hover:before {
          display: block; } }
      .m-navigation > ul > li:not(:last-of-type):nth-child(4) > ul {
        min-width: 100%; }
      .m-navigation > ul > li .m-button {
        height: 33px;
        line-height: 30px;
        margin-top: 16px;
        min-width: 104px;
        position: relative;
        top: 0; }
        @media only screen and (min-width: 1200px) {
          .m-navigation > ul > li .m-button {
            margin-top: 0; } }
  .m-navigation.m-navigation-dark {
    background-color: #31333b; }

.menu--toggle {
  cursor: pointer;
  width: 30px;
  height: 19px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  @media only screen and (min-width: 1200px) {
    .menu--toggle {
      display: none; } }
  .menu--toggle span {
    background-color: white;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu--toggle span:nth-child(1) {
      top: 0; }
    .menu--toggle span:nth-child(2), .menu--toggle span:nth-child(3) {
      top: 8px; }
    .menu--toggle span:nth-child(4) {
      top: 16px; }

.menu-opened {
  height: 100%;
  overflow: hidden; }
  .menu-opened body {
    overflow: hidden;
    height: 100%; }
  .menu-opened .m-navigation {
    background-color: #31333b; }
    .menu-opened .m-navigation .navigation-list {
      background-color: #31333b;
      display: block;
      height: 100vh; }
    .menu-opened .m-navigation .menu--toggle span:nth-child(1), .menu-opened .m-navigation .menu--toggle span:nth-child(4) {
      top: 8px;
      width: 0%;
      left: 50%; }
    .menu-opened .m-navigation .menu--toggle span:nth-child(2) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .menu-opened .m-navigation .menu--toggle span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.has-scrolled .m-navigation {
  background-color: #31333b;
  padding: 12px 15px;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s, 0.2s;
       -o-transition-delay: 0.2s, 0.2s;
          transition-delay: 0.2s, 0.2s; }
  @media only screen and (min-width: 1200px) {
    .has-scrolled .m-navigation {
      padding: 12px 30px; } }
  .has-scrolled .m-navigation svg {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9); }
  .has-scrolled .m-navigation > ul {
    top: 44px; }
    @media only screen and (min-width: 1200px) {
      .has-scrolled .m-navigation > ul {
        top: inherit; } }
    .has-scrolled .m-navigation > ul > li a, .has-scrolled .m-navigation > ul > li span {
      font-size: 14px;
      -webkit-transition: font 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: font 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: font 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .has-scrolled .m-navigation > ul > li:before {
      height: 59px;
      top: -17px; }
      @media only screen and (min-width: 1600px) {
        .has-scrolled .m-navigation > ul > li:before {
          height: 63px; } }
    .has-scrolled .m-navigation > ul > li > ul {
      top: 42px;
      padding: 15px 26px 25px; }
      @media only screen and (min-width: 1600px) {
        .has-scrolled .m-navigation > ul > li > ul {
          top: 46px; } }
      .has-scrolled .m-navigation > ul > li > ul > li > a {
        font-size: 13px; }

.m-tabs {
  display: none; }
  @media only screen and (min-width: 768px) {
    .m-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .m-tabs > div {
    background-color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 23px;
    position: relative;
    min-width: 154px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .m-tabs > div.active {
      color: #95CADE; }
      .m-tabs > div.active:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #95CADE;
        display: block;
        height: 6px;
        width: 100%;
        top: 0;
        left: 0; }
    .m-tabs > div.tab-default {
      background-color: #1B607C;
      color: white; }
      .m-tabs > div.tab-default:hover {
        background-color: #1e6a89; }
      .m-tabs > div.tab-default.active {
        background-color: #f6f8fa;
        color: #1B607C; }
        .m-tabs > div.tab-default.active:before {
          background-color: #1B607C; }
      .m-tabs > div.tab-default.active {
        color: #50AFC7; }
        .m-tabs > div.tab-default.active:before {
          background-color: #50AFC7; }
    .m-tabs > div.tab-cognac {
      background-color: #A94219;
      color: white; }
      .m-tabs > div.tab-cognac:hover {
        background-color: #b6471b; }
      .m-tabs > div.tab-cognac.active {
        background-color: #f6f8fa;
        color: #A94219; }
        .m-tabs > div.tab-cognac.active:before {
          background-color: #A94219; }
    .m-tabs > div.tab-gold {
      background-color: #DBAA64;
      color: white; }
      .m-tabs > div.tab-gold:hover {
        background-color: #deb170; }
      .m-tabs > div.tab-gold.active {
        background-color: #f6f8fa;
        color: #DBAA64; }
        .m-tabs > div.tab-gold.active:before {
          background-color: #DBAA64; }
    .m-tabs > div.tab-pelorous {
      background-color: #50AFC7;
      color: white; }
      .m-tabs > div.tab-pelorous:hover {
        background-color: #5cb4cb; }
      .m-tabs > div.tab-pelorous.active {
        background-color: #f6f8fa;
        color: #50AFC7; }
        .m-tabs > div.tab-pelorous.active:before {
          background-color: #50AFC7; }

.tab-content {
  display: none; }
  .tab-content.active {
    display: block; }

.m-masthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  min-height: 600px; }
  .m-masthead.masthead-regular {
    height: 527px;
    min-height: 100%; }
  .m-masthead.masthead-medium {
    height: 477px;
    min-height: 100%; }
  .m-masthead.masthead-small {
    height: 400px;
    min-height: 100%; }
  .m-masthead.masthead-thin {
    height: 320px;
    min-height: 100%; }
  .m-masthead.masthead-xs {
    height: 246px;
    min-height: 100%; }
  .m-masthead.masthead-image {
    background-color: #31333b;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    color: white; }
  .m-masthead .masthead__inner img:first-child {
    margin-bottom: 57px; }
  .m-masthead h1 sup {
    font-size: 40%;
    top: -30px; }
  .m-masthead .masthead__slogan {
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }

.m-button {
  display: inline-block;
  background-color: #EEE;
  border: 2px solid transparent;
  height: 41px;
  line-height: 38px;
  padding: 0px 24px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #666;
  margin: 0;
  min-width: 154px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.m-button-bombay {
  background-color: #b6b8bd;
  border-color: #b6b8bd;
  color: #FFFFFF; }
  .m-button-bombay:focus, .m-button-bombay:hover {
    background-color: #bec0c4;
    border-color: #bec0c4;
    color: #FFFFFF;
    outline: 0; }
  .m-button-bombay.active, .m-button-bombay.is-active, .m-button-bombay:active {
    background: #bababa;
    color: #80848d; }

.m-button-border-bombay {
  color: #b6b8bd;
  border: 2px solid #b6b8bd;
  background: none;
  text-shadow: none; }
  .m-button-border-bombay:hover, .m-button-border-bombay:focus {
    background: #b6b8bd;
    color: #FFFFFF;
    border: 2px solid #d1d2d5;
    outline: 0; }
  .m-button-border-bombay:active, .m-button-border-bombay.is-active, .m-button-border-bombay.active {
    background: #b6b8bd;
    color: #FFFFFF;
    border: 2px solid #9b9ea5; }
  .m-button-border-bombay.disabled {
    -webkit-appearance: none; }

.m-button-cognac {
  background-color: #A94219;
  border-color: #A94219;
  color: #FFFFFF; }
  .m-button-cognac:focus, .m-button-cognac:hover {
    background-color: #b6471b;
    border-color: #b6471b;
    color: #FFFFFF;
    outline: 0; }
  .m-button-cognac.active, .m-button-cognac.is-active, .m-button-cognac:active {
    background: #964a2c;
    color: #501f0c; }

.m-button-border-cognac {
  color: #A94219;
  border: 2px solid #A94219;
  background: none;
  text-shadow: none; }
  .m-button-border-cognac:hover, .m-button-border-cognac:focus {
    background: #A94219;
    color: #FFFFFF;
    border: 2px solid #d55320;
    outline: 0; }
  .m-button-border-cognac:active, .m-button-border-cognac.is-active, .m-button-border-cognac.active {
    background: #A94219;
    color: #FFFFFF;
    border: 2px solid #7d3112; }
  .m-button-border-cognac.disabled {
    -webkit-appearance: none; }

.m-button-gold {
  background-color: #DBAA64;
  border-color: #DBAA64;
  color: #FFFFFF; }
  .m-button-gold:focus, .m-button-gold:hover {
    background-color: #deb170;
    border-color: #deb170;
    color: #FFFFFF;
    outline: 0; }
  .m-button-gold.active, .m-button-gold.is-active, .m-button-gold:active {
    background: #c8a777;
    color: #b07829; }

.m-button-border-gold {
  color: #DBAA64;
  border: 2px solid #DBAA64;
  background: none;
  text-shadow: none; }
  .m-button-border-gold:hover, .m-button-border-gold:focus {
    background: #DBAA64;
    color: #FFFFFF;
    border: 2px solid #e5c18d;
    outline: 0; }
  .m-button-border-gold:active, .m-button-border-gold.is-active, .m-button-border-gold.active {
    background: #DBAA64;
    color: #FFFFFF;
    border: 2px solid #d1933b; }
  .m-button-border-gold.disabled {
    -webkit-appearance: none; }

.m-button-cognac-glow {
  background-color: #A94219;
  border-color: #5573B0;
  color: #FFFFFF; }
  .m-button-cognac-glow:focus, .m-button-cognac-glow:hover {
    background-color: #b6471b;
    border-color: #5f7cb5;
    color: #FFFFFF;
    outline: 0; }
  .m-button-cognac-glow.active, .m-button-cognac-glow.is-active, .m-button-cognac-glow:active {
    background: #964a2c;
    color: #501f0c; }

.m-button-border-cognac-glow {
  color: #A94219;
  border: 2px solid #A94219;
  background: none;
  text-shadow: none; }
  .m-button-border-cognac-glow:hover, .m-button-border-cognac-glow:focus {
    background: #A94219;
    color: #FFFFFF;
    border: 2px solid #d55320;
    outline: 0; }
  .m-button-border-cognac-glow:active, .m-button-border-cognac-glow.is-active, .m-button-border-cognac-glow.active {
    background: #A94219;
    color: #FFFFFF;
    border: 2px solid #7d3112; }
  .m-button-border-cognac-glow.disabled {
    -webkit-appearance: none; }

.m-button-pelorous {
  background-color: #50AFC7;
  border-color: #50AFC7;
  color: #FFFFFF; }
  .m-button-pelorous:focus, .m-button-pelorous:hover {
    background-color: #5cb4cb;
    border-color: #5cb4cb;
    color: #FFFFFF;
    outline: 0; }
  .m-button-pelorous.active, .m-button-pelorous.is-active, .m-button-pelorous:active {
    background: #67a1b0;
    color: #2b7486; }

.m-button-border-pelorous {
  color: #50AFC7;
  border: 2px solid #50AFC7;
  background: none;
  text-shadow: none; }
  .m-button-border-pelorous:hover, .m-button-border-pelorous:focus {
    background: #50AFC7;
    color: #FFFFFF;
    border: 2px solid #77c1d3;
    outline: 0; }
  .m-button-border-pelorous:active, .m-button-border-pelorous.is-active, .m-button-border-pelorous.active {
    background: #50AFC7;
    color: #FFFFFF;
    border: 2px solid #3795ad; }
  .m-button-border-pelorous.disabled {
    -webkit-appearance: none; }

.m-button-green-vogue {
  background-color: #032448;
  border-color: #032448;
  color: #FFFFFF; }
  .m-button-green-vogue:focus, .m-button-green-vogue:hover {
    background-color: #042b57;
    border-color: #042b57;
    color: #FFFFFF;
    outline: 0; }
  .m-button-green-vogue.active, .m-button-green-vogue.is-active, .m-button-green-vogue:active {
    background: #0b2441;
    color: black; }

.m-button-border-green-vogue {
  color: #032448;
  border: 2px solid #032448;
  background: none;
  text-shadow: none; }
  .m-button-border-green-vogue:hover, .m-button-border-green-vogue:focus {
    background: #032448;
    color: #FFFFFF;
    border: 2px solid #053c79;
    outline: 0; }
  .m-button-border-green-vogue:active, .m-button-border-green-vogue.is-active, .m-button-border-green-vogue.active {
    background: #032448;
    color: #FFFFFF;
    border: 2px solid #010c17; }
  .m-button-border-green-vogue.disabled {
    -webkit-appearance: none; }

.m-button-tawny-port {
  background-color: #631C4E;
  border-color: #631C4E;
  color: #FFFFFF; }
  .m-button-tawny-port:focus, .m-button-tawny-port:hover {
    background-color: #6f1f57;
    border-color: #6f1f57;
    color: #FFFFFF;
    outline: 0; }
  .m-button-tawny-port.active, .m-button-tawny-port.is-active, .m-button-tawny-port:active {
    background: #562949;
    color: #13060f; }

.m-button-border-tawny-port {
  color: #631C4E;
  border: 2px solid #631C4E;
  background: none;
  text-shadow: none; }
  .m-button-border-tawny-port:hover, .m-button-border-tawny-port:focus {
    background: #631C4E;
    color: #FFFFFF;
    border: 2px solid #8b276d;
    outline: 0; }
  .m-button-border-tawny-port:active, .m-button-border-tawny-port.is-active, .m-button-border-tawny-port.active {
    background: #631C4E;
    color: #FFFFFF;
    border: 2px solid #3b112f; }
  .m-button-border-tawny-port.disabled {
    -webkit-appearance: none; }

.m-button-sea-nymph {
  background-color: #729B97;
  border-color: #729B97;
  color: #FFFFFF; }
  .m-button-sea-nymph:focus, .m-button-sea-nymph:hover {
    background-color: #7ba19e;
    border-color: #7ba19e;
    color: #FFFFFF;
    outline: 0; }
  .m-button-sea-nymph.active, .m-button-sea-nymph.is-active, .m-button-sea-nymph:active {
    background: #878787;
    color: #45625f; }

.m-button-border-sea-nymph {
  color: #729B97;
  border: 2px solid #729B97;
  background: none;
  text-shadow: none; }
  .m-button-border-sea-nymph:hover, .m-button-border-sea-nymph:focus {
    background: #729B97;
    color: #FFFFFF;
    border: 2px solid #90b0ad;
    outline: 0; }
  .m-button-border-sea-nymph:active, .m-button-border-sea-nymph.is-active, .m-button-border-sea-nymph.active {
    background: #729B97;
    color: #FFFFFF;
    border: 2px solid #5a807c; }
  .m-button-border-sea-nymph.disabled {
    -webkit-appearance: none; }

.m-button-rust {
  background-color: #b84b10;
  border-color: #b84b10;
  color: #FFFFFF; }
  .m-button-rust:focus, .m-button-rust:hover {
    background-color: #c65111;
    border-color: #c65111;
    color: #FFFFFF;
    outline: 0; }
  .m-button-rust.active, .m-button-rust.is-active, .m-button-rust:active {
    background: #a45124;
    color: #5a2508; }

.m-button-border-rust {
  color: #b84b10;
  border: 2px solid #b84b10;
  background: none;
  text-shadow: none; }
  .m-button-border-rust:hover, .m-button-border-rust:focus {
    background: #b84b10;
    color: #FFFFFF;
    border: 2px solid #e75e14;
    outline: 0; }
  .m-button-border-rust:active, .m-button-border-rust.is-active, .m-button-border-rust.active {
    background: #b84b10;
    color: #FFFFFF;
    border: 2px solid #89380c; }
  .m-button-border-rust.disabled {
    -webkit-appearance: none; }

.m-button-white {
  background-color: white;
  border-color: white;
  color: #36424a; }
  .m-button-white:focus, .m-button-white:hover {
    background-color: white;
    border-color: white;
    color: #36424a;
    outline: 0; }
  .m-button-white.active, .m-button-white.is-active, .m-button-white:active {
    background: white;
    color: #cccccc; }

.m-button-border-white {
  color: white;
  border: 2px solid white;
  background: none;
  text-shadow: none; }
  .m-button-border-white:hover, .m-button-border-white:focus {
    background: white;
    color: #36424a;
    border: 2px solid white;
    outline: 0; }
  .m-button-border-white:active, .m-button-border-white.is-active, .m-button-border-white.active {
    background: white;
    color: #36424a;
    border: 2px solid #e6e6e6; }
  .m-button-border-white.disabled {
    -webkit-appearance: none; }

.m-button-blue-gem {
  background-color: #201498;
  border-color: #201498;
  color: #FFF; }
  .m-button-blue-gem:focus, .m-button-blue-gem:hover {
    background-color: #2316a6;
    border-color: #2316a6;
    color: #FFF;
    outline: 0; }
  .m-button-blue-gem.active, .m-button-blue-gem.is-active, .m-button-blue-gem:active {
    background: #2e2587;
    color: #0d083e; }

.m-button-border-blue-gem {
  color: #201498;
  border: 2px solid #201498;
  background: none;
  text-shadow: none; }
  .m-button-border-blue-gem:hover, .m-button-border-blue-gem:focus {
    background: #201498;
    color: #FFF;
    border: 2px solid #291ac5;
    outline: 0; }
  .m-button-border-blue-gem:active, .m-button-border-blue-gem.is-active, .m-button-border-blue-gem.active {
    background: #201498;
    color: #FFF;
    border: 2px solid #170e6b; }
  .m-button-border-blue-gem.disabled {
    -webkit-appearance: none; }

.btn-container {
  margin-top: 20px; }
  .btn-container .m-button + .m-button {
    margin-left: 0px; }
    @media only screen and (min-width: 992px) {
      .btn-container .m-button + .m-button {
        margin-left: 10px; } }

.homepage .m-masthead {
  height: 100%;
  min-height: 100%;
  min-height: 475px; }
  @media only screen and (min-width: 768px) {
    .homepage .m-masthead {
      min-height: 756px; } }

.homepage header.owl-carousel {
  color: white; }
  .homepage header.owl-carousel .masthead__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .homepage header.owl-carousel .dark-text {
    color: white; }
    @media only screen and (min-width: 768px) {
      .homepage header.owl-carousel .dark-text {
        color: #36424a; } }
  .homepage header.owl-carousel .right-container {
    background-image: url("../img/mastheads/slider-mobile-background.jpeg"); }
    @media only screen and (min-width: 768px) {
      .homepage header.owl-carousel .right-container {
        background-image: url("../img/mastheads/intel-acquisition.jpg"); } }
    .homepage header.owl-carousel .right-container .masthead__inner {
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (min-width: 768px) {
        .homepage header.owl-carousel .right-container .masthead__inner {
          text-align: left;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; } }

.homepage .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .homepage .owl-stage-outer .owl-stage .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .homepage .owl-stage-outer .owl-stage .owl-item .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .homepage .owl-stage-outer .owl-stage .owl-item .item.cover-bg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 475px;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .homepage .owl-stage-outer .owl-stage .owl-item .item.cover-bg {
            min-height: 756px; } }
      .homepage .owl-stage-outer .owl-stage .owl-item .item div:not(.btn-container) {
        height: 100%; }

.homepage .owl-dots {
  display: block; }
  .homepage .owl-dots .owl-dot.active span {
    background: #31333B;
    opacity: 1; }
    .homepage .owl-dots .owl-dot.active span:hover {
      background: #31333B;
      opacity: 1; }
  .homepage .owl-dots .owl-dot span {
    opacity: 1;
    background: #b6b8bd;
    border: 0;
    width: 14px;
    height: 14px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .homepage .owl-dots .owl-dot span:hover {
      background: #b6b8bd;
      opacity: 1; }

.homepage .owl-theme .owl-dots .owl-dot:hover span {
  background: white; }

.dropdown {
  width: 300px;
  margin: 30px auto 0; }
  .dropdown button {
    background-color: white;
    border: 1px solid #d0d0d0;
    position: relative;
    color: #B8B8B8;
    width: 100%; }
    .dropdown button:before, .dropdown button:after {
      content: "";
      display: block;
      position: absolute;
      border-color: #50AFC7;
      border-style: solid;
      z-index: 5;
      -webkit-box-sizing: content-box;
         -moz-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .dropdown button:before {
      width: 0;
      height: 100%;
      border-width: 1px 0 1px 0;
      top: -1px;
      left: 0;
      -webkit-transition-delay: 0.05s;
           -o-transition-delay: 0.05s;
              transition-delay: 0.05s; }
    .dropdown button:after {
      width: 100%;
      height: 0;
      border-width: 0 1px 0 1px;
      top: 0;
      left: -1px; }
    .dropdown button:hover, .dropdown button:active, .dropdown button:focus {
      color: #50AFC7; }
      .dropdown button:hover:before, .dropdown button:active:before, .dropdown button:focus:before {
        width: 100%; }
      .dropdown button:hover:after, .dropdown button:active:after, .dropdown button:focus:after {
        height: 100%; }
  .dropdown .dropdown-menu {
    min-width: 300px; }
    .dropdown .dropdown-menu > li {
      padding: 5px; }
      .dropdown .dropdown-menu > li span {
        display: block;
        color: #36424a;
        text-align: center; }
        .dropdown .dropdown-menu > li span:hover {
          cursor: pointer;
          color: #50AFC7; }

.m-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.grid-masonry {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  @media only screen and (min-width: 992px) {
    .grid-masonry {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }

.grid-item {
  padding: 15px 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }
  .grid-item > div {
    margin: 0 auto; }

.media-circle {
  width: 67px;
  height: 67px;
  border-radius: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative; }
  .media-circle.circle-small {
    width: 55px;
    height: 55px; }
  .media-circle.circle-xs {
    width: 28px;
    height: 28px; }
  .media-circle.circle-cognac {
    background-color: #A94219; }
    .media-circle.circle-cognac ~ a:not(.m-button) {
      color: #A94219; }
      .media-circle.circle-cognac ~ a:not(.m-button):focus, .media-circle.circle-cognac ~ a:not(.m-button):hover {
        color: #d55320; }
  .media-circle.circle-bordered-cognac {
    background-color: transparent;
    border: 3px solid #A94219; }
    .media-circle.circle-bordered-cognac:before {
      content: "";
      display: block;
      position: relative;
      background-color: #A94219;
      border-radius: 100%;
      width: 57px;
      height: 57px;
      left: 2px;
      top: 2px; }
    .media-circle.circle-bordered-cognac ~ a:not(.m-button) {
      color: #A94219; }
      .media-circle.circle-bordered-cognac ~ a:not(.m-button):focus, .media-circle.circle-bordered-cognac ~ a:not(.m-button):hover {
        color: #d55320; }
    .media-circle.circle-bordered-cognac.circle-small:before {
      width: 45px;
      height: 45px; }
  .media-circle.circle-gold {
    background-color: #DBAA64; }
    .media-circle.circle-gold ~ a:not(.m-button) {
      color: #DBAA64; }
      .media-circle.circle-gold ~ a:not(.m-button):focus, .media-circle.circle-gold ~ a:not(.m-button):hover {
        color: #e5c18d; }
  .media-circle.circle-bordered-gold {
    background-color: transparent;
    border: 3px solid #DBAA64; }
    .media-circle.circle-bordered-gold:before {
      content: "";
      display: block;
      position: relative;
      background-color: #DBAA64;
      border-radius: 100%;
      width: 57px;
      height: 57px;
      left: 2px;
      top: 2px; }
    .media-circle.circle-bordered-gold ~ a:not(.m-button) {
      color: #DBAA64; }
      .media-circle.circle-bordered-gold ~ a:not(.m-button):focus, .media-circle.circle-bordered-gold ~ a:not(.m-button):hover {
        color: #e5c18d; }
    .media-circle.circle-bordered-gold.circle-small:before {
      width: 45px;
      height: 45px; }
  .media-circle.circle-pelorous {
    background-color: #50AFC7; }
    .media-circle.circle-pelorous ~ a:not(.m-button) {
      color: #50AFC7; }
      .media-circle.circle-pelorous ~ a:not(.m-button):focus, .media-circle.circle-pelorous ~ a:not(.m-button):hover {
        color: #77c1d3; }
  .media-circle.circle-bordered-pelorous {
    background-color: transparent;
    border: 3px solid #50AFC7; }
    .media-circle.circle-bordered-pelorous:before {
      content: "";
      display: block;
      position: relative;
      background-color: #50AFC7;
      border-radius: 100%;
      width: 57px;
      height: 57px;
      left: 2px;
      top: 2px; }
    .media-circle.circle-bordered-pelorous ~ a:not(.m-button) {
      color: #50AFC7; }
      .media-circle.circle-bordered-pelorous ~ a:not(.m-button):focus, .media-circle.circle-bordered-pelorous ~ a:not(.m-button):hover {
        color: #77c1d3; }
    .media-circle.circle-bordered-pelorous.circle-small:before {
      width: 45px;
      height: 45px; }
  .media-circle.circle-white {
    background-color: white; }
    .media-circle.circle-white ~ a:not(.m-button) {
      color: white; }
      .media-circle.circle-white ~ a:not(.m-button):focus, .media-circle.circle-white ~ a:not(.m-button):hover {
        color: white; }
  .media-circle.circle-bordered-white {
    background-color: transparent;
    border: 3px solid white; }
    .media-circle.circle-bordered-white:before {
      content: "";
      display: block;
      position: relative;
      background-color: white;
      border-radius: 100%;
      width: 57px;
      height: 57px;
      left: 2px;
      top: 2px; }
    .media-circle.circle-bordered-white ~ a:not(.m-button) {
      color: white; }
      .media-circle.circle-bordered-white ~ a:not(.m-button):focus, .media-circle.circle-bordered-white ~ a:not(.m-button):hover {
        color: white; }
    .media-circle.circle-bordered-white.circle-small:before {
      width: 45px;
      height: 45px; }
  .media-circle.circle-tuna {
    background-color: #31333B; }
    .media-circle.circle-tuna ~ a:not(.m-button) {
      color: #31333B; }
      .media-circle.circle-tuna ~ a:not(.m-button):focus, .media-circle.circle-tuna ~ a:not(.m-button):hover {
        color: #484b57; }
  .media-circle.circle-bordered-tuna {
    background-color: transparent;
    border: 3px solid #31333B; }
    .media-circle.circle-bordered-tuna:before {
      content: "";
      display: block;
      position: relative;
      background-color: #31333B;
      border-radius: 100%;
      width: 57px;
      height: 57px;
      left: 2px;
      top: 2px; }
    .media-circle.circle-bordered-tuna ~ a:not(.m-button) {
      color: #31333B; }
      .media-circle.circle-bordered-tuna ~ a:not(.m-button):focus, .media-circle.circle-bordered-tuna ~ a:not(.m-button):hover {
        color: #484b57; }
    .media-circle.circle-bordered-tuna.circle-small:before {
      width: 45px;
      height: 45px; }
  .media-circle.circle-morningblue {
    background-color: #95CADE; }
    .media-circle.circle-morningblue ~ a:not(.m-button) {
      color: #95CADE; }
      .media-circle.circle-morningblue ~ a:not(.m-button):focus, .media-circle.circle-morningblue ~ a:not(.m-button):hover {
        color: #bcddea; }
  .media-circle.circle-bordered-morningblue {
    background-color: transparent;
    border: 3px solid #95CADE; }
    .media-circle.circle-bordered-morningblue:before {
      content: "";
      display: block;
      position: relative;
      background-color: #95CADE;
      border-radius: 100%;
      width: 57px;
      height: 57px;
      left: 2px;
      top: 2px; }
    .media-circle.circle-bordered-morningblue ~ a:not(.m-button) {
      color: #95CADE; }
      .media-circle.circle-bordered-morningblue ~ a:not(.m-button):focus, .media-circle.circle-bordered-morningblue ~ a:not(.m-button):hover {
        color: #bcddea; }
    .media-circle.circle-bordered-morningblue.circle-small:before {
      width: 45px;
      height: 45px; }
  .media-circle img,
  .media-circle i {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

[class*="m-media-list"] {
  list-style: none;
  padding: 0;
  margin: 0; }
  [class*="m-media-list"] > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.m-media-list-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .m-media-list-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .m-media-list-column li {
    margin-top: 15px; }
    .m-media-list-column li > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      height: 100%; }
    .m-media-list-column li:nth-of-type(1) .media-card a:hover {
      border: 2px solid #DBAA64; }
    .m-media-list-column li:nth-of-type(2) .media-card a:hover {
      border: 2px solid #50AFC7; }
    .m-media-list-column li:nth-of-type(3) .media-card a:hover {
      border: 2px solid #A94219; }
    .m-media-list-column li:nth-of-type(4) .media-card a:hover {
      border: 2px solid #DBAA64; }
  .m-media-list-column.media-list-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .m-media-list-column.media-list-center > li {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
  .m-media-list-column.five-across li {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .m-media-list-column.five-across li {
        width: 33.333%; } }
    @media only screen and (min-width: 992px) {
      .m-media-list-column.five-across li {
        width: 25%; } }
    @media only screen and (min-width: 1200px) {
      .m-media-list-column.five-across li {
        width: 20%; } }

.media-card {
  background-color: white;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  max-width: 315px;
  min-height: 242px;
  padding: 30px;
  position: relative;
  text-align: left;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .media-card {
      max-width: 100%; } }
  .media-card h4 {
    margin: 0; }
  .media-card h4 + img,
  .media-card img + h4,
  .media-card h4 + .media-block__desc,
  .media-card img + small {
    margin-top: 30px; }
  .media-card .media-circle + .media-block__desc {
    margin-top: 17px; }
  .media-card > img {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .media-card > img:only-child {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .media-card .media-block__desc {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 6px; }
    .media-card .media-block__desc.desc__small {
      font-size: 14px;
      line-height: 24px; }
    .media-card .media-block__desc.desc__extra-small {
      font-size: 12px; }
  .media-card a, .media-card .m-button {
    text-transform: uppercase; }
  .media-card a:not(.m-button) {
    font-weight: 700;
    border: 2px solid transparent; }
  .media-card .m-button {
    margin: 35px auto 0 auto; }
  .media-card.centered-content {
    text-align: center; }
  .media-card.card-bordered-cognac {
    position: relative; }
    .media-card.card-bordered-cognac:before {
      content: "";
      display: block;
      position: absolute;
      background: #A94219;
      height: 7px;
      width: 100%;
      top: 0;
      left: 0; }
    .media-card.card-bordered-cognac h3 {
      color: #A94219;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 22px;
      margin-top: 27px;
      margin-bottom: 0; }
      .media-card.card-bordered-cognac h3 ~ p {
        font-family: "Helvetica Neue Thin", Helvetica, Arial, sans-serif;
        font-style: italic; }
  .media-card.card-bordered-gold {
    position: relative; }
    .media-card.card-bordered-gold:before {
      content: "";
      display: block;
      position: absolute;
      background: #DBAA64;
      height: 7px;
      width: 100%;
      top: 0;
      left: 0; }
    .media-card.card-bordered-gold h3 {
      color: #DBAA64;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 22px;
      margin-top: 27px;
      margin-bottom: 0; }
      .media-card.card-bordered-gold h3 ~ p {
        font-family: "Helvetica Neue Thin", Helvetica, Arial, sans-serif;
        font-style: italic; }
  .media-card.card-bordered-pelorous {
    position: relative; }
    .media-card.card-bordered-pelorous:before {
      content: "";
      display: block;
      position: absolute;
      background: #50AFC7;
      height: 7px;
      width: 100%;
      top: 0;
      left: 0; }
    .media-card.card-bordered-pelorous h3 {
      color: #50AFC7;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 22px;
      margin-top: 27px;
      margin-bottom: 0; }
      .media-card.card-bordered-pelorous h3 ~ p {
        font-family: "Helvetica Neue Thin", Helvetica, Arial, sans-serif;
        font-style: italic; }
  .media-card.card-bordered-white {
    position: relative; }
    .media-card.card-bordered-white:before {
      content: "";
      display: block;
      position: absolute;
      background: white;
      height: 7px;
      width: 100%;
      top: 0;
      left: 0; }
    .media-card.card-bordered-white h3 {
      color: white;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 22px;
      margin-top: 27px;
      margin-bottom: 0; }
      .media-card.card-bordered-white h3 ~ p {
        font-family: "Helvetica Neue Thin", Helvetica, Arial, sans-serif;
        font-style: italic; }
  .media-card.card-bordered-morningblue {
    position: relative; }
    .media-card.card-bordered-morningblue:before {
      content: "";
      display: block;
      position: absolute;
      background: #95CADE;
      height: 7px;
      width: 100%;
      top: 0;
      left: 0; }
    .media-card.card-bordered-morningblue h3 {
      color: #95CADE;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 22px;
      margin-top: 27px;
      margin-bottom: 0; }
      .media-card.card-bordered-morningblue h3 ~ p {
        font-family: "Helvetica Neue Thin", Helvetica, Arial, sans-serif;
        font-style: italic; }
  .media-card .social a {
    color: #838383;
    font-size: 17px;
    margin-right: 9px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .media-card .social a:hover {
      border: 2px solid transparent !important; }
      .media-card .social a:hover.fa-twitter {
        color: #77DDF6; }
      .media-card .social a:hover.fa-linkedin {
        color: #0177B5; }
  .media-card .card-bg {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    position: relative;
    height: 230px; }
    .media-card .card-bg > img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .media-card .card-bg + .media-block__desc {
      margin: 0;
      padding: 20px 0; }

.icon-block {
  padding-bottom: 22px; }
  .icon-block h5 {
    font-family: "Helvetica", Arial, sans-serif;
    line-height: 22px; }
  .icon-block img {
    margin-bottom: 8px; }

.m-media-list-row {
  padding: 0 15px; }
  .m-media-list-row li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .m-media-list-row li:not(:last-of-type) {
      margin-bottom: 50px; }
    @media only screen and (min-width: 992px) {
      .m-media-list-row li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .m-media-list-row li > a {
      display: block;
      width: 100%;
      height: 100%; }
    .m-media-list-row li div:not(.media-card) {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-top: 30px; }
      @media only screen and (min-width: 992px) {
        .m-media-list-row li div:not(.media-card) {
          margin-top: 0; } }
      .m-media-list-row li div:not(.media-card) h3 {
        margin-top: 0;
        margin-bottom: 25px; }
    .m-media-list-row li div.block-svg_image {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .m-media-list-row li img,
    .m-media-list-row li svg {
      margin-right: 0; }
      @media only screen and (min-width: 992px) {
        .m-media-list-row li img,
        .m-media-list-row li svg {
          margin-right: 70px; } }
    .m-media-list-row li .media-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 0; }
  .m-media-list-row.media-list--alternate li:nth-child(even) img,
  .m-media-list-row.media-list--alternate li:nth-child(even) svg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-left: 0; }
    @media only screen and (min-width: 992px) {
      .m-media-list-row.media-list--alternate li:nth-child(even) img,
      .m-media-list-row.media-list--alternate li:nth-child(even) svg {
        margin-left: 70px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .m-media-list-row.media-list--alternate li:nth-child(even) div {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media only screen and (min-width: 992px) {
      .m-media-list-row.media-list--alternate li:nth-child(even) div {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .m-media-list-row.media-list--swap li div {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media only screen and (min-width: 992px) {
      .m-media-list-row.media-list--swap li div {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .m-media-list-row.media-list--swap li img,
  .m-media-list-row.media-list--swap li svg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-left: 0; }
    @media only screen and (min-width: 992px) {
      .m-media-list-row.media-list--swap li img,
      .m-media-list-row.media-list--swap li svg {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-left: 45px; } }

section.section-bg form .form-control {
  background-color: rgba(255, 255, 255, 0.8);
  border: none; }

section.section-bg form .inline-has-error .form-control {
  background-color: rgba(255, 235, 230, 0.8); }

section h2 + form {
  margin-top: 63px; }

form .form-group {
  position: relative;
  overflow: hidden; }

form .form-control {
  border-radius: 0;
  color: #838383 !important;
  height: 50px;
  padding: 13px 12px; }
  form .form-control.control-opac {
    background-color: transparent; }
  form .form-control:focus {
    border-color: #DBAA64;
    -webkit-box-shadow: inset 0 1px 1px rgba(219, 170, 100, 0.075), 0 0 8px rgba(219, 170, 100, 0.6);
            box-shadow: inset 0 1px 1px rgba(219, 170, 100, 0.075), 0 0 8px rgba(219, 170, 100, 0.6); }
  form .form-control::-moz-placeholder {
    color: #838383;
    opacity: 1; }
  form .form-control:-ms-input-placeholder {
    color: #838383; }
  form .form-control::-webkit-input-placeholder {
    color: #838383; }

form textarea {
  resize: none; }

form .form-group + .m-button {
  margin-top: 10px; }

form .inline-has-error .form-control {
  background-color: #FFEBE6;
  border: 1px solid rgba(235, 86, 53, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none; }
  form .inline-has-error .form-control::-moz-placeholder {
    color: #EB5635;
    opacity: 1; }
  form .inline-has-error .form-control:-ms-input-placeholder {
    color: #EB5635; }
  form .inline-has-error .form-control::-webkit-input-placeholder {
    color: #EB5635; }

form .inline-has-error label.error {
  color: #EB5635;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

form .inline-has-error textarea + label.error {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  top: 13px; }

form .inline-label {
  font-weight: 300;
  line-height: 16px;
  margin-right: 16px; }

form input[type="radio"] {
  display: none; }
  form input[type="radio"] + label {
    display: inline-block;
    font-weight: 300;
    position: relative;
    padding-left: 21px;
    margin: 0 10px; }
    form input[type="radio"] + label:before {
      background-color: transparent;
      border: 1px solid #fff;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 10px;
      height: 11px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  form input[type="radio"]:checked + label:after {
    content: '\f00c';
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 1px;
    top: 9px;
    font-size: 8px; }

#frmContactUs {
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    #frmContactUs {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1200px) {
    #frmContactUs .row .col-lg-6:first-of-type {
      padding-right: 7px; } }
  @media only screen and (min-width: 1200px) {
    #frmContactUs .row .col-lg-6:last-of-type {
      padding-left: 7px; } }
  #frmContactUs textarea {
    min-height: 108px; }

#frmAcademy textarea {
  height: 99px; }

#frmPartners textarea {
  height: 181px; }

#frmPartners button {
  margin-top: 15px; }

.modal {
  text-align: center;
  padding: 0 !important; }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    margin-right: -4px; }
  .modal .modal-dialog {
    display: inline-block;
    vertical-align: middle; }
  .modal .modal-content {
    background-color: #30333a;
    border: 0;
    border-radius: 0;
    color: white;
    padding: 29px; }
    .modal .modal-content .modal-header {
      border-bottom: 0; }
      .modal .modal-content .modal-header button {
        background: none;
        border: 0;
        font-size: 30px;
        position: absolute;
        right: 0;
        top: 0; }
        @media only screen and (min-width: 768px) {
          .modal .modal-content .modal-header button {
            right: -27px;
            top: -22px; } }
        .modal .modal-content .modal-header button:active, .modal .modal-content .modal-header button:focus {
          outline: 0; }
    .modal .modal-content .modal-footer {
      border-top: 0; }

@media only screen and (min-width: 768px) {
  #academyModal .modal-dialog {
    width: 585px; } }

#academyModal .modal-dialog .modal-header {
  padding: 22px 15px; }

#maintenanceModal .modal-header {
  padding-bottom: 0; }

#maintenanceModal .modal-body p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 22px; }

footer {
  background-color: #31333B;
  padding: 27px 0; }
  footer * {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  footer .footer-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (min-width: 992px) {
      footer .footer-group {
        padding-top: 26px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    footer .footer-group:first-of-type {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 26px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        footer .footer-group:first-of-type {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          text-align: left; } }
    footer .footer-group svg {
      fill: #FFF; }
    footer .footer-group > ul {
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
      footer .footer-group > ul > li {
        display: block; }
        footer .footer-group > ul > li h5 {
          line-height: 26px; }
        footer .footer-group > ul > li a {
          font-size: 13px; }
        footer .footer-group > ul > li h5 {
          display: block;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 11px;
          text-transform: uppercase; }
        footer .footer-group > ul > li:first-of-type > a,
        footer .footer-group > ul > li:first-of-type h5 {
          display: block;
          font-size: 16px;
          font-weight: 400;
          margin-top: 0;
          margin-bottom: 11px;
          text-transform: uppercase; }
        footer .footer-group > ul > li ul {
          padding: 0;
          list-style: none;
          margin-bottom: 0; }
      footer .footer-group > ul:not(:last-of-type) {
        padding-bottom: 20px; }
        @media only screen and (min-width: 992px) {
          footer .footer-group > ul:not(:last-of-type) {
            padding-bottom: 0; } }
      footer .footer-group > ul:first-of-type li:not(:first-of-type) {
        display: inline-block;
        margin-top: 20px; }
        footer .footer-group > ul:first-of-type li:not(:first-of-type) a {
          display: block;
          margin: 0 10px; }
        footer .footer-group > ul:first-of-type li:not(:first-of-type) i {
          font-size: 21px; }
      footer .footer-group > ul:first-of-type li:nth-of-type(1) a {
        margin-bottom: 0; }
      footer .footer-group > ul:first-of-type li:nth-of-type(2) {
        display: block;
        margin-top: 0; }
      footer .footer-group > ul:first-of-type li:nth-of-type(3) a {
        margin-left: 0; }
    footer .footer-group .m-button {
      min-width: 113px; }
    footer .footer-group p {
      font-size: 13px;
      margin-bottom: 20px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        footer .footer-group p {
          text-align: inherit; } }
      footer .footer-group p img {
        position: relative;
        left: 3px; }
  footer .slogan {
    color: white;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.9px; }
  footer .footer-menu > li > a {
    display: block;
    font-size: 15px;
    padding: 6px 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      footer .footer-menu > li > a {
        display: inline-block;
        padding: 0 12px;
        text-align: left; } }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  vertical-align: center !important;
  border-top: 0;
  padding: 15px; }

.table > thead > tr > th {
  vertical-align: center !important;
  border-bottom: 0; }

.table-responsive {
  border: 0; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      display: block; } }
