@import url(animate.min.css);

.sidebar-wrapper, body, html {
  height: 100%;
  overflow-x: hidden
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

body, html {
  color: #333;
  font-size: 1em;
  background: #f4feff;
}

h2, h3 {
  border-bottom: 4px solid;
  border-color: inherit;
  padding-bottom: 20px;
  margin-bottom: 20px
}

div, form {
  border-color: inherit
}

.modal-title {
  border: none;
  padding: 0
}

a {
  color: #286090
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent
}

.loading-modal {
  position: fixed;
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 30vh;
  background-color: rgba(255, 255, 255, .6);
  z-index: 1051
}

.logo-spin {
  -webkit-animation: spin 3s infinite cubic-bezier(.61, .25, 0, .74);
  -moz-animation: spin 3s infinite cubic-bezier(.61, .25, 0, .74);
  -o-animation: spin 3s infinite cubic-bezier(.61, .25, 0, .74);
  animation: spin 3s infinite cubic-bezier(.61, .25, 0, .74);
  display: block;
  margin: auto
}

.loading-text {
  text-align: center;
  color: #000;
  margin-top: -.5em
}

@keyframes spin {
  0% {
    transform: rotate(135deg)
  }

  100% {
    transform: rotate(495deg)
  }
}

.wrapper {
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-left: 0;
  width: 100vw
}

.wrapper.toggled {
  padding-left: 220px
}

.wrapper.toggled .sidebar-wrapper {
  width: 220px
}

.wrapper.toggled .page-content-wrapper {
  margin-right: -220px;
  position: absolute
}

.sidebar-wrapper {
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  background: #e5e5e5;
  left: 220px;
  margin-left: -220px;
  overflow-y: auto;
  transition: all .5s ease;
  width: 0;
  z-index: 40
}

.sidebar-wrapper::-webkit-scrollbar {
  display: none
}

.page-content-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column
}

.section-wrapper {
  padding-top: 8vh;
  padding-bottom: 12vh;
  background-color: #dfe9ea;
  width: 100vw;
  flex: 1 0 auto;
  display: flex;
  align-items: center
}

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ccc
}

.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in;
  width: 5px;
  z-index: -1
}

.sidebar-nav li:nth-child(1):before {
  background-color: #00ADEE
}

.sidebar-nav li:nth-child(2):before, .sidebar-nav li:nth-child(3):before {
  background-color: #622ABC
}

.sidebar-nav li:nth-child(4):before {
  background-color: #0089A1
}

.sidebar-nav li:nth-child(5):before {
  background-color: #AAC838
}

.sidebar-nav li:nth-child(6):before {
  background-color: #9D4392
}

.sidebar-nav li:nth-child(7):before {
  background-color: #D4278D
}

.sidebar-nav li:nth-child(8):before {
  background-color: #5DC3B7
}

.sidebar-nav li:nth-child(9):before {
  background-color: #F16826
}

.sidebar-nav li:nth-child(10):before {
  background-color: #FBA61C
}

.sidebar-nav li:nth-child(11):before {
  background-color: #E31848
}

.sidebar-nav li:nth-child(12):before {
  background-color: #77C256
}

.sidebar-nav li:nth-child(13):before {
  background-color: #00ADEE
}

.sidebar-nav li:nth-child(14):before {
  background-color: #622ABC
}

.sidebar-nav li:hover:before {
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in;
  width: 100%
}

.sidebar-nav li a {
  color: #222;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in;
  width: 100%
}

.sidebar-nav .dropdown-menu {
  background-color: #222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%
}

.sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus, .sidebar-nav li.open a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none
}

.sidebar-nav>.sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px
}

.hamburger.is-closed:before, .hamburger.is-open:before {
  color: #222;
  content: '';
  font-size: 14px;
  line-height: 32px;
  text-align: center
}

.hamburger {
  background: 0 0;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 25px;
  width: 32px;
  z-index: 30
}

.hamburger:active, .hamburger:focus, .hamburger:hover {
  outline: 0
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  display: block;
  opacity: 0;
  width: 100px
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  display: block;
  opacity: 1
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  top: 0
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  bottom: 0
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background-color: rgba(30, 30, 30, .7);
  top: 5px
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(30, 30, 30, .7);
  margin-top: -2px;
  top: 50%
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background-color: rgba(30, 30, 30, .7);
  bottom: 5px
}

