/* ---------- Defaults ---------- */
*:not(input, textarea, select) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}

@font-face {
  font-family: 'MontserratWeb';
  src: url("fonts/Roboto-Regular-webfont.eot");
  src: url("fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular-webfont.woff") format("woff"), url("fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MontserratWebLight';
  src: url("fonts/Roboto-Light-webfont.eot");
  src: url("fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light-webfont.woff") format("woff"), url("fonts/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MontserratWebBold';
  src: url("fonts/Roboto-Bold-webfont.eot");
  src: url("fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold-webfont.woff") format("woff"), url("fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCondensedWeb';
  src: url("fonts/Roboto-Condensed-webfont.eot");
  src: url("fonts/Roboto-Condensed-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Condensed-webfont.woff") format("woff"), url("fonts/Roboto-Condensed-webfont.ttf") format("truetype"), url("fonts/Roboto-Condensed-webfont.svg#robotocondensed") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoThinWeb';
  src: url("fonts/Roboto-Thin-webfont.eot");
  src: url("fonts/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Thin-webfont.woff") format("woff"), url("fonts/Roboto-Thin-webfont.ttf") format("truetype"), url("fonts/Roboto-Thin-webfont.svg#robotothin") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  overflow: hidden;
  display: flex;
  font-family: "MontserratWeb", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: black;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  /* TODO: Remove for production */
  /* TODO: Uncomment for production
  background: url('../img/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}

body {
  flex: 1;
}

.h1,
h1 {
  font-size: 28px;
  font-family: "MontserratWebLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.h1 span,
h1 span {
  font-family: "MontserratWebBold", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1.large span {
  font-size: 64px;
  font-family: "MontserratWebLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.h2,
h2 {
  font-size: 20px;
  color: black;
}

.h2 span,
h2 span {
  font-family: "MontserratWebLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.h3,
h3 {
  font-family: "MontserratWebBold", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 17px;
  color: black;
}

h4 {
  font-size: 28px;
  font-family: "MontserratWebLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h4 span {
  font-size: 17px;
  padding-left: 5px;
}

.p,
li,
p {
  color: #69767D;
  font-size: 17px;
  line-height: 21px;
}

a {
  text-decoration: none;
}

p.dark,
h1.dark,
h2.dark,
h3.dark {
  color: #020b79;
}

/*
a:hover {background-color: rgba(37,43,48,.4)}
a:active {background-color: #1A1E22;}
*/
input {
  width: 100%;
  padding: 10px 15px;
  font-size: 28px;
  border: 1px solid #AFE8EF;
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
}

input:focus {
  opacity: 1;
  outline: none;
  border-width: 1px 8px;
  padding: 10px 8px;
}

input.ng-dirty.ng-invalid {
  border-color: #FF2020;
  opacity: 1;
  outline: none;
  border-width: 1px 8px;
  padding: 10px 8px;
}

button {
  width: 100%;
  padding: 10px;
  font-size: 28px;
  color: #AEE7EE;
  background: #020b79;
  border: 1px solid #AFE8EF;
}

button:focus,
.button:active {
  border-width: 1px 7px;
}

button:active,
.button:active {
  background-color: #1A1E22 !important;
}

ol {
  list-style-type: square;
}

img {
  max-width: 100%;
}

/* Custom controls and helper classes */
[ng-click] {
  cursor: pointer;
}

img[src*='metric-type'] {
  margin-right: 5px;
  height: 25px;
}

::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: transparent;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.icon-reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text-center {
  text-align: center;
}

.disabled {
  opacity: .25;
  pointer-events: none;
}

.disabled-clickable {
  opacity: .25;
}

.untouchable {
  pointer-events: none;
}

p[read-more]:not(.open) {
  height: 80px;
  overflow: hidden;
}

p[read-more] span span {
  font-weight: 300;
  color: #AEE7EE;
}

.metric-comparison h3:first-child {
  background: url("../img/metric-comparison-arrow.svg");
  background-position-y: 2px;
  padding: 4px 7px 3px 3px;
  opacity: .5;
}

.metric-comparison h3:last-child {
  background: url("../img/metric-comparison-mask.svg") no-repeat;
  background-size: cover;
  padding: 4px 2px 3px 6px;
  margin-left: -2px !important;
  position: relative;
}

.metric-comparison.dark h3:first-child {
  background: url("../img/dark-metric-comparison-arrow.svg");
}

.metric-comparison.dark h3:last-child {
  background: url("../img/dark-metric-comparison-mask.svg");
}

.progress-container h2 {
  font-weight: 500;
  margin: 5px 0;
}

.progress-container h2:not(.dark) {
  color: #4492BF;
}

.isChrome .chrome {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
}

.isChrome .chrome h2 {
  text-align: center;
  line-height: 25px;
}

.isChrome .chrome a {
  color: #FFF;
  text-decoration: underline;
}

.splash-screen {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.splash-screen img {
  width: 100%;
}

.table>div {
  margin-bottom: 15px;
}


.blocks .block {
  margin-right: 20px;
}

.block {
  width: 14px;
  height: 14px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  float: left;
}

.block.large {
  width: 190px;
  height: 190px;
}

.block.medium {
  width: 20px;
  height: 20px;
}

.tag {
  color: #FFFFFF;
  display: inline-block;
  padding: 5px;
  margin: 1px 2px 1px 0;
  background-color: #47A49E;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  line-height: 17px;
}

.tag-icon img {
  height: 15px;
  margin-right: 4px;
}

.block.green,
.tag.green {
  color: #FFFFFF;
  background-color: #ef932f;
}

.block.orange,
.tag.orange {
  color: #FFFFFF;
  background-color: #EE922E;
}

.block.pink,
.tag.pink {
  color: #FFFFFF;
  background-color: #B8448C;
}

.block.blue,
.tag.blue {
  color: #FFFFFF;
  background-color: #4492BF;
}

.block.red,
.tag.red {
  color: #FFFFFF;
  background-color: #47A49E;
}

.tag.dark {
  color: #AFE8EF;
  background-color: #020b79;
}

.grey {
  color: #828C8D;
}

.num {
  background-color: #AFE8EF;
  color: #020b79;
  padding: 4px 4px 3px 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.num.dark {
  color: #AFE8EF;
  background-color: #020b79;
}

.num.green {
  background-color: #ef932f;
  color: #FFFFFF;
}

.num.red {
  background-color: #47A49E;
  color: #FFFFFF;
}

.num.blue {
  background-color: #4492BF;
  color: #FFFFFF;
}

.num.white {
  background-color: #DAEDE2;
  color: #020b79;
}

.img-tag {
  position: relative;
  font-family: "MontserratWeb", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #FFFFFF !important;
  padding-right: 5px;
}

.img-tag[cr-count].hascount:after {
  content: attr(cr-count);
  margin-left: 2px;
  background-color: #020b79;
  position: absolute;
  top: 0;
  right: -40px;
  padding: 7px 7px 8px 7px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.img-tag img {
  margin: -5px 0 -4px 0;
}

.green {
  color: #ef932f;
}

.orange {
  color: #EE922E;
}

.pink {
  color: #B8448C;
}

.blue {
  color: #3C82AC;
}

.red {
  color: #47A49E;
}

.asset-1 {
  background-color: #4492BF;
}

.asset-2 {
  background-color: #3C85B0;
}

.asset-3 {
  background-color: #36779E;
}

.asset-4 {
  background-color: #2F6788;
}

.asset-5 {
  background-color: #285875;
}

.asset-grey {
  background-color: #B8D8C6;
}

.scroll {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-horizontal {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

ng-view {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.shadow {
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.95));
}

.metric-manager {
  padding-left: 10px;
  width: 300px;
}

.metric-text {
  min-width: 208px;
}

.metric-manager-block {
  max-width: 380px;
}

.metric-icon-map {
  width: 60px;
}

.report-list {
  padding: 10px;
}

/* ---------- END Defaults ---------- */
/* ---------- Flex Layout and Helper Classes ---------- */
.flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  min-width: 0;
  min-height: 0;
}

.flex-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center-horizontal {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center-vertical {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-stretch {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Don't ovewrite the scroll on flex columns */
.flex-column:not(.scroll) {
  overflow: hidden;
}

.flex-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-one {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-two {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-three {
  -webkit-flex: 3 !important;
  -ms-flex: 3 !important;
  flex: 3 !important;
}

.flex-four {
  -webkit-flex: 4 !important;
  -ms-flex: 4 !important;
  flex: 4 !important;
}

.flex-five {
  -webkit-flex: 5 !important;
  -ms-flex: 5 !important;
  flex: 5 !important;
}

.flex-six {
  -webkit-flex: 6 !important;
  -ms-flex: 6 !important;
  flex: 6 !important;
}

.flex-seven {
  -webkit-flex: 7 !important;
  -ms-flex: 7 !important;
  flex: 7 !important;
}

.flex-eight {
  -webkit-flex: 8 !important;
  -ms-flex: 8 !important;
  flex: 8 !important;
}

.flex-initial {
  -webkit-flex: initial !important;
  -ms-flex: initial !important;
  flex: initial !important;
}

.min-height-fix {
  min-height: 0;
}

.ellipse {
  padding-top: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 1px;
}

/* ---------- END Flex Layout and Helper Classes ---------- */
/* TODO: remove for production */
.iPad {
  width: 1366px;
  height: 1024px;
  min-width: 1366px;
  min-height: 1024px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  background: url("../img/background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.iPad.tan-background {
  background: url("../img/background-tan.jpg") no-repeat center center fixed;
}

.iPad.tan-background .page .current-section {
  background: url("../img/tan-scroll-header-back.png");
}

.iPad.tan-background .isFullscreen .current-section {
  background: url("../img/tan-scroll-header-back-full.png") !important;
}

.toast {
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #FF2020;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 200;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.toast {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.toast.ng-hide {
  top: -50px;
}

/* ---------- CSS Transforms ---------- */
.csstransforms3d {
  -webkit-transition: 0.25s -webkit-transform ease-in-out;
  -moz-transition: 0.25s -moz-transform ease-in-out;
  -o-transition: 0.25s -o-transform ease-in-out;
  -ms-transition: 0.25s -ms-transform ease-in-out;
  transition: 0.25s transform ease-in-out;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

/* ---------- END CSS Transforms ---------- */
/* ---------- Navigation ---------- */
.navigation {
  width: 160px;
  height: 100%;
  background-color: #020b79;
  border-right: 1px solid rgba(218, 237, 226, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /* TODO: Remove this block when the impact themes image is an svg */
}

.navigation .title {
  color: #ffffff;
  min-height: 80px;
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.navigation .title.active {
  background-color: #AFE8EF;
  color: #020b79;
}

.navigation>div:not(.title):not(.nav) {
  height: 100%;
}

.navigation .nav {
  height: 160px;
  width: 100%;
  margin: 8px 0;
  cursor: pointer;
}

.navigation .nav a {
  width: 100%;
  height: 100%;
}

.navigation .nav img {
  margin: 0 auto;
}

.navigation .nav p {
  margin-top: 20px;
  color: #FFFFFF;
  text-align: center;
}

.navigation .nav.logout {
  height: 40px;
  margin: 0;
  border-top: 1px solid #485257;
  padding: 10px 0;
  background-color: #020b79;
}

.navigation .nav.logout:active {
  background-color: #020b79;
}

.navigation .nav:first-child img {
  width: 88px;
  height: 90px;
}

.navigation .nav.current a {
  padding-right: 7px;
  border-top: 1px solid rgba(218, 237, 226, 0.15);
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
  background-color: #CACBCD;
}

.navigation .nav.current:before {
  content: '';
  height: 100%;
  width: 7px;
  background-color: #AFE8EF;
}

.navigation .nav.current-page {
  border-top: 1px solid rgba(218, 237, 226, 0.15);
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
  background-color: #03264F;
}

.navigation .nav.current-page:before {
  content: '';
  height: 100%;
  width: 7px;
  background-color: #AFE8EF;
}

.navigation .nav.current-page:after {
  content: '';
  height: 100%;
  width: 7px;
  background-color: #020b79;
}

/* ---------- END Navigation ---------- */
/* ---------- Themes Page ---------- */
.themes-page {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  /* TODO: Remove this tag for production */
}

.themes-page .flex-space-between {
  flex: 1;
}

.themes-page>img {
  max-height: 100%;
}

.themes-page h1 {
  text-align: center;
  color: #69767D;
  font-size: 40px;
}

.themes-page h2 {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}

.themes-page div div {
  margin: 30px;
}

.themes-page .filter-black {
  width: 200px;
}

/* ---------- END Themes Page ---------- */
/* ---------- Page ---------- */
#assetAllocationChart {
  display: inline !important;
  width: 300px !important;
  height: 150px !important;
}

.page {
  width: 100%;
  height: 100%;
}

.page .menu {
  width: 360px;
  background-color: #F1F1F1;
}

.page .menu .title {
  padding-left: 30px;
  height: 80px;
  min-height: 80px;
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.page .menu .title img {
  cursor: pointer;
  padding: 25px 5px;
}

.page .menu .toggle {
  min-height: 86px;
  padding: 15px;
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.page .menu .toggle h2 {
  height: 100%;
  text-align: center;
  padding: 15px 0 !important;
  border: 1px solid rgba(218, 237, 226, 0.15);
}

.page .menu .toggle>div:first-child {
  margin-right: 10px;
}

.page .menu .toggle>div {
  height: 56px;
}

.page .menu .toggle div.active h2 {
  padding: 15px 0 20px 0;
}

.page .menu .toggle div.active::before {
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 7px !important;
}

.page .menu div.active,
.page .menu div.active-touch {
  background-color: #020b79;
  color: #FFFFFF;
  position: relative;
}

.page .menu .menu-items .nav .active h2 {
  color: #ffffff;
}

.page .menu .menu-items .nav .grid .nav-tabs div.active p {
  color: #ffffff;
}

.page .content .hero .block {
  color: white;
  font-weight: bold;
}

.page .menu div.active::before,
.page .menu div.active-touch::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 7px;
  background-color: #AFE8EF;
}

.page .menu div.active::before h2,
.page .menu div.active-touch::before h2 {
  padding-left: 23px;
}

.page .menu .menu-items .nav {
  color: #020b79;
  width: 100%;
}

.page .menu .menu-items .nav>div {
  cursor: pointer;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.page .menu .menu-items .nav a {
  width: 100%;
}

.page .menu .menu-items .nav h2 {
  width: 100%;
  padding: 20px 30px;
}

.page .menu .menu-items .nav .hint p {
  color: #828C8D;
  padding: 20px 30px;
}

.page .menu .menu-items .nav .theme h2::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  float: left;
}

.page .menu .menu-items .nav .theme h2.orange::before {
  background-color: #EE922E;
}

.page .menu .menu-items .nav .theme h2.red::before {
  background-color: #47A49E;
}

.page .menu .menu-items .nav .theme h2.green::before {
  background-color: #ef932f;
}

.page .menu .menu-items .nav .theme h2.pink::before {
  background-color: #B8448C;
}

.page .menu .menu-items .nav .theme h2.light-green::before {
  background-color: #B8D8C6;
}

.page .menu .menu-items .nav .theme h2.blue-1::before {
  background-color: #4492BF;
}

.page .menu .menu-items .nav .theme h2.blue-2::before {
  background-color: #3C85B0;
}

.page .menu .menu-items .nav .theme h2.blue-3::before {
  background-color: #36779E;
}

.page .menu .menu-items .nav .theme h2.blue-4::before {
  background-color: #2F6788;
}

.page .menu .menu-items .nav .theme h2.blue-5::before {
  background-color: #285875;
}

.page .menu .menu-items .nav.grid>div {
  border: 0;
}

.page .menu .menu-items .nav.grid>div p {
  color: #020b79;
  padding: 11px 30px;
  text-align: center;
}

.page .menu .menu-items .nav.grid .active p {
  color: white !important;
}

.page .menu .menu-items .nav.grid>div p small {
  width: 100%;
  margin-top: 2px;
  display: block;
  font-family: "MontserratWebLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.page .menu .menu-items .nav.grid>div:not(:first-child) {
  height: 60px;
}

.page .menu .menu-items .nav.grid>div:first-child {
  border-top: 0;
  border-right: 1px solid rgba(218, 237, 226, 0.15);
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.page .menu .menu-items .nav.grid>div.theme {
  border-right: 1px solid rgba(218, 237, 226, 0.15);
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.page .menu .menu-items .nav.grid>div:not(.theme):not(.toggle)>div {
  border-right: 1px solid rgba(218, 237, 226, 0.15);
}

.page .menu .menu-items .nav.grid>div:not(.theme):not(.toggle)>div.disabled {
  border-right: 1px solid rgba(218, 237, 226, 0.6) !important;
  border-bottom: 1px solid rgba(218, 237, 226, 0.6) !important;
}

.page .menu .menu-items .nav.grid>div:not(.theme):not(.toggle)>div:last-child,
.page .menu .menu-items .nav.grid>div:not(.theme):not(.toggle)>div:first-child {
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.page .content {
  position: relative;
}

.page .content .current-section {
  color: #ffffff;
  background-color: #020b79;
  min-height: 80px;
  max-height: 80px;
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.page .content .current-section h1 {
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 35px;
}

.page .content .current-section img {
  padding: 17px 10px;
  cursor: pointer;
}

.page .content .hero .block {
  color: white;
  font-weight: bold;
}

.page .content .hero .block h3 {
  color: white;
  font-weight: bold;
}

.page .content .hero {
  /*
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      */
  min-height: 500px;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.page .content .scroll {
  margin-top: 80px;
  padding: 0 25px;
}

.page .content .scroll .section {
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
  padding: 30px;
  color: #020b79;
}

.page .content .scroll .section>p {
  margin-top: 30px;
}

.page .content .scroll .line {
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
  margin: 0 -30px 30px -30px;
}

.page .content large-map {
  padding: 0 7px;
  margin: 20px auto 5px auto;
  display: block;
}

.page .content large-map .heat-map {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  margin: 5px auto;
  display: block;
}

.page .content #geography {
  padding: 30px 0;
}

.page .content #geography h1 {
  padding-left: 30px;
}

.page .content .geography p.tag {
  margin-bottom: 2px;
}

.page .content .geography h3.num {
  float: left;
}

.isFullscreen .current-section {
  background: url("../img/scroll-header-back-full.png") !important;
}

/* ---------- END Page ---------- */
/* ---------- List ---------- */
.list.head {
  padding: 15px 0;
}

.list.head h2 {
  padding: 7px 10px;
}

.list.head .selected h2 {
  position: relative;
  color: #FFFFFF;
  background-color: rgba(40, 45, 50, 0.5);
}

.list.head .selected h2:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -4px;
  left: 0;
  background-color: #AFE8EF;
}

.list.head .blocks>div:first-child {
  margin-left: 40px;
}

.list .item .strategy,
.list.head .strategy {
  width: 100px;
  padding-right: 10px;
  margin-left: -40px;
}

.list .item .strategy h3,
.list.head .strategy h3 {
  float: right !important;
}

.list .item .risk,
.list.head .risk {
  width: 75px;
}

.list .item .risk h2,
.list.head .risk h2 {
  width: 53px;
}

.list .item .risk h3,
.list.head .risk h3 {
  margin-left: 12px;
}

.list .item .risk radial-progress,
.list.head .risk radial-progress {
  height: 37px;
  width: 37px;
  display: block;
}

.list .item .metrics,
.list.head .metrics {
  margin-right: 18px;
}

.list .item .type,
.list.head .type {
  margin-right: 75px;
}

.list .item .num,
.list.head .num {
  float: left;
}

.list .item .img-tag-head,
.list.head .img-tag-head {
  width: 53px;
  padding-right: 10px;
  margin-left: -13px;
  margin-right: 12px;
}

.list .item .asset-class p,
.list.head .asset-class p {
  margin-left: 12px;
}

.list .item {
  padding: 10px 0;
}

.list .item h3 {
  font-size: 20px;
}

.list .item>div {
  padding: 0 10px;
}

.list .item double-progress {
  margin-top: 10px;
  display: block;
}

.list .sub-item {
  padding: 10px 30px 10px 80px;
}

.list .sub-item .description {
  padding-left: 10px;
  padding-bottom: 20px;
}

.list .metric-type {
  margin-right: 110px;
}

.list .item .metric-item {
  min-width: 150px;
}

.tab {
  position: relative;
}

.metric-no-updates {
  color: #A4A4A4;
}

/* ---------- END List ---------- */
/* ---------- Geography Page  ---------- */
.geography-details-page {
  width: 100%;
  height: 100%;
}

.geography-details-page .menu {
  border-right: 1px solid rgba(218, 237, 226, 0.15);
}

.geography-details-page .hero {
  height: 510px;
}

.geography-details-page .list.head h1 span {
  font-family: "MontserratWebLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.geography-details-page world-map svg {
  height: 510px !important;
}

.geography-details-page .nav>div {
  padding-right: 10px;
}

.geography-details-page .nav .global {
  background-color: #829298;
}

.geography-details-page .nav .toggles {
  padding: 25px 10px;
  border-bottom: 0 solid transparent !important;
}

.geography-details-page .nav h1 {
  padding: 25px;
}

.geography-details-page .nav .type {
  background-color: #252B30;
  border: 1px solid #40484B;
  padding: 15px 0;
}

.geography-details-page .nav .type:nth-child(2) {
  margin: 0 10px;
}

.geography-details-page .content .current-section h1 {
  margin-right: 25px;
}

.geography-details-page .content .current-section h2 {
  padding: 5px 10px;
}

.geography-details-page .content .hero {
  overflow: hidden;
}

.geography-details-page .content .hero .expand {
  position: absolute;
  top: 25px;
  left: 25px;
}

.geography-details-page .content .hero .card {
  z-index: 2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.geography-details-page .content .scroll {
  min-height: 430px;
  margin-top: 0;
}

/* ---------- END Geography Page  ---------- */
/* ---------- Building Blocks Page ---------- */
.buildingblock-page {
  width: 100%;
  height: 100%;
}

.buildingblock-page .hero {
  min-height: 272px !important;
}

.buildingblock-page .menu .menu-items .nav>div {
  border: 0;
}

.buildingblock-page .menu .menu-items .nav>div p {
  color: #FFFFFF;
  padding: 11px 30px;
  text-align: center;
}

.buildingblock-page .menu .menu-items .nav>div p small {
  width: 100%;
  margin-top: 2px;
  display: block;
  font-family: "MontserratWebLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.buildingblock-page .menu .menu-items .nav>div:not(:first-child) {
  height: 60px;
}

.buildingblock-page .menu .menu-items .nav>div:first-child {
  border-top: 0;
  border-right: 1px solid rgba(218, 237, 226, 0.15);
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.buildingblock-page .menu .menu-items .nav>div.theme {
  border-right: 1px solid rgba(218, 237, 226, 0.15);
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

.buildingblock-page .menu .menu-items .nav>div:not(.theme):not(.toggle)>div {
  border-right: 1px solid rgba(218, 237, 226, 0.15);
}

.buildingblock-page .menu .menu-items .nav>div:not(.theme):not(.toggle)>div.disabled {
  border-right: 1px solid rgba(218, 237, 226, 0.6) !important;
  border-bottom: 1px solid rgba(218, 237, 226, 0.6) !important;
}

.buildingblock-page .menu .menu-items .nav>div:not(.theme):not(.toggle)>div:last-child,
.buildingblock-page .menu .menu-items .nav>div:not(.theme):not(.toggle)>div:first-child {
  border-bottom: 1px solid rgba(218, 237, 226, 0.15);
}

/* ---------- END Themes Page ---------- */
/* ---------- Manager Page ---------- */
.manager-page {
  width: 100%;
  height: 100%;
}

.manager-page .details {
  height: 400px;
  padding: 20px 30px;
}

.manager-page .menu-items .nav>div:first-child {
  border-top: 1px solid rgba(218, 237, 226, 0.15);
}

.manager-page .details h2 {
  font-weight: 500;
  margin: 5px 0;
}

.manager-page .details h2:not(.dark) {
  color: #4492BF;
}

.manager-page .content .current-section {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
}

.manager-page .content .scroll ol {
  margin-left: 20px;
}

.manager-page .content .scroll ol li:first-child {
  margin-top: 30px;
}

.manager-page .content .scroll ol li {
  margin-top: 20px;
}

.manager-page .content .scroll .section:first-child {
  margin-top: 1%;
}

.manager-page .content .scroll .section:first-child .flex {
  margin-bottom: 10px;
}

.manager-page .content .scroll .section:first-child .flex h3 {
  width: 125px;
}

.manager-page .content .scroll .section .head {
  padding-bottom: 8px;
}

.manager-page .content .scroll .section .risk {
  width: 90px;
}

.manager-page .content .scroll .section .milestones {
  margin-left: -30px;
  max-width: none;
}

.manager-page .content .scroll .section .milestone-item {
  padding-bottom: 12px;
}

.manager-page .content .scroll .section:last-child {
  border-bottom: 0px solid transparent;
  min-height: 900px;
}

.manager-page .content .scroll #firm-score>.flex {
  margin-bottom: 15px;
}

.manager-page .content .scroll #firm-score>.flex h2:first-child {
  width: 160px;
}

.manager-page .content .scroll #firm-score>.flex single-progress {
  max-width: 280px;
  height: 25px;
  margin-right: 10px;
}

.manager-page .content .scroll #firm-score>.flex single-progress>div {
  height: 25px;
}

.manager-page .content .scroll #firm-score>.flex .sample-star {
  height: 30px;
  margin-left: 30px;
}

.manager-page .content .scroll #impact-strategy .head,
.manager-page .content .scroll #execution-risk .head {
  padding-bottom: 15px;
}

.manager-page .content .scroll #impact-strategy .sub-head,
.manager-page .content .scroll #execution-risk .sub-head {
  margin-bottom: 10px;
}

.manager-page .content .scroll #impact-strategy .body h3,
.manager-page .content .scroll #execution-risk .body h3 {
  color: #AFE8EF;
  padding-left: 20px;
  margin-right: -20px;
}

.manager-page .content .scroll #impact-strategy .body>p,
.manager-page .content .scroll #execution-risk .body>p {
  margin-top: 10px;
}

.manager-page .content .scroll #impact-strategy div[ng-repeat],
.manager-page .content .scroll #execution-risk div[ng-repeat] {
  margin-bottom: 15px;
}

.manager-page .content .scroll #building-blocks>h1 {
  margin-bottom: 25px;
}

.manager-page .content .scroll #building-blocks large-map {
  max-height: 558px;
  padding: 0px 7px;
  margin-top: 20px;
}

.manager-page .content .scroll #building-blocks large-map svg {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
}

.manager-page .content .scroll #building-blocks .summary-container {
  padding-top: 25px;
}

.manager-page .content .scroll #building-blocks .summary-container .summary>div:first-child {
  margin-bottom: 20px;
}

.manager-page .content .scroll #building-blocks .summary-container .summary>div {
  margin-bottom: 10px;
}

.manager-page .content .scroll #building-blocks .summary-container .summary .flex>div:first-child {
  width: 200px;
  padding-right: 60px;
}

.manager-page .content .scroll #building-blocks .summary-container .summary h3,
.manager-page .content .scroll #building-blocks .summary-container .summary h2 {
  font-weight: 600;
  float: right;
}

.manager-page .content .scroll #execution-risk .item {
  margin-bottom: 10px;
}

.manager-page .content .scroll #execution-risk .item .sub-item {
  padding-left: 10px;
}

.manager-page .content .scroll #execution-risk .item .sub-item .risk {
  color: #AEE7EE;
  width: 185px;
}

