/* 
* _theme.scss
*
* Brand colours and import of all other styles to create the CSS
*
* Index
*  - Brand colours
*  - Imports
*/
/* 
* _colours.scss
*
* Base colours used in all brands
*
* Index
*  - Grey colours
*  - Functional colours
*  - Highlight colours
*/
/* 
* _base-elements.scss
*
* Styles for base components of website such as body and main elements
*
* Index
*  - body
*  - Content
*/
body, html {
  color: #454646;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.5; }

.body-lg {
  font-size: 1.25rem; }

main {
  min-height: 40rem; }

.pl-6 {
  padding-left: 4rem !important; }

.w-print-only {
  display: none; }

/* 
* _typography.scss
*
* Styles all typography including headers and paragraph text
*
* Index
*  - Headers
*  - Text
*  - Links
*  - Label
*/
h1 {
  color: #00215B;
  font-size: 3rem; }

h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #454646;
  font-size: 2.75rem;
  font-weight: 700; }

h3 {
  color: #00215B;
  font-size: 2.25rem;
  margin-bottom: 20px; }

h4 {
  color: #00215B;
  font-size: 1.75rem; }

h5 {
  color: #454646;
  font-size: 1.5rem;
  font-weight: 700; }

h6, .w-notification-title {
  color: #454646;
  font-size: 1.25rem;
  font-weight: 700; }