.hamburger.is-closed .hamb-bottom, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-top, .hamburger.is-open .hamb-bottom, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-top {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
  transition: transform .2s cubic-bezier(.73, 1, .28, .08);
  background-color: #222;
  margin-top: -2px;
  top: 50%
}

.hamburger.is-open .hamb-middle {
  background-color: #222;
  display: none
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
  transition: transform .2s cubic-bezier(.73, 1, .28, .08);
  background-color: #222;
  margin-top: -2px;
  top: 50%
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  display: block;
  opacity: 0;
  width: 100px
}

.align-right, .chat-right, .modal-footer {
  text-align: right
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  display: block;
  opacity: 1
}

.hamburger.is-closed>span {
  -webkit-animation: pester-pulse 3s linear;
  -moz-animation: pester-pulse 3s linear;
  -o-animation: pester-pulse 3s linear;
  animation: pester-pulse 3s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@keyframes pester-pulse {
  0%, 70%, 86% {
    background-color: rgba(30, 30, 30, .7);
    transform: scale(1)
  }

  78%, 92% {
    background-color: #5DC3B7;
    transform: scale(1.1)
  }
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 20
}

::selection {
  background: #5DC3B7;
  color: #eee
}

::-moz-selection {
  background: #5DC3B7;
  color: #eee
}

.deeppurple {
  background-color: #622ABC
}

.deeppurple-border ::selection {
  background: #622abb;
  color: #eee
}

.deeppurple-border ::-moz-selection {
  background: #622ABC;
  color: #eee
}

.deeppurple-border {
  border-color: #622ABC
}

button.deeppurple:active, button.deeppurple:active:focus, button.deeppurple:focus, button.deeppurple:hover {
  background-color: #441098;
  border-color: #350d7a;
  color: #fff
}

button.deeppurple {
  color: #fff
}

.darkblue {
  background-color: #0089A1
}

.darkblue-border ::selection {
  background: #0089A1;
  color: #eee
}

.darkblue-border ::-moz-selection {
  background: #0089A1;
  color: #eee
}

.darkblue-border {
  border-color: #0089A1
}

button.darkblue:active, button.darkblue:active:focus, button.darkblue:focus, button.darkblue:hover {
  background-color: #0089A1;
  border-color: #116674;
  color: #fff
}

button.darkblue {
  color: #fff;
  margin-left: .5em
}

.limegreen {
  background-color: #AAC838
}

.limegreen-border ::selection {
  background: #AAC838;
  color: #eee
}

.limegreen-border ::-moz-selection {
  background: #AAC838;
  color: #eee
}

.limegreen-border {
  border-color: #AAC838
}

a.limegreen:active, a.limegreen:active:focus, a.limegreen:focus, a.limegreen:hover {
  background-color: #8fad19;
  border-color: #667a12;
  color: #fff
}

a.limegreen {
  color: #fff
}

.magenta {
  background-color: #9D4392
}

.magenta-border ::selection {
  background: #9D4392;
  color: #eee
}

.magenta-border ::-moz-selection {
  background: #9D4392;
  color: #eee
}

.magenta-border {
  border-color: #9D4392
}

button.magenta:active, button.magenta:active:focus, button.magenta:focus, button.magenta:hover {
  background-color: #751f6b;
  border-color: #581852;
  color: #fff
}

button.magenta {
  color: #fff
}

.pink {
  background-color: #D4278D
}

.pink-border ::selection {
  background: #D4278D;
  color: #eee
}

.pink-border ::-moz-selection {
  background: #D4278D;
  color: #eee
}

.pink-border {
  border-color: #D4278D
}

a.pink:active, a.pink:active:focus, a.pink:focus, a.pink:hover {
  background-color: #b91274;
  border-color: #910d5c;
  color: #fff
}

a.pink {
  color: #fff
}

.skyblue {
  background-color: #5DC3B7
}

.skyblue-border ::selection {
  background: #5DC3B7;
  color: #eee
}

.skyblue-border ::-moz-selection {
  background: #5DC3B7;
  color: #eee
}

.skyblue-border {
  border-color: #5DC3B7
}

button.skyblue:active, button.skyblue:active:focus, button.skyblue:focus, button.skyblue:hover {
  background-color: #35a597;
  border-color: #267268;
  color: #fff
}

button.skyblue {
  color: #fff
}

.orange {
  background-color: #F16826
}

.orange-border ::selection {
  background: #F16826;
  color: #eee
}

.orange-border ::-moz-selection {
  background: #F16826;
  color: #eee
}

.orange-border {
  border-color: #F16826
}

button.orange:active, button.orange:active:focus, button.orange:focus, button.orange:hover {
  background-color: #da5210;
  border-color: #b3400b;
  color: #fff
}

button.orange {
  color: #fff
}

.yellow {
  background-color: #FBA61C
}

.yellow-border ::selection {
  background: #FBA61C;
  color: #eee
}

.yellow-border ::-moz-selection {
  background: #FBA61C;
  color: #eee
}

.yellow-border {
  border-color: #FBA61C
}

button.yellow:active, button.yellow:active:focus, button.yellow:focus, button.yellow:hover {
  background-color: #e69005;
  border-color: #aa6b05;
  color: #fff
}

button.yellow {
  color: #fff
}

.red {
  background-color: #E31848
}

.red-border ::selection {
  background: #E31848;
  color: #eee
}

.red-border ::-moz-selection {
  background: #E31848;
  color: #eee
}

.red-border {
  border-color: #E31848
}

button.red:active, button.red:active:focus, button.red:focus, button.red:hover {
  background-color: #d41243;
  border-color: #a80931;
  color: #fff
}

button.red {
  color: #fff
}

.green {
  background-color: #77C256
}

.green-border ::selection {
  background: #77C256;
  color: #eee
}

.green-border ::-moz-selection {
  background: #77C256;
  color: #eee
}

.green-border {
  border-color: #77C256
}

.blue {
  background-color: #00ADEE
}

.blue-border ::selection {
  background: #00ADEE;
  color: #eee
}

.blue-border ::-moz-selection {
  background: #00ADEE;
  color: #eee
}

.blue-border {
  border-color: #00ADEE
}

::selection:window-inactive {
  background: #ccb7f5;
  color: #222
}

::-moz-selection:window-inactive {
  background: #ccb7f5;
  color: #222
}

.colourtable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  z-index: 1
}

