@charset "UTF-8";
/* CSS RESET */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 5, ../sass/base/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 26, ../sass/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* line 30, ../sass/base/_reset.scss */
body {
  line-height: 1;
}

/* line 33, ../sass/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../sass/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../sass/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BOOTSTRAP */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  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;
}

/* line 106, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 103, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  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: 30px;
  }
  /* line 202, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  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: 46px;
  }
}
/* line 215, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.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;
}

/* line 248, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
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;
}

/* line 285, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 359, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.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;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.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: 14px;
  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;
}
/* line 54, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.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;
}

/* line 123, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 1, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  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);
}

/* line 16, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 82, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 89, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 131, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 135, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 143, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 153, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 157, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 164, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 185, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 194, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 203, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}
/* line 210, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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;
}
/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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) {
  /* line 16, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .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;
  }
}
/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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: transparent;
}
/* line 109, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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: 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);
}
/* line 112, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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: 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);
}
/* line 119, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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;
}
/* line 138, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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;
}
/* line 185, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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: transparent;
}
/* line 207, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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);
}
/* line 229, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .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;
  }
  /* line 249, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.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) {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* HELPERS */
/* Typography */
/* Colors */
/* Animations */
/* Breakpoint */
/* Responsive Mixin */
/*!
 * Bootstrap-select v1.7.3 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
/* line 8, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select {
  width: 220px;
}

/* line 11, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}

/* line 15, ../sass/helpers/_bootstrap-select.scss */
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 19, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 22, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

/* line 25, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 30, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 35, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

/* line 38, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 41, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 47, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

/* line 52, ../sass/helpers/_bootstrap-select.scss */
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 57, ../sass/helpers/_bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 61, ../sass/helpers/_bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 64, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 68, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

/* line 72, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 78, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  border: 0px !important;
}

/* line 87, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret::before,
.bootstrap-select.btn-group .dropdown-toggle .caret::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 102, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}

/* line 111, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.dropup .dropdown-toggle .caret::before {
  right: -8px;
}

/* line 115, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -2px;
}

/* line 124, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.dropup .dropdown-toggle .caret::after {
  left: -8px;
}

/* line 128, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

/* line 131, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 138, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 148, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 151, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 154, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 157, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

/* line 160, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 164, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 167, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 170, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 173, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 190, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 196, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 199, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 204, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

/* line 210, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 213, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}

/* line 216, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 226, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 236, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 242, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 248, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 252, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 256, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

/* line 260, ../sass/helpers/_bootstrap-select.scss */
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

/* line 265, ../sass/helpers/_bootstrap-select.scss */
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 272, ../sass/helpers/_bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 275, ../sass/helpers/_bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 282, ../sass/helpers/_bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 285, ../sass/helpers/_bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 288, ../sass/helpers/_bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}

/* line 292, ../sass/helpers/_bootstrap-select.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 296, ../sass/helpers/_bootstrap-select.scss */
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* BASE STYLES */
/* TYPOGRAPHY
------------------------ */
/* line 3, ../sass/base/_typography.scss */
html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
}

/* line 10, ../sass/base/_typography.scss */
html, body, form, fieldset, table, tr, td, img,
input, button, select, textarea, optgroup, option {
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
}

/* line 17, ../sass/base/_typography.scss */
p {
  margin-bottom: 1em;
  line-height: 26px;
  font-size: 17px;
}

/* line 23, ../sass/base/_typography.scss */
strong {
  font-weight: 700;
}

/* line 27, ../sass/base/_typography.scss */
em, i {
  font-style: italic;
}

/* line 31, ../sass/base/_typography.scss */
sup {
  vertical-align: super;
  font-size: 75%;
}

/* line 36, ../sass/base/_typography.scss */
sub {
  vertical-align: sub;
  font-size: 75%;
}

/* HEADINGS
------------------------ */
/* line 47, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

/* line 55, ../sass/base/_typography.scss */
h1, .h1 {
  font-size: 50px;
  margin-bottom: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 62, ../sass/base/_typography.scss */
h2, .h2 {
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 41px;
  text-transform: none;
}

/* line 70, ../sass/base/_typography.scss */
h3, .h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: none;
}

/* line 76, ../sass/base/_typography.scss */
h4, .h4 {
  font-size: 18px;
  text-transform: none;
}

/* line 80, ../sass/base/_typography.scss */
h5, .h5 {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 88, ../sass/base/_typography.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 93, ../sass/base/_typography.scss */
.text-left {
  text-align: left;
}

/* line 94, ../sass/base/_typography.scss */
.text-right {
  text-align: right;
}

/* line 95, ../sass/base/_typography.scss */
.text-center {
  text-align: center;
}

/* line 96, ../sass/base/_typography.scss */
.text-justify {
  text-align: justify;
}

/* line 97, ../sass/base/_typography.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 100, ../sass/base/_typography.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 101, ../sass/base/_typography.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 102, ../sass/base/_typography.scss */
.text-capitalize {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 105, ../sass/base/_typography.scss */
  h1, .h1 {
    font-size: 45px;
  }

  /* line 109, ../sass/base/_typography.scss */
  h2, .h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  /* line 113, ../sass/base/_typography.scss */
  h3, .h3 {
    font-size: 22px;
  }

  /* line 116, ../sass/base/_typography.scss */
  h4, .h4 {
    font-size: 16px;
  }
}
/* line 1, ../sass/base/_scaffolding.scss */
html {
  overflow-x: hidden;
}

/* line 5, ../sass/base/_scaffolding.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 11, ../sass/base/_scaffolding.scss */
body {
  overflow-x: hidden;
}
/* line 13, ../sass/base/_scaffolding.scss */
body.overflow-hidden {
  width: 100%;
  overflow: hidden;
  position: fixed;
}
/* line 18, ../sass/base/_scaffolding.scss */
body.overflow-hidden-explore {
  overflow-y: hidden;
}
@media (min-width: 1200px) {
  /* line 18, ../sass/base/_scaffolding.scss */
  body.overflow-hidden-explore {
    width: inherit;
    overflow: inherit;
    position: inherit;
    height: inherit;
  }
}

/* line 34, ../sass/base/_scaffolding.scss */
.container,
.container-fluid,
.row,
[class*='col-'] {
  position: relative;
}

/* line 41, ../sass/base/_scaffolding.scss */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, ../sass/base/_scaffolding.scss */
.row.no-gutters > [class*="col-"],
[class*="col-"].no-gutters {
  padding-right: 0;
  padding-left: 0;
}

/* Font Awesome */
/* line 53, ../sass/base/_scaffolding.scss */
.fa {
  font-size: 20px;
  margin: 0 2px;
}

/* COMPONENTS */
/* line 1, ../sass/components/_global.scss */
.print-only {
  display: none;
}

/* --------------------------------

Primary style

-------------------------------- */
/*
*, *::after, *::before {
  box-sizing: border-box;
}
*/
/* line 12, ../sass/components/_megasitenav.scss */
html {
  font-size: 62.5%;
}

/* line 16, ../sass/components/_megasitenav.scss */
body {
  font-size: 1.6rem;
  font-family: sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  /* line 23, ../sass/components/_megasitenav.scss */
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}
/* line 28, ../sass/components/_megasitenav.scss */
a {
  color: #69aa6f;
  text-decoration: none;
}

/* line 33, ../sass/components/_megasitenav.scss */
img {
  /* make images responsive */
  max-width: 100%;
}

/* line 38, ../sass/components/_megasitenav.scss */
input {
  font-family: sans-serif;
  font-size: 1.6rem;
}

/* line 43, ../sass/components/_megasitenav.scss */
input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

/* line 48, ../sass/components/_megasitenav.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* --------------------------------

Main components

-------------------------------- */
/* .cd-main-content, */
/* line 60, ../sass/components/_megasitenav.scss */
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* line 70, ../sass/components/_megasitenav.scss */
.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
}

/* commenting out tony's change because
  menu is supposed to be an overlay,
  not pushing content aside :)
@media only screen and (max-width: 1024px) {
  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}
*/
/* line 99, ../sass/components/_megasitenav.scss */
.cd-main-content {
  min-height: 100vh;
  z-index: 2;
}

/* line 110, ../sass/components/_megasitenav.scss */
.cd-main-header {
  height: 58px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 120, ../sass/components/_megasitenav.scss */
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1025px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 129, ../sass/components/_megasitenav.scss */
  .cd-main-header .container {
    width: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 136, ../sass/components/_megasitenav.scss */
  .cd-main-header .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 143, ../sass/components/_megasitenav.scss */
  .cd-main-header .container {
    width: 1170px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 149, ../sass/components/_megasitenav.scss */
  .cd-main-header {
    height: 80px;
  }

  /* line 152, ../sass/components/_megasitenav.scss */
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}
/* line 159, ../sass/components/_megasitenav.scss */
.cd-logo {
  position: absolute;
  top: 14px;
  left: 15px;
  z-index: 30;
  width: 110px;
}

/* line 166, ../sass/components/_megasitenav.scss */
.cd-logo img {
  display: block;
}

@media only screen and (max-width: 1024px) {
  /* line 170, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 176, ../sass/components/_megasitenav.scss */
  .cd-logo {
    top: 21px;
    left: 15px;
    width: 140px;
  }
}
/* line 183, ../sass/components/_megasitenav.scss */
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 4px;
  right: 15px;
  z-index: 40;
}

/* line 190, ../sass/components/_megasitenav.scss */
.cd-header-buttons li {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  /* line 194, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }

  /* line 198, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 203, ../sass/components/_megasitenav.scss */
  .cd-header-buttons {
    top: 8px;
    right: 0;
  }
}
/* line 209, ../sass/components/_megasitenav.scss */
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 25px;
  height: 33px;
  padding-top: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  color: #FFF;
  font-weight: bold;
  /* hide text */
  z-index: 3;
  color: white;
  top: 3px;
}
/* line 226, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover, .cd-nav-trigger:hover {
  color: white;
}
/* line 229, ../sass/components/_megasitenav.scss */
.cd-search-trigger:active, .cd-nav-trigger:active {
  color: white;
  text-decoration: none;
}
/* line 233, ../sass/components/_megasitenav.scss */
.cd-search-trigger:focus, .cd-nav-trigger:focus {
  color: white;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  /* line 240, ../sass/components/_megasitenav.scss */
  .cd-search-trigger, .cd-nav-trigger {
    width: 44px;
  }
}
@media (max-width: 1021px) {
  /* line 246, ../sass/components/_megasitenav.scss */
  .cd-nav-trigger.nav-is-visible {
    visibility: hidden;
  }
}

/* line 252, ../sass/components/_megasitenav.scss */
.cd-search-trigger {
  color: white;
  z-index: 33;
  font-weight: normal;
  margin-top: 19px;
  text-align: left;
  padding-left: 15px;
  text-decoration: none;
}
/* line 263, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover {
  color: #65BCE5;
}
/* line 268, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover .search-icon::before {
  border-color: #65BCE5;
}
/* line 271, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover .search-icon::after {
  background: #65BCE5;
}
/* line 276, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover .icon {
  background-position: -30px 0;
}
/* line 282, ../sass/components/_megasitenav.scss */
.cd-search-trigger:active {
  color: #65BCE5;
  text-decoration: none;
}
/* line 287, ../sass/components/_megasitenav.scss */
.cd-search-trigger:focus {
  color: #65BCE5;
  text-decoration: none;
}
/* line 292, ../sass/components/_megasitenav.scss */
.cd-search-trigger .title {
  display: block;
}
/* line 296, ../sass/components/_megasitenav.scss */
.cd-search-trigger .icon {
  display: block;
  width: 30px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 14px;
  /*background: transparent url("../images/Search_icon_roll.svg") no-repeat scroll 0% 0%;*/
}
/* line 316, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .icon {
  background-position: -30px 0;
}
/* line 321, ../sass/components/_megasitenav.scss */
.cd-search-trigger .search-icon {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 334, ../sass/components/_megasitenav.scss */
.cd-search-trigger .search-icon::before, .cd-search-trigger .search-icon::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s, border-color 0.3s;
  -moz-transition: opacity 0.3s, border-color 0.3s;
  transition: opacity 0.3s, border-color 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 352, ../sass/components/_megasitenav.scss */
.cd-search-trigger .search-icon::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #FFF;
}
/* line 362, ../sass/components/_megasitenav.scss */
.cd-search-trigger .search-icon::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #FFF;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 381, ../sass/components/_megasitenav.scss */
.cd-search-trigger .close-icon {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 394, ../sass/components/_megasitenav.scss */
.cd-search-trigger .close-icon::before, .cd-search-trigger .close-icon::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #FFFFFF;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
/* line 420, ../sass/components/_megasitenav.scss */
.cd-search-trigger .close-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 428, ../sass/components/_megasitenav.scss */
.cd-search-trigger .close-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 439, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .search-icon {
  opacity: 0;
}
/* line 442, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .close-icon {
  opacity: 1;
}
/* line 444, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .close-icon::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 451, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .close-icon::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 463, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #FFF;
}

/* line 471, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 66%;
  left: 0px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

/* line 481, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

/* line 502, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -7px;
}

/* line 506, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 7px;
}

/* line 510, ../sass/components/_megasitenav.scss */
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}

/* line 514, ../sass/components/_megasitenav.scss */
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #FFFFFF;
}

/* line 518, ../sass/components/_megasitenav.scss */
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

/* line 525, ../sass/components/_megasitenav.scss */
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  /* line 533, ../sass/components/_megasitenav.scss */
  .cd-nav-trigger {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 539, ../sass/components/_megasitenav.scss */
  .cd-primary-nav.closed {
    display: none;
  }

  /* line 542, ../sass/components/_megasitenav.scss */
  .cd-primary-nav.nav-is-visible {
    display: block;
    z-index: 20;
  }
}
/* line 550, ../sass/components/_megasitenav.scss */
.cd-primary-nav.overflow-hidden {
  overflow: hidden;
}

/* line 555, ../sass/components/_megasitenav.scss */
.cd-primary-nav, .cd-primary-nav .cd-nav__ul-custom {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: rgba(0, 0, 0, 0.85);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/* line 580, ../sass/components/_megasitenav.scss */
.cd-primary-nav a, .cd-primary-nav .cd-nav__ul-custom a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 34px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
/* line 602, ../sass/components/_megasitenav.scss */
.cd-primary-nav a:focus, .cd-primary-nav .cd-nav__ul-custom a:focus {
  outline: none;
  border: 0 !important;
  text-decoration: none !important;
}
/* line 608, ../sass/components/_megasitenav.scss */
.cd-primary-nav a::-moz-focus-inner, .cd-primary-nav .cd-nav__ul-custom a::-moz-focus-inner {
  outline: none;
  border: 0 !important;
  text-decoration: none !important;
}

/* line 614, ../sass/components/_megasitenav.scss */
.cd-primary-nav.is-hidden, .cd-primary-nav .cd-nav__ul-custom.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 622, ../sass/components/_megasitenav.scss */
.cd-primary-nav.moves-out > li > a, .cd-primary-nav .cd-nav__ul-custom.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  /* line 633, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav .cd-nav__ul-custom {
    right: auto;
    left: 0;
  }
}
/* line 638, ../sass/components/_megasitenav.scss */
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #65BCE5;
}

/* line 642, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 55px;
  line-height: 55px;
}

/* line 647, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 651, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

/* line 654, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

/* line 663, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

/* line 666, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #FFF;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

/* line 672, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

/* line 686, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg");
}

/* line 689, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg");
}

/* line 692, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg");
}

/* line 695, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg");
}

/* line 698, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg");
}

/* line 701, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg");
}

/* line 704, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg");
}

/* line 707, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg");
}

@media only screen and (max-width: 1024px) {
  /* line 711, ../sass/components/_megasitenav.scss */
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
  }

  /* line 718, ../sass/components/_megasitenav.scss */
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 727, ../sass/components/_megasitenav.scss */
  .cd-primary-nav {
    margin-top: 17px;
    position: static;
    padding: 0 0 0 128px;
    height: auto;
    width: auto;
    left: right;
    overflow: visible;
    background: transparent;
  }

  /* line 737, ../sass/components/_megasitenav.scss */
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }

  /* line 742, ../sass/components/_megasitenav.scss */
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 751, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav__ul-custom {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }

  /* line 759, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav__ul-custom.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 767, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav__ul-custom.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 776, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li {
    float: left;
    margin-left: 1.3em;
  }
  /* line 780, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li.contact-us-mobile-only {
    display: none;
  }

  /* line 784, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 63px;
    line-height: 46px;
    padding: 0 10px;
    color: #FFF;
    font-weight: 200;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }

  /* line 799, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li > a:hover, .cd-primary-nav > li > a.selected {
    box-shadow: inset 0 -4px 0 #00a4f5;
    height: 63px;
    color: #fff;
  }

  /* line 804, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }

  /* line 807, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 63px;
    width: 100%;
    left: 5%;
    padding: 40px 64px 130px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  /* line 826, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav::before, .cd-primary-nav .cd-nav-gallery::before, .cd-primary-nav .cd-nav-icons::before {
    content: "";
    display: block;
    width: 150vw;
    background: rgba(4, 7, 13, 0.8) none repeat scroll 0% 0%;
    height: 68%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  /* line 843, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    content: "";
    display: block;
    width: 150vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }

  /* line 860, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }

  /* line 865, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }

  /* line 872, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }

  /* line 885, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }

  /* line 904, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }

  /* line 909, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 922, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }

  /* line 927, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: table;
    border-spacing: 0.175em;
  }

  /* line 936, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav a {
    height: 23px;
    line-height: 23px;
    padding: 0 15% 0 0;
    color: #FFF;
    border-bottom: none;
    font-family: Helvetica-Light, "Helvetica Light", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  /* line 947, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #0387D1;
  }

  /* line 950, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  /* line 958, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  /* line 966, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 973, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }

  /* line 976, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }

  /* line 979, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }

  /* line 982, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 990, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }

  /* line 996, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }

  /* line 1000, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }

  /* line 1006, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }

  /* line 1013, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 .4em;
  }

  /* line 1018, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }

  /* line 1024, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }

  /* line 1028, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }

  /* line 1035, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }

  /* line 1038, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
  }

  /* line 1042, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }

  /* line 1045, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1051, ../sass/components/_megasitenav.scss */
  .cd-primary-nav {
    padding: 0 0 0 281px;
  }

  /* line 1054, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li {
    float: left;
    margin-left: 1.7em;
  }
}
/* line 1060, ../sass/components/_megasitenav.scss */
.has-children > a, .go-back a {
  position: relative;
}

/* line 1063, ../sass/components/_megasitenav.scss */
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1076, ../sass/components/_megasitenav.scss */
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1083, ../sass/components/_megasitenav.scss */
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  /* line 1091, ../sass/components/_megasitenav.scss */
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }

  /* line 1094, ../sass/components/_megasitenav.scss */
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #69aa6f;
  }
}
/* line 1099, ../sass/components/_megasitenav.scss */
.has-children > a {
  padding-right: 40px;
}

/* line 1102, ../sass/components/_megasitenav.scss */
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
  display: none;
}

/* line 1115, ../sass/components/_megasitenav.scss */
.cd-primary-nav .go-back a {
  padding-left: 40px;
}

/* line 1118, ../sass/components/_megasitenav.scss */
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1025px) {
  /* line 1129, ../sass/components/_megasitenav.scss */
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }

  /* line 1133, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
  }

  /* line 1137, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }

  /* line 1154, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children:hover > a::before,
  .cd-primary-nav > .has-children:hover > a::after,
  .cd-primary-nav > .has-children:hover > a.selected::before,
  .cd-primary-nav > .has-children:hover > a.selected::after {
    background-color: #65BCE5;
    text-decoration: none;
  }

  /* line 1164, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a:focus {
    text-decoration: none;
  }

  /* line 1167, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a::before,
  .cd-primary-nav > .has-children > a::after {
    margin-top: -2px;
  }

  /* line 1171, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }

  /* line 1174, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }

  /* line 1177, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a.selected::before,
  .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
    background-color: #65BCE5;
  }

  /* line 1182, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }

  /* line 1189, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* line 1197, ../sass/components/_megasitenav.scss */
  .cd-secondary-nav > .has-children > a::before,
  .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }

  /* line 1203, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }

  /* line 1206, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}
/* line 1210, ../sass/components/_megasitenav.scss */
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 86px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

/* line 1223, ../sass/components/_megasitenav.scss */
.cd-search .grey_background {
  position: absolute;
  background-color: #D0D0D0;
  height: 65px;
  max-width: 1000px;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 1232, ../sass/components/_megasitenav.scss */
.cd-search form {
  height: 100%;
  width: 100%;
}

/* line 1236, ../sass/components/_megasitenav.scss */
.cd-search input {
  border-radius: 0;
  border: none;
  background: #D0D0D0;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 1250, ../sass/components/_megasitenav.scss */
.cd-search input::-webkit-input-placeholder {
  color: #343434;
}

/* line 1253, ../sass/components/_megasitenav.scss */
.cd-search input::-moz-placeholder {
  color: #343434;
}

/* line 1256, ../sass/components/_megasitenav.scss */
.cd-search input:-moz-placeholder {
  color: #343434;
}

/* line 1259, ../sass/components/_megasitenav.scss */
.cd-search input:-ms-input-placeholder {
  color: #343434;
}

/* line 1262, ../sass/components/_megasitenav.scss */
.cd-search input:focus {
  outline: none;
}

/* line 1265, ../sass/components/_megasitenav.scss */
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

/* line 1272, ../sass/components/_megasitenav.scss */
.nav-is-fixed .cd-search {
  position: fixed;
}

@media only screen and (min-width: 1025px) {
  /* line 1276, ../sass/components/_megasitenav.scss */
  .cd-search {
    height: 120px;
    top: 80px;
  }

  /* line 1280, ../sass/components/_megasitenav.scss */
  .cd-search input {
    padding: 0 8%;
    font-size: 15px;
    font-weight: 300;
    color: #343434;
  }
}
/* line 1290, ../sass/components/_megasitenav.scss */
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

/* line 1308, ../sass/components/_megasitenav.scss */
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media only screen and (max-width: 1024px) {
  /* line 1316, ../sass/components/_megasitenav.scss */
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  /* line 1323, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }

  /* line 1330, ../sass/components/_megasitenav.scss */
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* --------------------------------

support for no js

-------------------------------- */
/* line 1344, ../sass/components/_megasitenav.scss */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

/* line 1353, ../sass/components/_megasitenav.scss */
.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1025px) {
  /* line 1361, ../sass/components/_megasitenav.scss */
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  /* line 1371, ../sass/components/_megasitenav.scss */
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}
/* line 1379, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary {
  box-sizing: border-box;
  display: block;
  text-align: right;
  border-bottom: 1px solid #313131;
  background: #000;
}
/* line 1386, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary a {
  display: inline-block;
  font-size: 12px;
  line-height: 11px;
  color: #ccc;
  border-right: 1px solid #ccc;
  padding: 0 10px 0 5px;
}
/* line 1395, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary a:hover {
  color: white;
}
/* line 1399, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary a:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 1408, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary > .container {
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 1419, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary--mobile {
  padding: 20px 0;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.gp-navigation--auxiliary--mobile:before, .gp-navigation--auxiliary--mobile:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.gp-navigation--auxiliary--mobile:after {
  clear: both;
}

/* line 1424, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary--mobile a {
  display: block;
  float: left;
  width: 50%;
  border: 0px;
  height: 28px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 28px;
  color: #A2A2A2;
  font-size: 14px;
  letter-spacing: .2px;
}

/* line 1437, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view {
  display: none;
  font-weight: bold;
}
/* line 1441, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view a {
  border-color: #2e2e2e;
  border-bottom: 0px;
}
/* line 1447, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view.has-children {
  padding-left: 0px;
  font-weight: normal;
}
/* line 1451, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view.has-children > a {
  color: #65BCE5;
  padding-right: 34px;
  padding-left: 34px;
  font-size: 14px;
  display: block;
  position: relative;
}
/* line 1459, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view.has-children > a:after {
  content: " ";
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  width: 6px;
  height: 13px;
  overflow: hidden;
  background: url("/craft/assets/images/img.mobile.subnav.arrow.blue.svg") no-repeat 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1475, ../sass/components/_megasitenav.scss */
.mobile-view__search {
  display: block;
  background-color: #232323;
  margin: 10px 0 0;
  padding: 13px 0 13px 32px;
  position: relative;
  /* Commenting this out since kate supplied an icon
    .mobile-view__search--submit::before, .mobile-view__search--submit::after {
      * search icon *
      content: '';
      position: absolute;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s;
      * Force Hardware Acceleration in WebKit *
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: -1;
    }
    .mobile-view__search--submit::before {
      * lens *
      top: 11px;
      left: 11px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 3px solid #595959;
    }
    .mobile-view__search--submit::after {
      * handle *
      height: 3px;
      width: 8px;
      background: #595959;
      bottom: 14px;
      right: 11px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    */
}
/* line 1482, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"] {
  width: 78%;
  border: 0px;
  color: #FFF;
  font-family: 17px;
  font-size: Helvetica, Arial, sans-serif;
  font-weight: bold;
  background: transparent;
}
/* line 1491, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 1496, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
/* line 1501, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
/* line 1506, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 1512, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="submit"] {
  width: 44px;
  height: 44px;
  text-indent: -10000px;
  background: url("../images/Search_icon_mobile.svg") no-repeat scroll 7px 50%;
  border: 0px;
  cursor: pointer;
  background-size: 18px 17px;
}
/* line 1522, ../sass/components/_megasitenav.scss */
.mobile-view__search .mobile-view__search-wrap {
  position: absolute;
  right: 0;
  top: 3px;
  width: 44px;
  height: 44px;
}
/* line 1530, ../sass/components/_megasitenav.scss */
.mobile-view__search .mobile-view__search--submit {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  color: #FFF;
  font-weight: bold;
  /* hide text */
  background: transparent;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  /* line 1591, ../sass/components/_megasitenav.scss */
  .gp-navigation--auxiliary {
    display: none;
  }

  /* line 1595, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .desktop-view {
    display: none;
  }

  /* line 1599, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .mobile-view {
    width: 260px;
    display: block;
  }

  /* line 1605, ../sass/components/_megasitenav.scss */
  .cd-search-trigger {
    display: none;
  }
}
/* line 1611, ../sass/components/_megasitenav.scss */
.divider-vertical, .divider-vertical1 {
  display: none;
}

@media only screen and (min-width: 1025px) {
  /* line 1617, ../sass/components/_megasitenav.scss */
  .gp-navigation--auxiliary--mobile {
    display: none;
  }

  /* line 1622, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__doubleCol ul.cd-secondary-nav > li {
    width: 45%;
    border: 0px;
  }
  /* line 1626, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__doubleCol ul.cd-secondary-nav > li > a {
    cursor: default;
  }
  /* line 1630, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__doubleCol ul.cd-secondary-nav > li ul > li {
    float: left;
    width: 50%;
  }
  /* line 1635, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__doubleCol .cd-nav__secondary-ul .divider-vertical {
    height: 250px;
    border-left: 1px solid #747474;
    float: left;
    opacity: 0.9;
    /* margin: 4px 15px 0 -5%; */
    margin: 0;
    width: 25px;
    display: block;
  }

  /* line 1648, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__tripCol ul.cd-secondary-nav > li {
    width: 30%;
    border: 0px;
  }
  /* line 1652, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__tripCol ul.cd-secondary-nav > li > a {
    cursor: default;
  }
  /* line 1656, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__tripCol .cd-secondary-nav li.divider-vertical1 {
    height: 245px;
    border-left: 1px solid #747474;
    float: left;
    opacity: 0.9;
    /* margin: 0 15px 0 -7.5%; */
    margin: 0;
    width: 25px;
    display: block;
  }

  /* line 1668, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li__header {
    cursor: default;
    color: #0387d1 !important;
  }
  /* line 1671, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li__header:hover {
    color: #0387d1 !important;
  }
}
/* line 1678, ../sass/components/_megasitenav.scss */
.gp-search {
  position: absolute;
  display: inline-block;
  top: 19px;
  right: 96px;
  z-index: 2;
}
@media (max-width: 1024px) {
  /* line 1678, ../sass/components/_megasitenav.scss */
  .gp-search {
    display: none;
  }
}
@media (max-width: 1200px) {
  /* line 1678, ../sass/components/_megasitenav.scss */
  .gp-search {
    right: 88px;
  }
}
/* line 1694, ../sass/components/_megasitenav.scss */
.gp-search.is-visible .gp-search__group--dropdown {
  display: block;
}
/* line 1699, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__group {
  position: relative;
}
/* line 1701, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__group a {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 200;
  border: 1px solid #fff;
  border-radius: 2px;
}
/* line 1708, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__group a:hover {
  color: #fff;
}
/* line 1714, ../sass/components/_megasitenav.scss */
.gp-search .button--green {
  width: auto;
  padding-top: 18px;
  padding-bottom: 19px;
  text-align: center;
  font-weight: normal;
}
/* line 1721, ../sass/components/_megasitenav.scss */
.gp-search .button--green:hover, .gp-search .button--green:focus {
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 1024px) {
  /* line 1714, ../sass/components/_megasitenav.scss */
  .gp-search .button--green {
    padding: 16px 0px 16px;
  }
}
/* line 1732, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__group--dropdown {
  display: none;
  background: #000;
  position: absolute;
  top: 55px;
  right: 0;
  width: 270px;
  padding: 10px;
}
@media (max-width: 1024px) {
  /* line 1732, ../sass/components/_megasitenav.scss */
  .gp-search .gp-search__group--dropdown {
    top: 50px;
  }
}
/* line 1746, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__title {
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
/* line 1754, ../sass/components/_megasitenav.scss */
.gp-search .select-wrapper {
  position: relative;
  width: 250px;
  display: block;
  float: left;
  height: 28px;
  margin: 0 0 10px;
  background: #CCC;
}
/* line 1764, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select {
  background: transparent;
  height: 28px;
  width: 250px;
}
/* line 1769, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select button {
  padding-right: 25px;
  background: transparent;
  border: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  width: 250px !important;
  position: relative;
  padding-left: 10px;
}
/* line 1781, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select button span.filter-option {
  width: 250px !important;
  line-height: 24px;
}
/* line 1785, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select button:focus {
  outline: none !important;
}
/* line 1792, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: 0;
  right: 16px;
}
/* line 1797, ../sass/components/_megasitenav.scss */
.gp-search input[type="submit"] {
  background-color: #00b787;
  display: block;
  width: 250px;
  padding: 10px 10px 10px 5px;
  border: 0px;
  text-align: left;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* line 1813, ../sass/components/_megasitenav.scss */
.cd-search {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #F4F4F4;
  height: 65px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.cd-search:before, .cd-search:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.cd-search:after {
  clear: both;
}
/* line 1821, ../sass/components/_megasitenav.scss */
.cd-search__searchbar {
  float: left;
  width: 78%;
}
/* line 1825, ../sass/components/_megasitenav.scss */
.cd-search__searchbar input[type="search"] {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  height: 65px;
  border: 0px;
  box-shadow: none;
  padding-left: 0;
}
/* line 1835, ../sass/components/_megasitenav.scss */
.cd-search__searchbutton {
  float: right;
  width: 19%;
}
/* line 1839, ../sass/components/_megasitenav.scss */
.cd-search__searchbutton input[type="submit"] {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  text-align: left;
  padding: 0;
  background: #F4F4F4;
  height: 65px;
  box-shadow: none;
  cursor: pointer;
  color: #000;
}

/* line 1853, ../sass/components/_megasitenav.scss */
.closeMobileMenu {
  display: none !important;
  text-align: right;
  line-height: 1;
  height: 44px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* line 1853, ../sass/components/_megasitenav.scss */
  .closeMobileMenu {
    display: block !important;
  }
}
/* line 1866, ../sass/components/_megasitenav.scss */
.closeMobileMenu span {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: #000;
  top: -10px;
  right: 6px;
  cursor: pointer;
}
/* line 1877, ../sass/components/_megasitenav.scss */
.closeMobileMenu span::before, .closeMobileMenu span::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1891, ../sass/components/_megasitenav.scss */
.closeMobileMenu span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}
/* line 1900, ../sass/components/_megasitenav.scss */
.closeMobileMenu span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 10px;
}

/* line 1912, ../sass/components/_megasitenav.scss */
.cd-nav__tab-items {
  display: block;
  width: 170px !important;
  margin-left: 196px;
  margin-right: 0 !important;
  padding-top: 4px;
}
@media (max-width: 1199px) {
  /* line 1912, ../sass/components/_megasitenav.scss */
  .cd-nav__tab-items {
    margin-left: 46px;
  }
}
@media (max-width: 1024px) {
  /* line 1912, ../sass/components/_megasitenav.scss */
  .cd-nav__tab-items {
    display: none;
  }
}
/* line 1927, ../sass/components/_megasitenav.scss */
.cd-nav__tab-items a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #A7A7A7 !important;
  letter-spacing: 0.11px;
  line-height: 1.1 !important;
  padding: 0 11px 0 0 !important;
  margin: 0 0 3px !important;
  height: auto !important;
  background: url("/craft/assets/images/img.subnav.white.arrow.svg") no-repeat -3000px 3px;
  cursor: pointer !important;
}
/* line 1941, ../sass/components/_megasitenav.scss */
.cd-nav__tab-items a.active {
  color: #FFFFFF !important;
  background-position: right 3px;
}

@media (min-width: 1025px) {
  /* line 1949, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li {
    display: none;
    opacity: 0;
  }
  /* line 1955, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li.active {
    display: block;
    opacity: 1;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
  }
}
/* line 1965, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro {
  display: block;
}
@media (max-width: 1024px) {
  /* line 1965, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li .cd-nav__intro {
    padding: 10px 34px;
  }
}
/* line 1972, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro h4 {
  display: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #65BCE5;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  /* line 1972, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li .cd-nav__intro h4 {
    display: block;
  }
}
/* line 1985, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
}
/* line 1993, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro .learnmore {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1.38px;
  line-height: 1.1;
  padding: 15px 30px 13px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  display: inline-block;
  width: auto !important;
  height: auto;
  text-transform: uppercase;
}
/* line 2008, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro .learnmore:hover {
  color: #FFF;
}
@media (min-width: 1025px) {
  /* line 2015, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li .cd-nav__top-li__li__header {
    display: none !important;
  }
}

/* line 2025, ../sass/components/_megasitenav.scss */
.cd-primary-nav .go-back a {
  text-align: right;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  padding-right: 20px;
  text-transform: uppercase;
}

/* line 2037, ../sass/components/_megasitenav.scss */
.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
  display: none;
}

/* line 2042, ../sass/components/_megasitenav.scss */
.cd-primary-nav .has-children .cd-nav__ul-custom {
  background: rgba(0, 0, 0, 0.95);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1, ../sass/components/_links.scss */
a {
  display: inline-block;
  text-decoration: none;
  color: #00a3e2;
  transition: all 200ms;
  outline: none;
}
/* line 8, ../sass/components/_links.scss */
a:hover {
  text-decoration: none;
  outline: none;
}
/* line 12, ../sass/components/_links.scss */
a:active {
  outline: none;
}
/* line 15, ../sass/components/_links.scss */
a:focus {
  outline: none;
}

/* line 26, ../sass/components/_links.scss */
.link-white {
  color: white;
}
/* line 22, ../sass/components/_links.scss */
.link-white:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* line 37, ../sass/components/_links.scss */
.link-dark {
  color: #054296;
}
/* line 33, ../sass/components/_links.scss */
.link-dark:hover {
  color: #004179;
}

/* line 48, ../sass/components/_links.scss */
.link-gray {
  color: #adadad;
}
/* line 44, ../sass/components/_links.scss */
.link-gray:hover {
  color: #00a3e2;
}

/* line 66, ../sass/components/_links.scss */
.arrow-cta {
  color: #00a3e2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right 3px;
  padding-right: 25px;
}
/* line 61, ../sass/components/_links.scss */
.arrow-cta:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527C;
}