.manager-page .content .scroll #metrics .item {
  margin-bottom: 25px;
}

.page .menu .toggle h2.assessment-btn-header {
  padding: 17px 0 !important;
  font-size: 17px;
}

.manager-page-metrics {
  font-size: 24px;
}

.manager-page button {
  width: 15%;
  font-size: 14px;
}

/* ---------- END Manager Page ---------- */
/* ---------- Ranking Page ---------- */
.ranking-page {
  width: 100%;
  height: 100%;
}

.ranking-page h3 {
  color: black;
}

.ranking-page .menu .menu-items .nav {
  color: #020b79;
}

.ranking-page .menu .menu-items .nav>div:first-child {
  border-top: 0px solid transparent;
}

.ranking-page .menu .menu-items .nav condensed-map svg {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  transform-origin: top center;
}

.ranking-page .content .scroll {
  margin-top: 0;
}

.rank-tab {
  opacity: 0;
  -webkit-transform: translateZ(0);
  -webkit-transform: translateX(250px);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

/* ---------- END Manager Page ---------- */
/* ---------- Reporting Page ---------- */
.reporting-page {
  width: 100%;
  height: 100%;
}

.reporting-page .main img[src*=sample] {
  max-width: 100%;
  cursor: pointer;
}

.reporting-page .content .scroll .section:first-child {
  padding-top: 0;
}

.reporting-page .content .scroll .section:last-child {
  border-bottom: 0 solid transparent;
}

.reporting-page .content .scroll .section:last-child p {
  min-height: 905px;
}

.reporting-landing-progress-bar {
  max-width: 478px;
}

/* ---------- END Reporting Page ---------- */
/* ---------- Login Page ---------- */
.login-page {
  width: 100%;
  background-color: #FFFFFF;
  height: 100%;
}

.login-page .container {
  width: 450px;
  background-color: #020b79;
  border-radius: 15px;
  padding: 20px;
  margin: 25px auto;
}

.login-page .container h1 {
  color: #fff;
  margin-bottom: 5px;
}

.login-page .container img {
  width: 274px;
  margin: 35px auto;
}

.login-page .container button {
  background-color: #3C82AB;
  color: #fff;
  border: none;
  padding: 7px;
  margin-top: 30px;
}

.login-page .container button {
  margin-top: 30px;
}

/* ---------- END Login Page ---------- */
/* ---------- Portfolio Selector Page ---------- */
.portfolio-selector-page .filter-black {
  width: 300px;
}

.portfolio-selector-page {
  width: 100%;
  height: 100%;
}

.portfolio-selector-page .container {
  width: 500px;
  margin: 25px auto;
  padding-bottom: 50px;
}

.portfolio-selector-page .container>h1 {
  margin-bottom: 10px;
}

.portfolio-selector-page .container img {
  margin: 45px auto;
}

.portfolio-selector-page .container .list .item {
  position: relative;
  background-color: #fff;
  padding: 20px;
}

.portfolio-selector-page .container .list .item icon-map {
  margin-right: 10px;
}

.portfolio-selector-page .container .list .item icon-map svg {
  zoom: 2;
}

.portfolio-selector-page .container .list .item.selected:before {
  content: '';
  height: 100%;
  width: 7px;
  background-color: #AFE8EF;
  position: absolute;
  left: 0;
  top: 0;
}

.portfolio-selector-page .container button {
  background-color: #3C82AB;
  color: #fff;
  border: none;
  padding: 7px;
  margin-top: 30px;
}

/* ---------- END Portfolio Selector Page ---------- */
/* ---------- Building Block Page ---------- */
.buildingblock-page .content div.scroll {
  margin-top: 0;
}

.buildingblock-page .content div.scroll .item .portfolio .num {
  float: right;
  margin-right: 5px;
}

.buildingblock-page .hero {
  padding: 40px 25px;
}

.buildingblock-page .hero .block {
  width: 190px;
  height: 190px;
  margin-right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

/* ---------- END Building Block Page ---------- */
/* Geography Page */
.geography-page {
  width: 100%;
  height: 100%;
  position: relative;
}

.geography-page .footer {
  height: 64px;
  border-top: 1px solid #485257;
  background-color: #03264F;
  position: absolute;
  bottom: 0;
}

.geography-page .footer>div {
  padding: 0 15px;
  border-right: 1px solid rgba(218, 237, 226, 0.15);
}

.geography-page .footer>div p {
  margin-left: 10px;
}

.cards-container {
  width: 100%;
  height: 100%;
  padding-bottom: 68px;
  position: absolute;
}

.cards-container .cards {
  margin: 55px 20px 15px 20px;
  position: relative;
  z-index: 1;
}

.cards-container .card {
  position: relative;
  overflow: visible;
  width: 215px;
  height: 180px;
}

.cards-container .card radial-progress {
  margin-bottom: -45px;
}

.cards-container .card icon-map {
  margin-top: -45px;
}

.cards-container .card .background {
  min-width: 225px;
  padding: 50px 0;
  border: 1px solid #899EAA;
  background-color: rgba(47, 55, 63, 0.4);
}

.cards-container .card h3 {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.cards-container .card:after {
  position: absolute;
  content: '';
  top: 188px;
}

.cards-container .card:before {
  position: absolute;
  content: '';
  bottom: 183px;
}

.cards-container .card[data-region="NA"]::after {
  width: 143px;
  height: 259px;
  border-left: 1px solid #DAEDE2;
  border-bottom: 1px solid #DAEDE2;
  left: 50%;
}

.cards-container .card[data-region="WE"]::after {
  width: 220px;
  height: 222px;
  border-left: 1px solid #DAEDE2;
  border-bottom: 1px solid #DAEDE2;
  left: 50%;
}

.cards-container .card[data-region="EE"]::after {
  width: 0;
  height: 170px;
  border-right: 1px solid #DAEDE2;
  border-bottom: 1px solid #DAEDE2;
  right: 50%;
}

.cards-container .card[data-region="EAP"]::after {
  width: 202px;
  height: 275px;
  border-right: 1px solid #DAEDE2;
  border-bottom: 1px solid #DAEDE2;
  right: 50%;
}

.cards-container .card[data-region="LAC"]::before {
  width: 258px;
  height: 116px;
  border-left: 1px solid #DAEDE2;
  border-top: 1px solid #DAEDE2;
  left: 50%;
}

.cards-container .card[data-region="A"]::before {
  width: 140px;
  height: 170px;
  border-left: 1px solid #DAEDE2;
  border-top: 1px solid #DAEDE2;
  left: 50%;
}

.cards-container .card[data-region="MENA"]::before {
  width: 52px;
  height: 190px;
  border-right: 1px solid #DAEDE2;
  border-top: 1px solid #DAEDE2;
  right: 50%;
}

.cards-container .card[data-region="SA"]::before {
  width: 280px;
  height: 190px;
  border-right: 1px solid #DAEDE2;
  border-top: 1px solid #DAEDE2;
  right: 50%;
}

.cards-container .card.global .background {
  background-color: rgba(175, 232, 239, 0.4);
}

/* END Geography Page */
/* START Document Library Page */
.document-library-item {
  border: #FFFFFF solid 2px;
}
.document-library-item:hover {
  border: #F1F1F1 solid 2px;
}

/* END Document Library Page */

.theme-0 {

  background: #BBC3F9;
}

.theme-1 {
  background: #47A49E;
}

.theme-2 {
  background: #ef932f;
}

.theme-3 {
  background: #B8448C;
}

/* ---------- Mobile Specific ---------- */
.isMobile {
  /* .navigation {
        .nav:hover {
            background-color: transparent;
        }

    }
    .menu-items {
        .nav {
            > div:hover {
                background-color: transparent;
            }
        }
    }*/
}

/* ---------- END Mobile Specific ---------- */
/* ---------- ngAnimate ---------- */
.animate.ng-enter.absolute,
.animate.ng-move.absolute,
.animate.ng-leave.absolute {
  position: absolute;
}

.animate.ng-enter {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: slideInRight .5s;
  -moz-animation: slideInRight .5s;
  -o-animation: slideInRight .5s;
  animation: slideInRight .5s;
}

.animate.ng-hide-remove {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: slideInRight .5s;
  -moz-animation: slideInRight .5s;
  -o-animation: slideInRight .5s;
  animation: slideInRight .5s;
}

.animate.ng-hide-add {
  display: none;
}

.animate.ng-move {
  background-color: red;
}

.animate.ng-leave {
  -webkit-animation: fadeOut .5s;
  -moz-animation: fadeOut .5s;
  -o-animation: fadeOut .5s;
  animation: fadeOut .5s;
  /*-webkit-animation: slideOutRight .5s;
  -moz-animation:    slideOutRight .5s;
  -o-animation:      slideOutRight .5s;
  animation:         slideOutRight .5s; */
}

/*.fadeIn {
    -webkit-animation:  fadeIn .5s;
    -moz-animation:     fadeIn .5s;
    -o-animation:       fadeIn .5s;
    animation:          fadeIn .5s;
}*/
/* ---------- END ngAnimate ---------- */
/*
Loading Animation*/
/*LOADING ANIMATION

div.is-busy, ng-view.is-busy  {
  background-image: url('../img/ipar-logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33px 33px;
  -webkit-animation: pulse .5s infinite;
  -moz-animation:    pulse .5s infinite;
  animation:         pulse .5s infinite;
  * {
    display: none !important;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1,1);
  }
  50% {
    -webkit-transform: scale(.8, .8);
  }
  100% {
    -webkit-transform: scale(1,1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1,1);
  }
  50% {
    -webkit-transform: scale(.8, .8);
  }
  100% {
    -webkit-transform: scale(1,1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1,1);
  }
  50% {
    -webkit-transform: scale(.8, .8);
  }
  100% {
    -webkit-transform: scale(1,1);
  }
}

.animate-pulse{

}
*/

/*# sourceMappingURL=app.css.map */