.colourtable tr {
  height: 2vh
}

section.container {
  width: 96%;
  margin-left: 4%;
  padding-right: 0;
  display: none
}

section.home.container {
  width: 92%;
  margin-right: 4%;
  padding-right: 15px
}

section.home>.container {
  border-radius: 20px;
  border-width: 5px;
  padding-bottom: 2%
}

.content {
  padding: 3% 3% 3% 1%;
  border-radius: 20px 0 0 20px;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  background-color: #f4feff
}

.content.container {
  margin-left: 0;
  width: 100%
}

.content-logo {
  background: 0 0;
  border-radius: 10%;
  width: 100px;
  padding: 0 5px 5px;
  margin-top: -50px;
  position: relative;
  z-index: 15;
  transition: all 5s ease-in-out
}

.content-logo:hover {
  transform: scale(1.4)
}

.content-heading {
  width: 90%
}

.content-top-pad {
  padding-top: 2em
}

ol, ul {
  list-style-type: none;
  padding: 0 1em
}

a:visited {
  color: #6e00ff
}

a.btn:visited {
  color: #fff
}

ol.no-padding {
  padding-left: 0
}

li, p {
  line-height: 1.5
}

.chat-message p, .footer p {
  line-height: 1.2
}

#privacy .col-md-12, #terms .col-md-12, .col-md-12>p {
  max-width: 50em
}

.margin-top {
  margin-top: 30px
}

.footer {
  padding: .4em 0
}

.footer p {
  margin-bottom: 5px;
  font-size: .8em
}

.modal-content {
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .5)
}

.modal-open .modal {
  padding-right: 0 !important
}

.forgot-link {
  float: left;
  padding-top: .8em
}

[contenteditable=true] {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border: 1px solid #ccc;
  border-radius: 4px
}