/* line 69, ../sass/components/_links.scss */
.wysiwyg a {
  display: inline;
}

/* line 3, ../sass/components/_buttons.scss */
.button {
  padding: 15px 30px 17px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  border: none;
  outline: none;
}
/* line 12, ../sass/components/_buttons.scss */
.button--green {
  background-color: #00b787;
}
/* line 16, ../sass/components/_buttons.scss */
.button--green:hover {
  background-color: #008461;
}

/* line 3, ../sass/components/_flexbox.scss */
.flexbox {
  display: flex;
}
/* line 10, ../sass/components/_flexbox.scss */
.flexbox--center {
  align-items: center;
}
/* line 13, ../sass/components/_flexbox.scss */
.flexbox--center--all {
  justify-content: center;
}
/* line 18, ../sass/components/_flexbox.scss */
.flexbox--flow-col {
  flex-flow: wrap column;
}
/* line 22, ../sass/components/_flexbox.scss */
.flexbox * {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

/* line 5, ../sass/components/_hero.scss */
.hero {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 270px;
  padding-bottom: 200px;
}
@media (max-width: 992px) {
  /* line 5, ../sass/components/_hero.scss */
  .hero {
    min-height: 250px;
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../sass/components/_hero.scss */
  .hero {
    padding-top: 22.5%;
    padding-bottom: 14.5%;
    min-height: 250px;
  }
}
/* line 25, ../sass/components/_hero.scss */
.hero .hero__bkgd-image {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 100%;
  visibility: hidden;
}
/* line 35, ../sass/components/_hero.scss */
html.mobile .hero .hero__bkgd-image {
  visibility: visible;
}
@media (max-width: 768px) {
  /* line 25, ../sass/components/_hero.scss */
  .hero .hero__bkgd-image {
    visibility: visible;
  }
}
/* line 45, ../sass/components/_hero.scss */
.hero .hero__bkgd-image--visible {
  visibility: visible;
}
/* line 53, ../sass/components/_hero.scss */
.hero__cta {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 1;
  color: white;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
  float: left;
  line-height: 20px;
}
/* line 22, ../sass/components/_links.scss */
.hero__cta:hover {
  color: rgba(255, 255, 255, 0.6);
}
/* line 67, ../sass/components/_hero.scss */
.hero__cta .fa {
  margin-right: 10px;
  float: left;
}
/* line 72, ../sass/components/_hero.scss */
.hero__cta + .hero__cta {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
@media (max-width: 767px) {
  /* line 53, ../sass/components/_hero.scss */
  .hero__cta {
    margin-right: 10px;
  }
  /* line 79, ../sass/components/_hero.scss */
  .hero__cta + .hero__cta {
    padding-left: 10px;
  }
}
/* line 86, ../sass/components/_hero.scss */
.hero--video {
  padding: 0;
  height: 70vh;
  min-height: 200px;
  max-height: 700px;
  overflow: hidden;
}
/* line 94, ../sass/components/_hero.scss */
.hero__video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* line 100, ../sass/components/_hero.scss */
.hero__videoHolder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
}
/* line 110, ../sass/components/_hero.scss */
html.mobile .hero__videoHolder {
  display: none;
}
@media (max-width: 767px) {
  /* line 100, ../sass/components/_hero.scss */
  .hero__videoHolder {
    display: none;
  }
}
/* line 122, ../sass/components/_hero.scss */
.hero__videoHolder .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 128, ../sass/components/_hero.scss */
.hero__videoHolder .shader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 32, 45, 0.17);
  z-index: 1;
}
/* line 138, ../sass/components/_hero.scss */
.hero__videoHolder .wistia_responsive_padding {
  position: relative;
  width: 110%;
  top: -5%;
}
@media (max-width: 1199px) {
  /* line 138, ../sass/components/_hero.scss */
  .hero__videoHolder .wistia_responsive_padding {
    width: 130%;
  }
}
@media (max-width: 991px) {
  /* line 138, ../sass/components/_hero.scss */
  .hero__videoHolder .wistia_responsive_padding {
    width: 140%;
  }
}
@media (max-width: 868px) {
  /* line 138, ../sass/components/_hero.scss */
  .hero__videoHolder .wistia_responsive_padding {
    width: 150%;
  }
}

/* For Release 1 */
/* line 166, ../sass/components/_hero.scss */
.hero-internal {
  background: no-repeat scroll 0 0;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 50px;
  position: relative;
  min-height: 470px;
}
@media (max-width: 1024px) {
  /* line 166, ../sass/components/_hero.scss */
  .hero-internal {
    min-height: 320px;
  }
}
/* line 182, ../sass/components/_hero.scss */
.hero-internal .hero__bkgd-image {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 100%;
  visibility: hidden;
}
/* line 192, ../sass/components/_hero.scss */
html.mobile .hero-internal .hero__bkgd-image {
  visibility: visible;
}
@media (max-width: 768px) {
  /* line 182, ../sass/components/_hero.scss */
  .hero-internal .hero__bkgd-image {
    visibility: visible;
  }
}
/* line 202, ../sass/components/_hero.scss */
.hero-internal .hero__bkgd-image--visible {
  visibility: visible;
}
/* line 207, ../sass/components/_hero.scss */
.hero-internal--shade {
  background: rgba(28, 32, 45, 0.47) none repeat scroll 0 0;
  background-size: cover;
  z-index: 0;
  padding-top: 240px;
  padding-bottom: 171px;
  display: -moz-flex;
  -moz-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* line 207, ../sass/components/_hero.scss */
  .hero-internal--shade {
    padding-top: 200px;
    padding-bottom: 146px;
  }
}
@media (max-width: 991px) {
  /* line 207, ../sass/components/_hero.scss */
  .hero-internal--shade {
    padding-top: 160px;
    padding-bottom: 122px;
  }
}
@media (max-width: 767px) {
  /* line 207, ../sass/components/_hero.scss */
  .hero-internal--shade {
    min-height: 500px;
  }
}
@media (max-width: 374px) {
  /* line 207, ../sass/components/_hero.scss */
  .hero-internal--shade {
    min-height: 460px;
  }
}
/* line 238, ../sass/components/_hero.scss */
html.ie10 .hero-internal--shade {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
}
/* line 251, ../sass/components/_hero.scss */
.hero-internal--shade--header {
  text-transform: none;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 25px;
}
@media (min-width: 500px) and (max-width: 550px) {
  /* line 251, ../sass/components/_hero.scss */
  .hero-internal--shade--header {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 251, ../sass/components/_hero.scss */
  .hero-internal--shade--header {
    font-size: 35px;
    line-height: 40px;
  }
}
/* line 265, ../sass/components/_hero.scss */
body.basic-page .hero-internal--shade--header {
  margin-bottom: 14px;
}
/* line 271, ../sass/components/_hero.scss */
.hero-internal--shade--description {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px;
  font-weight: 200;
}
@media (max-width: 767px) {
  /* line 271, ../sass/components/_hero.scss */
  .hero-internal--shade--description {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 284, ../sass/components/_hero.scss */
.hero-internal--shade hr.yellow {
  background-color: #FBF458;
  border: none;
  height: 12px;
  width: 78px;
  float: left;
  margin: 0px;
}
@media (min-width: 768px) {
  /* line 284, ../sass/components/_hero.scss */
  .hero-internal--shade hr.yellow {
    height: 12px;
  }
}
/* line 296, ../sass/components/_hero.scss */
.hero-internal--shade h1, .hero-internal--shade h2, .hero-internal--shade h3, .hero-internal--shade h4, .hero-internal--shade h5, .hero-internal--shade h6 {
  text-transform: none;
}
/* line 299, ../sass/components/_hero.scss */
.hero-internal--shade h1 strong, .hero-internal--shade h2 strong, .hero-internal--shade h3 strong, .hero-internal--shade h4 strong, .hero-internal--shade h5 strong, .hero-internal--shade h6 strong {
  font-weight: bold;
}
/* line 303, ../sass/components/_hero.scss */
.hero-internal--shade h1 em, .hero-internal--shade h2 em, .hero-internal--shade h3 em, .hero-internal--shade h4 em, .hero-internal--shade h5 em, .hero-internal--shade h6 em {
  font-style: italic;
}
/* line 307, ../sass/components/_hero.scss */
.hero-internal--shade h1 sup, .hero-internal--shade h2 sup, .hero-internal--shade h3 sup, .hero-internal--shade h4 sup, .hero-internal--shade h5 sup, .hero-internal--shade h6 sup {
  position: relative;
  bottom: 0.5em;
  font-size: 0.4em;
}

/* line 349, ../sass/components/_hero.scss */
.directory .hero-internal--shade .col-md-offset-1, .directory .hero-internal--shade .col-sm-offset-1 {
  margin-left: 0;
}
/* line 353, ../sass/components/_hero.scss */
.directory .hero-internal--shade h1 {
  height: auto;
  padding-bottom: 147px;
}
@media (min-width: 769px) and (max-width: 990px) {
  /* line 353, ../sass/components/_hero.scss */
  .directory .hero-internal--shade h1 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  /* line 353, ../sass/components/_hero.scss */
  .directory .hero-internal--shade h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  /* line 353, ../sass/components/_hero.scss */
  .directory .hero-internal--shade h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
/* line 373, ../sass/components/_hero.scss */
.directory .hero-internal--shade--description {
  display: none;
}
/* line 376, ../sass/components/_hero.scss */
.directory .hero-internal hr.yellow {
  display: none;
}

/* line 398, ../sass/components/_hero.scss */
.io-magazine .hero-internal--shade {
  height: auto;
  padding-bottom: 124px;
}
/* line 419, ../sass/components/_hero.scss */
.io-magazine .hero-internal--shade .col-md-offset-1, .io-magazine .hero-internal--shade .col-sm-offset-1 {
  margin-left: 0;
}
@media (min-width: 769px) and (max-width: 990px) {
  /* line 423, ../sass/components/_hero.scss */
  .io-magazine .hero-internal--shade h1 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  /* line 423, ../sass/components/_hero.scss */
  .io-magazine .hero-internal--shade h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  /* line 423, ../sass/components/_hero.scss */
  .io-magazine .hero-internal--shade h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
/* line 442, ../sass/components/_hero.scss */
.io-magazine .hero-internal--shade--description {
  display: none;
}
/* line 445, ../sass/components/_hero.scss */
.io-magazine .hero-internal hr.yellow {
  display: none;
}

@media (min-width: 769px) and (max-width: 990px) {
  /* line 487, ../sass/components/_hero.scss */
  .press-release-page .hero-internal--shade h1 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  /* line 487, ../sass/components/_hero.scss */
  .press-release-page .hero-internal--shade h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  /* line 487, ../sass/components/_hero.scss */
  .press-release-page .hero-internal--shade h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
/* line 505, ../sass/components/_hero.scss */
.press-release-page .hero-internal--shade--description {
  display: none;
}
/* line 508, ../sass/components/_hero.scss */
.press-release-page .hero-internal hr.yellow {
  display: none;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 550, ../sass/components/_hero.scss */
  .employee-page .hero-internal--shade h1 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  /* line 550, ../sass/components/_hero.scss */
  .employee-page .hero-internal--shade h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
/* line 563, ../sass/components/_hero.scss */
.employee-page .hero-internal--shade--description {
  display: none;
}
/* line 566, ../sass/components/_hero.scss */
.employee-page .hero-internal hr.yellow {
  display: none;
}

/* line 573, ../sass/components/_hero.scss */
.directory .hero-internal, .employee-page .hero-internal {
  min-height: 100px;
}
@media (max-width: 1024px) {
  /* line 573, ../sass/components/_hero.scss */
  .directory .hero-internal, .employee-page .hero-internal {
    min-height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* line 580, ../sass/components/_hero.scss */
  .directory .hero-internal--shade, .employee-page .hero-internal--shade {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 580, ../sass/components/_hero.scss */
  .directory .hero-internal--shade, .employee-page .hero-internal--shade {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  /* line 580, ../sass/components/_hero.scss */
  .directory .hero-internal--shade, .employee-page .hero-internal--shade {
    padding-top: 95px;
  }
}

/* Insights Landing Page Hero
================================================== */
/* line 605, ../sass/components/_hero.scss */
.hero-insights .hero-internal--shade {
  min-height: 600px;
  display: -moz-flex;
  -moz-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 605, ../sass/components/_hero.scss */
  .hero-insights .hero-internal--shade {
    min-height: auto;
  }
}
/* line 617, ../sass/components/_hero.scss */
html.ie10 .hero-insights .hero-internal--shade {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
}
@media (min-width: 768px) {
  /* line 632, ../sass/components/_hero.scss */
  .hero-insights .hero-share-icon {
    top: calc(50% - 31px);
  }
}
@media (max-width: 767px) {
  /* line 632, ../sass/components/_hero.scss */
  .hero-insights .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}
/* line 644, ../sass/components/_hero.scss */
.hero-insights h1 {
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 644, ../sass/components/_hero.scss */
  .hero-insights h1 {
    font-size: 42px;
    color: #FFFFFF;
  }
}
/* line 656, ../sass/components/_hero.scss */
.hero-insights h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-left: 3px;
}
@media (max-width: 768px) {
  /* line 656, ../sass/components/_hero.scss */
  .hero-insights h4 {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.1;
    padding-bottom: 6px;
    padding-left: 1px;
  }
}
/* line 676, ../sass/components/_hero.scss */
.hero-insights #insights__readmore--open {
  display: inline-block;
  padding: 17px 25px;
  border: 1px solid #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 693, ../sass/components/_hero.scss */
#insights__readmore {
  background-color: #1C202D;
  color: #FFF;
  display: none;
}
/* line 698, ../sass/components/_hero.scss */
#insights__readmore .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  /* line 698, ../sass/components/_hero.scss */
  #insights__readmore .container {
    padding-top: 77px;
  }
}
@media (max-width: 767px) {
  /* line 707, ../sass/components/_hero.scss */
  #insights__readmore .insights__readmore--sidebar {
    padding-top: 44px;
  }
}
/* line 713, ../sass/components/_hero.scss */
#insights__readmore .arrow-cta {
  display: inline-block;
  color: #56B5F6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right 1px;
  padding-right: 27px;
}
/* line 722, ../sass/components/_hero.scss */
#insights__readmore .arrow-cta:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527C;
}
@media (max-width: 767px) {
  /* line 728, ../sass/components/_hero.scss */
  #insights__readmore h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
/* line 736, ../sass/components/_hero.scss */
#insights__readmore h4 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
}
@media (max-width: 767px) {
  /* line 736, ../sass/components/_hero.scss */
  #insights__readmore h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
/* line 750, ../sass/components/_hero.scss */
#insights__readmore p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 17px;
  color: #FFFFFF;
  line-height: 26px;
}
/* line 757, ../sass/components/_hero.scss */
#insights__readmore .insights__anchorlist {
  padding: 11px 0 18px;
}
/* line 760, ../sass/components/_hero.scss */
#insights__readmore .insights__anchorlist li {
  padding-bottom: 5px;
}
/* line 764, ../sass/components/_hero.scss */
#insights__readmore .insights__anchorlist a {
  display: inline-block;
  color: #56B5F6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* line 771, ../sass/components/_hero.scss */
#insights__readmore .insights__anchorlist a:hover {
  text-decoration: underline;
}
/* line 778, ../sass/components/_hero.scss */
#insights__readmore #insights__readmore--close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45px;
  right: 54px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 778, ../sass/components/_hero.scss */
  #insights__readmore #insights__readmore--close {
    right: 34px;
  }
}
@media (max-width: 767px) {
  /* line 778, ../sass/components/_hero.scss */
  #insights__readmore #insights__readmore--close {
    top: 40px;
    right: 10px;
  }
}
/* line 796, ../sass/components/_hero.scss */
#insights__readmore #insights__readmore--close:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #979797;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 10px;
  left: -10px;
}
/* line 808, ../sass/components/_hero.scss */
#insights__readmore #insights__readmore--close:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #979797;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -20px;
  left: 10px;
}

/* Insights Article Page Hero
================================================== */
/* line 827, ../sass/components/_hero.scss */
.hero-insights-author {
  background-color: #1F2532;
}
/* line 830, ../sass/components/_hero.scss */
.hero-insights-author .hero-internal--shade {
  padding-top: 218px;
  padding-bottom: 163px;
}
@media (max-width: 767px) {
  /* line 830, ../sass/components/_hero.scss */
  .hero-insights-author .hero-internal--shade {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}
/* line 840, ../sass/components/_hero.scss */
.hero-insights-author .hero-insights-author__heading {
  text-align: center;
}
/* line 843, ../sass/components/_hero.scss */
.hero-insights-author .hero-insights-author__heading h1 {
  font-size: 44px;
  line-height: 53px;
}
@media (max-width: 767px) {
  /* line 843, ../sass/components/_hero.scss */
  .hero-insights-author .hero-insights-author__heading h1 {
    text-align: left;
    font-size: 28px;
    line-height: 37px;
  }
}
/* line 854, ../sass/components/_hero.scss */
.hero-insights-author .hero-insights-author__heading h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.1;
  text-transform: uppercase;
  padding-bottom: 11px;
}
@media (max-width: 767px) {
  /* line 854, ../sass/components/_hero.scss */
  .hero-insights-author .hero-insights-author__heading h4 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 28px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  /* line 874, ../sass/components/_hero.scss */
  .hero-insights-author .insights-author__bio {
    display: none;
  }
}
/* line 880, ../sass/components/_hero.scss */
.hero-insights-author .insights-author__bio.with-photo {
  margin: 0 auto;
  padding-top: 3px;
  display: inline-block;
}
/* line 887, ../sass/components/_hero.scss */
.hero-insights-author .insights-author__bio .author {
  text-transform: uppercase;
}
/* line 892, ../sass/components/_hero.scss */
.hero-insights-author .hero-share-icon {
  top: 222px;
}
@media (max-width: 767px) {
  /* line 892, ../sass/components/_hero.scss */
  .hero-insights-author .hero-share-icon {
    top: auto;
    bottom: 0px;
  }
}
/* line 901, ../sass/components/_hero.scss */
.hero-insights-author .hero-print-icon {
  display: block;
  position: absolute;
  right: 0;
  width: 62px;
  height: 62px;
  top: 288px;
  background: url("/craft/assets/images/img.print.svg") no-repeat 20px 20px #FFFFFF;
  font-size: 1px;
  color: #FFFFFF;
  border-radius: 2px;
  opacity: 0.8;
}
/* line 914, ../sass/components/_hero.scss */
.hero-insights-author .hero-print-icon:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 901, ../sass/components/_hero.scss */
  .hero-insights-author .hero-print-icon {
    display: none;
  }
}

/* line 927, ../sass/components/_hero.scss */
.insights-author__bio .portrait {
  display: none;
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-size: cover;
  border: 2px solid #E4E4E4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 938, ../sass/components/_hero.scss */
.insights-author__bio .text {
  text-align: center;
  padding-top: 4px;
}
/* line 942, ../sass/components/_hero.scss */
.insights-author__bio .text .author,
.insights-author__bio .text .title {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #FCFCFC;
  letter-spacing: 2.5px;
  line-height: 20px;
}
/* line 953, ../sass/components/_hero.scss */
.insights-author__bio .text .title {
  font-weight: 400;
}
/* line 960, ../sass/components/_hero.scss */
.insights-author__bio.with-photo .portrait {
  display: block;
}
/* line 964, ../sass/components/_hero.scss */
.insights-author__bio.with-photo .text {
  text-align: left;
  margin-left: 100px;
  padding-top: 18px;
}

/* line 975, ../sass/components/_hero.scss */
.hero-solutions h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-left: 3px;
}

