/* Minification failed. Returning unminified contents.
(8985,15): run-time error CSS1030: Expected identifier, found ';'
 */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Areas/Influence2/Content/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/Areas/Influence2/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/Areas/Influence2/Content/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/Areas/Influence2/Content/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/Areas/Influence2/Content/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* BLENDER PRO */
@font-face {
  font-family: 'BlenderPro';
  font-style: normal;
  font-weight: 400;
  src: local('BlenderPro Book'), local('BlenderPro-Book'), url(/Areas/Influence2/Content/fonts/BlenderPro-BookWeb.woff) format('woff');
}
@font-face {
  font-family: 'BlenderPro';
  font-style: normal;
  font-weight: 500;
  src: local('BlenderPro Medium'), local('BlenderPro-Medium'), url(/Areas/Influence2/Content/fonts/BlenderPro-MediumWeb.woff) format('woff');
}
@font-face {
  font-family: 'BlenderPro';
  font-style: normal;
  font-weight: 600;
  src: local('BlenderPro Bold'), local('BlenderPro-Bold'), url(/Areas/Influence2/Content/fonts/BlenderPro-BoldWeb.woff) format('woff');
}

/* INFLUENCE PRO */
@font-face {
    font-family: 'InfluencePro';
    font-style: normal;
    font-weight: normal;
    src: local('InfluencePro Regular'), local('InfluencePro-Regular'), url(/Areas/Influence2/Content/fonts/InfluenceProRegular-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'InfluencePro';
    font-style: normal;
    font-weight: 400;
    src: local('InfluencePro Light Light'), local('InfluencePro-Light'), url(/Areas/Influence2/Content/fonts/InfluenceProLight-Light.otf) format('opentype');
}

@font-face {
    font-family: 'InfluencePro';
    font-style: normal;
    font-weight: 600;
    src: local('InfluencePro Bold Bold'), local('InfluencePro-Bold'), url(/Areas/Influence2/Content/fonts/InfluenceProBold-Bold.otf) format('opentype');
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.footertxt {
  font-size:16px;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'aktiv-grotesk-std', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #181818;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #555555;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #d5d5d5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-weight: 800;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #42a5e1;
}
a.text-primary:hover {
  color: #218dcf;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #42a5e1;
}
a.bg-primary:hover {
  background-color: #218dcf;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #d5d5d5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #d5d5d5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d5d5d5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.row {
  margin-left: -14px;
  margin-right: -14px;
}
.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: 14px;
  padding-right: 14px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #d5d5d5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 38px;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 44px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -14px;
  margin-right: -14px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 14px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #42a5e1;
  border-color: #2c9bde;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #218dcf;
  border-color: #1c78b0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #42a5e1;
  border-color: #2c9bde;
}
.btn-primary .badge {
  color: #42a5e1;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  border-radius: 0;
}
.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;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #555555;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #42a5e1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
  -moz-box-shadow: inset 0 0 10px #999!important;
  -webkit-box-shadow: inset 0 0 10px #999!important;
  box-shadow: inset 0 0 10px #999!important;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #d5d5d5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #d5d5d5;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #d5d5d5;
  border-color: #000000;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d5d5d5 #d5d5d5 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #42a5e1;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 14px;
  padding-left: 14px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 9999px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -14px;
  margin-left: -14px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 14px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -14px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 14px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -14px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  margin-left: -14px;
  margin-right: -14px;
  padding: 10px 14px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -14px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #42a5e1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #218dcf;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.scChromeControls img {
  max-height: inherit;
}
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *					LESS VARIABLES				   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
h1,
.txt-h1 {
  font-size: 58px;
  margin: 0;
}
h2,
.txt-h2 {
  font-size: 46px;
  margin: 0;
}
h3,
.txt-h3 {
  font-size: 32px;
  margin: 0;
}
h4,
.txt-h4 {
  font-size: 20px;
  margin: 0;
}
h5,
.txt-h5 {
  font-size: 16px;
  margin: 0;
}
h6,
.txt-h6 {
  font-size: 12px;
  margin: 0;
}
/*------- COLORS -------*/
/*------- UTILITIES -------*/
/*------- MEDIA QUERIES -------*/
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *					HELPER CLASSES				   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
/*------- BG -------*/
.bg-black {
  background-color: #000000;
}
.bg-gray-darker {
  background-color: #2a2a2a;
}
.bg-off-black {
  background-color: #222222;
}
.bg-gray-dark {
  background-color: #333333;
}
.bg-gray {
  background-color: #555555;
}
.bg-gray-light {
  background-color: #999999;
}
.bg-gray-lighter {
  background-color: #d5d5d5;
}
.bg-off-white {
  background-color: #f4f4f4;
}
.bg-white {
  background-color: #ffffff;
}
.bg-yellow {
  background-color: #fffe88;
}
.bg-green {
  background-color: #8ecea8;
}
.bg-blue-darker {
  background-color: #1b75ac;
}
.bg-blue-dark {
  background-color: #2898dd;
}
.bg-blue {
  background-color: #42a5e1;
}
.bg-blue-light {
  background-color: #5cb2e5;
}
.bg-blue-lighter {
  background-color: #91cbee;
}
.bg-cat-red {
  background-color: #f1636a;
}
.bg-cat-blue {
  background-color: #349eaf;
}
.bg-cat-yellow {
  background-color: #e7c645;
}
.bg-cat-green {
  background-color: #639d7a;
}
.bg-cat-purple {
  background-color: #9a628f;
}
/*------- TEXT -------*/
.txt-black {
  color: #000000;
}
.txt-off-black {
  color: #222222;
}
.txt-gray-darker {
  color: #2a2a2a;
}
.txt-gray-dark {
  color: #333333;
}
.txt-gray {
  color: #555555;
}
.txt-gray-light {
  color: #999999;
}
.txt-gray-lighter {
  color: #d5d5d5;
}
.txt-off-white {
  color: #f4f4f4;
}
.txt-white {
  color: #ffffff;
}
.txt-blue-darker {
  color: #1b75ac;
}
.txt-blue-dark {
  color: #2898dd;
}
.txt-blue {
  color: #42a5e1;
}
.txt-blue-light {
  color: #5cb2e5;
}
.txt-blue-lighter {
  color: #91cbee;
}
.txt-yellow {
  color: #fffe88;
}
.txt-cat-red {
  color: #f1636a !important;
}
.txt-cat-blue {
  color: #349eaf !important;
}
.txt-cat-yellow {
  color: #e7c645 !important;
}
.txt-cat-green {
  color: #639d7a !important;
}
.txt-cat-purple {
  color: #9a628f !important;
}
.txt-tw {
  color: #1dadea;
}
.txt-fb {
  color: #345b95;
}
.txt-gp {
  color: #db4c3f;
}
.txt-pi {
  color: #9c2f2f;
}
.txt-base {
  /*font-family: 'aktiv-grotesk-std', sans-serif;*/
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
}
.txt-alt {
  font-family: 'BlenderPro', sans-serif;
}
.txt-narrow {
  /*font-family: 'Tungsten A', 'Tungsten B', sans-serif;*/
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
}
.txt-ls-n {
  letter-spacing: 0;
}
.txt-ls-xs {
  letter-spacing: 0.033em;
}
.txt-ls-sm {
  letter-spacing: 0.050em;
}
.txt-ls-md {
  letter-spacing: 0.066em;
}
.txt-ls-lg {
  letter-spacing: 0.100em;
}
.txt-ls-xlg {
  letter-spacing: 0.150em;
}
.txt-ls-xxlg {
  letter-spacing: 0.200em;
}
.txt-lh-n {
  line-height: 0.80em;
}
.txt-lh-xs {
  line-height: 1.00em;
}
.txt-lh-sm {
  line-height: 1.25em;
}
.txt-lh-md {
  line-height: 1.50em;
}
.txt-lh-lg {
  line-height: 1.75em;
}
.txt-lh-xlg {
  line-height: 2.00em;
}
.txt-lh-xxlg {
  line-height: 2.50em;
}
.txt-uc {
  text-transform: uppercase;
}
.txt-lc {
  text-transform: lowercase;
}
.txt-i {
  font-style: italic;
}
.txt-regular {
  font-weight: 400 !important;
}
.txt-medium {
  font-weight: 500 !important;
}
.txt-bold {
  font-weight: 600 !important;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
.txt-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txt-indent {
  text-indent: 28px;
}
.txt-intro {
  font-weight: bold;
  font-size: 1.25em;
}
.no-wrap {
  display: inline-block;
  white-space: nowrap;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.col-pad {
  padding-left: 14px;
  padding-right: 14px;
}
/*------- BUTTONS -------*/
.btn {
  display: inline-block;
  font-family: 'BlenderPro', sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 1em;
  padding: 15px 20px;
  white-space: nowrap;
  letter-spacing: 0.033em;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  border-radius: 0;
}
@media ( max-width: 480px ) {
  .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .btn + .btn--full {
    margin-top: 10px;
  }
}
.btn.btn--primary {
  background-color: #fffe88;
  color: #000000;
}
.btn.btn--primary:hover,
.btn.btn--primary.hover,
.btn.btn--primary:focus,
.btn.btn--primary.focus {
  background-color: #000000;
  color: #fffe88;
}
.btn.btn--tw {
  background-color: #1dadea;
}
.btn.btn--tw:hover,
.btn.btn--tw.hover,
.btn.btn--tw:focus,
.btn.btn--tw.focus {
  background-color: #ffffff;
  color: #1dadea;
}
.btn.btn--fb {
  background-color: #345b95;
}
.btn.btn--fb:hover,
.btn.btn--fb.hover,
.btn.btn--fb:focus,
.btn.btn--fb.focus {
  background-color: #ffffff;
  color: #345b95;
}
.btn.btn--gp {
  background-color: #db4c3f;
}
.btn.btn--gp:hover,
.btn.btn--gp.hover,
.btn.btn--gp:focus,
.btn.btn--gp.focus {
  background-color: #ffffff;
  color: #db4c3f;
}
.btn.btn--li {
  background-color: #007baf;
}
.btn.btn--li:hover,
.btn.btn--li.hover,
.btn.btn--li:focus,
.btn.btn--li.focus {
  background-color: #ffffff;
  color: #007baf;
}
.btn.btn--black {
  background-color: #000000;
}
.btn.btn--black:hover,
.btn.btn--black.hover,
.btn.btn--black:focus,
.btn.btn--black.focus {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn--pi {
  background-color: #9c2f2f;
  color: #ffffff;
}
.btn.btn--sm {
  padding: .5em 1em;
}
.btn.btn--sm:after {
  width: 12px;
}
.btn.btn--lg {
  font-size: 18.4px;
}
.btn.btn--lg:after {
  background-position: 50% 48%;
}
.btn.btn--full {
  display: block;
  width: 100%;
  text-align: center;
}
.btn.btn--full + .btn--full {
  margin-top: 10px;
}
.btn[disabled] {
  background-color: #999999 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn[disabled]:hover,
.btn[disabled].hover,
.btn[disabled]:focus,
.btn[disabled].focus {
  cursor: default;
  background-color: #999999 !important;
}
.btn.btn--on-white:hover,
.btn.btn--on-white.hover,
.btn.btn--on-white:focus,
.btn.btn--on-white.focus {
  background-color: #f4f4f4;
}
.mt-n {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: 5px !important;
}
.mt-sm {
  margin-top: 9.24px !important;
}
.mt-md {
  margin-top: 14px !important;
}
.mt-lg {
  margin-top: 28px !important;
}
.mt-xlg {
  margin-top: 56px !important;
}
.mt-xxlg {
  margin-top: 112px !important;
}
.mb-n {
  margin-bottom: 0 !important;
}
@media ( max-width: 1200px ) {
  .mb-n-lg {
    margin-bottom: 0 !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) {
  .mb-n-md {
    margin-bottom: 0 !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) {
  .mb-n-sm {
    margin-bottom: 0 !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .mb-n-xs {
    margin-bottom: 0 !important;
  }
}
.mb-xs {
  margin-bottom: 5px !important;
}
@media ( max-width: 1200px ) {
  .mb-xs-lg {
    margin-bottom: 5px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) {
  .mb-xs-md {
    margin-bottom: 5px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) {
  .mb-xs-sm {
    margin-bottom: 5px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .mb-xs-xs {
    margin-bottom: 5px !important;
  }
}
.mb-sm {
  margin-bottom: 9.24px !important;
}
@media ( max-width: 1200px ) {
  .mb-sm-lg {
    margin-bottom: 9.24px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) {
  .mb-sm-md {
    margin-bottom: 9.24px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) {
  .mb-sm-sm {
    margin-bottom: 9.24px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .mb-sm-xs {
    margin-bottom: 9.24px !important;
  }
}
.mb-md {
  margin-bottom: 14px !important;
}
@media ( max-width: 1200px ) {
  .mb-md-lg {
    margin-bottom: 14px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) {
  .mb-md-md {
    margin-bottom: 14px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) {
  .mb-md-sm {
    margin-bottom: 14px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .mb-md-xs {
    margin-bottom: 14px !important;
  }
}
.mb-lg {
  margin-bottom: 28px !important;
}
@media ( max-width: 1200px ) {
  .mb-lg-lg {
    margin-bottom: 28px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) {
  .mb-lg-md {
    margin-bottom: 28px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) {
  .mb-lg-sm {
    margin-bottom: 28px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .mb-lg-xs {
    margin-bottom: 28px !important;
  }
}
.mb-xlg {
  margin-bottom: 56px !important;
}
@media ( max-width: 1200px ) {
  .mb-xlg-lg {
    margin-bottom: 56px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) {
  .mb-xlg-md {
    margin-bottom: 56px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) {
  .mb-xlg-sm {
    margin-bottom: 56px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .mb-xlg-xs {
    margin-bottom: 56px !important;
  }
}
.mb-xxlg {
  margin-bottom: 112px !important;
}
@media ( max-width: 1200px ) {
  .mb-xxlg-lg {
    margin-bottom: 112px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) {
  .mb-xxlg-md {
    margin-bottom: 112px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) {
  .mb-xxlg-sm {
    margin-bottom: 112px !important;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .mb-xxlg-xs {
    margin-bottom: 112px !important;
  }
}
.d-n {
  display: none;
}
.d-i {
  display: inline;
}
.d-b {
  display: block;
  width: 100%;
}
.d-ib {
  display: inline-block;
}
.f-l {
  float: left;
}
.f-n {
  float: none;
}
.f-r {
  float: right;
}
.o-h {
  overflow: hidden;
}
@media ( max-width: 992px ) {
  .hide-md {
    display: none !important;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) {
  .hide-sm {
    display: none !important;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .show-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  .show-sm {
    display: none !important;
  }
}
@media (min-width: 480px) and (min-width: 768px) and (min-width: 992px) {
  .show-md {
    display: none !important;
  }
}
@media ( max-width: 480px ) {
  .col-1 {
    position: relative !important;
    float: left !important;
    width: 8.33333333% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-2 {
    position: relative !important;
    float: left !important;
    width: 16.66666667% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-3 {
    position: relative !important;
    float: left !important;
    width: 25% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-4 {
    position: relative !important;
    float: left !important;
    width: 33.33333333% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-5 {
    position: relative !important;
    float: left !important;
    width: 41.66666667% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-6 {
    position: relative !important;
    float: left !important;
    width: 50% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-7 {
    position: relative !important;
    float: left !important;
    width: 58.33333333% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-8 {
    position: relative !important;
    float: left !important;
    width: 66.66666667% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-9 {
    position: relative !important;
    float: left !important;
    width: 75% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-10 {
    position: relative !important;
    float: left !important;
    width: 83.33333333% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-11 {
    position: relative !important;
    float: left !important;
    width: 91.66666667% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .col-12 {
    position: relative !important;
    float: left !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media ( max-width: 480px ) {
  [class*="col-xs"] {
    width: 100%;
  }
}
.form-control:focus,
.form-control.focus {
  box-shadow: 0 0 0 1px #42a5e1;
  border-color: #42a5e1;
}
textarea.form-control {
  min-height: 150px;
  resize: vertical;
  overflow: auto;
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
  font-weight: 400;
  cursor: pointer;
}
.col-left {
  float: left;
  width: 69.7416%;
  padding-left: 14px;
  padding-right: 14px;
}
@media ( max-width: 768px ) {
  .col-left {
    width: 100%;
  }
}
.col-right {
  float: left;
  width: 30.2584%;
  padding-left: 14px;
  padding-right: 14px;
}
@media ( max-width: 768px ) {
  .col-right {
    display: none;
  }
}
@media ( max-width: 992px ) {
  .col-right.col-right--persistent {
    padding: 0;
    width: 100%;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) {
  .col-right.col-right--persistent {
    display: block;
  }
}
[class*="js-for"] {
  display: none;
}
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *					 MISC RULES					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
html {
  background-color: #222222;
}
body {
  padding: 0 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: transparent;
}
body .wrapper {
  background-color: #ffffff;
}
body .wrapper.wrapper--invert {
  background: transparent none;
}
body .wrapper .stack {
  padding-top: 28px;
  padding-bottom: 28px;
}
body .wrapper header.stack {
  margin: 0 !important;
  padding: 0 !important;
}
body > footer.stack {
  padding-top: 28px;
  padding-bottom: 28px;
}
.container {
  width: 100%;
  /*max-width: 1084px;*/
  max-width: 1360px;
  padding-left: 14px;
  padding-right: 14px;
}
.container.container--narrow {
  max-width: 1002px;
}
@media ( max-width: 768px ) {
  .container {
    max-width: 756px;
  }
}
ul {
  list-style-type: none;
  padding-left: 14px;
}
p,
address,
blockquote {
  font-weight: 200;
  font-size: 16px;
  color: #222222;
}
@media ( max-width: 768px ) {
  p,
  address,
  blockquote {
    line-height: 1.75em;
  }
}
/**
    p:first-child:first-letter { 
	float: left; 
	color: #903; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: Georgia; 
}
    **/
li {
  font-weight: 200;
  font-size: 19.2px;
  color: #222222;
}
@media ( max-width: 768px ) {
  li {
    line-height: 1.75em;
  }
}
a:hover,
a.hover,
a:focus,
a.focus {
  text-decoration: none;
  outline: 0;
}
small {
  font-size: 10px;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
hr {
  border-color: #d5d5d5;
  clear: both;
}
hr.hr-n {
  margin-top: 0;
  margin-bottom: 0;
}
hr.hr-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
hr.hr-sm {
  margin-top: 9.24px;
  margin-bottom: 9.24px;
}
hr.hr-md {
  margin-top: 14px;
  margin-bottom: 14px;
}
hr.hr-lg {
  margin-top: 28px;
  margin-bottom: 28px;
}
hr.hr-fade {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ab-item {
  white-space: nowrap;
}
form input[type="text"],
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="file"],
form input[type="password"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"] {
  height: auto;
  padding: 6px 10px;
  border: 0;
  box-shadow: none;
  letter-spacing: 0.06em;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 17px;
  /*--------------------------------------------------
         * * * * * * * * * * * * * * * * * * * * * * * * * * 
         *		        Brion Made Changes Here            *
         * * * * * * * * * * * * * * * * * * * * * * * * * * 
         --------------------------------------------------*/
}
form input[type="text"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="datetime"]::-moz-placeholder,
form input[type="datetime-local"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="file"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="time"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="file"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder {
  color: #ffffff;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="file"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder {
  color: #ffffff;
}
form input[type="text"].bg-gray-lighter::-moz-placeholder,
form input[type="date"].bg-gray-lighter::-moz-placeholder,
form input[type="datetime"].bg-gray-lighter::-moz-placeholder,
form input[type="datetime-local"].bg-gray-lighter::-moz-placeholder,
form input[type="email"].bg-gray-lighter::-moz-placeholder,
form input[type="file"].bg-gray-lighter::-moz-placeholder,
form input[type="password"].bg-gray-lighter::-moz-placeholder,
form input[type="number"].bg-gray-lighter::-moz-placeholder,
form input[type="search"].bg-gray-lighter::-moz-placeholder,
form input[type="tel"].bg-gray-lighter::-moz-placeholder,
form input[type="time"].bg-gray-lighter::-moz-placeholder,
form input[type="url"].bg-gray-lighter::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
form input[type="text"].bg-gray-lighter:-ms-input-placeholder,
form input[type="date"].bg-gray-lighter:-ms-input-placeholder,
form input[type="datetime"].bg-gray-lighter:-ms-input-placeholder,
form input[type="datetime-local"].bg-gray-lighter:-ms-input-placeholder,
form input[type="email"].bg-gray-lighter:-ms-input-placeholder,
form input[type="file"].bg-gray-lighter:-ms-input-placeholder,
form input[type="password"].bg-gray-lighter:-ms-input-placeholder,
form input[type="number"].bg-gray-lighter:-ms-input-placeholder,
form input[type="search"].bg-gray-lighter:-ms-input-placeholder,
form input[type="tel"].bg-gray-lighter:-ms-input-placeholder,
form input[type="time"].bg-gray-lighter:-ms-input-placeholder,
form input[type="url"].bg-gray-lighter:-ms-input-placeholder {
  color: #ffffff;
}
form input[type="text"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="date"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="datetime"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="datetime-local"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="email"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="file"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="password"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="number"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="search"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="tel"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="time"].bg-gray-lighter::-webkit-input-placeholder,
form input[type="url"].bg-gray-lighter::-webkit-input-placeholder {
  color: #ffffff;
}
form input[type="text"].txt-gray-light,
form input[type="date"].txt-gray-light,
form input[type="datetime"].txt-gray-light,
form input[type="datetime-local"].txt-gray-light,
form input[type="email"].txt-gray-light,
form input[type="file"].txt-gray-light,
form input[type="password"].txt-gray-light,
form input[type="number"].txt-gray-light,
form input[type="search"].txt-gray-light,
form input[type="tel"].txt-gray-light,
form input[type="time"].txt-gray-light,
form input[type="url"].txt-gray-light {
  color: #999999;
}
form input[type="text"].txt-gray-light::-moz-placeholder,
form input[type="date"].txt-gray-light::-moz-placeholder,
form input[type="datetime"].txt-gray-light::-moz-placeholder,
form input[type="datetime-local"].txt-gray-light::-moz-placeholder,
form input[type="email"].txt-gray-light::-moz-placeholder,
form input[type="file"].txt-gray-light::-moz-placeholder,
form input[type="password"].txt-gray-light::-moz-placeholder,
form input[type="number"].txt-gray-light::-moz-placeholder,
form input[type="search"].txt-gray-light::-moz-placeholder,
form input[type="tel"].txt-gray-light::-moz-placeholder,
form input[type="time"].txt-gray-light::-moz-placeholder,
form input[type="url"].txt-gray-light::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
form input[type="text"].txt-gray-light:-ms-input-placeholder,
form input[type="date"].txt-gray-light:-ms-input-placeholder,
form input[type="datetime"].txt-gray-light:-ms-input-placeholder,
form input[type="datetime-local"].txt-gray-light:-ms-input-placeholder,
form input[type="email"].txt-gray-light:-ms-input-placeholder,
form input[type="file"].txt-gray-light:-ms-input-placeholder,
form input[type="password"].txt-gray-light:-ms-input-placeholder,
form input[type="number"].txt-gray-light:-ms-input-placeholder,
form input[type="search"].txt-gray-light:-ms-input-placeholder,
form input[type="tel"].txt-gray-light:-ms-input-placeholder,
form input[type="time"].txt-gray-light:-ms-input-placeholder,
form input[type="url"].txt-gray-light:-ms-input-placeholder {
  color: #999999;
}
form input[type="text"].txt-gray-light::-webkit-input-placeholder,
form input[type="date"].txt-gray-light::-webkit-input-placeholder,
form input[type="datetime"].txt-gray-light::-webkit-input-placeholder,
form input[type="datetime-local"].txt-gray-light::-webkit-input-placeholder,
form input[type="email"].txt-gray-light::-webkit-input-placeholder,
form input[type="file"].txt-gray-light::-webkit-input-placeholder,
form input[type="password"].txt-gray-light::-webkit-input-placeholder,
form input[type="number"].txt-gray-light::-webkit-input-placeholder,
form input[type="search"].txt-gray-light::-webkit-input-placeholder,
form input[type="tel"].txt-gray-light::-webkit-input-placeholder,
form input[type="time"].txt-gray-light::-webkit-input-placeholder,
form input[type="url"].txt-gray-light::-webkit-input-placeholder {
  color: #999999;
}
form input[type="text"].signup-input,
form input[type="date"].signup-input,
form input[type="datetime"].signup-input,
form input[type="datetime-local"].signup-input,
form input[type="email"].signup-input,
form input[type="file"].signup-input,
form input[type="password"].signup-input,
form input[type="number"].signup-input,
form input[type="search"].signup-input,
form input[type="tel"].signup-input,
form input[type="time"].signup-input,
form input[type="url"].signup-input {
  color: #999;
}
form input[type="text"].signup-input::-moz-placeholder,
form input[type="date"].signup-input::-moz-placeholder,
form input[type="datetime"].signup-input::-moz-placeholder,
form input[type="datetime-local"].signup-input::-moz-placeholder,
form input[type="email"].signup-input::-moz-placeholder,
form input[type="file"].signup-input::-moz-placeholder,
form input[type="password"].signup-input::-moz-placeholder,
form input[type="number"].signup-input::-moz-placeholder,
form input[type="search"].signup-input::-moz-placeholder,
form input[type="tel"].signup-input::-moz-placeholder,
form input[type="time"].signup-input::-moz-placeholder,
form input[type="url"].signup-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form input[type="text"].signup-input:-ms-input-placeholder,
form input[type="date"].signup-input:-ms-input-placeholder,
form input[type="datetime"].signup-input:-ms-input-placeholder,
form input[type="datetime-local"].signup-input:-ms-input-placeholder,
form input[type="email"].signup-input:-ms-input-placeholder,
form input[type="file"].signup-input:-ms-input-placeholder,
form input[type="password"].signup-input:-ms-input-placeholder,
form input[type="number"].signup-input:-ms-input-placeholder,
form input[type="search"].signup-input:-ms-input-placeholder,
form input[type="tel"].signup-input:-ms-input-placeholder,
form input[type="time"].signup-input:-ms-input-placeholder,
form input[type="url"].signup-input:-ms-input-placeholder {
  color: #999;
}
form input[type="text"].signup-input::-webkit-input-placeholder,
form input[type="date"].signup-input::-webkit-input-placeholder,
form input[type="datetime"].signup-input::-webkit-input-placeholder,
form input[type="datetime-local"].signup-input::-webkit-input-placeholder,
form input[type="email"].signup-input::-webkit-input-placeholder,
form input[type="file"].signup-input::-webkit-input-placeholder,
form input[type="password"].signup-input::-webkit-input-placeholder,
form input[type="number"].signup-input::-webkit-input-placeholder,
form input[type="search"].signup-input::-webkit-input-placeholder,
form input[type="tel"].signup-input::-webkit-input-placeholder,
form input[type="time"].signup-input::-webkit-input-placeholder,
form input[type="url"].signup-input::-webkit-input-placeholder {
  color: #999;
}
form input[type="text"]#loginModel_UserName::-moz-placeholder,
form input[type="date"]#loginModel_UserName::-moz-placeholder,
form input[type="datetime"]#loginModel_UserName::-moz-placeholder,
form input[type="datetime-local"]#loginModel_UserName::-moz-placeholder,
form input[type="email"]#loginModel_UserName::-moz-placeholder,
form input[type="file"]#loginModel_UserName::-moz-placeholder,
form input[type="password"]#loginModel_UserName::-moz-placeholder,
form input[type="number"]#loginModel_UserName::-moz-placeholder,
form input[type="search"]#loginModel_UserName::-moz-placeholder,
form input[type="tel"]#loginModel_UserName::-moz-placeholder,
form input[type="time"]#loginModel_UserName::-moz-placeholder,
form input[type="url"]#loginModel_UserName::-moz-placeholder {
  color: #999999;
}
form input[type="text"]#loginModel_UserName:-ms-input-placeholder,
form input[type="date"]#loginModel_UserName:-ms-input-placeholder,
form input[type="datetime"]#loginModel_UserName:-ms-input-placeholder,
form input[type="datetime-local"]#loginModel_UserName:-ms-input-placeholder,
form input[type="email"]#loginModel_UserName:-ms-input-placeholder,
form input[type="file"]#loginModel_UserName:-ms-input-placeholder,
form input[type="password"]#loginModel_UserName:-ms-input-placeholder,
form input[type="number"]#loginModel_UserName:-ms-input-placeholder,
form input[type="search"]#loginModel_UserName:-ms-input-placeholder,
form input[type="tel"]#loginModel_UserName:-ms-input-placeholder,
form input[type="time"]#loginModel_UserName:-ms-input-placeholder,
form input[type="url"]#loginModel_UserName:-ms-input-placeholder {
  color: #999999;
}
form input[type="text"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="date"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="datetime"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="datetime-local"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="email"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="file"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="password"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="number"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="search"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="tel"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="time"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="url"]#loginModel_UserName::-webkit-input-placeholder {
  color: #999999;
}
form input[type="text"]#loginModel_UserName::-moz-placeholder,
form input[type="date"]#loginModel_UserName::-moz-placeholder,
form input[type="datetime"]#loginModel_UserName::-moz-placeholder,
form input[type="datetime-local"]#loginModel_UserName::-moz-placeholder,
form input[type="email"]#loginModel_UserName::-moz-placeholder,
form input[type="file"]#loginModel_UserName::-moz-placeholder,
form input[type="password"]#loginModel_UserName::-moz-placeholder,
form input[type="number"]#loginModel_UserName::-moz-placeholder,
form input[type="search"]#loginModel_UserName::-moz-placeholder,
form input[type="tel"]#loginModel_UserName::-moz-placeholder,
form input[type="time"]#loginModel_UserName::-moz-placeholder,
form input[type="url"]#loginModel_UserName::-moz-placeholder {
  color: #999999;
}
form input[type="text"]#loginModel_UserName:-ms-input-placeholder,
form input[type="date"]#loginModel_UserName:-ms-input-placeholder,
form input[type="datetime"]#loginModel_UserName:-ms-input-placeholder,
form input[type="datetime-local"]#loginModel_UserName:-ms-input-placeholder,
form input[type="email"]#loginModel_UserName:-ms-input-placeholder,
form input[type="file"]#loginModel_UserName:-ms-input-placeholder,
form input[type="password"]#loginModel_UserName:-ms-input-placeholder,
form input[type="number"]#loginModel_UserName:-ms-input-placeholder,
form input[type="search"]#loginModel_UserName:-ms-input-placeholder,
form input[type="tel"]#loginModel_UserName:-ms-input-placeholder,
form input[type="time"]#loginModel_UserName:-ms-input-placeholder,
form input[type="url"]#loginModel_UserName:-ms-input-placeholder {
  color: #999999;
}
form input[type="text"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="date"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="datetime"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="datetime-local"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="email"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="file"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="password"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="number"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="search"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="tel"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="time"]#loginModel_UserName::-webkit-input-placeholder,
form input[type="url"]#loginModel_UserName::-webkit-input-placeholder {
  color: #999999;
}
form input[type="text"]#loginModel_Password::-moz-placeholder,
form input[type="date"]#loginModel_Password::-moz-placeholder,
form input[type="datetime"]#loginModel_Password::-moz-placeholder,
form input[type="datetime-local"]#loginModel_Password::-moz-placeholder,
form input[type="email"]#loginModel_Password::-moz-placeholder,
form input[type="file"]#loginModel_Password::-moz-placeholder,
form input[type="password"]#loginModel_Password::-moz-placeholder,
form input[type="number"]#loginModel_Password::-moz-placeholder,
form input[type="search"]#loginModel_Password::-moz-placeholder,
form input[type="tel"]#loginModel_Password::-moz-placeholder,
form input[type="time"]#loginModel_Password::-moz-placeholder,
form input[type="url"]#loginModel_Password::-moz-placeholder {
  color: #999999;
}
form input[type="text"]#loginModel_Password:-ms-input-placeholder,
form input[type="date"]#loginModel_Password:-ms-input-placeholder,
form input[type="datetime"]#loginModel_Password:-ms-input-placeholder,
form input[type="datetime-local"]#loginModel_Password:-ms-input-placeholder,
form input[type="email"]#loginModel_Password:-ms-input-placeholder,
form input[type="file"]#loginModel_Password:-ms-input-placeholder,
form input[type="password"]#loginModel_Password:-ms-input-placeholder,
form input[type="number"]#loginModel_Password:-ms-input-placeholder,
form input[type="search"]#loginModel_Password:-ms-input-placeholder,
form input[type="tel"]#loginModel_Password:-ms-input-placeholder,
form input[type="time"]#loginModel_Password:-ms-input-placeholder,
form input[type="url"]#loginModel_Password:-ms-input-placeholder {
  color: #999999;
}
form input[type="text"]#loginModel_Password::-webkit-input-placeholder,
form input[type="date"]#loginModel_Password::-webkit-input-placeholder,
form input[type="datetime"]#loginModel_Password::-webkit-input-placeholder,
form input[type="datetime-local"]#loginModel_Password::-webkit-input-placeholder,
form input[type="email"]#loginModel_Password::-webkit-input-placeholder,
form input[type="file"]#loginModel_Password::-webkit-input-placeholder,
form input[type="password"]#loginModel_Password::-webkit-input-placeholder,
form input[type="number"]#loginModel_Password::-webkit-input-placeholder,
form input[type="search"]#loginModel_Password::-webkit-input-placeholder,
form input[type="tel"]#loginModel_Password::-webkit-input-placeholder,
form input[type="time"]#loginModel_Password::-webkit-input-placeholder,
form input[type="url"]#loginModel_Password::-webkit-input-placeholder {
  color: #999999;
}
form input[type="text"]#EmailAddress::-moz-placeholder,
form input[type="text"]#Email::-moz-placeholder,
form input[type="date"]#EmailAddress::-moz-placeholder,
form input[type="datetime"]#EmailAddress::-moz-placeholder,
form input[type="datetime-local"]#EmailAddress::-moz-placeholder,
form input[type="email"]#EmailAddress::-moz-placeholder,
form input[type="file"]#EmailAddress::-moz-placeholder,
form input[type="password"]#EmailAddress::-moz-placeholder,
form input[type="number"]#EmailAddress::-moz-placeholder,
form input[type="search"]#EmailAddress::-moz-placeholder,
form input[type="tel"]#EmailAddress::-moz-placeholder,
form input[type="time"]#EmailAddress::-moz-placeholder,
form input[type="url"]#EmailAddress::-moz-placeholder {
  color: #999999;
}
form input[type="text"]#EmailAddress:-ms-input-placeholder,
form input[type="text"]#Email:-ms-input-placeholder,
form input[type="date"]#EmailAddress:-ms-input-placeholder,
form input[type="datetime"]#EmailAddress:-ms-input-placeholder,
form input[type="datetime-local"]#EmailAddress:-ms-input-placeholder,
form input[type="email"]#EmailAddress:-ms-input-placeholder,
form input[type="file"]#EmailAddress:-ms-input-placeholder,
form input[type="password"]#EmailAddress:-ms-input-placeholder,
form input[type="number"]#EmailAddress:-ms-input-placeholder,
form input[type="search"]#EmailAddress:-ms-input-placeholder,
form input[type="tel"]#EmailAddress:-ms-input-placeholder,
form input[type="time"]#EmailAddress:-ms-input-placeholder,
form input[type="url"]#EmailAddress:-ms-input-placeholder {
  color: #999999;
}
form input[type="text"]#EmailAddress::-webkit-input-placeholder,
form input[type="text"]#Email::-webkit-input-placeholder,
form input[type="date"]#EmailAddress::-webkit-input-placeholder,
form input[type="datetime"]#EmailAddress::-webkit-input-placeholder,
form input[type="datetime-local"]#EmailAddress::-webkit-input-placeholder,
form input[type="email"]#EmailAddress::-webkit-input-placeholder,
form input[type="file"]#EmailAddress::-webkit-input-placeholder,
form input[type="password"]#EmailAddress::-webkit-input-placeholder,
form input[type="number"]#EmailAddress::-webkit-input-placeholder,
form input[type="search"]#EmailAddress::-webkit-input-placeholder,
form input[type="tel"]#EmailAddress::-webkit-input-placeholder,
form input[type="time"]#EmailAddress::-webkit-input-placeholder,
form input[type="url"]#EmailAddress::-webkit-input-placeholder {
  color: #999999;
}
form input[type="text"]#ZipCode::-moz-placeholder,
form input[type="date"]#ZipCode::-moz-placeholder,
form input[type="datetime"]#ZipCode::-moz-placeholder,
form input[type="datetime-local"]#ZipCode::-moz-placeholder,
form input[type="email"]#ZipCode::-moz-placeholder,
form input[type="file"]#ZipCode::-moz-placeholder,
form input[type="password"]#ZipCode::-moz-placeholder,
form input[type="number"]#ZipCode::-moz-placeholder,
form input[type="search"]#ZipCode::-moz-placeholder,
form input[type="tel"]#ZipCode::-moz-placeholder,
form input[type="time"]#ZipCode::-moz-placeholder,
form input[type="url"]#ZipCode::-moz-placeholder {
  color: #999999;
}
form input[type="text"]#ZipCode:-ms-input-placeholder,
form input[type="date"]#ZipCode:-ms-input-placeholder,
form input[type="datetime"]#ZipCode:-ms-input-placeholder,
form input[type="datetime-local"]#ZipCode:-ms-input-placeholder,
form input[type="email"]#ZipCode:-ms-input-placeholder,
form input[type="file"]#ZipCode:-ms-input-placeholder,
form input[type="password"]#ZipCode:-ms-input-placeholder,
form input[type="number"]#ZipCode:-ms-input-placeholder,
form input[type="search"]#ZipCode:-ms-input-placeholder,
form input[type="tel"]#ZipCode:-ms-input-placeholder,
form input[type="time"]#ZipCode:-ms-input-placeholder,
form input[type="url"]#ZipCode:-ms-input-placeholder {
  color: #999999;
}
form input[type="text"]#ZipCode::-webkit-input-placeholder,
form input[type="date"]#ZipCode::-webkit-input-placeholder,
form input[type="datetime"]#ZipCode::-webkit-input-placeholder,
form input[type="datetime-local"]#ZipCode::-webkit-input-placeholder,
form input[type="email"]#ZipCode::-webkit-input-placeholder,
form input[type="file"]#ZipCode::-webkit-input-placeholder,
form input[type="password"]#ZipCode::-webkit-input-placeholder,
form input[type="number"]#ZipCode::-webkit-input-placeholder,
form input[type="search"]#ZipCode::-webkit-input-placeholder,
form input[type="tel"]#ZipCode::-webkit-input-placeholder,
form input[type="time"]#ZipCode::-webkit-input-placeholder,
form input[type="url"]#ZipCode::-webkit-input-placeholder {
  color: #999999;
}
form input[type="text"]:hover,
form input[type="date"]:hover,
form input[type="datetime"]:hover,
form input[type="datetime-local"]:hover,
form input[type="email"]:hover,
form input[type="file"]:hover,
form input[type="password"]:hover,
form input[type="number"]:hover,
form input[type="search"]:hover,
form input[type="tel"]:hover,
form input[type="time"]:hover,
form input[type="url"]:hover,
form input[type="text"].hover,
form input[type="date"].hover,
form input[type="datetime"].hover,
form input[type="datetime-local"].hover,
form input[type="email"].hover,
form input[type="file"].hover,
form input[type="password"].hover,
form input[type="number"].hover,
form input[type="search"].hover,
form input[type="tel"].hover,
form input[type="time"].hover,
form input[type="url"].hover,
form input[type="text"]:focus,
form input[type="date"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="email"]:focus,
form input[type="file"]:focus,
form input[type="password"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="time"]:focus,
form input[type="url"]:focus,
form input[type="text"].focus,
form input[type="date"].focus,
form input[type="datetime"].focus,
form input[type="datetime-local"].focus,
form input[type="email"].focus,
form input[type="file"].focus,
form input[type="password"].focus,
form input[type="number"].focus,
form input[type="search"].focus,
form input[type="tel"].focus,
form input[type="time"].focus,
form input[type="url"].focus {
  box-shadow: none;
  outline: 0;
}
.thankyou_txt h3 {
  font-weight: 100;
}
.thankyou_txt a {
  color: #18ACEB;
}
.thankyou_txt a:hover,
.thankyou_txt a:focus {
  color: #0c5675;
}
.pay_Subscribe_Form_Validation .field-validation-error {
  color: #b94a48;
}
.pay_Subscribe_Form_Validation .field-validation-valid {
  display: none;
}
.pay_Subscribe_Form_Validation input.input-validation-error {
  -webkit-box-shadow: inset 0px 0px 0px 1px #b94a48;
  -moz-box-shadow: inset 0px 0px 0px 1px #b94a48;
  box-shadow: inset 0px 0px 0px 1px #b94a48;
}
.pay_Subscribe_Form_Validation select.input-validation-error {
  z-index: 0;
  -webkit-box-shadow: inset 0px 0px 0px 1px #b94a48;
  -moz-box-shadow: inset 0px 0px 0px 1px #b94a48;
  box-shadow: inset 0px 0px 0px 1px #b94a48;
}
.pay_Subscribe_Form_Validation input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.pay_Subscribe_Form_Validation .validation-summary-errors {
  color: #b94a48;
}
.pay_Subscribe_Form_Validation .validation-summary-valid {
  display: none;
}
.input-control {
  width: 100%;
}
.wrapper .stack.stack--thin {
  padding-top: 14px;
  padding-bottom: 14px;
}
.wrapper .stack.stack--banner {
  padding-top: 0;
  padding-bottom: 0;
}
.wrapper .stack.stack--banner .banner-content {
  position: relative;
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
}
.wrapper .stack.stack--banner .banner-content .banner-jumbo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.wrapper .stack.stack--banner .banner-content .banner-jumbo:before {
  content: '';
  display: inline-block;
  width: 0;
  padding-top: 35%;
  vertical-align: middle;
}
.wrapper .stack.stack--banner .banner-content .banner-jumbo .banner-jumbo-title {
  font-size: 6vw;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.9em;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-left: -0.26em;
}
.wrapper .stack.stack--banner .banner-content .banner-sub-text {
  width: 100%;
  max-width: 1084px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  text-transform: uppercase;
  font-family: 'BlenderPro', sans-serif;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 28px;
  margin-top: -28px;
  position: relative;
  z-index: 3;
}
.sticky-anchor:after {
  content: ' ';
  display: block;
  width: 100%;
  clear: both;
}
.sticky-anchor .sticky {
  float: left;
}
.top-bar {
  background-color: #000000;
}
.top-bar a {
  display: inline-block;
}
@media ( max-width: 992px ) {
  .top-bar .logo-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.top-bar .logo {
  margin-top: 12px;
  margin-bottom: 12px;
}
.top-bar .hamburger {
  padding: 31px;
}
.top-bar .top-bar-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.top-bar .top-bar-menu:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.top-bar .top-bar-menu .top-bar-menu-item {
  float: left;
}
.top-bar .top-bar-menu .top-bar-menu-item > a {
  padding: 0 14px;
  line-height: 76px;
}
.login-text {
  line-height: 76px;
  color: #fffe88;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 992px) {
  .login-text:hover,
  .login-text.hover,
  .login-text:focus,
  .login-text.focus {
    color: #ffffff;
  }
}
@media ( max-width: 992px ) {
  .login-text {
    color: #999999;
  }
  .login-text.is-active {
    color: #000000;
  }
}
.logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  width: 375px;
  height: 46px;
  background-image: url(/Areas/Influence2/Content/Images/Influence_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.logo.logo--video {
  width: 200px;
  background-image: url(/Areas/Influence2/Content/Images/videos.svg);
}
.collage {
  overflow: hidden;
}
.collage .collage-item {
  display: block;
  position: relative;
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 25%;
  height: 240px;
}
@media ( max-width: 768px ) {
  .collage .collage-item {
    width: 100% !important;
    height: 400px !important;
  }
}
.collage .collage-item:before {
  content: '';
  display: inline-block;
  width: 0;
  height: inherit;
  vertical-align: middle;
}
.collage .collage-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.collage .collage-item:hover:after,
.collage .collage-item.hover:after,
.collage .collage-item:focus:after,
.collage .collage-item.focus:after {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.collage .collage-item.collage-item--lg {
  width: 50%;
  height: 480px;
}
.collage .collage-item.collage-item--md {
  width: 50%;
  height: 240px;
}
.collage .collage-item.collage-item--yellow:after {
  background-color: #e7c645;
}
.collage .collage-item.collage-item--red:after {
  background-color: #f1636a;
}
.collage .collage-item.collage-item--blue:after {
  background-color: #0097DC;
}
.collage .collage-item.collage-item--lightblue:after {
  background-color: #00A6CB;
}
.collage .collage-item.collage-item--seafoam:after {
  background-color: #56B8BA;
}
.collage .collage-item.collage-item--green:after {
  background-color: #8ECEA8;
}
.collage .collage-item.collage-item--purple:after {
  background-color: #9a628f;
}
.collage .collage-item.collage-item--black:after {
  background-color: #000000;
}
.collage .collage-item .collage-item-inner {
  position: relative;
  z-index: 1;
  padding: 28px;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-left: -0.3em;
}
.collage .collage-item .collage-item-inner h1,
.collage .collage-item .collage-item-inner h2,
.collage .collage-item .collage-item-inner h3,
.collage .collage-item .collage-item-inner h4,
.collage .collage-item .collage-item-inner h5,
.collage .collage-item .collage-item-inner h6,
.collage .collage-item .collage-item-inner p {
  color: #ffffff;
}
@media ( max-width: 768px ) {
  .collage .collage-item .collage-item-inner h1,
  .collage .collage-item .collage-item-inner h2,
  .collage .collage-item .collage-item-inner h3 {
    font-size: 46px;
  }
}
.collage.collage--video .collage-item:after {
  background-image: url(/Areas/Influence2/Content/Images/play.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.author {
  overflow: hidden;
}
.author .author-image {
  float: left;
  width: 200px;
}
.author .author-meta {
  float: left;
  width: 100%;
  margin-left: -200px;
  padding-left: 228px;
}
.author .author-meta .author-meta-name {
  margin-bottom: 9.24px;
}
@media ( max-width: 480px ) {
  .author .author-image {
    width: 100%;
    margin-bottom: 14px;
  }
  .author .author-meta {
    margin-left: 0;
    padding-left: 0;
  }
}
.social-tabs {
  overflow: hidden;
}
.social-tabs .social-tab {
  float: left;
  width: 160px;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 17.2px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  position: relative;
  z-index: 2;
}
.social-tabs .social-tab:first-of-type {
  width: 100%;
  background-color: #8ecea8;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  letter-spacing: 0.033em;
  padding-right: 480px;
  margin-right: -480px;
  z-index: 1;
}
@media ( max-width: 992px ) {
  .social-tabs--collapsable.social-tabs .social-tab {
    width: 100px;
  }
  .social-tabs--collapsable.social-tabs .social-tab:first-of-type {
    width: 100%;
    padding-right: 300px;
    margin-right: -300px;
  }
  .social-tabs--collapsable.social-tabs .social-tab .social-tab-link {
    width: 55% !important;
  }
  .social-tabs--collapsable.social-tabs .social-tab .social-tab-count {
    width: 45% !important;
  }
  .social-tabs--early-wrap.social-tabs .social-tab {
    width: 33.3333%;
  }
  .social-tabs--early-wrap.social-tabs .social-tab:first-of-type {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) {
  .social-tabs .social-tab {
    width: 33.3333%;
  }
  .social-tabs .social-tab:first-of-type {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) and (max-width: 460px) {
  .social-tabs .social-tab {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }
}
.social-tabs .social-tab.social-tab--tw .social-tab-link,
.social-tabs .social-tab.social-tab--tw .social-tab-count {
  background-color: #1dadea;
}
.social-tabs .social-tab.social-tab--fb .social-tab-link,
.social-tabs .social-tab.social-tab--fb .social-tab-count {
  background-color: #345b95;
}
.social-tabs .social-tab.social-tab--gp .social-tab-link,
.social-tabs .social-tab.social-tab--gp .social-tab-count {
  background-color: #db4c3f;
}
.social-tabs .social-tab .social-tab-link {
  float: left;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #ffffff;
  width: 100%;
  color: #ffffff;
}
.social-tabs .social-tab .social-tab-link:hover,
.social-tabs .social-tab .social-tab-link.hover,
.social-tabs .social-tab .social-tab-link:focus,
.social-tabs .social-tab .social-tab-link.focus {
  color: rgba(255, 255, 255, 0.5);
}
.social-tabs .social-tab .social-tab-link .fa {
  margin-right: 5px;
  position: relative;
  bottom: -0.02em;
}
@media ( max-width: 992px ) {
  .social-tabs .social-tab .social-tab-link .fa {
    margin-right: 0;
  }
}
@media ( max-width: 480px ) {
  .social-tabs .social-tab .social-tab-link {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.social-tabs .social-tab .social-tab-count {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #ffffff;
  width: 30%;
  color: #ffffff;
}
@media ( max-width: 480px ) {
  .social-tabs .social-tab .social-tab-count {
    border-left: 0;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.newsletter-form {
  overflow: hidden;
  padding: 18.66666667px;
  background-color: #8ecea8;
}
.newsletter-form .newsletter-form-input {
  float: left;
  width: 100%;
  margin-right: -120px;
  padding-right: 138.66666667px;
}
.newsletter-form .newsletter-form-input input {
  width: 100%;
}
.newsletter-form .newsletter-form-input input:focus,
.newsletter-form .newsletter-form-input input.focus {
  box-shadow: none;
  outline: 0;
}
.newsletter-form .newsletter-form-submit {
  float: left;
  width: 120px;
}
.newsletter-form .newsletter-form-submit .newsletter-form-submit-button {
  display: block;
  width: 100%;
  text-align: center;
}
.newsletter-form-resultStatus {
  float: left;
  color: red;
}
.newsletter-menu-resultStatus {
  color: white !important;
}
.card + .card {
  margin-top: 28px;
}
@media ( max-width: 480px ) {
  .card + .card {
    border-top: 1px solid #d5d5d5;
    padding-top: 28px;
  }
}
.card .card-image {
  position: relative;
  width: 100%;
}
.card .card-image img {
  width: 100%;
}
.card .card-image .card-image-tag {
  display: inline-block;
  padding-left: 9.33333333px;
  padding-right: 9.33333333px;
  background-color: #555555;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8em;
  position: absolute;
  left: 14px;
  bottom: 14px;
}
.card .card-image .card-image-tag.card-image-tag--edge {
  left: 0;
  bottom: 0;
}
.card .card-image a {
  display: block;
}
.card .card-body {
  padding: 14px;
  min-height: 50px;
}
.card .card-category {
  width: 100%;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #555555;
  font-family: 'BlenderPro', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.card--red .card-category,
.card.card--red .card-image-tag {
  background-color: #f1636a;
}
.card.card--blue .card-category,
.card.card--blue .card-image-tag {
  background-color: #0097DC;
}
.card.card--lightblue .card-category,
.card.card--lightblue .card-image-tag {
  background-color: #00A6CB;
}
.card.card--seafoam .card-category,
.card.card--seafoam .card-image-tag {
  background-color: #56B8BA;
}
.card.card--green .card-category,
.card.card--green .card-image-tag {
  background-color: #8ECEA8;
}
.card.card--yellow .card-category,
.card.card--yellow .card-image-tag {
  background-color: #e7c645;
}
.card.card--purple .card-category,
.card.card--purple .card-image-tag {
  background-color: #9a628f;
}
.card.card--black .card-category,
.card.card--black .card-image-tag {
  background-color: #000000;
}

.sidebar-list {
  overflow: hidden;
  padding: 0;
}
.sidebar-list a {
  display: block;
  overflow: hidden;
}
.sidebar-list a:hover .sidebar-list-item-text,
.sidebar-list a.hover .sidebar-list-item-text,
.sidebar-list a:focus .sidebar-list-item-text,
.sidebar-list a.focus .sidebar-list-item-text {
  color: #999999;
}
.sidebar-list .sidebar-list-item {
  display: block;
  overflow: hidden;
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}
.sidebar-list .sidebar-list-item + .sidebar-list-item {
  margin-top: 14px;
}
.sidebar-list .sidebar-list-item .sidebar-list-item-image {
  float: left;
  width: 75px;
}
@media ( max-width: 992px ) {
  .sidebar-list .sidebar-list-item .sidebar-list-item-image {
    width: 50px;
  }
}
.sidebar-list .sidebar-list-item .sidebar-list-item-text {
  float: left;
  width: 100%;
  margin-left: -75px;
  padding-left: 89px;
  font-family: 'BlenderPro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media ( max-width: 992px ) {
  .sidebar-list .sidebar-list-item .sidebar-list-item-text {
    margin-left: -50px;
    padding-left: 64px;
  }
}
.article-list .article-list-item {
  display: block;
  overflow: hidden;
}
.article-list .article-list-item + .article-list-item {
  margin-top: 28px;
}
.article-list .article-list-item .article-list-item-image {
  float: left;
  width: 150px;
}
.article-list .article-list-item .article-list-item-content {
  float: left;
  width: 100%;
  margin-left: -150px;
  padding-left: 164px;
}
.article-list .article-list-item .article-list-item-content:before {
  content: '';
  display: inline-block;
  width: 0;
  min-height: 150px;
}
.article-list .article-list-item .article-list-item-content .article-list-item-content-inner {
  display: inline-block;
  width: 100%;
  margin-left: -0.26em;
  vertical-align: bottom;
}
.article-list .article-list-item.article-list-item--feat .article-list-item-image {
  width: 350px;
}
.article-list .article-list-item.article-list-item--feat .article-list-item-content {
  margin-left: -350px;
  padding-left: 364px;
}
.article-list .article-list-item.article-list-item--feat .article-list-item-content:before {
  min-height: 200px;
}
@media ( max-width: 768px ) {
  .article-list .article-list-item.article-list-item--feat .article-list-item-image {
    width: 100%;
    margin-bottom: 14px;
  }
  .article-list .article-list-item.article-list-item--feat .article-list-item-content {
    margin-left: 0;
    padding-left: 0;
  }
  .article-list .article-list-item.article-list-item--feat .article-list-item-content:before {
    display: none;
  }
  .article-list .article-list-item.article-list-item--feat .article-list-item-content .article-list-item-content-inner {
    margin-left: 0;
  }
}
@media ( max-width: 480px ) {
  .article-list .article-list-item .article-list-item-image {
    width: 75px;
  }
  .article-list .article-list-item .article-list-item-content {
    width: 100%;
    margin-left: -75px;
    padding-left: 89px;
  }
  .article-list .article-list-item .article-list-item-content:before {
    min-height: 75px;
  }
}
.mini-nav {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.mini-nav .mini-nav-item {
  float: left;
  display: inline-block;
  line-height: 0.8em;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.mini-nav .mini-nav-item .mini-nav-title {
  display: inline-block;
  color: #999999;
  padding: 4px 16px 4px 0;
}
.mini-nav .mini-nav-item a {
  display: inline-block;
  float: left;
  padding: 4px 16px;
  letter-spacing: 0.06em;
}
.mini-nav .mini-nav-item a:hover,
.mini-nav .mini-nav-item a.hover,
.mini-nav .mini-nav-item a:focus,
.mini-nav .mini-nav-item a.focus {
  color: #000000;
  background-color: #8ecea8;
}
.mini-nav .mini-nav-item:nth-of-type(2) ~ .mini-nav-item {
  box-shadow: -1px 0 0 #000000;
}
.article-photo {
  margin-bottom: 25px;
}
.article-photo.recommended {
  float: left;
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}
.article-video {
  display: block;
  position: relative;
  width: 100%;
}
.article-video:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.article-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *				   BEGIN - MIGHT BE REPLACED WITH ADD THIS				 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ------------------------------------------------------------------------*/
.social-share .icon-align {
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.social-share .plus-align {
  font-size: 15px;
  margin-left: 7px;
  margin-top: 5px;
}
.social-share .fb-icon-align {
  vertical-align: middle;
  margin: 0 0 0 7px;
}
.social-share .shares {
  margin-right: 18px;
  float: left;
  font-weight: bold;
  vertical-align: middle;
}
.social-share .twitter-bg {
  background-color: #1dadea;
  color: #ffffff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 10px;
}
.social-share .facebook-bg {
  background-color: #345b95;
  color: #ffffff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 10px;
}
.social-share .google-plus-bg {
  background-color: #db4c3f;
  color: #ffffff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 10px;
}
.social-share .linkedin-bg {
  background-color: #007baf;
  color: #ffffff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 10px;
}
.social-share.article {
  margin: 33px 0 87px 0;
}
@media ( max-width: 992px ) {
  .social-share .twitter-bg,
  .social-share .facebook-bg,
  .social-share .google-plus-bg,
  .social-share .linkedin-bg {
    height: 20px;
    width: 20px;
    margin-right: 4%;
  }
  .social-share .twitter-bg.larger,
  .social-share .facebook-bg.larger,
  .social-share .google-plus-bg.larger,
  .social-share .linkedin-bg.larger {
    height: 30px;
    width: 30px;
  }
  .social-share .icon-align {
    font-size: 12px;
    margin-left: 5px;
    margin-top: -4px;
  }
  .social-share .fb-icon-align {
    margin-left: 7px;
    margin-top: -3px;
  }
  .social-share .shares {
    margin-right: 5%;
    font-size: 14px;
    margin-top: 2px;
  }
  .social-share .larger .icon-align {
    font-size: 15px;
    margin-left: 9px;
    margin-top: 5px;
  }
  .social-share .larger .fb-icon-align {
    margin-left: 12px;
    margin-top: 6px;
  }
  .social-share .larger .plus-align {
    font-size: 15px;
    margin-left: 9px;
    margin-top: 6px;
  }
  .social-share .article-shares {
    margin-right: 5%;
    font-size: 15px;
    margin-top: 4px;
    float: left;
    font-weight: bold;
    vertical-align: middle;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .social-share .twitter-bg,
  .social-share .facebook-bg,
  .social-share .google-plus-bg,
  .social-share .linkedin-bg {
    height: 25px;
    width: 25px;
    margin-right: 3%;
  }
  .social-share .icon-align {
    font-size: 14px;
    margin-left: 7px;
    margin-top: 2px;
  }
  .social-share .fb-icon-align {
    margin-left: 10px;
    margin-top: 3px;
  }
  .social-share .plus-align {
    font-size: 15px;
    margin-left: 7px;
    margin-top: 5px;
  }
}
.twitter-bg:hover .fa-twitter,
.twitter-bg .fa-plus {
  display: none;
}
.twitter-bg:hover .fa-plus {
  display: block;
}
.facebook-bg:hover .fa-facebook,
.facebook-bg .fa-plus {
  display: none;
}
.facebook-bg:hover .fa-plus {
  display: block;
}
.google-plus-bg:hover .fa-google-plus,
.google-plus-bg .fa-plus {
  display: none;
}
.google-plus-bg:hover .fa-plus {
  display: block;
}
.linkedin-bg:hover .fa-linkedin,
.linkedin-bg .fa-plus {
  display: none;
}
.linkedin-bg:hover .fa-plus {
  display: block;
}
/*------------------------------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *				    END - MIGHT BE REPLACED WITH ADD THIS				 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ------------------------------------------------------------------------*/
.search-icon {
  background-color: #d5d5d5;
  padding-top: 17px;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -5px;
  display: inline;
}
.search-icon.interior {
  padding: 17px 10px 25px 0px;
}
.navbar-default {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 0 #ffffff;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media ( max-width: 992px ) {
  .navbar-default {
    min-height: 0;
  }
}
.is-stuck .navbar-default {
  box-shadow: 0 1px 0 #d5d5d5;
}
.navbar-default .navbar-collapse {
  position: relative;
}
#main-menu {
  position: static;
}
#main-menu .navbar-nav {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#main-menu .navbar-nav > li {
  position: static;
}
@media (min-width: 992px) {
  #main-menu .navbar-nav > li:first-of-type > a,
  #main-menu .navbar-nav > li:first-of-type .dropdown-wrapper > a {
    padding-left: 0;
  }
}
#main-menu .navbar-nav > li > a,
#main-menu .navbar-nav > li .dropdown-wrapper > a {
  display: inline-block;
  color: #999999;
  font-weight: 600;
  padding: 16px 10px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.033em;
}
#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li .dropdown-wrapper > a:hover,
#main-menu .navbar-nav > li > a.hover,
#main-menu .navbar-nav > li .dropdown-wrapper > a.hover,
#main-menu .navbar-nav > li > a:focus,
#main-menu .navbar-nav > li .dropdown-wrapper > a:focus,
#main-menu .navbar-nav > li > a.focus,
#main-menu .navbar-nav > li .dropdown-wrapper > a.focus {
  color: #222222;
  background-color: transparent !important;
}
@media ( max-width: 992px ) {
  #main-menu .navbar-nav > li > a,
  #main-menu .navbar-nav > li .dropdown-wrapper > a {
    font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
    font-weight: 500;
    padding: 10px 13px;
    color: #ffffff;
    letter-spacing: 0.050em;
  }
  #main-menu .navbar-nav > li > a:hover,
  #main-menu .navbar-nav > li .dropdown-wrapper > a:hover,
  #main-menu .navbar-nav > li > a.hover,
  #main-menu .navbar-nav > li .dropdown-wrapper > a.hover,
  #main-menu .navbar-nav > li > a:focus,
  #main-menu .navbar-nav > li .dropdown-wrapper > a:focus,
  #main-menu .navbar-nav > li > a.focus,
  #main-menu .navbar-nav > li .dropdown-wrapper > a.focus {
    color: #ffffff;
  }
}
/* Custom subdropdown settings for main menu nested sub-navigation*/
.subdropdown {
  display: none;
  position: absolute;
  z-index: 9999;
  /*top: 100%; left: 0;*/
  min-width: 930px;
  background-color: #000000;
  max-height: 218px;
}
.subdropdown.subdropdown--right {
  left: auto;
  right: 0;
}
.subdropdown.subdropdown--full {
  left: 80px;
  /*right: (@grid-gutter-width / 2);*/
  bottom: -50px;
}
.subdropdown.subdropdown--pad {
  padding: 28px;
}
.subdropdown.subdropdown--md {
  display: block;
  position: static;
}
@media ( max-width: 992px ) {
  .subdropdown.subdropdown--md {
    display: none;
    position: absolute;
  }
}
.subdropdown.is-active {
  display: block;
  visibility: inherit;
}
@media (min-width: 992px) {
  .subdropdown:hover,
  .subdropdown.hover,
  .subdropdown:focus,
  .subdropdown.focus {
    display: block;
  }
}
.subdropdown h1,
.subdropdown h2,
.subdropdown h3,
.subdropdown h4,
.subdropdown h5,
.subdropdown h6,
.subdropdown p,
.subdropdown li,
.subdropdown label {
  color: #ffffff;
}
.subdropdown a,
.subdropdown button {
  font-family: 'BlenderPro', sans-serif;
  font-weight: 500;
}
.subdropdown .subdropdown-nav:after {
  content: ' ';
  display: block;
  width: 100%;
  clear: both;
}
.subdropdown .subdropdown-nav .subdropdown-nav-left {
  float: left;
  width: 194px;
  position: relative;
  z-index: 2;
}
.subdropdown .subdropdown-nav .subdropdown-nav-right {
  float: left;
  width: 100%;
  /*padding-left: (194px + (@grid-gutter-width / 2)); margin-left: -194px;*/
  position: relative;
  z-index: 1;
}
.subdropdown .subdropdown-nav .subdropdown-nav-menu {
  padding-left: 0;
}
.subdropdown .subdropdown-nav .subdropdown-nav-menu .subdropdown-nav-menu-item + .subdropdown-nav-menu-item {
  margin-top: 5px;
}
.navbar-input {
  border: none;
  background-color: #d5d5d5;
  color: #ffffff;
  width: 100%;
  line-height: 24px;
  padding: 13px 40px 13px 13px !important;
  background-image: url(/Areas/Influence2/Content/Images/search.svg);
  background-position: 92% center;
  background-position: calc(95%) center;
  background-repeat: no-repeat;
}
.navbar-input:focus,
.navbar-input.focus {
  box-shadow: none;
  outline: 0;
}
.hamburger {
  background-color: transparent;
  border: 0;
  display: inline-block;
  padding: 9px 10px;
  overflow: hidden;
}
.hamburger .hamburger-bar {
  float: left;
  clear: left;
  width: 16px;
  height: 2px;
  background-color: #999999;
}
.hamburger .hamburger-bar + .hamburger-bar {
  margin-top: 4px;
}
.hamburger:focus,
.hamburger.focus {
  box-shadow: none;
  outline: 0;
}
.hamburger.is-active .hamburger-bar {
  background-color: #000000;
}
.piggies {
  text-transform: uppercase;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 0.26em;
}
.piggies .big-piggie {
  background-color: #000000;
  padding: 7px;
  display: inline-block;
}
.piggies .little-piggie {
  background-color: #999999;
  padding: 7px;
  display: inline-block;
}
.piggies a {
  color: #ffffff;
}
.piggies a:hover {
  color: #000000;
}
.post-article-header {
  width: 100%;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-family: 'BlenderPro', sans-serif;
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-article-header .post-article-header-right {
  float: right;
}
.post-article-header .post-article-header-right a {
  color: #ffffff;
}
.post-article-header .post-article-header-right a:hover,
.post-article-header .post-article-header-right a.hover,
.post-article-header .post-article-header-right a:focus,
.post-article-header .post-article-header-right a.focus {
  color: #999999;
}
.comment-box {
  background-color: #d5d5d5;
  width: 100%;
  min-height: 100px;
  border: none;
}
.comment-box:focus {
  outline: none !important;
  border: none;
  box-shadow: 0 0 0 1px #42a5e1;
}
.check {
  position: relative;
  overflow: hidden;
}
.check .check-input {
  margin: 0;
  height: 1.6em;
  width: 1.6em;
  position: absolute;
  z-index: -999;
}
.check .check-input:checked + .check-label:after {
  background-color: #5cb2e5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.check .check-label {
  margin: 0;
  cursor: pointer;
  float: left;
  letter-spacing: 0.1em;
}
.check .check-label:before {
  content: '';
  display: inline-block;
  vertical-align: -26%;
  height: 1.6em;
  width: 1.6em;
  background-color: #d5d5d5;
  margin-right: 0.8em;
}
.check .check-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  height: 0.6em;
  width: 0.6em;
  border-radius: 50%;
  background-color: #5cb2e5;
  opacity: 0;
  filter: alpha(opacity=0);
}
.check .check-label:hover:after,
.check .check-label.hover:after,
.check .check-label:focus:after,
.check .check-label.focus:after {
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel {
  display: none;
  overflow: hidden;
}
.owl-controls .owl-dots {
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
}
.owl-controls .owl-dots .owl-dot + .owl-dot {
  margin-left: 12px;
}
.owl-controls .owl-dots .owl-dot.active span {
  background-color: #555555;
}
.owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #999999;
  border-radius: 50%;
}
.owl-controls .owl-dots i {
  padding-right: 9px;
}
#newsletter-dropdown {
  min-width: 460px;
}
.login-body {
  padding: 14px;
}
.login-follow {
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  color: #ffffff;
  overflow: hidden;
}
.login-follow a {
  color: #ffffff;
}
.login-follow a:hover {
  color: #999999;
}
.login-follow .follow {
  color: #ffffff;
  width: 48px;
  line-height: 48px;
  text-align: center;
  float: left;
}
.login-follow .follow.follow--us {
  background-color: #333333;
  width: 100%;
  padding-right: 144px;
  margin-right: -144px;
}
.login-follow .follow.follow--tw {
  background-color: #1dadea;
}
.login-follow .follow.follow--fb {
  background-color: #345b95;
}
.login-follow .follow.follow--gp {
  background-color: #db4c3f;
}
.login-follow .follow.follow--pi {
  background-color: #9c2f2f;
}
.login-follow .follow a {
  color: #ffffff;
}
.halfnhalf {
  overflow: hidden;
}
.halfnhalf .half {
  float: left;
  width: 50%;
}
@media ( max-width: 480px ) {
  .halfnhalf .half {
    width: 100%;
  }
}
.AdUploadList ul {
  list-style-type: disc;
}
.SelectUploadBtn {
  padding: 5px 10px;
  width: 150px;
  color: #ffffff;
  background-color: #000000;
}
.AdUploadBtn {
  padding: 5px 10px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100px;
  float: left;
  color: #2a2a2a;
  background-color: #d5d5d5;
}
.AdUploadBtn.btn-default:focus {
  color: #ffffff;
  background-color: #555555;
}
.AdUploadBtn.btn-default.active {
  color: #ffffff;
  background-color: #555555;
}
.owl-wrapper {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  display: block;
  overflow: hidden;
}
@media ( max-width: 768px ) {
  .owl-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.owl-wrapper .owl-btn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
}
@media ( max-width: 768px ) {
  .owl-wrapper .owl-btn {
    width: 40px;
  }
}
.owl-wrapper .owl-btn.owl-prev {
  left: 0;
  background-image: url(/Areas/Influence2/Content/Images/owl-left.svg);
}
.owl-wrapper .owl-btn.owl-next {
  right: 0;
  background-image: url(/Areas/Influence2/Content/Images/owl-right.svg);
}
.pagi {
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.pagi .pagi-item {
  display: inline-block;
  font-size: 32px;
  color: #42a5e1;
  font-weight: 500;
  padding-left: 7px;
  padding-right: 7px;
}
.pagi .pagi-item:hover,
.pagi .pagi-item.hover,
.pagi .pagi-item:focus,
.pagi .pagi-item.focus {
  color: #91cbee;
}
.pagi .pagi-item.inactive {
  color: #000000;
}
.audio {
  overflow: hidden;
  background-color: #d5d5d5;
}
.audio .audio-play {
  display: inline-block;
  float: left;
  background-color: #999999;
  line-height: 84px;
  width: 84px;
  color: #fffe88;
  border: 0;
  padding: 0;
  text-align: center;
  font-size: 64px;
  position: relative;
  z-index: 2;
}
.audio .audio-play:focus,
.audio .audio-play.focus {
  box-shadow: none;
  outline: 0;
}
.audio .audio-meter {
  float: left;
  width: 100%;
  margin-left: -84px;
  padding-left: 84px;
  position: relative;
  z-index: 1;
}
.audio .audio-meter .audio-progress {
  height: 84px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.audio .audio-meter .audio-name {
  position: absolute;
  top: 0;
  line-height: 84px;
  left: 0;
  margin-left: 14px;
  z-index: 1;
  font-family: 'BlenderPro', sans-serif;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  font-size: 23px;
}
.audio .audio-meter .audio-name.audio-name--alt {
  z-index: -1;
  left: 84px;
  color: #ffffff;
}
.audio .audio-meter .audio-time {
  position: absolute;
  top: 0;
  line-height: 84px;
  right: 0;
  margin-right: 14px;
  z-index: 1;
  font-family: 'BlenderPro', sans-serif;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  font-size: 23px;
  z-index: 2;
}
.article-full-video {
  margin-bottom: 40px;
}
.article-full-video p {
  font-weight: normal;
  font-family: 'aktiv-grotesk-std', sans-serif;
}
.dropdown-wrapper {
  position: relative;
}
.dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  min-width: 292px;
  background-color: rgba(0, 0, 0, 0.85);
}
.dropdown.dropdown--right {
  left: auto;
  right: 0;
}
.dropdown.dropdown--full {
  left: 14px;
  right: 14px;
}
.dropdown.dropdown--pad {
  padding: 28px;
}
.dropdown.dropdown--md {
  display: block;
  position: static;
}
@media ( max-width: 992px ) {
  .dropdown.dropdown--md {
    display: none;
    position: absolute;
  }
}
.dropdown.is-active {
  display: block;
}
@media (min-width: 992px) {
  .dropdown:hover,
  .dropdown.hover,
  .dropdown:focus,
  .dropdown.focus {
    display: block;
  }
}
.dropdown h1,
.dropdown h2,
.dropdown h3,
.dropdown h4,
.dropdown h5,
.dropdown h6,
.dropdown p,
.dropdown li,
.dropdown label {
  color: #ffffff;
}
.dropdown a,
.dropdown button {
  font-family: 'BlenderPro', sans-serif;
  font-weight: 500;
}
.dropdown .dropdown-nav:after {
  content: ' ';
  display: block;
  width: 100%;
  clear: both;
}
.dropdown .dropdown-nav .dropdown-nav-left {
  float: left;
  width: 194px;
  position: relative;
  z-index: 2;
}
.dropdown .dropdown-nav .dropdown-nav-right {
  float: left;
  width: 100%;
  padding-left: 208px;
  margin-left: -194px;
  position: relative;
  z-index: 1;
}
.dropdown .dropdown-nav .dropdown-nav-menu {
  padding-left: 0;
}
.dropdown .dropdown-nav .dropdown-nav-menu .dropdown-nav-menu-item + .dropdown-nav-menu-item {
  margin-top: 5px;
}
.dropdown-anchor {
  cursor: pointer;
}
@media (min-width: 992px) {
  .dropdown-anchor:hover + .dropdown,
  .dropdown-anchor.hover + .dropdown,
  .dropdown-anchor:focus + .dropdown,
  .dropdown-anchor.focus + .dropdown,
  .dropdown-anchor:hover + .subdropdown,
  .dropdown-anchor.hover + .subdropdown,
  .dropdown-anchor:focus + .subdropdown,
  .dropdown-anchor.focus + .subdropdown {
    display: block;
  }
}
[data-mobile-dropdown].is-active {
  background-color: #8ecea8 !important;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.body-ad {
  margin-bottom: 20px;
}
span.field-validation-error {
  display: block;
  color: #d9534f;
  padding: 3px 1px;
  font-weight: bold;
}
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *				  MISC MEDIA QUERIES			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
@media ( max-width: 992px ) {
  h1 {
    font-size: 53.76px;
  }
  h2 {
    font-size: 38.64px;
  }
  h3 {
    font-size: 26.88px;
  }
  h4 {
    font-size: 19.32px;
  }
}
@media (max-width: 873px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 34.5px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 17.25px;
  }
}
@media ( max-width: 768px ) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 46px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 23px;
  }
}
#article-template-full h4 {
  font-size: 20px;
  color: #42a5e1;
  font-family: 'Arial Black', Gadget, sans-serif !important;
}
#article-recommended h5 {
  font-style: normal;
  float: none;
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  width: 100%;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
}
/* Original DropCap settings (may be needed if span injection has issues) */
/*#article-template-full p:first-child:first-letter {
  float: left!important;
  color: #333333!important;
  font-size: 90px!important;
  line-height: 60px;
  padding-top: 10px;
  padding-right: 14px!important;
  padding-bottom: 10px;
  padding-left: 3px;
  font-family: 'Arial Black', Gadget, sans-serif!important;
  font-weight: bold;
  font-style:normal!important;
}*/
.LetterDrop {
  float: left!important;
  color: #333333!important;
  font-size: 90px!important;
  line-height: 60px;
  padding-top: 10px;
  padding-right: 14px!important;
  padding-bottom: 10px;
  padding-left: 3px;
  font-family: 'Arial Black', Gadget, sans-serif !important;
  font-weight: bold;
  font-style: normal!important;
}
.txt-base {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.mini-nav a {
  cursor: pointer;
}
.navbar-search-button {
  background-color: #d5d5d5;
  background-image: url("/Areas/Influence2/Content/Images/search.svg");
  background-position: calc(45%) center;
  background-repeat: no-repeat;
  color: #ffffff;
  line-height: 27px;
  width: 10%;
}
#searchForm .navbar-search-button {
  border: none;
  cursor: pointer;
  height: 53px!important;
  padding: 8px!important;
  margin: 0!important;
  position: absolute;
  right: 14px;
  width: 10%;
  max-width: 50px;
}
.navbar-search-input {
  height: 53px!important;
  padding: 8px!important;
  margin: 0!important;
  width: 92%;
  background-color: #bcbbbb;
  color: #ffffff;
  line-height: 24px;
}
.dropdown .navbar-search-button {
  right: 0px!important;
}
.navbar-search-button:hover {
  background-color: #999;
}
.article-full {
  padding-top: 50px!important;
}
.lightstock_watermark {
  width: 150px;
  height: 33px;
  background-color: transparent;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index:100;
}
.lightstock_watermark img {
  width: 120px!important;
  height: auto!important;
  }

.lightstock_watermark_alt {
  width: 207px;
  height: 17px;
  background-color: transparent;
  position: absolute;
  bottom: -15px;
  right: 0px;
  background-size: 100% auto;
  color: #000;
  z-index: 100;
}

.lightstock_watermark_header_alt {
  width: 207px;
  height: 17px;
  background-color: transparent;
  background-size: 100% auto;
  color: #000;
  float:right;
}

.input-lg {
  -moz-box-shadow: inset 0 0 10px #999!important;
  -webkit-box-shadow: inset 0 0 10px #999!important;
  box-shadow: inset 0 0 10px #999!important;
}
.signup-input {
  background-color: #d5d5d5;
  color: #ffffff;
  line-height: 48px;
  width: 90%;
}
.col-md-12 .title h2 {
  margin-bottom: 20px;
}
.social-tabs .social-tab {
  width: 240px;
  padding-right: 2px;
}
.author-social-tab-wrapper .social-tab .social-tab-link {
  width: 70%!important;
}
.author-social-tab-wrapper .social-tab {
  padding-right: 0px;
}
.author-social-tab-wrapper .social-tab:first-of-type {
  width: 160px!important;
  background-color: #fffe88;
  color: #000000;
  letter-spacing: 0.033em;
  padding-right: 0px!important;
  padding-left: 0px!important;
  margin-right: 0px!important;
  z-index: 1;
}
.mb-lg h1 {
  padding-bottom: 16px;
}
.login-follow .follow {
  width: 72px;
}
#tweetbutton {
  display: none;
  position: absolute;
  z-index: 1010;
}
.tweetbutton_graphic {
  width: 60px;
  height: 60px;
  background-image: url(/Areas/Influence2/Content/Images/twitter_bubble_gry.png);
}
#IssueListing {
  padding-top: 60px;
  text-align: center;
  clear: both;
}
#IssueListing p {
  display: inline-block;
  width: 160px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 22px;
  line-height: 26px;
}
#IssueListing p img {
  width: auto;
  height: auto;
  margin-bottom: 14px;
}
#article-template .txt-base {
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
}
.ArticleTitleCaption {
  font-size: 26px;
}
.max-width .signup-input {
  width: 100%;
  color: #666!;
}
.flatForm {
  height: 60px;
  border: none;
  border-radius: 0;
  outline: 0;
}
.ExpLabel p {
  margin: auto;
  color: #999;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 30px;
  font-weight: normal;
}
.subBtn {
  background-color: #6ad788;
  padding: 10px 30px;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 6px;
}
.mrg_btm {
  margin-bottom: 20px;
}
li {
  color: #222222;
  font-size: 16px;
  font-weight: 200;
}
.bodyContent ul {
  list-style: disc;
  padding-left: 24px;
}
.article-full ul {
  list-style: disc;
  padding-left: 24px;
}
.vid_share {
  margin: 30px 0px;
}
.vid_share a {
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 24px;
  color: #fff !important;
}
.SocialShareFull a {
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 24px;
  color: #fff !important;
}
#interfacecontainerdiv {
  display: none!important;
}
.PulseLogo {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  margin-top: 6px;
}
.flatForm {
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 23px;
  padding-left: 6px;
  color: #999;
}
.pay_Subscribe_Form_Validation {
  z-index: 0;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 30px;
  padding-left: 6px;
  color: #999;
}
.pay_Subscribe_Form_Validation .subBtn {
  margin: auto;
}
/****************MENU SETTINGS****************/
.dropdown-nav-menu-item {
  transition: all 0.3s ease-in;
}
.dropdown-nav-menu-item span:hover {
  -webkit-stroke-width: 5.3px;
  -webkit-stroke-color: #FFFFFF;
  -webkit-fill-color: #FFFFFF;
  text-shadow: 2px 0px 10px #fff;
}
.dropdown-nav-menu-item {
  font-family: 'BlenderPro';
}
/****************SUBSCRIPTION PAGE SETTINGS****************/
/* BL-6/25/2015 Commented code in this area remains for reference; we may still need it. */
#BundleSubscriptions {
  background-color: #f1de5e;
  padding-top: 20px 0px;
}
#BundleSubscriptions h1 {
  color: white;
  margin: 0;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
}
#BundleSubscriptions .btn {
  background-color: #999;
  padding: 10px 30px;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 6px;
}
#GiftSubscriptions {
  padding: 20px 0px;
}
#GiftSubscriptions .btn {
  background-color: #f1de5e;
  color: #999;
  padding: 10px 30px;
  width: 100%;
  margin-bottom: 6px;
}
#GiftSubscriptions h2 {
  color: #999;
  text-transform: uppercase;
}
#GiftSubscriptions h2 em {
  color: #f1de5e;
}
#Pay-Subscription-Pay-Options {
  width: 100%;
}
#Pay-Subscription-Pay-Options input {
  moz-appearance: none !important;
}
/*#SubscribeNowBox            { padding:40px 0px; background-color:#f16c6f; }
#SubscribeNowBox h1         { color: #fff; font-size:100px; text-transform:uppercase; line-height: 90%; }
#SubscribeNowBox h2         { color: #fff; font-size:60px; text-transform:uppercase; }
#SubscribeNowBox span       { color:#364a51; }
#SubscribeNowBox h5         { color:#364a51; font-weight:bold; text-transform:uppercase; font-size:34px; letter-spacing:2px;  }
#SubscribeNowBox li h5      { color:#fff; font-weight:bold; font-size:20px; letter-spacing:4px; }
#SubscribeNowBox li         { list-style:disc; color:#364a51;  }*/
/*#SubscribeGiftBox            { padding:0px 0px; background-color:#f16c6f; background-image: url(/Areas/Influence2/Content/Images/gift_bg.jpg); background-position: 20% 10%; }
#SubscribeGiftBox h1         { color: #fff; margin-top:40px; font-size:100px; text-transform:uppercase; line-height: 90%; }
#SubscribeGiftBox h2         { color: #fff; font-size:60px; text-transform:uppercase; }
#SubscribeGiftBox span       { color:#364a51; }
#SubscribeGiftBox h5         { color:#364a51; font-weight:bold; text-transform:uppercase; font-size:34px; letter-spacing:2px; }
#SubscribeGiftBox li h5      { color:#fff; font-weight:bold; font-size:20px; letter-spacing:4px; }
#SubscribeGiftBox li         { list-style:disc; color:#364a51;  }*/
.GiftSubImg {
  padding-top: 20px;
  margin-bottom: 20px;
}
/*#SubscribeNowBox-Bundle     { padding:60px 20px; background-color:#f16c6f; }
#SubscribeNowBox-Bundle h1  { color: #fff; font-size:86px; text-transform:uppercase; line-height:80px; margin-top:-6px; }
#SubscribeNowBox-Bundle h2  { color: #364a51; font-size:40px; text-transform:uppercase; font-weight:normal; letter-spacing:3px; }
#SubscribeNowBox-Bundle h3  { color: #fff; font-size:70px; text-transform:uppercase; }*/
#VitalSubcribeBox {
  padding: 60px 20px;
}
#VitalSubcribeBox h1 {
  color: #fff;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 90%;
}
#VitalSubcribeBox h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}
#VitalSubcribeBox h3 {
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
}
#VitalSubcribeBox h5 {
  color: #364a51;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 2px;
}
#VitalSubcribeBox li {
  list-style: disc;
  color: #364a51;
}
#VitalSubcribeBox li h5 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 4px;
}
#VitalSubcribeBox span {
  color: #364a51;
}
.BundleSlash {
  color: #d86163;
  position: relative;
}
.BundleSlash:before {
  content: "╱";
  color: #364a51;
  position: absolute;
  left: 0px;
  top: -3px;
  font-size: 76px;
}
.grey-txt-BDL {
  color: #364a51;
}
.NumberSubHeading {
  float: left;
  padding: 6px 16px;
  margin-top: 6px;
  margin-right: 10px;
  background-color: #f1de5e;
  color: #fff;
  font-size: 32px;
}
.IntShipOption {
  font-size: 22px;
  color: #c7c7c7;
  font-weight: normal;
}
.IntShipOption a {
  color: #46b2ea;
  text-decoration: underline;
}
.IntShipOption a:hover {
  color: #000000;
}
.validation-summary-errors li {
  color: #9c1010;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 26px !important;
}
.Precious {
  display: none!important;
  border: 0;
  background-color: #ccc;
}
@media screen and (max-width: 900px) {
  #SubscribeNowBox-Bundle h1 {
    font-size: 80px;
    line-height: 60px;
    margin-top: 0;
  }
  #BundleSubscriptions h1 {
    font-size: 80px;
  }
  #BundleSubscriptions .btn {
    margin-top: 13px;
  }
  #SubscribeGiftBox h1 {
    margin-top: 20px;
    font-size: 80px;
  }
  #SubscribeGiftBox {
    padding-bottom: 40px;
  }
  #SubscribeNowBox h1 {
    font-size: 80px;
  }
  #VitalSubcribeBox h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  #SubscribeNowBox-Bundle h1 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 0;
  }
  #BundleSubscriptions h1 {
    font-size: 50px;
  }
  #BundleSubscriptions .btn {
    margin-top: 13px;
  }
  #SubscribeGiftBox h1 {
    margin-top: 20px;
    font-size: 60px;
  }
  #SubscribeGiftBox {
    padding-bottom: 40px;
  }
  #SubscribeNowBox h1 {
    margin-top: 20px;
    font-size: 60px;
  }
  .IntShipOption {
    float: left;
  }
  #VitalSubcribeBox h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  #GiftSubscriptions h2 {
    font-size: 20px!important;
    text-align: center;
  }
  #BundleSubscriptions h1 {
    font-size: 40px;
    text-align: center;
  }
  .Form-Heading-Adjust {
    font-size: 40px!important;
    margin-bottom: 20px;
  }
}
/****************Select OVER-RIDE SETTINGS****************/
.flatForm {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
}
.flatForm input {
  position: relative;
  z-index: 8;
  height: 60px!important;
}
.flatForm:hover {
  position: relative;
  z-index: 4;
}
.drop-select:after {
  content: "▼";
  position: absolute;
  top: 21px;
  right: 31px;
  font-size: 14px;
  height: 0;
  width: 0;
  overflow: visible;
  color: #999;
  z-index: 3;
}
.form-group input {
  height: 60px!important;
}
select::-ms-expand {
  display: none;
}
#BillingInfoDifferentFromShippingInfo {
  height: 20px!important;
  background-color: transparent;
}
@-moz-document url-prefix() {
  select {
    position: relative;
    z-index: 26;
  }
}
.flatForm form input[type="text"] {
  height: 60px;
}
/****************ARTICLE TAGS SETTINGS****************/
.piggies a {
  color: #ffffff!important;
}
.little-piggie {
  margin-bottom: 6px;
  margin-right: 2px;
}
.big-piggie {
  margin-bottom: 6px;
  margin-right: 2px;
}
/****************FONT-SIZE OVER-RIDE SETTINGS****************/
h2,
.txt-h2 {
  font-size: 32px!important;
}
.ArticleTitleCaption {
  font-size: 22px!important;
  margin-top: 8px;
}
/****************FORM ERROR STATE SETTINGS****************/
.field-validation-error {
  font-size: 20px;
  z-index: 20;
  position: absolute;
  top: -18px;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  border: solid 3px #666;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.field-validation-error:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: 36px;
  border: 10px solid;
  border-color: #666 transparent transparent #666;
}
.field-validation-error:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 33px;
  top: 36px;
  border: 6px solid;
  border-color: #fff transparent transparent #fff;
}
/****************SECTIONS IDENTIFIERS SETTINGS****************/
#article-template-full h5 {
  float: left;
  clear: left;
  width: 36%;
  min-width: 140px;
  color: #42a5e1;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-style: italic;
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
#article-template-full h6 {
  float: right;
  clear: right;
  width: 36%;
  min-width: 140px;
  color: #42a5e1;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-style: italic;
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
#article-template-full a {
  color: #2bade7;
}
#article-template-full a:hover {
  color: #666;
}
p a {
  color: #2bade7;
}
/****************FEATURED POST HEADER SETTINGS****************/
.collage .collage-item.collage-item--red:after {
  background-color: #fc585a;
}
/***************EBook Detail Page****************/
.EbookTop {
  width: 100%;
  min-height: 200px;
  background-color: #e3e3e3;
  padding: 40px 0px;
}
.EbookMid {
  width: 100%;
  min-height: 200px;
  padding: 40px 0px;
}
.EbookLower {
  width: 100%;
  min-height: 200px;
  background-color: #62a097;
  margin-bottom: 20px;
  padding: 40px 0px;
}
.EbookTop h2 {
  text-transform: uppercase;
  color: #62a097;
  font-size: 120px!important;
}
.EbookTop h3 {
  color: #000;
  font-size: 52px!important;
  margin-top: 10px;
}
.EbookMid h3 {
  color: #000;
  font-size: 52px!important;
  text-align: center;
}
.EbookTop h4 {
  text-transform: uppercase;
  color: #666;
  font-size: 40px!important;
  text-align: center;
  margin-bottom: 30px;
}
.EbookLower h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px!important;
  margin-bottom: 20px;
}
.EbookAlt h5 {
  color: #364a51;
  font-size: 26px!important;
  font-weight: normal;
  padding: 10px 0px;
}
.EbookTop p {
  color: #666;
  font-size: 14px;
  text-align: center;
}
.EbookMid p {
  color: #000;
}
.EbookAlt p {
  color: #364a51;
  font-size: 12px!important;
  margin: 2px 0px;
}
.EbookLower p {
  color: #fff;
  text-align: center;
}
.EbookMainForm {
  min-height: 200px;
  background-color: #fff;
  padding: 30px;
}
.EbookMainForm input {
  width: 100%;
  background-color: #e3e3e3;
  margin-bottom: 20px;
  color: #666;
  font-weight: bold;
}
.EbookMainForm input[type=submit] {
  border: 0;
  background-color: #ecd76f;
  padding: 10px 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
}
.EbookMainForm input:-moz-placeholder {
  color: #666!important;
}
.EbookMainForm input::-moz-placeholder {
  color: #666!important;
}
.EbookMainForm input::-webkit-input-placeholder {
  color: #666!important;
}
.EbookMainForm input:-ms-input-placeholder {
  color: #666!important;
}
.EbookMainFormAlt input {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  color: #666;
  font-weight: bold;
}
.EbookMainFormAlt input[type=submit] {
  border: 0;
  background-color: #ecd76f;
  padding: 10px 0px;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
}
.EbookMainFormAlt input:-moz-placeholder {
  color: #666!important;
}
.EbookMainFormAlt input::-moz-placeholder {
  color: #666!important;
}
.EbookMainFormAlt input::-webkit-input-placeholder {
  color: #666!important;
}
.EbookMainFormAlt input:-ms-input-placeholder {
  color: #666!important;
}
.EbookDownload {
  border: 0;
  background-color: #ecd76f;
  padding: 10px 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  width: 100%;
  display: block;
  text-align: center;
}
.EbookDownloadTXT {
  text-align: center;
  padding: 12px 0px;
  font-size: 20px;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  text-transform: uppercase;
}
.EbookDownloadTXTalt {
  text-align: center;
  padding: 12px 0px;
  font-size: 20px;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
/****************BETA BANNER SETTINGS****************/
.BetaBanner {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  background: url(/Areas/Influence2/Content/Images/1050.jpg) no-repeat;
  background-size: 100%;
}
.MediumBetaBannerLink {
  width: 100%;
  height: auto;
  visibility: hidden;
}
/****************FIRST LOOK SETTINGS****************/
#FirstLookHeader {
  width: 100%;
  position: relative;
  background-color: #f1de5e;
}
#FirstLookHeader .container img {
  width: 100%;
  height: auto;
}
#FirstLookHeader h1 {
  color: #99adb6;
  display: block;
  font-size: 100px!important;
  position: absolute;
  top: 33%;
  width: 640px;
  text-align: right;
  text-transform: uppercase;
}
#FirstLookBlurb {
  margin-top: 20px;
  margin-bottom: 20px;
}
#FirstLookBlurb p {
  font-size: 16px;
}
/***************OWL SLIDER SETTINGS***************/
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -5px;
  top: 120px;
  border-radius: 0!important;
  padding: 0px 4px 0px 4px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  right: -5px;
  top: 120px;
  border-radius: 0!important;
  padding: 0px 4px 0px 4px;
}
.owl-pagination {
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
/****************IMAGE BANNER SETTINGS****************/
.PulseArticleImage {
  width: 100%;
  max-height: 400px;
  padding-bottom: 60%;
  background-color: #000;
  text-align: center;
  position: relative;
  background: url(/Areas/Influence2/Content/Images/pulse-banner-bg.jpg) no-repeat;
  background-size: 100%;
}
.PulseArticleImage img {
  height: 100%;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.banner-content {
  background-color: #000 !important;
}
.stack.stack--banner .banner-content .banner-image {
  padding-bottom: 35%;
  max-height: 490px;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.banner-content img {
  height: 100%;
  position: absolute;
  max-height: 490px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 70;
}
.banner-sub-text {
  text-align: left;
  position: absolute!important;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 80!important;
}
/****************ALT MENU SETTINGS****************/
.subdropdown.subdropdown--pad {
  padding: 0;
}
.subdropdown.subdropdown--full {
  background-color: transparent;
  right: 0;
  top: 0;
  overflow: hidden;
}
.subdropdown {
  margin-left: 115px;
  width: 790px;
  min-width: 790px;
}
.dropdown {
  min-height: 260px;
}
.dropdown-nav-left:hover + .dropdown-nav-right {
  display: none;
}
/*********RESOURCES***************************/
.AGRLCatName    { width:100%; display:block; background-color:#8ecea8;; margin-top:10px; padding:3px 10px 5px; font-family: "InfluencePro", "Tungsten A", "Tungsten B", sans-serif; color:#333; font-size:26px; font-weight:300;}
.AGResourceList { display:flex; flex-wrap:wrap; }
.AGRLResItem    { width:25%; margin:0; padding:10px;}
.AGRLResImg     { width:100%; height:auto; margin-bottom:10px; }
.AGRLResTitle   { font-size: 22px; line-height: 26px; font-weight:500; margin-bottom:8px 0; text-align:center; font-family: "InfluencePro", "Tungsten A", "Tungsten B", sans-serif; color:#2bade7; }
.AGRLResTitle a  { color:#2bade7; }
.AGRLResDesc    { text-align:left; font-size:16px; font-weight:400; margin:0 0 10px;}
.AGRLResSize    { text-align:left; }

/****************MISC SETTINGS****************/
.LogoTagLine {
  color: #fffe88;
  font-family: 'Raleway', 'Tungsten A', 'Tungsten B', sans-serif;
  font-style: italic;
  top: 30px;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  padding-left: 20px;
}
.CreditCardImg {
  padding: 2px 0px 20px 0px;
  width: 80%;
  max-width: 400px;
}
.pd-bt-20 {
  padding-bottom: 20px;
}
.fix-article-padding {
  margin: -60px 0 87px !important;
  padding-top: 50px !important;
}
/***greater than***/
@media screen and (min-width: 768px) {
  .author-social-tab-wrapper .social-tab {
    width: 150px;
    float: right;
    margin-right: 2px;
  }
  .rwd-break {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .collapse.navbar-collapse.dropdown {
    display: none!important;
  }
}
/***less than***/
@media screen and (max-width: 1100px) {
  .lightstock_watermark {
    bottom: 36px;
    right: 8px;
  }
  #FirstLookHeader h1 {
    width: 60%;
    font-size: 74px!important;
    top: 36%;
  }
}
@media screen and (max-width: 992px) {
  .LogoTagLine {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 100px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 100px;
  }
  .author-social-tab-wrapper .social-tab,
  .author-social-tab-wrapper .social-tab:first-of-type {
    width: 100%!important;
  }
  #IssueListing p {
    width: 200px !important;
  }
  #IssueListing p img {
    width: 100% !important;
  }
  #IssueListing {
    padding-top: 60px;
    text-align: center;
    clear: both;
  }
  .logo {
    width: 200px;
    background-image: url(/Areas/Influence2/Content/Images/Influence_logo-noslogan.png);
  }
  .logo .logo--video {
    width: 200px;
    height: auto;
  }
  .logo--pulse {
    width: 50px !important;
    vertical-align: middle;
  }
  .PulseLogo {
    width: 87px;
    height: auto;
    margin-top: 8px;
  }
  .BetaBanner {
    background: url(/Areas/Influence2/Content/Images/728.jpg) no-repeat;
    background-size: 100%;
  }
  #FirstLookHeader h1 {
    width: 60%;
    font-size: 52px!important;
    top: 30%;
  }
  .img-responsive-50 {
  display: block;
  max-width: 50% !important;
  height: auto;
  }
}
@media screen and (max-width: 481px) {
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 30px!important;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 30px!important;
  }
  #IssueListing p {
    width: 200px;
    font-size: 36px;
    line-height: 30px;
  }
  .PulseLogo {
    width: 70px;
    height: auto;
    margin-top: 14px;
  }
  .logo--pulse {
    width: 35px !important;
  }
  .logo--video {
    width: 100px !important;
  }
  #FirstLookHeader h1 {
    width: 54%;
    font-size: 28px!important;
    top: 34%;
  }
  .img-responsive-50 {
  display: block;
  max-width: 80% !important;
  height: auto;
  }
}

.MainVideoWrapper           { width:100%; height:0; padding-bottom:56.25%; /*16:9*/ position: relative; }
.MainVideoWrapper object,
.MainVideoWrapper iframe,
.MainVideoWrapper embed     { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* DOC LIBRARY COMPONENT */

.doc-library-accordion-UL {list-style:none !important;}
.doc-library-accordion-LI {margin-bottom:10px; margin-left:-40px; }
.mod, .modby, .tablehead, .bc { display: none; }
.filesize, .filetype { font-weight: normal; font-size: 12px; color: #555; }
.filetype { text-transform: uppercase; }
doclibrary ol.bc { display: block; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;

}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 2px 8px;
  vertical-align: top;
   width:100%;
}
.table-striped {width:100%;}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.eot');
  src: url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
    padding-right:7px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.martopbot25 {margin:25px 0px; }
/*# sourceMappingURL=main.min.css.map */