/*
td {
  background: #e6f5f7
}


.table-striped tr:nth-of-type(odd)>td {
  background: #ddf5f5
}

.responsive-table {
  vertical-align: initial
}

.responsive-table>tbody>tr>td, .responsive-table>tbody>tr>th {
  vertical-align: baseline
}
*/

@media only screen and (max-width:760px), (min-device-width:768px) and (max-device-width:1024px) {
  .responsive-table tbody, .responsive-table td, .responsive-table th, .responsive-table thead, .responsive-table tr, table.responsive-table {
    display: block
  }

  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  .responsive-table tr:not(:first-child) {
    border-top: 1px solid #ccc
  }

  .responsive-table>tbody>tr>td {
    position: relative;
    border: none
  }

  .responsive-table td:before {
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600
  }

  .responsive-table td:nth-of-type(1):before {
    content: "Date Sent:"
  }

  .responsive-table td:nth-of-type(2):before {
    content: "Letter Title:"
  }
}

.panel {
  border-width: 2px;
  box-shadow: 5px 5px 10px #ccc
}

object {
  width: 100%;
  height: 80vh;
  padding-bottom: 1%
}

.move-left {
  width: 12%;
  box-shadow: none
}

textarea {
  margin-bottom: 1em
}

.input-group-addon:first-child {
  font-size: 1.2em;
  padding: .3em .5em;
  font-weight: 700
}

@media(min-width:768px) {
  .card-year-select::before {
    content: "/";
    left: -2%;
    top: 8%;
    position: absolute
  }
}

.bank-details {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: fit-content
}

.chat-window {
  padding-top: 1em;
  border-radius: 5px;
  border: 2px solid #ccc;
  background: #dfe9ea
}

.chat-window>.chat-empty {
  margin: 0 1em 1em
}

#chat-form>* {
  margin: 1em 0
}

.chat-message {
  max-width: 85%;
  background: #f4feff;
  padding: 1em;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  margin: 0 1em 1em;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto
}

.chat-left:before, .chat-right:before {
  content: "";
  height: 0;
  width: 0;
  top: -2px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent
}

.absolute-position, .chat-left:before {
  position: absolute
}

.chat-left:before {
  left: -11px;
  border-right: 10px solid #35a597
}

.chat-right:before {
  position: absolute;
  right: -11px;
  border-left: 10px solid #FBA61C
}

textarea.form-control {
  height: 7em
}

.chat-submit>.btn {
  height: 5.4em
}

.modal-footer .btn+.btn, a.btn, button.btn {
  white-space: normal;
  box-shadow: 5px 5px 10px #ccc;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

a.btn:focus, a.btn:hover, button.btn:focus, button.btn:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

#mandate-download, #statement-download {
  margin-bottom: 1em
}

label.optional {
  font-weight: 400
}

#pplanauth-form>.col-md-6 {
  padding-left: 0;
  padding-right: 0
}

.check-button {
  cursor: pointer
}

.check-button:active {
  box-shadow: inset 0 0 2px #222
}

h1.error, h2.error, h3.error, h4.error, h5.error, label.error, p.error {
  color: #b22222;
  font-weight: 700
}

.animated-circle-holder {
  width: 120px;
  height: 120px;
  margin: auto auto 1em;
  transition: transform 1s cubic-bezier(.74, .18, .63, 1.64)
}

.animated-circle-holder:hover, .circle-link:focus>.animated-circle-holder {
  transform: scale(1.2) perspective(1px)
}

.circle {
  width: 120px;
  height: 120px;
  border-radius: 100%
}

.back-circle {
  z-index: 0;
  box-shadow: inset 0 -10px 20px 5px rgba(0, 0, 0, .1)
}

.animated-circle {
  animation-name: circle-pulse;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  z-index: 1
}

.animated-circle.pulse {
  background: rgba(0, 0, 0, .2)
}

@keyframes circle-pulse {
  0% {
    transform: scale(0);
    opacity: 1
  }

  60% {
    transform: scale(1);
    opacity: .9
  }

  100% {
    opacity: 0
  }
}

.text-in-circle {
  z-index: 2;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  margin-top: 35px;
  font-size: 1.1em
}

#circle-layout div {
  padding: 0
}