/* line 988, ../sass/components/_hero.scss */
.hero-internal--shade h4 {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 3, ../sass/components/_explore-bar.scss */
.explore-bar {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 3, ../sass/components/_explore-bar.scss */
  .explore-bar {
    text-align: left;
  }
}
/* line 11, ../sass/components/_explore-bar.scss */
.explore-bar .container {
  position: relative;
}
@media (min-width: 768px) {
  /* line 11, ../sass/components/_explore-bar.scss */
  .explore-bar .container {
    padding: 35px 0 45px 0;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../sass/components/_explore-bar.scss */
  .explore-bar .container {
    position: relative;
  }
}
/* line 26, ../sass/components/_explore-bar.scss */
.explore-bar .container:before {
  content: ' ';
  position: absolute;
  top: -10px;
  left: 10%;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
}
@media (max-width: 767px) {
  /* line 26, ../sass/components/_explore-bar.scss */
  .explore-bar .container:before {
    display: none;
  }
}
/* line 41, ../sass/components/_explore-bar.scss */
body.homepage .explore-bar .container:before {
  display: none;
}
/* line 48, ../sass/components/_explore-bar.scss */
.explore-bar--mobile-intro {
  margin: 0 auto;
  padding: 10px 0 20px 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  /* line 48, ../sass/components/_explore-bar.scss */
  .explore-bar--mobile-intro {
    display: none !important;
  }
}
/* line 60, ../sass/components/_explore-bar.scss */
.explore-bar--mobile-intro--open-btn {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 0;
}
/* line 68, ../sass/components/_explore-bar.scss */
.explore-bar--opaque-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
/* line 78, ../sass/components/_explore-bar.scss */
.explore-bar .explore-bar__expandable {
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  /* line 78, ../sass/components/_explore-bar.scss */
  .explore-bar .explore-bar__expandable {
    display: block !important;
  }
}
/* line 86, ../sass/components/_explore-bar.scss */
.explore-bar--form {
  margin: 0px auto;
}
@media (min-width: 768px) {
  /* line 86, ../sass/components/_explore-bar.scss */
  .explore-bar--form {
    width: inherit;
    margin: inherit;
  }
}
/* line 98, ../sass/components/_explore-bar.scss */
.explore-bar__expandable {
  padding: 40px 0 30px 0;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  /* line 98, ../sass/components/_explore-bar.scss */
  .explore-bar__expandable {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  /* line 98, ../sass/components/_explore-bar.scss */
  .explore-bar__expandable {
    padding: inherit;
  }
}
/* line 111, ../sass/components/_explore-bar.scss */
.explore-bar__expandable--close-btn {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
}
@media (min-width: 768px) {
  /* line 111, ../sass/components/_explore-bar.scss */
  .explore-bar__expandable--close-btn {
    display: none;
  }
}
/* line 123, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v2 {
  line-height: 38px;
}
/* line 128, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v2 .bootstrap-select button span.caret {
  height: 7px;
  width: 12px;
  background: url("/craft/assets/images/angle-arrow-down.png");
  background-size: cover;
  top: 16px;
  right: 2px;
}
/* line 129, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v2 .bootstrap-select button span.caret::before, .explore-bar #search-bar-v2 .bootstrap-select button span.caret::after {
  display: none;
}
/* line 143, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v1, .explore-bar #search-bar-v2 {
  display: block;
  padding: 61px 0 47px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.explore-bar #search-bar-v1:before, .explore-bar #search-bar-v1:after, .explore-bar #search-bar-v2:before, .explore-bar #search-bar-v2:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.explore-bar #search-bar-v1:after, .explore-bar #search-bar-v2:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 143, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1, .explore-bar #search-bar-v2 {
    padding: 0 0 10px;
  }
}
@media (min-width: 1170px) {
  /* line 143, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1, .explore-bar #search-bar-v2 {
    padding: 0;
  }
}
@media (max-width: 1169px) {
  /* line 143, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1, .explore-bar #search-bar-v2 {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  /* line 162, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1 {
    float: none;
    width: 870px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1169px) {
  /* line 162, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1 {
    width: auto;
    padding: 0 0 10px;
    margin: 0;
  }
}
/* line 177, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v1 .button {
  display: block;
  float: left;
}
@media (max-width: 1200px) {
  /* line 177, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1 .button {
    float: none;
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    top: 20px;
  }
}
@media (max-width: 1169px) {
  /* line 177, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1 .button {
    float: none;
    width: 100%;
    margin: 0;
    position: static;
    top: 0;
  }
}
/* line 200, ../sass/components/_explore-bar.scss */
.explore-bar--title {
  margin-top: 13px;
  margin-right: 3px;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  /* line 200, ../sass/components/_explore-bar.scss */
  .explore-bar--title {
    margin-right: 5px;
    font-size: 26px;
  }
}
/* line 215, ../sass/components/_explore-bar.scss */
.explore-bar label {
  margin-right: 1px;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 24px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 215, ../sass/components/_explore-bar.scss */
  .explore-bar label {
    margin-right: 4px;
    font-size: 20px;
  }
}
/* line 229, ../sass/components/_explore-bar.scss */
.explore-bar .select-wrapper {
  display: inline-block;
}
/* line 231, ../sass/components/_explore-bar.scss */
.explore-bar .select-wrapper .bootstrap-select {
  width: inherit !important;
  height: 32px;
}
@media (min-width: 768px) {
  /* line 231, ../sass/components/_explore-bar.scss */
  .explore-bar .select-wrapper .bootstrap-select {
    margin-right: 0;
  }
}
/* line 240, ../sass/components/_explore-bar.scss */
.explore-bar .btn-group {
  position: inherit;
}
@media (min-width: 1200px) {
  /* line 240, ../sass/components/_explore-bar.scss */
  .explore-bar .btn-group {
    position: relative;
  }
}
/* line 247, ../sass/components/_explore-bar.scss */
.explore-bar .dropup .dropdown-menu.open {
  width: 100%;
  top: 0;
  left: 0;
  bottom: inherit;
}
@media (min-width: 1200px) {
  /* line 247, ../sass/components/_explore-bar.scss */
  .explore-bar .dropup .dropdown-menu.open {
    width: inherit;
    top: inherit;
    bottom: 100%;
  }
}
/* line 259, ../sass/components/_explore-bar.scss */
.explore-bar .dropdown-menu.open {
  width: 100%;
  max-height: 250px !important;
  top: 0;
  left: 0;
  bottom: inherit;
}
@media (min-width: 1200px) {
  /* line 259, ../sass/components/_explore-bar.scss */
  .explore-bar .dropdown-menu.open {
    width: inherit;
    top: 100%;
    bottom: inherit;
  }
}
/* line 272, ../sass/components/_explore-bar.scss */
.explore-bar .dropdown-menu .selected a {
  color: #02A8F4 !important;
}
/* line 276, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select {
  background: transparent;
}
@media (max-width: 1169px) {
  /* line 276, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select {
    width: 100% !important;
  }
}
/* line 283, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button {
  margin: -3px 13px 0 0;
  padding: 0;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-weight: 300;
  color: #03a8f5;
}
@media (min-width: 768px) {
  /* line 283, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select button {
    margin: -3px 13px 0 0;
    font-size: 20px;
  }
}
/* line 299, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button:focus {
  outline: none !important;
}
/* line 303, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button span.filter-option {
  text-transform: capitalize;
  border-bottom: solid 1px #2AB7F6;
  position: relative;
  top: 2px;
}
/* line 310, ../sass/components/_explore-bar.scss */
html.ie10 .explore-bar .bootstrap-select button span.filter-option {
  top: 1px;
  border-bottom: solid 1px #2AB7F6;
}
/* line 315, ../sass/components/_explore-bar.scss */
html.ie11 .explore-bar .bootstrap-select button span.filter-option {
  top: 1px;
  border-bottom: solid 1px #2AB7F6;
}
/* line 324, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button.dropdown-toggle:hover span.filter-option {
  border-bottom: solid 1px #2AB7F6;
}
@media (max-width: 1169px) {
  /* line 283, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select button {
    width: 100%;
  }
}
@media (max-width: 400px) {
  /* line 283, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select button {
    padding-left: 0;
  }
}
/* line 338, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  border-color: inherit;
  color: #02A8F4;
}
/* line 343, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button.dropdown-toggle:hover {
  background-color: inherit;
  border-color: inherit;
  color: #02A8F4;
}
/* line 353, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select.active button.dropdown-toggle {
  color: #02A8F4;
}
/* line 355, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select.active button.dropdown-toggle:hover {
  color: #02A8F4;
}
/* line 364, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu {
  border-radius: 2px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: none;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 18px;
  color: #000;
}
@media (min-width: 768px) {
  /* line 364, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select .dropdown-menu {
    font-size: 20px;
  }
}
/* line 375, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu.inner {
  max-height: 200px !important;
  padding: 15px 30px;
}
/* line 380, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu > li > a {
  padding: 7px 0;
  color: #000;
  background-color: #fff;
}
/* line 385, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu > li > a:hover {
  color: #02A8F4;
  background-color: #fff;
}
/* line 391, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu li {
  border-bottom: solid 1px #E9E9E9;
}
/* line 393, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu li span.text {
  text-transform: capitalize;
  font-weight: 300;
}
/* line 397, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}
/* line 406, ../sass/components/_explore-bar.scss */
.explore-bar--mobile-contact-line {
  margin: 40px 0 25px 0;
  display: block;
  border-bottom: dashed 1px #03a8f5;
}
@media (min-width: 768px) {
  /* line 406, ../sass/components/_explore-bar.scss */
  .explore-bar--mobile-contact-line {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 415, ../sass/components/_explore-bar.scss */
  .explore-bar--copy-wrapper {
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  /* line 415, ../sass/components/_explore-bar.scss */
  .explore-bar--copy-wrapper {
    width: 750px;
    margin-top: -5px;
  }
}
/* line 425, ../sass/components/_explore-bar.scss */
.explore-bar--submit {
  color: #03a8f5;
  font-size: 19px;
  text-transform: uppercase;
  display: block;
  width: 163px;
  height: 53px;
  padding: 0;
  margin: 20px auto 20px auto;
  border-radius: 2px;
  border: 1.5px solid #03a8f5;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 52px;
  overflow: hidden;
  letter-spacing: 1.3pt;
  cursor: pointer;
}
/* line 444, ../sass/components/_explore-bar.scss */
.explore-bar--submit:hover {
  background-color: transparent;
  color: #054296;
  border-color: #054296;
}
@media (min-width: 768px) {
  /* line 425, ../sass/components/_explore-bar.scss */
  .explore-bar--submit {
    margin: 20px 20px 20px 0;
  }
}
@media (min-width: 480px) {
  /* line 425, ../sass/components/_explore-bar.scss */
  .explore-bar--submit {
    width: 120px;
    height: 43px;
    font-size: 12px;
    line-height: 43px;
  }
}
@media (min-width: 992px) {
  /* line 425, ../sass/components/_explore-bar.scss */
  .explore-bar--submit {
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 267px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 425, ../sass/components/_explore-bar.scss */
  .explore-bar--submit {
    right: 67px;
  }
}

/* line 477, ../sass/components/_explore-bar.scss */
.hideBeforeRender .row {
  -webkit-animation: -amp-start 3s steps(1, end) 0s 1 normal both;
  -moz-animation: -amp-start 3s steps(1, end) 0s 1 normal both;
  -ms-animation: -amp-start 3s steps(1, end) 0s 1 normal both;
  animation: -amp-start 3s steps(1, end) 0s 1 normal both;
}

@-webkit-keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@-moz-keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@-ms-keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@-o-keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  /* line 5, ../sass/components/_impact.scss */
  .impact__group {
    overflow-y: hidden;
    position: relative;
    z-index: 1;
  }
}
/* line 13, ../sass/components/_impact.scss */
.impact__group__header {
  backface-visibility: hidden;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 13, ../sass/components/_impact.scss */
  .impact__group__header {
    padding: 40px 0 99px 0;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  /* line 13, ../sass/components/_impact.scss */
  .impact__group__header {
    opacity: 0;
  }
  /* line 24, ../sass/components/_impact.scss */
  .animation-initialized .impact__group__header {
    opacity: 1;
  }
}
/* line 33, ../sass/components/_impact.scss */
.impact__yellow-bar {
  width: 72px;
  height: 7px;
  margin: 0 0 20px 0;
  background-color: #FFF031;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  /* line 33, ../sass/components/_impact.scss */
  .impact__yellow-bar {
    margin: 0 auto 20px auto;
  }
}
/* line 47, ../sass/components/_impact.scss */
.impact__headline {
  margin: 0 0 2px 0;
  max-width: 13em;
  backface-visibility: hidden;
  font-weight: 500;
  font-size: 37px;
  line-height: 43px;
  letter-spacing: -1px;
}
/* line 56, ../sass/components/_impact.scss */
.animation-initialized .impact__headline {
  transform: translateY(-71px);
}
@media (min-width: 1200px) {
  /* line 60, ../sass/components/_impact.scss */
  .animation-initialized .impact__headline {
    transform: translateY(-81px);
  }
}
@media (min-width: 768px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 1025px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 1200px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    font-size: 44px;
    line-height: 51px;
  }
}
@media (max-width: 1024px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    transform: none;
  }
}
@media (max-width: 767px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    text-align: center;
    max-width: none;
  }
}
/* line 86, ../sass/components/_impact.scss */
.impact__headline__extra {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-38px);
}
@media (max-width: 1024px) {
  /* line 86, ../sass/components/_impact.scss */
  .impact__headline__extra {
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 86, ../sass/components/_impact.scss */
  .impact__headline__extra {
    text-align: center;
    max-width: none;
  }
}
/* line 104, ../sass/components/_impact.scss */
.impact__social {
  margin: 30px 0;
}
/* line 108, ../sass/components/_impact.scss */
.impact__subheadline {
  margin: 0;
  max-width: 13em;
  line-height: 41px;
  backface-visibility: hidden;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 1025px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    font-size: 44px;
    line-height: 55px;
  }
}
@media (max-width: 1024px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    text-align: center;
    max-width: none;
  }
}

/* line 145, ../sass/components/_impact.scss */
.animation-initialized .impact__subheadline,
.animation-initialized .impact__headline__extra
.impact__yellow-bar {
  opacity: 0;
  transition: opacity 200ms ease;
}
/* line 153, ../sass/components/_impact.scss */
.animation-initialized .impact__group.active .impact__subheadline,
.animation-initialized .impact__group.active .impact__headline__extra,
.animation-initialized .impact__group.active .impact__yellow-bar {
  opacity: 1;
}

/* line 3, ../sass/components/_services.scss */
.services {
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  /* line 3, ../sass/components/_services.scss */
  .services {
    padding: 38px 0 53px 0;
  }
}
/* line 12, ../sass/components/_services.scss */
.services__group__item {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 12, ../sass/components/_services.scss */
  .services__group__item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
}
/* line 22, ../sass/components/_services.scss */
.services__group__item:last-child {
  margin-bottom: 0;
}
/* line 27, ../sass/components/_services.scss */
.services__group__icon {
  float: left;
  margin-top: 10px;
  margin-right: 40px;
  fill: #03a8f5;
}
@media (max-width: 767px) {
  /* line 27, ../sass/components/_services.scss */
  .services__group__icon {
    display: block;
    float: none;
    margin-right: 0px;
    margin-bottom: 44px;
  }
  /* line 39, ../sass/components/_services.scss */
  .services__group__icon .svg-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}
/* line 48, ../sass/components/_services.scss */
.services__group__copy {
  display: inline-block;
  float: left;
  color: #000;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
}
/* line 54, ../sass/components/_services.scss */
.services__group__copy:hover {
  color: #23527c;
}
@media (max-width: 767px) {
  /* line 48, ../sass/components/_services.scss */
  .services__group__copy {
    display: block;
    float: none;
  }
}
@media (min-width: 768px) {
  /* line 48, ../sass/components/_services.scss */
  .services__group__copy {
    width: 200px;
  }
}
@media (min-width: 992px) {
  /* line 48, ../sass/components/_services.scss */
  .services__group__copy {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  /* line 48, ../sass/components/_services.scss */
  .services__group__copy {
    width: inherit;
  }
}
/* line 74, ../sass/components/_services.scss */
.services__group__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 22px;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  /* line 74, ../sass/components/_services.scss */
  .services__group__title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 34px;
  }
}
/* line 87, ../sass/components/_services.scss */
.services__group__desc {
  font-size: 16px;
  max-width: 17em;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  /* line 87, ../sass/components/_services.scss */
  .services__group__desc {
    margin: 0 auto;
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  /* line 103, ../sass/components/_services.scss */
  .services .flexbox {
    display: block;
  }
}
/* line 111, ../sass/components/_services.scss */
.services .impact__group {
  padding-top: 120px;
  padding-bottom: 110px;
  display: flex;
  align-items: center;
  display: -moz-flex;
  -moz-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
/* line 125, ../sass/components/_services.scss */
html.ie10 .services .impact__group {
  display: -ms-flexbox;
  -ms-flex-align: center;
}
@media (max-width: 767px) {
  /* line 111, ../sass/components/_services.scss */
  .services .impact__group {
    display: block !important;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 139, ../sass/components/_services.scss */
  .services .impact__group__header {
    padding: 40px 0 59px 0;
  }
}
/* line 145, ../sass/components/_services.scss */
.services .impact__headline, .services .impact__subheadline, .services .impact__yellow-bar {
  transform: translateY(-48px);
}
@media (min-width: 1200px) {
  /* line 145, ../sass/components/_services.scss */
  .services .impact__headline, .services .impact__subheadline, .services .impact__yellow-bar {
    transform: translateY(-55px);
  }
}
@media (max-width: 767px) {
  /* line 145, ../sass/components/_services.scss */
  .services .impact__headline, .services .impact__subheadline, .services .impact__yellow-bar {
    transform: none;
  }
}

/* line 3, ../sass/components/_industries.scss */
.industries {
  background: url("../images/bg.industries.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  /* line 3, ../sass/components/_industries.scss */
  .industries {
    background-position: right bottom;
    padding: 62px 0 0 0;
  }
}
/* line 13, ../sass/components/_industries.scss */
.industries .container {
  overflow: auto;
}
@media (max-width: 767px) {
  /* line 13, ../sass/components/_industries.scss */
  .industries .container {
    overflow-y: hidden;
  }
}
/* line 20, ../sass/components/_industries.scss */
.industries .impact__headline {
  color: white;
}
/* line 24, ../sass/components/_industries.scss */
.industries .impact__subheadline, .industries .impact__yellow-bar {
  color: white;
}
/* line 28, ../sass/components/_industries.scss */
.animation-initialized .industries .impact__subheadline, .animation-initialized .industries .impact__yellow-bar {
  transform: translateY(-71px);
}
@media (min-width: 1200px) {
  /* line 32, ../sass/components/_industries.scss */
  .animation-initialized .industries .impact__subheadline, .animation-initialized .industries .impact__yellow-bar {
    transform: translateY(-81px);
  }
}
@media (max-width: 1024px) {
  /* line 39, ../sass/components/_industries.scss */
  .industries .impact__group {
    display: flex;
    align-items: center;
    display: -moz-flex;
    -moz-align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
  }
  /* line 48, ../sass/components/_industries.scss */
  html.ie10 .industries .impact__group {
    display: -ms-flexbox;
    -ms-flex-align: center;
  }
}
@media (max-width: 767px) {
  /* line 39, ../sass/components/_industries.scss */
  .industries .impact__group {
    display: block !important;
    overflow: visible;
  }
}
/* line 69, ../sass/components/_industries.scss */
.industries__tiles_wrapper {
  padding: 0;
}
/* line 73, ../sass/components/_industries.scss */
.industries__tiles {
  position: relative;
}
@media (min-width: 768px) {
  /* line 73, ../sass/components/_industries.scss */
  .industries__tiles {
    overflow: hidden;
  }
}
/* line 80, ../sass/components/_industries.scss */
.industries__tile {
  width: 50%;
  height: 148px;
  color: #fff;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 20px;
  display: -moz-flex;
  -moz-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}
/* line 91, ../sass/components/_industries.scss */
.industries__tile:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 95, ../sass/components/_industries.scss */
.industries__tile a:hover, .industries__tile a:focus {
  color: #00a3e2;
}
/* line 100, ../sass/components/_industries.scss */
html.ie10 .industries__tile .more-industries-trigger {
  width: 180px;
  margin: 0 auto;
}
/* line 111, ../sass/components/_industries.scss */
html.ie10 .industries__tile {
  display: -ms-flexbox;
  -ms-flex-align: center;
}
/* line 123, ../sass/components/_industries.scss */
.industries__tiles--overlay-open .industries__tile {
  opacity: 0.15;
}
@media (max-width: 991px) {
  /* line 80, ../sass/components/_industries.scss */
  .industries__tile {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  /* line 80, ../sass/components/_industries.scss */
  .industries__tile {
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 120px;
    padding: 0px;
  }
}
/* line 142, ../sass/components/_industries.scss */
.industries__tile:nth-of-type(2n) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  /* line 142, ../sass/components/_industries.scss */
  .industries__tile:nth-of-type(2n) {
    border-right: none;
  }
}
/* line 151, ../sass/components/_industries.scss */
.industries__tile:nth-last-of-type(1), .industries__tile:nth-last-of-type(2) {
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 60px;
  flex-flow: row nowrap;
}
/* line 158, ../sass/components/_industries.scss */
html.ie10 .industries__tile:nth-last-of-type(1), html.ie10 .industries__tile:nth-last-of-type(2) {
  -ms-flex: auto;
}
@media (max-width: 767px) {
  /* line 151, ../sass/components/_industries.scss */
  .industries__tile:nth-last-of-type(1), .industries__tile:nth-last-of-type(2) {
    height: 78px;
    border-right: none;
  }
}
@media (min-width: 1024px) {
  /* line 173, ../sass/components/_industries.scss */
  .industries__tile::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 300ms;
    background-position: center center;
    background-size: cover;
  }
  /* line 188, ../sass/components/_industries.scss */
  .industries__tile:hover::before {
    opacity: 1;
  }
  /* line 192, ../sass/components/_industries.scss */
  .industries__tile:hover .industries__tile__link-wrap {
    transform: translateY(5px);
  }
  /* line 199, ../sass/components/_industries.scss */
  .industries__tile:hover .industries__tile__link__small {
    margin-top: 16px;
    opacity: 1;
  }
}
/* line 207, ../sass/components/_industries.scss */
.industries__tile__link-wrap {
  line-height: 1;
  margin-top: -1em;
  transition: all 300ms;
  transition-delay: 0.05s;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(15px);
}
@media (max-width: 767px) {
  /* line 207, ../sass/components/_industries.scss */
  .industries__tile__link-wrap {
    padding: 0 20px;
  }
}
/* line 221, ../sass/components/_industries.scss */
.industries__tile__link {
  color: #fff;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: 300;
  line-height: 26px;
  font-size: 20px;
  transition: all 300ms;
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 221, ../sass/components/_industries.scss */
  .industries__tile__link {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  /* line 221, ../sass/components/_industries.scss */
  .industries__tile__link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 221, ../sass/components/_industries.scss */
  .industries__tile__link {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
}
/* line 249, ../sass/components/_industries.scss */
.industries__tile__link__small {
  opacity: 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
  width: intrinsic;
  line-height: 18px;
  padding-top: 1px;
}
/* line 263, ../sass/components/_industries.scss */
.industries__tile__link__small:nth-of-type(2) {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  /* line 249, ../sass/components/_industries.scss */
  .industries__tile__link__small {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  /* line 249, ../sass/components/_industries.scss */
  .industries__tile__link__small {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /* line 249, ../sass/components/_industries.scss */
  .industries__tile__link__small {
    font-size: 10px;
  }
}
/* line 283, ../sass/components/_industries.scss */
.industries__more {
  cursor: pointer;
  /* border-bottom: 1px solid transparentize(white, 0.7); */
  line-height: 1.3;
  font-weight: bold;
  /* color: $color-white;*/
  font-size: 13px !important;
  text-transform: uppercase;
  background-image: url("../images/plus-icon.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 0 25px;
  color: #00a3e2;
  transition: all 300ms;
  position: relative;
  z-index: 1;
  letter-spacing: 1.62px;
}
/* line 303, ../sass/components/_industries.scss */
.industries__more:hover {
  /* color: $color-blue-light; */
  color: #00a3e2;
  /* background-image: url("../images/plus-icon-hover.png"); */
  background-image: url("../images/plus-icon.png");
}
@media (max-width: 991px) {
  /* line 283, ../sass/components/_industries.scss */
  .industries__more {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 283, ../sass/components/_industries.scss */
  .industries__more {
    font-size: 14px;
  }
}
/* line 321, ../sass/components/_industries.scss */
.industries__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 10, 20, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 30px;
  text-align: center;
  z-index: 100;
}
/* line 336, ../sass/components/_industries.scss */
.industries__tiles--overlay-open .industries__overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  /* line 321, ../sass/components/_industries.scss */
  .industries__overlay {
    height: inherit;
    top: 600px;
  }
}
/* line 350, ../sass/components/_industries.scss */
.industries__overlay-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
/* line 362, ../sass/components/_industries.scss */
.industries__overlay-close::before, .industries__overlay-close::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #FFFFFF;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
/* line 388, ../sass/components/_industries.scss */
.industries__overlay-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 396, ../sass/components/_industries.scss */
.industries__overlay-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 408, ../sass/components/_industries.scss */
.industries__overlay-item {
  margin-bottom: 0;
}
/* line 411, ../sass/components/_industries.scss */
.industries__overlay-link {
  color: white;
  font-weight: bold;
  padding: 0.5em 0;
}
/* line 415, ../sass/components/_industries.scss */
.industries__overlay-link:hover {
  color: #00a3e2;
}
/* line 420, ../sass/components/_industries.scss */
.industries-list {
  display: block;
  width: 100%;
}
/* line 424, ../sass/components/_industries.scss */
.industries-list .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
@media (min-width: 992px) {
  /* line 420, ../sass/components/_industries.scss */
  .industries-list {
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 420, ../sass/components/_industries.scss */
  .industries-list {
    width: 143px;
    margin: 0 auto;
  }
}
/* line 438, ../sass/components/_industries.scss */
.industries-list .select-wrapper {
  position: relative;
}
/* line 442, ../sass/components/_industries.scss */
.industries-list .select-wrapper,
.industries-list .bootstrap-select,
.industries-list .bootstrap-select button {
  width: auto;
  height: 28px;
}
@media (min-width: 992px) {
  /* line 442, ../sass/components/_industries.scss */
  .industries-list .select-wrapper,
  .industries-list .bootstrap-select,
  .industries-list .bootstrap-select button {
    height: 32px;
  }
}
/* line 455, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button {
  background: transparent;
  border: 0px;
  padding-right: 15px;
  cursor: pointer;
  font-weight: bold;
  padding-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.3;
  white-space: nowrap;
  width: auto;
}
/* line 467, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button:focus {
  outline: none !important;
}
/* line 470, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button span.filter-option {
  color: #FFF;
  white-space: nowrap;
}
@media (min-width: 992px) {
  /* line 470, ../sass/components/_industries.scss */
  .industries-list .bootstrap-select.btn-group button span.filter-option {
    font-size: 22px;
  }
}
/* line 478, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button span.caret {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  top: 0.2em;
  margin-left: 0.15em;
}
@media (max-width: 767px) {
  /* line 478, ../sass/components/_industries.scss */
  .industries-list .bootstrap-select.btn-group button span.caret {
    top: 0;
  }
}
/* line 491, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button span.caret::before, .industries-list .bootstrap-select.btn-group button span.caret::after {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 568px) {
  /* line 501, ../sass/components/_industries.scss */
  .industries .dropdownCenter {
    display: block;
    width: 140px !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* line 3, ../sass/components/_insights.scss */
  .insights {
    margin-bottom: -10px;
    padding: 76px 0 0 0;
  }
}
/* line 10, ../sass/components/_insights.scss */
.insights .arrow-cta {
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  /* line 10, ../sass/components/_insights.scss */
  .insights .arrow-cta {
    font-size: 22px;
    background-position: right 8px;
  }
}
/* line 18, ../sass/components/_insights.scss */
.insights__tile {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 18, ../sass/components/_insights.scss */
  .insights__tile {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/components/_insights.scss */
  .insights__tile {
    margin-bottom: 34px;
  }
}
/* line 28, ../sass/components/_insights.scss */
.insights__tile__group {
  background-position: center center;
  background-size: cover;
  height: 310px;
  width: 100%;
  color: #fff;
}
/* line 35, ../sass/components/_insights.scss */
.insights__tile__group a {
  color: #fff;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.5px;
}
@media (max-width: 767px) {
  /* line 35, ../sass/components/_insights.scss */
  .insights__tile__group a {
    font-size: 22px;
    line-height: 25px;
  }
}
/* line 49, ../sass/components/_insights.scss */
.insights__tile__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 23px 30px;
  display: block;
  width: 100%;
}
/* line 56, ../sass/components/_insights.scss */
.insights__tile__copy h5 {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 1.61px;
}
@media (max-width: 767px) {
  /* line 49, ../sass/components/_insights.scss */
  .insights__tile__copy {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  /* line 67, ../sass/components/_insights.scss */
  .insights__tile--tile-left {
    padding: 0;
  }
  /* line 70, ../sass/components/_insights.scss */
  .insights__tile--tile-right {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  /* line 76, ../sass/components/_insights.scss */
  .insights__tile--tile-left {
    padding-right: 17px;
  }
  /* line 79, ../sass/components/_insights.scss */
  .insights__tile--tile-right {
    padding-left: 17px;
  }
}
/* line 86, ../sass/components/_insights.scss */
.insights__tile:first-child {
  height: 310px;
}
@media (max-width: 1024px) {
  /* line 86, ../sass/components/_insights.scss */
  .insights__tile:first-child {
    height: 310px;
  }
}
@media (max-width: 767px) {
  /* line 86, ../sass/components/_insights.scss */
  .insights__tile:first-child {
    margin-bottom: 0;
    display: block !important;
    height: auto;
  }
}
/* line 103, ../sass/components/_insights.scss */
.insights__tile:first-child .impact__group__header {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 103, ../sass/components/_insights.scss */
  .insights__tile:first-child .impact__group__header {
    padding: 40px 0 87px 0;
  }
}
/* line 116, ../sass/components/_insights.scss */
.animation-initialized .insights .impact__headline, .animation-initialized
.insights .impact__subheadline, .animation-initialized
.insights .impact__headline__extra, .animation-initialized
.insights .impact__yellow-bar {
  transform: translateY(-201px);
}
@media (min-width: 1200px) {
  /* line 120, ../sass/components/_insights.scss */
  .animation-initialized .insights .impact__headline, .animation-initialized
  .insights .impact__subheadline, .animation-initialized
  .insights .impact__headline__extra, .animation-initialized
  .insights .impact__yellow-bar {
    transform: translateY(-211px);
  }
}
/* line 126, ../sass/components/_insights.scss */
.insights .impact__group {
  padding-top: 130px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  /* line 126, ../sass/components/_insights.scss */
  .insights .impact__group {
    padding: 0;
  }
}

/* line 3, ../sass/components/_svg-icon.scss */
.svg-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
}

/* line 3, ../sass/components/_backdrop.scss */
.backdrop {
  position: relative;
}
/* line 6, ../sass/components/_backdrop.scss */
.backdrop > * {
  z-index: 1;
}
/* line 10, ../sass/components/_backdrop.scss */
.backdrop::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
  background-color: #222;
  background-size: cover;
}
/* line 25, ../sass/components/_backdrop.scss */
.backdrop--navy::before {
  background-color: #013257;
}

/* line 13, ../sass/components/_headline.scss */
> .headline--impact {
  color: #004179;
}

/* line 3, ../sass/components/_news-events.scss */
.news-events {
  background-color: #F1F1F1;
  font-family: Helvetica, Arial, sans-serif;
  padding: 70px 0;
}
@media (max-width: 767px) {
  /* line 3, ../sass/components/_news-events.scss */
  .news-events {
    padding: 95px 0 128px;
  }
}
@media (max-width: 991px) {
  /* line 12, ../sass/components/_news-events.scss */
  .news-events__newsSection {
    border-right: 0px;
  }
}
@media (min-width: 992px) {
  /* line 18, ../sass/components/_news-events.scss */
  .news-events__newsSection .row {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  /* line 18, ../sass/components/_news-events.scss */
  .news-events__newsSection .row {
    padding-right: 0px;
  }
}
/* line 32, ../sass/components/_news-events.scss */
.news-events__eventsSection {
  border-left: 1px solid rgba(151, 151, 151, 0.2);
}
@media (min-width: 992px) {
  /* line 32, ../sass/components/_news-events.scss */
  .news-events__eventsSection {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  /* line 32, ../sass/components/_news-events.scss */
  .news-events__eventsSection {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  /* line 32, ../sass/components/_news-events.scss */
  .news-events__eventsSection {
    padding-top: 63px;
    padding-right: 15px;
  }
}
/* line 52, ../sass/components/_news-events.scss */
.news-events__sectiontitle {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  line-height: 41px;
  margin: 0;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 15px;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  /* line 52, ../sass/components/_news-events.scss */
  .news-events__sectiontitle {
    margin-bottom: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 34px;
  }
}
/* line 72, ../sass/components/_news-events.scss */
.news-events__entry {
  border-top: 1px solid rgba(151, 151, 151, 0.14);
  padding: 25px 0;
}
@media (max-width: 767px) {
  /* line 72, ../sass/components/_news-events.scss */
  .news-events__entry {
    padding: 43px 20px 35px 0;
  }
}
/* line 81, ../sass/components/_news-events.scss */
.news-events__entry:first-of-type {
  border-top: 0px;
}
@media (max-width: 767px) {
  /* line 90, ../sass/components/_news-events.scss */
  .news-events__collapseColumn .news-events__entry {
    border-top: 1px solid rgba(151, 151, 151, 0.14) !important;
  }
}
/* line 98, ../sass/components/_news-events.scss */
.news-events__date {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1.38px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 98, ../sass/components/_news-events.scss */
  .news-events__date {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
/* line 112, ../sass/components/_news-events.scss */
.news-events__titlelink {
  color: #03A8F5;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}
@media (max-width: 767px) {
  /* line 112, ../sass/components/_news-events.scss */
  .news-events__titlelink {
    font-size: 22px;
    line-height: 35px;
  }
}
/* line 124, ../sass/components/_news-events.scss */
.news-events__location {
  margin-top: 3px;
  display: block;
  color: #000;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 124, ../sass/components/_news-events.scss */
  .news-events__location {
    font-size: 22px;
  }
}
/* line 137, ../sass/components/_news-events.scss */
.news-events__cta {
  color: #00a3e2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right 3px;
  padding-right: 25px;
}
/* line 145, ../sass/components/_news-events.scss */
.news-events__cta:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527C;
}
@media (max-width: 767px) {
  /* line 137, ../sass/components/_news-events.scss */
  .news-events__cta {
    font-size: 22px;
    background-position: right 8px;
  }
}

/* line 4, ../sass/components/_footer.scss */
.contact-us-banner {
  /* background-color: $color-blue-dark; */
  background: url("../images/Bottom_Contact_Module.png") no-repeat scroll right 0 #f1f1f1;
  padding: 25px 0 21px;
}
@media (max-width: 991px) {
  /* line 4, ../sass/components/_footer.scss */
  .contact-us-banner {
    background-position: center 0;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 4, ../sass/components/_footer.scss */
  .contact-us-banner {
    padding: 29px 0 22px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 4, ../sass/components/_footer.scss */
  .contact-us-banner {
    padding: 74px 0 56px;
  }
}
/* line 21, ../sass/components/_footer.scss */
.contact-us-banner--copy-break {
  display: block;
}
@media (min-width: 501px) {
  /* line 21, ../sass/components/_footer.scss */
  .contact-us-banner--copy-break {
    display: none;
  }
}
/* line 30, ../sass/components/_footer.scss */
.contact-us-banner .container {
  text-align: center;
}
/* line 33, ../sass/components/_footer.scss */
.contact-us-banner .container p {
  padding: 0;
  /* margin: 0 30px 0 0;
  height: 52px; */
  margin: 40px 0 10px;
  color: #000;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  /*font-family: $font-Helvetica;
   font-size: $type-size-h3;*/
  /* text-transform: capitalize; */
  overflow: hidden;
  /* @include breakpoint(max-width 767px){
    display: block;
    height: auto;
    margin-top: 20px;
    margin-bottom: -15px;
  } */
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 33, ../sass/components/_footer.scss */
  .contact-us-banner .container p {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 33, ../sass/components/_footer.scss */
  .contact-us-banner .container p {
    font-size: 32px;
    line-height: 38px;
    margin: 40px 0 26px;
  }
}
/* line 70, ../sass/components/_footer.scss */
.contact-us-banner .container a {
  color: #0182d3;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 183px;
  height: 43px;
  padding: 0;
  margin: 0 0 28px;
  border-radius: 2px;
  border: 1.5px solid #0182d3;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 43px;
  overflow: hidden;
  letter-spacing: 1.3pt;
  /* @include breakpoint(max-width 767px){
     display: block;
     margin: 10px auto 0;
   } */
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 70, ../sass/components/_footer.scss */
  .contact-us-banner .container a {
    font-size: 13px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 70, ../sass/components/_footer.scss */
  .contact-us-banner .container a {
    font-size: 16.31px;
    width: 193px;
    line-height: 53px;
    height: 53px;
  }
}
/* line 104, ../sass/components/_footer.scss */
.contact-us-banner .container a:hover {
  /* background-color: #008461; */
  color: #054296;
  border-color: #054296;
}

/* line 113, ../sass/components/_footer.scss */
.footer {
  background-color: #010101;
}
/* line 115, ../sass/components/_footer.scss */
.footer__links {
  /* text-align: center; */
  text-align: left;
}
@media (max-width: 992px) {
  /* line 115, ../sass/components/_footer.scss */
  .footer__links {
    padding: 18px 0 21px;
  }
}
/* line 123, ../sass/components/_footer.scss */
.footer__links li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
/* line 128, ../sass/components/_footer.scss */
.footer__links li:first-child {
  /* margin-left: 35px; */
  margin-left: 0px;
}
@media (max-width: 992px) {
  /* line 123, ../sass/components/_footer.scss */
  .footer__links li {
    /* width: 24%; */
    width: 19%;
    margin: 0 15px 0 0;
  }
  /* line 138, ../sass/components/_footer.scss */
  .footer__links li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  /* line 123, ../sass/components/_footer.scss */
  .footer__links li {
    width: 49%;
  }
}
/* line 147, ../sass/components/_footer.scss */
.footer__links li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  padding: 27px 0 24px;
  color: #FFF;
  font-size: 14px;
}
/* line 155, ../sass/components/_footer.scss */
.footer__links li a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  /* line 147, ../sass/components/_footer.scss */
  .footer__links li a {
    padding: 7px 0 4px;
  }
}
@media (max-width: 550px) {
  /* line 147, ../sass/components/_footer.scss */
  .footer__links li a {
    font-size: 20px;
  }
}
/* line 173, ../sass/components/_footer.scss */
.footer div.dropdown img#RSS-menu {
  max-width: none;
}
/* line 177, ../sass/components/_footer.scss */
.footer__social-links {
  text-align: right;
  /* ul social icons */
}
@media (min-width: 550px) and (max-width: 650px) {
  /* line 177, ../sass/components/_footer.scss */
  .footer__social-links {
    text-align: center;
  }
  /* line 181, ../sass/components/_footer.scss */
  .footer__social-links img {
    height: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  /* line 177, ../sass/components/_footer.scss */
  .footer__social-links {
    text-align: center;
    padding-top: 10px;
  }
  /* line 190, ../sass/components/_footer.scss */
  .footer__social-links img {
    height: 40px;
    margin-bottom: 10px;
  }
}
/* line 195, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons {
  margin-top: 20px;
  /* li */
}
@media (max-width: 550px) {
  /* line 195, ../sass/components/_footer.scss */
  .footer__social-links ul.social-icons {
    margin-top: 5px;
  }
}
/* line 199, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons #RSS-menu {
  cursor: pointer;
}
/* line 203, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li {
  display: inline-block;
  margin: 0 18px 0 0;
}
@media (max-width: 992px) {
  /* line 203, ../sass/components/_footer.scss */
  .footer__social-links ul.social-icons li {
    width: 10%;
  }
}
/* line 209, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li a {
  padding: 0px;
}
/* line 211, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu {
  bottom: 40px;
  top: auto;
  right: -20px;
  left: auto;
  padding: 10px 6px 6px;
  font-size: 11px;
  width: 200px;
  height: 120px;
}
/* line 221, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu a {
  color: #53b0eb;
  font-size: 11px;
}
/* line 226, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu li {
  margin: 0 20% 0 0;
}
@media (max-width: 992px) {
  /* line 226, ../sass/components/_footer.scss */
  .footer__social-links ul.social-icons li .dropdown-menu li {
    width: auto;
  }
}
/* line 230, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .rss-subscribe {
  margin-right: 0px;
}
/* line 233, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .rss-title {
  white-space: nowrap;
  margin-left: -8px;
}
/* line 237, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .rss-view {
  white-space: nowrap;
}
/* line 240, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .rss-divide {
  color: #c3d1dd;
}
/* line 244, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .caret {
  top: 115px;
  position: absolute;
  right: 21px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
}
/* line 254, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .rss-arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
}
/* line 266, ../sass/components/_footer.scss */
.footer hr {
  border: 0px;
  /* border-top: 1px solid #bbbbbb; 12/2015 */
  border-top: 1px solid #2e2e2e;
  margin: 0;
  padding: 0;
}
/* line 274, ../sass/components/_footer.scss */
.footer__copyright {
  /* text-align: center;
  padding: 28px 0; */
  padding-top: 8px;
  font-size: 10px;
  color: #C8C8C8;
  white-space: nowrap;
}
/* line 282, ../sass/components/_footer.scss */
.footer__copyright a {
  color: #C8C8C8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
}
/* line 287, ../sass/components/_footer.scss */
.footer__copyright a:hover {
  text-decoration: underline;
}
@media (min-width: 500px) and (max-width: 700px) {
  /* line 274, ../sass/components/_footer.scss */
  .footer__copyright {
    font-size: 12px;
    line-height: 25px;
    color: #888888;
    white-space: normal;
    margin-left: 15px;
  }
  /* line 300, ../sass/components/_footer.scss */
  .footer__copyright-mobile {
    margin-bottom: 0px;
    margin-top: 25px;
  }
  /* line 304, ../sass/components/_footer.scss */
  .footer__copyright a {
    color: #888888;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 274, ../sass/components/_footer.scss */
  .footer__copyright {
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    white-space: normal;
    margin-left: 15px;
  }
  /* line 319, ../sass/components/_footer.scss */
  .footer__copyright-mobile {
    margin-bottom: 0px;
    margin-top: 25px;
  }
  /* line 323, ../sass/components/_footer.scss */
  .footer__copyright a {
    color: #888888;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
  }
}

/* line 5, ../sass/components/_social-bar.scss */
.social-bar__link {
  color: #adadad;
  font-size: 24px;
        /*

        &--twitter {
            $color: #34acde;
            color: $color;
            &:hover {
                color: lighten($color, 15%);
            }
        }

        &--tumblr {
            $color: #45556a;
            color: $color;
            &:hover {
                color: lighten($color, 15%);
            }
        }

        &--youtube {
            $color: #e42836;
            color: $color;
            &:hover {
                color: lighten($color, 15%);
            }
        }

        &--facebook {
            $color: #3f5d97;
            color: $color;
            &:hover {
                color: lighten($color, 15%);
            }
        }

        &--rss {
            $color: #f45c22;
            color: $color;
            &:hover {
                color: lighten($color, 15%);
            }
        }

        &--linkedin {
            $color: #0077b5;
            color: $color;
            &:hover {
                color: lighten($color, 15%);
            }
        }

        */
}
/* line 44, ../sass/components/_links.scss */
.social-bar__link:hover {
  color: #00a3e2;
}
/* line 11, ../sass/components/_social-bar.scss */
.social-bar__link + .social-bar__link {
  margin-left: 16px;
}
/* line 15, ../sass/components/_social-bar.scss */
.social-bar__link .fa {
  font-size: inherit;
}

/* line 3, ../sass/components/_modal.scss */
.modal {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease, visibility 300ms ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
/* line 18, ../sass/components/_modal.scss */
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1001;
}
/* line 32, ../sass/components/_modal.scss */
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 24px;
  background: white;
  top: 50%;
  left: 50%;
  margin-left: -12px;
}
/* line 45, ../sass/components/_modal.scss */
.modal__close::before {
  transform: rotate(45deg);
}
/* line 49, ../sass/components/_modal.scss */
.modal__close::after {
  transform: rotate(-45deg);
}
/* line 55, ../sass/components/_modal.scss */
.modal .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 67, ../sass/components/_modal.scss */
.modal.in {
  visibility: visible;
  opacity: 1;
}
/* line 72, ../sass/components/_modal.scss */
.modal__video,
.modal iframe {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, ../sass/theme/_background.scss */
.theme-dark {
  background-color: #1c202d;
}

/* line 5, ../sass/theme/_background.scss */
.theme-white {
  background-color: #fff;
}

/* line 9, ../sass/theme/_background.scss */
.theme-white-matrix {
  background-image: url("../images/background-white-matrix.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 15, ../sass/theme/_background.scss */
.theme-grey {
  background-color: #f1f1f1;
}

/* line 19, ../sass/theme/_background.scss */
.theme-grey-matrix {
  background-image: url("../images/background-grey-matrix.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 5, ../sass/theme/_block.scss */
.theme-dark .theme-block--border {
  border-color: #38405b;
}
/* line 8, ../sass/theme/_block.scss */
.theme-dark .theme-block--border-link {
  border-color: #00A3E2;
}

/* line 22, ../sass/theme/_block.scss */
.theme-grey .theme-block--border {
  border-color: #d3d3d3;
}

/* line 5, ../sass/theme/_text.scss */
.theme-dark .theme-text--header {
  color: #f4f4f4;
}
/* line 8, ../sass/theme/_text.scss */
.theme-dark .theme-text--description {
  color: #f4f4f4;
}
/* line 12, ../sass/theme/_text.scss */
.theme-dark .theme-text--sub-header {
  color: #fff;
}
/* line 15, ../sass/theme/_text.scss */
.theme-dark .theme-text--sub-description {
  color: #fff;
}
/* line 19, ../sass/theme/_text.scss */
.theme-dark .theme-text--blue {
  color: #00a4F5;
}
/* line 22, ../sass/theme/_text.scss */
.theme-dark .theme-text--link {
  color: #00A3E2;
}

/* line 30, ../sass/theme/_text.scss */
.theme-white .theme-text--header {
  color: #000;
}
/* line 33, ../sass/theme/_text.scss */
.theme-white .theme-text--description {
  color: #000;
}
/* line 37, ../sass/theme/_text.scss */
.theme-white .theme-text--sub-header {
  color: #444;
}
/* line 40, ../sass/theme/_text.scss */
.theme-white .theme-text--sub-description {
  color: #444;
}

/* line 49, ../sass/theme/_text.scss */
.theme-white-matrix .theme-text--header {
  color: #000;
}
/* line 52, ../sass/theme/_text.scss */
.theme-white-matrix .theme-text--description {
  color: #000;
}
/* line 56, ../sass/theme/_text.scss */
.theme-white-matrix .theme-text--sub-header {
  color: #444;
}
/* line 59, ../sass/theme/_text.scss */
.theme-white-matrix .theme-text--sub-description {
  color: #444;
}

/* line 68, ../sass/theme/_text.scss */
.theme-grey .theme-text--header {
  color: #000;
}
/* line 71, ../sass/theme/_text.scss */
.theme-grey .theme-text--description {
  color: #000;
}
/* line 75, ../sass/theme/_text.scss */
.theme-grey .theme-text--sub-header {
  color: #444;
}
/* line 78, ../sass/theme/_text.scss */
.theme-grey .theme-text--sub-description {
  color: #444;
}
/* line 82, ../sass/theme/_text.scss */
.theme-grey .theme-text--blue {
  color: #00b1F8;
}

/* line 90, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--header {
  color: #000;
}
/* line 93, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--description {
  color: #000;
}
/* line 97, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--sub-header {
  color: #444;
}
/* line 100, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--sub-description {
  color: #444;
}
/* line 104, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--blue {
  color: #00b1F8;
}

/* line 5, ../sass/theme/_tout.scss */
.theme-dark .theme-tout--icon {
  fill: #f8e71c;
}

/* line 13, ../sass/theme/_tout.scss */
.theme-white .theme-tout--icon {
  fill: #03A8F5;
}

/* line 22, ../sass/theme/_tout.scss */
.theme-grey .theme-tout--icon {
  fill: #03A8F5;
}

/* PAGES */
/* line 4, ../sass/pages/_homepage.scss */
.homepage .hero {
  padding-top: 245px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  /* line 4, ../sass/pages/_homepage.scss */
  .homepage .hero {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_homepage.scss */
  .homepage .hero {
    padding-top: 33%;
    padding-bottom: 19.5%;
  }
}
/* line 15, ../sass/pages/_homepage.scss */
.homepage .hero h1.headline {
  max-width: 9.5em;
  margin-bottom: 30px;
  font-size: 70px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  text-transform: inherit;
  color: #ffffff;
  text-shadow: none;
}
@media (max-width: 767px) {
  /* line 15, ../sass/pages/_homepage.scss */
  .homepage .hero h1.headline {
    font-size: 47px;
    line-height: 49px;
    max-width: 11em;
    margin-bottom: 30px;
  }
}
/* line 33, ../sass/pages/_homepage.scss */
.homepage .hero h1.headline.smaller {
  font-size: 57px;
  line-height: 76px;
}
@media (max-width: 767px) {
  /* line 33, ../sass/pages/_homepage.scss */
  .homepage .hero h1.headline.smaller {
    font-size: 45px;
    line-height: 57px;
  }
}
@media (max-width: 500px) {
  /* line 33, ../sass/pages/_homepage.scss */
  .homepage .hero h1.headline.smaller {
    font-size: 39px;
    line-height: 50px;
  }
}
/* line 48, ../sass/pages/_homepage.scss */
.homepage .hero .hero__cta {
  color: #FFF452 !important;
  padding: 0 20px 0 0;
  margin-right: 20px;
  border-right: 1px solid #FFF053 !important;
  border-left: none;
}
@media (max-width: 767px) {
  /* line 48, ../sass/pages/_homepage.scss */
  .homepage .hero .hero__cta {
    font-size: 22px;
    line-height: 32px;
  }
}
/* line 58, ../sass/pages/_homepage.scss */
.homepage .hero .hero__cta:last-child {
  border-right: none !important;
}

/* Release 1 */
/* line 3, ../sass/components/_board-of-directors.scss */
.board-of-directors {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 3, ../sass/components/_board-of-directors.scss */
  .board-of-directors {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 11, ../sass/components/_board-of-directors.scss */
.board-of-directors__description {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  color: #000;
}
/* line 20, ../sass/components/_board-of-directors.scss */
.board-of-directors p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #000;
}
/* line 29, ../sass/components/_board-of-directors.scss */
.board-of-directors hr.line-lead {
  color: #dbdbdb;
  background-color: #dbdbdb;
  height: 2px;
  margin-top: 44px;
  margin-bottom: 0px;
  border: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 29, ../sass/components/_board-of-directors.scss */
  .board-of-directors hr.line-lead {
    margin-top: 31px;
  }
}
/* line 41, ../sass/components/_board-of-directors.scss */
.board-of-directors__line-for-mobile {
  display: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 41, ../sass/components/_board-of-directors.scss */
  .board-of-directors__line-for-mobile {
    color: #d3d3d3;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 0px;
    display: block;
  }
}
/* line 51, ../sass/components/_board-of-directors.scss */
.board-of-directors__line-for-desktop {
  border-bottom: 1px solid #d3d3d3;
  margin-top: 40px;
}
@media (max-width: 767px) {
  /* line 51, ../sass/components/_board-of-directors.scss */
  .board-of-directors__line-for-desktop {
    border-bottom: none;
  }
}
/* line 64, ../sass/components/_board-of-directors.scss */
.board-of-directors--items h2 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 64, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items h2 {
    text-align: center;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  /* line 64, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items h2 {
    margin-left: 0px;
  }
}
/* line 83, ../sass/components/_board-of-directors.scss */
.board-of-directors--items__subheader-name {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase !important;
  margin-top: 15px;
  margin-bottom: 7px;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 83, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items__subheader-name {
    text-align: center;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  /* line 83, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items__subheader-name {
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
/* line 105, ../sass/components/_board-of-directors.scss */
.board-of-directors--items__see-more {
  background: transparent url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 10px;
  color: #0287d1;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 105, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items__see-more {
    text-align: center;
    margin-left: 45%;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  /* line 105, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items__see-more {
    margin-left: 0px;
  }
}
/* line 124, ../sass/components/_board-of-directors.scss */
.board-of-directors--items__see-more:hover {
  color: #23527c;
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}
/* line 129, ../sass/components/_board-of-directors.scss */
.board-of-directors--items__see-more:active {
  color: #2E2E2E;
}
/* line 134, ../sass/components/_board-of-directors.scss */
.board-of-directors--items .pic-circle {
  background: no-repeat scroll center 40%;
  background-size: cover;
  border-radius: 50%;
  height: 116px;
  width: 116px;
  border: 2px solid #e2e2e2;
  display: block;
  margin: 0 auto;
  margin-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 134, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items .pic-circle {
    margin-left: -15px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 134, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items .pic-circle {
    margin: 30px auto;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  /* line 134, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items .pic-circle {
    margin: 30px auto;
  }
}
/* line 161, ../sass/components/_board-of-directors.scss */
.board-of-directors.io-magazine .line-lead {
  margin-bottom: 30px;
  margin-top: 24px;
  height: 1px;
}
/* line 167, ../sass/components/_board-of-directors.scss */
.board-of-directors.io-magazine .board-of-directors__description {
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 172, ../sass/components/_board-of-directors.scss */
  .board-of-directors.io-magazine .center {
    text-align: center;
  }
}
/* line 178, ../sass/components/_board-of-directors.scss */
.board-of-directors.io-magazine .center > a {
  display: inline-block;
  margin-left: 0;
}

/* line 2, ../sass/components/_body.scss */
.wysiwyg {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 400;
  padding-top: 70px;
  padding-bottom: 70px;
}
/* line 10, ../sass/components/_body.scss */
.wysiwyg__header {
  font-size: 34px;
  line-height: 41px;
  color: #333;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 10, ../sass/components/_body.scss */
  .wysiwyg__header {
    margin-bottom: 30px;
  }
}
/* line 23, ../sass/components/_body.scss */
.wysiwyg__subheader {
  font-size: 26px;
  line-height: 31px;
  color: #333;
  text-transform: none;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 23, ../sass/components/_body.scss */
  .wysiwyg__subheader {
    margin-bottom: 30px;
  }
}
/* line 38, ../sass/components/_body.scss */
.wysiwyg__description {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 38, ../sass/components/_body.scss */
  .wysiwyg__description {
    font-size: 20px;
    line-height: 33px;
  }
}
/* line 48, ../sass/components/_body.scss */
.wysiwyg__description strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
}
/* line 53, ../sass/components/_body.scss */
.wysiwyg--unordered {
  padding-left: 70px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 53, ../sass/components/_body.scss */
  .wysiwyg--unordered {
    padding-left: 40px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 53, ../sass/components/_body.scss */
  .wysiwyg--unordered {
    padding-left: 25px;
    margin-top: 50px;
  }
}
/* line 67, ../sass/components/_body.scss */
.wysiwyg--unordered li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 26px;
  color: #000;
  font-size: 17px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 67, ../sass/components/_body.scss */
  .wysiwyg--unordered li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 82, ../sass/components/_body.scss */
.wysiwyg--unordered li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  /* margin:0 0.2em 0 -1.2em; */
  margin-top: -3px;
  margin-left: -8px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 82, ../sass/components/_body.scss */
  .wysiwyg--unordered li:before {
    font-size: 8px;
  }
}
/* line 98, ../sass/components/_body.scss */
.wysiwyg--counter {
  counter-reset: list;
  padding-left: 70px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 98, ../sass/components/_body.scss */
  .wysiwyg--counter {
    padding-left: 40px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 98, ../sass/components/_body.scss */
  .wysiwyg--counter {
    padding-left: 25px;
    margin-top: 50px;
  }
}
/* line 111, ../sass/components/_body.scss */
.wysiwyg--counter li {
  list-style: none;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 111, ../sass/components/_body.scss */
  .wysiwyg--counter li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 128, ../sass/components/_body.scss */
.wysiwyg--counter li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #03A8F5;
  position: absolute;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 2px;
  margin-left: -8px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 128, ../sass/components/_body.scss */
  .wysiwyg--counter li:before {
    font-size: 18px;
  }
}
/* line 149, ../sass/components/_body.scss */
.wysiwyg .last-item {
  margin-bottom: 30px;
}
/* line 155, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-element {
  position: relative;
  margin: 25px auto 0;
  background: no-repeat scroll 0 0;
  background-size: cover;
}
/* line 162, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-element .wysiwyg-shade__p {
  display: none;
}
/* line 168, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade {
  display: block;
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 168, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade {
    background-color: #fff;
  }
}
/* line 178, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade__p {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 178, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade__p {
    color: #000;
  }
}
/* line 210, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-950 {
  height: 355px;
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 210, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-950 {
    height: 290px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 210, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-950 {
    height: 250px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 210, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-950 {
    height: 226px;
  }
}
/* line 222, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-458 {
  height: 305px;
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 222, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-458 {
    height: 261.52px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 222, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-458 {
    height: 260px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 222, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-458 {
    height: 226px;
  }
}
/* line 236, ../sass/components/_body.scss */
.wysiwyg .in-practice {
  border-left: 13px #fff100 solid;
  padding-left: 30px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 236, ../sass/components/_body.scss */
  .wysiwyg .in-practice {
    border-left: 7px #fff100 solid;
    padding-left: 25px;
    margin-left: -15px;
  }
}
/* line 246, ../sass/components/_body.scss */
.wysiwyg .in-practice__subheader {
  color: #272727;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 20px;
  letter-spacing: 1.3px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 246, ../sass/components/_body.scss */
  .wysiwyg .in-practice__subheader {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
/* line 261, ../sass/components/_body.scss */
.wysiwyg .in-practice__header {
  color: #343434;
  font-size: 26px;
  line-height: 36px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 8px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 261, ../sass/components/_body.scss */
  .wysiwyg .in-practice__header {
    font-weight: 500;
  }
}
/* line 274, ../sass/components/_body.scss */
.wysiwyg .in-practice__inpractice-description {
  color: #272727;
  font-size: 16px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 274, ../sass/components/_body.scss */
  .wysiwyg .in-practice__inpractice-description {
    font-size: 20px;
    line-height: 26px;
    color: #5E5E5E;
    margin-bottom: 38px;
  }
}
/* line 285, ../sass/components/_body.scss */
.wysiwyg .in-practice a {
  color: #03A8F5;
  line-height: 20px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  background: url("../images/inpractice-arrow.svg") no-repeat scroll right 4px;
  padding-right: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 285, ../sass/components/_body.scss */
  .wysiwyg .in-practice a {
    font-size: 20px;
    color: #46B2F6;
    margin-bottom: 30px;
    padding-right: 20px;
    background: url("../images/inpractice-arrow.svg") no-repeat scroll right 4px;
  }
}

/* wysiwyg ends */
/* line 2, ../sass/components/_directory-body-locations.scss */
.directory-body-locations {
  margin-top: 40px;
  padding-bottom: 70px;
}
/* line 7, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__description {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;
  color: #000;
}
/* line 16, ../sass/components/_directory-body-locations.scss */
.directory-body-locations p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #000;
}
/* line 25, ../sass/components/_directory-body-locations.scss */
.directory-body-locations hr.line-lead {
  color: #dbdbdb;
  background-color: #dbdbdb;
  height: 2px;
  margin-top: 44px;
  margin-bottom: 0px;
  border: none;
}
/* line 33, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__line-lead {
  color: #ececec;
  background-color: #ececec;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
  border: none;
}
/* line 42, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__header {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  color: #000;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px;
  margin-top: 40px;
}
/* line 54, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__regions-text {
  width: 50%;
  line-height: 18px !important;
}
/* line 58, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__regions-text__link {
  color: #00A4F5;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
/* line 66, ../sass/components/_directory-body-locations.scss */
.directory-body-locations .two-column-regions {
  		/* column-count: 2;
  		-moz-column-count: 2;
  		-webkit-column-count: 2;
  		-moz-column-gap: 20px;
  		-webkit-column-gap: 20px;
  		width: 75%;
  
  		@media (min-width: 100px) and (max-width: 500px) {
  	      	column-count: 1;
  			-moz-column-count: 1;
  			-webkit-column-count: 1;
  			-moz-column-gap: 0px;
  			-webkit-column-gap: 0px;
  			width: 75%;
        	}
        	Commenting this out in case we want to use a 2 column in a paragraph
        	(specs were calling for it to be broken after 5 items) down the road.*/
}

/* directory-body-locations ends */
/* line 12, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__header {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  color: #000;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 18px;
  margin-top: 50px;
}
/* line 25, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
/* line 36, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader-details {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 300px;
  margin-bottom: 18px;
}
/* line 44, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader-details__subheader-name {
  font-weight: 300px;
  letter-spacing: 1.5px;
}
/* line 49, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader-details__subheader-name {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 700px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
/* line 60, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader-details__link {
  color: #9E9E9E;
}
/* line 64, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__cta-link {
  background: transparent url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 10px;
  color: #0287d1;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0px;
  padding-right: 15px;
}
/* line 75, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__cta-link:hover {
  color: #23527c;
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}
/* line 80, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__cta-link:active {
  color: #2E2E2E;
}
/* line 86, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__line-for-mobile {
  color: #d3d3d3;
  margin-bottom: 30px;
  margin-top: 0px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 86, ../sass/components/_directory-media-sidebar.scss */
  .directory-media-sidebar__line-for-mobile {
    margin-bottom: 13px;
  }
}
/* line 98, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group {
  border: none;
}
/* line 100, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group a.accordion-toggle {
  text-decoration: none;
}
/* line 103, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group h2 {
  margin-top: 0px;
}
/* line 107, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  float: right;
  content: url("../images/GEN_Arrow_accordion_up.svg");
  margin-left: 100%;
  margin-top: -40px;
}
/* line 114, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: url("../images/GEN_Arrow_accordion_down.svg");
}
/* line 118, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel {
  box-shadow: none;
  margin-bottom: 0px;
}
/* line 122, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel-default {
  border: none;
}
/* line 125, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  color: #333333;
}
/* line 130, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .directory-media-sidebar--panel-group .panel-default > .panel-heading {
  border: none;
}

/* directory media sidebar ends */
/* line 2, ../sass/components/_hero-share-icon.scss */
.hero-share-icon {
  background-color: rgba(11, 183, 135, 0.57);
  position: absolute;
  height: 62px;
  width: 312px;
  right: -250px;
  padding-left: 0px;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  border-radius: 2px;
}
/* line 13, ../sass/components/_hero-share-icon.scss */
.hero-share-icon:hover {
  background-color: #00b787;
}
@media (min-width: 768px) {
  /* line 2, ../sass/components/_hero-share-icon.scss */
  .hero-share-icon {
    top: 284px;
  }
}
@media (max-width: 767px) {
  /* line 2, ../sass/components/_hero-share-icon.scss */
  .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}
/* line 27, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul {
  margin: 0 18px 0 0;
}
/* line 30, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul li {
  display: inline-block;
  height: 62px;
}
/* line 34, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul li a {
  height: 62px;
  padding-left: 19px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 34, ../sass/components/_hero-share-icon.scss */
  .hero-share-icon ul li a {
    padding-left: 19px;
  }
}
/* line 43, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul li img {
  height: 20px;
  display: block;
  margin: 18px 0 16px;
}
/* line 52, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul #clickme img {
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* hero-share-icon */
/* line 63, ../sass/components/_hero-share-icon.scss */
.show-links-list {
  right: 0px;
  position: absolute;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 63, ../sass/components/_hero-share-icon.scss */
  .show-links-list {
    bottom: 0px;
  }
}

/* line 74, ../sass/components/_hero-share-icon.scss */
.landing-page .hero-share-icon {
  top: 250px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* line 74, ../sass/components/_hero-share-icon.scss */
  .landing-page .hero-share-icon {
    top: 205px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 74, ../sass/components/_hero-share-icon.scss */
  .landing-page .hero-share-icon {
    top: 165px;
  }
}
@media (max-width: 767px) {
  /* line 74, ../sass/components/_hero-share-icon.scss */
  .landing-page .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}

/* line 92, ../sass/components/_hero-share-icon.scss */
.directory .hero-share-icon, .employee-page .hero-share-icon {
  top: 250px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* line 92, ../sass/components/_hero-share-icon.scss */
  .directory .hero-share-icon, .employee-page .hero-share-icon {
    top: 205px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 92, ../sass/components/_hero-share-icon.scss */
  .directory .hero-share-icon, .employee-page .hero-share-icon {
    top: 113px;
  }
}
@media (max-width: 767px) {
  /* line 92, ../sass/components/_hero-share-icon.scss */
  .directory .hero-share-icon, .employee-page .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}

/* line 110, ../sass/components/_hero-share-icon.scss */
.press-release-page .hero-share-icon {
  top: 248px;
}
@media (min-width: 990px) and (max-width: 1024px) {
  /* line 110, ../sass/components/_hero-share-icon.scss */
  .press-release-page .hero-share-icon {
    top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 110, ../sass/components/_hero-share-icon.scss */
  .press-release-page .hero-share-icon {
    top: 160px;
  }
}
@media (max-width: 767px) {
  /* line 110, ../sass/components/_hero-share-icon.scss */
  .press-release-page .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}

/* line 126, ../sass/components/_hero-share-icon.scss */
.iframe-container .hero-internal.hero-insights {
  background-image: url(/craft/assets/uploads/images/Banner-Insights-Unfiltered.jpg);
  position: absolute;
  right: 0;
  width: 100%;
  height: 120px;
  top: 100px;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: 60px;
  }
}
@media (min-width: 990px) and (max-width: 1024px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: 30px;
  }
}
@media (max-width: 767px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: -125px;
  }
}
@media (max-width: 500px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: -155px;
  }
}

/* line 3, ../sass/components/_icon-tout.scss */
.icon-tout {
  text-align: center;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  /* genpact icons end */
}
/* line 9, ../sass/components/_icon-tout.scss */
.icon-tout .container {
  padding-top: 150px;
  padding-bottom: 120px;
}
/* line 14, ../sass/components/_icon-tout.scss */
.icon-tout--header {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
}
/* line 20, ../sass/components/_icon-tout.scss */
.icon-tout--header p {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
}
/* line 29, ../sass/components/_icon-tout.scss */
.icon-tout--description {
  font-size: 17px;
  line-height: 29px;
  font-weight: normal;
}
/* line 35, ../sass/components/_icon-tout.scss */
.icon-tout--more--description {
  font-size: 16px;
  line-height: 25px;
}
/* line 39, ../sass/components/_icon-tout.scss */
.icon-tout--more--description:first-child {
  margin-top: 111px;
}
/* line 44, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons {
  margin: 0 auto;
}
/* line 47, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--header--h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 25px;
  width: 200px;
}
/* line 57, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--cta {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  width: 200px;
  margin: 0 auto;
  min-height: 88px;
}
/* line 66, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--cta--link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #0287D1;
  font-size: 12px;
  line-height: 20px;
  background: url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 5px;
  padding-right: 15px;
  margin-top: 22px;
}
/* line 76, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--cta--link:hover {
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}
/* line 81, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--item {
  background: no-repeat scroll center center;
  height: 65px;
  width: 65px;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 80px;
  background-size: contain;
}
@media (max-width: 767px) {
  /* line 81, ../sass/components/_icon-tout.scss */
  .icon-tout .genpact-icons--item {
    margin-top: 25px;
  }
}
/* line 94, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons__line-for-mobile {
  display: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 94, ../sass/components/_icon-tout.scss */
  .icon-tout .genpact-icons__line-for-mobile {
    display: block;
    color: #d3d3d3;
  }
}
/* line 102, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons__line-for-mobile-blue {
  display: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 102, ../sass/components/_icon-tout.scss */
  .icon-tout .genpact-icons__line-for-mobile-blue {
    display: block;
    color: #d3d3d3;
    opacity: 0.1;
  }
}
/* line 111, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons__line-for-mobile-gray {
  display: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 111, ../sass/components/_icon-tout.scss */
  .icon-tout .genpact-icons__line-for-mobile-gray {
    display: block;
    color: #A0A0A0;
  }
}

/* line 126, ../sass/components/_icon-tout.scss */
.theme-dark p {
  color: #f4f4f4;
}
/* line 130, ../sass/components/_icon-tout.scss */
.theme-dark .icon-tout--header {
  color: #fff;
}
/* line 140, ../sass/components/_icon-tout.scss */
.theme-dark .genpact-icons--cta {
  color: #F1F1F1;
}
/* line 144, ../sass/components/_icon-tout.scss */
.theme-dark .genpact-icons--cta--link {
  color: #FFF;
  background: url("../images/GEN_Arrow_icon_dark.svg") no-repeat scroll right 5px;
}
/* line 149, ../sass/components/_icon-tout.scss */
.theme-dark .genpact-icons__line-for-mobile {
  display: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 149, ../sass/components/_icon-tout.scss */
  .theme-dark .genpact-icons__line-for-mobile {
    display: block;
    color: #d3d3d3;
    opacity: 0.1;
  }
}

/* line 2, ../sass/components/_logo-grid.scss */
.logo-grid {
  text-align: center;
  padding-top: 127px;
  padding-bottom: 127px;
}
/* line 7, ../sass/components/_logo-grid.scss */
.logo-grid__header {
  color: #333333;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  /* line 7, ../sass/components/_logo-grid.scss */
  .logo-grid__header {
    margin-bottom: 30px;
  }
}
/* line 22, ../sass/components/_logo-grid.scss */
.logo-grid__description {
  font-size: 17px;
  line-height: 29px;
  font-weight: normal;
  margin-top: 30px;
}
/* line 29, ../sass/components/_logo-grid.scss */
.logo-grid--gray-icon-list {
  text-align: center;
}
/* line 33, ../sass/components/_logo-grid.scss */
.logo-grid--gray-icon-list__logo {
  height: 70px;
  width: 70px;
  margin-top: 71px;
}
@media (max-width: 767px) {
  /* line 33, ../sass/components/_logo-grid.scss */
  .logo-grid--gray-icon-list__logo {
    height: 100px;
    width: 100px;
    margin-top: 4px;
  }
}
/* line 46, ../sass/components/_logo-grid.scss */
.logo-grid--gray-icon-list__subheader {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 29px;
  font-weight: normal;
  color: #333;
  margin-top: 5px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  /* line 46, ../sass/components/_logo-grid.scss */
  .logo-grid--gray-icon-list__subheader {
    font-size: 20px;
  }
}
/* line 59, ../sass/components/_logo-grid.scss */
.logo-grid--gray-icon-list__line-for-mobile {
  display: none;
}
@media (max-width: 767px) {
  /* line 59, ../sass/components/_logo-grid.scss */
  .logo-grid--gray-icon-list__line-for-mobile {
    display: block;
    color: #d3d3d3;
  }
}
/* line 69, ../sass/components/_logo-grid.scss */
.logo-grid .icon-load-more {
  display: none;
}
@media (max-width: 767px) {
  /* line 69, ../sass/components/_logo-grid.scss */
  .logo-grid .icon-load-more {
    display: block;
  }
  /* line 75, ../sass/components/_logo-grid.scss */
  .logo-grid .icon-load-more button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2C86EE;
    border: none;
    background-color: transparent;
    margin-top: 17px;
  }
}

/* logo grid ends */
/* line 2, ../sass/components/_quote-carousel.scss */
.quote-carousel {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  border-style: none;
  border: none;
  outline: none;
}
/* line 11, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay {
  height: 480px;
  width: 100%;
  /* Dots */
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 11, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay {
    height: 580px;
  }
}
/* line 19, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay button {
  border-style: none;
  border: none;
  outline: none;
}
/* line 24, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-next,
.quote-carousel .quote-carousel-autoplay .slick-prev {
  background-color: transparent;
  color: transparent;
  height: 100%;
  position: absolute;
  top: 0;
  width: 15%;
  border: none;
  border-style: none;
  outline: none;
}
/* line 36, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-prev {
  left: 0;
  z-index: 2;
}
/* line 40, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-next {
  right: 0;
}
/* line 45, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-slider {
  margin-bottom: 30px;
}
/* line 50, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (min-width: 500px) and (max-width: 990px) {
  /* line 50, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .slick-dots {
    bottom: 25px;
  }
}
/* line 69, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
}
/* line 77, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li:before {
  content: none;
}
/* line 81, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* line 94, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li button:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: #747474;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 111, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li button:hover, .quote-carousel .quote-carousel-autoplay .slick-dots li button:focus {
  outline: none;
}
/* line 115, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li button:hover:before, .quote-carousel .quote-carousel-autoplay .slick-dots li button:hover:before, .quote-carousel .quote-carousel-autoplay .slick-dots li button:focus:before, .quote-carousel .quote-carousel-autoplay .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 123, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li.slick-active button:before {
  color: #F8E71C;
}
/* line 130, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img {
  background: no-repeat scroll 0 0;
  background-size: cover;
  height: 480px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 130, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img {
    height: 580px;
  }
}
/* line 138, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask {
  background-color: rgba(57, 57, 57, 0.46);
  height: 100%;
  text-align: center;
  /* the style above is general h3s w/o circle pic
  the style below is h3 with a pic */
}
/* line 143, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader {
  font-size: 24px;
  line-height: 28px;
  color: #FCFCFC;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
}
/* line 150, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader:first-child {
  background: url("../images/quote-carousel-item-yellow.svg") no-repeat scroll center 40%;
  padding-top: 180px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 143, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 158, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader:first-child {
    background: url("../images/quote-carousel-item-yellow.svg") no-repeat scroll center 30%;
    padding-top: 150px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 143, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 168, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader:first-child {
    background: url("../images/quote-carousel-item-yellow.svg") no-repeat scroll center 25%;
    padding-top: 160px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 177, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader-pic {
    color: #FCFCFC;
    font-family: "Sentinel SSm A", "Sentinel SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
  /* line 186, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader-pic:first-child {
    background: url("../images/quote-carousel-item-yellow.svg") no-repeat scroll center 10%;
    padding-top: 80px;
  }
}
/* line 192, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask p {
  color: #FCFCFC;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding-top: 18px;
}
/* line 198, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask p strong {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 207, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
  background: no-repeat scroll center 40%;
  background-size: cover;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  border: 2px solid #e2e2e2;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 2000px) {
  /* line 207, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 207, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
    margin-left: -15px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 207, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
    margin: auto;
    height: 60px;
    width: 60px;
  }
}
/* line 231, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables p {
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 767px) {
  /* line 231, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables p {
    text-align: center;
  }
}

/* quote carousel mod end */
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.quote-carousel-half:before, .quote-carousel-half:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.quote-carousel-half:after {
  clear: both;
}
/* line 250, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .image-col {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 480px;
  background: no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  /* line 250, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .image-col {
    height: 280px;
    width: 100%;
    float: none;
  }
}
/* line 265, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .carousel-col {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 480px;
}
@media (max-width: 767px) {
  /* line 265, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .carousel-col {
    height: auto;
    width: 100%;
    float: none;
  }
}
/* line 280, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .container {
  width: auto;
}
/* line 284, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-mask {
  text-align: left !important;
}
@media (max-width: 767px) {
  /* line 284, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .quote-carousel .quote-mask {
    text-align: center !important;
  }
}
/* line 291, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-mask .wysiwyg {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 295, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-mask .wysiwyg ul {
  padding-left: 26px;
}
/* line 298, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-mask .wysiwyg ul li {
  color: #FFF;
}
/* line 306, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .vertical-box {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 480px;
  padding: 0 10%;
}
@media (max-width: 767px) {
  /* line 306, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .quote-carousel .vertical-box {
    display: block;
    height: auto;
    padding-top: 58px;
    padding-bottom: 80px;
  }
}
/* line 328, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-carousel-autoplay {
  background-color: #1C202D;
}
@media (max-width: 767px) {
  /* line 328, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .quote-carousel .quote-carousel-autoplay {
    height: auto;
  }
}
/* line 335, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-carousel-autoplay h3 {
  background: none !important;
  padding-top: 0px !important;
  font-family: "Sentinel SSm A", "Sentinel SSm B" !important;
  margin-bottom: 16px;
  font-size: 26px;
  color: #FFF;
  letter-spacing: 0.2px;
  line-height: 29px;
}
/* line 346, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-carousel-autoplay p {
  padding-top: 0px !important;
  font-family: "Sentinel SSm A", "Sentinel SSm B" !important;
  font-size: 17px !important;
  line-height: 27px !important;
  color: #FFFFFF;
}

/* line 2, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout {
  background: #f1f1f1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 400;
}
/* line 15, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout--header {
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
  margin-top: 57px;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 15, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout--header {
    margin-bottom: 30px;
    margin-top: 100px;
  }
}
/* line 30, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout h2 p {
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
  margin-top: 57px;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 30, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout h2 p {
    margin-bottom: 30px;
  }
}
/* line 43, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout--description {
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 43, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout--description {
    margin-bottom: 25px;
  }
}
/* line 54, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout p {
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 54, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout p {
    margin-bottom: 25px;
  }
}
/* line 65, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout--btn {
  font-family: Helvetica, Arial, sans-serif;
  /* font-size: 12px;
  font-weight: bold;
  border-radius: 0px;
  margin-top: 15px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px; kate styles below:*/
  font-size: 12px;
  letter-spacing: 1.3pt;
  font-weight: bold;
  border-radius: 2px;
  margin-top: 15px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #000;
  border: 1.5px solid #000;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 12px;
  padding-bottom: 10px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 65, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout--btn {
    margin-bottom: 100px;
  }
}

/* related solutions ends */
/* line 100, ../sass/components/_related-solutions-tout.scss */
.cd-main-content .related-solutions-background {
  background: url("../images/Bottom_Contact_Module.png") no-repeat scroll right 0 #f1f1f1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* line 100, ../sass/components/_related-solutions-tout.scss */
  .cd-main-content .related-solutions-background {
    background: url("../images/Bottom_Contact_Module.png") no-repeat scroll right 0 #f1f1f1;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  /* line 100, ../sass/components/_related-solutions-tout.scss */
  .cd-main-content .related-solutions-background {
    background: url("../images/Bottom_Contact_Module.png") no-repeat scroll center 0 #f1f1f1;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 100, ../sass/components/_related-solutions-tout.scss */
  .cd-main-content .related-solutions-background {
    background: url("../images/Bottom_Contact_Module.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* related solutions ends */
/* line 2, ../sass/components/_text-image-touts.scss */
.text-image-touts {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  padding-top: 110px;
  padding-bottom: 92px;
  /* ti tout ends  */
}
/* line 10, ../sass/components/_text-image-touts.scss */
.text-image-touts__header {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 10, ../sass/components/_text-image-touts.scss */
  .text-image-touts__header {
    margin-bottom: 30px;
  }
}
/* line 23, ../sass/components/_text-image-touts.scss */
.text-image-touts__header p {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 50px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 23, ../sass/components/_text-image-touts.scss */
  .text-image-touts__header p {
    margin-bottom: 30px;
  }
}
/* line 37, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout {
  margin-bottom: 30px;
}
/* line 40, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout.hidden-card {
  display: none;
}
@media (max-width: 767px) {
  /* line 45, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout:last-child {
    margin-bottom: 0px;
  }
}
/* line 59, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-img {
  background: no-repeat scroll 0 0;
  height: 246px;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 59, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-img {
    height: 200px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 59, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-img {
    height: 195px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 59, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-img {
    height: 180px;
  }
}
/* line 74, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text {
  border: 1px solid #D8D8D8;
  border-top: none;
  padding: 23px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  height: 168px;
}
/* line 85, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__subheader {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  color: #242424;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 85, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__subheader {
    font-size: 21px;
    line-height: 26px;
  }
}
/* line 99, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .ti-tout .ti-text {
  height: 236px;
}
@media (max-width: 1199px) {
  /* line 99, ../sass/components/_text-image-touts.scss */
  body.solutions-page .text-image-touts .ti-tout .ti-text {
    height: 285px;
  }
}
@media (max-width: 991px) {
  /* line 99, ../sass/components/_text-image-touts.scss */
  body.solutions-page .text-image-touts .ti-tout .ti-text {
    height: 264px;
  }
}
@media (max-width: 767px) {
  /* line 99, ../sass/components/_text-image-touts.scss */
  body.solutions-page .text-image-touts .ti-tout .ti-text {
    height: 236px;
  }
}
@media (max-width: 413px) {
  /* line 99, ../sass/components/_text-image-touts.scss */
  body.solutions-page .text-image-touts .ti-tout .ti-text {
    height: 314px;
  }
}
/* line 116, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__description {
  color: #353535;
  font-size: 17px;
  line-height: 20px;
}
@media (min-width: 500px) {
  /* line 116, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__description {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  /* line 116, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__description {
    margin-bottom: 0;
    height: 55px;
  }
}
@media (min-width: 992px) {
  /* line 116, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__description {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  /* line 116, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__description {
    height: 50px;
  }
}
/* line 153, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__description:last-child {
  margin-bottom: 20px;
}
/* line 157, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .ti-tout .ti-text__description {
  display: none;
}
/* line 162, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__ti-see-latest {
  color: #02A8F4;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  background: url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 4px;
  padding-right: 15px;
  letter-spacing: 0.33px;
  display: block;
  position: absolute;
  left: 23px;
  bottom: 19px;
  text-transform: capitalize;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 162, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__ti-see-latest {
    font-size: 14px;
    line-height: 20px;
    padding-right: 18px;
    background: transparent url("../images/GEN_Arrow_icon.svg") no-repeat scroll 100% 40%/14px auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 162, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__ti-see-latest {
    position: absolute;
    bottom: 18px;
    left: 23px;
  }
}
/* line 189, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__ti-see-latest:hover {
  color: #23527C;
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 198, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-large {
    margin-top: 30px;
  }
}
/* line 204, ../sass/components/_text-image-touts.scss */
.text-image-touts .text-image-touts-gallery-trigger {
  display: block;
  padding: 0;
  text-align: center;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
/* line 212, ../sass/components/_text-image-touts.scss */
.text-image-touts .text-image-touts-gallery-trigger.activated {
  height: 74px;
}
@media (max-width: 767px) {
  /* line 212, ../sass/components/_text-image-touts.scss */
  .text-image-touts .text-image-touts-gallery-trigger.activated {
    height: 83px;
  }
}
/* line 220, ../sass/components/_text-image-touts.scss */
.text-image-touts .text-image-touts-gallery-trigger span {
  display: inline-block;
  padding: 15px 33px 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #02A8F4;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 1px solid #02A8F4;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 220, ../sass/components/_text-image-touts.scss */
  .text-image-touts .text-image-touts-gallery-trigger span {
    padding: 18px 77px 16px;
    font-size: 16px;
    letter-spacing: 1.39px;
  }
}
/* line 241, ../sass/components/_text-image-touts.scss */
.text-image-touts .text-image-touts-gallery-trigger span:hover {
  color: #23527C;
  border-color: #23527C;
}
/* line 251, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts {
  padding-top: 72px;
  padding-bottom: 64px;
}
/* line 255, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts h2 {
  margin-bottom: 19px;
}
/* line 259, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts h2 + p {
  margin-bottom: 34px;
}
/* line 263, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .sub-header-copy {
  text-align: center;
}
/* line 267, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .text-left {
  text-align: left;
}
/* line 271, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .text-image-touts-gallery-trigger.activated {
  height: 68px;
}

/* image text touts end */
/* line 279, ../sass/components/_text-image-touts.scss */
.first-text-image-touts {
  padding-bottom: 0px;
}

/* line 280, ../sass/components/_text-image-touts.scss */
.last-text-image-touts {
  padding-top: 0px;
}

/* line 281, ../sass/components/_text-image-touts.scss */
.middle-text-image-touts {
  padding: 0px;
}

/* line 2, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta {
  background: no-repeat scroll 0 0;
  background-size: cover;
}
/* line 6, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta--shader {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 170px;
  padding-bottom: 150px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 6, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta--shader {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
@media (max-width: 768px) {
  /* line 14, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta--shader .col-xs-12 {
    text-align: center !important;
  }
}
/* line 21, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta--shader--light {
  padding-top: 170px;
  padding-bottom: 150px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 21, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta--shader--light {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
/* line 31, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta--pitch {
  max-width: 440px;
  text-align: left;
  display: inline-block;
}
/* line 37, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__header {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 37, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__header {
    line-height: 34px;
    margin-bottom: 20px;
  }
}
/* line 47, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__header p {
  font-size: 34px;
  line-height: 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 300;
}
/* line 55, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__header--light {
  color: #000;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 300;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 55, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__header--light {
    line-height: 34px;
    margin-bottom: 30px;
  }
}
/* line 67, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__header--light p {
  color: #000;
  font-size: 34px;
  line-height: 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 35px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 67, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__header--light p {
    line-height: 34px;
    margin-bottom: 30px;
  }
}
/* line 82, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__description {
  color: #FFF;
  font-size: 17px;
  line-height: 29px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 82, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__description {
    font-size: 20px;
    line-height: 26px;
  }
}
/* line 94, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__description--light {
  color: #000;
  font-size: 17px;
  line-height: 29px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 94, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__description--light {
    font-size: 20px;
    line-height: 26px;
  }
}
/* line 106, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__btn {
  font-size: 13px;
  letter-spacing: 1.3pt;
  font-weight: bold;
  border-radius: 2px;
  margin-top: 10px;
  text-transform: uppercase;
  border: 1.5px solid;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 106, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__btn {
    font-size: 16.31px;
    letter-spacing: 1.4px;
    margin-top: 35px;
  }
}
/* line 126, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__btn--light {
  font-size: 13px;
  letter-spacing: 1.3pt;
  font-weight: bold;
  border-radius: 2px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #000;
  border: 1.5px solid #000;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 126, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__btn--light {
    font-size: 16.31px;
    letter-spacing: 1.4px;
    margin-top: 35px;
  }
}

/* why genpact ends ends */
/* line 3, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout {
  padding: 70px 0;
}
/* line 20, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--intro--header {
  margin-bottom: 25px;
  color: #000;
  font-weight: 300;
  font-size: 34px;
  line-height: 41px;
}
/* line 27, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--intro--description {
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-size: 16px;
  line-height: 29px;
  color: #000;
}
/* line 35, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  /* line 38, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--thumb-wrapper {
    padding-right: 0;
  }
}
/* line 43, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--thumb {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  background-position: center center;
  background-size: 115%;
}
@media (min-width: 360px) {
  /* line 43, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--thumb {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 480px) {
  /* line 43, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--thumb {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  /* line 43, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--thumb {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  /* line 64, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--copy-wrapper {
    padding-left: 0;
  }
}
/* line 71, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--header-wrapper--header {
  padding-right: 40px;
  color: #000;
}
/* line 75, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--header-wrapper .list-arrow {
  height: 14px;
  width: 22px;
  position: absolute;
  top: 5px;
  right: 20px;
  background-image: url("../images/GEN_List-Arrow_icon.svg");
  background-size: 22px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  /* line 86, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--header-wrapper .list-arrow {
    display: none;
  }
}
/* line 91, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--header-wrapper.item-closed .list-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 97, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--header-wrapper.item-open .list-arrow {
  background-position: 0 0;
}
/* line 102, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--description {
  max-height: 200px;
  color: #000;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
/* line 107, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--description p {
  font-size: 16px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  line-height: 29px;
}
/* line 112, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--description.item-closed {
  max-height: 0;
}
@media (min-width: 768px) {
  /* line 118, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--description.item-closed {
    max-height: 200px;
  }
}
/* line 123, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
}
/* line 133, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--hr {
  background-color: #c0c0c0;
  height: 2px;
}

/* line 3, ../sass/components/_proof-points-grid.scss */
.proof-points-grid {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 65px;
}
/* line 9, ../sass/components/_proof-points-grid.scss */
.proof-points-grid.theme-dark {
  background-color: #1c202d;
}
@media (min-width: 768px) {
  /* line 13, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 13, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid .container {
    width: 910px;
  }
}
/* line 21, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--intro {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 21, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--intro {
    margin-bottom: 50px;
  }
}
/* line 26, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--intro--header {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 41px;
}
/* line 30, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--intro--header p {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 41px;
}
/* line 36, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--intro--description {
  line-height: 29px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
}
@media (max-width: 767px) {
  /* line 41, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
@media (max-width: 767px) {
  /* line 48, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes:last-child {
    border-bottom: 0px;
  }
}
@media (max-width: 767px) {
  /* line 41, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes {
    width: 240px;
    margin: 0 auto;
  }
}
/* line 59, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--causes--item {
  padding: 2px 30px 21px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media (min-width: 768px) {
  /* line 59, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes--item {
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom: none;
  }
}
/* line 70, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--causes--item--value {
  font-size: 50px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
}
/* line 75, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--causes--item.last {
  border-bottom: none;
}
@media (min-width: 768px) {
  /* line 79, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes--item:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  /* line 85, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes:last-child {
    border-bottom: none;
  }
}

/* line 93, ../sass/components/_proof-points-grid.scss */
.theme-dark .proof-points-grid--intro p {
  color: #f4f4f4;
}

/* line 3, ../sass/components/_recirculation.scss */
.recirculation {
  text-align: center;
  padding: 70px 0;
}
/* line 8, ../sass/components/_recirculation.scss */
.recirculation--intro--header {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
  /*
  @media (min-width: 768px) and (max-width: 990px) {}
  @media (min-width: 500px) and (max-width: 768px) {}
  @media (min-width: 100px) and (max-width: 500px) {}
  */
}
/* line 22, ../sass/components/_recirculation.scss */
.recirculation--items {
  max-height: 0;
  overflow: hidden;
}
/* line 25, ../sass/components/_recirculation.scss */
.recirculation--items[data-item-group=item-group-1] {
  max-height: inherit;
  overflow: inherit;
}
@media (min-width: 992px) {
  /* line 25, ../sass/components/_recirculation.scss */
  .recirculation--items[data-item-group=item-group-1] {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  /* line 22, ../sass/components/_recirculation.scss */
  .recirculation--items {
    max-height: inherit;
    overflow: inherit;
  }
}
/* line 36, ../sass/components/_recirculation.scss */
.recirculation--items--item {
  text-align: center;
  background-position: center center;
  will-change: background;
  -moz-background-size: 103% 103%;
  -o-background-size: 103% 103%;
  -webkit-background-size: 103% 103%;
  background-size: 103% 103%;
  -webkit-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
/* line 44, ../sass/components/_recirculation.scss */
.recirculation--items--item--link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  /* line 44, ../sass/components/_recirculation.scss */
  .recirculation--items--item--link {
    display: block;
  }
}
/* line 51, ../sass/components/_recirculation.scss */
.recirculation--items--item--link:hover {
  color: #fff;
}
/* line 54, ../sass/components/_recirculation.scss */
.recirculation--items--item--link:hover .recirculation--background-image {
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* line 59, ../sass/components/_recirculation.scss */
.recirculation--items--item--wrapper {
  width: 290px;
  height: 180px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 59, ../sass/components/_recirculation.scss */
  .recirculation--items--item--wrapper {
    width: 330px;
    height: 220px;
  }
}
@media (min-width: 992px) {
  /* line 59, ../sass/components/_recirculation.scss */
  .recirculation--items--item--wrapper {
    width: inherit;
    height: 190px;
  }
}
@media (min-width: 1200px) {
  /* line 59, ../sass/components/_recirculation.scss */
  .recirculation--items--item--wrapper {
    height: 220px;
  }
}
/* line 77, ../sass/components/_recirculation.scss */
.recirculation--items--item--wrapper--text {
  width: 100%;
  padding: 60px 25px 0 25px;
  z-index: 2;
  position: absolute;
}
@media (min-width: 768px) {
  /* line 77, ../sass/components/_recirculation.scss */
  .recirculation--items--item--wrapper--text {
    padding: 75px 25px;
  }
}
@media (min-width: 992px) {
  /* line 77, ../sass/components/_recirculation.scss */
  .recirculation--items--item--wrapper--text {
    padding: 60px 25px;
  }
}
@media (min-width: 1200px) {
  /* line 77, ../sass/components/_recirculation.scss */
  .recirculation--items--item--wrapper--text {
    padding: 75px 25px;
  }
}
/* line 91, ../sass/components/_recirculation.scss */
.recirculation--items--item--wrapper--text--yellow-bar {
  width: 50px;
  height: 4px;
  margin: 0;
  border: none;
  background-color: #FBF458;
  margin: 0px auto 15px;
}
@media (min-width: 992px) {
  /* line 91, ../sass/components/_recirculation.scss */
  .recirculation--items--item--wrapper--text--yellow-bar {
    margin: 0px auto 15px;
  }
}
@media (min-width: 1200px) {
  /* line 91, ../sass/components/_recirculation.scss */
  .recirculation--items--item--wrapper--text--yellow-bar {
    margin: 0px auto 15px;
  }
}
/* line 101, ../sass/components/_recirculation.scss */
.recirculation--items--item--wrapper--text--header {
  font-size: 20px;
  line-height: 28px;
}
/* line 105, ../sass/components/_recirculation.scss */
.recirculation--items--item--wrapper--text--header img {
  padding-left: 2px;
  display: inline-block;
}
/* line 116, ../sass/components/_recirculation.scss */
.recirculation--items--item--wrapper--overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .2;
}
/* line 135, ../sass/components/_recirculation.scss */
.recirculation--items.item-show {
  max-height: 630px;
  -webkit-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
@media (min-width: 768px) {
  /* line 135, ../sass/components/_recirculation.scss */
  .recirculation--items.item-show {
    max-height: 750px;
  }
}
@media (min-width: 992px) {
  /* line 135, ../sass/components/_recirculation.scss */
  .recirculation--items.item-show {
    max-height: 220px;
  }
}
@media (min-width: 1200px) {
  /* line 135, ../sass/components/_recirculation.scss */
  .recirculation--items.item-show {
    max-height: 250px;
  }
}
/* line 151, ../sass/components/_recirculation.scss */
.recirculation--load-more {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #02A8F4;
  margin-top: 15px;
}
@media (min-width: 992px) {
  /* line 151, ../sass/components/_recirculation.scss */
  .recirculation--load-more {
    display: none;
  }
}

/* line 2, ../sass/components/_body-content.scss */
.wysiwyg {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 400;
  padding-top: 70px;
  padding-bottom: 70px;
}
/* line 10, ../sass/components/_body-content.scss */
.wysiwyg__header {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 10, ../sass/components/_body-content.scss */
  .wysiwyg__header {
    margin-bottom: 30px;
  }
}
/* line 23, ../sass/components/_body-content.scss */
.wysiwyg__subheader {
  font-size: 26px;
  line-height: 31px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 23, ../sass/components/_body-content.scss */
  .wysiwyg__subheader {
    margin-bottom: 30px;
  }
}
/* line 38, ../sass/components/_body-content.scss */
.wysiwyg__description {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 38, ../sass/components/_body-content.scss */
  .wysiwyg__description {
    font-size: 20px;
    line-height: 33px;
  }
}
/* line 48, ../sass/components/_body-content.scss */
.wysiwyg__description strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
}
/* line 59, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText__headers {
  margin-bottom: 5px;
  text-align: center;
}
/* line 63, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText__headers__header {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 63, ../sass/components/_body-content.scss */
  .wysiwyg--twoColumnText__headers__header {
    margin-bottom: 30px;
  }
}
/* line 76, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText__headers__subheader {
  font-size: 26px;
  line-height: 31px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 76, ../sass/components/_body-content.scss */
  .wysiwyg--twoColumnText__headers__subheader {
    margin-bottom: 30px;
  }
}
/* line 92, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText p {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 92, ../sass/components/_body-content.scss */
  .wysiwyg--twoColumnText p {
    font-size: 20px;
    line-height: 33px;
  }
}
/* line 101, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText p strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 109, ../sass/components/_body-content.scss */
  .wysiwyg__image-wrapper {
    padding: 0 0 20px 0 !important;
  }
}
@media (min-width: 768px) {
  /* line 109, ../sass/components/_body-content.scss */
  .wysiwyg__image-wrapper {
    width: 50%;
  }
  /* line 116, ../sass/components/_body-content.scss */
  .wysiwyg__image-wrapper.wysiwyg__image-float-right {
    float: right;
  }
  /* line 119, ../sass/components/_body-content.scss */
  .wysiwyg__image-wrapper.wysiwyg__image-float-left {
    float: left;
  }
}
/* line 123, ../sass/components/_body-content.scss */
.wysiwyg__image-wrapper .wysiwyg-element {
  margin-top: 8px !important;
}
/* line 129, ../sass/components/_body-content.scss */
.wysiwyg__lists ul {
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 129, ../sass/components/_body-content.scss */
  .wysiwyg__lists ul {
    padding-left: 40px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 129, ../sass/components/_body-content.scss */
  .wysiwyg__lists ul {
    padding-left: 25px;
    margin-top: 50px;
  }
}
/* line 142, ../sass/components/_body-content.scss */
.wysiwyg__lists ul li {
  padding-left: 26px;
  text-indent: 0;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 142, ../sass/components/_body-content.scss */
  .wysiwyg__lists ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 159, ../sass/components/_body-content.scss */
.wysiwyg__lists ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  /* margin:0 0.2em 0 -1.2em; */
  top: -3px;
  left: 1px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 159, ../sass/components/_body-content.scss */
  .wysiwyg__lists ul li:before {
    font-size: 8px;
  }
}
/* line 175, ../sass/components/_body-content.scss */
.wysiwyg__lists ul a {
  text-indent: 0;
}
/* line 181, ../sass/components/_body-content.scss */
.wysiwyg__lists ol {
  counter-reset: list;
  padding-left: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 181, ../sass/components/_body-content.scss */
  .wysiwyg__lists ol {
    padding-left: 40px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 181, ../sass/components/_body-content.scss */
  .wysiwyg__lists ol {
    padding-left: 25px;
    margin-top: 50px;
  }
}
/* line 194, ../sass/components/_body-content.scss */
.wysiwyg__lists ol li {
  list-style: none;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding-left: 1em;
  margin-bottom: 5px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 194, ../sass/components/_body-content.scss */
  .wysiwyg__lists ol li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 212, ../sass/components/_body-content.scss */
.wysiwyg__lists ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #03A8F5;
  position: absolute;
  font-size: 16px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: bold;
  top: 0;
  left: -8px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 212, ../sass/components/_body-content.scss */
  .wysiwyg__lists ol li:before {
    font-size: 18px;
  }
}
/* line 231, ../sass/components/_body-content.scss */
.wysiwyg__lists ol li ul li:before {
  counter-increment: none;
}
/* line 237, ../sass/components/_body-content.scss */
.wysiwyg__lists ol a {
  text-indent: 0;
}
/* line 242, ../sass/components/_body-content.scss */
.wysiwyg__lists p {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 242, ../sass/components/_body-content.scss */
  .wysiwyg__lists p {
    font-size: 20px;
    line-height: 33px;
  }
}
/* line 251, ../sass/components/_body-content.scss */
.wysiwyg__lists p strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: bold;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 259, ../sass/components/_body-content.scss */
  .wysiwyg__2-column {
    text-align: left;
  }
}
@media (min-width: 768px) {
  /* line 259, ../sass/components/_body-content.scss */
  .wysiwyg__2-column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
/* line 275, ../sass/components/_body-content.scss */
.wysiwyg .last-item {
  margin-bottom: 30px;
}
/* line 279, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element {
  position: relative;
  margin: 25px auto 0;
  background: no-repeat scroll 0 0;
  background-size: cover;
}
/* line 284, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element.wsiwyg-text-with-image {
  background-size: contain;
  background-position: center top;
}
/* line 289, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element .wysiwyg-shade__p {
  display: none;
}
/* line 294, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade {
  display: block;
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 294, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade {
    background-color: #fff;
  }
}
/* line 304, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade__p {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 304, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade__p {
    color: #000;
  }
}
/* line 319, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video {
  display: block;
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
/* line 329, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-white {
  display: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 319, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video {
    background-color: #fff;
  }
}
@media (min-width: 100px) {
  /* line 338, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-blue {
    display: inline-block;
    font-weight: bold;
  }
  /* line 341, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-blue:hover {
    color: #fff;
  }
}
@media (min-width: 501px) {
  /* line 348, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-blue {
    display: none;
  }
  /* line 351, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-white {
    display: inline-block;
    color: #fff;
    font-weight: bold;
  }
}
@media (min-width: 501px) and (min-width: 100px) and (max-width: 500px) {
  /* line 351, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-white {
    background-color: #fff;
  }
}
@media (min-width: 501px) {
  /* line 358, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-white:hover {
    color: #fff;
  }
}
@media (max-width: 767px) {
  /* line 319, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 319, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video {
    display: none;
  }
}
/* line 372, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video__p {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 372, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video__p {
    color: #000;
  }
}
/* line 406, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-950 {
  height: 355px;
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 406, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-950 {
    height: 290px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 406, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-950 {
    height: 250px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 406, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-950 {
    height: 226px;
  }
}
/* line 418, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-458 {
  height: 305px;
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 418, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-458 {
    height: 261.52px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 418, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-458 {
    height: 260px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 418, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-458 {
    height: 226px;
  }
}
/* line 432, ../sass/components/_body-content.scss */
.wysiwyg .in-practice {
  border-left: 13px #fff100 solid;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 432, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice {
    border-left: 7px #fff100 solid;
    padding-left: 25px;
    margin-left: -15px;
  }
}
/* line 445, ../sass/components/_body-content.scss */
.wysiwyg .in-practice__subheader {
  color: #272727;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 20px;
  letter-spacing: 1.3px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 445, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice__subheader {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
/* line 460, ../sass/components/_body-content.scss */
.wysiwyg .in-practice__header {
  color: #343434;
  font-size: 26px;
  line-height: 36px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 8px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 460, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice__header {
    font-weight: 500;
  }
}
/* line 473, ../sass/components/_body-content.scss */
.wysiwyg .in-practice__inpractice-description {
  color: #272727;
  font-size: 16px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 473, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice__inpractice-description {
    font-size: 20px;
    line-height: 26px;
    color: #5E5E5E;
    margin-bottom: 38px;
  }
}
/* line 486, ../sass/components/_body-content.scss */
.wysiwyg .in-practice a {
  color: #03A8F5;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  background: url("/craft/assets/images/img.card.arrow.svg") no-repeat scroll right 3px;
  padding-right: 18px;
}
/* line 498, ../sass/components/_body-content.scss */
.wysiwyg .in-practice a:hover {
  background-image: url("/craft/assets/images/img.card.arrow.hover.svg");
  color: #23527C;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 486, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice a {
    font-size: 20px;
    color: #46B2F6;
    padding-right: 20px;
  }
}
/* line 514, ../sass/components/_body-content.scss */
.wysiwyg h1 {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 514, ../sass/components/_body-content.scss */
  .wysiwyg h1 {
    margin-bottom: 30px;
  }
}
/* line 526, ../sass/components/_body-content.scss */
.wysiwyg h1 p {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 526, ../sass/components/_body-content.scss */
  .wysiwyg h1 p {
    margin-bottom: 30px;
  }
}
/* line 541, ../sass/components/_body-content.scss */
.wysiwyg p {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 541, ../sass/components/_body-content.scss */
  .wysiwyg p {
    font-size: 20px;
    line-height: 33px;
  }
}
/* line 551, ../sass/components/_body-content.scss */
.wysiwyg p strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: bold;
}
/* line 557, ../sass/components/_body-content.scss */
.wysiwyg sup {
  vertical-align: super;
  font-size: 7px;
}
/* line 561, ../sass/components/_body-content.scss */
.wysiwyg sub {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  bottom: -0.6em;
}
/* line 569, ../sass/components/_body-content.scss */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  text-transform: none;
}
/* line 572, ../sass/components/_body-content.scss */
.wysiwyg h1 strong, .wysiwyg h2 strong, .wysiwyg h3 strong, .wysiwyg h4 strong, .wysiwyg h5 strong, .wysiwyg h6 strong {
  font-weight: bold;
}
/* line 576, ../sass/components/_body-content.scss */
.wysiwyg h1 em, .wysiwyg h2 em, .wysiwyg h3 em, .wysiwyg h4 em, .wysiwyg h5 em, .wysiwyg h6 em {
  font-style: italic;
}
/* line 580, ../sass/components/_body-content.scss */
.wysiwyg h1 sup, .wysiwyg h2 sup, .wysiwyg h3 sup, .wysiwyg h4 sup, .wysiwyg h5 sup, .wysiwyg h6 sup {
  vertical-align: baseline;
  position: relative;
  font-size: 40%;
  position: relative;
  top: -1em;
}
/* line 591, ../sass/components/_body-content.scss */
.wysiwyg h1 sub, .wysiwyg h2 sub, .wysiwyg h3 sub, .wysiwyg h4 sub, .wysiwyg h5 sub, .wysiwyg h6 sub {
  vertical-align: baseline;
  position: relative;
  font-size: 40%;
  position: relative;
  bottom: -0.1em;
}
/* line 600, ../sass/components/_body-content.scss */
.wysiwyg ul {
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 600, ../sass/components/_body-content.scss */
  .wysiwyg ul {
    padding-left: 40px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 600, ../sass/components/_body-content.scss */
  .wysiwyg ul {
    padding-left: 25px;
    margin-top: 50px;
  }
}
/* line 613, ../sass/components/_body-content.scss */
.wysiwyg ul li {
  padding-left: 26px;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 613, ../sass/components/_body-content.scss */
  .wysiwyg ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 630, ../sass/components/_body-content.scss */
.wysiwyg ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  /* margin:0 0.2em 0 -1.2em; */
  top: -1px;
  left: 1px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 630, ../sass/components/_body-content.scss */
  .wysiwyg ul li:before {
    font-size: 8px;
  }
}
/* line 646, ../sass/components/_body-content.scss */
.wysiwyg ul a {
  text-indent: 0;
}
/* line 652, ../sass/components/_body-content.scss */
.wysiwyg ol {
  counter-reset: list;
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 652, ../sass/components/_body-content.scss */
  .wysiwyg ol {
    padding-left: 40px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 652, ../sass/components/_body-content.scss */
  .wysiwyg ol {
    padding-left: 25px;
    margin-top: 50px;
  }
}
/* line 665, ../sass/components/_body-content.scss */
.wysiwyg ol li {
  list-style: none;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding-left: 1em;
  margin-bottom: 5px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 665, ../sass/components/_body-content.scss */
  .wysiwyg ol li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 682, ../sass/components/_body-content.scss */
.wysiwyg ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #03A8F5;
  position: absolute;
  font-size: 16px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: bold;
  top: 0;
  left: -10px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 682, ../sass/components/_body-content.scss */
  .wysiwyg ol li:before {
    font-size: 18px;
  }
}
/* line 702, ../sass/components/_body-content.scss */
.wysiwyg ol li ul li:before {
  counter-increment: none;
  font-family: 'FontAwesome';
  content: '\f111';
  top: 0px;
  left: 1px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}
/* line 715, ../sass/components/_body-content.scss */
.wysiwyg ol a {
  text-indent: 0;
}
/* line 720, ../sass/components/_body-content.scss */
.wysiwyg .no-header-add-padding {
  padding-top: 30px;
}

/* wysiwyg ends */
/* line 726, ../sass/components/_body-content.scss */
.first-wysiwyg {
  padding-bottom: 0px;
}

/* line 727, ../sass/components/_body-content.scss */
.last-wysiwyg {
  padding-top: 0px;
}

/* line 728, ../sass/components/_body-content.scss */
.middle-wysiwyg {
  padding: 0px;
}

/* line 754, ../sass/components/_body-content.scss */
.why-genpact-cta ul,
.highlights-list-tout ul,
.icon-tout ul,
.proof-points-grid ul,
.recirculation ul,
.related-solutions-tout ul,
.storytelling-blocks ul,
.text-image-touts ul,
.logo-grid ul,
.quote-carousel ul,
.directory--event-select ul,
.board-of-directors ul,
.directory--media-press ul,
.directory--events ul,
.directory--events-nav ul,
.directory--categories--wrapper ul,
.directory-body-locations ul {
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 754, ../sass/components/_body-content.scss */
  .why-genpact-cta ul,
  .highlights-list-tout ul,
  .icon-tout ul,
  .proof-points-grid ul,
  .recirculation ul,
  .related-solutions-tout ul,
  .storytelling-blocks ul,
  .text-image-touts ul,
  .logo-grid ul,
  .quote-carousel ul,
  .directory--event-select ul,
  .board-of-directors ul,
  .directory--media-press ul,
  .directory--events ul,
  .directory--events-nav ul,
  .directory--categories--wrapper ul,
  .directory-body-locations ul {
    padding-left: 40px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 754, ../sass/components/_body-content.scss */
  .why-genpact-cta ul,
  .highlights-list-tout ul,
  .icon-tout ul,
  .proof-points-grid ul,
  .recirculation ul,
  .related-solutions-tout ul,
  .storytelling-blocks ul,
  .text-image-touts ul,
  .logo-grid ul,
  .quote-carousel ul,
  .directory--event-select ul,
  .board-of-directors ul,
  .directory--media-press ul,
  .directory--events ul,
  .directory--events-nav ul,
  .directory--categories--wrapper ul,
  .directory-body-locations ul {
    padding-left: 25px;
    margin-top: 50px;
  }
}
/* line 767, ../sass/components/_body-content.scss */
.why-genpact-cta ul li,
.highlights-list-tout ul li,
.icon-tout ul li,
.proof-points-grid ul li,
.recirculation ul li,
.related-solutions-tout ul li,
.storytelling-blocks ul li,
.text-image-touts ul li,
.logo-grid ul li,
.quote-carousel ul li,
.directory--event-select ul li,
.board-of-directors ul li,
.directory--media-press ul li,
.directory--events ul li,
.directory--events-nav ul li,
.directory--categories--wrapper ul li,
.directory-body-locations ul li {
  padding-left: 26px;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 767, ../sass/components/_body-content.scss */
  .why-genpact-cta ul li,
  .highlights-list-tout ul li,
  .icon-tout ul li,
  .proof-points-grid ul li,
  .recirculation ul li,
  .related-solutions-tout ul li,
  .storytelling-blocks ul li,
  .text-image-touts ul li,
  .logo-grid ul li,
  .quote-carousel ul li,
  .directory--event-select ul li,
  .board-of-directors ul li,
  .directory--media-press ul li,
  .directory--events ul li,
  .directory--events-nav ul li,
  .directory--categories--wrapper ul li,
  .directory-body-locations ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 784, ../sass/components/_body-content.scss */
.why-genpact-cta ul li:before,
.highlights-list-tout ul li:before,
.icon-tout ul li:before,
.proof-points-grid ul li:before,
.recirculation ul li:before,
.related-solutions-tout ul li:before,
.storytelling-blocks ul li:before,
.text-image-touts ul li:before,
.logo-grid ul li:before,
.quote-carousel ul li:before,
.directory--event-select ul li:before,
.board-of-directors ul li:before,
.directory--media-press ul li:before,
.directory--events ul li:before,
.directory--events-nav ul li:before,
.directory--categories--wrapper ul li:before,
.directory-body-locations ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  /* margin:0 0.2em 0 -1.2em; */
  top: -1px;
  left: 1px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 784, ../sass/components/_body-content.scss */
  .why-genpact-cta ul li:before,
  .highlights-list-tout ul li:before,
  .icon-tout ul li:before,
  .proof-points-grid ul li:before,
  .recirculation ul li:before,
  .related-solutions-tout ul li:before,
  .storytelling-blocks ul li:before,
  .text-image-touts ul li:before,
  .logo-grid ul li:before,
  .quote-carousel ul li:before,
  .directory--event-select ul li:before,
  .board-of-directors ul li:before,
  .directory--media-press ul li:before,
  .directory--events ul li:before,
  .directory--events-nav ul li:before,
  .directory--categories--wrapper ul li:before,
  .directory-body-locations ul li:before {
    font-size: 8px;
  }
}
/* line 801, ../sass/components/_body-content.scss */
.why-genpact-cta ol,
.highlights-list-tout ol,
.icon-tout ol,
.proof-points-grid ol,
.recirculation ol,
.related-solutions-tout ol,
.storytelling-blocks ol,
.text-image-touts ol,
.logo-grid ol,
.quote-carousel ol,
.directory--event-select ol,
.board-of-directors ol,
.directory--media-press ol,
.directory--events ol,
.directory--events-nav ol,
.directory--categories--wrapper ol,
.directory-body-locations ol {
  counter-reset: list;
  padding-left: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 801, ../sass/components/_body-content.scss */
  .why-genpact-cta ol,
  .highlights-list-tout ol,
  .icon-tout ol,
  .proof-points-grid ol,
  .recirculation ol,
  .related-solutions-tout ol,
  .storytelling-blocks ol,
  .text-image-touts ol,
  .logo-grid ol,
  .quote-carousel ol,
  .directory--event-select ol,
  .board-of-directors ol,
  .directory--media-press ol,
  .directory--events ol,
  .directory--events-nav ol,
  .directory--categories--wrapper ol,
  .directory-body-locations ol {
    padding-left: 40px;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 801, ../sass/components/_body-content.scss */
  .why-genpact-cta ol,
  .highlights-list-tout ol,
  .icon-tout ol,
  .proof-points-grid ol,
  .recirculation ol,
  .related-solutions-tout ol,
  .storytelling-blocks ol,
  .text-image-touts ol,
  .logo-grid ol,
  .quote-carousel ol,
  .directory--event-select ol,
  .board-of-directors ol,
  .directory--media-press ol,
  .directory--events ol,
  .directory--events-nav ol,
  .directory--categories--wrapper ol,
  .directory-body-locations ol {
    padding-left: 25px;
    margin-top: 50px;
  }
}
/* line 814, ../sass/components/_body-content.scss */
.why-genpact-cta ol li,
.highlights-list-tout ol li,
.icon-tout ol li,
.proof-points-grid ol li,
.recirculation ol li,
.related-solutions-tout ol li,
.storytelling-blocks ol li,
.text-image-touts ol li,
.logo-grid ol li,
.quote-carousel ol li,
.directory--event-select ol li,
.board-of-directors ol li,
.directory--media-press ol li,
.directory--events ol li,
.directory--events-nav ol li,
.directory--categories--wrapper ol li,
.directory-body-locations ol li {
  list-style: none;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding-left: 1em;
  text-indent: 0;
  margin-bottom: 5px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 814, ../sass/components/_body-content.scss */
  .why-genpact-cta ol li,
  .highlights-list-tout ol li,
  .icon-tout ol li,
  .proof-points-grid ol li,
  .recirculation ol li,
  .related-solutions-tout ol li,
  .storytelling-blocks ol li,
  .text-image-touts ol li,
  .logo-grid ol li,
  .quote-carousel ol li,
  .directory--event-select ol li,
  .board-of-directors ol li,
  .directory--media-press ol li,
  .directory--events ol li,
  .directory--events-nav ol li,
  .directory--categories--wrapper ol li,
  .directory-body-locations ol li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 831, ../sass/components/_body-content.scss */
.why-genpact-cta ol li:before,
.highlights-list-tout ol li:before,
.icon-tout ol li:before,
.proof-points-grid ol li:before,
.recirculation ol li:before,
.related-solutions-tout ol li:before,
.storytelling-blocks ol li:before,
.text-image-touts ol li:before,
.logo-grid ol li:before,
.quote-carousel ol li:before,
.directory--event-select ol li:before,
.board-of-directors ol li:before,
.directory--media-press ol li:before,
.directory--events ol li:before,
.directory--events-nav ol li:before,
.directory--categories--wrapper ol li:before,
.directory-body-locations ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #03A8F5;
  position: absolute;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  top: 0;
  left: -10px;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 831, ../sass/components/_body-content.scss */
  .why-genpact-cta ol li:before,
  .highlights-list-tout ol li:before,
  .icon-tout ol li:before,
  .proof-points-grid ol li:before,
  .recirculation ol li:before,
  .related-solutions-tout ol li:before,
  .storytelling-blocks ol li:before,
  .text-image-touts ol li:before,
  .logo-grid ol li:before,
  .quote-carousel ol li:before,
  .directory--event-select ol li:before,
  .board-of-directors ol li:before,
  .directory--media-press ol li:before,
  .directory--events ol li:before,
  .directory--events-nav ol li:before,
  .directory--categories--wrapper ol li:before,
  .directory-body-locations ol li:before {
    font-size: 18px;
  }
}
/* line 852, ../sass/components/_body-content.scss */
.why-genpact-cta sup,
.highlights-list-tout sup,
.icon-tout sup,
.proof-points-grid sup,
.recirculation sup,
.related-solutions-tout sup,
.storytelling-blocks sup,
.text-image-touts sup,
.logo-grid sup,
.quote-carousel sup,
.directory--event-select sup,
.board-of-directors sup,
.directory--media-press sup,
.directory--events sup,
.directory--events-nav sup,
.directory--categories--wrapper sup,
.directory-body-locations sup {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  top: -0.6em;
}
/* line 861, ../sass/components/_body-content.scss */
.why-genpact-cta sub,
.highlights-list-tout sub,
.icon-tout sub,
.proof-points-grid sub,
.recirculation sub,
.related-solutions-tout sub,
.storytelling-blocks sub,
.text-image-touts sub,
.logo-grid sub,
.quote-carousel sub,
.directory--event-select sub,
.board-of-directors sub,
.directory--media-press sub,
.directory--events sub,
.directory--events-nav sub,
.directory--categories--wrapper sub,
.directory-body-locations sub {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  bottom: -0.6em;
}
/* line 869, ../sass/components/_body-content.scss */
.why-genpact-cta h1, .why-genpact-cta h2, .why-genpact-cta h3, .why-genpact-cta h4, .why-genpact-cta h5, .why-genpact-cta h6,
.highlights-list-tout h1,
.highlights-list-tout h2,
.highlights-list-tout h3,
.highlights-list-tout h4,
.highlights-list-tout h5,
.highlights-list-tout h6,
.icon-tout h1,
.icon-tout h2,
.icon-tout h3,
.icon-tout h4,
.icon-tout h5,
.icon-tout h6,
.proof-points-grid h1,
.proof-points-grid h2,
.proof-points-grid h3,
.proof-points-grid h4,
.proof-points-grid h5,
.proof-points-grid h6,
.recirculation h1,
.recirculation h2,
.recirculation h3,
.recirculation h4,
.recirculation h5,
.recirculation h6,
.related-solutions-tout h1,
.related-solutions-tout h2,
.related-solutions-tout h3,
.related-solutions-tout h4,
.related-solutions-tout h5,
.related-solutions-tout h6,
.storytelling-blocks h1,
.storytelling-blocks h2,
.storytelling-blocks h3,
.storytelling-blocks h4,
.storytelling-blocks h5,
.storytelling-blocks h6,
.text-image-touts h1,
.text-image-touts h2,
.text-image-touts h3,
.text-image-touts h4,
.text-image-touts h5,
.text-image-touts h6,
.logo-grid h1,
.logo-grid h2,
.logo-grid h3,
.logo-grid h4,
.logo-grid h5,
.logo-grid h6,
.quote-carousel h1,
.quote-carousel h2,
.quote-carousel h3,
.quote-carousel h4,
.quote-carousel h5,
.quote-carousel h6,
.directory--event-select h1,
.directory--event-select h2,
.directory--event-select h3,
.directory--event-select h4,
.directory--event-select h5,
.directory--event-select h6,
.board-of-directors h1,
.board-of-directors h2,
.board-of-directors h3,
.board-of-directors h4,
.board-of-directors h5,
.board-of-directors h6,
.directory--media-press h1,
.directory--media-press h2,
.directory--media-press h3,
.directory--media-press h4,
.directory--media-press h5,
.directory--media-press h6,
.directory--events h1,
.directory--events h2,
.directory--events h3,
.directory--events h4,
.directory--events h5,
.directory--events h6,
.directory--events-nav h1,
.directory--events-nav h2,
.directory--events-nav h3,
.directory--events-nav h4,
.directory--events-nav h5,
.directory--events-nav h6,
.directory--categories--wrapper h1,
.directory--categories--wrapper h2,
.directory--categories--wrapper h3,
.directory--categories--wrapper h4,
.directory--categories--wrapper h5,
.directory--categories--wrapper h6,
.directory-body-locations h1,
.directory-body-locations h2,
.directory-body-locations h3,
.directory-body-locations h4,
.directory-body-locations h5,
.directory-body-locations h6 {
  text-transform: none;
}
/* line 872, ../sass/components/_body-content.scss */
.why-genpact-cta h1 strong, .why-genpact-cta h2 strong, .why-genpact-cta h3 strong, .why-genpact-cta h4 strong, .why-genpact-cta h5 strong, .why-genpact-cta h6 strong,
.highlights-list-tout h1 strong,
.highlights-list-tout h2 strong,
.highlights-list-tout h3 strong,
.highlights-list-tout h4 strong,
.highlights-list-tout h5 strong,
.highlights-list-tout h6 strong,
.icon-tout h1 strong,
.icon-tout h2 strong,
.icon-tout h3 strong,
.icon-tout h4 strong,
.icon-tout h5 strong,
.icon-tout h6 strong,
.proof-points-grid h1 strong,
.proof-points-grid h2 strong,
.proof-points-grid h3 strong,
.proof-points-grid h4 strong,
.proof-points-grid h5 strong,
.proof-points-grid h6 strong,
.recirculation h1 strong,
.recirculation h2 strong,
.recirculation h3 strong,
.recirculation h4 strong,
.recirculation h5 strong,
.recirculation h6 strong,
.related-solutions-tout h1 strong,
.related-solutions-tout h2 strong,
.related-solutions-tout h3 strong,
.related-solutions-tout h4 strong,
.related-solutions-tout h5 strong,
.related-solutions-tout h6 strong,
.storytelling-blocks h1 strong,
.storytelling-blocks h2 strong,
.storytelling-blocks h3 strong,
.storytelling-blocks h4 strong,
.storytelling-blocks h5 strong,
.storytelling-blocks h6 strong,
.text-image-touts h1 strong,
.text-image-touts h2 strong,
.text-image-touts h3 strong,
.text-image-touts h4 strong,
.text-image-touts h5 strong,
.text-image-touts h6 strong,
.logo-grid h1 strong,
.logo-grid h2 strong,
.logo-grid h3 strong,
.logo-grid h4 strong,
.logo-grid h5 strong,
.logo-grid h6 strong,
.quote-carousel h1 strong,
.quote-carousel h2 strong,
.quote-carousel h3 strong,
.quote-carousel h4 strong,
.quote-carousel h5 strong,
.quote-carousel h6 strong,
.directory--event-select h1 strong,
.directory--event-select h2 strong,
.directory--event-select h3 strong,
.directory--event-select h4 strong,
.directory--event-select h5 strong,
.directory--event-select h6 strong,
.board-of-directors h1 strong,
.board-of-directors h2 strong,
.board-of-directors h3 strong,
.board-of-directors h4 strong,
.board-of-directors h5 strong,
.board-of-directors h6 strong,
.directory--media-press h1 strong,
.directory--media-press h2 strong,
.directory--media-press h3 strong,
.directory--media-press h4 strong,
.directory--media-press h5 strong,
.directory--media-press h6 strong,
.directory--events h1 strong,
.directory--events h2 strong,
.directory--events h3 strong,
.directory--events h4 strong,
.directory--events h5 strong,
.directory--events h6 strong,
.directory--events-nav h1 strong,
.directory--events-nav h2 strong,
.directory--events-nav h3 strong,
.directory--events-nav h4 strong,
.directory--events-nav h5 strong,
.directory--events-nav h6 strong,
.directory--categories--wrapper h1 strong,
.directory--categories--wrapper h2 strong,
.directory--categories--wrapper h3 strong,
.directory--categories--wrapper h4 strong,
.directory--categories--wrapper h5 strong,
.directory--categories--wrapper h6 strong,
.directory-body-locations h1 strong,
.directory-body-locations h2 strong,
.directory-body-locations h3 strong,
.directory-body-locations h4 strong,
.directory-body-locations h5 strong,
.directory-body-locations h6 strong {
  font-weight: bold;
}
/* line 876, ../sass/components/_body-content.scss */
.why-genpact-cta h1 em, .why-genpact-cta h2 em, .why-genpact-cta h3 em, .why-genpact-cta h4 em, .why-genpact-cta h5 em, .why-genpact-cta h6 em,
.highlights-list-tout h1 em,
.highlights-list-tout h2 em,
.highlights-list-tout h3 em,
.highlights-list-tout h4 em,
.highlights-list-tout h5 em,
.highlights-list-tout h6 em,
.icon-tout h1 em,
.icon-tout h2 em,
.icon-tout h3 em,
.icon-tout h4 em,
.icon-tout h5 em,
.icon-tout h6 em,
.proof-points-grid h1 em,
.proof-points-grid h2 em,
.proof-points-grid h3 em,
.proof-points-grid h4 em,
.proof-points-grid h5 em,
.proof-points-grid h6 em,
.recirculation h1 em,
.recirculation h2 em,
.recirculation h3 em,
.recirculation h4 em,
.recirculation h5 em,
.recirculation h6 em,
.related-solutions-tout h1 em,
.related-solutions-tout h2 em,
.related-solutions-tout h3 em,
.related-solutions-tout h4 em,
.related-solutions-tout h5 em,
.related-solutions-tout h6 em,
.storytelling-blocks h1 em,
.storytelling-blocks h2 em,
.storytelling-blocks h3 em,
.storytelling-blocks h4 em,
.storytelling-blocks h5 em,
.storytelling-blocks h6 em,
.text-image-touts h1 em,
.text-image-touts h2 em,
.text-image-touts h3 em,
.text-image-touts h4 em,
.text-image-touts h5 em,
.text-image-touts h6 em,
.logo-grid h1 em,
.logo-grid h2 em,
.logo-grid h3 em,
.logo-grid h4 em,
.logo-grid h5 em,
.logo-grid h6 em,
.quote-carousel h1 em,
.quote-carousel h2 em,
.quote-carousel h3 em,
.quote-carousel h4 em,
.quote-carousel h5 em,
.quote-carousel h6 em,
.directory--event-select h1 em,
.directory--event-select h2 em,
.directory--event-select h3 em,
.directory--event-select h4 em,
.directory--event-select h5 em,
.directory--event-select h6 em,
.board-of-directors h1 em,
.board-of-directors h2 em,
.board-of-directors h3 em,
.board-of-directors h4 em,
.board-of-directors h5 em,
.board-of-directors h6 em,
.directory--media-press h1 em,
.directory--media-press h2 em,
.directory--media-press h3 em,
.directory--media-press h4 em,
.directory--media-press h5 em,
.directory--media-press h6 em,
.directory--events h1 em,
.directory--events h2 em,
.directory--events h3 em,
.directory--events h4 em,
.directory--events h5 em,
.directory--events h6 em,
.directory--events-nav h1 em,
.directory--events-nav h2 em,
.directory--events-nav h3 em,
.directory--events-nav h4 em,
.directory--events-nav h5 em,
.directory--events-nav h6 em,
.directory--categories--wrapper h1 em,
.directory--categories--wrapper h2 em,
.directory--categories--wrapper h3 em,
.directory--categories--wrapper h4 em,
.directory--categories--wrapper h5 em,
.directory--categories--wrapper h6 em,
.directory-body-locations h1 em,
.directory-body-locations h2 em,
.directory-body-locations h3 em,
.directory-body-locations h4 em,
.directory-body-locations h5 em,
.directory-body-locations h6 em {
  font-style: italic;
}
/* line 880, ../sass/components/_body-content.scss */
.why-genpact-cta h1 sup, .why-genpact-cta h2 sup, .why-genpact-cta h3 sup, .why-genpact-cta h4 sup, .why-genpact-cta h5 sup, .why-genpact-cta h6 sup,
.highlights-list-tout h1 sup,
.highlights-list-tout h2 sup,
.highlights-list-tout h3 sup,
.highlights-list-tout h4 sup,
.highlights-list-tout h5 sup,
.highlights-list-tout h6 sup,
.icon-tout h1 sup,
.icon-tout h2 sup,
.icon-tout h3 sup,
.icon-tout h4 sup,
.icon-tout h5 sup,
.icon-tout h6 sup,
.proof-points-grid h1 sup,
.proof-points-grid h2 sup,
.proof-points-grid h3 sup,
.proof-points-grid h4 sup,
.proof-points-grid h5 sup,
.proof-points-grid h6 sup,
.recirculation h1 sup,
.recirculation h2 sup,
.recirculation h3 sup,
.recirculation h4 sup,
.recirculation h5 sup,
.recirculation h6 sup,
.related-solutions-tout h1 sup,
.related-solutions-tout h2 sup,
.related-solutions-tout h3 sup,
.related-solutions-tout h4 sup,
.related-solutions-tout h5 sup,
.related-solutions-tout h6 sup,
.storytelling-blocks h1 sup,
.storytelling-blocks h2 sup,
.storytelling-blocks h3 sup,
.storytelling-blocks h4 sup,
.storytelling-blocks h5 sup,
.storytelling-blocks h6 sup,
.text-image-touts h1 sup,
.text-image-touts h2 sup,
.text-image-touts h3 sup,
.text-image-touts h4 sup,
.text-image-touts h5 sup,
.text-image-touts h6 sup,
.logo-grid h1 sup,
.logo-grid h2 sup,
.logo-grid h3 sup,
.logo-grid h4 sup,
.logo-grid h5 sup,
.logo-grid h6 sup,
.quote-carousel h1 sup,
.quote-carousel h2 sup,
.quote-carousel h3 sup,
.quote-carousel h4 sup,
.quote-carousel h5 sup,
.quote-carousel h6 sup,
.directory--event-select h1 sup,
.directory--event-select h2 sup,
.directory--event-select h3 sup,
.directory--event-select h4 sup,
.directory--event-select h5 sup,
.directory--event-select h6 sup,
.board-of-directors h1 sup,
.board-of-directors h2 sup,
.board-of-directors h3 sup,
.board-of-directors h4 sup,
.board-of-directors h5 sup,
.board-of-directors h6 sup,
.directory--media-press h1 sup,
.directory--media-press h2 sup,
.directory--media-press h3 sup,
.directory--media-press h4 sup,
.directory--media-press h5 sup,
.directory--media-press h6 sup,
.directory--events h1 sup,
.directory--events h2 sup,
.directory--events h3 sup,
.directory--events h4 sup,
.directory--events h5 sup,
.directory--events h6 sup,
.directory--events-nav h1 sup,
.directory--events-nav h2 sup,
.directory--events-nav h3 sup,
.directory--events-nav h4 sup,
.directory--events-nav h5 sup,
.directory--events-nav h6 sup,
.directory--categories--wrapper h1 sup,
.directory--categories--wrapper h2 sup,
.directory--categories--wrapper h3 sup,
.directory--categories--wrapper h4 sup,
.directory--categories--wrapper h5 sup,
.directory--categories--wrapper h6 sup,
.directory-body-locations h1 sup,
.directory-body-locations h2 sup,
.directory-body-locations h3 sup,
.directory-body-locations h4 sup,
.directory-body-locations h5 sup,
.directory-body-locations h6 sup {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  top: -0.6em;
}
/* line 891, ../sass/components/_body-content.scss */
.why-genpact-cta h1 sub, .why-genpact-cta h2 sub, .why-genpact-cta h3 sub, .why-genpact-cta h4 sub, .why-genpact-cta h5 sub, .why-genpact-cta h6 sub,
.highlights-list-tout h1 sub,
.highlights-list-tout h2 sub,
.highlights-list-tout h3 sub,
.highlights-list-tout h4 sub,
.highlights-list-tout h5 sub,
.highlights-list-tout h6 sub,
.icon-tout h1 sub,
.icon-tout h2 sub,
.icon-tout h3 sub,
.icon-tout h4 sub,
.icon-tout h5 sub,
.icon-tout h6 sub,
.proof-points-grid h1 sub,
.proof-points-grid h2 sub,
.proof-points-grid h3 sub,
.proof-points-grid h4 sub,
.proof-points-grid h5 sub,
.proof-points-grid h6 sub,
.recirculation h1 sub,
.recirculation h2 sub,
.recirculation h3 sub,
.recirculation h4 sub,
.recirculation h5 sub,
.recirculation h6 sub,
.related-solutions-tout h1 sub,
.related-solutions-tout h2 sub,
.related-solutions-tout h3 sub,
.related-solutions-tout h4 sub,
.related-solutions-tout h5 sub,
.related-solutions-tout h6 sub,
.storytelling-blocks h1 sub,
.storytelling-blocks h2 sub,
.storytelling-blocks h3 sub,
.storytelling-blocks h4 sub,
.storytelling-blocks h5 sub,
.storytelling-blocks h6 sub,
.text-image-touts h1 sub,
.text-image-touts h2 sub,
.text-image-touts h3 sub,
.text-image-touts h4 sub,
.text-image-touts h5 sub,
.text-image-touts h6 sub,
.logo-grid h1 sub,
.logo-grid h2 sub,
.logo-grid h3 sub,
.logo-grid h4 sub,
.logo-grid h5 sub,
.logo-grid h6 sub,
.quote-carousel h1 sub,
.quote-carousel h2 sub,
.quote-carousel h3 sub,
.quote-carousel h4 sub,
.quote-carousel h5 sub,
.quote-carousel h6 sub,
.directory--event-select h1 sub,
.directory--event-select h2 sub,
.directory--event-select h3 sub,
.directory--event-select h4 sub,
.directory--event-select h5 sub,
.directory--event-select h6 sub,
.board-of-directors h1 sub,
.board-of-directors h2 sub,
.board-of-directors h3 sub,
.board-of-directors h4 sub,
.board-of-directors h5 sub,
.board-of-directors h6 sub,
.directory--media-press h1 sub,
.directory--media-press h2 sub,
.directory--media-press h3 sub,
.directory--media-press h4 sub,
.directory--media-press h5 sub,
.directory--media-press h6 sub,
.directory--events h1 sub,
.directory--events h2 sub,
.directory--events h3 sub,
.directory--events h4 sub,
.directory--events h5 sub,
.directory--events h6 sub,
.directory--events-nav h1 sub,
.directory--events-nav h2 sub,
.directory--events-nav h3 sub,
.directory--events-nav h4 sub,
.directory--events-nav h5 sub,
.directory--events-nav h6 sub,
.directory--categories--wrapper h1 sub,
.directory--categories--wrapper h2 sub,
.directory--categories--wrapper h3 sub,
.directory--categories--wrapper h4 sub,
.directory--categories--wrapper h5 sub,
.directory--categories--wrapper h6 sub,
.directory-body-locations h1 sub,
.directory-body-locations h2 sub,
.directory-body-locations h3 sub,
.directory-body-locations h4 sub,
.directory-body-locations h5 sub,
.directory-body-locations h6 sub {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  bottom: -0.6em;
}

/* line 3, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  /* line 5, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks .container {
    width: 970px;
  }
}
/* line 16, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks.theme-dark .storytelling-blocks--tabs--tab-wrapper.active a {
  color: #fff;
}
/* line 22, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks.theme-dark .storytelling-blocks--tabs--tab-wrapper a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  /* line 3, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks {
    padding: 110px 0 80px 0;
  }
}
@media (min-width: 992px) {
  /* line 3, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks {
    padding: 150px 0 90px 0;
  }
}
/* line 39, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--intro--header {
  margin-bottom: 60px;
  padding: 0 5%;
  font-size: 34px;
  font-weight: 300;
}
/* line 48, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--intro--header p {
  margin-bottom: 60px;
  padding: 0 5%;
  font-size: 34px;
  font-weight: 300;
}
/* line 62, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tabs-desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 62, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--tabs-desktop {
    display: block;
  }
}
/* line 70, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tabs-mobile {
  display: block;
}
@media (min-width: 768px) {
  /* line 70, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--tabs-mobile {
    display: none;
  }
}
/* line 77, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tabs {
  text-align: center;
  text-transform: uppercase;
}
/* line 82, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper {
  position: relative;
  border: 1px solid #373d46;
}
/* line 86, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #373d46;
  text-decoration: none;
}
/* line 95, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper a:hover {
  color: #373d46;
}
/* line 101, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper .tab--arrow-wrapper {
  width: 100%;
  position: absolute;
  bottom: -12px;
  left: 0;
  text-align: center;
  display: none;
}
/* line 108, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper .tab--arrow-wrapper--arrow {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #373d46;
}
/* line 117, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper.active {
  background-color: #373d46;
}
/* line 119, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper.active a {
  color: #fff;
}
/* line 121, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper.active a:hover {
  color: #fff;
}
/* line 125, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper.active .tab--arrow-wrapper {
  display: block;
}
/* line 131, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab {
  display: block;
}
/* line 133, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab.active {
  background-color: #373d46;
}
/* line 139, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--group--content {
  max-height: 2500px;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
@media (min-width: 768px) {
  /* line 139, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--group--content {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/* line 146, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--group--content.group-closed {
  max-height: 0;
}
/* line 152, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--sub-desciption {
  margin: 70px 0 0 0;
  padding: 0 5%;
}
/* line 155, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--sub-desciption p {
  font-size: 20px;
  line-height: 27px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 152, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--sub-desciption {
    margin: 70px 0 30px 0;
  }
  /* line 163, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--sub-desciption p {
    font-size: 22px;
    line-height: 28px;
    font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  }
}
/* line 171, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics {
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 171, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics {
    margin: 0 auto 60px auto;
    width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 171, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics {
    width: 910px;
  }
}
/* line 182, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics--metric {
  padding: 50px 30px;
  border-bottom: 1px solid #373d46;
}
@media (min-width: 768px) {
  /* line 182, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics--metric {
    padding: 0 20px;
    border-bottom: none;
    border-right: 1px solid #373d46;
  }
}
@media (min-width: 768px) {
  /* line 182, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics--metric {
    padding: 0 30px;
  }
}
/* line 193, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics--metric:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  /* line 193, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics--metric:last-child {
    border-right: none;
  }
}
/* line 200, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics--value {
  margin-bottom: 18px;
  font-size: 50px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: normal;
  line-height: 52px;
}
/* line 207, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics--description {
  width: 170px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}
/* line 216, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--learn-more {
  margin-bottom: 60px;
  text-align: center;
}
/* line 220, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--learn-more--link {
  width: 183px;
  height: 43px;
  padding: 0;
  margin: 0 0 28px;
  border-radius: 2px;
  border: 1.5px solid #0182d3;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0182d3;
  display: inline-block;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 43px;
  overflow: hidden;
  letter-spacing: 1.3pt;
}
/* line 238, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--learn-more--link:hover, .storytelling-blocks--tabs--learn-more--link:active {
  border: 1.5px solid #23527c;
}

/* line 5, ../sass/components/_directory.scss */
.directory--categories {
  min-height: 80px;
  background-color: #F1F1F1;
}
/* line 9, ../sass/components/_directory.scss */
.directory--categories--wrapper {
  padding: 30px 0;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 18px;
}
/* line 14, ../sass/components/_directory.scss */
.directory--categories--view-by {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  float: left;
}
/* line 21, ../sass/components/_directory.scss */
.directory--categories--category-wrapper {
  display: table;
}
/* line 24, ../sass/components/_directory.scss */
.directory--categories--category {
  margin: 0 20px;
  font-size: 16px;
  display: block;
}
@media (min-width: 992px) {
  /* line 24, ../sass/components/_directory.scss */
  .directory--categories--category {
    display: inline-block;
  }
}
/* line 31, ../sass/components/_directory.scss */
.directory--categories--category--line {
  display: none;
}
@media (min-width: 992px) {
  /* line 31, ../sass/components/_directory.scss */
  .directory--categories--category--line {
    display: inline-block;
  }
}
/* line 40, ../sass/components/_directory.scss */
.directory-items-container {
  margin-top: 40px;
}
/* line 44, ../sass/components/_directory.scss */
.directory--event-select {
  padding: 20px 0;
  border-bottom: 2px solid #DBDBDB;
  position: relative;
}
/* line 48, ../sass/components/_directory.scss */
.directory--event-select--category-year {
  font-size: 34px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 100;
  line-height: 41px;
}
/* line 54, ../sass/components/_directory.scss */
.directory--event-select--category {
  font-style: italic;
  text-transform: capitalize;
}
/* line 58, ../sass/components/_directory.scss */
.directory--event-select--year {
  display: none;
}
@media (min-width: 768px) {
  /* line 58, ../sass/components/_directory.scss */
  .directory--event-select--year {
    display: inline-block;
  }
}
/* line 64, ../sass/components/_directory.scss */
.directory--event-select--border {
  color: #BEBEBE;
}
@media (min-width: 768px) {
  /* line 67, ../sass/components/_directory.scss */
  .directory--event-select--border.borderHide {
    display: none;
  }
}
/* line 72, ../sass/components/_directory.scss */
.directory--event-select--select-mobile {
  display: inline-block;
  font-size: 34px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 100;
  line-height: 41px;
}
/* line 78, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 78, ../sass/components/_directory.scss */
  .directory--event-select--select-mobile--psuedo-select {
    display: none;
  }
}
/* line 85, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--select {
  font-size: 34px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 100;
  line-height: 41px;
  color: #03A8F5;
}
/* line 95, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--list {
  width: 150px;
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 10;
  border: 1px solid #DBDBDB;
  margin-top: 0 !important;
  padding: 0px 20px !important;
  background-color: #fff;
}
/* line 106, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--list--arrow {
  position: absolute;
  right: 5px;
  top: -8px;
  z-index: 20;
}
/* line 112, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--list li {
  margin-bottom: 0 !important;
  padding: 10px 0px;
  font-size: 12px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  color: #636363 !important;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
}
/* line 120, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--list li::before {
  content: none !important;
}
/* line 126, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--select {
  display: none;
}
/* line 130, ../sass/components/_directory.scss */
.directory--event-select--select-desktop {
  display: none;
}
/* line 132, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--view {
  font-size: 13px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.44px;
}
/* line 139, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
/* line 143, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--select {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.44px;
  font-weight: bold;
  border-bottom: 1px solid #D0D0D0;
}
/* line 153, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--list {
  width: 150px;
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 10;
  border: 1px solid #DBDBDB;
  margin-top: 0 !important;
  padding: 0px 20px !important;
  background-color: #fff;
}
/* line 164, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--list--arrow {
  position: absolute;
  right: 5px;
  top: -8px;
  z-index: 20;
}
/* line 170, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--list li {
  margin-bottom: 0 !important;
  padding: 10px 0px;
  font-size: 12px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  color: #636363 !important;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
}
/* line 178, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--list li::before {
  content: none !important;
}
/* line 184, ../sass/components/_directory.scss */
.directory--event-select--select-desktop select {
  display: none;
}
@media (min-width: 768px) {
  /* line 198, ../sass/components/_directory.scss */
  .directory--event-select--select-desktop {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
  }
}
/* line 208, ../sass/components/_directory.scss */
.directory--events--group {
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
/* line 216, ../sass/components/_directory.scss */
.directory--events--event {
  margin: 0;
  padding: 35px 0;
  border-bottom: 1px solid #ECECEC;
}
/* line 220, ../sass/components/_directory.scss */
.directory--events--event .col-sm-9 {
  padding-left: 0;
}
/* line 223, ../sass/components/_directory.scss */
.directory--events--event--date {
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
}
/* line 230, ../sass/components/_directory.scss */
.directory--events--event--copy {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  line-height: 20px;
  font-weight: 100;
}
/* line 236, ../sass/components/_directory.scss */
.directory--events--event--copy hr {
  border-top: 1px solid #ECECEC;
}
/* line 240, ../sass/components/_directory.scss */
.directory--events--event--link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
}
/* line 245, ../sass/components/_directory.scss */
.directory--events--event--socials {
  text-align: right;
}
/* line 247, ../sass/components/_directory.scss */
.directory--events--event--socials img {
  margin-left: 5px;
  display: inline-block;
}
/* line 253, ../sass/components/_directory.scss */
.directory--events--no-listings {
  padding: 20px 0;
}
/* line 258, ../sass/components/_directory.scss */
.directory--events-nav {
  padding: 30px 0;
  text-align: center;
  position: relative;
}
/* line 262, ../sass/components/_directory.scss */
.directory--events-nav--prev {
  position: absolute;
  top: 40px;
  left: 0;
}
/* line 267, ../sass/components/_directory.scss */
.directory--events-nav--load-more {
  display: inline-block;
  margin: 0 auto;
}
/* line 270, ../sass/components/_directory.scss */
.directory--events-nav--load-more a {
  padding: 12px 34px 10px;
  display: inline-block;
  text-decoration: none;
  border: 1.5px solid #46B2F6;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.3pt;
  text-transform: uppercase;
  border-radius: 2px;
}
/* line 283, ../sass/components/_directory.scss */
.directory--events-nav--next {
  position: absolute;
  top: 40px;
  right: 0;
}
/* line 288, ../sass/components/_directory.scss */
.directory--events-nav--prev-next-link {
  font-weight: bold;
}
/* line 290, ../sass/components/_directory.scss */
.directory--events-nav--prev-next-link--link-text {
  color: #000;
}
/* line 293, ../sass/components/_directory.scss */
.directory--events-nav--prev-next-link--arrow {
  display: inline-block;
  margin-bottom: 3px;
}
/* line 297, ../sass/components/_directory.scss */
.directory--events-nav--prev-next-link--prev-arrow {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 308, ../sass/components/_directory.scss */
.directory--media-press {
  margin-top: 72px;
}
/* line 310, ../sass/components/_directory.scss */
.directory--media-press h3 {
  padding-bottom: 25px;
  border-bottom: 2px solid #DBDBDB;
  font-style: italic;
  font-weight: 300;
}
/* line 316, ../sass/components/_directory.scss */
.directory--media-press--location {
  padding-top: 20px;
  border-bottom: 1px solid #ECECEC;
}
/* line 319, ../sass/components/_directory.scss */
.directory--media-press--location h4 {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
/* line 325, ../sass/components/_directory.scss */
.directory--media-press--location--details-link {
  color: #9E9E9E;
}
/* line 328, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.5px;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 334, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--subheader-name {
  font-weight: bold;
  color: #000;
  letter-spacing: 1.5px;
  display: block;
}
/* line 340, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  letter-spacing: 1.5px;
  display: block;
}
/* line 348, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--address {
  display: block;
  color: #000;
  font-weight: 300;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
/* line 356, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--email {
  color: #818181;
  display: block;
  font-weight: 300;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
/* line 364, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--phone {
  color: #818181;
  display: block;
  font-weight: 300;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
/* line 374, ../sass/components/_directory.scss */
.directory--media-press--location:last-child {
  border-bottom: none;
}
/* line 379, ../sass/components/_directory.scss */
.directory--media-press--press--link {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

/* line 3, ../sass/components/_contact-board.scss */
.contact-board {
  text-align: center;
  padding: 70px 0;
}
/* line 8, ../sass/components/_contact-board.scss */
.contact-board--learn-more {
  overflow-y: hidden;
  max-height: 1000px;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
/* line 12, ../sass/components/_contact-board.scss */
.contact-board--learn-more--close {
  max-height: 0;
}
/* line 15, ../sass/components/_contact-board.scss */
.contact-board--learn-more--header {
  margin-bottom: 25px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
/* line 23, ../sass/components/_contact-board.scss */
.contact-board--learn-more--btn {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 153px;
  height: 39px;
  padding: 0;
  border-radius: 2px;
  border: 1.5px solid #000;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 39px;
  overflow: hidden;
  letter-spacing: 1.3pt;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  /* line 23, ../sass/components/_contact-board.scss */
  .contact-board--learn-more--btn {
    display: block;
    margin: 10px auto 0;
  }
}
/* line 44, ../sass/components/_contact-board.scss */
.contact-board--learn-more--btn:hover, .contact-board--learn-more--btn:active, .contact-board--learn-more--btn:visited {
  color: #000;
}
/* line 50, ../sass/components/_contact-board.scss */
.contact-board--details {
  text-align: left;
  overflow-y: hidden;
  max-height: 1000px;
  position: relative;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
/* line 56, ../sass/components/_contact-board.scss */
.contact-board--details--close {
  max-height: 0;
}
/* line 59, ../sass/components/_contact-board.scss */
.contact-board--details--close-btn {
  width: 24px;
  height: 24px;
  background-image: url("../images/CLOSE_icon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 68, ../sass/components/_contact-board.scss */
.contact-board--details--header {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
/* line 77, ../sass/components/_contact-board.scss */
.contact-board--details--description {
  margin-bottom: 40px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
}
/* line 81, ../sass/components/_contact-board.scss */
.contact-board--details--contact {
  font-size: 14px;
}
/* line 83, ../sass/components/_contact-board.scss */
.contact-board--details--contact--header {
  margin-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 88, ../sass/components/_contact-board.scss */
.contact-board--details--contact--address {
  line-height: 20px;
}
/* line 91, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone {
  line-height: 20px;
}
/* line 93, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone--email {
  color: #818181;
  display: block;
}
/* line 96, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone--email:hover {
  color: #818181;
}
/* line 100, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone--phone {
  color: #818181;
  display: block;
}
/* line 103, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone--phone:hover {
  color: #818181;
}

@media (max-width: 767px) {
  /* line 3, ../sass/components/_insights-bullets.scss */
  .insights-bullets .container {
    margin: 0 15px;
  }
}
/* line 9, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullets-points {
  border-top: 5px solid #4A90E2;
  background: #FFF;
  margin-right: -46px;
  margin-left: -46px;
}
@media (max-width: 767px) {
  /* line 9, ../sass/components/_insights-bullets.scss */
  .insights-bullets .insights-bullets-points {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/* line 20, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullets-points .row {
  margin-left: 31px;
  margin-right: 31px;
}
@media (max-width: 767px) {
  /* line 20, ../sass/components/_insights-bullets.scss */
  .insights-bullets .insights-bullets-points .row {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 30, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullets-points p {
  padding-right: 0;
}
/* line 35, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullet {
  position: relative;
}
/* line 38, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullet .insights-bullet-check {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 11px;
  overflow: hidden;
}
/* line 48, ../sass/components/_insights-bullets.scss */
.insights-bullets h4 {
  padding: 30px 0 24px;
  text-align: center;
  /* INSIGHTS IN BRIEF: */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 48, ../sass/components/_insights-bullets.scss */
  .insights-bullets h4 {
    padding: 21px 0 28px;
  }
}
/* line 63, ../sass/components/_insights-bullets.scss */
.insights-bullets p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  line-height: 25px;
  padding: 0 17px 0 25px;
}
@media (max-width: 767px) {
  /* line 63, ../sass/components/_insights-bullets.scss */
  .insights-bullets p {
    padding: 0 17px 18px 25px;
  }
  /* line 73, ../sass/components/_insights-bullets.scss */
  .insights-bullets p:last {
    padding-bottom: 20px;
  }
}
/* line 79, ../sass/components/_insights-bullets.scss */
.insights-bullets hr {
  border: 0px;
  border-top: 1px solid #DEDEDE;
  margin: 16px 0 0;
}

/* line 87, ../sass/components/_insights-bullets.scss */
.article-shift-up-wrapper {
  position: relative;
  top: -89px;
  z-index: 0;
}
/* line 92, ../sass/components/_insights-bullets.scss */
.article-shift-up-wrapper .recirculation {
  padding-bottom: 0;
}
/* line 96, ../sass/components/_insights-bullets.scss */
.article-shift-up-wrapper .insights-bullets {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 87, ../sass/components/_insights-bullets.scss */
  .article-shift-up-wrapper {
    top: -66px;
  }
  /* line 103, ../sass/components/_insights-bullets.scss */
  .article-shift-up-wrapper .recirculation {
    padding-bottom: 13px;
  }
}

/* line 3, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio {
  padding: 44px 0 41px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.bio-byline .insights-author__bio:before, .bio-byline .insights-author__bio:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.bio-byline .insights-author__bio:after {
  clear: both;
}
/* line 7, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .portrait {
  display: block;
  width: 143px;
  height: 143px;
  border: 0px;
}
@media (max-width: 767px) {
  /* line 7, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .portrait {
    float: none;
    width: 154px;
    height: 154px;
  }
}
/* line 20, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text {
  text-align: left;
  margin-left: 195px;
  padding-top: 11px;
}
@media (max-width: 767px) {
  /* line 20, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 29, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text .name-title-combo {
    padding-top: 19px;
  }
}
/* line 35, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text .author {
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 20px;
  color: #272727;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  /* line 35, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text .author {
    display: block;
    font-size: 26px;
    line-height: 40px;
  }
}
/* line 50, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text .title {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #717171;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  /* line 50, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text .title {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    padding-top: 21px;
  }
}
@media (max-width: 767px) {
  /* line 67, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text dash {
    display: none;
  }
}
/* line 73, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text p {
  padding: 14px 60px 16px 0;
  margin: 0;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  color: #000;
  line-height: 29px;
}
@media (max-width: 767px) {
  /* line 73, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text p {
    padding: 28px 0 26px;
    font-size: 20px;
    line-height: 30px;
  }
}
/* line 88, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text .arrow-cta {
  display: inline-block;
  color: #56B5F6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right -1px;
  padding-right: 27px;
}
/* line 98, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text .arrow-cta:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527c;
}
/* line 115, ../sass/components/_bio-byline.scss */
.bio-byline hr {
  border: 0px;
  border-top: 1px solid #DEDEDE;
  margin: 0;
}

/* line 3, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share {
  text-align: center;
  line-height: 1;
  padding: 44px 0 42px;
}
@media (max-width: 767px) {
  /* line 3, ../sass/components/_insights-social-share.scss */
  .insights-social-share .social-share {
    padding: 45px 0;
  }
}
/* line 12, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a {
  display: inline-block;
  margin: 0 13px;
  width: 51px;
  height: 51px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -10000px;
  size: 1px;
  color: #FFF;
}
@media (max-width: 767px) {
  /* line 12, ../sass/components/_insights-social-share.scss */
  .insights-social-share .social-share a {
    width: 38px;
    height: 38px;
    margin: 0 8px;
  }
}
/* line 31, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.twitter {
  background-image: url("/craft/assets/images/img.social.twitter.svg");
}
/* line 35, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.facebook {
  background-image: url("/craft/assets/images/img.social.facebook.svg");
}
/* line 39, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.linkedin {
  background-image: url("/craft/assets/images/img.social.linkedin.svg");
}
/* line 43, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.email {
  background-image: url("/craft/assets/images/img.social.email.svg");
}
/* line 47, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.print {
  background-image: url("/craft/assets/images/img.social.print.svg");
}

/* line 1, ../sass/components/_image-show-hide.scss */
.image-show-hide {
  background: #1788D2;
  text-align: center;
  padding: 84px 0;
}
/* line 6, ../sass/components/_image-show-hide.scss */
.image-show-hide .svg-icon {
  display: inline-block;
}
/* line 9, ../sass/components/_image-show-hide.scss */
.image-show-hide .svg-icon svg {
  fill: #fff;
}
/* line 14, ../sass/components/_image-show-hide.scss */
.image-show-hide h4 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  padding: 30px 8% 30px;
}
@media (max-width: 767px) {
  /* line 14, ../sass/components/_image-show-hide.scss */
  .image-show-hide h4 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 45px;
  }
}
/* line 32, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer .drawer {
  display: none;
  padding: 26px 0 53px;
}
@media (max-width: 767px) {
  /* line 32, ../sass/components/_image-show-hide.scss */
  .image-show-hide .image-drawer .drawer {
    padding-top: 11px;
  }
}
/* line 43, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer {
  display: block;
}
/* line 47, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer-trigger {
  background: none;
}
/* line 50, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer-trigger .hide-text {
  display: inline;
}
/* line 54, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer-trigger .show-text {
  display: none;
}
/* line 58, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer-trigger:before, .image-show-hide .image-drawer.open-drawer .drawer-trigger:after {
  display: block;
}
/* line 69, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger {
  display: inline-block;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  background: url("/craft/assets/images/img.white.arrow.svg") no-repeat right 4px;
  padding-right: 28px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 69, ../sass/components/_image-show-hide.scss */
  .image-show-hide .drawer-trigger {
    font-size: 16px;
    letter-spacing: 2.46px;
    line-height: 20px;
    background-position: right 3px;
  }
}
/* line 90, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger .hide-text {
  display: none;
}
/* line 94, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger .show-text {
  display: inline;
}
/* line 98, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 103, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  right: 6px;
}
/* line 109, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  right: -3px;
}
/* line 115, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger:before, .image-show-hide .drawer-trigger:after {
  content: " ";
  display: none;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  position: absolute;
}
@media (max-width: 767px) {
  /* line 115, ../sass/components/_image-show-hide.scss */
  .image-show-hide .drawer-trigger:before, .image-show-hide .drawer-trigger:after {
    top: 6px;
  }
}

/* line 1, ../sass/components/_related-topics.scss */
.related-topics {
  padding: 32px 0 0;
}
/* line 4, ../sass/components/_related-topics.scss */
.related-topics .tags {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
/* line 15, ../sass/components/_related-topics.scss */
.related-topics .tags .links {
  color: #2190DC;
}
/* line 18, ../sass/components/_related-topics.scss */
.related-topics .tags .links a {
  color: #2190DC;
}
/* line 21, ../sass/components/_related-topics.scss */
.related-topics .tags .links a:hover {
  color: #23527c;
}

/* line 1, ../sass/components/_insights-contact-us.scss */
.insights-contact-us {
  text-align: center;
}
@media (min-width: 767px) {
  /* line 1, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us {
    text-align: left;
  }
}
/* line 8, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--wrapper {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
@media (min-width: 768px) {
  /* line 8, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us--wrapper {
    padding-left: 10px;
  }
}
/* line 18, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--label {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  /* line 18, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us--label {
    margin-bottom: auto;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 1.5px;
    display: inline;
  }
}
/* line 35, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link {
  width: 300px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 24px;
  color: #03A8F5;
  line-height: 29px;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 35, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us--link {
    width: auto;
    font-size: 18px;
    line-height: 20px;
    display: inline;
  }
}
/* line 50, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link img {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  /* line 50, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us--link img {
    display: none;
  }
}
/* line 60, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link img.regular {
  display: inline-block;
}
/* line 63, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link img.hover {
  display: none;
}
/* line 68, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link:hover img.regular {
  display: none;
}
/* line 71, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link:hover img.hover {
  display: inline-block;
}

/* line 1, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets {
  padding: 50px 0;
}
/* line 5, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets h2 {
  color: #272727;
}
@media (max-width: 767px) {
  /* line 5, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets h2 {
    font-size: 34px;
  }
}
/* line 13, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--main {
  margin-bottom: 40px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
}
@media (min-width: 767px) {
  /* line 13, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--main {
    margin-bottom: auto;
  }
}
/* line 19, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--main p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 29px;
  color: #000;
}
@media (max-width: 767px) {
  /* line 19, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--main p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 33, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar h3 {
    font-size: 28px;
  }
}
/* line 39, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  line-height: 21px;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 39, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar p {
    font-size: 20px;
  }
}
/* line 48, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ul {
  padding-left: 25px;
}
@media (min-width: 500px) {
  /* line 48, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ul {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  /* line 48, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
/* line 58, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ul li {
  padding-left: 1em;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 29px;
  color: #000;
  font-size: 16px;
}
@media (max-width: 499px) {
  /* line 58, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 73, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  margin-top: -3px;
  margin-left: -20px;
  color: #03A8F5;
  font-size: 8px;
  position: absolute;
}
@media (min-width: 500px) {
  /* line 73, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ul li:before {
    margin-top: 0;
    font-size: 6px;
  }
}
/* line 88, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ol {
  padding-left: 25px;
  counter-reset: item;
}
@media (min-width: 500px) {
  /* line 88, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ol {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  /* line 88, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ol {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
/* line 100, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ol li {
  padding-left: 1em;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 29px;
  color: #000;
  font-size: 17px;
}
@media (max-width: 499px) {
  /* line 100, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ol li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* line 116, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-size: 17px !important;
  margin-top: -3px;
  margin-left: -25px;
  color: #03A8F5;
  font-size: 8px;
  position: absolute;
}
@media (min-width: 500px) {
  /* line 116, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ol li:before {
    margin-top: 0;
    font-size: 6px;
  }
}
/* line 138, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets .sidebar-in-content {
  display: none;
}
@media (min-width: 769px) {
  /* line 138, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets .sidebar-in-content {
    display: inline-block;
    margin-top: 6px;
  }
}
/* line 146, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets .sidebar-in-content-below {
  display: none;
}
@media (max-width: 768px) {
  /* line 146, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets .sidebar-in-content-below {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) {
  /* line 154, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets .sidebar-in-content-below .paragraph-with-bullets--sidebar ul {
    padding-left: 6px;
  }
}

/* line 162, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets + section.wysiwyg {
  padding-top: 0;
  margin-top: -60px;
}

/* line 1, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics {
  padding: 50px 0;
}
/* line 5, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics h2 {
  color: #272727;
}
@media (max-width: 767px) {
  /* line 5, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics h2 {
    font-size: 34px;
  }
}
/* line 13, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--main {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  color: #272727;
  line-height: 29px;
}
/* line 19, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--main p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 19, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics--main p {
    font-size: 20px;
  }
}
/* line 30, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--value-column {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 30, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics--value-column {
    text-align: inherit;
  }
}
/* line 37, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--value-wrapper {
  width: 205px;
  margin: 0 auto;
  text-align: left;
  border-left: 10px solid #f2f2f2;
  position: relative;
}
@media (min-width: 768px) {
  /* line 37, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics--value-wrapper {
    float: right;
  }
}
/* line 51, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--value {
  color: #1DA8F5;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 94px;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 0 0 0 10px;
}
/* line 63, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--value-description {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
  position: relative;
  display: block;
  margin: 80px 0 20px 15px;
}
/* line 77, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics .sidebar-in-content {
  display: none;
}
@media (min-width: 769px) {
  /* line 77, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content {
    display: inline-block;
    margin: 6px 80px 50px 50px;
  }
}
@media (min-width: 768px) {
  /* line 77, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content {
    margin-left: 60px;
  }
}
@media (min-width: 769px) {
  /* line 88, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content.pull-left {
    margin: 6px 80px 40px 0px;
  }
}
/* line 94, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics .sidebar-in-content-below {
  display: none;
}
@media (max-width: 768px) {
  /* line 94, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content-below {
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
  }
  /* line 102, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content-below .paragraph-with-metrics--value-wrapper {
    float: none;
    width: 300px;
  }
  /* line 109, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content-below .paragraph-with-metrics--value-description {
    margin: 0px 0 30px 15px;
    padding-bottom: 15px;
  }
}

/* line 120, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics + section.wysiwyg {
  padding-top: 0;
  margin-top: -60px;
}

/* line 1, ../sass/components/_read-more.scss */
#read-more {
  margin-top: 40px;
}
/* line 5, ../sass/components/_read-more.scss */
#read-more.activate #read-more-drawer {
  height: 1100px;
  overflow: hidden;
}
/* line 10, ../sass/components/_read-more.scss */
#read-more.activate #read-more-trigger {
  display: block;
}
/* line 18, ../sass/components/_read-more.scss */
#read-more.article-shift-up-wrapper {
  margin-top: 0px;
}

/* line 25, ../sass/components/_read-more.scss */
#read-more-drawer .insights-bullets + .wysiwyg,
#read-more-drawer .wysiwyg + .paragraph-with-metrics,
#read-more-drawer .wysiwyg + .footnotes,
#read-more-drawer .wysiwyg + .emphasis-line,
#read-more-drawer .emphasis-line + .wysiwyg,
#read-more-drawer .related-solutions-tout + .wysiwyg {
  padding-top: 0;
}
/* line 34, ../sass/components/_read-more.scss */
#read-more-drawer .insights-contact-us + .wysiwyg,
#read-more-drawer .related-solutions-tout + .wysiwyg {
  padding-top: 40px;
}
/* line 39, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg {
  padding-bottom: 20px;
}
/* line 43, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg + .emphasis-line {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
/* line 48, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:first-child {
  padding-top: 0;
}
/* line 52, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:first-child .no-header-add-padding {
  padding-top: 0;
}
/* line 56, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:last-child {
  padding-bottom: 0;
}
/* line 60, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:first-child h1.wysiwyg__header {
  margin-top: 0px;
}
/* line 64, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:first-child .wysiwyg__lists hr:first-child {
  margin-top: -5px;
}
/* line 68, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg-950XL {
  margin-top: 0;
}
/* line 72, ../sass/components/_read-more.scss */
#read-more-drawer section.insights-bullets + section.wysiwyg div.body-content--video--video {
  margin-top: -20px;
}
/* line 76, ../sass/components/_read-more.scss */
#read-more-drawer section.insights-bullets + section.wysiwyg h1.wysiwyg__header {
  margin-top: 0px;
}

/* line 82, ../sass/components/_read-more.scss */
#read-more-trigger {
  display: none;
  text-align: center;
  position: relative;
  margin-bottom: 53px;
}
/* line 88, ../sass/components/_read-more.scss */
#read-more-trigger:before {
  content: " ";
  background: url("/craft/assets/images/img.readmore.fadeout.png") repeat-x 0 0;
  display: block;
  height: 75px;
  width: 100%;
  position: absolute;
  top: -75px;
  left: 0;
}
/* line 99, ../sass/components/_read-more.scss */
#read-more-trigger span {
  display: inline-block;
  padding: 18px 34px 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2C86EE;
  letter-spacing: 1.39px;
  line-height: 20px;
  border: 2px solid #2A82EA;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  /* CONTINUE READING: */
}

/* line 3, ../sass/components/_next-article.scss */
.next-article .container {
  text-align: right;
}
/* line 7, ../sass/components/_next-article.scss */
.next-article a {
  display: inline-block;
  width: 47%;
  text-align: right;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right 50%;
  padding-right: 50px;
  margin: 35px 0 32px;
  color: #000000;
}
/* line 16, ../sass/components/_next-article.scss */
.next-article a:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527C;
}
@media (max-width: 1199px) {
  /* line 7, ../sass/components/_next-article.scss */
  .next-article a {
    width: 59%;
  }
}
@media (max-width: 767px) {
  /* line 7, ../sass/components/_next-article.scss */
  .next-article a {
    width: auto;
  }
}
/* line 28, ../sass/components/_next-article.scss */
.next-article a strong {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1.5px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
}
/* line 39, ../sass/components/_next-article.scss */
.next-article a span {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 27px;
}
/* line 48, ../sass/components/_next-article.scss */
.next-article hr {
  border: 0px;
  border-top: 1px solid #DEDEDE;
  margin: 0px;
}

/* line 1, ../sass/components/_emphasis-line.scss */
.emphasis-line {
  padding: 50px 0;
  text-align: center;
  color: #31BB83;
  font-size: 28px;
  line-height: 40px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
}
@media (min-width: 768px) {
  /* line 1, ../sass/components/_emphasis-line.scss */
  .emphasis-line {
    padding: 100px 0;
  }
}
/* line 14, ../sass/components/_emphasis-line.scss */
.emphasis-line--copy {
  width: 290px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  /* line 14, ../sass/components/_emphasis-line.scss */
  .emphasis-line--copy {
    width: 500px;
  }
}
@media (min-width: 768px) {
  /* line 14, ../sass/components/_emphasis-line.scss */
  .emphasis-line--copy {
    width: auto;
  }
}

/* line 1, ../sass/components/_footnotes.scss */
.footnotes {
  padding-top: 32px;
}
/* line 4, ../sass/components/_footnotes.scss */
.footnotes ol {
  counter-reset: list;
  margin-left: 7px;
}
/* line 8, ../sass/components/_footnotes.scss */
.footnotes ol li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 19px;
  position: relative;
  z-index: 0;
  padding-bottom: 13px;
}
/* line 17, ../sass/components/_footnotes.scss */
.footnotes ol li:before {
  counter-increment: list;
  content: counter(list);
  color: #8B8B8B;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 8px;
  line-height: 19px;
  top: -3px;
  left: -7px;
}
/* line 29, ../sass/components/_footnotes.scss */
.footnotes ol li:last-child {
  padding-bottom: 0;
}
/* line 35, ../sass/components/_footnotes.scss */
.footnotes p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 19px;
}

/* line 45, ../sass/components/_footnotes.scss */
body.press-release-page .wysiwyg.last-wysiwyg {
  padding-bottom: 20px;
}
/* line 49, ../sass/components/_footnotes.scss */
body.press-release-page .footnotes {
  padding-top: 0px;
  margin-top: 20px;
}

/* line 57, ../sass/components/_footnotes.scss */
body.basic-page .footnotes {
  padding: 0px 0 40px;
  margin-top: -30px;
}

/* line 3, ../sass/components/_insights-search-bar.scss */
.insights-search-bar {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 3, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar {
    text-align: left;
  }
}
/* line 11, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .container {
  position: relative;
}
@media (min-width: 768px) {
  /* line 11, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .container {
    padding: 35px 0 45px 0;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .container {
    position: relative;
  }
}
/* line 26, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .container:before {
  content: ' ';
  position: absolute;
  top: -10px;
  left: 20%;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
}
@media (max-width: 767px) {
  /* line 26, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .container:before {
    display: none;
  }
}
/* line 41, ../sass/components/_insights-search-bar.scss */
body.homepage .insights-search-bar .container:before {
  display: none;
}
/* line 47, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--mobile-intro {
  margin: 0 auto;
  padding: 10px 0 20px 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  /* line 47, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--mobile-intro {
    display: none !important;
  }
}
/* line 59, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--mobile-intro--open-btn {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 0;
}
/* line 67, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--opaque-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
/* line 77, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .insights-search-bar__expandable {
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  /* line 77, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .insights-search-bar__expandable {
    display: block !important;
  }
}
/* line 85, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--form {
  margin: 0px auto;
}
@media (min-width: 768px) {
  /* line 85, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--form {
    width: inherit;
    margin: inherit;
  }
}
/* line 97, ../sass/components/_insights-search-bar.scss */
.insights-search-bar__expandable {
  padding: 40px 0 30px 0;
  position: relative;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  /* line 97, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar__expandable {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  /* line 97, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar__expandable {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  /* line 97, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar__expandable {
    position: inherit;
  }
}
/* line 113, ../sass/components/_insights-search-bar.scss */
.insights-search-bar__expandable--close-btn {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
}
@media (min-width: 768px) {
  /* line 113, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar__expandable--close-btn {
    display: none;
  }
}
/* line 125, ../sass/components/_insights-search-bar.scss */
.insights-search-bar #search-bar-v2 {
  line-height: 38px;
}
/* line 129, ../sass/components/_insights-search-bar.scss */
.insights-search-bar #search-bar-v1, .insights-search-bar #search-bar-v2 {
  display: block;
  padding: 61px 0 47px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-search-bar #search-bar-v1:before, .insights-search-bar #search-bar-v1:after, .insights-search-bar #search-bar-v2:before, .insights-search-bar #search-bar-v2:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-search-bar #search-bar-v1:after, .insights-search-bar #search-bar-v2:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 129, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1, .insights-search-bar #search-bar-v2 {
    padding: 0 0 10px;
  }
}
@media (min-width: 1170px) {
  /* line 129, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1, .insights-search-bar #search-bar-v2 {
    padding: 0;
  }
}
@media (max-width: 1169px) {
  /* line 129, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1, .insights-search-bar #search-bar-v2 {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  /* line 146, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1 {
    float: none;
    width: 870px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1169px) {
  /* line 146, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1 {
    width: auto;
    padding: 0 0 10px;
    margin: 0;
  }
}
/* line 161, ../sass/components/_insights-search-bar.scss */
.insights-search-bar #search-bar-v1 .button {
  display: block;
  float: left;
}
@media (max-width: 1200px) {
  /* line 161, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1 .button {
    float: none;
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    top: 20px;
  }
}
@media (max-width: 1169px) {
  /* line 161, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1 .button {
    float: none;
    width: 100%;
    margin: 0;
    position: static;
    top: 0;
  }
}
/* line 184, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--title {
  margin: 13px 2px 0 0px;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  /* line 184, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--title {
    margin-right: 0;
    font-size: 20px;
  }
}
/* line 196, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--title--mobile {
  display: inline;
}
@media (min-width: 768px) {
  /* line 196, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--title--mobile {
    display: none;
  }
}
/* line 204, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .insights-search-bar--copy-wrapper {
  padding-left: 14px;
}
/* line 208, ../sass/components/_insights-search-bar.scss */
.insights-search-bar label {
  margin-right: 1px;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 208, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar label {
    margin-right: 0;
    font-size: 20px;
  }
}
/* line 220, ../sass/components/_insights-search-bar.scss */
.insights-search-bar label.insights-search-bar--label-mobile {
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 220, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar label.insights-search-bar--label-mobile {
    display: none;
  }
}
/* line 228, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .select-wrapper {
  display: inline-block;
}
/* line 230, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .select-wrapper .bootstrap-select {
  width: inherit !important;
  height: 32px;
  padding-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  /* line 230, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .select-wrapper .bootstrap-select {
    margin-right: 0;
  }
}
/* line 242, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .btn-group {
  position: inherit;
}
@media (min-width: 1200px) {
  /* line 242, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .btn-group {
    position: relative;
  }
}
/* line 249, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .dropup .dropdown-menu.open {
  width: 100%;
  top: 0;
  left: 0;
  bottom: inherit;
}
@media (min-width: 1200px) {
  /* line 249, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .dropup .dropdown-menu.open {
    width: inherit;
    top: auto;
    bottom: 100%;
  }
}
/* line 261, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .dropdown-menu.open {
  width: 100%;
  max-height: 250px !important;
  top: 0;
  left: 0;
  bottom: inherit;
}
@media (min-width: 1200px) {
  /* line 261, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .dropdown-menu.open {
    width: inherit;
    top: 100%;
    bottom: inherit;
  }
}
/* line 274, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .dropdown-menu .selected a {
  color: #02A8F4 !important;
}
/* line 278, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select {
  background: transparent;
}
@media (max-width: 1169px) {
  /* line 278, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select {
    width: 100% !important;
  }
}
/* line 285, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button {
  margin: -7px 13px 0 0;
  padding: 0;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-weight: 300;
  color: #03a8f5;
}
@media (min-width: 768px) {
  /* line 285, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select button {
    margin: -5px 13px 0 0;
    font-size: 20px;
  }
}
/* line 301, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button:focus {
  outline: none !important;
}
/* line 305, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button span.filter-option {
  text-transform: capitalize;
  position: relative;
  top: 2px;
  border-bottom: solid 1.4px #2AB7F6;
}
/* line 312, ../sass/components/_insights-search-bar.scss */
html.ie10 .insights-search-bar .bootstrap-select button span.filter-option {
  top: 1px;
  border-bottom: solid 1.4px #2AB7F6;
}
/* line 317, ../sass/components/_insights-search-bar.scss */
html.ie11 .insights-search-bar .bootstrap-select button span.filter-option {
  top: 1px;
  border-bottom: solid 1.4px #2AB7F6;
}
/* line 326, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button.dropdown-toggle:hover span.filter-option {
  border-bottom: solid 1px #2AB7F6;
}
@media (max-width: 1169px) {
  /* line 285, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select button {
    width: 100%;
  }
}
@media (max-width: 400px) {
  /* line 285, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select button {
    padding-left: 0;
  }
}
/* line 340, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button span.caret {
  height: 7px !important;
  width: 12px !important;
  background: url("/craft/assets/images/angle-arrow-down.png") !important;
  background-size: cover !important;
  top: 16px !important;
  right: 2px !important;
}
/* line 341, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button span.caret::before, .insights-search-bar .bootstrap-select button span.caret::after {
  display: none !important;
}
/* line 352, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  border-color: inherit;
  color: #02A8F4;
}
/* line 357, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button.dropdown-toggle:hover {
  background-color: inherit;
  border-color: inherit;
  color: #02A8F4;
}
/* line 368, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select.active button.dropdown-toggle {
  color: #02A8F4;
}
/* line 370, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select.active button.dropdown-toggle:hover {
  color: #02A8F4;
}
/* line 379, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu {
  border-radius: 2px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: none;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 18px;
  color: #000;
}
@media (min-width: 768px) {
  /* line 379, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select .dropdown-menu {
    font-size: 20px;
  }
}
/* line 390, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu.inner {
  max-height: 200px !important;
  padding: 15px 30px;
}
/* line 395, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu > li > a {
  padding: 7px 0;
  color: #000;
  background-color: #fff;
}
/* line 400, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu > li > a:hover {
  color: #02A8F4;
  background-color: #fff;
}
/* line 406, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu li {
  border-bottom: solid 1px #E9E9E9;
}
/* line 408, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu li span.text {
  text-transform: capitalize;
  font-weight: 300;
}
/* line 412, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}
/* line 421, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--mobile-contact-line {
  margin: 40px 0 25px 0;
  display: block;
  border-bottom: dashed 1px #03a8f5;
}
@media (min-width: 768px) {
  /* line 421, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--mobile-contact-line {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 430, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--copy-wrapper {
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  /* line 430, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--copy-wrapper {
    width: 820px;
    margin-top: -5px;
  }
}
/* line 440, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--submit {
  color: #03a8f5;
  font-size: 19px;
  text-transform: uppercase;
  display: block;
  width: 163px;
  height: 53px;
  padding: 0;
  margin: 20px auto 20px auto;
  border-radius: 2px;
  border: 1.5px solid #03a8f5;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 52px;
  overflow: hidden;
  letter-spacing: 1.3pt;
  cursor: pointer;
}
/* line 462, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--submit:hover {
  background-color: transparent;
  color: #054296;
  border-color: #054296;
}
@media (min-width: 768px) {
  /* line 440, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--submit {
    margin: 20px 0 0 14px;
  }
}
@media (min-width: 480px) {
  /* line 440, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--submit {
    width: 120px;
    height: 43px;
    font-size: 12px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  /* line 440, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--submit {
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 12px;
  }
}

/* line 3, ../sass/components/_contact-us.scss */
.contact-us .contact-us-sidebar {
  padding-top: 25px;
}
/* line 7, ../sass/components/_contact-us.scss */
.contact-us .directory--media-press {
  margin-top: 0px;
}
/* line 10, ../sass/components/_contact-us.scss */
.contact-us .directory--media-press h3 {
  position: relative;
  padding: 25px 0 25px 13px;
}
@media (max-width: 767px) {
  /* line 10, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press h3 {
    cursor: pointer;
  }
}
/* line 18, ../sass/components/_contact-us.scss */
.contact-us .directory--media-press h3:after {
  position: absolute;
  top: 30px;
  right: 13px;
  content: '';
  background: url("/craft/assets/images/img.contact.sidebar.down.arrow.svg") no-repeat 0 0;
  width: 16px;
  height: 10px;
  overflow-x: hidden;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 18, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press h3:after {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  /* line 35, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press .directory--media-press--location {
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    height: 0;
    overflow: hidden;
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  /* line 52, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press.active h3:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 57, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press.active .directory--media-press--location {
    height: auto;
  }
}
/* line 67, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form {
  padding-top: 45px;
}
@media (max-width: 767px) {
  /* line 67, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form {
    padding-top: 35px;
  }
}
/* line 74, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form h2 {
  margin: 0 0 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 34px;
  font-style: italic;
  line-height: 1.1;
}
@media (max-width: 767px) {
  /* line 74, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form h2 {
    margin: 0 0 33px;
    font-size: 30px;
  }
}
/* line 87, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form h3 {
  margin: 0 0 21px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  /* line 87, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form h3 {
    margin: 0 0 27px;
    font-size: 26px;
  }
}
/* line 102, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a {
  display: block;
  overflow-x: hidden;
  padding: 22px 54px 25px 34px;
  margin-bottom: 9px;
  background-color: #f6f6f6;
  border-radius: 2px;
  color: #000;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 17px;
  line-height: 1.1;
  font-weight: 300;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  /* line 102, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form #contact-us-form__selector a {
    padding-left: 27px;
    padding-right: 27px;
    margin-bottom: 5px;
  }
}
/* line 123, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a:after {
  content: " ";
  background: url("/craft/assets/images/img.contact.us.checkmark.white.svg") no-repeat 0 0;
  width: 16px;
  height: 13px;
  display: block;
  position: absolute;
  right: 26px;
  top: 25px;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 123, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form #contact-us-form__selector a:after {
    display: none;
  }
}
/* line 139, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a:hover {
  background: #dbdbdb;
  text-decoration: none;
}
/* line 144, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a:active {
  text-decoration: none;
}
/* line 148, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a.active {
  background: #3f9ad8;
  text-decoration: none;
  color: #FFF;
}
/* line 154, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a.active:after {
  visibility: visible;
}
/* line 162, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector--submit {
  display: block;
  width: 196px;
  padding: 17px 0 14px;
  margin: 14px 0 23px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  color: #C0C0C0;
  letter-spacing: 2.43px;
  border: 2px solid #C0C0C0;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  /* line 162, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form #contact-us-form__selector--submit {
    width: 179px;
    padding: 17px 0 14px;
    margin: 27px auto 32px;
    font-size: 15px;
    letter-spacing: 2.43px;
  }
}
/* line 188, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector--submit.active {
  color: #35A1E3;
  border-color: #35A1E3;
  cursor: pointer;
}
/* line 197, ../sass/components/_contact-us.scss */
.contact-us .divider {
  border-bottom: 1px solid #DBDBDB;
  margin: 27px 0 0;
}
@media (max-width: 767px) {
  /* line 197, ../sass/components/_contact-us.scss */
  .contact-us .divider {
    display: none;
  }
}

/* line 3, ../sass/components/_insight-cards.scss */
.insights-cards {
  background: #F1F1F1;
}
/* line 8, ../sass/components/_insight-cards.scss */
.insights-cards.loading #insights-cards__earlier-insights {
  background-position: center 200px;
  height: 692px;
  overflow: hidden;
}
/* line 13, ../sass/components/_insight-cards.scss */
.insights-cards.loading #insights-cards__earlier-insights .card {
  opacity: 0;
}
/* line 18, ../sass/components/_insight-cards.scss */
.insights-cards.loading #insights-cards__learn-more {
  display: none;
}
/* line 24, ../sass/components/_insight-cards.scss */
.insights-cards .card {
  width: 50%;
  float: left;
  color: #FFF;
}
@media (max-width: 991px) {
  /* line 24, ../sass/components/_insight-cards.scss */
  .insights-cards .card {
    width: 100%;
  }
}
/* line 33, ../sass/components/_insight-cards.scss */
.insights-cards .card * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 37, ../sass/components/_insight-cards.scss */
.insights-cards .card .card-stage {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin: 0 4px 8px 4px;
  overflow: hidden;
  height: 320px;
}
@media (max-width: 767px) {
  /* line 37, ../sass/components/_insight-cards.scss */
  .insights-cards .card .card-stage {
    height: 300px;
  }
}
@media (max-width: 414px) {
  /* line 37, ../sass/components/_insight-cards.scss */
  .insights-cards .card .card-stage {
    height: 370px;
  }
}
/* line 54, ../sass/components/_insight-cards.scss */
.insights-cards .card .card-stage .shade {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 32, 45, 0.6) none repeat scroll 0 0;
}
/* line 66, ../sass/components/_insight-cards.scss */
.insights-cards .card .card-stage.activated .title-type,
.insights-cards .card .card-stage.activated .video {
  opacity: 0;
}
/* line 71, ../sass/components/_insight-cards.scss */
.insights-cards .card .card-stage.activated .description-trigger {
  background-image: url("/craft/assets/images/img.card.arrow.svg");
}
/* line 74, ../sass/components/_insight-cards.scss */
.insights-cards .card .card-stage.activated .description-trigger:hover {
  background-image: url("/craft/assets/images/img.card.arrow.hover.svg");
  color: #23527C;
}
/* line 80, ../sass/components/_insight-cards.scss */
.insights-cards .card .card-stage.activated .description-bkgd {
  top: -70%;
  left: -20%;
}
@media (max-width: 991px) {
  /* line 80, ../sass/components/_insight-cards.scss */
  .insights-cards .card .card-stage.activated .description-bkgd {
    top: -141%;
    left: -9%;
  }
}
/* line 90, ../sass/components/_insight-cards.scss */
.insights-cards .card .card-stage.activated .description {
  top: 0;
  left: 0;
}
/* line 99, ../sass/components/_insight-cards.scss */
.insights-cards .card .tag {
  position: absolute;
  z-index: 4;
  top: 19px;
  left: 14px;
  padding: 7px 8px 4px;
  background: rgba(16, 109, 171, 0.65);
  border-radius: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (max-width: 767px) {
  /* line 99, ../sass/components/_insight-cards.scss */
  .insights-cards .card .tag {
    top: 28px;
    font-size: 16px;
    letter-spacing: 1.96px;
    padding: 10px 21px 8px;
  }
}
/* line 123, ../sass/components/_insight-cards.scss */
.insights-cards .card .tag:hover {
  background: #31abfa;
}
/* line 129, ../sass/components/_insight-cards.scss */
.insights-cards .card .video {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 129, ../sass/components/_insight-cards.scss */
  .insights-cards .card .video {
    display: none;
  }
}
/* line 140, ../sass/components/_insight-cards.scss */
.insights-cards .card .video span {
  display: block;
  position: relative;
  top: -33px;
  left: -33px;
  z-index: 3;
  background: url("/craft/assets/images/img.video.play.buttom.svg") no-repeat 0 0;
  background-size: cover;
  width: 65px;
  height: 65px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 1px;
}
@media (max-width: 767px) {
  /* line 140, ../sass/components/_insight-cards.scss */
  .insights-cards .card .video span {
    width: 44px;
    height: 44px;
    top: -22px;
    left: -22px;
  }
}
/* line 164, ../sass/components/_insight-cards.scss */
.insights-cards .card .title-type {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 0 45px 10px 19px;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 164, ../sass/components/_insight-cards.scss */
  .insights-cards .card .title-type {
    padding-bottom: 12px;
  }
}
/* line 178, ../sass/components/_insight-cards.scss */
.insights-cards .card .eyebrow {
  position: relative;
  display: block;
}
/* line 182, ../sass/components/_insight-cards.scss */
.insights-cards .card .eyebrow span {
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 0;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  width: 300px;
}
/* line 197, ../sass/components/_insight-cards.scss */
.insights-cards .card h5 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #BABABA;
}
@media (max-width: 767px) {
  /* line 197, ../sass/components/_insight-cards.scss */
  .insights-cards .card h5 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media (max-width: 414px) {
  /* line 197, ../sass/components/_insight-cards.scss */
  .insights-cards .card h5 {
    font-size: 22px;
    line-height: 1.2;
  }
}
/* line 215, ../sass/components/_insight-cards.scss */
.insights-cards .card h5 .type {
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 215, ../sass/components/_insight-cards.scss */
  .insights-cards .card h5 .type {
    font-weight: 400;
  }
}
/* line 225, ../sass/components/_insight-cards.scss */
.insights-cards .card h5 .title {
  color: #FFF;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 225, ../sass/components/_insight-cards.scss */
  .insights-cards .card h5 .title {
    font-weight: 400;
  }
}
/* line 237, ../sass/components/_insight-cards.scss */
.insights-cards .card .description-trigger {
  position: absolute;
  z-index: 4;
  right: -32px;
  bottom: -32px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background: url("/craft/assets/images/img.card.arrow.up.svg") no-repeat 7px 25px #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 248, ../sass/components/_insight-cards.scss */
.insights-cards .card .description-trigger:hover {
  -moz-transform: rotate(45deg) scale(1.1);
  -ms-transform: rotate(45deg) scale(1.1);
  -webkit-transform: rotate(45deg) scale(1.1);
  transform: rotate(45deg) scale(1.1);
  background-image: url("/craft/assets/images/img.card.arrow.up.hover.svg");
}
@media (max-width: 767px) {
  /* line 237, ../sass/components/_insight-cards.scss */
  .insights-cards .card .description-trigger {
    display: none;
  }
}
/* line 259, ../sass/components/_insight-cards.scss */
.insights-cards .card .description-bkgd {
  position: absolute;
  z-index: 2;
  top: 75%;
  left: 75%;
  width: 140%;
  height: 246%;
  background-color: #FFF;
  opacity: 0.9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  /* line 259, ../sass/components/_insight-cards.scss */
  .insights-cards .card .description-bkgd {
    top: 54%;
    left: 83%;
    width: 120%;
    height: 386%;
  }
}
@media (max-width: 767px) {
  /* line 259, ../sass/components/_insight-cards.scss */
  .insights-cards .card .description-bkgd {
    display: none;
  }
}
/* line 283, ../sass/components/_insight-cards.scss */
.insights-cards .card .description {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 100%;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 65px 26px 0;
}
@media (max-width: 767px) {
  /* line 283, ../sass/components/_insight-cards.scss */
  .insights-cards .card .description {
    display: none;
  }
}
/* line 297, ../sass/components/_insight-cards.scss */
.insights-cards .card .description h5 {
  color: #000;
  font-size: 21px;
  line-height: 1.15;
  padding-right: 10%;
}
/* line 303, ../sass/components/_insight-cards.scss */
.insights-cards .card .description h5 .type {
  font-weight: 400;
}
/* line 308, ../sass/components/_insight-cards.scss */
.insights-cards .card .description h5 .title {
  color: #000;
  font-weight: 400;
}
/* line 315, ../sass/components/_insight-cards.scss */
.insights-cards .card .description p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 10%;
}
/* line 323, ../sass/components/_insight-cards.scss */
.insights-cards .card .description a.arrow {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #03a8f5;
  line-height: 1.1;
  padding-right: 18px;
  background: url("/craft/assets/images/img.arrow.right.blue.svg") no-repeat right 0;
  margin: 14px 0 0;
}
/* line 334, ../sass/components/_insight-cards.scss */
.insights-cards .card .description a.arrow:hover {
  color: #054296;
  background-image: url("/craft/assets/images/img.arrow.right.blue.hover.svg");
}
/* line 344, ../sass/components/_insight-cards.scss */
.insights-cards .card-double {
  width: 100%;
}
/* line 347, ../sass/components/_insight-cards.scss */
.insights-cards .card-double .card-stage {
  height: 360px;
}
@media (max-width: 767px) {
  /* line 347, ../sass/components/_insight-cards.scss */
  .insights-cards .card-double .card-stage {
    height: 450px;
    margin-left: -11px;
    margin-right: -11px;
  }
}
/* line 358, ../sass/components/_insight-cards.scss */
.insights-cards .card-double .card-stage.activated .description-bkgd {
  top: -141%;
  left: -9%;
}
/* line 367, ../sass/components/_insight-cards.scss */
.insights-cards .card-double .description-bkgd {
  position: absolute;
  z-index: 2;
  top: 54%;
  left: 83%;
  width: 120%;
  height: 386%;
}
/* line 378, ../sass/components/_insight-cards.scss */
.insights-cards .promo-card {
  float: left;
  width: 100%;
}
/* line 382, ../sass/components/_insight-cards.scss */
.insights-cards .promo-card .card-stage {
  margin: 0 4px 8px 4px;
  background-color: #1C202D;
  height: 120px;
  overflow: hidden;
  color: #FFF;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-cards .promo-card .card-stage:before, .insights-cards .promo-card .card-stage:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-cards .promo-card .card-stage:after {
  clear: both;
}
@media (max-width: 991px) {
  /* line 382, ../sass/components/_insight-cards.scss */
  .insights-cards .promo-card .card-stage {
    height: auto;
  }
}
/* line 395, ../sass/components/_insight-cards.scss */
.insights-cards .promo-card .icon-holder {
  float: left;
  width: 121px;
  padding-top: 31px;
  text-align: center;
  fill: #03a8f5;
}
@media (max-width: 991px) {
  /* line 395, ../sass/components/_insight-cards.scss */
  .insights-cards .promo-card .icon-holder {
    width: auto;
    padding-top: 38px;
    float: none;
  }
}
/* line 410, ../sass/components/_insight-cards.scss */
.insights-cards .promo-card .text-holder {
  float: left;
}
@media (max-width: 991px) {
  /* line 410, ../sass/components/_insight-cards.scss */
  .insights-cards .promo-card .text-holder {
    float: none;
    text-align: center;
    padding: 0 20px;
  }
}
/* line 419, ../sass/components/_insight-cards.scss */
.insights-cards .promo-card .text-holder h3 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 26px;
  color: #FFF;
  line-height: 1.1;
  margin: 37px 0 0;
}
@media (max-width: 991px) {
  /* line 419, ../sass/components/_insight-cards.scss */
  .insights-cards .promo-card .text-holder h3 {
    margin: 17px 0 17px;
  }
}
/* line 432, ../sass/components/_insight-cards.scss */
.insights-cards .promo-card .text-holder p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 17px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.1;
  margin: 4px 0 0;
}
/* line 443, ../sass/components/_insight-cards.scss */
.insights-cards .promo-card .cta-holder {
  float: right;
  padding: 38px 51px 0 0;
}
@media (max-width: 991px) {
  /* line 443, ../sass/components/_insight-cards.scss */
  .insights-cards .promo-card .cta-holder {
    padding: 34px 0 41px;
    text-align: center;
    float: none;
    clear: left;
  }
}
/* line 454, ../sass/components/_insight-cards.scss */
.insights-cards .promo-card .cta-holder a {
  padding: 15px 33px 13px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 471, ../sass/components/_insight-cards.scss */
.insights-cards__featured {
  padding: 32px 0 0;
  margin-left: -4px;
  margin-right: -4px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-cards__featured:before, .insights-cards__featured:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-cards__featured:after {
  clear: both;
}
/* line 478, ../sass/components/_insight-cards.scss */
.insights-cards__earlier-insights--header {
  padding: 59px 0 16px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 478, ../sass/components/_insight-cards.scss */
  .insights-cards__earlier-insights--header {
    font-family: "Sentinel SSm A", "Sentinel SSm B";
    font-size: 34px;
  }
}
/* line 489, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters {
  padding: 10px 0;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-cards__pagination-filters:before, .insights-cards__pagination-filters:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-cards__pagination-filters:after {
  clear: both;
}
/* line 493, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters #insights-cards__pagination {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.1;
  padding: 3px 0 0;
}
@media (max-width: 767px) {
  /* line 493, ../sass/components/_insight-cards.scss */
  .insights-cards__pagination-filters #insights-cards__pagination {
    visibility: hidden;
  }
}
/* line 505, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 150px;
}
/* line 513, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group > .dropdown-toggle {
  padding: 0;
  border: 0px;
  border-bottom: 1px solid #D9DADC;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none !important;
}
/* line 521, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group > .dropdown-toggle:focus {
  outline: none !important;
}
/* line 523, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group > .dropdown-toggle .filter-option {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2.43px;
  text-transform: uppercase;
}
/* line 532, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group > .dropdown-toggle .caret {
  right: 8px;
}
/* line 535, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group > .dropdown-toggle .caret:before, .insights-cards__pagination-filters .bootstrap-select.btn-group > .dropdown-toggle .caret:after {
  width: 8px;
  background-color: #858585;
}
/* line 544, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu {
  padding: 0;
}
/* line 549, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu li a {
  padding: 0 20px;
}
/* line 552, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu li a span.text {
  margin-bottom: 0;
  padding: 16px 0px 13px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  color: #636363;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
  display: block;
  width: auto;
}
/* line 566, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu li:last-child a span.text {
  border: 0px;
}
/* line 572, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open {
  margin: 10px 0;
  overflow: visible !important;
  border-radius: 0;
  box-shadow: none;
}
/* line 578, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:before {
  bottom: 100%;
  right: 9px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 10px;
  margin-left: -10px;
}
/* line 593, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}
/* line 618, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.dropup > .dropdown-toggle .caret:before {
  right: -5px;
}
/* line 627, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.dropup .dropdown-menu.open:before {
  top: 100%;
  right: 9px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 10px;
  margin-left: -10px;
}
/* line 642, ../sass/components/_insight-cards.scss */
.insights-cards__pagination-filters .bootstrap-select.dropup .dropdown-menu.open:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}
/* line 667, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights {
  padding: 20px 0 0;
  margin-left: -8px;
  margin-right: -8px;
  background: url("/craft/assets/images/img.insights.ajax.loader.gif") no-repeat -2500px center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-cards #insights-cards__earlier-insights:before, .insights-cards #insights-cards__earlier-insights:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-cards #insights-cards__earlier-insights:after {
  clear: both;
}
/* line 676, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights .card {
  width: 33.3333%;
  opacity: 1;
  height: 224px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
@media (max-width: 991px) {
  /* line 676, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__earlier-insights .card {
    width: 100%;
    height: 316px;
  }
}
@media (max-width: 414px) {
  /* line 676, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__earlier-insights .card {
    height: auto;
  }
}
/* line 692, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights .card.hidden-card {
  height: 0;
}
@media (max-width: 991px) {
  /* line 692, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__earlier-insights .card.hidden-card {
    height: 0;
  }
}
@media (max-width: 767px) {
  /* line 692, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__earlier-insights .card.hidden-card {
    height: 0;
  }
}
/* line 703, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights .card .card-stage {
  margin: 0 8px 16px;
  height: 208px;
}
@media (max-width: 991px) {
  /* line 703, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__earlier-insights .card .card-stage {
    height: 300px;
  }
}
@media (max-width: 414px) {
  /* line 703, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__earlier-insights .card .card-stage {
    height: 370px;
  }
}
/* line 715, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights .card .card-stage .video {
  display: none;
}
/* line 719, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights .card .card-stage h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 719, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__earlier-insights .card .card-stage h5 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media (max-width: 414px) {
  /* line 719, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__earlier-insights .card .card-stage h5 {
    font-size: 22px;
    line-height: 1.2;
  }
}
/* line 734, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights .card .card-stage h5 .type {
  color: #DDD;
  font-weight: 400;
}
/* line 739, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights .card .card-stage h5 .title {
  font-weight: 400;
}
/* line 751, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__learn-more {
  display: block;
  padding: 34px 0 56px;
  text-align: center;
  background: url("/craft/assets/images/img.insights.ajax.loader.gif") no-repeat -2500px 29px;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
}
/* line 758, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__learn-more span {
  display: inline-block;
  padding: 15px 33px 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #02A8F4;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 1px solid #02A8F4;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 758, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__learn-more span {
    padding: 18px 77px 16px;
    font-size: 16px;
    letter-spacing: 1.39px;
  }
}
/* line 779, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__learn-more span:hover {
  color: #23527C;
  border-color: #23527C;
}
/* line 786, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__learn-more.loading {
  background-position: center 29px;
  padding-top: 78px;
}
/* line 790, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__learn-more.loading span {
  display: none;
}
/* line 796, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__show-more {
  display: block;
  text-align: center;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
/* line 803, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__show-more.activated {
  height: 80px;
}
@media (max-width: 767px) {
  /* line 803, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__show-more.activated {
    height: 89px;
  }
}
/* line 811, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__show-more span {
  display: inline-block;
  margin: 34px 0 0;
  padding: 15px 33px 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #02A8F4;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 1px solid #02A8F4;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 811, ../sass/components/_insight-cards.scss */
  .insights-cards #insights-cards__show-more span {
    padding: 18px 77px 16px;
    font-size: 16px;
    letter-spacing: 1.39px;
  }
}
/* line 833, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__show-more span:hover {
  color: #23527C;
  border-color: #23527C;
}
/* line 841, ../sass/components/_insight-cards.scss */
.insights-cards .see-all-insights {
  display: block;
  padding: 15px 0 49px;
  text-align: center;
}
/* line 846, ../sass/components/_insight-cards.scss */
.insights-cards .see-all-insights a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #02A8F4;
  background: url("/craft/assets/images/img.card.arrow.svg") no-repeat right 11px;
  padding: 10px 19px 10px 0px;
}
/* line 856, ../sass/components/_insight-cards.scss */
.insights-cards .see-all-insights a:hover {
  background-image: url("/craft/assets/images/img.arrow.right.blue.hover.svg");
  color: #23527C;
}
/* line 864, ../sass/components/_insight-cards.scss */
.insights-cards .no-results {
  height: 405px;
}
/* line 867, ../sass/components/_insight-cards.scss */
.insights-cards .no-results h3 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 26px;
  line-height: 1.3;
  color: #333333;
  padding-top: 40px;
}
/* line 875, ../sass/components/_insight-cards.scss */
.insights-cards .no-results p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 17px;
  color: #000000;
  line-height: 1.53;
}

/* line 886, ../sass/components/_insight-cards.scss */
.insights-cards #insights-cards__earlier-insights .card .card-stage h5 .type.promo-insight {
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  display: block;
  padding-bottom: 3px;
}

/* line 904, ../sass/components/_insight-cards.scss */
html.mobile .insights-cards .card .card-stage .description-trigger,
html.mobile .insights-cards .card .card-stage .description-bkgd,
html.mobile .insights-cards .card .card-stage .description {
  display: none;
}

/* line 1, ../sass/components/_solutions-cards.scss */
.solutions-cards {
  padding: 117px 0 0;
  background-color: #E7E7E7 !important;
}
/* line 6, ../sass/components/_solutions-cards.scss */
.solutions-cards.theme-dark {
  background-color: #1C202D !important;
}
/* line 10, ../sass/components/_solutions-cards.scss */
.solutions-cards.no-wysiwyg {
  padding-bottom: 84px;
}
/* line 16, ../sass/components/_solutions-cards.scss */
.solutions-cards .container .solutions-cards__title {
  color: #000;
  text-align: center;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 22px;
}
/* line 25, ../sass/components/_solutions-cards.scss */
.solutions-cards .container .solutions-cards__description {
  color: #000;
  text-align: center;
  line-height: 26px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  margin-bottom: 44px;
}
@media (max-width: 500px) {
  /* line 25, ../sass/components/_solutions-cards.scss */
  .solutions-cards .container .solutions-cards__description {
    font-size: 20px;
  }
}
/* line 37, ../sass/components/_solutions-cards.scss */
.solutions-cards .container .solutions-cards__description sup {
  font-size: 7px;
}
/* line 40, ../sass/components/_solutions-cards.scss */
.solutions-cards .container .solutions-cards__description sub {
  bottom: -0.6em;
  font-size: 70%;
  position: relative;
  vertical-align: baseline;
}
/* line 52, ../sass/components/_solutions-cards.scss */
.solutions-cards.left-text .solutions-cards__title,
.solutions-cards.left-text .solutions-cards__description {
  text-align: left;
}
/* line 59, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery {
  margin-right: -12px;
  margin-left: -12px;
  padding-bottom: 33px;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.solutions-cards .solutions-cards__gallery:before, .solutions-cards .solutions-cards__gallery:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.solutions-cards .solutions-cards__gallery:after {
  clear: both;
}
/* line 65, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card {
  float: left;
  width: 33.3333%;
  height: 385px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  margin-bottom: 20px;
}
/* line 73, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card.hidden-card {
  height: 0;
}
@media (max-width: 991px) {
  /* line 65, ../sass/components/_solutions-cards.scss */
  .solutions-cards .solutions-cards__gallery .card {
    width: 50%;
  }
}
@media (max-width: 648px) {
  /* line 65, ../sass/components/_solutions-cards.scss */
  .solutions-cards .solutions-cards__gallery .card {
    width: 100%;
  }
}
/* line 85, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage {
  margin: 0 12px 20px;
  position: relative;
  height: 386px;
  /* overflow: hidden; */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 94, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description-trigger {
  transform: translateY(-218px) translateX(14px);
}
/* line 97, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description-trigger:hover {
  width: 34px;
}
/* line 100, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description-trigger:hover .text {
  opacity: 0;
}
/* line 104, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description-trigger:hover .close {
  opacity: 1;
}
/* line 109, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description-trigger .text {
  opacity: 0;
}
/* line 113, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description-trigger .close {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 117, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description-trigger .close:before, .solutions-cards .solutions-cards__gallery .card .card-stage.activated .description-trigger .close:after {
  width: 14px;
}
/* line 128, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description {
  background-color: #FFF100;
  transform: translateY(-236px);
}
/* line 132, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description h5 {
  height: 0;
  margin: 0;
}
/* line 137, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description p {
  padding-top: 14px;
  height: 318px;
  color: #000000;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
/* line 149, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description .links .download,
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description .links .learnmore {
  color: #000;
  text-align: center;
}
/* line 155, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .card-stage.activated .description .links .download {
  width: 50%;
}
/* line 164, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .primary-img {
  height: 235px;
  position: relative;
  z-index: 1;
  background: no-repeat center center;
  background-size: cover;
}
/* line 171, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .primary-img .shade {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(28, 32, 45, 0.1);
}
/* line 180, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description-trigger {
  z-index: 3;
  position: absolute;
  top: 218px;
  right: 17px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  background-color: #FFF100;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  cursor: pointer;
  will-change: transform, width;
  -webkit-transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
/* line 194, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description-trigger .stage {
  position: relative;
}
/* line 198, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description-trigger .text {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9px;
  line-height: 36px;
  color: #000000;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 213, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description-trigger .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  overflow: hidden;
  background: url("/craft/assets/images/solution-card-plus-icon.png") no-repeat center center #FFF100;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.1s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 247, ../sass/components/_solutions-cards.scss */
html.desktop .solutions-cards .solutions-cards__gallery .card .description-trigger:hover {
  width: 105px;
}
/* line 250, ../sass/components/_solutions-cards.scss */
html.desktop .solutions-cards .solutions-cards__gallery .card .description-trigger:hover .text {
  opacity: 1;
}
/* line 254, ../sass/components/_solutions-cards.scss */
html.desktop .solutions-cards .solutions-cards__gallery .card .description-trigger:hover .close {
  opacity: 0;
}
/* line 263, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description {
  z-index: 2;
  position: absolute;
  top: 235px;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow: hidden;
  will-change: transform, background-color;
  -webkit-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
/* line 275, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .wrapper {
  padding: 15px 25px 0;
}
/* line 279, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description h5 {
  height: 68px;
  overflow: hidden;
  margin-bottom: 13px;
  color: #1C202D;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-transform: capitalize;
  will-change: height, margin;
  -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
@media (max-width: 320px) {
  /* line 279, ../sass/components/_solutions-cards.scss */
  .solutions-cards .solutions-cards__gallery .card .description h5 {
    height: 77px;
    margin-bottom: 10px;
    font-size: 17px;
  }
}
/* line 300, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description p {
  color: #000;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 14px;
  line-height: 19px;
  overflow: hidden;
  height: 0;
  margin: 0;
  will-change: height, margin;
  -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
/* line 312, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links {
  text-align: center;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.solutions-cards .solutions-cards__gallery .card .description .links:before, .solutions-cards .solutions-cards__gallery .card .description .links:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.solutions-cards .solutions-cards__gallery .card .description .links:after {
  clear: both;
}
/* line 316, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links .download, .solutions-cards .solutions-cards__gallery .card .description .links .learnmore {
  position: relative;
  display: block;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #02A8F4;
  letter-spacing: 1.5px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  width: 50%;
  will-change: width, text-align;
  -webkit-transition: width 0.3s ease-in-out, text-align 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, text-align 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, text-align 0.3s ease-in-out;
}
/* line 332, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links .download:hover, .solutions-cards .solutions-cards__gallery .card .description .links .learnmore:hover {
  color: #23527C;
  text-decoration: none;
}
/* line 337, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links .download span, .solutions-cards .solutions-cards__gallery .card .description .links .learnmore span {
  display: inline-block;
  padding-top: 2px;
}
/* line 343, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links .download {
  width: 0;
  overflow: hidden;
}
/* line 347, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links .download span {
  background: url("/craft/assets/images/img.solutions.cards.download.icon.png") no-repeat 0 0;
  padding-left: 23px;
}
/* line 356, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links a:hover {
  color: #23527C;
  text-decoration: none;
}
/* line 361, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links a:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #dcd008;
}
/* line 373, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links a:last-child:after {
  display: none;
}
/* line 387, ../sass/components/_solutions-cards.scss */
.solutions-cards .show-more {
  display: block;
  padding: 0;
  text-align: center;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
/* line 395, ../sass/components/_solutions-cards.scss */
.solutions-cards .show-more.activated {
  height: 74px;
}
@media (max-width: 767px) {
  /* line 395, ../sass/components/_solutions-cards.scss */
  .solutions-cards .show-more.activated {
    height: 83px;
  }
}
/* line 403, ../sass/components/_solutions-cards.scss */
.solutions-cards .show-more span {
  display: inline-block;
  padding: 15px 33px 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #02A8F4;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 1px solid #02A8F4;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 403, ../sass/components/_solutions-cards.scss */
  .solutions-cards .show-more span {
    padding: 18px 77px 16px;
    font-size: 16px;
    letter-spacing: 1.39px;
  }
}
/* line 424, ../sass/components/_solutions-cards.scss */
.solutions-cards .show-more span:hover {
  color: #23527C;
  border-color: #23527C;
}
/* line 434, ../sass/components/_solutions-cards.scss */
.solutions-cards.text-left .solutions-cards__title,
.solutions-cards.text-left .solutions-cards__description {
  text-align: left;
}

/* line 442, ../sass/components/_solutions-cards.scss */
.solutions-cards-links {
  padding: 55px 0 108px;
}
/* line 446, ../sass/components/_solutions-cards.scss */
.solutions-cards-links p, .solutions-cards-links a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
/* line 454, ../sass/components/_solutions-cards.scss */
.solutions-cards-links a {
  color: #02A8F4;
}
/* line 457, ../sass/components/_solutions-cards.scss */
.solutions-cards-links a:hover {
  color: #23527C;
  text-decoration: none;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.solutions-cards-links ul:before, .solutions-cards-links ul:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.solutions-cards-links ul:after {
  clear: both;
}
/* line 466, ../sass/components/_solutions-cards.scss */
.solutions-cards-links ul li {
  width: 33.3333%;
  float: left;
  padding-top: 18px;
}
@media (max-width: 991px) {
  /* line 466, ../sass/components/_solutions-cards.scss */
  .solutions-cards-links ul li {
    width: 50%;
  }
}
@media (max-width: 599px) {
  /* line 466, ../sass/components/_solutions-cards.scss */
  .solutions-cards-links ul li {
    width: 100%;
  }
}
/* line 479, ../sass/components/_solutions-cards.scss */
.solutions-cards-links ul li a {
  margin-right: 20px;
}

/* line 486, ../sass/components/_solutions-cards.scss */
.solutions-wrapper {
  background-color: #E7E7E7 !important;
}
/* line 489, ../sass/components/_solutions-cards.scss */
.solutions-wrapper.theme-dark {
  background-color: #1C202D !important;
}
/* line 493, ../sass/components/_solutions-cards.scss */
.solutions-wrapper.theme-dark .solutions-cards .solutions-cards__title,
.solutions-wrapper.theme-dark .solutions-cards .solutions-cards__description {
  color: #FFF;
}
/* line 500, ../sass/components/_solutions-cards.scss */
.solutions-wrapper.theme-dark .solutions-cards-links p {
  color: #FFF;
}
/* line 506, ../sass/components/_solutions-cards.scss */
.solutions-wrapper.theme-dark .wysiwyg h1, .solutions-wrapper.theme-dark .wysiwyg h2, .solutions-wrapper.theme-dark .wysiwyg h3, .solutions-wrapper.theme-dark .wysiwyg h4, .solutions-wrapper.theme-dark .wysiwyg h5, .solutions-wrapper.theme-dark .wysiwyg h6, .solutions-wrapper.theme-dark .wysiwyg ul li, .solutions-wrapper.theme-dark .wysiwyg ol li, .solutions-wrapper.theme-dark .wysiwyg p, .solutions-wrapper.theme-dark .wysiwyg pre, .solutions-wrapper.theme-dark .wysiwyg blockquote {
  color: #FFFFFF;
}
/* line 513, ../sass/components/_solutions-cards.scss */
.solutions-wrapper .wysiwyg {
  padding: 0;
}
/* line 517, ../sass/components/_solutions-cards.scss */
.solutions-wrapper .wysiwyg + .solutions-cards-links {
  padding-top: 0;
}

/* line 522, ../sass/components/_solutions-cards.scss */
.solutions-cards .solutions-cards__gallery .card .description .links .learnmore {
  width: auto;
}

/* line 5, ../sass/components/_sub-nav.scss */
#sub-nav {
  background: #1C202D;
  height: 71px;
}
@media (max-width: 767px) {
  /* line 5, ../sass/components/_sub-nav.scss */
  #sub-nav {
    height: 58px;
  }
}
/* line 13, ../sass/components/_sub-nav.scss */
#sub-nav .sub-nav__fixed {
  background-color: #1C202D;
  height: 71px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 13, ../sass/components/_sub-nav.scss */
  #sub-nav .sub-nav__fixed {
    height: 58px;
  }
}
/* line 22, ../sass/components/_sub-nav.scss */
#sub-nav .sub-nav__fixed.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 30, ../sass/components/_sub-nav.scss */
#sub-nav #sub-nav__stage {
  overflow: hidden;
  position: relative;
  height: 71px;
}
@media (max-width: 767px) {
  /* line 30, ../sass/components/_sub-nav.scss */
  #sub-nav #sub-nav__stage {
    height: 58px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
/* line 42, ../sass/components/_sub-nav.scss */
#sub-nav #sub-nav__stage .next, #sub-nav #sub-nav__stage .prev {
  z-index: 2;
  position: absolute;
  top: 0;
  display: none;
  width: 11vw;
  height: 58px;
  overflow: hidden;
  background: url("/craft/assets/images/img.subnav.arrow.next.svg") no-repeat center center #1C202D;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 42, ../sass/components/_sub-nav.scss */
  #sub-nav #sub-nav__stage .next, #sub-nav #sub-nav__stage .prev {
    display: block;
  }
}
/* line 58, ../sass/components/_sub-nav.scss */
#sub-nav #sub-nav__stage .next {
  right: 0;
}
/* line 62, ../sass/components/_sub-nav.scss */
#sub-nav #sub-nav__stage .prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 70, ../sass/components/_sub-nav.scss */
#sub-nav ul {
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  background-color: #1C202D;
}
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#sub-nav ul:before, #sub-nav ul:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#sub-nav ul:after {
  clear: both;
}
@media (max-width: 767px) {
  /* line 70, ../sass/components/_sub-nav.scss */
  #sub-nav ul {
    padding-left: 10vw;
    width: calc( 40% * 6);
  }
}
/* line 80, ../sass/components/_sub-nav.scss */
#sub-nav ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 88, ../sass/components/_sub-nav.scss */
#sub-nav ul li.jumplink {
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
/* line 95, ../sass/components/_sub-nav.scss */
#sub-nav ul li.jumplink:after {
  content: " ";
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  width: 1px;
  height: 25px;
  background-color: #464953;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 95, ../sass/components/_sub-nav.scss */
  #sub-nav ul li.jumplink:after {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  /* line 80, ../sass/components/_sub-nav.scss */
  #sub-nav ul li {
    width: 40vw;
  }
}
/* line 118, ../sass/components/_sub-nav.scss */
#sub-nav ul li a {
  display: block;
  padding: 27px 29px 23px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #A7A7A7;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 118, ../sass/components/_sub-nav.scss */
  #sub-nav ul li a {
    font-weight: bold;
    padding: 22px 0 20px;
  }
}
/* line 133, ../sass/components/_sub-nav.scss */
#sub-nav ul li a:hover {
  background-color: #1A2635;
  text-decoration: none;
}
/* line 138, ../sass/components/_sub-nav.scss */
#sub-nav ul li a:active, #sub-nav ul li a:focus {
  text-decoration: none;
}
/* line 142, ../sass/components/_sub-nav.scss */
#sub-nav ul li a span.arrow {
  background: url("/craft/assets/images/img.subnav.backarrow.svg") no-repeat center center;
  padding-left: 21px;
  background-size: 20px 20px;
}
/* line 152, ../sass/components/_sub-nav.scss */
#sub-nav ul li.active a {
  background-color: #1A2635;
  color: #02A8F4;
  text-decoration: none;
  padding-bottom: 22px;
  border-bottom: 5px solid #02A8F4;
}
@media (max-width: 767px) {
  /* line 152, ../sass/components/_sub-nav.scss */
  #sub-nav ul li.active a {
    padding: 22px 0 20px;
    border-bottom: 0px;
    background-color: transparent;
  }
}

