/*!
 *  Font Awesome 4.6.3 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('assets/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
/*	Base
============================================================ */
img { max-width: 100%; height: auto; }
img.pull-right { padding: 0 0 0 20px; }

hr { border-width: 1px 0 0 0; border-color: #dadada; }

p {width:100%;}

.news-events-list { position: relative; margin-bottom: 25px; }
@media (min-width: 48em) { .news-events-list .item { height: 415px; margin-bottom: 70px; overflow: hidden; } }
@media (min-width: 60em) { .news-events-list .item { height: 425px; } }
@media (min-width: 80em) { .news-events-list .item { height: 460px; } }
@media (min-width: 1600px) { .news-events-list .item { height: 470px; } }
.news-events-list .item .btn-success { text-decoration: none; }
.news-events-list .item .title { padding: 8px 0; }
.news-events-list .item .title a { text-decoration: none; }
@media (min-width: 48em) { .news-events-list .btn-success { position: absolute; bottom: 0px; } }

.view-display-id-media_release_listing h2, .view-display-id-transcripts_listing h2, .view-display-id-media_release_listing h2, .view-display-id-opinion_pieces_listing h2, .view-id-clone_of_newsletter_listing h2, .view-id-clone_of_newsletter_listing .date-display-single {width:100%;}

.view-news-row {width:100%; border-bottom: 1px solid #000;padding-bottom:15px;}

@media (min-width: 48em) { .col-xs-12 .main { padding: 0px 0; } }

#node-194 blockquote {display:none;}

/* Meet the team styling 
=========================================================== */
#node-1918 img {
    border-radius: 50%;
    object-fit: cover;
    width: 260px !important;
    height: 260px !important;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

#node-1918 .clear {
    clear: both;
    border-bottom: 1px solid #eee;
    padding-top: 1em;
    margin-bottom: 3em;
}

.bio {display: table-cell;}

h2.h1 {
    margin-bottom: 2em;
    padding: 5px 10px;
    background-image: linear-gradient(to right, #eee, transparent);
    border-radius: 25px 0 0 25px;
}

@media (max-width: 720px) {
    #node-1918 img {
        float:none; 
        margin:0 auto;
        display: inherit;
        
    } 
    
}

/*	General
============================================================ */
.field-name-field-cs-image .field-label { display: none; }

.wrapper { height: auto; }
.wrapper:before, .wrapper:after { content: " "; display: table; }
.wrapper:after { clear: both; }

.main { padding: 40px 0; }
@media (min-width: 48em) { .main { padding: 60px 0; } }
@media (min-width: 60em) { .main { padding: 80px 0; } }

.section-title {margin: 0 0 20px; line-height: 110%; }
/*
@media (min-width: 48em) { .section-title { font-size: 2.571em; margin-bottom: 30px; } }
@media (min-width: 60em) { .section-title { font-size: 2.857em; margin-bottom: 40px; } }
@media (min-width: 80em) { .section-title { font-size: 3.286em; margin-bottom: 50px; } }
@media (min-width: 60em) { .section-title.page-title { margin-bottom: 30px; } }
@media (min-width: 80em) { .section-title.page-title { margin-bottom: 30px; } }
*/

.title { line-height: 110%; margin: 0; }

.svg-container { display: inline-block; position: relative; vertical-align: middle; overflow: hidden; }
.svg-container .svg-content { display: inline-block; position: absolute; top: 0; left: 0; }
.svg-container path { -webkit-transition: fill 0.2s; -o-transition: fill 0.2s; transition: fill 0.2s; }

@media (max-width:47em){
figure.pull-right { margin: 0; max-width: 480px; float:none !important; }
}
@media (min-width:48em) {figure.pull-right { margin: 5px 0 30px 30px; max-width: 480px; }}
figure figcaption { font-size: 80%; font-style: italic; }
figure figcaption * { display: inline-block; }

/*	Forms & Buttons
============================================================ */
.btn-default, .button-primary { background-color: #9dd07c; }
.btn-default:hover, .button-primary:hover { background-color: #bfeca2; }
.btn-default:focus, .button-primary:focus { background-color: #8bbc6c; }

.btn-primary { background-color: #00b2ba; }
.btn-primary:hover { background-color: #4fdae0; }
.btn-primary:focus { background-color: #00a0a7; }

.btn-secondary { color: #fff; background-color: #003162; }
.btn-secondary:hover { background-color: #16599d; color: #fff; }
.btn-secondary:focus { background-color: #012447; color: #fff; }

.btn-mobile-toggle { margin: 0 -15px 10px; border: none; padding: 16px 20px; text-align: left; background-color: #f5f5f5; color: #000; display: block; font-weight: 600; font-size: 16px; font-size: 1.6rem; }
@media (min-width: 60em) { .btn-mobile-toggle { display: none; } }

/*	Header
============================================================ */
.header { z-index: 499; border: none; }
/*.header { z-index: 1030; border: none; }*/
@media (max-width: 47.99em) { .header { position: fixed; right: 0; left: 0; } }
.header .navbar-header .navbar-right { display: none; font-weight: 600; max-width: 400px; margin-right:10px;}
.header .navbar-header .navbar-right .list-inline li { margin-left: 10px; }
.header .navbar-header .navbar-right .list-inline li:last-child { margin-right: 0; padding: 0; }
.header .navbar-header .navbar-right .list-inline a { color: #000; position: relative; padding-left: 20px; }
.header .navbar-header .navbar-right .list-inline a img { position: absolute; left: 0; top: 0; }
@media (min-width: 48em) { .header .navbar-header .navbar-right { padding: 15px 10px 0 0; } }
@media (min-width: 60em) { .header .navbar-header .navbar-right { margin-right: 0px; display: block; padding: 15px 0 0; } }
.header .btn-link { background-color: #cdcdcd; color: #000; padding: 4px 10px; border-radius: 4px; }
.header .btn-link:hover { background-color: #666; }
.header .form-search .form-control, .header .form-search .btn { border-color: transparent; }
.header .form-search .btn { height: 42px; background-color: #fff; }
.header .form-search .glyphicon { font-size: 18px; }

.navbar-brand img { width: 240px; }
@media (min-width: 60em) { .navbar-brand img { width: 320px; } }
@media (min-width: 80em) { .navbar-brand img { margin-left: 0px; width: auto; } }

.navbar-toggle { position: relative; }
.navbar-toggle:after { content: 'CLOSE'; position: absolute; left: 0; display: block; text-align: center; right: 0; font-size: 0.857em; line-height: 100%; font-weight: 600; bottom: -15px; }
.navbar-toggle > .icon-bar { -webkit-transition: 0.2s all; -o-transition: 0.2s all; transition: 0.2s all; }
.navbar-toggle > .icon-bar.top { transform: translate(0, 8px) rotate(45deg); -ms-transform: translate(0, 8px) rotate(45deg); -webkit-transform: translate(0, 8px) rotate(45deg); }
.navbar-toggle > .icon-bar.mid { opacity: 0; filter: alpha(opacity=0); -webkit-transform: translate(0, 10px); -ms-transform: translate(0, 10px); -o-transform: translate(0, 10px); transform: translate(0, 10px); }
.navbar-toggle > .icon-bar.bot { transform: translate(0, -10px) rotate(-45deg); -ms-transform: translate(0, -10px) rotate(-45deg); -webkit-transform: translate(0, -10px) rotate(-45deg); }
.navbar-toggle.collapsed:after { content: 'MENU'; }
.navbar-toggle.collapsed > .icon-bar.top, .navbar-toggle.collapsed > .icon-bar.mid, .navbar-toggle.collapsed > .icon-bar.bot { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.navbar-toggle.collapsed > .icon-bar.top, .navbar-toggle.collapsed > .icon-bar.bot { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
.navbar-toggle.collapsed > .icon-bar.mid { opacity: 1; filter: alpha(opacity=100); }

@media (max-width: 47.99em) { .after-header { padding: 83px 10px 0 10px; } }

/*	Footer
============================================================ */
.footer a, .credits a { color: #fff; }

.footer { background-color: #003162; color: #fff; text-align: center; padding: 40px 10px; }
@media (min-width: 48em) { .footer { padding: 30px 0; } }
@media (min-width: 60em) { .footer { padding: 40px 0; } }

.social-links { margin: 20px 0 0; }
.social-links a { -webkit-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; opacity: 0.6; filter: alpha(opacity=60); }
.social-links a.instagram-icon img {max-width:35px; filter:brightness(220%);}
.social-links a:hover, .social-links a:focus { opacity: 1; filter: alpha(opacity=100); }

.credits { background-color: #00284f; color: #fff; text-align: center; padding: 15px 0; }
.credits .list-inline { margin: 0; }
@media (min-width: 48em) { .credits { padding: 30px 0; } }
@media (min-width: 48em) { .credits .row > .col-xs-12:first-child { text-align: left; }
  .credits .row > .col-xs-12:last-child { text-align: right; } }

/*	Navigation
============================================================ */
.navbar-nav { margin-top: 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; border-top: 1px solid #d0d0d0; align-items:center; }
.navbar-nav > li { text-align: center; width: 100%; border-right: 1px solid #d0d0d0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; white-space: wrap; text-overflow: ellipsis; }
@media (max-width: 59.99em) { .navbar-nav > li { border-bottom: 1px solid #d0d0d0; } }
@media (min-width: 60em) { .navbar-nav > li { position: relative; width: auto; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; }
  .navbar-nav > li:after { content: ''; display: block; position: absolute; left: 0; right: 0; bottom: -6px; } }
.navbar-nav > li a { line-height: 100%; font-weight: 300; width: 100%;}
@media (min-width: 80em) { .navbar-nav > li a { padding: 10px 20px; font-size:16px;} }
.navbar-nav > li a .text { display: block; width: 99%; margin: 0 auto; }
.navbar-nav > li a:focus { background-color: transparent; color: #000; }
.navbar-nav > li:hover { background-color: #003162; }
.navbar-nav > li:hover .svg-content path { fill: #fff; }
.navbar-nav > li:hover a { color: #fff; }
.navbar-nav > li a.nolink :hover, .navbar-nav > li a.nolink :focus,
.navbar-nav > li a.nolink:hover, .navbar-nav > li a.nolink:focus{text-decoration:none !important;cursor:default;}
@media (max-width: 59.99em) { .navbar-nav > li.home { margin-left: -1px; } }
@media (min-width: 60em) { .navbar-nav > li.home { margin-left: -1px; } }
.navbar-nav > li:nth-child(1),
.navbar-nav > li:nth-child(2) { border-left: 1px solid #d0d0d0; }
.navbar-nav > li.active .svg-content path { fill: #003162; }
.navbar-nav > li.active:hover { background-color: #fff; }
@media (min-width: 60em) { .navbar-nav > li.active:after { height: 12px; background-color: #003162; } }
.navbar-nav > li .svg-container { display: block; width: 68px; margin: 0 auto 5px; height: 50px; }
.navbar-nav > li.sticky-logo { display: none; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; background-image: -webkit-linear-gradient(top, #f4f4f4 77%, #d3d3d3 100%); background-image: -o-linear-gradient(top, #f4f4f4 77%, #d3d3d3 100%); background-image: linear-gradient(to bottom, #f4f4f4 77%, #d3d3d3 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F4F4', endColorstr='#FFD3D3D3', GradientType=0); border-right: none; }
.navbar-nav > li.sticky-logo:hover, .navbar-nav > li.sticky-logo:focus { background-color: transparent; }
.navbar-nav > li.sticky-logo:hover > a, .navbar-nav > li.sticky-logo:focus > a { background-color: transparent; }

.is-sticky { position: fixed; right: 0; left: 0; top: 0; z-index: 499; }
@media (min-width: 60em) { .is-sticky { -webkit-transform: translate(0, -103px); -ms-transform: translate(0, -103px); -o-transform: translate(0, -103px); transform: translate(0, -103px); }
  .is-sticky li { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }
  .is-sticky li a { padding: 10px; }
  .is-sticky li.sticky-logo { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; } }
@media (min-width: 80em) { .is-sticky { -webkit-transform: translate(0, -128px); -ms-transform: translate(0, -128px); -o-transform: translate(0, -128px); transform: translate(0, -128px); } }

/*	Teaser
============================================================ */
.main-slide { overflow: hidden; }
.main-slide .item { position: relative; background-repeat: no-repeat; background-size: cover; background-position: top center; }
.main-slide .item img { width: 100%; display: none; visibility: hidden; }
@media (max-width: 59.99em) { .main-slide .item img { display: none; } }
.main-slide .item .content { background-color: rgba(0, 0, 0, 0.7); border-radius: 8px; color: #fff; padding: 20px; margin: 20px 10px;
    /*min-height: 284px; */
}
.main-slide .item .content .btn { margin-top: 20px; padding-top: 15px; padding-bottom: 15px; }
@media (min-width: 48em) { .main-slide .item .content { width: 40%; margin-left: 55px;
    /*min-height: 350px; */
    } }
@media (min-width: 60em) { .main-slide .item .content { padding: 30px; min-height: inherit; margin: 40px 30px; font-size: 16px; position: relative; top: 20px;
    /*bottom: 20px;*/
     left: 60px; } }
@media (min-width: 80em) { .main-slide .item .content { width: 35%; left: 80px; padding: 43px 41px; }
  .main-slide .item .content .btn { margin-top: 40px; font-size: 20px; } }
.main-slide .title { margin: 0 0 20px; line-height: 100%; font-size: 2.143em; }
@media (min-width: 48em) { .main-slide .title { font-size: 2.5em; } }
@media (min-width: 80em) {
    .main-slide .title { font-size: 2.625em; margin: 0 0 -3px; }
    h3{
        font-size: 1.4em;
        margin: 19px 0 7px;
    }
}
.main-slide .content a{
    color: #fff;
    transition: .3s;
}
.navbar-header {padding-right:10px;}
@media (min-width: 1290px) {.navbar-header {padding-right:0px;}}
.main-slide .content a:hover, main-slide .content a:focus{
    color: #00b3ba;
    text-decoration: none;
}
/*	News
============================================================ */
.news-item { margin-bottom: 30px; }
@media (max-width: 47.99em) { .news-item .btn { display: block; } }
@media (min-width: 60em) { .news-item { margin-bottom: 50px; } }
.news-item img { width: 100%; }
@media (min-width: 60em) { .news-item img { margin-top: 5px; } }
.news-item .title { padding-top: 10px; font-size: 1.429em; margin-bottom: 5px; }
.view-display-id-block_1 .news-item .title { padding-top:0px; font-size: 1.429em; margin-bottom: 0px; }
@media (min-width: 60em) { .news-item .title { padding-top: 0; font-size: 1.571em; } }
@media (min-width: 80em) { .news-item .title { font-size: 1.714em; } }
.news-item .date { font-weight: 300; line-height: 100%; margin-bottom: 15px; }
.news-item .entry-content { margin-bottom: 15px; }
.front .news-item .entry-content { margin-bottom: 7.5px; }
@media (min-width: 60em) { .news-item .entry-content { font-size: 1.143em; margin-bottom: 20px; } }
.news-item.featured { padding-left: 15%; border-left: 1px solid #d0d0d0; }
.news-item.featured img { margin-bottom: 15px; }

/*	Divider
============================================================ */
.divider { position: relative; overflow: hidden; background: #00888e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODg4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzAwYTliMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzAwYTBhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhlOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(left, #00888e 0%, #00a9b1 32%, #00a0a7 72%, #008e94 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00888e), color-stop(32%, #00a9b1), color-stop(72%, #00a0a7), color-stop(100%, #008e94)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left, #00888e 0%, #00a9b1 32%, #00a0a7 72%, #008e94 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, #00888e 0%, #00a9b1 32%, #00a0a7 72%, #008e94 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, #00888e 0%, #00a9b1 32%, #00a0a7 72%, #008e94 100%); /* IE10+ */ background: linear-gradient(to right, #00888e 0%, #00a9b1 32%, #00a0a7 72%, #008e94 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00888e', endColorstr='#008e94',GradientType=1 ); /* IE6-8 */ }
.divider .bg-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-repeat: no-repeat; background-image: url(assets/img/img-bg-divider.svg); background-position: -100px 20px; }
.divider .section-title { margin-bottom: 20px; }
@media (max-width: 47.99em) { .divider .btn-lg { display: block; } }
@media (min-width: 60em) { .divider .lead { max-width: 80%; margin: 0 auto 20px; }
  .divider .btn-lg { margin-top: 15px; font-size: 22px; font-size: 2.2rem; padding: 15px 55px; } }

/*	Case Studies
============================================================ */
.case-item { margin-top: 30px; margin-bottom: 30px; min-height: 400px; position: relative; }
@media (min-width: 48em) { .case-item { margin-top: 0; min-height: 380px; } }
@media (min-width: 60em) { .case-item { min-height: 420px; } }
@media (min-width: 80em) { .case-item { min-height: 500px; } }
.case-item .btn-success { position: absolute; bottom: -50px; }
@media (min-width: 60em) { .case-item .btn-success { bottom: -50px; } }
@media (max-width: 47.99em) { .case-item .btn { display: block; } }
@media (min-width: 60em) { .case-item { margin-bottom: 50px; } }
.case-item img { width: 100%; }
@media (min-width: 60em) { .case-item img { margin-bottom: 10px; } }
.case-item .title { padding-top: 15px; font-size: 1.429em; margin-bottom: 20px; }
@media (min-width: 60em) { .case-item .title { font-size: 1.571em; } }
@media (min-width: 80em) { .case-item .title { font-size: 1.714em; } }
.case-item .entry-content { margin-bottom: 15px; }
@media (min-width: 60em) { .case-item .entry-content { font-size: 1.143em; margin-bottom: 20px; } }

/*	Content Pages
============================================================ */
@media (max-width: 59.99em) { .page-content .row { z-index: 0; }
  .page-content .row .left-column { width: 95%; padding: 0; float: none; background-color: #ebebeb; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); position: fixed; left: 0; top: 82px; bottom: 0; -webkit-transform: translate(-110%, 0); -ms-transform: translate(-110%, 0); -o-transform: translate(-110%, 0); transform: translate(-110%, 0); z-index: 10; -webkit-transition: transform 0.2s; -o-transition: transform 0.2s; transition: transform 0.2s; }
  .page-content .row .left-column.open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  .page-content .row .left-column .btn-mobile-toggle { margin: 0; } }
.page-content .entry-content a { color: #04335e; font-weight: 600; text-decoration:underline;}
@media (min-width: 80em) { .page-content .entry-content { font-size: 16px; font-size: 1.6rem; } }
.page-content .entry-content ul { list-style: none; padding: 10px 0 0; margin: 0 0 20px; }
/* .page-content .entry-content ul > li { background: url(assets/img/icons/img-icon-ul.svg) no-repeat 15px 2px; min-height: 25px; padding-top: 1px; padding-left: 50px; } */
.page-content .entry-content ul > li { background: url(assets/img/icons/img-icon-bullet.png) no-repeat 15px 8px; background-size: 8px 8px; min-height: 25px; padding-top: 1px; padding-left: 50px; }
.page-content .entry-content ul > li + li { margin-top: 10px; }
@media (min-width: 48em) { .page-content .entry-content ul > li { background-position: 30px 8px; padding-left: 65px; } }
.page-content .entry-content ol { padding-left: 50px; margin: 0 0 20px; }
.page-content .entry-content ol > li { list-style-type: none; counter-increment: list; position: relative; }
.page-content .entry-content ol > li + li { margin-top: 10px; }
.page-content .entry-content ol > li:after { content: counter(list) "."; position: absolute; left: -2.5em; top: 0; width: 2em; text-align: right; color: #00b2ba; font-weight: 600; }
@media (min-width: 60em) { .page-content .entry-content { min-height: 900px; } }
.page-content .entry-content .pager { padding-top: 20px; }
.page-content .entry-content .pager > li { padding: 0; background: none; }
.page-content .entry-content .panel-title { font-size: 18px; margin: 0 0 8px; }
.page-content .entry-content .webform-component { margin: 0 0 1em; }

h1 {font-size:32px;}
h2 {font-size:26px;}
h3 {font-size:22px;}

.side-menu {display:none;}
.block-menu-block .side-menu {display:block;}
#block-menu-block-5 h2 { padding-left:10px;}
.side-menu { font-size: 1.143em; line-height: 110%; }
.side-menu .dropdown-toggle { position: relative; }
.side-menu > li { float: none; font-weight: 600; }
.side-menu > li + li { margin-top: 4px; margin-left: 0; }
.side-menu > li > a { border-radius: 4px; background-color: #ebebeb; color: #000; font-size: 1.125em; padding: 16px 20px; position: relative; text-decoration: none;}
.side-menu > li > a:hover, .side-menu > li > a:focus {text-decoration: underline;}
.side-menu > li.dropdown .dropdown-toggle:after { content: "\e258"; position: absolute; top: 50%; right: 10px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
.side-menu > li.open > .dropdown-toggle { background-color: #9dd07c !important; }
.side-menu > li.open > .dropdown-toggle:after { content: "\e259"; }
.side-menu > li li.dropdown { border-color: #fff !important; }
.side-menu > li li > .dropdown-menu > li > a { padding-left: 50px; }
.side-menu > li li .dropdown-toggle { background-color: #ebebeb; }
.side-menu > li li:hover > .dropdown-toggle:after { content: "\e259"; }
.side-menu > li li:hover > .dropdown-menu { display: block; }
.side-menu .dropdown-menu { position: static; top: auto; left: auto; float: none; border: none; padding: 0; margin-top: 4px; background-color: #ebf5e5; border-radius: 4px; }
.side-menu .dropdown-menu > li { border-top: 1px solid #d1e2c7; }
.side-menu .dropdown-menu > li > a { padding: 12px 30px; }
.side-menu .dropdown-menu > li > a:hover, .side-menu .dropdown-menu > li > a:focus { background-color: #c5f5a6; }
.side-menu .dropdown-menu > li:first-child { border-top: none; }
.side-menu .dropdown-menu > li:first-child a { border-top-right-radius: 4px; border-top-left-radius: 4px; }
.side-menu .dropdown-menu > li:last-child a { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
.side-menu .dropdown-menu > li.active a { background-color: #c5f5a6; color: #000; }
@media (max-width: 59.99em) { .side-menu > li > a { border-bottom: 1px solid #bababa; border-radius: 0; }
  .side-menu > li + li { margin-top: 0; }
  .side-menu > li.open .dropdown-toggle { border-color: #87b36a; }
  .side-menu .dropdown-menu { margin: 0; border-radius: 0; border-color: #87b36a; } }

.panel .panel-heading a { position: relative; border-radius: 4px; background-color: #9dd07c; color: #000; font-size: 1.125em; padding: 16px 20px; display: block; }
.panel .panel-heading a:after { content: "\e259"; position: absolute; top: 50%; right: 10px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
.panel .panel-heading a:hover, .panel .panel-heading a:focus { text-decoration: none; }
.panel .panel-heading a.collapsed { text-decoration: none; background-color: #ebebeb; }
.panel .panel-heading a.collapsed:after { content: "\e258"; }

.search-results-item { padding: 20px 0; border-bottom: 1px solid #eaeaea; }

.loading-box { background: rgba(255, 255, 255, 0.75) url(assets/img/ring.gif) center center no-repeat; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

.dispute-assist { position: relative; }
.dispute-assist > h4 { margin: 10px 0 20px; font-weight: 400; line-height: 100%; font-size: 1.571em; text-align: center; }
.dispute-assist .ui-tabs .ui-tabs-panel { min-height: inherit; }
.dispute-assist .webform-ajax-page-nav { display: none; }
.dispute-assist #dispute-progress { padding: 20px 0; }
.dispute-assist #dispute-progress .row { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; margin: 0; }
.dispute-assist #dispute-progress .row .progress-step:last-child:before { display: none; }
.dispute-assist #dispute-progress .progress-step { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; text-align: center; position: relative; }
.dispute-assist #dispute-progress .progress-step:before { content: ''; display: block; width: 100%; height: 1px; background-color: #9a9a9a; top: 50%; right: -50%; position: absolute; }
.dispute-assist #dispute-progress .inner { position: relative; display: inline-block; padding: 10px 15px; background-color: #fff; border: 1px solid #9a9a9a; border-radius: 22px; font-weight: 600; font-size: 1.429em; line-height: 100%; color: #9a9a9a; }
@media (min-width: 48em) { .dispute-assist #dispute-progress .inner { padding: 15px 30px; border-radius: 32px; font-size: 1.857em; } }
@media (min-width: 60em) { .dispute-assist #dispute-progress .inner { border-width: 2px; padding: 20px 60px; font-size: 2.125em; border-radius: 52px; } }
.dispute-assist #dispute-progress .visited .inner { color: #000; background-color: #9dd07c; border-color: #9dd07c; }
.dispute-assist #dispute-progress .visited .inner:after { position: absolute; content: ''; display: block; top: 1px; left: 1px; right: 1px; bottom: 1px; border: 2px solid #fff; background-color: transparent; pointer-events: none; border-radius: 22px; }
@media (min-width: 48em) { .dispute-assist #dispute-progress .visited .inner:after { border-radius: 32px; border-width: 4px; } }
@media (min-width: 60em) { .dispute-assist #dispute-progress .visited .inner:after { border-radius: 52px; } }
.dispute-assist #dispute-progress .revertable { cursor: pointer; }
.dispute-assist #dispute-progress .revertable .inner { background-color: #d0d0d0; border-color: #d0d0d0; }
.dispute-assist .ui-widget-content { padding: 0; border: none; }
.dispute-assist .form-radios > .form-item { border-radius: 4px; background-color: #ebebeb; color: #000; line-height: 105%; position: relative; }
.dispute-assist .form-radios > .form-item:after { content: "\e258"; position: absolute; top: 50%; right: 10px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
@media (min-width: 48em) { .dispute-assist .form-radios > .form-item:after { font-size: 1.500em; } }
.dispute-assist .form-radios > .form-item label { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; cursor: pointer; display: block; font-weight: 600; font-size: 1.125em; padding: 16px 20px; }
@media (min-width: 48em) { .dispute-assist .form-radios > .form-item label { font-size: 1.500em; padding: 25px 30px; } }
.dispute-assist .form-radios > .form-item input[type="radio"] { position: absolute; top: 0; right: 0; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; visibility: hidden; }
.dispute-assist .form-radios > .form-item.form-item-submitted-page-1-i-need-information-on label { padding: 16px 30px 16px 68px; background-repeat: no-repeat; background-position: 10px center; background-size: 45px 45px; }
@media (min-width: 48em) { .dispute-assist .form-radios > .form-item.form-item-submitted-page-1-i-need-information-on label { padding: 25px 30px 25px 100px; background-size: auto auto; background-position: 20px center; } }
/*.dispute-assist .form-radios.question-step-1 .form-item-submitted-page-1-i-need-information-on label[for='edit-submitted-page-1-i-need-information-on-1'] { background-image: url(assets/img/icons/img-icon-questionmarks.svg); }*/
.dispute-assist .form-radios.question-step-1 .form-item-submitted-page-1-i-need-information-on label[for='edit-submitted-page-1-i-need-information-on-1'] { background-image: url(assets/img/icons/img-icon-dollar.svg); }
.dispute-assist .form-radios.question-step-1 .form-item-submitted-page-1-i-need-information-on label[for='edit-submitted-page-1-i-need-information-on-2'] { background-image: url(assets/img/icons/img-icon-edit.svg); }
.dispute-assist .form-radios.question-step-1 .form-item-submitted-page-1-i-need-information-on label[for='edit-submitted-page-1-i-need-information-on-3'] { background-image: url(assets/img/icons/img-icon-briefcase.svg); }
.dispute-assist .form-radios.question-step-1 .form-item-submitted-page-1-i-need-information-on label[for='edit-submitted-page-1-i-need-information-on-4'] { background-image: url(assets/img/icons/img-icon-gov.svg); }
.dispute-assist .form-radios.question-step-1 .form-item-submitted-page-1-i-need-information-on label[for='edit-submitted-page-1-i-need-information-on-5'] { background-image: url(assets/img/icons/img-icon-close.svg); }
.dispute-assist #webform-page-tabs-0 ul:first-child { display: none; }
.dispute-assist #webform-page-tabs-0 ul:first-child > li { display: inline-block; padding: 0; background: none; }
.dispute-assist .form-actions { display: none; }
.dispute-assist .tips-for-avoiding-dispute, .dispute-assist .information-on-steps { display: none; padding: 0 2px; }
.dispute-assist .p1-question { font-size: 1.125em; margin-bottom: 15px; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }
.dispute-assist .p1-footer-link { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; cursor: pointer; display: block; font-weight: 600; font-size: 1.125em; padding: 16px 20px; border-radius: 4px; background-color: #ebebeb; color: #000; line-height: 105%; position: relative; }
.dispute-assist .p1-footer-link:after { content: "\e259"; position: absolute; top: 50%; right: 10px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
.dispute-assist .p1-footer-link a { color: #000; text-decoration: none; }
.dispute-assist .p1-footer-link.third:after { content: "\e258"; }
.dispute-assist .p1-footer-link.clicked:after { content: "\e260"; }
.dispute-assist .webform-component--page-2--my-dispute-is-not-listed-here {font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;font-size: 0.91em;}
@media (min-width: 48em) { .dispute-assist .p1-footer-link { font-size: 1.500em; padding: 25px 30px; } }

.dispute-assist-submitted .dispute-assist-result.alternate { display: none; }
.dispute-assist-submitted .form-radios > .form-item { border-radius: 4px; background-color: #ebebeb; color: #000; line-height: 105%; position: relative; }
.dispute-assist-submitted .form-radios > .form-item:after { content: "\e258"; position: absolute; top: 50%; right: 10px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
@media (min-width: 48em) { .dispute-assist-submitted .form-radios > .form-item:after { font-size: 1.500em; } }
.dispute-assist-submitted .form-radios > .form-item label { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; cursor: pointer; display: block; font-weight: 600; font-size: 1.125em; padding: 16px 20px; }
@media (min-width: 48em) { .dispute-assist-submitted .form-radios > .form-item label { font-size: 1.500em; padding: 25px 30px; } }
.dispute-assist-submitted .form-radios > .form-item input[type="radio"] { position: absolute; top: 0; right: 0; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; visibility: hidden; }

#dispute-assist-footer .row { margin: 1em 0 0 0 !important;}
#dispute-assist-footer .row .dispute-assist-footer-botton { display: inline-block; margin-right: 8px; }
#dispute-assist-footer .row .dispute-assist-footer-botton a { padding: 10px 20px; display: block; border-radius: 4px; background-color: #00b2ba; color: #fff; text-decoration: none; }

.list-item { padding: 20px 0 30px; border-bottom: 1px dotted #d0d0d0; margin-bottom: 10px; }

/*--------------------------------------------------------*\
	#Forms
\*--------------------------------------------------------*/
@media (min-width: 48em) { #webform-client-form-106 > div:before, #webform-client-form-106 > div:after { content: " "; display: table; }
  #webform-client-form-106 > div:after { clear: both; }
  #webform-client-form-106 .webform-component--firstname, #webform-client-form-106 .webform-component--last-name, #webform-client-form-106 .webform-component--phone-number, #webform-client-form-106 .webform-component--industry, #webform-client-form-106 .webform-component--organisation, #webform-client-form-106 .webform-component--position { float: left; width: 50%; }
  #webform-client-form-106 .webform-component--firstname, #webform-client-form-106 .webform-component--phone-number, #webform-client-form-106 .webform-component--organisation { padding-right: .5em; }
  #webform-client-form-106 .webform-component--last-name, #webform-client-form-106 .webform-component--industry, #webform-client-form-106 .webform-component--position { padding-left: .5em; }
  #webform-client-form-106 .captcha, #webform-client-form-106 .webform-component--state { clear: both; }
  #webform-client-form-106 .webform-component--state .form-item-submitted-state { display: inline-block; margin-right: .5em; }
  #webform-client-form-106 .webform-component--state .form-item-submitted-state input { margin: 0 4px 0 0; }
  #webform-client-form-106 #edit-captcha-response { max-width: 60%; } }

/*	Drupal Core
============================================================ */
.view-case-studies-list .views-row, .view-news-listing .views-row, .view-event-listing .views-row { list-style: outside none none; margin-left: 0; padding-left: 0; }
.view-case-studies-list .views-row span > a, .view-news-listing .views-row span > a, .view-event-listing .views-row span > a { background-color: #ebebeb; border-radius: 4px; color: #000; font-size: 1.125em; padding: 16px 20px; position: relative; display: block; text-decoration: none; }

.view-latest-news-listing .views-exposed-form .form-submit, .view-clone-of-newsletter-listing .views-exposed-form .form-submit {background-color: #9dd07c;}
.view h2 {font-size: 22px;}

.side-widgets { padding-top: 30px; }
.side-widgets .title { margin-bottom: 15px; }
.side-widgets .side-menu > li > a { font-size: 1em; border: 1px solid #dedede; background-color: transparent; }

#admin-menu, #admin-menu .dropdown { z-index: 99999; }

#accordion { clear: both; padding-top: 20px; }

@media (min-width: 60em) { #user-login { max-width: 60%; } }

.tabs { padding: 0; list-style: none; }
.tabs > li { display: inline-block; margin-bottom: 3px; }
.tabs.primary a { display: block; padding: 4px 15px; color: #fff; background-color: #00b2ba; border: none; }
.tabs.primary a:hover, .tabs.primary a:focus { background-color: #005054; text-decoration: none; }

.form-submit { margin-bottom: 0; font-weight: 600; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: none; white-space: nowrap; text-transform: uppercase; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.form-submit:focus, .form-submit.focus, .form-submit:active:focus, .form-submit:active.focus, .form-submit.active:focus, .form-submit.active.focus, select:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.form-submit:hover, .form-submit:focus, .form-submit.focus { color: #000; text-decoration: none; }
.form-submit:active, .form-submit.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); }
.form-submit.disabled, .form-submit[disabled], fieldset[disabled] .form-submit { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.faqs-widget { padding-top: 30px; }

.search-form:before, .search-form:after { content: " "; display: table; }
.search-form:after { clear: both; }

.container-inline { position: relative; display: table; border-collapse: separate; margin-bottom: 15px; }
.container-inline label { padding-bottom: 5px; display: block; }
.container-inline .form-text { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; }
.container-inline .form-item, .container-inline .form-submit { display: table-cell; }
.container-inline .form-submit { position: relative; background-color: #00b2ba; top: 40px; height: 42px; border-bottom-left-radius: 0; border-top-left-radius: 0; }

.pager > li { padding: 0; background: none; }

/*	Fallbacks
============================================================ */
@media (min-width: 48em) { .no-flexbox .navbar-nav { display: block; }
  .no-flexbox .navbar-nav > li { float: none; display: table-cell; vertical-align: middle; width: 1%; }
  .no-flexbox .navbar-nav > li.sticky-logo { display: none; }
  .no-flexbox .is-sticky li.sticky-logo { display: table-cell; } }

/*	Changes
============================================================ */
.primary-sub-sub-menu { margin: 0 !important; padding: 0 !important; }
.primary-sub-sub-menu li { list-style-type: none; background: none !important; padding: 7px 21px !important; border-radius: 4px; font-size: 18px; color: #003162; background-color: #9dd07c !important; border-color: #9dd07c !important; }
.primary-sub-sub-menu li:hover, .primary-sub-sub-menu li:focus { background-color: #81c356 !important; border-color: #7bc04f !important; }
.primary-sub-sub-menu a { text-decoration: none !important; }
.primary-sub-sub-menu a:hover, .primary-sub-sub-menu a:focus { text-decoration: none !important; }

.row { margin: 0 !important; }

.breadcrumb { padding: inherit; margin: 5px 0 10px 0;}
.breadcrumb li:first-child { padding-left: 15px; }

.date-wrapper { font-size: 14px; margin-bottom: 30px; padding-top: 5px; }

.event-date { position: absolute; left: 15px; top: 20px; padding: 15px 10px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; color: #003162; font-weight: 600; font-size: 18px; background-color: #9dd07c !important; border-color: #9dd07c !important; }
.event-date span { display: block; width: 100%; text-align: center; }

.feature-news-list a { text-decoration: none !important; }
.feature-news-list a:hover, .feature-news-list a:focus { text-decoration: none !important; }


/* Mailchimp Block */

.mailchimp-signup-subscribe-form::before {top:20px !important;}
.mailchimp-signup-subscribe-form {overflow:hidden !important;}
.mailchimp-signup-subscribe-form .captcha-admin-links {display:none;}
.mailchimp-signup-subscribe-form-description {float: left; display: inline-block; font-size: 1.8em; padding-top:13px; width: 100%; line-height: 110%;font-weight:600;}
.mailchimp-newsletter-mergefields {float:left; width: 100%; padding:25px 0;}
.form-item-mergevars-FNAME, .form-item-mergevars-LNAME {float:left; padding: 0 5px; width: 50%;}
.form-item-mergevars-EMAIL {float:left; padding: 0 5px; width: 100%;}
.mailchimp-newsletter-mergefields label {font-size: 1.143em; font-weight: bold;}
.mailchimp-newsletter-mergefields input {height: 40px; border-radius: 4px; border: none;padding: 0 5px;}
.mailchimp-signup-subscribe-form #edit-actions--3 {width: 100%; margin-left: auto; margin-top: auto; float: left; text-align: center;}
.mailchimp-signup-subscribe-form #edit-actions--3 input {
    margin-left: auto;
    margin-top: auto;
    padding-top: 40px;
    margin-top: 2px;
    height: 40px;
    border-radius: 4px;
    border: none;
    padding: 0 50px;
    font-size: 18px;
    font-weight: 500;
    background-color: #9dd07c !important;
    border-color: #9dd07c !important;
}
.mailchimp-signup-subscribe-form .form-item,
.mailchimp-signup-subscribe-form .form-actions {margin: .5em 0;}
.mailchimp-signup-subscribe-form input#edit-submit {background: #9dd07c; font-size: 18px; font-family: Source Sans Pro, Helvetica, Arial, sans-serif;}
.mailchimp-signup-subscribe-form input#edit-submit:hover {background: #81c356;}
.not-front .mailchimp-newsletter-mergefields {background: #efefef; border: 1px solid #ccc;}
.not-front .mailchimp-signup-subscribe-form input#edit-submit--2 {
    background: #9dd07c;
    font-size: 18px;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    margin-top: 0.5em;
}

@media (max-width: 768px) { 
.form-item-mergevars-FNAME, .form-item-mergevars-LNAME {width: 100%;}
}


/*
.subscribe { padding: 60px 0; background-color: #ebebeb; }
.subscribe h2 { display: none; }
.subscribe form { position: relative; overflow: auto; margin: 0 auto; }
@media (min-width: 48em) { .subscribe form { padding-left: 80px; }
  .subscribe form:before { content: ''; position: absolute; top: 0; left: 0; height: 70px; width: 70px; background-image: url("assets/img/icon-img-subscribe.svg"); background-repeat: no-repeat; } }
@media (min-width: 80em) { .subscribe form { width: 80%; } }
.subscribe .title { float: left; display: inline-block; font-size: 34px; padding-right: 10%; }
.subscribe .email { float: left; width: 100%; }
.subscribe .email label { font-size: 1.143em; margin: 10px 0 -10px; }
.subscribe .checkbox { clear: both; float: left; padding-top: 10px; margin-left: 20px; }
.subscribe .checkbox label:first-child { font-size: 1.143em; font-weight: 700; margin-left: -30px; }
.subscribe .checkbox input, .subscribe .checkbox label { padding: 0 40px 0 10px; }
@media (min-width: 60em) { .subscribe .checkbox input, .subscribe .checkbox label { display: inline-block; } }
.subscribe .checkbox label { font-size: 1.143em; }
.subscribe .checkbox input { margin-top: 0px; -webkit-appearance: checkbox;}
.subscribe button { margin-top: 2px; height: 40px; border-radius: 4px; border: none; padding: 0 25px; font-size: 18px; font-weight: 500; background-color: #9dd07c !important; border-color: #9dd07c !important; }
.subscribe button:hover, .subscribe button:focus { background-color: #81c356 !important; border-color: #7bc04f !important; }
*/

@media print { /* All your print styles go here */
  body { background: #fff; color: #000; width: 90%; padding-left: 5%; }
  a:after { display: none; }
  .header { background-color: transparent; display: block; }
  .header button { display: none; }
  .navbar-brand { padding-left: 100px; margin-bottom: 120px; }
  .navbar-collapse, footer, .side-menu, .btn-mobile-toggle, .primary, .breadcrumb, .subscribe { display: none; }
  .panel-collapse { display: block; } }
input.form-checkbox, input.form-radio { -webkit-appearance: checkbox; margin: 3px -6px 0;}

/*  Add 03.09.2016   */
*, :focus {
  outline: none
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
}

article, figure, footer, header, hgroup, nav, section {
  display: block
}

button, fieldset, form {
  margin: 0;
  padding: 0;
  border: none
}

button {
  background-color: transparent
}

button, input {
  -webkit-appearance: none
}

input {
  box-sizing: border-box;
  border-radius: 0;
  font-weight: 400
}

input[type=email].error, input[type=password].error, input[type=tel].error, input[type=text].error {
  border-bottom: 1px solid #ec1b35
}

input[type=submit] {
  border-radius: 0;
  transition: box-shadow .15s ease-in-out
}

input[type=submit]:hover {
  text-decoration: underline;
}

input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

input:-moz-placeholder, input::-moz-placeholder {
  color: #fff;
  opacity: 1
}

input:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

input:focus::-webkit-input-placeholder {
  opacity: .5
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  opacity: .5
}

input:focus:-ms-input-placeholder {
  opacity: .5
}

textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1
}

textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

textarea:focus {
  border: 1px solid #00adef
}

textarea:focus::-webkit-input-placeholder {
  opacity: .5
}

textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: .5
}

textarea:focus:-ms-input-placeholder {
  opacity: .5
}

textarea.error {
  border-bottom: 1px solid #ec1b35
}

button::-moz-focus-inner, input::-moz-focus-inner {
  outline: none;
  border: none
}

a {
  text-decoration: underline;
}

a :hover {
  text-decoration: none;
}

.credits.wrapper a,
.navbar-nav a,
.navbar-right a {text-decoration: none;}
.credits.wrapper a:hover,
.navbar-nav a:hover,
.navbar-right a:hover, .credits.wrapper a:focus,
.navbar-nav a:focus,
.navbar-right a:focus {text-decoration: underline;}



body {
  margin: 0;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 14px
}

.container-fluid {
  width: 100%;
  padding-left:0;
  padding-right:0;
}

.col-sm-6 {
  width: 50%;
  float: left
}

.facebook-and-twitter-posts {
  margin: 0 8.783% 0 15.558%;
  max-height: 1473px;
  font-size: 1.143em;
  color: #0e121a
}

.facebook-and-twitter-posts .posts-holder {
  border-right: 1px solid #c9c9c9;
  background: #f5f5f5;
  padding: 8px;
  box-sizing: border-box;
  max-height: 600px
}

.slimScrollDiv {
  padding-right: 7px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box
}

.slimScrollDiv .slimScrollBar {
  background: #c9c9c9 !important;
  display: block !important;
  opacity: 1 !important;
  height: 30px !important
}

.slimScrollDiv .slimScrollRail {
  background: #fff !important;
  display: block !important;
  opacity: 1 !important;
  width: 10px !important
}

.facebook-and-twitter-posts .posts-holder .posts-wrapper {
  border: 1px solid #c9c9c9;
  background: #e9ebee;
  padding: 18px;
  box-sizing: border-box
}

.facebook-and-twitter-posts .posts-holder .posts-wrapper .single-post-facebook, .facebook-and-twitter-posts .posts-holder .posts-wrapper .single-post-twitter {
  border: 1px solid #e0e1e5;
  background: #fff;
  padding: 20px 16px 20px 0;
  border-radius: 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: table;
  width: 100%;
}

.facebook-and-twitter-posts a {
  color: #2e5195
}

.facebook-and-twitter-posts p {
  margin: 0 0 15px
}

.facebook-and-twitter-posts .row {
  overflow: hidden
}

.facebook-and-twitter-posts .row .icons-holder {
  float: right
}

.facebook-and-twitter-posts .icons-holder .fb-link, .facebook-and-twitter-posts .icons-holder .tw-link, .facebook-and-twitter-posts .icons-holder .yt-link {
  width: 58px;
  height: 58px;
  display: block;
  float: left;
  float: right;
  background: url(assets/img//facebook-icon.jpg) no-repeat 50% 50%;
  background-size: cover
}

.facebook-and-twitter-posts .icons-holder .tw-link {
  background: url(assets/img//twitter-icon.jpg) no-repeat 50% 50%;
  background-size: cover
}

.facebook-and-twitter-posts .icons-holder .yt-link {
  background: url(assets/img//youtube-icon.jpg) no-repeat 50% 50%;
  background-size: cover
}

.facebook-and-twitter-posts .icons-holder .linkedin-link{
  background: url(assets/img//logo-linkedin.png) no-repeat 50% 50%;
  background-size: cover
}

.facebook-and-twitter-posts .row h3 {
  font-size: 3.286em;
  line-height: 1.125;
  margin: 10px 0 50px;
  float: left
}

.facebook-and-twitter-posts h4 {
  margin: 0 0 10px;
  font-size: 1.1743em;
  color: #365899
}

.single-post-content .time-ago {
  color: #888d95;
  font-size: 1em;
  display: inline-block;
  margin-right: 20px;
  position: relative
}

.single-post-content .time-ago:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -1px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #888d95
}

.single-post-content img.small-icon {
  max-height: 16px;
  margin-top: 4px
}

.single-post-facebook .post-text {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 12px
}

.posts-wrapper .icon-holder {
  /*float: left;*/
  /*width: 12%*/
  width: 55px;
  display: table-cell;
  vertical-align: top;
}

.posts-wrapper .single-post-content {
  /*float: right;*/
  /*width: 88%*/
  display: table-cell;
  vertical-align: top;
}

.posts-wrapper .icon-holder a {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block
}

.posts-wrapper .icon-holder .fb {
  background: url(assets/img//facebook-icon.jpg) no-repeat 50% 50%;
  background-size: cover
}

.posts-wrapper .icon-holder .tw {
  background: url(assets/img//twitter-icon.jpg) no-repeat 50% 50%;
  background-size: cover
}

.single-post-facebook, .single-post-twitter {
  overflow: hidden
}

.single-post-content .post-info-block span {
  float: left;
  padding: 0 0 0 24px;
  margin: 0 30px 0 0
}

.single-post-content .post-info-block .like {
  background: url(assets/img//icon-like.jpg) no-repeat 0 100%;
  background-size: 20px
}

.single-post-content .post-info-block .answer {
  background: url(assets/img//icon-answer.jpg) no-repeat 0 100%;
  background-size: 20px
}

.single-post-content .post-info-block .share {
  background: url(assets/img//icon-share.jpg) no-repeat 0 100%;
  background-size: 20px
}

.post-functions span {
  float: left;
  padding: 0 0 0 24px;
  margin: 0 20px 0 0
}

.post-functions .like {
  background: url(assets/img//icon-heart.jpg) no-repeat 0 100%;
  background-size: 20px
}

.post-functions .share {
  background: url(assets/img//icon-share.jpg) no-repeat 0 100%;
  background-size: 20px
}

.single-post-content .user-info strong {
  margin-right: 5px
}

.single-post-content .user-info .time-info {
  color: #7f929f
}

.single-post-content .user-info .time-info .dot:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7f929f
}

.single-post-content .user-info .time-info .dot {
  padding: 0 7px;
  position: relative
}

.single-post-twitter .post-info-block {
  border: 1px solid #dce4ea;
  border-radius: 6px;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.single-post-twitter .post-info-block img {
  margin-bottom: 10px
}

.single-post-twitter .post-info-block strong {
  display: inline-block
}

.single-post-twitter .post-info-block a, .single-post-twitter .post-info-block p, .single-post-twitter .post-info-block strong {
  padding: 0 15px;
  margin-bottom: 7px
}


.video-holder{
    position: relative;
    margin-top: 10px !important;
    /*padding: 0 0 56.5%;*/
    padding: 0 0 2px;
}
.youtube-video-holder {
    position: relative;
    margin-top: 10px !important;
    padding: 0 0 56.5%;
}
.video-holder iframe,
.youtube-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-holder-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    transition: .3s;
}
.video-holder-inner{
    color: #fff;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    font-size: 21px;
    padding: 0 10% 34px;
    line-height: 20px;
    font-weight: 600;
}
.video-holder-inner a{
    color: #555;
    display: inline-block;
    padding: 19px 20px 24px 25px;
    border: 1px solid #555;
    transition: .3s;
    border-radius: 50%;
    font-size: 26px;
    margin: 21px 0 0 0;
    height: 66px;
    width: 66px;
    text-decoration: none;
}
.video-holder-inner a :hover,
.video-holder-inner a:hover,
.video-holder-inner a :focus,
.video-holder-inner a:focus{
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}

.video-holder:hover .video-holder-info{
    /*background: #00b3ba;*/
}
.video-holder:hover a :hover,
.video-holder:hover a{
    /*text-decoration: none;
    color: #fff;
    border-color: #fff;*/
}

.youtube-embed iframe {width:auto !important;}

.slick-track .content ul{
    padding: 0 0 0 17px;
}

.facebook-and-twitter-posts-head{
    display: table;
    width: 100%;
}

.facebook-and-twitter-posts .row h3{
    display: table-cell;
    vertical-align: top;
    float: none;
}

.facebook-and-twitter-posts .row .icons-holder{
    display: table-cell;
    vertical-align: top;
    /*width: 117px;*/
    float: none;
}

.facebook-and-twitter-posts .row .icons-holder a{
  margin-top: 10px !important;
}

.facebook-and-twitter-posts .icons-holder a:hover, .facebook-and-twitter-posts .icons-holder a:focus{
  opacity: .8;
}
/* return default row margin START*/

@media (max-width: 60em) {
    .region-homepage-case-studies .row,
    .divider .row,
    .home-news .row{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.facebook-and-twitter-posts .row{
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.spinner {
  margin-left: 48%;
  margin-top: 150px;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #000;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.subintro{
    background: #003162;
    padding: 28px 0 5px;
    text-align: center;
}
.subintro .btn{
    color: #fff;
}
.subintro-title{
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.22px;
    padding: 0 10px 23px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.subintro-info{
    color: #fff;
    font-size: 15px;
    margin: -8px 163px 0 0;
    letter-spacing: 0.3px;
    display: block;
}
.subintro-info a{
    color: #fff;
}
.field-item iframe {
    width: 100%;
}
.hd-iframe{
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    padding: 0 0 56.25%;
}
.hd-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.subintro .btn{
    margin: 0 0 23px;
}
@media (max-width: 47.99em){
    .subintro {
    	padding-top: 100px;
        position: relative;
        z-index: 1;
        margin-bottom: -83px;
    }
    .subintro-info {
        margin: 10px 0;
    }
    .subintro .btn{
        /*margin: 15px 0 0;*/
    }
}

.page-content .view-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-content .news-events-list .item{
    height: auto;
}
/* return default row margin END*/

.partner-logo {
    width:100%;
    max-width:200px;
    height:auto;
}
.subscribe .email{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}

.email .row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  width: calc(100% - 105px);
  margin: 0 -5px !important;
}

.email .row .box{
  padding: 0 5px;
  width: 50%;
}

.email .row .box input{
  width: 100%;
}

.subscribe .email .row input {
  height: 40px;
  border-radius: 4px;
  border: none;
  padding: 0 5px;
}

.subscribe .email .btn-box{
  margin-left: auto;
  margin-top: auto;
  padding-top: 40px;
  }
  
table td, table th {
    padding:5px;
}

@media only screen and (max-width:767px){

  .email .row{
    width: 100%;
    padding: 0 0 15px;
    display: block;
    margin: 0 !important;
  }

  .subscribe .email{
    display: block;
  }

  .subscribe .email .btn-box{
    margin: 0;
    width: 100%;
    padding: 0;
  }

  .subscribe button{
    width: 100%;
    display: block;
  }

  .email .row .box{
    width: 100%;
    padding: 0;
  }
}


.navbar-nav > li .sub-menu{
  list-style: none;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(100%);
  background: #fff;
  border: solid #d0d0d0;
  border-width: 0 1px 1px 1px;
  display: none;
}


.navbar-nav > li:hover .sub-menu{
  display: block;
}

.navbar-nav > li:first-child .sub-menu {
  left: 0;
}

.navbar-nav > li:last-child .sub-menu {
  right: 0;
}


.navbar-nav > li.active:hover .sub-menu a,
.sub-menu a{color: #000 !important;}

.navbar-nav > li .sub-menu a{text-align:center;  padding: 5px 10px;  display: block;}
.navbar-nav > li .sub-menu a:hover, .navbar-nav > li .sub-menu a:focus {  color: #00b2ba !important;}

.navbar-nav > li.active:hover .sub-menu a:hover,
.drop a:hover,
.navbar-nav > li.active:focus .sub-menu a:focus,
.drop a:focus{
  color: #00b2ba !important;
}

@media only screen and (max-width:959px){
  .navbar-nav > li .sub-menu{
    position: static;
    width: 100%;
    border: 0;
  }

  .navbar-nav{
    margin: 7.5px 0;
  }

  .navbar-nav > li:last-child{
    border-right: 1px solid #d0d0d0;
  }

  .navbar-collapse.in{
    position: fixed;
    left: 0;
    right: 0;
    top: 83px;
    bottom: 0;
    margin: 0 !important;
    overflow: auto;
    background: #fff;
  }
}

.navbar-nav > li .svg-container {display:none;}

.pb-0{
  padding-bottom: 0 !important;
}
 
.view-case-studies-list {display:none;}


/* New front page styles */
main .page-front h2 {font-size:1.8em;}
.panels-flexible-row {padding-bottom:15px;}
.panels-flexible-region-1-bottom {width:100%;}
.panels-flexible-region-1-top_left {padding:0 10px;}
.panels-flexible-region-1-top_right {padding:0 10px;}
.panels-flexible-1 .panels-flexible-region-inside-first,
.panels-flexible-1 .panels-flexible-region-inside,
.page-front .col-xs-12.col-md-12 {padding: 0 !important;}

.news-item .title {font-size:1em !important; color:#414143 !important;}
.news-item .title a {text-decoration:none !important; color:#414143 !important;}
.news-item .title a:hover, .news-item .title a:focus {text-decoration:underline !important;}
.news-item .entry-content {line-height:1.2em; font-size:0.95em;}
.news-item .newsdate {font-style: italic;font-size: .85em;padding: 0.5em 0;display: inline-block;}
.case-item .title {font-size:1.1em !important; color:#414143 !important;}
.case-item .title a {text-decoration:none !important; color:#414143 !important;}
.case-item .title a:hover, .case-item .title a:focus {text-decoration:underline !important; }

.my-business-health-tile {display:table; background:#0053b8; height:360px; margin-left: 15px; overflow: hidden;}
.my-business-health-tile a {display: table-cell; vertical-align: middle;}

/* Row specific styles*/
    /* front page view - feature item */
.view-home-page-feature-item {padding-left: 15px; height: auto; overflow: hidden; }
.view-home-page-feature-item .featureblock {position: absolute; bottom: 0; width: 100%; text-align: center; background: rgba(25, 50, 100, 0.7); padding: 0 10px 10px 10px;}
.view-home-page-feature-item .field-content {position: relative;}
.view-home-page-feature-item .field-content img {height: auto;}
@media (min-width:48em){.view-home-page-feature-item .field-content img {height: 360px;} .view-home-page-feature-item{height:360px;}}
.view-home-page-feature-item .featureblock p {color: white;}
.view-home-page-feature-item .featureblock p:hover {text-decoration: underline; text-decoration-color: white;}

a.twitterfollow {color:#6d6e70 !important; text-decoration:none; font-weight:300; font-size:12px;}
a.twitterfollow {text-decoration:underline;}
.twitter-title h3 {color:#6d6e70 !important; margin:2px 0; font-size:1.2em; font-weight:700;}
.twitter-box {background:white;}
.pane-new-home-page-latest-two-news-no-image {padding:0 10px; max-height:360px; overflow-y:hidden; line-height:1.2em;}
.pane-new-home-page-latest-two-news-no-image h2 {margin:10px 0 15px;}
.view--home-page-case-studies .col-xs-12:first-of-type {padding-left:0;}
.view--home-page-case-studies .col-xs-12:last-of-type {padding-right:0;}

.panels-flexible-region-1-top-inside {margin-left:4%;}
.panels-flexible-region-1-top-inside,
.panels-flexible-row-1-1 {background-color:#f5f5f5; min-height:360px;}
.panels-flexible-row.panels-flexible-row-1-1 {
    padding: 0;}
.gradient-img {text-align:center; padding-top:5px;}
.pane-block-13 .gradient {min-height:360px; background: #00A0AC; /* For browsers that do not support gradients */ background: linear-gradient(to right, #193264, #00A0AC); /* Standard syntax (must be last) */ padding:0 15px;}
.pane-block-13 .pane-content h2 {color:white; margin-top:-15px;text-transform:uppercase; font-size:26px; font-weight:bold;}
.pane-block-13 .pane-content p {color:white;}
.pane-new-home-page-latest-two-news-no-image .entry-content p {margin-bottom: 0px !important;}
.pane-new-home-page-latest-two-news-no-image h2 {margin-bottom: 5px;}
.pane-new-home-page-latest-two-news-no-image .news-item {margin-bottom: 10px;}


.panels-flexible-region-1-middle_right input {border:none; width:100%; margin-bottom:10px;}
.panels-flexible-region-1-middle_right .container-fluid {padding:0;}
.panels-flexible-region-1-middle_right .box {width:47.5%; float:left;}
.panels-flexible-region-1-middle_right .box:first-of-type {margin-right:5%;}
.panels-flexible-region-1-middle_right .email input {width:100%;}
.panels-flexible-region-1-middle_right label {font-weight:normal !important;}
.subscribeSubmit {padding: 6px 15px; background:#9ecd7c; font-size:18px; font-weight:700; color:black; text-align:center; text-transform:uppercase; margin-top:10px;}
.subscribeSubmit:hover {text-decoration:underline; background-color:#81c356;}
.entry-content a {text-decoration:none;}
.entry-content a:hover, .entry-content a:focus {text-decoration:none;}
.pane-homepage-video {margin-top:20px; }
.pane-block-11 {padding:0 5px;}
.pane-block-12 .pane-content {background:white;}
.page-front .page-content .entry-content a {color:#404042; text-decoration:none !important;}
.page-front .page-content .entry-content a:hover, .page-front .page-content .entry-content a:focus {color:#404042; text-decoration:underline !important;}
.pane-block-12 .twitter-title {float:left;}   
.pane-block-12 .twitter-title a {font-size:1.2em;}   
.pane-block-12 #tweet {float:right; max-width:35%; display:inline; margin-top:10px; margin-right:10px;}
.pane-block-12 #tweet a {float:right; margin-left:8px;}
#tweet img.sociallinks-yt {width:18px; height:12px; margin-top:4px;}
#tweet img.sociallinks {width:16px; height:16px;}
.twitter-widget-0{margin-top:-10;}
.page-content .entry-content .videogall {font-weight:normal !important; margin:0 auto; margin-top:10px;}
.page-content .entry-content .view-id-homepage_video a {font-size:18px;}
.page-content .entry-content .view-id-homepage_video a.videogall {text-decoration:underline !important; font-size:16px;}
.page-content .entry-content .view-id-homepage_video a.videogall:hover {text-decoration:none !important;}
.home-video {max-height:300px; margin:0 auto;}
.home-video img {max-height:220px;}
.home-video a {font-size:18px;}
.pane-homepage-video h2 {padding-left:5px;}
.pane-homepage-video .field-content {text-align:center; width:100%; margin-top:20px;}

/* Buttons */
a.btn.btn-success.btn-lg {color:black !important; text-decoration:none !important;}
a.btn.btn-success.btn-lg:hover {text-decoration:underline !important;}
.btn-lg {padding: 3px 15px !important;}
.btn-lg:hover {text-decoration:underline;}
.gradient a.disputesupport {padding: 8px 12px; background:#9ecd7c; font-size:18px; font-weight:700; color:black !important; text-align:center; text-transform:uppercase; max-width:70%; margin:0 auto; margin-bottom:10px; margin-top:15px;}
.gradient a.disputesupport:hover {background-color:#81c356; text-decoration:underline; color:black !important;} 
.gradient .disputesupp {text-align:center;}

#page-content a.navy-button {
    padding: 12px 12px;
    background: #003162;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 15px;
    text-decoration: none;
    border-radius:4px;
}
#page-content a.navy-button:hover, #page-content a.navy-button:focus {text-decoration:underline;}

.panels-flexible-region-1-center {width:100%;}
.panels-flexible-region-1-middle_right,
.panels-flexible-region-1-top_right {width:33.95%;}
.pull-right .field-name-field--new-image-caption {font-style: italic;}
.front .view-new-home-page-latest-two-news-no-image .news-item .entry-content {margin-bottom: 2.5px;}

/* Menu changes */
#block-menu-block-5 .active-trail .dropdown-menu {display: block;}
.navbar-nav li ul li {width:100%;}
.navbar-nav li ul li a:hover, .navbar-nav li ul li a:focus {background:#f5f5f5; width:100%;}

/* Page layouts */
.panels-flexible-region-1-middle_right,
.pane-block-12 {padding:0 8px;}
.panels-flexible-region-1-top_right {padding-left:15px;}
.panels-flexible-row-1-1-inside .panels-flexible-region-1-top_region {padding: 0 10px;}
.panels-flexible-row-1-1-inside .panels-flexible-region-1-middle_right,
.panels-flexible-row-1-1-inside .panels-flexible-region-1-middle_left {padding:0 15px;}
.page-front .panels-flexible-row-1-2-inside,
.page-front .panels-flexible-row-1-1-inside,
.page-front .panels-flexible-1 .panels-flexible-row-last {padding:0 55px;}
.page-front .container-fluid,
.page-front .col-xs-12.col-md-9 {padding:0;}
.page-front .col-xs-12.col-md-3.left-column {width:0%;}
.page-front .col-md-9 {width:100%;}
.page-front .subscribe,
.page-front .breadcrumb {display:none;}
#page-content {max-width: 1268px; padding: 0; margin: 0 auto;}

@media (max-width: 800px) {
.panels-flexible-region {width:100%; min-height:50px !important; margin-bottom:10px;}
.panels-flexible-row {padding-bottom:5px;}
.col-xs-12.col-sm-4 {width:100%;}
.pane-block-13 .gradient {min-height:100px; padding-bottom:10px; padding-right:0;}
.view-home-page-feature-item,
.pane-block-13 {padding-right:0;}
.pane-block-11 {padding:0 5px;}
.pane-homepage-video {margin-top:0;}
.col-xs-12, .col-md-9 {padding:0;}
.pane-home-pa {max-height:1000px;}
.case-item {min-height: 20px !important;}
.news-item {font-size:16px; width:100%;}
.page-front .container-fluid,
.page-front .col-xs-12.col-md-9,
.panels-flexible-row-1-2-inside .panels-flexible-region-1-top_right,
.panels-flexible-region-1-middle_right,
.pane-block-12,
.pane-block-13,
.panels-flexible-region-1-top_right,
.view-home-page-feature-item,
.panels-flexible-row-1-1-inside .panels-flexible-region-1-top_region,
.panels-flexible-row-1-1-inside .panels-flexible-region-1-middle_right,
.panels-flexible-row-1-1-inside .panels-flexible-region-1-middle_left {padding: 0px;}
.my-business-health-tile {margin:0;}
.pane-new-home-page-latest-two-news-no-image {max-height:560px;}
.page-front .panels-flexible-row-1-2-inside,
.page-front .panels-flexible-row-1-1-inside,
.page-front .panels-flexible-1 .panels-flexible-row-last {padding:0 5px;}
.view--home-page-case-studies .col-xs-12 {margin-bottom:20px; height:auto;}
.panels-flexible-region.panels-flexible-region-1-top_right.panels-flexible-region-last {margin-top:10px;}
.gradient {margin-top:10px;}
.panels-flexible-region-1-top-inside {margin-left:0;}
.view-home-page-feature-item .field-content {margin: 0 auto;}
.navbar .container-fluid {padding:0;}
}



@media (min-width:768px) and (max-width:800px) {
    .view--home-page-case-studies .col-xs-12 {height:500px !important;}
    .page-front .main {padding:15px 10px !important;}
}

@media (min-width: 800px) {
    .view--home-page-case-studies a.btn.btn-success.btn-lg {bottom:0; position:absolute;}
}

@media (min-width: 48em) {
.page-content .entry-content,
.case-item {min-height: 20px !important;}
.news-item {margin-bottom: 5px!important;}
.main {padding:15px 10px}
.page-front .panels-flexible-row-1-2-inside,
.page-front .panels-flexible-row-1-1-inside,
.page-front .panels-flexible-1 .panels-flexible-row-last {padding:0;}
.pane-new-home-page-latest-two-news-no-image .btn-lg {padding:5px 15px;}
.view--home-page-case-studies .case-item {margin-bottom:20px; height:320px;}
#body_content_wrapper {padding:0;}
.page-front .panels-flexible-row-1-2.panels-flexible-row-first,
.page-front .panels-flexible-1 .panels-flexible-row-last {padding:0 10px;}
.navbar-nav li:last-child a {padding: 30px 10px;}

.navbar-nav ul li:last-child a {padding: 5px 10px;}
.panels-flexible-row.panels-flexible-row-1-2.panels-flexible-row-first  {padding-bottom: 20px;}
}

@media (min-width: 60em) {
.page-content .entry-content,
.case-item {min-height: 20px !important;}
.news-item {margin-bottom: 18px!important;}
.view-new-home-page-latest-two-news-no-image .news-item {margin-bottom: 16px!important;}
.main {padding-top:0;}
.page-front .col-md-9 {width:100%;}
.page-front .col-xs-12.col-md-3.left-column {width:0%;}
.page-front .panels-flexible-row-1-2-inside,
.page-front .panels-flexible-row-1-1-inside,
.page-front .panels-flexible-row-1-2.panels-flexible-row-first,
.page-front .panels-flexible-1 .panels-flexible-row-last {padding:0; max-width:1268px; margin:0 auto; }
.pane-new-home-page-latest-two-news-no-image .btn-lg {padding:3px 15px;}
.view--home-page-case-studies .case-item {margin-bottom:20px; height:400px;}
.navbar-nav li {min-height: 84px;display: flex;flex-wrap: wrap;flex-direction: inherit;}
.navbar-nav li a {font-weight:bold;}
.navbar-nav li ul li a {min-height:10px; font-weight:normal;}
.navbar-nav li ul li {min-height:10px;}
.panels-flexible-row.panels-flexible-row-1-2.panels-flexible-row-first {padding-bottom: 20px;}
}   

.list-inline.support-menu {text-align:right; font-size:22px; font-weight:bold; margin-right: 5px;}
.list-inline.support-menu img {margin-top:5px;}
.navbar-header-wrapper {background-image: linear-gradient(to bottom, #f4f4f4 77%, #d3d3d3 100%);}
.header .navbar-header { max-width: 1268px; margin: 0 auto;}
.navbar-nav {max-width: 1268px; margin: 0 auto; border-top:0;}

.navbar-collapse {border-bottom:6px solid #00b2ba !important;}
.credits.wrapper .container-fluid {max-width:1268px;}

/*pop-up box styles*/

#cboxOverlay {
    background-color:rgba(0, 0, 0, 0.2);
}
#cboxContent {
    background-color:#f5f5f5;
    border-radius: 6px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border:2px solid #00b2ba;
}

#cboxLoadedContent {
    overflow:hidden !important;
}

#cboxContent #block-poll-recent {
    padding:0 15px;
}

#block-poll-recent .form-radios {
    margin-left:5px;
}

#block-poll-recent .form-radios input.form-radio {
    -webkit-appearance: radio;
}

#block-poll-recent .form-radios input{
    width:20px;
}

#block-poll-recent .form-radios label.option{
    margin-left: 5px;
    vertical-align: middle;
}

#cboxClose {
    top: -2px;
    right: -3px;
}

#block-poll-recent ul.links {
    display:none;
}

#block-poll-recent input.form-submit {
    background: #9dd07c;
    font-size: 18px;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
}

#block-poll-recent input.form-submit:hover {
    background: #81c356;
    text-decoration: underline;
}


/* IE 10+ Overrides */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #node-1918 img {
        border-radius:  0;
        width: auto !important;
        height: auto !important;
        max-width: 300px;
    }
}


p.element-invisible { width: auto; }