@font-face {
  font-family: 'TeleVoice';
  src: url('../fonts/TeleVoiceRegular.woff2') format('woff2'), url('../fonts/TeleVoiceRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TeleVoice';
  src: url('../fonts/TeleVoiceSemibold.woff2') format('woff2'), url('../fonts/TeleVoiceSemibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidenzGroteskBE-Regular.woff2') format('woff2'), url('../fonts/AkzidenzGroteskBE-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidenzGroteskBE-Md.woff2') format('woff2'), url('../fonts/AkzidenzGroteskBE-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
html,
body,
.full-height {
  height: 100%;
}
html,
body {
  width: 100%;
}
html div#root,
body div#root {
  height: 100%;
}
html div#root > div,
body div#root > div {
  height: 100%;
}
html div#root > div > div,
body div#root > div > div {
  height: 100%;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
label,
input,
textarea,
button,
table,
th,
td,
footer,
header,
menu,
nav,
section {
  font-size: 1rem;
  line-height: 1.4em;
}
html,
body,
div,
span,
p,
dl,
dt,
dd,
ol,
ul,
li,
label,
input,
textarea,
button,
table,
th,
td,
footer,
header,
menu,
nav,
section {
  font-family: Akzidenz Grotesk, Arial, sans-serif;
}
*:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: TeleVoice, Arial, sans-serif;
  font-weight: normal;
}
h1,
h2,
h4 {
  color: #FFF;
}
h3,
h5,
h6,
a,
a:hover,
a:focus {
  color: #0E103E;
}
h1 {
  font-size: 2.2rem;
  font-weight: 600;
}
h2,
h3 {
  font-size: 1.65rem;
  margin: 0;
  padding-bottom: 3rem;
}
h4,
h5 {
  font-size: 1.25rem;
}
p,
div {
  color: #231F20;
}
p strong,
div strong,
p b,
div b {
  font-weight: 500;
}
ol {
  counter-reset: item;
}
ol li {
  display: block;
  text-indent: -1.5em;
  margin-top: 1em;
}
ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
ol li > p,
ol li > div {
  text-indent: 0;
}
ol li > p {
  margin: 10px 0 0;
}
p {
  font-size: 1.1rem;
}
small {
  font-size: 75%;
  line-height: 1.05em;
}
a {
  color: #2F75AA;
}
.divider {
  border-top: 1px solid #E6E7E8;
}
.nav-icon {
  height: 44px;
}
.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #0E103E;
}
.icon-bar + .icon-bar {
  margin-top: 4px;
}
#menu .closebtn {
  position: relative;
  top: 20px;
  right: 20px;
}
#menu .menu-links {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 5.25rem;
}
#menu .menu-links a {
  padding: 1rem 1.875rem;
  white-space: nowrap;
  text-decoration: none;
  color: #FFF;
  display: block;
  transition: .15s;
}
#menu .menu-links a:hover,
#menu .menu-links a:focus {
  background-color: #245a82;
  color: #FFF;
}
.c-offcanvas--right {
  width: 80%;
}
.c-offcanvas--right,
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open,
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open,
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open,
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
.c-offcanvas {
  background-color: #2F75AA;
}
.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  background-color: rgba(255, 255, 255, 0);
}
.c-offcanvas,
.c-offcanvas-bg.c-offcanvas-bg--push,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-content-wrap {
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.6, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.6, 1);
}
.c-offcanvas-bg {
  -webkit-transition: background-color 0.15s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-color 0.15s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.top-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.top-wrapper.menu-wrapper {
  border-bottom: 1px solid #E6E7E8;
}
.top-wrapper.menu-wrapper .btn {
  margin-left: .25em;
}
.top-wrapper .logo {
  padding-top: .75rem;
  width: 228px;
}
.hero-wrapper {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
  background-image: url("../img/hero-mobile.jpg");
}
@supports (-webkit-overflow-scrolling: touch) {
  .hero-wrapper {
    background-attachment: initial;
  }
}
.hero-wrapper .hero-content {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  width: 100%;
}
.hero-wrapper .scroll-icon {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.hero-wrapper .scroll-icon img:hover {
  cursor: pointer;
}
.hero-wrapper h1,
.hero-wrapper h2 {
  margin: 0;
}
.hero-wrapper h2 {
  padding-bottom: 1.5rem;
}
.intro-wrapper {
  background-color: #0E103E;
}
.intro-wrapper a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
.intro-wrapper a:hover {
  text-decoration: none;
  border-bottom: none;
}
.costello-wrapper {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  background-image: url("../img/john-costello-mobile.jpg");
}
@supports (-webkit-overflow-scrolling: touch) {
  .costello-wrapper {
    background-attachment: initial;
  }
}
.costello-wrapper h4 {
  font-size: 1.25rem;
}
.costello-wrapper p {
  color: #FFF;
  font-size: 1rem;
}
.process {
  padding: 0 1rem;
}
.process img {
  height: 48px;
}
.process p {
  text-align: left;
}
.additional-info-wrapper a {
  margin: 0 1rem;
}
footer {
  border-top: 1px solid #E6E7E8;
}
footer .branding img {
  display: block;
  max-width: 100%;
  height: auto;
}
footer .copyright {
  color: #BCBEC0;
}
footer .copyright a {
  margin: 0 1rem;
}
footer .copyright small {
  font-size: 55%;
  line-height: 0.77em;
}
footer .copyright small span {
  font-size: 100%;
}
.btn {
  height: 3rem;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  background-image: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background-color ease-in-out 0.15s, color ease-in-out 0.15s;
  -o-transition: none;
  transition: background-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:hover,
.btn:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline-offset: 0;
}
.btn.btn {
  color: #FFF;
  background-color: #BCBEC0;
  border-color: #BCBEC0;
}
.btn.btn:hover,
.btn.btn:focus {
  color: #BCBEC0;
  background-color: rgba(255, 255, 255, 0);
  border-color: #BCBEC0;
}
.btn.btn:active {
  color: #FFF;
  background-color: #a2a5a7;
  border-color: #a2a5a7;
}
.btn.btn:active:hover,
.btn.btn:active:focus {
  color: #a2a5a7;
  background-color: #FFF;
  border-color: #a2a5a7;
}
.btn.btn.disabled:hover,
.btn.btn.disabled:focus {
  color: #FFF;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-outline {
  color: #BCBEC0;
  background-color: #FFF;
  border-color: #E6E7E8;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
  color: #BCBEC0;
  background-color: rgba(255, 255, 255, 0);
  border-color: #BCBEC0;
}
.btn.btn-outline:active {
  color: #FFF;
  background-color: #a2a5a7;
  border-color: #a2a5a7;
}
.btn.btn-outline:active:hover,
.btn.btn-outline:active:focus {
  color: #a2a5a7;
  background-color: #FFF;
  border-color: #a2a5a7;
}
.btn.btn-outline.disabled:hover,
.btn.btn-outline.disabled:focus {
  color: #FFF;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary {
  color: #FFF;
  background-color: #0E103E;
  border-color: #0E103E;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #0E103E;
  background-color: rgba(255, 255, 255, 0);
  border-color: #0E103E;
}
.btn.btn-primary:active {
  color: #FFF;
  background-color: #050514;
  border-color: #050514;
}
.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus {
  color: #050514;
  background-color: #FFF;
  border-color: #050514;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary.disabled:focus {
  color: #FFF;
  background-color: #6d72de;
  border-color: #6d72de;
}
.btn.btn-primary-outline {
  color: #0E103E;
  background-color: #FFF;
  border-color: #E6E7E8;
}
.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus {
  color: #0E103E;
  background-color: rgba(255, 255, 255, 0);
  border-color: #0E103E;
}
.btn.btn-primary-outline:active {
  color: #FFF;
  background-color: #050514;
  border-color: #050514;
}
.btn.btn-primary-outline:active:hover,
.btn.btn-primary-outline:active:focus {
  color: #050514;
  background-color: #FFF;
  border-color: #050514;
}
.btn.btn-primary-outline.disabled:hover,
.btn.btn-primary-outline.disabled:focus {
  color: #FFF;
  background-color: #6d72de;
  border-color: #6d72de;
}
.btn.btn-danger {
  color: #FFF;
  background-color: #E40045;
  border-color: #E40045;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  color: #E40045;
  background-color: rgba(255, 255, 255, 0);
  border-color: #E40045;
}
.btn.btn-danger:active {
  color: #FFF;
  background-color: #b10036;
  border-color: #b10036;
}
.btn.btn-danger:active:hover,
.btn.btn-danger:active:focus {
  color: #b10036;
  background-color: #FFF;
  border-color: #b10036;
}
.btn.btn-danger.disabled:hover,
.btn.btn-danger.disabled:focus {
  color: #FFF;
  background-color: #ffe4ec;
  border-color: #ffe4ec;
}
.btn.btn-danger-outline {
  color: #E40045;
  background-color: #FFF;
  border-color: #E6E7E8;
}
.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus {
  color: #E40045;
  background-color: rgba(255, 255, 255, 0);
  border-color: #E40045;
}
.btn.btn-danger-outline:active {
  color: #FFF;
  background-color: #b10036;
  border-color: #b10036;
}
.btn.btn-danger-outline:active:hover,
.btn.btn-danger-outline:active:focus {
  color: #b10036;
  background-color: #FFF;
  border-color: #b10036;
}
.btn.btn-danger-outline.disabled:hover,
.btn.btn-danger-outline.disabled:focus {
  color: #FFF;
  background-color: #ffe4ec;
  border-color: #ffe4ec;
}
.btn.btn-info {
  color: #FFF;
  background-color: #0B62A4;
  border-color: #0B62A4;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  color: #0B62A4;
  background-color: rgba(255, 255, 255, 0);
  border-color: #0B62A4;
}
.btn.btn-info:active {
  color: #FFF;
  background-color: #084574;
  border-color: #084574;
}
.btn.btn-info:active:hover,
.btn.btn-info:active:focus {
  color: #084574;
  background-color: #FFF;
  border-color: #084574;
}
.btn.btn-info.disabled:hover,
.btn.btn-info.disabled:focus {
  color: #FFF;
  background-color: #b4dcfa;
  border-color: #b4dcfa;
}
.btn.btn-info-outline {
  color: #0B62A4;
  background-color: #FFF;
  border-color: #E6E7E8;
}
.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus {
  color: #0B62A4;
  background-color: rgba(255, 255, 255, 0);
  border-color: #0B62A4;
}
.btn.btn-info-outline:active {
  color: #FFF;
  background-color: #084574;
  border-color: #084574;
}
.btn.btn-info-outline:active:hover,
.btn.btn-info-outline:active:focus {
  color: #084574;
  background-color: #FFF;
  border-color: #084574;
}
.btn.btn-info-outline.disabled:hover,
.btn.btn-info-outline.disabled:focus {
  color: #FFF;
  background-color: #b4dcfa;
  border-color: #b4dcfa;
}
.btn.btn-success {
  color: #FFF;
  background-color: #008759;
  border-color: #008759;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  color: #008759;
  background-color: rgba(255, 255, 255, 0);
  border-color: #008759;
}
.btn.btn-success:active {
  color: #FFF;
  background-color: #005437;
  border-color: #005437;
}
.btn.btn-success:active:hover,
.btn.btn-success:active:focus {
  color: #005437;
  background-color: #FFF;
  border-color: #005437;
}
.btn.btn-success.disabled:hover,
.btn.btn-success.disabled:focus {
  color: #FFF;
  background-color: #87ffd6;
  border-color: #87ffd6;
}
.btn.btn-success-outline {
  color: #008759;
  background-color: #FFF;
  border-color: #E6E7E8;
}
.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus {
  color: #008759;
  background-color: rgba(255, 255, 255, 0);
  border-color: #008759;
}
.btn.btn-success-outline:active {
  color: #FFF;
  background-color: #005437;
  border-color: #005437;
}
.btn.btn-success-outline:active:hover,
.btn.btn-success-outline:active:focus {
  color: #005437;
  background-color: #FFF;
  border-color: #005437;
}
.btn.btn-success-outline.disabled:hover,
.btn.btn-success-outline.disabled:focus {
  color: #FFF;
  background-color: #87ffd6;
  border-color: #87ffd6;
}
.btn.btn-warning {
  color: #FFF;
  background-color: #FF9200;
  border-color: #FF9200;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  color: #FF9200;
  background-color: rgba(255, 255, 255, 0);
  border-color: #FF9200;
}
.btn.btn-warning:active {
  color: #FFF;
  background-color: #cc7500;
  border-color: #cc7500;
}
.btn.btn-warning:active:hover,
.btn.btn-warning:active:focus {
  color: #cc7500;
  background-color: #FFF;
  border-color: #cc7500;
}
.btn.btn-warning.disabled:hover,
.btn.btn-warning.disabled:focus {
  color: #FFF;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-warning-outline {
  color: #FF9200;
  background-color: #FFF;
  border-color: #E6E7E8;
}
.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus {
  color: #FF9200;
  background-color: rgba(255, 255, 255, 0);
  border-color: #FF9200;
}
.btn.btn-warning-outline:active {
  color: #FFF;
  background-color: #cc7500;
  border-color: #cc7500;
}
.btn.btn-warning-outline:active:hover,
.btn.btn-warning-outline:active:focus {
  color: #cc7500;
  background-color: #FFF;
  border-color: #cc7500;
}
.btn.btn-warning-outline.disabled:hover,
.btn.btn-warning-outline.disabled:focus {
  color: #FFF;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-default {
  color: #0E103E;
  background-color: #FFF;
  border-color: #FFF;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #FFF;
  background-color: rgba(188, 190, 192, 0.35);
  border-color: #FFF;
}
.btn.btn-default:active {
  color: #0E103E;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn.btn-default:active:hover,
.btn.btn-default:active:focus {
  color: #050514;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #e6e6e6;
}
.btn.btn-default.disabled:hover,
.btn.btn-default.disabled:focus {
  color: #6d72de;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn.btn-icon {
  padding: 0.75rem;
}
.modal-content p {
  font-size: 1em !important;
}
.unstyled-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.ico-browser {
  max-width: 32px;
  max-height: 32px;
  margin-bottom: 1em;
}
/* Small devices only (767px and down) */
@media (max-width: 767px) {
  .top-wrapper .logo {
    max-width: 100%;
  }
  .hero-wrapper {
    text-align: center;
  }
  .hero-wrapper .hero-logo {
    float: none;
    margin: 0 auto;
  }
  .hero-wrapper .btn {
    width: 100%;
  }
  .hero-wrapper .btn + .btn {
    margin-top: 1rem;
  }
  .costello-wrapper {
    height: 100%;
  }
  .costello-wrapper .costello-content {
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
  }
  .process p.pt-4 {
    padding-top: 0;
  }
  .ico-browser {
    max-width: 32px;
    max-height: 32px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-wrapper {
    background-image: url("../img/hero.jpg");
  }
  .costello-wrapper {
    background-attachment: scroll;
    background-image: url("../img/john-costello.jpg");
  }
  .costello-wrapper h4 {
    font-size: 1.5rem;
  }
  .costello-wrapper p {
    font-size: 1.25rem;
  }
  .process p {
    text-align: center;
  }
  footer .branding img {
    width: 168px;
    display: inline-block;
    max-width: inherit;
    height: inherit;
  }
  footer .copyright small {
    font-size: 75%;
    line-height: 1.05em;
  }
  .c-offcanvas--right {
    width: 40%;
  }
  .c-offcanvas--right,
  .c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open,
  .c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open,
  .c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open,
  .c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
  .ico-browser {
    max-width: 64px;
    max-height: 64px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 4.5rem;
  }
  h2,
  h3 {
    font-size: 2.8rem;
  }
  h4,
  h5 {
    font-size: 2rem;
  }
  p {
    font-size: 1.5rem;
  }
  .process {
    padding: 0 1.875rem;
  }
  .process img {
    height: 96px;
  }
  .c-offcanvas--right {
    width: 18.75em;
  }
  .c-offcanvas--right,
  .c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open,
  .c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open,
  .c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open,
  .c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
    -webkit-transform: translate3d(18.75em, 0, 0);
    transform: translate3d(18.75em, 0, 0);
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .c-offcanvas--right {
    width: 18.75em;
  }
  .c-offcanvas--right,
  .c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open,
  .c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open,
  .c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open,
  .c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
    -webkit-transform: translate3d(18.75em, 0, 0);
    transform: translate3d(18.75em, 0, 0);
  }
}
/* 4K devices (4K destops, 1921px and up) */
@media (min-width: 1921px) {
  .costello-wrapper {
    background-position: center center;
  }
}
.mt-4 {
  margin-top: 2.0625rem;
}
.mt-5 {
  margin-top: 4.125rem;
}
.pt-2 {
  padding-top: 0.55rem;
}
.pt-3 {
  padding-top: 1.03125rem;
}
.pt-4 {
  padding-top: 2.0625rem;
}
.pt-5 {
  padding-top: 4.125rem;
}
.pb-4 {
  padding-bottom: 2.0625rem;
}
.pb-5 {
  padding-bottom: 4.125rem;
}
.py-3 {
  padding-top: 1.03125rem;
  padding-bottom: 1.03125rem;
}
.py-4 {
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
}
.py-5 {
  padding-top: 4.125rem;
  padding-bottom: 4.125rem;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .mt-4 {
    margin-top: 2.625rem;
  }
  .mt-5 {
    margin-top: 5.25rem;
  }
  .pt-2 {
    padding-top: 0.7rem;
  }
  .pt-3 {
    padding-top: 1.3125rem;
  }
  .pt-4 {
    padding-top: 2.625rem;
  }
  .pt-5 {
    padding-top: 5.25rem;
  }
  .pb-4 {
    padding-bottom: 2.625rem;
  }
  .pb-5 {
    padding-bottom: 5.25rem;
  }
  .py-3 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .py-4 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .py-5 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .mt-4 {
    margin-top: 3.1875rem;
  }
  .mt-5 {
    margin-top: 6.375rem;
  }
  .pt-2 {
    padding-top: 0.85rem;
  }
  .pt-3 {
    padding-top: 1.59375rem;
  }
  .pt-4 {
    padding-top: 3.1875rem;
  }
  .pt-5 {
    padding-top: 6.375rem;
  }
  .pb-4 {
    padding-bottom: 3.1875rem;
  }
  .pb-5 {
    padding-bottom: 6.375rem;
  }
  .py-3 {
    padding-top: 1.59375rem;
    padding-bottom: 1.59375rem;
  }
  .py-4 {
    padding-top: 3.1875rem;
    padding-bottom: 3.1875rem;
  }
  .py-5 {
    padding-top: 6.375rem;
    padding-bottom: 6.375rem;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .mt-4 {
    margin-top: 3.75rem;
  }
  .mt-5 {
    margin-top: 7.5rem;
  }
  .pt-2 {
    padding-top: 1rem;
  }
  .pt-3 {
    padding-top: 1.875rem;
  }
  .pt-4 {
    padding-top: 3.75rem;
  }
  .pt-5 {
    padding-top: 7.5rem;
  }
  .pb-4 {
    padding-bottom: 3.75rem;
  }
  .pb-5 {
    padding-bottom: 7.5rem;
  }
  .py-3 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .py-4 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .py-5 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.margin-top-none {
  margin-top: 0;
}
.margin-top-sm {
  margin-top: .5em;
}
.margin-top-md {
  margin-top: 1em;
}
.margin-top-lg {
  margin-top: 2em;
}
.margin-sm-left {
  margin-left: .5em;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-sm {
  margin-bottom: 0.5em;
}
.margin-bottom-md {
  margin-bottom: 1em;
}
.margin-right-none {
  margin-right: 0;
}
.margin-right-sm {
  margin-right: 0.5em;
}
.margin-right-md {
  margin-right: 1em;
}
.padding-top-none {
  padding-top: 0;
}
.fade-block {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.mb-app {
  /*.beta-message {
            padding: 0;
            margin: 0;
          
            strong {
                font-weight: normal;
                font-family: Open Sans Semibold;
            }
        }*/
  /*.inline-search {
            margin: 20px 0 0 4px;
            @media (min-width: @screen-md-min) {
                float: left;
                .form-control {
                    width: auto;
                }
            }
            @media (min-width: @screen-sm-min) {
                .form-control {
                    width: 100%;
                }
            }
        }*/
  /*.upload-transcription-settings {
        select {
                height: 24px;
                font-size: 12px;
            }
    }*/
}
.mb-app .beta {
  font-family: Open Sans Semibold;
}
.mb-app .pagination {
  margin: 0;
}
.mb-app .pagination h5 {
  font-size: 1em;
}
.mb-app .pagination h5 strong {
  font-weight: 700;
}
.mb-app .pagination > li:first-child > a,
.mb-app .pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mb-app .pagination > li:last-child > a,
.mb-app .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mb-app .search-container .search-box {
  width: 100%;
  box-sizing: border-box;
}
.mb-app .form-control {
  border-radius: 0;
  box-shadow: none;
}
.mb-app .body-content .ms-bank {
  overflow: hidden;
}
.mb-app .body-content .ms-bank .padding-bottom-reset {
  padding-bottom: 0;
}
.mb-app .multi-select-toolbar {
  background: #fff;
}
.mb-app .multi-select-toolbar .bulk-actions span {
  cursor: pointer;
}
.mb-app .confidence-icon {
  background: url(../img/ico_confidence.png) 0 0 no-repeat;
  height: 28px;
  width: 28px;
  display: inline-block;
}
.mb-app .confidence-icon.high {
  background-position: 0 0px;
}
.mb-app .confidence-icon.med {
  background-position: 0 -28px;
}
.mb-app .confidence-icon.low {
  background-position: 0 -56px;
}
.mb-app .confidence-icon.missing {
  background-position: 0 -84px;
}
.mb-app .confidence-icon.pending {
  background-position: 0 -112px;
}
.mb-app .confidence-icon.user-created {
  background-position: 0 -140px;
}
.mb-app .confidence-icon.verified {
  background-position: 0 -168px;
}
.mb-app .confidence-icon.failed {
  background-position: 0 -196px;
}
.mb-app .recording {
  position: relative;
}
.mb-app .recording .duration {
  position: absolute;
  line-height: 26px;
  margin-left: 10px;
}
.mb-app .audio-player-icon {
  background: #D3D3D3 url(../img/ico_audioPlayer.png) 0 0 no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  border-radius: 13px;
  cursor: pointer;
}
.mb-app .audio-player-icon.play {
  background-position: 0 0px;
}
.mb-app .audio-player-icon.stop {
  background-position: 0 -26px;
}
.mb-app .message-icon {
  background: url(../img/ico_message-controls.png) 0 0 no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.mb-app .message-icon.add-tag {
  background-position: 0 0px;
}
.mb-app .message-icon.remove-tag {
  background-position: 0 -26px;
}
.mb-app .message-icon.delete-message {
  background-position: 0 -52px;
}
.mb-app .delete-message {
  margin-right: 20px;
}
.mb-app .tag-list .form-inline {
  position: relative;
}
.mb-app .tag-list .form-inline .form-group {
  vertical-align: top;
  position: relative;
}
.mb-app .tag-list .form-inline .form-group .tags-tagForm {
  position: relative;
  left: 29px;
}
.mb-app .tag-list .form-inline .form-group .tags-tagForm input {
  width: 100;
  margin-bottom: 5px;
  vertical-align: top;
  font-size: 11px;
  height: 26px;
}
.mb-app .btn-add-tag {
  background: #39a6da;
  margin-right: 3px;
  margin-bottom: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.mb-app .btn-add-tag .btn {
  padding: 0 0;
}
.mb-app .tag {
  line-height: 26px;
  padding-left: 7px;
  background: #D3D3D3;
  color: #616966;
  margin-bottom: 3px;
  overflow-wrap: normal;
  white-space: pre-wrap;
}
.mb-app .tag,
.mb-app .tag a {
  color: #616966;
  font-weight: normal;
}
.mb-app .tag span {
  cursor: pointer;
}
.mb-app .table-message-list thead tr th {
  height: 57px;
  vertical-align: middle;
  border-top: solid #D3D3D3 1px !important;
  border-bottom: solid #D3D3D3 1px !important;
  position: relative;
  padding: 0;
}
.mb-app .table-message-list thead tr th:first-child {
  padding-left: 45px;
}
.mb-app .table-message-list thead tr th.sortable span {
  cursor: pointer;
}
.mb-app .table-message-list thead tr th.sortable .caret {
  display: none;
}
.mb-app .table-message-list thead tr th.sortable .caret.desc {
  border-top: 0;
  border-bottom: 4px dashed;
}
.mb-app .table-message-list thead tr th.sortable.sorted .caret {
  display: inline-block;
}
.mb-app .table-message-list tbody tr td {
  height: 57px;
  border-bottom: solid #D3D3D3 1px !important;
  position: relative;
  padding: 15px 0 8px;
}
.mb-app .table-message-list tbody tr td:first-child {
  padding-left: 45px;
}
.mb-app .table-message-list tbody tr:hover,
.mb-app .table-message-list tbody tr:focus {
  background: #f5f5f5;
}
.mb-app .table-message-list input[type="checkbox"] {
  position: absolute;
  left: 20px;
}
.mb-app .bulk-control {
  background: url(../img/ico_bulk-controls.png) 0 0 no-repeat;
  height: 44px;
  width: 44px;
  display: inline-block;
}
.mb-app .bulk-control.replace-title {
  background: url(../img/ico_message-controls-replace-titles.png) 0 0 no-repeat;
  width: 88px;
  margin-left: -56px;
}
.mb-app .bulk-control.export {
  background-position: 0 0px;
}
.mb-app .bulk-control.tag {
  background-position: 0 -44px;
  margin-left: -5px;
}
.mb-app .bulk-control.download {
  background-position: 0 -88px;
}
.mb-app .bulk-control.delete {
  background-position: 0 -132px;
}
.mb-app .bch {
  padding: 0;
  margin: 0;
  background: #003087 !important;
  color: #FFFFFF;
  font-family: Open Sans;
}
.mb-app .bch .container {
  padding: 30px 42px 30px 0;
  position: relative;
}
.mb-app .bch .container hr {
  border: 0;
  border-top: 1px solid #41B6E6;
}
.mb-app .bch .container .close,
.mb-app .bch .container .open {
  font-family: 'mytd-bmo';
  font-size: 19px !important;
  font-weight: normal;
  opacity: 1;
  margin-top: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  height: 19px;
  width: 19px;
  /*span {
                        display: none;
                    }*/
}
.mb-app .bch .container .close:hover,
.mb-app .bch .container .open:hover,
.mb-app .bch .container .close:focus,
.mb-app .bch .container .open:focus {
  opacity: .7;
  cursor: pointer;
}
.mb-app .bch .container .close:after {
  content: "\e005";
}
.mb-app .bch .container .open:after {
  content: "\e004";
}
.mb-app .bch .container strong {
  font-weight: normal;
  font-family: Open Sans Semibold;
}
.mb-app .sticky-button {
  position: fixed;
  z-index: 500;
  bottom: 0;
  right: 0;
}
.mb-app .upload-queue {
  margin: 0 0 20px;
}
.mb-app .upload-queue .file-list {
  min-height: 56px;
  max-height: 110px;
  background: #FFFFFF;
  overflow-y: auto;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #D3D3D3;
}
.mb-app .invalid-file-list {
  font-size: 11px;
  margin-bottom: 0;
}
.mb-app .upload-transcription-settings .form-control {
  display: inline-block;
  width: inherit;
}
.mb-app .upload-transcription-settings .h5 {
  line-height: 35px;
  margin: 0 10px 0 0;
}
.mb-app .upload-status .close {
  margin-top: -45px !important;
}
.mb-app .upload-status.upload-status-processing .modal-content {
  background-color: #cce7fc;
}
.mb-app .upload-status.upload-status-processing .modal-content .modal-header h2 {
  color: #0b62a4;
}
.mb-app .upload-status.upload-status-processing .modal-content .modal-body {
  color: #0b62a4;
}
.mb-app .upload-status.upload-status-complete .modal-content {
  background-color: #00af66;
}
.mb-app .upload-status.upload-status-complete .modal-content .modal-header h2 {
  color: #00af66;
}
.mb-app .upload-status.upload-status-complete .modal-content .modal-header h2 .icon {
  font-size: 28px;
  margin-right: 12px;
}
.mb-app .upload-status.upload-status-complete .modal-content .modal-body {
  color: #FFFFFF;
}
.mb-app .upload-status.upload-status-complete .modal-content .modal-body a {
  color: #FFFFFF;
  text-decoration: underline;
}
.mb-app .upload-status.upload-status-complete .modal-content .modal-body a:hover,
.mb-app .upload-status.upload-status-complete .modal-content .modal-body a:focus {
  text-decoration: none;
}
.modal-content {
  background-color: #E6E7E8;
  border-radius: 0;
}
.modal-content .modal-header {
  padding: 1rem 1.875rem;
  background-color: #FFF;
}
.modal-content .modal-header h2 {
  padding-bottom: 1rem;
  color: #7a7e82;
}
.modal-content .modal-header h2 span {
  font-size: 2rem;
}
.modal-content .modal-header button.close {
  font-family: 'mmb';
  font-size: 24px;
  font-weight: normal;
  opacity: .4;
  margin-top: 1.6rem;
  display: block;
}
.modal-content .modal-header button.close:hover,
.modal-content .modal-header button.closefocus {
  opacity: 1;
}
.modal-content .modal-header button.close:after {
  content: "\62";
}
.modal-content .modal-header button.close span {
  display: none;
}
.modal-content .modal-body {
  padding: 1rem 1.875rem;
}
.modal-content .modal-footer {
  margin: 0 1.875rem;
  padding: 1rem 0;
  border-top-color: #BCBEC0;
  text-align: left;
}
div.well,
.alert {
  border-radius: 0;
}
.table-message-list thead tr th {
  font-weight: 500;
}
.btn.btn-xs,
.btn.btn-xs span {
  height: 26px;
  padding: 0 0.25rem;
  font-size: 0.75rem;
}
.btn.add-tag {
  border: 0 none;
}
.btn.btn-sm,
.btn.btn-sm span {
  height: 34px;
  padding: 0 0.5rem;
  font-size: 0.85rem;
}
.btn-add-tag {
  background: #2F75AA !important;
}
.pagination > li > a,
.pagination > li > span {
  color: #2F75AA;
  background-color: #FFF;
  border: 1px solid #E6E7E8;
  margin-left: -1px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #FFF;
  background-color: #2F75AA;
  border-color: #2F75AA;
  cursor: default;
}
.searchHold {
  position: relative;
}
.search-box {
  border-color: #E6E7E8;
  background-color: transparent !important;
  border-width: 1px;
  box-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  transition: all .3s linear;
  outline: none;
  box-shadow: none !important;
  margin: 0;
  width: 100%;
}
.search-box:focus {
  border-width: 1px;
  border-color: #0E103E;
  background-color: transparent !important;
}
.iconStyleClear {
  background-color: transparent;
  border-width: 0px;
  padding-right: 44px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 9px;
  z-index: 4;
}
.searchIcon {
  background: none;
  border: none;
  padding-right: 2px;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 9px;
  color: #BCBEC0;
}
.hideX {
  color: white;
  transition: all 0.3s ease-in;
  right: -30px;
}
.showX {
  color: #b2b2b2;
  transition: all 0.3s ease-out;
  right: -35px;
}
.input-group-addon {
  padding: 0 0;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-color: #0E103E;
}
.mb-app .bulk-actions span {
  margin-top: 6px;
}
.mb-app .bulk-actions span.tag {
  margin-bottom: 0;
}
.popover-content {
  padding: 9px 7px;
}
.tag {
  line-height: 26px;
  padding-left: 7px;
  background: #D3D3D3;
  color: #616966;
  margin-bottom: 3px;
  overflow-wrap: normal;
  white-space: pre-wrap;
}
.tag,
.tag a {
  color: #616966;
  font-weight: normal;
}
.tag span {
  cursor: pointer;
}
.message-icon {
  background: url(../img/ico_message-controls.png) 0 0 no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.message-icon.add-tag {
  background-position: 0 0px;
}
.message-icon.remove-tag {
  background-position: 0 -26px;
}
.message-icon.delete-message {
  background-position: 0 -52px;
}