/* line 1, ../sass/components/_solutions-overview.scss */
.solutions-overview {
  background: #FFF;
}
/* line 4, ../sass/components/_solutions-overview.scss */
.solutions-overview .container {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  /* line 4, ../sass/components/_solutions-overview.scss */
  .solutions-overview .container {
    padding-top: 41px;
    padding-top: 41px;
  }
}
/* line 13, ../sass/components/_solutions-overview.scss */
.solutions-overview .container .wysiwyg {
  padding: 0;
}
/* line 18, ../sass/components/_solutions-overview.scss */
.solutions-overview h2 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 38px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  /* line 18, ../sass/components/_solutions-overview.scss */
  .solutions-overview h2 {
    font-size: 34px;
    font-weight: 400;
    color: #272727;
  }
}
/* line 32, ../sass/components/_solutions-overview.scss */
.solutions-overview p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  color: #000000;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 32, ../sass/components/_solutions-overview.scss */
  .solutions-overview p {
    font-size: 20px;
    line-height: 26px;
    color: #272727;
  }
}
/* line 48, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks h6, .solutions-overview .quicklinks a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 48, ../sass/components/_solutions-overview.scss */
  .solutions-overview .quicklinks h6, .solutions-overview .quicklinks a {
    display: block;
    font-size: 14px;
    letter-spacing: 1.31px;
  }
}
/* line 66, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a {
  color: #02A8F4;
  padding: 0 18px;
  position: relative;
}
/* line 71, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a:hover {
  color: #23527C;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 66, ../sass/components/_solutions-overview.scss */
  .solutions-overview .quicklinks a {
    padding: 14px 0 0;
  }
}
/* line 80, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #DFDFDF;
}
@media (max-width: 767px) {
  /* line 80, ../sass/components/_solutions-overview.scss */
  .solutions-overview .quicklinks a:after {
    display: none;
  }
}
/* line 98, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a:last-child:after {
  display: none;
}
/* line 104, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a:first-child {
  padding-left: 0;
}
/* line 111, ../sass/components/_solutions-overview.scss */
.solutions-overview.theme-dark {
  background-color: #1C202D;
  color: #FFF;
}
/* line 115, ../sass/components/_solutions-overview.scss */
.solutions-overview.theme-dark h2, .solutions-overview.theme-dark p {
  color: #FFF;
}
/* line 120, ../sass/components/_solutions-overview.scss */
.solutions-overview.theme-dark .quicklinks h6 {
  color: #FFF;
}
/* line 125, ../sass/components/_solutions-overview.scss */
.solutions-overview.theme-dark .quicklinks a:after {
  background-color: #444D68;
}