.w-bottom-border {
  border-bottom: 1pt solid #979797; }

a,
a:not([href]):not([tabindex]) {
  color: #454646;
  border-bottom: 1px solid #0079C1; }
  a:hover, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover,
  a:not([href]):not([tabindex]):hover,
  a:not([href]):not([tabindex]):not([href]):not([tabindex]):focus,
  a:not([href]):not([tabindex]):not([href]):not([tabindex]):hover {
    color: #0079C1;
    text-decoration: none;
    border-bottom-color: #0079C1;
    cursor: pointer; }

.w-text-lge {
  font-size: 1.25rem; }

.w-text-sml {
  font-size: 0.75rem; }

/* 
* _buttons.scss
*
* Base syles for buttons and button modifiers such as wide, jumbo ...
*
* Index
*  - Hero button
*  - sidekick button
*  - Teleport button
*  -  
*/
.btn {
  cursor: pointer; }

.w-btn-hero {
  color: #fff;
  background-color: #00215B;
  border-color: #00215B;
  width: 100%;
  font-size: 1.25rem; }
  .w-btn-hero:hover, .w-btn-hero:active, .w-btn-hero:active:focus {
    color: #fff;
    background-color: #000f28;
    border-color: #000f28;
    font-weight: bold; }
  .w-btn-hero.square {
    border-radius: 0px; }

.w-btn-teleport, .w-btn-teleport-alt {
  color: #454646;
  background-color: #fff;
  border-color: #00215B;
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  width: 100%;
  text-align: left; }
  .w-btn-teleport .w-btn-teleport-icon, .w-btn-teleport-alt .w-btn-teleport-icon {
    color: #00215B;
    font-size: 1.5rem !important;
    position: absolute; }
  .w-btn-teleport:hover, .w-btn-teleport-alt:hover, .w-btn-teleport:active, .w-btn-teleport-alt:active, .w-btn-teleport:active:focus, .w-btn-teleport-alt:active:focus {
    color: #fff;
    background-color: #00215B;
    border-color: #00215B;
    font-weight: bold; }
    .w-btn-teleport:hover .w-btn-teleport-icon, .w-btn-teleport-alt:hover .w-btn-teleport-icon, .w-btn-teleport:active .w-btn-teleport-icon, .w-btn-teleport-alt:active .w-btn-teleport-icon, .w-btn-teleport:active:focus .w-btn-teleport-icon, .w-btn-teleport-alt:active:focus .w-btn-teleport-icon {
      color: #fff; }

.w-btn-teleport-alt {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem; }

.w-btn-kitkat {
  color: #454646;
  background-color: #fff;
  border-color: #DFE0EA;
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  width: 100%;
  text-align: left;
  margin-bottom: 0rem !important;
  font-size: 1rem; }
  .w-btn-kitkat .w-btn-kitkat-icon {
    color: #417505;
    font-size: 1.5rem !important;
    position: absolute; }
  .w-btn-kitkat .w-btn-kitkat-icon-alt {
    color: #00215B;
    font-size: 1.5rem !important;
    position: absolute; }
  .w-btn-kitkat .w-btn-kitkat-icon-remove {
    color: #454646;
    font-size: 1.5rem !important;
    position: absolute; }
  .w-btn-kitkat:hover, .w-btn-kitkat:active, .w-btn-kitkat:active:focus {
    color: #454646;
    background-color: #D4E6E9;
    border-color: #DFE0EA;
    font-weight: bold; }
    .w-btn-kitkat:hover .w-btn-kitkat-icon, .w-btn-kitkat:active .w-btn-kitkat-icon, .w-btn-kitkat:active:focus .w-btn-kitkat-icon {
      color: #417505; }
    .w-btn-kitkat:hover .w-btn-kitkat-icon-remove, .w-btn-kitkat:active .w-btn-kitkat-icon-remove, .w-btn-kitkat:active:focus .w-btn-kitkat-icon-remove {
      color: #454646; }

.w-btn-sidekick {
  color: #00215B;
  background-color: #fff;
  border-color: #00215B;
  font-size: 1.25rem;
  width: 100%; }
  .w-btn-sidekick:hover, .w-btn-sidekick:active, .w-btn-sidekick:active:hover {
    color: #000f28;
    background-color: #fff;
    border-color: #000f28;
    font-weight: bold; }

.w-btn-jetson {
  color: #00215B;
  background-color: #fff;
  border-color: #00215B;
  font-size: 1rem;
  margin-bottom: 0rem !important;
  width: 100%; }
  .w-btn-jetson:hover, .w-btn-jetson:active, .w-btn-jetson:active:focus {
    text-shadow: 1px 0 0 #00215B; }

.cs-btn-group-wide {
  width: 100%;
  height: 50px; }

.w-btn-toggle,
.w-btn-toggle:focus {
  color: #417505;
  background-color: #DFF0D8;
  border-color: #417505;
  font-size: 20px;
  width: 100%;
  padding-top: 9px; }
  .w-btn-toggle:hover, .w-btn-toggle:active, .w-btn-toggle:active:hover,
  .w-btn-toggle:focus:hover,
  .w-btn-toggle:focus:active,
  .w-btn-toggle:focus:active:hover {
    color: #fff;
    background-color: #417505;
    border-color: #417505;
    font-weight: bold; }
  .w-btn-toggle[disabled],
  .w-btn-toggle:focus[disabled] {
    color: #DFF0D8;
    background-color: #fff;
    border-color: #417505; }

.w-btn-toggle-on,
.w-btn-lantern-on {
  color: #417505;
  background-color: #DFF0D8;
  border-color: #417505;
  height: 50px; }
  .w-btn-toggle-on.active,
  .w-btn-lantern-on.active {
    color: #417505;
    background-color: #DFF0D8;
    border-color: #417505;
    height: 50px; }

.w-btn-toggle-off,
.w-btn-lantern-off {
  color: #417505;
  background-color: #fff;
  border-color: #417505;
  height: 50px; }
  .w-btn-toggle-off.active,
  .w-btn-lantern-off.active {
    color: #417505;
    background-color: #DFF0D8;
    border-color: #417505;
    height: 50px; }

.w-btn-lantern,
.w-btn-lantern:focus {
  width: 100%;
  height: 2.2rem;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #417505;
  background-color: #fff;
  border-color: #417505;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap; }
  .w-btn-lantern:hover, .w-btn-lantern:active, .w-btn-lantern:active:focus,
  .w-btn-lantern:focus:hover,
  .w-btn-lantern:focus:active,
  .w-btn-lantern:focus:active:focus {
    color: #417505;
    background-color: #DFF0D8;
    border-color: #417505;
    font-weight: bold; }
  .w-btn-lantern[disabled],
  .w-btn-lantern:focus[disabled] {
    color: #DFF0D8;
    background-color: #fff;
    border-color: #417505; }
  .w-btn-lantern.active, .w-btn-lantern.active:focus,
  .w-btn-lantern:focus.active,
  .w-btn-lantern:focus.active:focus {
    width: 100%;
    height: 2.2rem;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #fff;
    background-color: #417505;
    border-color: #417505;
    font-size: 1rem;
    cursor: pointer; }
    .w-btn-lantern.active:hover, .w-btn-lantern.active:active, .w-btn-lantern.active:active:focus, .w-btn-lantern.active:focus:hover, .w-btn-lantern.active:focus:active, .w-btn-lantern.active:focus:active:focus,
    .w-btn-lantern:focus.active:hover,
    .w-btn-lantern:focus.active:active,
    .w-btn-lantern:focus.active:active:focus,
    .w-btn-lantern:focus.active:focus:hover,
    .w-btn-lantern:focus.active:focus:active,
    .w-btn-lantern:focus.active:focus:active:focus {
      color: #417505;
      background-color: #DFF0D8;
      border-color: #417505;
      font-weight: bold; }
    .w-btn-lantern.active[disabled], .w-btn-lantern.active:focus[disabled],
    .w-btn-lantern:focus.active[disabled],
    .w-btn-lantern:focus.active:focus[disabled] {
      color: #417505;
      background-color: #fff;
      border-color: #417505; }

.w-table-row .w-btn-lantern {
  min-width: 101px; }

.w-btn-shout,
.w-btn-shout:focus {
  height: 5rem;
  font-size: 1.75rem; }

.w-btn-modal,
.w-btn-modal:focus {
  width: 49%;
  height: 110px;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem; }
  .w-btn-modal p,
  .w-btn-modal:focus p {
    white-space: normal; }

.pl-1-75 {
  padding-left: 1.75rem !important; }

.w-btn-ng-group-toggle {
  width: 100%; }
  .w-btn-ng-group-toggle .w-btn-ng-toggle:first-child, .w-btn-ng-group-toggle .w-btn-ng-toggle-large:first-child {
    border-radius: 5px 0 0 5px; }
  .w-btn-ng-group-toggle .w-btn-ng-toggle:last-child, .w-btn-ng-group-toggle .w-btn-ng-toggle-large:last-child {
    border-radius: 0 5px 5px 0; }

.w-btn-ng-toggle, .w-btn-ng-toggle-large {
  color: #417505;
  background-color: #fff;
  border-color: #417505;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0; }
  .w-btn-ng-toggle:hover, .w-btn-ng-toggle-large:hover, .w-btn-ng-toggle.active, .active.w-btn-ng-toggle-large {
    color: #417505;
    background-color: #DFF0D8;
    border-color: #417505;
    font-weight: 700; }
  .w-btn-ng-toggle.active > span > i:before, .active.w-btn-ng-toggle-large > span > i:before {
    content: "\F00C"; }

.w-btn-ng-group-lantern {
  width: 100%; }

.w-btn-ng-lantern {
  color: #417505;
  background-color: #DFF0D8;
  border-color: #417505;
  width: 100%;
  cursor: pointer; }
  .w-btn-ng-lantern:hover, .w-btn-ng-lantern.active {
    color: #417505;
    background-color: #DFF0D8;
    border-color: #417505;
    font-weight: 700; }
  .w-btn-ng-lantern.active > span > i:before {
    content: "\F00C"; }
  .w-btn-ng-lantern > input[type=checkbox] {
    display: none; }

.w-btn-large {
  height: 3rem;
  font-size: 1.25rem; }

.w-btn-rocket-fixed {
  color: #fff;
  background-color: #454646;
  cursor: pointer;
  position: fixed;
  opacity: 0.70;
  z-index: 99;
  bottom: 1rem;
  right: 5rem;
  height: 4rem;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1rem;
  font-weight: 700; }

.w-btn-rocket-absolute {
  color: #fff;
  background-color: #454646;
  cursor: pointer;
  position: absolute;
  opacity: 0.70;
  z-index: 99;
  bottom: 1rem;
  right: 5rem;
  height: 4rem;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1rem;
  font-weight: 700; }

.w-btn-white-space-pre-line {
  white-space: pre-line; }

/* 
* _boards.scss
* 
* Index
*  - Billboard component
*  - Billboard header
*  - Billboard body
*  - Billboard group
*/
.w-billboard {
  border: 1px solid #979797;
  background-color: #fff;
  height: 100%;
  position: relative; }
  .w-billboard.branded {
    border: 1px solid #00215B; }

.w-billboard-header {
  margin-top: 0;
  margin-right: 0.5rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
  border-bottom: 1px solid #979797;
  padding: .5rem;
  font-weight: 700; }
  .w-billboard-header.no-border {
    border: none; }
  .w-billboard-header .w-billboard-icon {
    color: #00215B;
    margin-right: .75rem; }
  .w-billboard-header .w-billboard-title {
    display: inline; }

.w-billboard-header-desc {
  margin-top: 0;
  margin-right: 0.5rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
  padding: .5rem; }

.w-billboard-body {
  padding: 1rem; }

.w-billboard-link:hover, .w-billboard-link.focused {
  background-color: #DFE0EA;
  cursor: pointer; }

.w-billboard-label {
  font-size: .85rem;
  color: #6B6B6B;
  margin-bottom: 0; }

.w-billboard-sub-header {
  font-size: .85rem;
  margin-bottom: 0; }

.w-billboard-value,
.w-billboard-large-shout-label {
  font-size: 1rem;
  margin-bottom: 0; }

.w-billboard-jumbo-shout-label {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #6b6b6b; }

.w-billboard-jumbo-shout-value {
  color: #00215B;
  font-size: 2.25rem; }

.w-billboard-large-shout-value {
  color: #00215B;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0; }

.w-billboard-notification {
  background-color: #FEFCEA; }

.w-billboard-group-divider {
  border-right: 2px solid #DDD; }

.w-billboard-footer-table-cell {
  border-top: 1px;
  border-top-style: dashed; }
  .w-billboard-footer-table-cell .w-table-cell {
    cursor: pointer; }
    .w-billboard-footer-table-cell .w-table-cell:hover, .w-billboard-footer-table-cell .w-table-cell.focused {
      background-color: #D4E6E9; }
  .w-billboard-footer-table-cell .w-table-left-cell {
    border-right: 1px solid #DDD; }
  .w-billboard-footer-table-cell .w-table-right-cell {
    border-left: 1px solid #DDD; }

.w-billboard-footer {
  border-top: 1px;
  border-top-style: dashed;
  padding: 0.75rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer; }
  .w-billboard-footer:hover, .w-billboard-footer.focused {
    background-color: #D4E6E9; }

.w-billboard-group, .w-notification-content .w-notification-group {
  margin-bottom: 1rem; }
  .w-billboard-group:last-child, .w-notification-content .w-notification-group:last-child {
    margin-bottom: 0; }
  .w-billboard-group.right, .w-notification-content .right.w-notification-group {
    text-align: right; }

.w-notification-card {
  border-radius: 7px !important;
  border: 1px solid #6B6B6B;
  padding: 0px !important;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: none;
  background-color: white; }
  .w-notification-card a {
    border-bottom: 2px solid #0079C1 !important; }

.w-notification-header {
  background-color: #DDD; }

.w-notification-title {
  margin: .5rem; }

.w-notification-content {
  margin: 0rem !important; }
  .w-notification-content .w-notification-group {
    margin-top: 1rem;
    margin-left: .5rem; }
    .w-notification-content .w-notification-group:last-child {
      margin-bottom: 1rem; }

.w-notification-actions {
  margin: 0px !important;
  padding: 0.5rem 0rem 0.5rem 0rem !important;
  font-size: 1.25rem;
  border-top: 1px solid #6B6B6B;
  width: 100%;
  text-align: center; }
  .w-notification-actions:hover, .w-notification-actions.focused {
    background-color: #DFE0EA;
    cursor: pointer; }

/* 
* _turtle.scss
*
*  Different type of tables we are using
*
* Index
*  - Turtle accordian
*  
*/
.w-turtle-btn {
  padding-top: 1rem;
  padding-right: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  color: #00215B;
  background-color: transparent;
  height: 100%; }

.w-turtle-btn-text {
  font-size: 80%;
  padding-right: 0.5rem;
  color: #454646; }

.w-turtle {
  border: 2px solid #DDD;
  border-bottom: none;
  background-color: #fff; }
  .w-turtle:last-child {
    border-bottom: 2px solid #DDD; }
  .w-turtle .card,
  .w-turtle .card-body,
  .w-turtle .card-header {
    padding: 0;
    border-radius: 0;
    border: 0; }
  .w-turtle .card-body {
    background-color: #DDD; }
  .w-turtle .card-header {
    background-color: #fff; }
  .w-turtle button.btn.btn-link {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    color: #454646;
    text-decoration: none; }
    .w-turtle button.btn.btn-link .w-turtle-btn span:before {
      content: "Show details"; }
    .w-turtle button.btn.btn-link .w-turtle-btn i:before {
      content: "\F078"; }
    .w-turtle button.btn.btn-link:not(.collapsed) {
      font-weight: 700; }
      .w-turtle button.btn.btn-link:not(.collapsed) .w-turtle-btn {
        background-color: #DDD; }
        .w-turtle button.btn.btn-link:not(.collapsed) .w-turtle-btn span:before {
          content: "Hide details"; }
        .w-turtle button.btn.btn-link:not(.collapsed) .w-turtle-btn i:before {
          content: "\F077"; }
    .w-turtle button.btn.btn-link:hover {
      font-weight: 700;
      background-color: #D4E6E9; }
  .w-turtle a:hover, .w-turtle a:not([href]):not([tabindex]):focus, .w-turtle a:not([href]):not([tabindex]):hover,
  .w-turtle a:not([href]):not([tabindex]):hover,
  .w-turtle a:not([href]):not([tabindex]):not([href]):not([tabindex]):focus,
  .w-turtle a:not([href]):not([tabindex]):not([href]):not([tabindex]):hover {
    color: #454646; }

.w-turtle-no-border {
  border: none !important; }

.w-turtle-header {
  color: #fff;
  background-color: #6B6B6B;
  font-weight: 700; }

.w-turtle-header-icon {
  color: #00215B;
  position: absolute;
  font-size: 1.25rem !important; }

.w-turtle-row {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0rem;
  padding-left: 1rem; }

.w-turtle-row-open-title {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 1rem;
  padding-left: 1rem; }
  .w-turtle-row-open-title .fa-stack {
    width: 1em; }

.w-turtle-row-open-value {
  padding-bottom: 1rem; }

.w-turtle-zebra .card:nth-of-type(odd) {
  background-color: #fff !important; }

.w-turtle-zebra .card:nth-of-type(even) {
  background-color: #EEE !important; }

.w-turtle-zebra .card-header {
  background-color: inherit; }

.w-turtle .w-turtle-border-divide {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }
  .w-turtle .w-turtle-border-divide .w-turtle-btn {
    padding-top: 1rem;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-left: 0;
    color: #00215B;
    background-color: transparent;
    height: 100%;
    margin-left: 0;
    margin-right: -1rem; }

.w-turtle .card .w-turtle-border-solid {
  border-top: 1px solid #DDD; }

.w-turtle .card:not(:first-child) .w-turtle-border-divide {
  border-top: 1px dashed #DDD; }

.w-turtle-row-open-action {
  margin-right: 0px;
  margin-left: 0px; }
  .w-turtle-row-open-action:hover {
    color: #00215B;
    background-color: #D4E6E9;
    font-weight: 700; }

.w-turtle-row-action-title {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem; }

.w-turtle-row-action-value,
.w-turtle-row-open-action-value {
  padding-top: 0.5rem;
  padding-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 2rem; }
  .w-turtle-row-action-value p,
  .w-turtle-row-open-action-value p {
    white-space: normal; }

.w-turtle-action-btn {
  padding-top: 0.5rem;
  padding-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 0; }

.w-lg-circle {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  padding-left: 11px;
  color: #fff;
  background-color: #454646;
  border-radius: 50%;
  font-size: 20px; }

.w-vertical-line {
  content: '';
  top: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  border-left: 2px dashed #00215B;
  margin-top: 0.25rem;
  margin-bottom: -1rem; }

.w-dotted-horizontal-line {
  border-bottom: 2px dashed #F7F7F7; }

/*
* _tables.scss
*
*  Different type of tables we are using
*
* Index
*  - Table
*  - Turtle table
*/
.w-table, .w-table-padded {
  border: none;
  background: #fff;
  width: 100%;
  max-width: 100%; }

.w-table-padded {
  margin-bottom: 1rem; }

.w-table-row {
  vertical-align: middle;
  border: none;
  padding: .75rem; }

.w-table-row-text {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem; }

.w-table-header {
  color: #fff;
  background-color: #6B6B6B;
  padding: .75rem;
  font-weight: 700; }

.w-table-border {
  border: 1px solid #DDD; }

.w-table-zebra tr:nth-of-type(odd) {
  background-color: #fff; }

.w-table-zebra tr:nth-of-type(even) {
  background-color: #EEE; }

.w-table-zebra-alt tr:nth-of-type(odd) {
  background-color: #DDD; }

.w-table-zebra-alt tr:nth-of-type(even) {
  background-color: #EEE; }

.w-turtle-table {
  background-color: #fff; }

.w-turtle-table-header {
  color: #fff;
  background-color: #6B6B6B;
  font-weight: 700; }

.w-polar .w-polar-header {
  color: #fff;
  background-color: #6B6B6B;
  font-weight: 700; }

.w-polar .w-polar-row {
  background-color: #fff;
  border-bottom: 1px dashed #DDD; }

.w-polar .w-polar-footer {
  background-color: #EEE;
  font-weight: 700;
  border-bottom: 1px dashed #DDD; }

.w-table-hover tr:hover {
  background-color: #D4E6E9;
  cursor: pointer;
  text-shadow: 1px 0 0; }

.w-table-hover tr:hover button {
  text-shadow: 1px 0 0 #00215B; }

.w-table-hover .w-table-header {
  text-shadow: none; }

.w-table-width-10 {
  width: 10%; }

.w-table-width-12 {
  width: 12%; }

.w-table-width-13 {
  width: 13%; }

.w-table-width-15 {
  width: 15%; }

.w-table-width-17 {
  width: 17%; }

.w-table-width-18 {
  width: 18%; }

.w-table-width-20 {
  width: 20%; }

.w-table-width-23 {
  width: 23%; }

.w-table-width-25 {
  width: 25%; }

.w-table-width-26 {
  width: 26%; }

.w-table-width-30 {
  width: 30%; }

.w-table-width-34 {
  width: 34%; }

.w-table-width-36 {
  width: 36%; }

.w-table-width-40 {
  width: 40%; }

.w-table-width-50 {
  width: 50%; }

.w-table-width-60 {
  width: 60%; }

.w-table-width-85 {
  width: 85%; }

.stickyheader {
  position: fixed;
  z-index: 1030;
  top: 0; }

.w-table-header-row-padding {
  padding-top: 1rem;
  padding-right: 0.75rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem; }

/*
* _forms.scss
*
* Base syles for form elements
*
* Index
*  - Standard input field
*  - large input field
*  - Account search
*  - Create account
*  - Hype Pipe
*/
.w-lg-textbox,
.w-lg-select {
  height: 3rem; }

.w-lg-label {
  color: #6B6B6B; }

.w-label-strong {
  font-weight: 700; }

.w-report-container {
  background-color: #fff;
  border: 1px solid #6B6B6B;
  border-radius: 10px;
  display: inline-block; }

.w-lg-select-label-text {
  font-size: 1.75rem;
  color: #00215B;
  top: 10px; }
  .w-lg-select-label-text p {
    white-space: nowrap; }

.w-label, .w-label-strong-pb {
  padding-bottom: 0.5rem;
  font-weight: 400; }

.w-label-strong-pb {
  font-weight: 700; }

.nopadding-left {
  padding-left: 0 !important;
  margin: 0 !important; }

.section-background {
  background: #DFE0EA; }

input[type=radio] {
  vertical-align: middle;
  top: 10px;
  display: none; }

input[type=checkbox].big-check-box {
  display: none; }
  input[type=checkbox].big-check-box + label.big-check-box-label > span > i:before {
    display: inline-block;
    font: normal normal normal 1.75rem/1 'Font Awesome\ 5 Pro';
    text-rendering: auto;
    color: #417505;
    vertical-align: middle;
    letter-spacing: 10px;
    width: 24px;
    height: 24px;
    border: 2px solid #417505;
    border-radius: 5px;
    content: "";
    margin-top: -3px;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 0; }
  input[type=checkbox].big-check-box:checked + label.big-check-box-label > span > i:before {
    display: inline-block;
    font: normal normal normal 1.75rem/1 'Font Awesome\ 5 Pro';
    text-rendering: auto;
    color: #417505;
    vertical-align: middle;
    letter-spacing: 8px;
    padding-top: 3.5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2.5px;
    content: "\F00C";
    font-size: .85rem;
    color: #fff;
    background-color: #417505; }

label.wrap {
  color: #6B6B6B;
  background-color: #F7F7F7;
  border-bottom: 5px solid #00215B;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block; }
  label.wrap:after {
    position: absolute;
    top: 18px;
    right: -20px;
    width: 10%;
    height: 100%;
    content: "\F078";
    font-family: 'Font Awesome\ 5 Pro';
    color: #6B6B6B;
    z-index: 1;
    pointer-events: none; }

.customSelect {
  position: relative; }
  .customSelect select {
    color: #454646;
    background-color: #F7F7F7;
    border-bottom: 5px solid #00215B;
    -moz-appearance: none;
    /* Hide orginal arrow - Firefox */
    -webkit-appearance: none;
    /* Hide orginal arrow - Safari and Chrome */
    appearance: none;
    /* Hide orginal arrow - IE */
    padding: 10px;
    border: 0;
    font-size: 1.75rem;
    width: 100%; }
  .customSelect select::-ms-expand {
    display: none; }

.w-error-formcontrol-message-body {
  font-size: 1rem;
  color: #D0021B;
  margin-top: 0.5rem; }

.has-error {
  border-color: #D0021B !important; }

.no-error {
  border-color: #979797; }

.cs-input-date:read-only {
  border-top: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 0px;
  height: 3rem;
  background-color: #fff;
  opacity: 1; }

.form-control.cs-input-date:disabled,
.form-control.cs-input-date[readonly] {
  border-top: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 0px;
  height: 3rem;
  background-color: #fff;
  opacity: 1; }

.form-control.ng-invalid.ng-dirty {
  border-color: #D0021B !important; }

.cs-calendar-cursor {
  cursor: pointer; }

.cs-calendar-btn {
  border: 1px solid;
  border-left: 0px;
  background-color: #fff;
  opacity: 1;
  height: 3rem;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset; }

.custom-day {
  padding-top: 0.185rem;
  padding-right: 0.25rem;
  padding-bottom: 0.185rem;
  padding-left: 0.25rem;
  text-align: center;
  border-radius: 0.25rem;
  display: inline-block;
  width: 2rem; }
  .custom-day:hover, .custom-day.focused {
    background-color: #EEE; }

.weekend {
  background-color: green;
  border-radius: 1rem;
  color: white; }

.hidden {
  display: none; }

.selected-Date {
  color: #fff;
  background-color: #00215B;
  border-radius: 1rem; }

.w-hype-pipe-1 {
  border-left: 10px solid #E2904A;
  padding-left: 15px; }

.w-hype-pipe-2 {
  border-left: 10px solid #F8E71C;
  padding-left: 15px; }

.w-hype-pipe-3 {
  border-left: 10px solid #00A652;
  padding-left: 15px; }

.w-hype-pipe-4 {
  border-left: 10px solid #0079C1;
  padding-left: 15px; }

.w-file-upload {
  border: 1px solid #DDD;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-radius: .25rem; }

.w-form-desc {
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px; }
  .w-form-desc .w-form-desc-text {
    background-color: #D9EDF7;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    font-size: 9pt; }

.w-form-title {
  background-color: navy;
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important; }
  .w-form-title .w-form-title-text {
    color: white; }

/* 
* _breadcrumb.scss
*
* Base styles for breadcrumbs
*
* Index
*  - breadcrumb  
*/
.w-breadcrumb {
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent;
  margin-bottom: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">"; }

/* 
* _navigation.scss
*
* Base styles for navigation for both top tier nav and secoond tier nav
*
* Index
*  - Top tier nav
*  - Second tier nav
*  - Nav helper styles
*  - User profile
*/
.w-nav-top-tier {
  padding: 0;
  font-size: 1.25rem;
  color: #454646;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  min-height: 60px; }
  .w-nav-top-tier .w-logo {
    width: 200px;
    height: 55px; }
  .w-nav-top-tier a {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    color: #454646;
    padding: .2rem;
    border-bottom: none; }
    .w-nav-top-tier a:hover {
      color: #00215B; }
    .w-nav-top-tier a.active {
      border-bottom: 2px solid #72AEB6;
      padding-bottom: 0; }

body.modal-open .w-nav-top-tier {
  margin-right: 17px;
  box-shadow: none; }

.w-mobile-navigation {
  color: #fff;
  font-size: 1.25rem;
  padding: 0; }
  .w-mobile-navigation a,
  .w-mobile-navigation a:not([href]):not([tabindex]) {
    border-bottom: 1px solid #fff;
    color: #fff; }
    .w-mobile-navigation a.active, .w-mobile-navigation a:not([href]):not([tabindex]).active,
    .w-mobile-navigation a:not([href]):not([tabindex]).active,
    .w-mobile-navigation a:not([href]):not([tabindex]):not([href]):not([tabindex]).active {
      border-bottom: 1px solid #fff;
      color: #fff; }
    .w-mobile-navigation a:hover, .w-mobile-navigation a:not([href]):not([tabindex]):focus, .w-mobile-navigation a:not([href]):not([tabindex]):hover,
    .w-mobile-navigation a:not([href]):not([tabindex]):hover,
    .w-mobile-navigation a:not([href]):not([tabindex]):not([href]):not([tabindex]):focus,
    .w-mobile-navigation a:not([href]):not([tabindex]):not([href]):not([tabindex]):hover {
      border-bottom: 1px solid #72AEB6;
      color: #00215B; }

.w-mobile-navigation-collapse {
  background-color: #454646;
  padding: 1.5rem; }

.w-mobile-navigation-exit {
  border-top: 1px solid #fff;
  font-size: 1rem; }

.w-mobile-navigation-user-profile {
  border-bottom: 1px solid #fff; }

.wrap-nav-second-tier-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  background-color: #00215B;
  border-bottom: 1px solid #fff; }
  .wrap-nav-second-tier-header h5 {
    color: inherit;
    font-weight: bold; }
  .wrap-nav-second-tier-header p {
    color: inherit;
    margin-bottom: .5rem; }

.wrap-nav-second-tier-menu {
  color: #fff;
  background-color: #00215B; }
  .wrap-nav-second-tier-menu li {
    width: 20%; }
  .wrap-nav-second-tier-menu a {
    padding-top: 0.7rem;
    padding-right: 0.3rem;
    padding-bottom: 0.7rem;
    padding-left: 0.3rem;
    color: inherit;
    border-bottom: none;
    display: block; }
    .wrap-nav-second-tier-menu a:hover {
      color: #fff;
      background-color: #003da8;
      border-bottom: none; }
    .wrap-nav-second-tier-menu a:hover > .wrap-nav-link {
      border-bottom: 1px solid #fff; }
    .wrap-nav-second-tier-menu a.active {
      color: #00215B;
      background-color: #fff;
      font-weight: 700; }
  .wrap-nav-second-tier-menu .wrap-nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    display: inline; }
  .wrap-nav-second-tier-menu.wrap-nav-sticky {
    background-color: #454646;
    opacity: .95; }
    .wrap-nav-second-tier-menu.wrap-nav-sticky .wrap-nav-right-border {
      border-right: none; }

.w-mb-nav-second-tier-menu {
  color: #fff;
  background-color: #6B6B6B; }
  .w-mb-nav-second-tier-menu li {
    width: 25%; }
  .w-mb-nav-second-tier-menu a.active {
    color: #6B6B6B;
    font-weight: 700; }
  .w-mb-nav-second-tier-menu a:hover {
    color: #fff;
    background-color: #454545; }

.w-user-profile-open {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  color: #fff;
  background-color: #00215B;
  min-width: 18rem;
  font-size: 1.25rem; }

.w-user-profile-short-name {
  margin-top: 0.4rem;
  margin-right: 1rem;
  margin-left: 0.4rem; }

.w-user-profile-name {
  font-size: 1.5rem; }

.w-user-profile-date {
  font-size: 1rem; }

.w-user-profile-circle {
  width: 32px;
  height: 32px;
  padding-top: 1px;
  padding-left: 1px;
  color: #fff;
  background-color: #00215B;
  border-radius: 50%;
  font-size: 20px; }

.w-btn-user-profile {
  background: transparent;
  color: #6B6B6B; }
  .w-btn-user-profile:hover {
    color: #00215B; }

.w-user-profile-dropdown-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border: 0px solid;
  border-bottom: 1px dashed #DDD;
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  width: 100%;
  text-align: inherit;
  background: 0 0; }
  .w-user-profile-dropdown-item:hover {
    background-color: #DFE0EA; }

.w-user-profile .dropdown-toggle::after {
  display: none; }

.w-user-profile .dropdown-menu.show {
  border: 1px solid #6B6B6B;
  border-radius: 0;
  display: block;
  margin-top: 0.5rem;
  padding: 0; }

.wrap-nav-right-border {
  border-right: 1px solid #fff; }

.wrap-show-menu {
  display: block !important; }

/* 
* _page.scss
*
* Base syles for basic page elements
*
* Index
*  - Page header
*  - page sections
*  - Account search
*  - Create account 
*/
.w-page-header {
  padding-bottom: 0.5rem; }

.w-primary-section {
  background-color: #DFE0EA; }
  .w-primary-section button {
    margin-bottom: 0.5rem; }

.w-secondary-section {
  background-color: #EEE; }
  .w-secondary-section button {
    margin-bottom: 0.5rem; }

.w-tertiary-section {
  background-color: #6B6B6B;
  padding: 1rem;
  margin-bottom: 2rem; }

.w-tertiary-header {
  color: white;
  margin-bottom: 1rem; }

.w-section-report {
  background-color: #EEE; }

.w-marketing {
  min-height: 30rem; }
  .w-marketing .w-primary-section {
    background-color: #6B6B6B; }
  .w-marketing h1 {
    margin-top: 3rem; }
  .w-marketing h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem; }
  .w-marketing h5 {
    font-weight: 700;
    margin-bottom: 1rem; }

.w-marketing-body {
  font-size: 1.25rem;
  text-align: left; }

.w-teleport-shout-body {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border: 1px solid #979797;
  background-color: #fff;
  height: 100%; }
  .w-teleport-shout-body .w-teleport-shout-title {
    margin-top: 1rem; }
  .w-teleport-shout-body .w-icon-teleport-shout {
    color: #00215B;
    font-size: 3rem !important; }
  .w-teleport-shout-body:hover {
    background-color: #D4E6E9;
    cursor: pointer;
    text-shadow: 1px 0 0; }

.w-section-container {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  min-height: 10rem; }

.w-section-container-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 32rem; }

.w-section-container-padded {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.w-error-page {
  margin-top: 40px;
  margin-bottom: 40px; }

.w-callout {
  border: 1px solid #979797;
  padding-top: 2rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  background-color: #fff; }

.w-copy {
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  border: 1px solid #979797;
  background-color: #fff;
  height: 100%; }

.w-section-container-redirect {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 8rem;
  background-color: #fff; }

.w-redirect button {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  white-space: normal; }

.w-announce {
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center; }

.w-announce-heading {
  margin-bottom: 1.8rem; }

.w-announce-body {
  font-size: 1rem; }

.w-announce-icon {
  color: #00215B;
  margin-bottom: 1rem; }
  .w-announce-icon:before {
    font-size: 3rem; }

.w-section-container-checks {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-color: #fff; }

.w-section-container-checks-body {
  font-size: 1.25rem; }

.w-crosssell-feedback {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 1px solid #979797;
  background-color: #DFE0EA;
  min-height: 6rem; }

.w-crosssell-feedback-body {
  font-size: 1.25rem;
  text-align: center; }

.w-notifications-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #00215B;
  height: 100%;
  background-color: #EEE;
  cursor: pointer; }
  .w-notifications-section .w-notifications-bell {
    color: #00215B; }
  .w-notifications-section:hover {
    background-color: #D4E6E9; }

.w-account-search {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .w-account-search h4 {
    margin-bottom: 2rem; }
  .w-account-search p {
    font-size: 20px;
    margin-bottom: 2rem;
    line-height: 25pt; }
  .w-account-search .w-lg-circle {
    position: absolute;
    top: 100px;
    right: -25px;
    z-index: 1; }

.w-create-account {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #DFE0EA; }
  .w-create-account p {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 20px; }

.w-active-account {
  background-color: #00215B;
  padding: 15px;
  margin-bottom: 2rem; }

.w-active-account-title {
  color: #fff; }

.w-manage-business {
  background: url(manage-business.png) no-repeat scroll center top transparent; }

.w-manage-business-header-title {
  color: #fff; }

.w-manage-business-header-text {
  color: #fff;
  font-size: 1.25rem; }

.w-manage-business-divider {
  border-top-color: #fff;
  width: 70%; }

.w-manage-business-horizontal-line {
  border-top: 1px solid #979797;
  width: 100%; }

.w-card {
  border: 1px solid #ccc !important; }

.w-card-body {
  border-top: 5px solid #e2904a; }

.w-total-fund {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #DFE0EA; }

.p-10 {
  padding-bottom: 10rem; }

.p-15 {
  padding-bottom: 15rem; }

.w-icon-question-circle {
  color: #454646;
  font-size: 1rem !important;
  padding-left: 0.5rem; }

.w-table-header-icon {
  padding-left: 0.5rem; }

.w-disable {
  opacity: 0.65 !important;
  background-color: #ddd !important; }

.w-portfolio-summary .nav-pills .nav-link {
  border-radius: 0;
  background-color: #ddd;
  min-width: 20rem;
  padding-top: .75rem;
  padding-bottom: .75rem; }

.w-portfolio-summary .nav-pills .nav-link.active {
  color: #fff;
  background-color: #00215B; }

.tooltip .tooltip-inner {
  text-align: left; }

.w-icon-check {
  color: #417505;
  font-size: 1.25rem !important; }

.w-icon {
  color: #00215B;
  font-size: 1.5rem !important; }

.w-icon-check-large-success {
  color: #00A652;
  font-size: 3rem !important; }

.w-icon-check-extra-large-success {
  color: #00A652;
  font-size: 4rem !important; }

.w-popcorn-link {
  border-bottom: #0079C1 dashed 2px !important; }

.alert {
  border-left-width: 0.5rem;
  border-radius: 0; }

.alert-w-info {
  background-color: #D9EDF7;
  border-color: #0079C1; }

.alert-w-success {
  background-color: #DFF0D8;
  border-color: #00A652; }

.alert-w-warning {
  background-color: #FEFCEA;
  border-color: #E2904A; }

.alert-w-error {
  background-color: #F2DEDE;
  border-color: #D0021B; }

.header-space {
  height: 1px; }

.footer-space {
  height: 50px; }

/* 
* _modal.scss
*
* Base styles for modals
*
* Index
*  - Large modal 
*/
.w-modal-lg {
  padding-top: 200px; }

.w-modal-splashpage {
  padding-top: 100px;
  max-width: 70rem;
  width: 70rem;
  font-size: 16px;
  color: #454646; }
  .w-modal-splashpage h3 {
    font-size: 32px; }
  .w-modal-splashpage a,
  .w-modal-splashpage a:not([href]):not([tabindex]) {
    color: #454646 !important;
    border-bottom: 1px solid #0079C1 !important; }
    .w-modal-splashpage a:hover, .w-modal-splashpage a:not([href]):not([tabindex]):focus, .w-modal-splashpage a:not([href]):not([tabindex]):hover,
    .w-modal-splashpage a:not([href]):not([tabindex]):hover,
    .w-modal-splashpage a:not([href]):not([tabindex]):not([href]):not([tabindex]):focus,
    .w-modal-splashpage a:not([href]):not([tabindex]):not([href]):not([tabindex]):hover {
      color: #0079C1 !important;
      text-decoration: none !important;
      border-bottom-color: #0079C1 !important;
      cursor: pointer !important; }
  .w-modal-splashpage .body-large {
    font-size: 20px; }
  .w-modal-splashpage .w-modal-icon {
    color: #454646;
    font-size: 32px !important; }
  .w-modal-splashpage .w-btn-shout {
    font-size: 20px; }
  .w-modal-splashpage .w-secondary-section {
    background-color: #DDD; }

.w-modal-splashpage .row::after,
.w-modal-splashpage .row::before {
  display: block; }

.w-modal-header {
  padding: 1rem; }

.w-modal-footer,
.w-modal-body {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 5rem;
  padding-left: 1rem; }
  .w-modal-footer button,
  .w-modal-body button {
    margin-bottom: 1rem; }

.w-modal-title {
  margin-top: 3rem; }

.w-modal-notification-overlay {
  margin-top: 3.75rem;
  min-height: 40rem;
  background-color: #EFFBFF !important;
  opacity: 0.98 !important; }
  .w-modal-notification-overlay .modal-backdrop {
    margin-top: 3.5rem !important;
    background-color: #EFFBFF !important;
    opacity: 0.5; }
  .w-modal-notification-overlay .close {
    opacity: 1;
    color: #6B6B6B;
    font-size: 3rem; }
    .w-modal-notification-overlay .close:hover {
      color: #DDD;
      cursor: pointer; }
  .w-modal-notification-overlay .w-modal-title {
    opacity: 1;
    margin-top: 0rem; }
  .w-modal-notification-overlay .modal-content {
    background-color: #EFFBFF !important;
    border: none;
    opacity: 0.98 !important; }
  .w-modal-notification-overlay .modal-open .modal {
    width: 90%;
    margin: 0 auto; }
  .w-modal-notification-overlay p {
    margin-bottom: 0; }

.modal-content {
  border-radius: 0; }

/* 
* _footer.scss
*
* All styles for footer and footer elements
*
* Index
*  - Footer 
*/
.w-footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: #fff;
  background-color: #454646; }
  .w-footer hr {
    border-color: #fff; }
  .w-footer a,
  .w-footer a:not([href]):not([tabindex]) {
    border-bottom: 1px solid #fff;
    color: #fff; }
    .w-footer a:hover, .w-footer a:not([href]):not([tabindex]):focus, .w-footer a:not([href]):not([tabindex]):hover,
    .w-footer a:not([href]):not([tabindex]):hover,
    .w-footer a:not([href]):not([tabindex]):not([href]):not([tabindex]):focus,
    .w-footer a:not([href]):not([tabindex]):not([href]):not([tabindex]):hover {
      font-weight: 700;
      border-bottom: none;
      cursor: pointer; }
  .w-footer i {
    font-size: 2rem; }
  .w-footer h4 {
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
    line-height: 0.1em;
    color: inherit; }
    .w-footer h4 span {
      padding-top: 0;
      padding-right: 20px;
      padding-bottom: 0;
      padding-left: 20px;
      background: #454646; }

/*
* _notifi.scss
*
* Styles for butler
*
* Index
*  - Container
*  - Content
*  - Icons
*
*/
.simple-notification {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  min-height: 40px; }
  .simple-notification .sn-title {
    padding-top: 0;
    padding-right: 4px;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
    line-height: 30px;
    font-size: 20px; }
  .simple-notification .sn-content {
    padding-top: 0;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px; }
  .simple-notification svg {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    transform: translateY(-50%);
    padding: 10px;
    fill: #fff; }
  .simple-notification.rtl-mode {
    direction: rtl; }
    .simple-notification.rtl-mode .sn-content {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 50px; }
    .simple-notification.rtl-mode svg {
      left: 0;
      right: auto; }
  .simple-notification .sn-progress-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px; }
    .simple-notification .sn-progress-loader span {
      float: left;
      height: 100%; }

.sn-main-content {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  width: 1170px; }

.sn-main-content-inner {
  float: left; }

.sn-close.close {
  opacity: .9;
  color: #fff;
  padding-top: 4px; }
  .sn-close.close:focus, .sn-close.close:hover {
    color: #fff;
    opacity: 1; }

.w-sn-front-icon {
  font-size: 1.5rem !important;
  position: absolute;
  cursor: pointer; }

.w-nav-top-tier .fa-stack {
  line-height: 2rem;
  height: 2rem;
  min-width: 4rem;
  font-size: 2rem; }

.w-notifications-bell {
  cursor: pointer;
  color: #0079C1;
  vertical-align: middle; }
  .w-notifications-bell i {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 4rem;
    text-align: center;
    vertical-align: middle;
    position: relative;
    float: left; }
  .w-notifications-bell .badge {
    background: rgba(255, 0, 0, 0.85);
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    border-color: #fff !important;
    border: 1px solid;
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 5px; }
  .w-notifications-bell .badge:empty {
    display: block; }

@media (min-width: 1200px) {
  .w-hide-element-xl {
    display: none !important; }
  .modal-lg {
    max-width: 1000px; }
  .w-large-container {
    max-width: 1240px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .w-hide-element-lg {
    display: none !important; }
  .w-nav-top-tier {
    font-size: 1rem; }
  .w-nav-top-tier a {
    margin-right: 1rem;
    margin-left: 1rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .w-hide-element-md {
    display: none !important; }
  .w-btn-ng-group-toggle {
    width: 100%; }
    .w-btn-ng-group-toggle .w-btn-ng-toggle:first-child, .w-btn-ng-group-toggle .w-btn-ng-toggle-large:first-child, .w-btn-ng-group-toggle .w-btn-ng-toggle:last-child, .w-btn-ng-group-toggle .w-btn-ng-toggle-large:last-child {
      border-radius: 0; }
  .w-billboard {
    font-size: 0.85rem; }
  .w-btn-lantern {
    height: unset;
    font-size: 0.85rem;
    padding-left: 0;
    padding-right: 0;
    white-space: normal; } }

@media (min-width: 576px) and (max-width: 767px) {
  .w-hide-element-sm {
    display: none !important; }
  .w-btn-ng-group-toggle {
    width: 100%; }
    .w-btn-ng-group-toggle .w-btn-ng-toggle:first-child, .w-btn-ng-group-toggle .w-btn-ng-toggle-large:first-child, .w-btn-ng-group-toggle .w-btn-ng-toggle:last-child, .w-btn-ng-group-toggle .w-btn-ng-toggle-large:last-child {
      border-radius: 0; }
  .w-billboard-footer {
    position: relative; } }

@media (max-width: 575px) {
  .w-hide-element-xs {
    display: none !important; }
  .w-btn-ng-group-toggle {
    width: 100%; }
    .w-btn-ng-group-toggle .w-btn-ng-toggle:first-child, .w-btn-ng-group-toggle .w-btn-ng-toggle-large:first-child, .w-btn-ng-group-toggle .w-btn-ng-toggle:last-child, .w-btn-ng-group-toggle .w-btn-ng-toggle-large:last-child {
      border-radius: 0; }
  .w-billboard-footer {
    position: relative; } }

.mat-vertical-stepper-header {
  display: none !important; }

.mat-stepper-vertical-line:before {
  display: none !important; }

.mat-vertical-content-container {
  margin-left: 0 !important; }

.mat-vertical-content {
  padding: 0 0 0 0 !important; }

/* 
* _PHD.scss
*
* styles of some of the  PHD attributes including headers and paragraph text
*
* Index
*  - Text
*  - Links
*  - Label
*/
.phdPagination li:first-child a span {
  display: none; }

.phdPagination li:first-child a:before {
  content: '<' !important;
  font-weight: 900; }

.phdPagination li:last-child a span {
  display: none; }

.phdPagination li:last-child a:before {
  content: '>' !important;
  font-weight: 900; }

.phdTooltip .tooltip-inner {
  max-width: 490px !important;
  width: 490px !important; }

.w-phdhover:hover {
  background-color: #D4E6E9 !important;
  cursor: pointer;
  text-shadow: 1px 0 0; }

.page-link:hover {
  background-color: #D9EDF7;
  cursor: pointer; }

.page-item.active .page-link {
  background-color: #0079C1 !important; }

.w-pagination-disable {
  background-color: #EEEEEE !important; }

.page-item.disabled .page-link {
  background-color: #EEEEEE !important; }

.w-btn-ng-group-toggle .w-btn-ng-toggle-large:first-child {
  border-radius: 5px 0 0 5px; }

.w-btn-ng-group-toggle .w-btn-ng-toggle-large:last-child {
  border-radius: 0 5px 5px 0; }

.btn:active {
  background-color: #DFF0D8 !important; }

.selectedFIlter {
  background-color: #DFF0D8 !important; }

.unSelectedFIlter {
  background-color: #ffff !important; }

.w-btn-ng-toggle:first-child, .w-btn-ng-toggle-large:first-child {
  border-radius: 4px; }

.w-btn-ng-toggle:last-child, .w-btn-ng-toggle-large:last-child {
  border-radius: 4px; }

.w-padding {
  padding-left: 0px;
  padding-right: 0px; }

.font-phd {
  font-family: 'Roboto', sans-serif !important; }

.font {
  font-size: 1.5rem !important; }

.dropdown-breakword {
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  width: 100%;
  display: inline-block;
  height: 53px; }

h4 {
  font-size: 1.5rem !important; }

.functional-dark {
  color: #417505; }

.w-btn-ng-toggle-large {
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
  align-items: center;
  display: flex; }

.up-arrow-align {
  vertical-align: middle; }

/*.cs-error {
    color: $error-colour;
}*/
.cs-error-formcontrol-message {
  color: #D0021B;
  margin-top: 6px; }

/* IFRAME DEMO STYLES */
.cs-iframe-wide {
  border: 0;
  min-height: 1000px;
  min-width: 850px; }

.cs-iframe-extra-wide {
  border: 0;
  min-height: 1000px;
  min-width: 1350px; }

.cs-iframe {
  border: 0;
  min-height: 1000px; }

.cs-iframe-small {
  border: 0;
  min-height: 500px; }

.cs-iframe-extra-long {
  border: 0;
  min-height: 2000px;
  /* This size optimal for model portfolio details max extension*/ }

.cs-iframe-insanely-long {
  border: 0;
  min-height: 4500px;
  /* This size biggest we have found we needed so far*/ }

.cs-simple-notification.error {
  background-color: #D0021B; }

.cs-simple-notification.success {
  background-color: #00A652; }

.w-icon-default {
  color: #00215B;
  font-size: 2rem !important;
  position: absolute; }

.w-icon-circle {
  color: #00215B;
  position: absolute; }

.w-icon-circle-text {
  color: #DFE0EA;
  position: absolute; }
