/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

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

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

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'investeccom';
  src: url('fontello/resources/investeccom.eot');
  src: url('fontello/resources/investeccom.eot#iefix') format('embedded-opentype'),
       url('fontello/resources/investeccom.woff2') format('woff2'),
       url('fontello/resources/investeccom.woff') format('woff'),
       url('fontello/resources/investeccom.ttf') format('truetype'),
       url('fontello/resources/investeccom.svg#investeccom') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'investeccom';
    src: url('fontello/resources/investeccom.svg#investeccom') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "investeccom";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-max-vechicle-age:before { content: '\e800'; } /* '' */
.icon-add-repayment:before { content: '\e801'; } /* '' */
.icon-build-to-own:before { content: '\e802'; } /* '' */
.icon-buy-to-let:before { content: '\e803'; } /* '' */
.icon-capital-repayment:before { content: '\e804'; } /* '' */
.icon-company:before { content: '\e805'; } /* '' */
.icon-fixed:before { content: '\e806'; } /* '' */
.icon-home-link:before { content: '\e807'; } /* '' */
.icon-individual:before { content: '\e808'; } /* '' */
.icon-interest-only:before { content: '\e809'; } /* '' */
.icon-low-start:before { content: '\e80a'; } /* '' */
.icon-mortgage-download:before { content: '\e80b'; } /* '' */
.icon-mortgage-email:before { content: '\e80c'; } /* '' */
.icon-multi-part:before { content: '\e80d'; } /* '' */
.icon-primary-residence:before { content: '\e80e'; } /* '' */
.icon-banking:before { content: '\e80f'; } /* '' */
.icon-trust:before { content: '\e810'; } /* '' */
.icon-variable:before { content: '\e811'; } /* '' */
.icon-balloon:before { content: '\e812'; } /* '' */
.icon-balanced-structures:before { content: '\e813'; } /* '' */
.icon-revolving:before { content: '\e814'; } /* '' */
.icon-key:before { content: '\e815'; } /* '' */
.icon-lightbulb:before { content: '\e816'; } /* '' */
.icon-loan-to-value3:before { content: '\e817'; } /* '' */
.icon-location:before { content: '\e818'; } /* '' */
.icon-locked:before { content: '\e819'; } /* '' */
.icon-max-term:before { content: '\e81a'; } /* '' */
.icon-briefcase:before { content: '\e81b'; } /* '' */
.icon-opt-purchase-fee:before { content: '\e81c'; } /* '' */
.icon-mortgage-calculator:before { content: '\e81d'; } /* '' */
.icon-movehome:before { content: '\e81e'; } /* '' */
.icon-next-steps:before { content: '\e81f'; } /* '' */
.icon-offshore:before { content: '\e820'; } /* '' */
.icon-burst:before { content: '\e821'; } /* '' */
.icon-buytolet:before { content: '\e822'; } /* '' */
.icon-email:before { content: '\e823'; } /* '' */
.icon-directions:before { content: '\e824'; } /* '' */
.icon-document:before { content: '\e825'; } /* '' */
.icon-document-fee:before { content: '\e826'; } /* '' */
.icon-download:before { content: '\e827'; } /* '' */
.icon-oil-gas:before { content: '\e828'; } /* '' */
.icon-one-free:before { content: '\e829'; } /* '' */
.icon-calculator:before { content: '\e82a'; } /* '' */
.icon-callback1:before { content: '\e82b'; } /* '' */
.icon-callback2:before { content: '\e82c'; } /* '' */
.icon-casestudy:before { content: '\e82d'; } /* '' */
.icon-certified:before { content: '\e82e'; } /* '' */
.icon-max-vechical-age-balloon:before { content: '\e82f'; } /* '' */
.icon-lightbulb-on:before { content: '\e830'; } /* '' */
.icon-loan-facilities:before { content: '\e831'; } /* '' */
.icon-loan-to-value1:before { content: '\e832'; } /* '' */
.icon-loan-to-value2:before { content: '\e833'; } /* '' */
.icon-check:before { content: '\e834'; } /* '' */
.icon-capitol-goods:before { content: '\e835'; } /* '' */
.icon-checkist:before { content: '\e836'; } /* '' */
.icon-circles:before { content: '\e837'; } /* '' */
.icon-creditcard:before { content: '\e838'; } /* '' */
.icon-consumer:before { content: '\e839'; } /* '' */
.icon-equals:before { content: '\e83a'; } /* '' */
.icon-feedback:before { content: '\e83b'; } /* '' */
.icon-filter:before { content: '\e83c'; } /* '' */
.icon-exit:before { content: '\e83d'; } /* '' */
.icon-firsttime-buyer:before { content: '\e83e'; } /* '' */
.icon-firsttime-buyer2:before { content: '\e83f'; } /* '' */
.icon-food-consumer-goods:before { content: '\e840'; } /* '' */
.icon-healthcare:before { content: '\e841'; } /* '' */
.icon-growth-acquisitions1:before { content: '\e842'; } /* '' */
.icon-hotel:before { content: '\e843'; } /* '' */
.icon-negative:before { content: '\e844'; } /* '' */
.icon-new:before { content: '\e845'; } /* '' */
.icon-news:before { content: '\e846'; } /* '' */
.icon-next:before { content: '\e847'; } /* '' */
.icon-fixed-rate:before { content: '\e848'; } /* '' */
.icon-global:before { content: '\e849'; } /* '' */
.icon-fx-options:before { content: '\e84a'; } /* '' */
.icon-global-network2:before { content: '\e84b'; } /* '' */
.icon-global-network:before { content: '\e84c'; } /* '' */
.icon-growth-acquisitions2:before { content: '\e84d'; } /* '' */
.icon-hand:before { content: '\e84e'; } /* '' */
.icon-hands:before { content: '\e84f'; } /* '' */
.icon-graph2:before { content: '\e850'; } /* '' */
.icon-graph:before { content: '\e851'; } /* '' */
.icon-heart:before { content: '\e852'; } /* '' */
.icon-hnw:before { content: '\e853'; } /* '' */
.icon-help:before { content: '\e854'; } /* '' */
.icon-home:before { content: '\e855'; } /* '' */
.icon-online-banking:before { content: '\e856'; } /* '' */
.icon-information:before { content: '\e857'; } /* '' */
.icon-interest1:before { content: '\e858'; } /* '' */
.icon-interest2:before { content: '\e859'; } /* '' */
.icon-invest-in-property:before { content: '\e85a'; } /* '' */
.icon-investments:before { content: '\e85b'; } /* '' */
.icon-investment-tracker:before { content: '\e85c'; } /* '' */
.icon-membership:before { content: '\e85d'; } /* '' */
.icon-ipm:before { content: '\e85e'; } /* '' */
.icon-pilot-fishing:before { content: '\e85f'; } /* '' */
.icon-pin1:before { content: '\e860'; } /* '' */
.icon-millionplus-mortgage:before { content: '\e861'; } /* '' */
.icon-play:before { content: '\e862'; } /* '' */
.icon-plus:before { content: '\e863'; } /* '' */
.icon-portfolio:before { content: '\e864'; } /* '' */
.icon-positive:before { content: '\e865'; } /* '' */
.icon-post:before { content: '\e866'; } /* '' */
.icon-pound:before { content: '\e867'; } /* '' */
.icon-pound2:before { content: '\e868'; } /* '' */
.icon-pound-settings:before { content: '\e869'; } /* '' */
.icon-power-utilities:before { content: '\e86a'; } /* '' */
.icon-min-deal-advance:before { content: '\e86b'; } /* '' */
.icon-private-equity:before { content: '\e86c'; } /* '' */
.icon-profile:before { content: '\e86d'; } /* '' */
.icon-proof-of-address:before { content: '\e86e'; } /* '' */
.icon-rand:before { content: '\e86f'; } /* '' */
.icon-reload:before { content: '\e870'; } /* '' */
.icon-recycle:before { content: '\e871'; } /* '' */
.icon-resources:before { content: '\e872'; } /* '' */
.icon-retail:before { content: '\e873'; } /* '' */
.icon-revolving-mortgage:before { content: '\e874'; } /* '' */
.icon-mining:before { content: '\e875'; } /* '' */
.icon-savings2:before { content: '\e876'; } /* '' */
.icon-selfbuild:before { content: '\e877'; } /* '' */
.icon-services:before { content: '\e878'; } /* '' */
.icon-settings:before { content: '\e879'; } /* '' */
.icon-mortgage:before { content: '\e87a'; } /* '' */
.icon-minus:before { content: '\e87b'; } /* '' */
.icon-our-offering:before { content: '\e87c'; } /* '' */
.icon-paywave:before { content: '\e87d'; } /* '' */
.icon-people:before { content: '\e87e'; } /* '' */
.icon-percentage:before { content: '\e87f'; } /* '' */
.icon-target2:before { content: '\e880'; } /* '' */
.icon-target3:before { content: '\e881'; } /* '' */
.icon-target4:before { content: '\e882'; } /* '' */
.icon-tech-media:before { content: '\e883'; } /* '' */
.icon-text:before { content: '\e884'; } /* '' */
.icon-time:before { content: '\e885'; } /* '' */
.icon-tracker-rate:before { content: '\e886'; } /* '' */
.icon-trading:before { content: '\e887'; } /* '' */
.icon-travel1:before { content: '\e888'; } /* '' */
.icon-phone1:before { content: '\e889'; } /* '' */
.icon-travel-insurance:before { content: '\e88a'; } /* '' */
.icon-treasury-policy:before { content: '\e88b'; } /* '' */
.icon-tree:before { content: '\e88c'; } /* '' */
.icon-ts-and-cs-2:before { content: '\e88d'; } /* '' */
.icon-piechart:before { content: '\e88e'; } /* '' */
.icon-unlocked:before { content: '\e88f'; } /* '' */
.icon-upload:before { content: '\e890'; } /* '' */
.icon-view:before { content: '\e891'; } /* '' */
.icon-windows:before { content: '\e892'; } /* '' */
.icon-mortgage-investment:before { content: '\e893'; } /* '' */
.icon-phone2:before { content: '\e894'; } /* '' */
.icon-second-home:before { content: '\e895'; } /* '' */
.icon-dashboard:before { content: '\e896'; } /* '' */
.icon-graph3:before { content: '\e897'; } /* '' */
.icon-leisure:before { content: '\e898'; } /* '' */
.icon-movehome2:before { content: '\e899'; } /* '' */
.icon-pin2:before { content: '\e89a'; } /* '' */
.icon-experiences:before { content: '\e89b'; } /* '' */
.icon-growth:before { content: '\e89c'; } /* '' */
.icon-savings:before { content: '\e89d'; } /* '' */
.icon-liquidity:before { content: '\e89e'; } /* '' */
.icon-hotel-1:before { content: '\e89f'; } /* '' */
.icon-medical-practice:before { content: '\e8a0'; } /* '' */
.icon-medical-savingsinvestments:before { content: '\e8a1'; } /* '' */
.icon-min-investment:before { content: '\e8a2'; } /* '' */
.icon-travel2:before { content: '\e8a3'; } /* '' */
.icon-giftregistry:before { content: '\e8a4'; } /* '' */
.icon-precious-assets:before { content: '\e8a5'; } /* '' */
.icon-target:before { content: '\e8a6'; } /* '' */
.icon-bookatrip:before { content: '\e8a7'; } /* '' */
.icon-capital-protection:before { content: '\e8a8'; } /* '' */
.icon-advisor:before { content: '\e8a9'; } /* '' */
.icon-female:before { content: '\e8aa'; } /* '' */
.icon-male:before { content: '\e8ab'; } /* '' */
.icon-university:before { content: '\e8ac'; } /* '' */
.icon-education2:before { content: '\e8ad'; } /* '' */
.icon-arrow-next:before { content: '\e8ae'; } /* '' */
.icon-at:before { content: '\e8af'; } /* '' */
.icon-auction:before { content: '\e8b0'; } /* '' */
.icon-corporatetravel:before { content: '\e8b1'; } /* '' */
.icon-dealsoftheweek:before { content: '\e8b2'; } /* '' */
.icon-charities:before { content: '\e8b3'; } /* '' */
.icon-education:before { content: '\e8b4'; } /* '' */
.icon-sponsor:before { content: '\e8b5'; } /* '' */
.icon-standby:before { content: '\e8b6'; } /* '' */
.icon-star2:before { content: '\e8b7'; } /* '' */
.icon-strategy-backtester:before { content: '\e8b8'; } /* '' */
.icon-structured-property-finance:before { content: '\e8b9'; } /* '' */
.icon-return:before { content: '\e8ba'; } /* '' */
.icon-shopping:before { content: '\e8bb'; } /* '' */
.icon-train:before { content: '\e8bc'; } /* '' */
.icon-rewardbenefits:before { content: '\e8bd'; } /* '' */
.icon-ts-and-cs-3:before { content: '\e8be'; } /* '' */
.icon-water:before { content: '\e8bf'; } /* '' */