/* line 1, ../sass/components/_statement-cta.scss */
.statement-cta {
  z-index: 0;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  text-align: center;
}
/* line 8, ../sass/components/_statement-cta.scss */
.statement-cta .shade {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 32, 45, 0.47) none repeat scroll 0 0;
}
/* line 18, ../sass/components/_statement-cta.scss */
.statement-cta .container {
  z-index: 2;
  position: relative;
  padding-top: 200px;
  padding-bottom: 144px;
}
@media (max-width: 767px) {
  /* line 18, ../sass/components/_statement-cta.scss */
  .statement-cta .container {
    padding-top: 126px;
    padding-bottom: 108px;
  }
}
/* line 31, ../sass/components/_statement-cta.scss */
.statement-cta p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 26px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 39px;
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  /* line 31, ../sass/components/_statement-cta.scss */
  .statement-cta p {
    font-size: 28px;
    line-height: 34px;
  }
}
/* line 46, ../sass/components/_statement-cta.scss */
.statement-cta .learnmore {
  display: inline-block;
  padding: 20px 48px 21px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 1.1px;
}
/* line 59, ../sass/components/_statement-cta.scss */
.statement-cta .learnmore:hover, .statement-cta .learnmore:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 46, ../sass/components/_statement-cta.scss */
  .statement-cta .learnmore {
    padding: 18px 53px 15px;
    border-width: 2px;
    font-size: 16px;
    letter-spacing: 1.39px;
    line-height: 19px;
  }
}

/* line 1, ../sass/components/_video-cta.scss */
.video-cta {
  z-index: 0;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
/* line 7, ../sass/components/_video-cta.scss */
.video-cta .shade {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 32, 45, 0.47) none repeat scroll 0 0;
}
/* line 17, ../sass/components/_video-cta.scss */
.video-cta .container {
  z-index: 2;
  position: relative;
  padding-top: 149px;
  padding-bottom: 134px;
}
@media (max-width: 767px) {
  /* line 17, ../sass/components/_video-cta.scss */
  .video-cta .container {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
/* line 31, ../sass/components/_video-cta.scss */
.video-cta h3 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 38px;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  /* line 31, ../sass/components/_video-cta.scss */
  .video-cta h3 {
    font-size: 34px;
    margin-bottom: 22px;
  }
}
/* line 44, ../sass/components/_video-cta.scss */
.video-cta p {
  color: #FFFFFF;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
  margin-bottom: 23px;
  /* Global Reach,: */
}
@media (max-width: 767px) {
  /* line 44, ../sass/components/_video-cta.scss */
  .video-cta p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 41px;
  }
}
/* line 59, ../sass/components/_video-cta.scss */
.video-cta .video-link {
  display: inline-block;
  padding: 20px 48px 21px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 1.1px;
}
/* line 72, ../sass/components/_video-cta.scss */
.video-cta .video-link:hover, .video-cta .video-link:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 59, ../sass/components/_video-cta.scss */
  .video-cta .video-link {
    padding: 18px 53px 15px;
    border-width: 2px;
    font-size: 16px;
    letter-spacing: 1.39px;
    line-height: 19px;
  }
}
/* line 86, ../sass/components/_video-cta.scss */
.video-cta .video-link-stage {
  position: relative;
  height: 100%;
}
/* line 91, ../sass/components/_video-cta.scss */
.video-cta .video-play-button {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -50%;
}
@media (max-width: 767px) {
  /* line 91, ../sass/components/_video-cta.scss */
  .video-cta .video-play-button {
    display: none;
  }
}
/* line 103, ../sass/components/_video-cta.scss */
.video-cta .video-play-button a {
  position: relative;
  top: -34px;
  left: -34px;
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  background: url("/craft/assets/images/img.video.cta.play.button.svg") no-repeat 0 0;
}

/* line 1, ../sass/components/_google-search.scss */
#google-search {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 6, ../sass/components/_google-search.scss */
#google-search .gsc-tabHeader.gsc-tabhInactive, #google-search .gsc-tabHeader.gsc-tabhActive {
  overflow: hidden;
}
/* line 11, ../sass/components/_google-search.scss */
#google-search .gsc-wrapper.gsc-thinWrapper {
  border-right: 0px !important;
}
/* line 15, ../sass/components/_google-search.scss */
#google-search .gs-webResult .gs-snippet {
  font-size: 13px;
  padding: 0 0 25px;
  margin: 0 8px;
  border-bottom: 1px solid #CCC;
  color: #000;
}
/* line 22, ../sass/components/_google-search.scss */
#google-search .gs-webResult .gs-snippet b {
  font-weight: bold;
}
/* line 27, ../sass/components/_google-search.scss */
#google-search span.gs-fileFormat {
  padding: 0 0 0 8px;
}
/* line 31, ../sass/components/_google-search.scss */
#google-search .gs-result .gs-title,
#google-search .gs-result .gs-title * {
  text-decoration: none;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  color: #03a8f5;
  transition: none;
  margin-bottom: 5px;
}
/* line 39, ../sass/components/_google-search.scss */
#google-search .gs-result .gs-title:hover,
#google-search .gs-result .gs-title *:hover {
  color: #054296;
}
/* line 42, ../sass/components/_google-search.scss */
#google-search .gs-result .gs-title:hover b,
#google-search .gs-result .gs-title *:hover b {
  color: #054296;
}
/* line 47, ../sass/components/_google-search.scss */
#google-search .gs-result .gs-title b,
#google-search .gs-result .gs-title * b {
  font-weight: bold;
}
/* line 52, ../sass/components/_google-search.scss */
#google-search .gs-webResult div.gs-visibleUrl {
  color: #666;
}
/* line 57, ../sass/components/_google-search.scss */
#google-search .gsc-wrapper .gsc-control-cse div {
  line-height: 19px;
}
/* line 61, ../sass/components/_google-search.scss */
#google-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #03a8f5;
  border: 1px solid #03a8f5;
  display: inline-block;
  text-align: center;
}
/* line 70, ../sass/components/_google-search.scss */
#google-search .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none;
  color: #054296;
  border-color: #054296;
}
/* line 77, ../sass/components/_google-search.scss */
#google-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #FFF;
  background-color: #03a8f5;
}
/* line 81, ../sass/components/_google-search.scss */
#google-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
  color: #FFF;
  background-color: #03a8f5;
  border-color: #03a8f5;
}

/* line 3, ../sass/components/_forms.scss */
body.forms-page section.hero-internal {
  min-height: 298px;
}
/* line 6, ../sass/components/_forms.scss */
body.forms-page section.hero-internal .hero-internal--shade {
  padding-top: 153px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  /* line 6, ../sass/components/_forms.scss */
  body.forms-page section.hero-internal .hero-internal--shade {
    padding-top: 130px;
    padding-bottom: 41px;
    min-height: 298px;
  }
}
/* line 19, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg {
  background-color: #1F2532;
}
@media (max-width: 768px) {
  /* line 19, ../sass/components/_forms.scss */
  body.forms-page section.wysiwyg {
    padding-top: 50px;
  }
}
/* line 26, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg h1.wysiwyg__header {
  margin-top: 0px;
  color: #fff;
}
/* line 30, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg h2.wysiwyg__subheader {
  color: #fff;
}
/* line 33, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists {
  color: #fff;
}
/* line 36, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists p {
  color: #fff;
}
/* line 39, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists p a, body.forms-page section.wysiwyg .wysiwyg__lists p a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 44, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists ul li, body.forms-page section.wysiwyg .wysiwyg__lists ol li {
  color: #fff;
}
/* line 47, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists ul li a, body.forms-page section.wysiwyg .wysiwyg__lists ul li a:hover, body.forms-page section.wysiwyg .wysiwyg__lists ol li a, body.forms-page section.wysiwyg .wysiwyg__lists ol li a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 55, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .pardotform p {
  color: #fff;
}

/* Release 2 */
/* line 5, ../sass/components/_io-magazine.scss */
.io-magazine-list__description {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  color: #000;
}
/* line 14, ../sass/components/_io-magazine.scss */
.io-magazine-list p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #000;
}
/* line 23, ../sass/components/_io-magazine.scss */
.io-magazine-list hr.line-lead {
  color: #dbdbdb;
  background-color: #dbdbdb;
  height: 2px;
  margin-top: 44px;
  margin-bottom: 0px;
  border: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 23, ../sass/components/_io-magazine.scss */
  .io-magazine-list hr.line-lead {
    margin-top: 31px;
  }
}
/* line 35, ../sass/components/_io-magazine.scss */
.io-magazine-list__timeframe {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: 300;
  font-size: 28px;
  display: block;
  text-align: left;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 35, ../sass/components/_io-magazine.scss */
  .io-magazine-list__timeframe {
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 35, ../sass/components/_io-magazine.scss */
  .io-magazine-list__timeframe {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  /* line 35, ../sass/components/_io-magazine.scss */
  .io-magazine-list__timeframe {
    margin-left: 40px;
  }
}
/* line 54, ../sass/components/_io-magazine.scss */
.io-magazine-list__line-for-mobile {
  display: none;
}
@media (min-width: 100px) and (max-width: 500px) {
  /* line 54, ../sass/components/_io-magazine.scss */
  .io-magazine-list__line-for-mobile {
    color: #d3d3d3;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 0px;
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 64, ../sass/components/_io-magazine.scss */
  .io-magazine-list__line-for-desktop {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  /* line 64, ../sass/components/_io-magazine.scss */
  .io-magazine-list__line-for-desktop {
    margin-bottom: 40px;
  }
}
/* line 75, ../sass/components/_io-magazine.scss */
.io-magazine-list--items .pic-circle {
  background: no-repeat scroll center 40%;
  background-size: cover;
  border-radius: 50%;
  height: 116px;
  width: 116px;
  border: 2px solid #e2e2e2;
  display: block;
  margin: 0 auto;
  margin-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 75, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items .pic-circle {
    margin-left: -15px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 75, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items .pic-circle {
    margin: 30px auto;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  /* line 75, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items .pic-circle {
    margin: 30px auto;
  }
}
/* line 98, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__subheader {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase !important;
  margin-top: 15px;
  margin-bottom: 7px;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 98, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__subheader {
    text-align: center;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  /* line 98, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__subheader {
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
/* line 120, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__subdescription {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 120, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__subdescription {
    text-align: center;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  /* line 120, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__subdescription {
    margin-left: 0px;
  }
}
/* line 139, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__see-more {
  background: transparent url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 10px;
  color: #0287d1;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 139, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__see-more {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 80px;
  }
}
@media (min-width: 100px) and (max-width: 479px) {
  /* line 139, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__see-more {
    margin-left: 0px;
  }
}
/* line 160, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__see-more:hover {
  color: #23527c;
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}
/* line 165, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__see-more:active {
  color: #2E2E2E;
}
/* line 172, ../sass/components/_io-magazine.scss */
.io-magazine-list--line {
  border-bottom: 1px solid #d3d3d3;
}

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
/* line 11, ../sass/vendor/_polyfill.object-fit.scss */
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}

/* line 16, ../sass/vendor/_polyfill.object-fit.scss */
x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}

/* line 26, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}

/* line 32, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}

/* line 38, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}

/* line 43, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}

/* line 48, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}

/* line 54, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

/* line 60, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}

/* line 66, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}

/* line 72, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}

/* line 78, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}

/* line 84, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}
body.investors header.cd-main-header {
  background-color: #164C78 !important;
}
body.investors div.footer {
  background-color: #031A34 !important;
}
/*# sourceMappingURL=main.css.map */
