







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* 1o. Blog */











.content-wrapper {
  max-width: 1300px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1300px;
}





html {
  font-size: 18px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #77787b;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #B45F06;
}

a:hover, a:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #F9CB9C;
}

a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffec;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
  text-transform: none;
}



  h1 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #f38b3c;
    font-size: 45px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: georgia, palatino; font-style: normal; font-weight: normal; text-decoration: none;
    color: #f38b3c;
    font-size: 42px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #77787b;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    color: #77787b;
    font-size: 16px;
    letter-spacing: 1.18px;
    text-transform: capitalize;
  }

  h5 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #77787b;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h6 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #00326D;
    font-size: 18px;
    letter-spacing: 1.06px;
    text-transform: none;
  }



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #898B3C;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(243, 139, 60, 1.0)

;
  border: 1px solid #F38B3C;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #f1f1f1;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(229, 114, 27, 1.0)

;
  border: 1px solid #E5721B;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 194, 107, 100);
  background-color: #ffc26b;
  border: 1px solid #E5721B;
  border-color: #ffc26b;
}

/* Secondary Button */

.button.button--secondary {
  font-family: georgia, palatino; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #F38B3C;
  border-radius: 1px;
  color: #f38b3c;
  fill: #f38b3c;
  padding: 12px 44px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(229, 114, 27, 0.01)

;
  border: 1px solid #E5721B;
  color: #f38b3c;
  fill: #f38b3c;
}

.button.button--secondary:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 194, 107, 1);
  border: 1px solid #E5721B;
  border-color: #ffc26b;
  color: #ffdb8c;
  fill: #ffdb8c;
}

/* Simple Button */

.button.button--simple {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #F38B3C;
  fill: #F38B3C;
  text-transform: uppercase;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #009E83;
  fill: #009E83;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #50eed3;
  fill: #50eed3;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 44px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}





form {
  background-color: 

  
  
    
  


  rgba(246, 246, 247, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 45px 45px;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(246, 246, 247, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 45px 45px;
}

/* Form Title */

.form-title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(55, 78, 90, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #FFFFFF;
  font-size: 20px;
  padding: 25px 25px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
  border-radius: 4px;
  color: #77787b;
  font-size: 18px;
  padding: 12px 12px;
}

::-webkit-input-placeholder {
  color: #D0D0D0;
}

::-moz-placeholder {
  color: #D0D0D0;
}

:-ms-input-placeholder {
  color: #D0D0D0;
}

:-moz-placeholder {
  color: #D0D0D0;
}

::placeholder {
  color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
}

/* Inputs - Datepicker */

.hs-datepicker .is-selected button.pika-button {
  background-color: #898B3C;
}

.hs-datepicker button.pika-button:hover {
  background-color: #F38B3C !important;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(243, 139, 60, 1.0)

;
    border: 1px solid #F38B3C;
    border-radius: 0px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 44px;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(229, 114, 27, 1.0)

;
    border: 1px solid #E5721B;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: rgba(255, 194, 107, 100);
    border: 1px solid #E5721B;
    border-color: #ffc26b;
}





  form input[type='submit'],
  form .hs-button {
    font-size: 16px;
    padding: 12px 44px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #00326D;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px none #FFFFFF;
}

.header__container {
  max-width: 1300px;
}

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: 

  
  
    
  


  rgba(119, 120, 123, 1.0)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(119, 120, 123, 1.0)

;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #77787b;
  font-size: 18px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #77787b;
}

.navigation-primary .menu-item a:active {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #77787b;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #77787b;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(243, 139, 60, 1.0)

;
  color: #77787b;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #77787b;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
    color: #77787b;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(243, 139, 60, 1.0)

;
    color: #77787b;
  }
}

/* Menu Toggle */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #77787b;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #77787b;
  font-size: 18px;
  text-transform: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #77787b;
}

.header__language-switcher .lang_list_class li:hover {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #77787b;
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #77787b;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: 

  
  
    
  


  rgba(119, 120, 123, 1.0)

;
}

.header .related-post__title a:active {
  color: 

  
  
    
  


  rgba(119, 120, 123, 1.0)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(119, 120, 123, 1.0)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(119, 120, 123, 1.0)

;
}





.footer--site-page {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-top: 1px none #00C6AB;
}

.footer--landing-page {
  background-color: #FFFFFF;
}

.footer__container {
  max-width: 1300px;
}

.footer__bottom-section {
  border-color: #77787B;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer--site-page h1,
.footer--site-page h2,
.footer--site-page h3,
.footer--site-page h4,
.footer--site-page h5,
.footer--site-page h6,
.footer--site-page p,
.footer--site-page a:not(.button),
.footer--site-page div,
.footer--site-page span,
.footer--site-page blockquote,
.footer--site-page .related-post__title a {
  color: #77787B;
}



  .footer--site-page h4 {
      font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
      font-size: 18px;
      letter-spacing: 1.06px;
      text-transform: none;
  }



/* Footer Menu */

.footer .hs-menu-item a {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.footer .hs-menu-item a:active {
  font-family: georgia, palatino, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* Form Module */

.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #77787B;
}

/* Blog Post Listing Module */

.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #77787b;
}

/* Related Posts Module */

.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #27282b;
}

.footer--site-page .related-post__title a:active {
  color: #c7c8cb;
}

/* Social Follow Module */

.footer--site-page .social-links__icon svg {
  fill: #77787B;
}

.footer--site-page .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
}

.footer--site-page .social-links__icon:hover {
  background-color: #77787B;
}





/* Blog Meta - Author */

.blog-card__author-name,
.blog-post__author-name {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #77787b;
}

.blog-post__author-links svg {
  fill: #77787b;
}

.blog-post__author-links a:hover svg {
  fill: #B45F06;
}

/* Tags */

.blog-card__tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(137, 139, 60, 0.0)

;
  color: #00C6AB;
}

.blog-card__tags svg,
.blog-post__tags svg {
  fill: #898B3C;
}

/* Blog Listing */

.blog-header {
  background: #898B3C url('https://7303166.fs1.hubspotusercontent-na1.net/hubfs/7303166/Session/blog-listing-banner.jpg') no-repeat center center;
  background-size: cover;
}

.blog-subheader__author-links a {
  background-color: #B45F06;
}

.blog-subheader__author-links a:hover {
  background-color: #F9CB9C;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #B45F06;
}

.blog-pagination__link:hover {
  color: #F9CB9C;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #F9CB9C;
}

.blog-pagination__link:active {
  color: #ffffec;
}

.blog-pagination__link:active svg {
  fill: #ffffec;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #F38B3C;
  color: #fff;
}

.blog-pagination__link--active:hover {
  color: #fff;
}

/* Blog Post */

.blog-post__image {
  border-radius: 18px;
}





/* Error Pages - Global */

.error-page:before {
  font-family: georgia, palatino; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
}

.hs-search-results__title:hover {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  padding: 6px 0px;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #FFFFFF;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.5rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.5rem;
  padding: 12px 12px !important;
}





body .blog-card__title a,
body .blog-card__author-name {
  color: #77787b;
}

/* Icon */

body .icon svg {
  fill: #898B3C;
}

/* Pricing Table */

body .price-block__header {
  background-color: #898B3C;
}

body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
  border-color: #898B3C;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #77787b;
}

body .social-links__icon:hover svg {
  fill: #77787b;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #77787b;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #898B3C;
}

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #898B3C;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-ciZMdeX3rsHo.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-fCZMdeX3rg.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_vx3rCs.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format('woff2');
    unicode-range:U + 0100-024F, U + 0259, U + 1E00-1EFF, U + 2020, U + 20A0-20AB, U + 20AD-20CF, U + 2113, U + 2C60-2C7F, U + A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD
}

@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather Regular'),local('Merriweather-Regular'),url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-fCZMdeX3rg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'),local('Montserrat-Light'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'),local('Montserrat-Light'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'),local('Montserrat-Regular'),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'),local('Montserrat-Regular'),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'),local('Montserrat-Medium'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'),local('Montserrat-Medium'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'),local('Montserrat-SemiBold'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'),local('Montserrat-SemiBold'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'),local('Montserrat-Bold'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'),local('Montserrat-Bold'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}
 -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
a.navbar-brand {
padding: 5px 20px;
}
.img-fluid {
max-width: 100%;
height: auto;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #D8D8D8;
}
:root {
  --coolgrey: #ADAEB0;
  --deepgrey: #77787B;
  --faintgrey: #F6F6F7;
  --slate: #4A4A4A;
  --steelblue: #33658A;
  --sage: #7FB685;
  --deepgreen: #6C756B;
  --darkgreen: #898B3C;
  --maroon: #424936;
  --orange-hover: #E5721B;
  --orange-selected: #D6650F;
  --oxford-blue: #364d57;
  --red: #db3b2b;
  --orange: #F38B3C;
  --yellow: #ffcc02;
  --green: #BCC63F;
  --red-ind: #ef3f30;
  --yellow-ind: #ffcd07;
  --green-ind: #8cc63f;
  --blue-ind: #6395c1;
  --green-ind: #59735E;
  --white: #ffffff;
}

@-webkit-keyframes fadeIn { 
  from { visibility: hidden; opacity:0; } to { visibility: visible; opacity:1; background-color: transparent;} }
@-moz-keyframes fadeIn { from { visibility: hidden;opacity:0; } to {  visibility: visible; opacity:1; background-color: transparent; } }
@keyframes fadeIn { from { visibility: hidden;opacity:0; } to { visibility: visible;  opacity:1; background-color: transparent;} }
 
@keyframes hideshow2 {
  0% {  opacity: 0; }
  10% { opacity: .1; }
  20% { opacity: .2; }
  30% { opacity: .3; }
  40% { opacity: .4; }
  50% { opacity: .5; }
  75% { opacity: .75; }
  100% { opacity: 1; }
} 

@keyframes hideshow {
  0% { visibility: visible; opacity: .5; filter: grayscale(1); }
  100% {  visibility: visible; opacity: 1; background-color: transparent; filter: none; }
} 

* {
  -webkit-overflow-scrolling: touch;
}

body {
/*  font-family: 'Open Sans', sans-serif; */
  font-size: 16px;
}

a {
  color: var(--orange);
}

a:hover {
  color: var(--orange-hover);
}

a:active {
  color:  var(--orange-selected);
}

a.navbar-brand {
  padding: 5px 20px;
}

.carousel-inner > .carousel-item {
  -webkit-transition: -webkit-transform .6s ease-in;
       -o-transition:      -o-transform .6s ease-in;
          transition:         transform .6s ease-in;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
#what-matters-to-you, #Oval-WM, #Macro-Group, #macro {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn ease-in 1;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
#what-we-can-control, #Oval-MOSAIC, #Technical-Group, #Technical {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn ease-in 1;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#Our-relationship-wit, #Combined-Shape, #Investment-Group, #Path-2  {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn ease-in 1;
  animation-delay: 3s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#Fundamental-Group, #Fundamental {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn ease-in 1;
  animation-delay: 4s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@-moz-keyframes titledrop {
  0% {
    -moz-transform: translateY(-80px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-webkit-keyframes titledrop {
  0% {
    -webkit-transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes titledrop {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes drop2 {
  0% {
      -moz-transform: translateY(-80px);
  }
  100% {
      -moz-transform: translateY(0);
  }
}
@-webkit-keyframes drop2 {
  0% {
      -webkit-transform: translateY(-80px);
  }
  100% {
      -webkit-transform: translateY(0);
  }
}
@keyframes drop2 {
  0% {
      transform: translateY(-80px);
  }
  100% {
      transform: translateY(0);
  }
}

html.sr .load-hidden {
    visibility: hidden;
}

.fade-in {
  -webkit-transition: fill-opacity 1s; /* Safari */
  transition: fill-opacity 1s;
  animation-fill-mode: forwards;
}

.nav-wrapper {
  background-color: var(--deepgrey);
  opacity: 1;
  z-index: 1029;
  position: absolute;
  width: 100%;
  height: 9rem !important;
  background: rgba(119,120,123,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,.5) 10%, rgba(254,254,254,.1) 70%);
  background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(0,0,0,.5)), color-stop(90%, rgba(254,254,254,.0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 10%, rgba(254,254,254,.1) 70%);
  background: -o-linear-gradient(top, rgba(0,0,0,.5) 10%, rgba(254,254,254,.0) 90%);
  background: -ms-linear-gradient(top, rgba(0,0,0,.5) 10%, rgba(254,254,254,.0) 90%);
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 10%, rgba(254,254,254,.0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fefefe', GradientType=0x );
}

.nav-link {
  color: var(--white) !important;
}

#insights-filter-nav .ripple-container {
  display: inline-block;
}
#footer .nav-link, #footer .nav-item {
  color: var(--white) !important;
  /* font-size: .75rem; */
  text-transform: none;
  font-size: 10px !important;
  font-weight: normal;
}

.fixed-abs {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.container-fluid.main {
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: transparent; /* Make the menu become transparent */
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}

.navbar-default .navbar-brand {
  font-family: Verdana;
  color: var(--white);
  font-size: 20px;
  height: 40px !important;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: var(--white);
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: var(--white);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--white);
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--white);
}

.navbar-dark .navbar-brand {
    color: var(white);
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: var(white);
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--white);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--white);
}

#baamNavbar .nav-item {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 1.7px !important;
}

#baamNavbar .nav-item.white {
  line-height: 1.75rem;
}
#baamNavbar .nav-item > .nav-link {
  white-space: normal!important;
}
.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    background-size:  cover; 
}

#vid_listbox > .ff-embed
#vid_results > div > div > div.embed-responsive.embed-responsive-16by9.ff-embed,
#vid_results > div > div > div.embed-responsive.embed-responsive-16by9.ff-embed > img  {
  margin-top: 0;
  margin-bottom: 0;
}

#vid_results > div {
  max-width: 75% !important;
}

#office_directions_body > div > div > div > div > div > div > div#vid_results.row.result > div {
  max-width: 33% !important;
}

.carousel-caption {
    bottom: 45%;
}

.header-section .carousel-caption {
  bottom: 20%;
}

.unique_offerings .header-section .carousel-caption .eyebrow,
.insights .header-section .carousel-caption .eyebrow {
  font-family: PTSerif-Regular, serif;
  color: var(--white);
  font-size: 54px;
  line-height: 71px;
  letter-spacing: 0.7px;
  text-shadow: 0 0 30px rgba(0,0,0,0.50);
  text-align: left !important;
  text-transform: none !important; 
  font-weight: 500; 
}

.header-section img {
  width: 100vw;
  height: auto;
  object-fit: cover;
  object-position: center center;
  min-height: 100%;
  max-height: 389px;
}
.insights_article .header-section img, 
.insights .header-section img  {
  max-height: 284px;
}
.header-section > div > div.eyebrow.white {
  color: var(--white) !important;
}

.carousel-item img {
    height: 100vh;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
    max-width: none;
    min-width: 100%;
    position: absolute;
    min-height: 300px;
    /* background: no-repeat center center scroll; */
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
}

#mosaic-slider .carousel-item img {
    height: inherit;
    left: inherit;
    right: inherit;
    margin: inherit;
    max-width: inherit;
    min-width: inherit;
    position: inherit;
    min-height: inherit;
    /* background: no-repeat center center scroll; */
    -webkit-background-size: inherit;
    background-size: inherit;
    background-repeat: inherit;
    background-position: inherit;
    margin: inherit;
}

.carousel-item .carousel-text-block {
    position: absolute;
    top: 30%;
    right: 17%;
}
#ff-hp-slider > div > div > div > div > div > div .white > p {
  color: white !important;
}

.carousel-caption {
    bottom: 45%;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption .header-subtext {
    /* width: 75%; */
    margin: auto ;
}
/*
.carousel-text-block, #baam-hp-slider > div > div:nth-child(2) > div {
    position: absolute;
    top: 30%;
    right: 17%;
}
*/
.carousel-indicators {
    margin-bottom: 3rem;
}

.carousel-indicators li {
  margin: 7px;
  height: 12px;
  width: 12px;
}
.carousel-indicators .active {
    opacity: 1;
    height: 14px;
    width: 14px;
    margin: 6px;
    background-color: var(--orange);
    /* margin-left: 6px;
    margin-right: 6px;
    */
}

#ff-slider-x {
  background-color: var(--faintgrey);
}

#ff-hp-slider .carousel-inner {
  width: 100vw !important;
}

#ff-hp-slider .ff-text-block {
  width: 25vw;
}

#ff-hp-slider .ff-text-block .eybrow.white > a {
  margin-bottom: .5rem;
}
#ff-hp-slider .ff-text-block .carousel-text.body-copy.white {
  font-size: 16px !important;
}

#ff-hp-slider > ol > li .active, 
#ff-hp-slider .carousel-indicators .active {
  background-color: var(--white);
}

#ff-slider .carousel-indicators {
  margin-bottom: 1rem;
}

#unique_offerings_slider .carousel-headerline h1 {
  font-size: 32px !important; 
  line-height: 42px;
  color: var(--white);
}

.carousel-item img.ff-img {
  /* width: 100%;
  height: auto !important;
  */
  min-height: 50vh;
  object-fit: cover;
}

.cta {

}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding: 2px;
}

/*
.carousel-indicators li:before { 
  content: "\2022";
  color: var(--orange);
  display: inline-block; 
  width: 1em;
  margin-left: -1.25rem;
  font-size: 1.25rem;
}
*/

.carousel-icon-bg {
    background-color: var(--deepgrey);
    height: 48px;
    width: 48px;
    border-radius: 50% !important;
    vertical-align: middle;
    padding-top: .25rem;
    /* opacity: .5; */
    font-size: 24px;
}

#ff-hp-slider > a.carousel-control-next > span.carousel-icon-bg, 
#ff-hp-slider > a.carousel-control-prev > span.carousel-icon-bg {
  height: 62px;
  width: 62px;
  font-size: 42px;
}

p,li,.body-text,.body-copy {
  color: #77787b;
  line-height: 1.5;
}
.home-slider {
    font-size: 60px;
    font-family: "PT Serif";
    color: white;
}

.homex-box {
   padding: 1px 3px 3px;
   border: 3px solid #F38B3C;
   display: inline-block;
}

.home-citi {
    font-family: "PT Serif";
    font-style: italic;
    font-size: 30px;
    color: white;
}

/* .carousel-inner{overflow:visible} */
.carousel-inner>.item {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

#baam-hp-slider .carousel-indicators {
  bottom: 2rem;
}

/*
.d-block {
  display: block;
}
.d-block .min-vh-100 {
  min-height: 100vh;
}
*/

.home #about {
  background-color: white;
  margin-top: -58px !important;
  position: relative;
}

.home_2 > div.header-section > div > div.header > h1 {
  text-shadow: 1px 1px 0px var(--orange-selected), 1px 1px 1px rgba(0,0,0,0.5);
}
.home_2 > #news_services > div > div > div > div.card.h-100 {
  background-size: cover;
  background-position: bottom right;
  border: none;
}

.home_2 > #news_services > div > div > div > div.card.h-100 > div > div > a {
  font-family: Georgia, serif !important;
  font-size: 1.25rem;
  color: white;
}

.home_2 > #reminders-enteries > div > div > div > div > div > div > div.col-9 > div.body-copy {
  display: none; 
}

.home_2 > div.header-section > img {
  opacity: 1;
}
.home_2 > div.header-section > div > div > div > div > h4 > ul > li,
.home_2 > div.header-section > div > div > div > ul > li {
  color: var(--deepgrey);
  font-weight: normal;
  font-size: 18px;
}

#about .about-copy:first-child {
  padding-left: 0 !important;
}

#about .about-copy:last-child {
  padding-right: 0 !important;
}

.as-link {
  text-transform: uppercase;
  cursor: pointer;
  color: var(--orange);
}

#baam-as-slider .carousel-inner {
  height: 500px;
}

#baam-as-slider .carousel-item .eyebrow {
  margin-left: 0 !important;
}

#ff-slider {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background-color: #374e5a;
}

.ff-text-block {
  margin-left: 2rem;
  margin-right: 3rem;
  margin-bottom: 5rem;
}

.ff-slide {
  height: 100%;
}

.white {
  color: var(--white) !important;
}

.orange {
  color: var(--orange) !important;
}
.coolgray {
  color: var(--coolgray);
}

.deepgrey {
  color: var(--deepgrey);
}
.coolgrey-bg {
  background-color: var(--coolgrey);
}
.deepgrey-bg {
  background-color: var(--deepgrey);
}

.faintgrey-bg {
  background-color: var(--faintgrey);
}


.faintgray {
  color: var(--faintgray);
}

.slate {
  color: var(--slate);
}
.green-ind {
  color: var(--green-ind) !important;
}
.blue-ind {
  color: var(--blue-ind) !important;
}
.darkgreen {
  color: var(--darkgreen) !important;
}

.primary-buttom {
  background-color: var(--orange) !important;
  color: var(--white) !important;
}

.primary-botton:hover {
  background-color: var(--orange-hover) !important;
}

.primary-botton:focus {
  background-color: var(--orange-selected) !important;
}

.event-copy a {
  color: var(--orange) !important;
}

.event-copy a:hover {
  color: var(--orange-hover) !important;
  text-decoration: none;
}

.event-copy a:focus {
  color: var(--orange-selected) !important;
}

.events .inagural-event  {
  font-family: Georgia, serif;
  text-align: center;
}

.steelblue {
  color: var(--steelblue);
}

.sage {
  color: var(--sage);
}

.deepgreen {
  color: var(--deepgreen);
}

.maroon {
  color: var(--maroon);
}

.red {
  color: var(--red);
}

.yellow {
  color: var(--yellow);
}

.green {
  color: var(--green);
}

h1.header, .header h1 {
  font-family: 'Montserrat', sans-serif;
  text-shadow: 1px 1px 30px rgba(0,0,0,1), 3px 3px 3px rgba(0,0,0,0.5);
}

.thankyou h1.header {
  font-size: 44px;
  line-height: 56px;
}

.thankyou .intro-copy {
  text-align: left;
  color: var(--white);
  text-shadow: 1px 1px 30px rgba(0,0,0,1), 3px 3px 3px rgba(0,0,0,0.5);
}

.thankyou #insights-social .intro-copy {
  color: var(--deepgrey);
  text-shadow: none;
}
.header-subtext {
  color: #fff;
  font-size: 28px;
  font-style: italic;
  line-height: 64px;
  text-shadow: 1px 1px 30px rgba(0,0,0,1), 3px 3px 3px rgba(0,0,0,0.5);
  text-align: left !important;
}

h2, h2 p {
  font-family: Georgia;
  font-size: 36px;
  color: #f38b3c;
  line-height: 42px;
}

h3 {
  font-family: Georgia;
  font-weight: bold;
  font-size: 24px;
  color: var(--orange);
}

h4 {
  font-weight: bold;
  font-size: 20px;
  color: var(--slate);
  line-height: 26px;
}

h5 {
  font-size: 17px;
  font-weight: bold;
  color: var(--orange);
  letter-spacing: 0;
}

.carousel-header {
  color: var(--white) !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-box {
  white-space: nowrap;
}

.carousel-headerline {
  font-size: 32px;
  color: var(--white);
  line-height: 42px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.carousel-headerline h1,  .carousel-headerline h1.header {
  color: var(--white);
  font-size: 2.5rem !important;
  text-shadow: none;
  line-height: normal;
  letter-spacing: normal;
}

.carousel-text {
  font-size: 18px;
  color: var(--white);
  line-height: 32px;
}

/*
.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}
*/
.carousel-control {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: inherit;
    background: #1b1b1b;
    border: 0;
    opacity: 0.5;
    text-shadow: none;
    z-index: 5;
    color: var(--white);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.intro-copy,
#insights-article .intro-copy p,
#ff-event-details p,
#ff-main-text .intro-copy p,
#insights-prudence-article .intro-copy p {
  font-size: 18px !important;
  color: var(--deepgrey);
  line-height: 32px !important;
}

#insights-article ul li {
    font-size: 18px;
}

#insights-entry {
  backgreound: #fff;
}

.body-copy, .event-entries th, .event-entries td {
  font-size: 14px;
  color: var(--deepgrey);
  line-height: 22px;
}

.mosaic-header {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  color: var(--blue-ind) !important;
}

.mosaic-copy {
  font-family: 'PT Serif';
  font-size: 14px;
  color: var(--green-ind) !important;
}

.top-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  align-items: right !important;
  max-width: 116px;
}

.top-image img {
   max-width: 116px;
}

.event-entries th, .event-entries td {
  text-align: left !important;
}
.icon-copy, .event-copy {
  line-height: 22px;
  color: var(--deepgrey);  
}
#events-contact h2 {
  margin-top: 2rem;
}

.event-copy {
  margin: .5rem;
  font-weight: 600;
  text-align: center;
}

.event-entries {
  text-align: center;
  margin-top: 2rem;
}

.event-entries th {
  white-space: nowrap;
}

.event-enteries td {
  text-align: left !important;
}

.event-img {
  max-width: 239px;
  vertical-align: middle;
  max-height: 50px;
}
a div.partner-img.team-member.events-img img {
  min-width: 392px;
  margin-bottom: 1.25rem;
}

.chevron-down {
  transform: unset;
}
.chevron-up {
  transform: rotate(-180deg);
}
.vbar {
  border-left: 2px solid var(--orange);
  margin-left: 1rem;
  margin-right: 1rem;
  height: 54px;
}

.eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: var(--slate);
  letter-spacing: 2.4px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.secondary-cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--orange);
}

.team-image {
  margin-bottom: .5rem;
}

#meet-the-team-office > div > div > div > div > div > div.team-image img {
  width: 155px;
}

.job-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: var(--deepgrey);
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.team-name {
  line-height: 22px;
  color: var(--deepgrey);
  text-align: center;
  margin-bottom: .5rem;
}

.team-image img {
  /* width: 176px;
  height: 176px; */
  width: 155px;
  border-radius: 100%;
}

.team-image img:hover, #process-mosaic #fo-image-row img:hover, #process-case-studies img:hover,
#event-photo-enteries img:hover, .events-img img:hover, .author-img img:hover, a div.partner-img:hover {
    filter: hue-rotate(25.9016393443deg) saturate(88.4057971014%) brightness(59.4117647059%);
    mix-blend-mode: multiply;
    opacity: .5;
    transition: 1s ease;
    /* background-color: var(--orange); */
    cursor: pointer;
}
.team-member-img {
  padding-left: 0 !important;
}
.author-box:hover {
  cursor: pointer;
}

#process-case-studiesx img:last-of-type {
  margin-top: 1rem;
}

.credentials, .icon-copy {
  color: #77787B;
  line-height: 24px;
}

.orange-hr {
  /* width: 95vw; */
  height: 1px;
  background-color: var(--orange);
}

.blue-hr {
  height: 1px;
  background-color: var(--blue-ind);

}

.blog h1 {
  /* font-size: 52px; */
  color: #FFFFFF;
  /* line-height: 56px; */
}

.blog-date, .blog-author {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,0.80);
  letter-spacing: 1.6px;
}

.insights .card, .thankyou .card {
  margin-bottom: 2rem;
}
.blog-insights, .card-title {
  font-size: 24px;
  color: #F38B3C;
  line-height: 32px;
}

.card-title-modal {
  text-align: left;
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: 4rem;
  margin-bottom: 0 !important;
}

.card-sub-title, .card-sub-title-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1.5px;
  color: var(--deepgrey);
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin: 0 4rem;
}

.card-sub-title-link {
  color: var(--orange);
  text-decoration: underline;
}

#process-case-studies .card-img-top {
    height: 395px;
    object-fit: cover;
}

.card-hr-modal {
  width: 10rem;
  text-align: left;
  margin: 1rem 4rem;
}

.card-bios {
  margin: 2rem 2rem 2rem;
  /*
  text-align: left;
  */
  white-space: normal;
}

.card-modal-close {
  margin-top: .5rem;
  margin-right: .5rem;
}

.blog-insite, .blog-quote {
  font-style: italic;
  color: #F38B3C;
  line-height: 24px;
}

.secondary-cta {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #F38B3C;
  letter-spacing: 2.4px;
}

.footnote {
  font-size: 12px;
  font-style: italic;
  color: #77787B;
}

.nav-text, .navbar-nav, #insights-filter .dropdown-item {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
  font-size: 9px !important;
  color: var(--white);
  letter-spacing: 1.7px !important;
  text-transform: uppercase;
  white-space: nowrap;
}

form#contact-us-form {
  margin-top: .5rem;
}

.form-label {
  font-size: 14px;
  color: #77787B;
  text-align: left;
}

.form-description {
  font-size: 15px;
  font-weight: 300;
  color: #ADAEB0;
  text-align: left;
}

.form-errors {
  font-size: 14px;
  color: #DB3B2B;
  text-align: right;
}

.form-btn, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: var(--orange);
  border: none !important;  
}

.form-btn:hover, .btn:hover {
  background-color: var(--orange-hover);
  border-color: var(--orange-hover);
  color: var(--white);
}

.form-btn:focus, .btn:focus {
  background-color: var(--orange-selected);
  border-color: var(--orange-selected);
  color: var(--white);
}

.form-text-right {
  text-align: right !important;
  float: right;
}

.login-btn {
  border: 1px solid var(--white); /* white; */
  border-radius: 10px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#meet-the-team, #events {
  background-color: #ffffff;
  margin-bottom: 2rem;
}

#unique_offerings_impact_investing {
  padding-bottom: 3rem;
}
.impact-slide {
  margin-top: 2rem;
}
#family_office_family_office {
    padding-bottom: 2rem;
    background-color: var(--white);
}
#family_office_family_office p {
  text-align: left !important;
}
#unique_offerings_impact_investing, #family_office_philosphy, #events-contact {
  padding-bottom: 3rem;
  background-color: var(--faintgrey);
}

#meet-the-team .eyebrow, #credentails .eyebrow, #partners .eyebrow, 
#contact-us .eyebrow, #portfolio-philosophy .eyebrow, #events .eyebrow,
#family_office_family_office .eyebrow, #family_office_philosphy .eyebrow,
#unique_offerings_impact_investing .eyebrow, #unique_offerings_concentrated_stock .eyebrow, #events .eyebrow {
  text-align: center;
}

#family_office_philosphy {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#family_office_philosphy > div > div:nth-child(2) > div > div > div > div.eyebrow, 
#process-mosaic > div > div:nth-child(1) > div > div.eyebrow.mx-auto, 
#process-mosaic > div > div:nth-child(2) > div > div > div > div.eyebrow {
  padding-top: 2rem;
}

.family_office #contact-us-section, .unique_offerings #contact-us-section {
  background-color: var(--white) !important;
}

#meet-the-team h2, #credentails h2, #partners h2, #contact-us h2,
#portfolio-philosophy h2, #unique_offerings_impact_investing h2,
#unique_offerings_concentrated_stock h2, #family_office_philosphy h2,
#family_office_family_office h2, #events h2, #events h2 {
  text-align: center;
  margin-bottom: 2rem;
}

#portfolio-philosophy .body-copy, #unique_offerings_impact_investing .body-copy,
#unique_offerings_concentrated_stock .body-copy, #family_office_philosphy .body-copy, 
#family_office_family_office .body-copy, #family_office_philosphy .body-copy {
  text-align: center;
}

#unique_offerings_concentrated_stock > div > div > div > div:nth-child(3) > div:nth-child(2) > div {
  margin-top: 2rem;
}

#family_office_family_office .cred-name p {
  text-align: left;
}

#family_office_family_office ul > li {
  font-size: 14px;
  text-align: left;
}

.unique_offerings_image {
  margin-bottom: .5rem;
  /* padding-left: 2rem; */
}

.unique_offerings_image img {
  width: 100%;
}

.mosiac-label {
  position: absolute;
  bottom: .5rem;
  left: 1.5rem;
  color: var(--white);
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: left;
}

.mosiac-label:hover {

}

#unique_offerings_concentrated_stock > div > div > div > div:nth-child(3) > div:nth-child(5) {
  margin-bottom: 2rem;
}


#credentails, /* #contact-us */ #partners {
  background-color: #F6F6F7;
  /*
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  */
  margin-bottom: 2rem;
}

#credentails ul {
  padding-left: 1.25rem;
}

.cred-enteries {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cred-entry {
  margin-bottom: 1rem;
}

#credentails .intro-copy, #partners .intro-copy {
  text-align: center; 
}

.partners-row {
  margin-top: 2rem;
}

.cred_enteries .cred_header {

}

#credentails .cred_image {
  display: inline-block;
}

#partners .partner-img {
  margin-bottom: 1.25rem;
}

#partners .partner-copy {
  margin-bottom: 3rem;
}

#office_section {
  font-size: 14px;
  line-height: 24px;
  color: #77787B;
/*  padding-bottom: 2rem;  */
}

#office_section .offices_block {
  border-right: 1px solid var(--orange);
}

#office_section h4 {
  white-space: nowrap;
}

#office_section .offices_block .body-copy p {
  margin-right: 15%;
}

.location {

}

.office_location {
  margin-top: 1rem;
}

#office_section hr {
  color: #D8D8D8;
}

#contact-us {
  margin-bottom: 0 !important;
}

#footer {
  font-size: 10px;
}

.team_cred_hover {
  display: none;
}

#contact_form .submit, #contact-us-form .submit, #constant_contact .submit,
#event_contact_form .submit, #book_club_signup .submit, #review_request_form .submit {
  background-color: var(--orange);
  border: none !important;
  font-size: 14px;
  height: 54px;
}

.form-control {
  font-size: 14px;
}
.form-control:focus {
    background-color: #fff;
    border-color: var(--orange);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 114, 27, 0.25);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 114, 27, 0.25);
}

#contact_form > div:nth-child(3) > label {
  margin-top: 1.25rem;
}

#office_section .office_address_entry {
  margin-right: 15%;
  white-space: nowrap;
}

#contact_form > div:nth-child(4) {
  margin-top: 1.25rem;
}

#about, #ff-slider, #meet-the-team, #credentails, #events, #partners/* , #contact-us */  {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#about {
  transition: all .5s ease-in-out;  
}

.event-inaugural {
  position: relative;
  font-family: Georgia, serif;
}
.event-inaugural:before {
  font-size: 15rem;
  font-weight: lighter;
  position: absolute;
  content: "[";
  float: left;
  top: -3.5rem;
  color: #957c53;
}

.event-inaugural:after {
  font-size: 15rem;
  font-weight: lighter;
  content: "]";
  float: right;
  position: absolute;
  right: 0;
  /* top: 0; */
  top: -3.5rem;
  color: #957c53;
}

.touch #about, .touch #ff-slider, .touch #meet-the-team, .touch #credentails, 
.touch #partners, .touch #contact-us, .touch #events {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; 
}

#about.container.show-about, 
#ff-slider.container-fluid.h-50.show-slider,
#meet-the-team.container-fluid.dont-hide,
#meet-the-team.container-fluid.show-meet-the-team, 
#credentails.container-fluid.show-credentials, 
#partners.container.show-partners, 
#partners.show-partners, 
#events.show-events, 
#contact-us.container-fluid.show-contact,
#about_grid {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all .25 ease-in;
}

#meet-the-team-office > div > div > div > div.row.team-members {
  justify-content: center !important;
}
#credentails.container-fluid.show-credentials, #events.container-fluid.show-events {
  padding-bottom: 2rem;
}

#credentials {
  padding-bottom: 2rem;
}

/* HTML Pages */
.header-section {
  position: relative;
}

.header-section .carousel-caption .eyebrow {
  text-align: left;
  /* bottom: 50%; */
}

/* Managing Wealth  */
#wealth-management-philosophy, #process-mosaic, 
#process-case-studies, #portfolio-process, #portfolio-prudence-indicators {
  text-align: center;
}

#wealth-management-philosophy .body-copy, #process-mosaic .body-copy,  #process-case-studies .body-copy,
#portfolio-process .body-copy {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#wealth-management-philosophy .body-copy p:last-of-type {
  margin-bottom: 3rem;
}

#about .body-copy p:last-of-type {
  margin-bottom: 1rem;
}

#wealth-management-philosophy .body-copy img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.credentials-bold {
  font-family: 'Opan Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: var(--orange);
}

#process-mosaic, #portfolio-process {
  background-color: #F6F6F7;
}

#wealth-management-philosophy, #portfolio-philosophy, #portfolio-process {
  margin-bottom: 3rem;
}

#portfolio-process img {
  margin: 2rem auto;
}

section#ff-slider-x.container-fluid {
  margin-top: 2rem; 
  margin-bottom: 1rem; 
  padding-bottom: 2rem;
}

.top-imagex {
  position: relative;
  top: 0;
}
.top-imagex img {
  height: 116px;
}

.row.mosaic.mosaic-map img {
  width: 45vw;
}

.process-mosaic-pill-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid var(--orange) !important;
  display: inline-block;
  margin: 4px 1.5rem;
  cursor: pointer !important;
  background-color: transparent;
  color: var(--orange);
  border-radius: 16px;
  margin-bottom: .5rem;
  background-color: var(--orange);
  color: var(--white);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.process-mosaic-pill-button:hover {
  background-color: var(--orange-hover);
  color: white;
}

.process-mosaic-pill-button:selected {
  background-color: var(--orange-selected);
  color: white;
}

.process-mosaic-pill-button.active {
  background-color: #D6650F;
  color: white;
}

.process-mosaic-pill-button span.button-label {
  padding: .25rem;
  text-transform: uppercase;
}

#process-mosaic {
  padding-bottom: 2rem;
}

#Retiree:hover, #Devorcee:hover, #Concentrated-Stock:hover {
  border: 1px solid var(--orange);
}

#ff-slider-x > div > div > div > div > div > div.col-12.col-md-8.col-lg-9.mx-auto > div > div > div.eyebrow,
#ff-slide-x .orange-box .eyebrow {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.matrix-container {
  position: relative;
/*
  width: 776px;
  height: 507px;
  */
}
.matrix-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .7;
  height: 6rem;
  z-index: 9991;
  display: none;
  background-color: var(--gray);
  width: 100%;
}
.matrix-overlay-text {
  position: absolute;
  color: var(--white);
  z-index: 9999;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  display: none;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: .5rem
}

.case-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  color: white;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  bottom: 1rem;
  left: 1.5rem;
  font-weight: 600;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.card-text {
  text-align: left;
}
.card-body .row {
  margin-bottom: 2rem;
}

#process-case-studies .card-body {
  padding: 2rem;
  max-width: 83.333333%;
  margin: auto !important;
} 

.card-body .row:last-of-type {
  margin-bottom: 0;
}

.process-strategy-tatics-results {
  /* margin-bottom: 2rem; */
  text-align: left;
  /* border: 1px solid var(--orange); */
}

/*
.process-strategy-tatics-results div {
  margin: auto 2rem auto;
}

*/
.process-strategy-tatics-results ul, #disclosures_body ul, #family_office_family_office ul,
div.card-body > div > div > ul, ul  {
  list-style: none;
}

#disclosures_body li, #event_body li, li, li:not(.nav-item:) {
  font-size: 14px;
  color: var(--deepgrey);
  line-height: 22px;
}

#event_body li {
  margin-bottom: 1rem;
}
/*
.process-strategy-tatics-results li:before, #disclosures_body li:before,
#family_office_family_office li:before, #event_body li:before, 
div.card-body > div > div > ul > li:before, */
ul > li:before {
  line-height: 22px;
  content: "\2022";
  color: var(--orange);
  display: inline-block; 
  width: 1em;
  margin-left: -1.25rem;
  font-size: 1.25rem; 
} 

ul.blue > li:before {
  color: #364d57;
}
ul.sycamore > li:before {
  color: #878c46;
}

ul.brandy-rose > li:before {
  color: #b98c79;
}

#grid > li:before {
  line-height: unset !important;
  content: unset !important;
  color: unset !important;
  display: unset !important;
  width: unset !important;
  margin-left: unset !important;
  font-size: unset !important;
}

#office-body-text > div > div > div > ul > li:before {
  line-height: 22px;
  content: "\232A";
  color: var(--orange);
  display: inline-block; 
  width: 1em;
  margin-left: -1.25rem;
  font-size: 1.25rem; 
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  font-size: 14px;
  line-height: 21px;
} 

ul > li.nav-item:before {
  font-family: unset;
  line-height: unset;
  content: unset;
  color: unset;
  margin-left: unset;
  font-size: unset;
  width: unset;
}

.card .card-body:last-child, .accordion .card:last-child {
    border: 1px solid rgba(0,0,0,.125);
}
.card.insight-action:not(.insights-main) .card-body:last-child, .accordion .card:last-child {
    border: unset;
}
#process-case-studies ol, #disclosures_body ol, #event_body ol {
  counter-reset: list;
}

#process-case-studies ol > li, #disclosures_body ol > li, #event_body ol > li {
  list-style: none;
}

#process-case-studies ol > li:before, #disclosures_body ol > li:before, 
#event_body ol > li:before {
  content: counter(list) ". ";
  counter-increment: list;
  width: 2rem;
  margin-left: -2rem;
  font-size: 14px;
  color: var(--orange);
}
#process-case-studies-entries .card {
  border: unset;
  background-color: unset;
}
#impact-slide-svg {
  height: unset;
  width: 100%;
}
#contact-us-section .contact-us-row { 
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#contact-us-section h2, #contact-us-section .body-copy, #contact-us-section button {
  text-align: center;
}

.primary-button:hover {
  background-color: var(--orange-hover) !important;
}

.primary-button:selected {
  background-color: var(--orange-selected) !important;
}

input[placeholder], [placeholder], *[placeholder] {
    color: var(--coolgray) !important;
    font-size: 14px;
}

.form-control {
  height: calc(2.5rem + .75rem + 2px);
  line-height: 2;
}

label {
    font-size: 14px;
    color: var(--deepgrey);
    line-height: 22px;
    margin-bottom: .25rem;
}

.contact-form-option {
  margin-bottom: .75rem;
}

.contact-form-option:nth-child(1) {
  margin-top: .25rem;
}

#portfolio-process .svg-img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#portfolio-prudence-indicators {
  text-align: center;
}

/* INDICATOR SLIDER */
.indicator-wrap {
  margin-top: 2rem;
}

.indicator-wrap .block {
  padding: 13px 0;
  margin-bottom: 6px;
}
.indicator-slider {
  position: relative;
  z-index: 1;
}
.i-s-title {
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  color: #686868;
  font-weight: 700;
}
.i-s-item.current .i-s-title {
  font-size: 13px;
}
.indicator-slider .i-s-item {
  float: left;
  padding-bottom: 44px;
  cursor: pointer;
}
.i-s-image {
  width: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.i-s-image, .i-s-title {
  position: relative;
  z-index: 2;
}
.i-s-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  padding: 1px;
  margin-left: -1px;
}
.i-s-active.animated {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.i-s-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #FFF;
  display: block;
  -webkit-box-shadow: 5px 0 7px rgba(0,0,0,0.34);
  box-shadow: 5px 0 7px rgba(0,0,0,0.34);
}
.i-s-nav {
  position: absolute;
  height: 19px;
  width: 11px;
  background: url(/assets/images/i-s-nav.png) no-repeat;
  bottom: 13px;
  z-index: 2;
}
.i-s-prev {
  left: 8px;
}
.i-s-next {
  right: 8px;
  background-position: 100% 0;
}
.i-s-active .active-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.i-s-image, .i-s-title {
    position: relative;
    z-index: 2;
}

.i-s-image {
    width: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 148px;
}

.i-s-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    text-align: center;
    color: #686868;
    font-weight: 700;
}

.i-s-item.current .i-s-title {
  font-size:  13px;
}

.indicator-slider {
    position: relative;
    z-index: 1;
}

.cf {
    *zoom: 1;
}

cf:after {
    clear: both;
}

.cf:before, .cf:after {
    display: table;
    content: "";
    line-height: 0;
}

.cf:after {
  clear: both;
}
.i-s-active.animated {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.i-s-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    padding: 1px;
    margin-left: -1px;
}

.i-s-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
    display: block;
    -webkit-box-shadow: 5px 0 7px rgba(0,0,0,0.34);
    box-shadow: 5px 0 7px rgba(0,0,0,0.34);
}

.i-s-active .active-inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.align-self-stretch {
  width: 55vw;
}

.indicator-slider .i-s-item:nth-of-type(1) {
    width: 25%;
    margin-left: 12.5%;
    height: 50%;
}

.indicator-slider .i-s-item:nth-of-type(2) {
    width: 25%;
    height: 50%;
}

.indicator-slider .i-s-item:nth-of-type(3) {
    width: 25%;
    margin-right: 12.5%;
    height: 50%;
}

.indicator-slider .i-s-item:nth-of-type(1) .i-s-image {
    background-image: url(/assets/images/indicator-02.png);
}

.indicator-slider .i-s-item:nth-of-type(2) .i-s-image {
    background-image: url(/assets/images/indicator-03.png);
}

.indicator-slider .i-s-item:nth-of-type(3) .i-s-image {
    background-image: url(/assets/images/indicator-04.png);
}

.i-c-tab .square {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin-top: .35rem;
}

.square.green {
  background-color: var(--green-ind);
}

.square.red {
  background-color: var(--red-ind);
}

.square.yellow {
  background-color: var(--yellow-ind);
}

.ind_data p {
   font-size: 14px;
   color: var(--deepgrey);
   line-height: 22px; 
}

.i-content {
  padding-top: 1.5rem;
}
.i-c-tab {
  position: relative;
  padding-left: 26px;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
.i-s-mode {
  display: none;
  margin-top: 2rem;
}

.i-s-mode img {
  max-width: 85%;
}

.i-c-inner {
  position: relative;
  /*max-width: 650px;*/
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.i-c-tab h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: inherit;
}
.i-c-tab p {
    text-indent: 0;
}

.prudence-ind-state {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 1.5px;
  color: var(--deepgrey);
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}

#portfolio-prudence-indicators {
  padding-bottom: 2rem;
}

body.portfolio_process section#contact-us-section {
  background-color: var(--white) !important;
}

#portfolio-prudence-form {
  background-color: var(--faintgrey);
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}

#portfolio-prudence-form h2 {
  margin-bottom: 1.25rem;
}

#portfolio-prudence-form .body-copy {
  margin-bottom: 2rem;
}

#constant_contact {
  text-align: left;
}
/*
input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 1.2ex;
   height: 0.4ex;
   background: rgba(0, 0, 0, 0);
   top: 0.9ex;
   left: 0.4ex;
   border: 3px solid var(--orange);
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

input[type="checkbox"] {
   line-height: 2.1ex;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 2ex;
   width: 2ex;
   background-color: white;
   border: 1px solid var(--orange);
   border-radius: 4px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
   margin-right: 0.5em;
}
*/

.office_location {
  font-weight: 600;
}
#unique_offerings_slider .carousel-indicators {
  bottom: -3rem !important;
}

a.cta, a.cta:visited, a.cta:active,
.eyebrow.white > a,
#ff-hp-slider div.eyebrow.white > a, 
#ff-hp-slider div.eyebrow.white > a:visited,
#ff-hp-slider div.eyebrow.white > a:active {
  color: var(--white) !important;
  text-decoration: none;
  cursor: pointer;
}
a.cta:hover,
#ff-hp-slider div.eyebrow.white > a:hover {
  text-decoration: underline;
}
.office_email a {
  text-decoraction: none;
  color: var(--deepgrey);
}
.office_email a:hover {
  color: var(--orange-hover);
  cursor: pointer;
}

.orange-box {
  margin-top: 1rem;
  border: 1px solid var(--orange);
  padding: 0rem 2rem 3rem;
}

.team-modal {
  position: relative;
}

.team-modal-close {
  position: absolute;
  right: 0;  
  z-index: 9999;
  color: var(--white);
  font-size: 2rem;
  border: 1px solid var(--white) !important;
  padding: 0 .5rem .25rem .25rem !important;
  background-color: transparent !important;
  opacity: 1;
}
.event-modal-close {
  color: var(--orange);
}
.team-modal-close:hover {
  color: var(--orange);
}

.team-member-card {
  overflow-y: scroll;
  height: 856px;
}

#fo-image-row {
  margin-top: 1rem;
}

.cred-entry {
  opacity: .4;
  animation-fill-mode: forwards;
}

#family_office_philosphy  .orange-box .cred-entry {
  filter: grayscale(1);
}

.cred-entry img {
  background-color: transparent;
}

#credentials .cred-enteries .cred-entry img, #family_office_family_office .cred_enteries .cred-entry img {
  background-color: transparent;
}

.show-cred {
  animation: hideshow 2s .5s ease 1;
}

#family_office_family_office .cred_enteries {
  margin-top: 2rem;
}

#insights-filter {
  background-color: white;
  height: 5.5rem;
}

#insights-filter .nav-item, #insights-filter .nav-link, #insights-filter .dropdown-item {
  color: var(--orange) !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  white-space: nowrap;
}

#insights-filter button {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}

#insights-filter form[name="insights_search"] {
  display: inline-flex;
}

#insight-filter button:hover {
  background-color: var(--orange-hover);
}

#insights-filter button:active {
  background-color: var(--orange-selected);
}

#insights-filter .active_filter {
  /* text-decoration: underline; */
  border-bottom: 2px solid var(--orange);
}

#insights-social {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#insights-social span.orange {
  width: 50%;
  border-bottom: 2px solid;
  margin: 0 auto !important;
}
#insights-enteries {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.insights-tile-subject {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--deepgrey);
  font-weight: 600;
  letter-spacing: 2;
  text-transform: uppercase;
}

.insights-tile-title {
  font-size: 18px;
  color: var(--orange);
  line-height: 24px;
}

.insights-cat-image {
  position: absolute;
  top: 0; 
  right: .25rem;
}

#insights-enteries .card.insight-action {
  min-height: 355px;
}

.gbg-cover {
  background-image: url(/assets/images/hp-reminders-banner.jpg);
  background-position: center center;
  height: 150px;
  vertical-align: middle;
  color: white !important;
}

#event-photo-enteries {
  margin-top: 2rem;
}
#event-photo-enteries .card.event-photo-action {
  min-height: 239px;
  margin-bottom: 2rem;
}

#event-photo-enteries img {
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
  /* min-height: 239px; */
  /* background: no-repeat center center scroll; */
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}

.pdf-doc {
  min-height: 600px;
}
/*
#insights-enteries .card-img-top {
  min-height: 218px;
}
*/

#disclosures_body {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#disclosures_body p {
  font-size: 14px;
  color: var(--deepgrey);
  line-height: 22px;
}

.policy-table {
  font-size: 14px;
  color: var(--deepgrey);
  line-height: 22px;  
}
.personal-something {
  font-weight: 900;
  color: var(--orange);
}
#disclosures_body table {
  margin-bottom: 2rem;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
#disclosures_body table, th, td {
  border: 1px solid var(--coolgrey);
}
#insights-article, #ff-main-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#insights-enteries .insight-action {
  cursor: pointer;
}
#insights-article p, #ff-main-text p,  #ff-event-details p {
  font-size: 18px !important;
  color: var(--deepgrey);
  line-height: 32px !important;
}
.blog #insights-article p {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.blog #insights-article ul li {
  font-size: 16px !important;
}
#insights-article quote, #ff-main-text quote {
  border: 1px solid var(--orange);
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--orange);
  padding-left: 15%;
  padding-right: 15%;
  font-style:  italic;
  display: block;
}
#insights-article quote p, #ff-main-text quote p {
  color: var(--orange);
}
#insights-article quote + p, #ff-main-text quote p + p {
  content: '\00a0';
  margin-top: 2rem;
}

#insights-article h1, #ff-main-text h1 {
  font-size: 52px;
  color: var(--white);
  line-height: 56px;    
}

.author-box {
  border-top: 1px solid var(--coolgrey);
  border-bottom: 1px solid var(--coolgrey);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.author-img img {
  border-radius: 50%;
}
.insights .author_date {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.6;
  color: var(--white);
  text-transform: uppercase;
}

.insights .author, #insights-author .author, #ff-team-member .author, #ff-main-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: var(--deepgrey);
  text-transform: uppercase;
}

.ff-embed {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#insights-article iframe, #insights-article > div > div > div > p:nth-child(2) > iframe {
  /* display: block !important; */
  border: none !important;
  margin: 0 auto !important;
/*  padding-top: 2rem; */
  /* min-height: 350px !important; */
  /* height: 25vh !important; */
  min-height: unset !important;
  max-width: unset !important;
}
#insights-article > div > div > div > p:nth-child(1) {
  font-size: 18px !important;
  color: var(--deepgrey);
  line-height: 32px !important;
}
/*
.insights_article .header-section > div > div.header > h1, 
.insights_secure_article .header-section > div > div.header > h1 {
  font-family: PTSerif-Regular, serif;
  color: var(--white);
  font-size: 54px;
  line-height: 71px;
  letter-spacing: 0.7px;
  text-shadow: 0 0 30px rgba(0,0,0,0.50);
  text-align: left !important;
}
*/
.bookclub > div:first-of-type {
   margin-bottom: 1rem;
   /* font-size: 1.75rem; */
}
.bookclub .bookclub_header {
   color: var(--orange) !important; 
   /* font-size: 3rem; */
   margin-top: 2rem;
}
.bookclub .bookclub_cover_image {
   float: left; border: none; border-radius: 3px; margin: 15px; box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
/*   height: 40%;
   width: 40%; */
   max-height: 499px;
}
.bookclub .bookclub_link {
   color: #f6881f;
}
.bookclub .bookclub_cals a {
   color: #f6881f;
   text-decoration: underline;
}
.bookclub .bookclub_subheader {
   margin-top: 1.5rem; font-weight: 600;
}
.bookclub .xbookclub_pagination {
   margin: 2.5rem 0 0 0;
}
.bookclub .bookclub_pagination > a {
   color: #f6881f; text-decoration: underline;
}
.bookclub .bookclub_pagination_subheader {
   font-weight: 600;
   margin: 2.5rem 0 0 0;
}
.bookclub .bookclub_content > span:first-of-type {
   font-weight: 600; 
   /* font-size: 2rem; */
   margin-top: 15px; align: top; display: block; margin-bottom: 1.5rem; 
}
.bookclub .bookclub_content p {
   margin-bottom: 1rem;
}
.bookclub .bookclub_content b {
   font-weight: 600;
}
.bookclub .bookclub_content .book_order {
   margin-bottom: 0;
   margin-top: 1.5rem;
}
.bookclub .bookclub_content .book_order a {
   color: #f6881f; text-decoration: underline;
}
.bookclub_pagination {
  margin-bottom: 2rem;
}
.bookclub_pagination a .bookclub_pagination strong {
  font-size: 18px !important;
  color: var(--orange);
  line-height: 32px !important;
}
.bookclub_pagination a:hover, .bookclub_pagination a:visited {
  color: var(--orange-hover);
}
.bookclub_pagination a:focus {
  color: var(--orange-selected);
}
.bookclub_pagination strong {
  font-weight: 600;
}
.bookclub_pagination_footer {
  margin-bottom: 2rem;
}
#book_club_rsvp {
  background-color: var(--faintgrey);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: var(--orange);
    box-shadow: var(--orange-hover);
    color: #fff;
    font-weight: 700;
}
.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: var(--orange-select);
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: var(--orange-hover) !important;
    box-shadow: none !important;
}

span.far.fa-clock, span.far.fa-calendar {
  color: var(--orange);
}

input#datetimepicker1, input#datetimepicker2, .datepicker, .bootstrap-datetimepicker-widget {
    color: var(--coolgray) !important;
    font-size: 14px;
}

.vendor-imgs {
  align-items: center; justify-content: center; margin: 1rem 2rem;
}

.vendor-imgs img {
  margin: 0 2rem;
}

#office_directions_body img {
  width: 65%;
  /*
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
  */
}

#office_directions_body #sf, #office_directions_body #sf_tp, #office_directions_body #sf_sr {
  width: 100%;
}

.rc-anchor-light, .rc-anchor-checkbox-label {
    font-size: 14px;
    background: white !important;
    color: var(--deepgrey) !important;
}

.btn-primary:disabled {
  background-color: var(--gray);
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
  background-color: var(--orange);
  border-color: var(--orange);
}
.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
label#recaptcha-anchor-label {
  font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #77787B !important;
}

#office_section .offices_block { 
  border-right: 1px solid #F38B3C; 
} 
#office_section .offices_block:last-child { 
  border-right: none; 
} 
#addr-flex-box > div {
  margin-right: 2% !important;
}
#addr-flex-box { flex-wrap: wrap; }
.flex-col.office_address_entry.offices_block.p-2 {
  border-right: 1px solid var(--orange);
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.flex-col.office_address_entry.offices_block.p-2:last-child {
  border-right: none;
}
.reminder-day {
  font-size: 1rem;
  color: var(--orange);
}
.reminder-month, .reminder-year {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: var(--orange);
}
.reminder-year {
  font-size: 1rem;
}

.reminder-title {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: var(--deepgrey);
  font-weight: 300;
  line-height: 1.25rem;
}
.reminder-title.sticky {

}
#calendar-mid-section {
  background-image: url(/assets/images/headerImg_DWS9243_2192x150.jpg);
  background-position: center center;
  height: 150px;
  vertical-align: middle;
  color: white !important;
}
#calendar-mid-section > h2, #reminders-mid-section > h2 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#reminders-mid-section {
  background-image: url(/assets/images/reminders1_1900x457_ii.jpg);
  background-position: center center;
  height: 150px;
  vertical-align: middle;
  color: white !important;
}

@media (max-width: 984px) {
.header-section {
    background-color: var(--green-ind);
    padding-bottom: 2rem;
}
}

.blog .header-section img {
    max-height: 389px;
    max-height: 289px;
}

/*.header h1 {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
*/
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: 300;
  text-align: left !important;
  }
  @media (max-width: 800px) {
    h1 {
      font-size: 29px;
      line-height: 1.3; 
      box-shadow: unset; } }
h1.image_header {
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.eyebrow-text, .insights-tile-subject {
  font-family: 'Montserrat', sans-serif;
  color: var(--deepgrey);
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 800px) {
    .eyebrow-text, .insights-tile-subject {
      font-size: 10px;
      line-height: 1.3; } }
 .eyebrow-bakerave, .insights-tile-subject {
   text-transform: none;
 }
.body-text, .body-copy {
  color: #77787b;
  line-height: 1.5; }
  @media (max-width: 800px) {
    .body-text, .body-copy {
      font-size: 12px;
      line-height: 1.3; } }


.call-to-action p {
  color: white !important;
}
.insights #subnav {
  background-color: white;
}

.accordion .fa {
  margin-right: 0.5rem;
  margin-left: 1.5rem;
}
i.fa.fa-plus, i.fa.fa-minus {
  margin-right: .5rem;
  margin-left: .5rem;
  font-size: 0.75rem;
  color: var(--orange);
  border: solid 2px;
  border-radius: 50%;
  padding: 6px;
}
h3 {
  font-size: 1.5rem;
  color: var(--deepgrey);
  line-height: 1.5;
  font-weight: 400;
}
.body-copxy {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  color: var(--deepgrey);
  line-height: 1.5;
  font-weight: 300;
}

#faq_accordion {
  margin-top: 3.25rem !important;
}

#office_section .office_address_entry {
  margin-right: 5%;
}
#office-body-text h4, #office_directions_body h4 {
  font-family: Georgia;
  font-size: 20px;
  line-height: 30px;
  color: var(--deepgrey);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#office-body-text h4 b {
  font-weight: 500;
}
#office-body-text li {
  font-family: 'Montserrat', sans-serif;
  color: var(--orange);
  text-transform: uppercase;
  white-space: nowrap !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.75rem;
}
#footer-nav-menu {
  font-size: 13px;
  padding: 20px 0;
  /* background-color: #ededed; */
  background-position: center center;
  color: #666666 !important;
}
#footer-nav-menu .nav-item, #footer-nav-menu .nav-link, #footer-nav-menu .dropdown-item {
    color: #77787B !important;
    font-size: 14px;
    letter-spacing: 1.7px;
    /* text-transform: uppercase; */
/*    white-space: nowrap; */
}
#footer-nav-menu ul { 
  list-style: none;
  padding: 0;
}

#footer-nav-menu div.col-sm-6.col-md-6:last-of-type > div > ul, #footer-nav-menu > div:last-of-type ul { 
  margin-bottom: 0;
}

#footer-nav-menu h6, #footer-nav-menu .nav-link, #footer-nav-menu > div > div > div > ul > li > h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
#footer-nav-menu > div > div > div > ul {
  margin: 0;
  margin-bottom: 1rem;
}
#footer-nav-menu > div > div > div > ul > li > a {
  font-weight: normal !important;
}

#footer-nav-menu > div > div > div > ul > li {
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 1.7px;
}
#footer-nav-menu .nav-link, #footer-nav-menu > div > div > div > ul > li > a {
  padding: 2px .25rem;
  font-size: 12px;
}

div.awards-row > div > a > img {
  max-height: 66px;
}

section {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

section:last-of-type {
  margin-bottom: 0 !important;
}

.investment_header_technical_analysis, .impact-citizenship {
  color: white;
  background-color: #b98c79;
  padding: .25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.oxford-blue-bg {
  background-color: #364d57;
}
.oxford-blue-fg {
  color: #364d57;
}
.oxford-blue-fg ul>li::before {
  color: #364d57;
}
.brandy-rose-fg ul>li::before {
  color: #b98c79;
}
.sycamore-fg ul>li::before {
  color: #878c46;
}
.sycamore-fg {
  color: #878c46;
}
.brandy-rose-fg {
  color: #b98c79;
}
.sycamore-bg {
  background-color: #878c46;
}

.brandy-rose-bg {
  background-color: #b98c79;
}

.investment_header_macro_analysis, .impact-governance {
  color: white;
  background-color: #364d57;
  padding: .25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.investment_header_fundamental_analysis, .impact-environmental {
  color: white;
  background-color: #878c46;
  padding: .25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.investment_header_bakeravenue_imc, .impact-social {
  color: white;
  background-color: #f08d4e;
  padding: .25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.blog_author {
  position: absolute;
  width: 77.5px;
  height: 77.5px;
  border-radius: 50%;
  border: 3px solid #F38B3C;
  float: left;
  bottom: -38.5px;
  left: 10px;  
}

.blog_author_entry {
  height: 160px; border-radius:50%;border:3px solid #F38B3C;
}

/* Word cloud stuff */

  .st0{fill:#F38B3C;}
  .st1{font-family:'Georgia';}
  .st2{font-size:40.396px;}
  .st3{font-size:28.8543px;}
  .st4{fill:#5A715E;}
  .st5{font-size:26px;}
  .st6{fill:#7696A7;}
  .st7{font-size:30px;}
  .st8{font-size:33px;}
  .st9{fill:#374E5A;}
  .st10{font-size:39px;}
  .st11{fill:#F38B3C;}
  .st12{font-size:27px;}
  .st13{fill:#D1C49B;}
  .st14{font-size:16px;}
  .st15{fill:#F9C49D;}
  .st16{font-size:23px;}
  .st17{font-size:38px;}
  .st18{font-size:21.1461px;}
  .st19{font-size:15.1044px;}
  .st20{font-size:40.3629px;}
  .st21{font-size:28.8306px;}
  .st22{fill:#BE8A75;}
  .st23{font-size:26.0794px;}
  .st24{font-size:18.6281px;}
  .st25{font-size:17px;}

#spec_serv #concentrate-stock {
  background-color: #898B3C;
}

#spec_serv #impact-investing {
  background-color: #374E5A;
}

#spec_serv #family-office {
  background-color: #946562;
}

#spec_serv #tax-planning {
    background-color: #7695a7;
}

.investment_header_macro_analysis, .impact-governance {
  color: white;
  background-color: #364d57;
  padding: .25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.investment_header_fundamental_analysis, .impact-environmental {
  color: white;
  background-color: #878c46;
  padding: .25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.investment_header_bakeravenue_imc, .impact-social {
  color: white;
  background-color: #f08d4e;
  padding: .25rem;
  text-align: center;
  margin-bottom: 1rem;
}

#award_entries > div > div > img {
    vertical-align: top;  
    max-width: 45%
}

#its-2020-great-place-to-work > img {
   max-height: 65%;
   max-width: 33% !important;
}

.social-icon-hp {
  width: 34px;
}

.financial-feminism .social-icon-hp .st0, 
.financial-feminism .social-icon-hp .st1, 
.financial-feminism-network .social-icon-hp .st0, 
.financial-feminism-network .social-icon-hp .st1 {
  fill: #374e5a;
}

#disc-small p,
.body-text p > small, .intro-copy p > small {
  line-height: 1.5rem !important;
  font-size: 12px !important;
}

.denote-button {
	margin-left: 150px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cred-entries .body-copy, #credentails .body-copy {
    margin-bottom: 1.25rem !important;
  }
  
  .modal-dialog {
    max-width: 100vw;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: auto;
  }

  .team-modal-close {
    -webkit-appearance: textfield;
    appearance: textfield;
    color: var(--orange);
  }
  .team-member-card {
    overflow-y: inherit;
    height: inherit;
  }
}

/* print styles */
@media print {

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }
  .nav-wrapper {
    display: none;
  }

  .header-section {
    display: none;
  }

  .gotham {
    display: none;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {

  h1.header, .thankyou h1.header, .insights_article .header-section > div > div.header > h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .header-section .carousel-caption .eyebrow.white {
    font-size: 10px;
    line-height: normal;
  }
}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
  /* Retina iPad Pro in landscape */ 
  .wealth_mgmt h1.header, .family_office h1.header, 
  .portfolio_process h1.header, .thankyou h1.header,
  .unique_offerings .header-section .carousel-caption .eyebrow.white,
  .insights .header-section .carousel-caption .eyebrow.white,
  .insights_article2 .header-section .carousel-caption .eyebrow.white {
    font-size: 28px;
    line-height: 38px;
  }

  .wealth_mgmt .header-section .carousel-caption .eyebrow.white,
  .family_office .header-section .carousel-caption .eyebrow.white,
  .portfolio_process .header-section .carousel-caption .eyebrow.white {
    font-size: 10px;
    line-height: normal;
  }

}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

/* @media (max-width: 576px) { */

@media (max-width: 984px) {
  .nav-wrapper {
    background-color: transparent;
    opacity: 1;
  }

  .footer_menu {
    padding-top: 2rem;
  }

  h1 {
      font-size: 28px;
      line-height: 38px;
      letter-spacing: 0.33;
      color: white !important;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h2 p {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  h4 {
    line-height: 26px;
    color: var(--deepgrey);
  }

  body > div.header-section > div > div > div > div > h5 {
    color: var(--white);
  }

  h1.header, .unique_offerings .header-section .carousel-caption .eyebrow, .insights .header-section .carousel-caption .eyebrow  {
    font-size: 32px;
    line-height: 44px;
  }

  .home_2 > div.header-section > img {
    opacity: unset;
  }
  .home_2 > div.header-section > div > div > div > div > h4 > ul > li,
  .home_2 > div.header-section > div > div > div > ul > li {
    color: var(--white);
    font-weight: normal;
  }

  .home_2 > div.header-section > div > div.header {
    padding-bottom: 1.5rem;
  }
  #calendar-mid-section {
    background-image: url(/assets/images/mobile/headerImg_DWS9243_2192x150.jpg);
    height: 90px;
  }

  section {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .header-section > div > div.header h1 {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: white !important;
  }

  .header-section > div > div.eyebrow.white {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  h1.header, .insights_article .eyebrow.white, .thankyou .intro-copy, .insights .eyebrow.white, .unique_offerings .eyebrow.white, 
  body > div.header-section > div > div.header > h1  {
    color: #fff;
    text-align: center !important;
    text-shadow: none !important;
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .reminder-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .reminder-month {
    font-size: 1.25rem
  }
  .reminder-day, .reminder-year {
    font-size: 1rem;
  }
  .events h1.header {
    margin: 0rem .25rem;
    padding-top: 1.25rem;
    font-size: 1.75rem;
  }

  .thankyou .intro-copy {
    color: var(--deepgrey);
    text-align: left;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .event_photos h1.header {
    font-size: 26px;
  }

  .indicator-wrap {
    margin-top: 0;
  }
  .i-s-mode img {
    max-width: 100%;
  }

  .i-content {
    padding-top: 0;
  }

  .home-box {
    white-space: nowrap;
  }

  .header-subtext {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 1rem;
    text-align: center !important;
    text-shadow: none;
  }

  #family_office_family_office .cred_enteries .cred-entry img {
    background-color: transparent;
    width: 50%;
  }


  .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #4A4A4A;
  }
  .event_photos h1.header {
    font-size: 26px;
  }

  .carousel-header {
    margin: 1.25rem 1rem;
  }

  .carousel-headerline {
    font-size: 24px;
    line-height: 28px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .carousel-headerline h1 {
    color: var(--white);
  }

  #vid-carousel.carousel {
    min-height: unset !important;
  }

  #vid_listbox > .carousel-item {
    min-height: unset !important;
  }

  #vid-container > div > div > div.col-12.col-md-8 {
    padding-bottom: 2rem;
  }

  #vid-container > div > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #vid_results > div {
    max-width: 33% !important;
  }
  div#vid_results.col.result {
    display: flex;
    flex-basis: unset;
    flex-wrap: wrap;
  }

  #vid_results, #vid-container > div > div > div.col-12.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #vid_results > div,
  #vid_results > div > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;    
  }
  #vid_results > div {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }

  #vid_resultsx > .bozo:first-of-type {
    padding-left: 0 !important; 
    padding-right: 15px !important;
  }

  #vid_resultsx > .bozo:last-of-type {
    padding-right: 0 !important; 
    padding-left: 15px !important;
  }
  
  #vid_resultsx > div > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .carousel-text {
    font-size: 14px;
    line-height: 28px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #ff-slider {
    width: 100% !important;
    margin: 0;
  }

  #baam-as-slider .carousel-inner {
    height: 100%;
  }

  #ff-hp-slider {
    width: 100% !important;
  }

  #ff-hp-slider .carousel-indicators {
    margin-bottom: 1rem;
  }

  #ff-hp-slider div.row:first-of-type {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
 
  #ff-hp-slider > div > div > div > div.col-xs-12.col-md-6.px-0 > img {
    position: relative;
    height: 451px !important;
    min-height: 451px;
    left: -137px;
    right: 0px;
    width: auto !important;
  }

  xx.row.mosaic.mosaic-map img {
    width: 87vw;
  }

  .body-copy, .intro-copy {
    font-size: 14px;
    line-height: 26px;
  }

  .body-copy small {
    font-size: 9px;
    line-height: 15px;
  }

  .icon-copy {
    font-size: 13px;
    line-height: 18px;

  }

  #events-past {
    overflow-x: auto;
  }

  #office_directions_body img {
    width: 100% !important;
  }
  
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar:vertical {
    width: 12px;
  }

  ::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid var(--faintgrey);
  }
  ::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: var(--faintgrey); 
  }
  .row .team_members, #meet-the-team > div > div > div > div.row.team-members.text-center,
  #meet-the-team-office > div > div > div > div.row.team-members.text-center, 
  #fabulous-feminists > div > div > div.row.team-members.text-center.mx-auto,
  #process-case-studies .partners-members, #process-case-studies > div > div:nth-child(2) > div > div  {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap !important;
  }

  #meet-the-team-office  > div > div > div > div.row.team-members.text-center {
    justify-content: unset !important;
  }
  #fabulous-feminists > div > div > div > div.team-member {
    min-width: unset !important;
  }

  #fabulous-feminists > div > div > div > div.team-image img,
  #meet-the-team-office .team-image, #meet-the-team-office > div > div > div > div > div > div.team-image img {
    margin-bottom: 1.25rem;
    max-width: 60vw !important;
    margin: auto;
    padding-bottom: 0.5rem;
  }
  #meet-the-team-office .team-image, #meet-the-team-office > div > div > div > div > div > div.team-image img {
    min-width: 60vw;
  }
  #fabulous-feminists > div > div > div > div > div.team-image > img {
    max-width: 60vw !important;
  }

  #process-case-studiesx > div > div:nth-child(2) {
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
  }
  .team-image {
    margin-bottom: .25rem;
    max-width: 60vw;
  }
  .team-modal-close {
    -webkit-appearance: textfield;
    appearance: textfield;
    color: var(--orange);
    border: 1px solid var(--orange) !important;
    padding: 0 .5rem .25rem .25rem !important;
    background-color: transparent !important;
    opacity: 1;
  }
  .team-member-card {
    overflow-y: inherit;
    height: inherit;
  }
  .team-member-img {
    padding-left: 15px !important;
  }
  .row .team_members > .col-md-2,
  #meet-the-team > div > div > div > div.row.team-members.text-center > .col-md-2,
  #meet-the-team-office > div > div > div > div.row.team-members.text-center > .col-md-2 {
    display: inline-block;
    float: none;
  }

  .team_member, #meet-the-team > div > div > div > div.row.team-members.text-center > .col-md-2,
  #meet-the-team-office > div > div > div > div.row.team-members.text-center > .col-md-2 {
    word-break: break-word;
  }

  .ff-text-block {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #ff-hp-slider .ff-text-block {
    width: 85vw;
  }

  .job-title {
    white-space: normal !important;
   }

   #credentials ul {
    padding-left: 0rem;
   }

   #events-past > div > a > div.partner-copy.body-copy.text-center {
     max-width: 85vw;
   }
   #partners .partner-copy {
     white-space: normal;
   }
   
  .card-title-modal {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
    white-space: normal;
  }

  .card-sub-title {
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 1.5px;
    margin: 0 2rem;
    white-space: normal;
  }

  .card-hr-modal {
    margin: 1rem 2rem;
  }
  .card-bios {
    margin: 2rem 2rem 2rem;
    white-space: normal;
  }
  .navbar-dark.fixed-abs {
    background-color: var(--orange);
  }
  #baamNavbar .nav-item {
    max-width: none;
    word-wrap: normal;
    text-align: left;
  }

  #baamNavbar .nav-item > .nav-link {
    white-space: normal!important;
  }

  .login-btn {
    padding-left: 1rem !important;
  }

  .carousel-icon-bg {
    height: 68px;
    width: 68px;
    font-size: 40px;
  }

  .px-15 {
    padding-left: 15px !important;
  }

  .mosaic-copy ul {
    padding: 0;
  }

  .cred-image {
    text-align: center;
    margin-bottom: .75rem;
  }

  .cred-image:first-of-type {
    margin-top: .75rem;
  }

  .cred-copy {
    margin-bottom: .75rem;
    text-align: center;
  }

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

  .cred_header {
    text-align: center;
  }

  .cred-name ul > li {
    list-style: none;
  }

  .top-image {
    margin-right: auto;
    margin-left: auto;
    position: inherit;
    top:  inherit;
    transform: inherit;
  }

  .cred-enteries .cred_copy {
    text-align: center;
  }

  #credentails ul {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }

  .orange-hr {
    text-align: center;
    /* margin-left: 25% !important; */
  }

  #office_section .offices_block {
    border-right: none;
  }

  #office_section .offices_block h4 {
      white-space: nowrap;
  }

  #office_section {
    text-align: center;
  }

  #office_section .contacts_hr {
    background-color: var(--orange); 
    width: 60vw;
  }

  #contact_form {
    text-align: left;
  }

  #contact_form .office_address_entry {
    margin-right: -15px;
    white-space: nowrap;
  }

  #office_section .office_address_entry, #office_section .offices_block .body-copy p {
    margin-right:   auto;
  }

  #office_section .body-copy {
    text-align: center; 
  }

  #wealth-management-philosophy .body-copy p:last-of-type, .body-copy p:last-of-type {
    margin-bottom: 1.25rem;
  }

  .wealth section:first-of-type > div > div:nth-child(2) > p.intro-copy,
  body > section:nth-child(1) > div > div:nth-child(2) > p {
    text-align: left;
  }

  #office_section > div.col-12.col-md-5 > div:nth-child(1) > a  {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .header-section  img {
    margin-top: 57px;
  }

  .header-section {
    background-color: var(--faintgrey);
    padding-bottom: 2rem;
  }

  .header-section .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-section .carousel-caption .eyebrow {
    bottom: inherit;
    text-align: center;
    color: #4A4A4A !important;
  }

  #process-case-studies > div > div:nth-child(2) > div {
    overflow-x: auto;
    white-space:  nowrap; 
  }

  .process-mosaic-pill-button {
    margin: 4px 1rem 0.5rem;
    font-size: 9px;
  }

  .case-label {
    font-weight: 900;
    font-size: 0.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  #single-stock-concentration .case-label {
    bottom: 4rem;
  }

  #process-case-studies .card-body {
    max-width: inherit;
  }

  .process-strategy-tatics-results {
    margin: .5rem auto;
  }

  .process-strategy-tatics-results div {
    margin: .5rem auto;
  }

  label {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: .25rem;
  }

  .modal .contact-form-option {
    margin-bottom: 0px;
  }
  #process-case-studies .col-md-10 {
    /*
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap !important;
    */
  }
  #family_office_family_office p {
    text-align: center !important;
  }
  #wealth_management_philosophy {
    width: 100%;
    height: 100%;
  }

  .author_date {
    color: var(--white);
    padding-bottom: 1.5rem;
  }

  #insights-filter {
    height: 5.5rem;
  }

  #insights-filter span.orange {
    width: 100%;
  }

  #insights-filter button:active {
    margin-bottom: 0.5rem;
  }

  #subnav {
    padding: 0.5rem 0;
  }

  #insights-filter input[name="keywords"] {
    margin-right: 1rem;
  }

  #insights-filter form[name="insights_search"] {
    background-color: white;
  }

  #insights-filter-nav .ripple-container {
    display: inline-block;
  }
  #insights-entry {
    margin-top: unset;
  }

  .gbg-cover h1 {
    color: #fff;
  }
  .gbg-cover {
    background-image: url(/assets/images/hp-reminders-banner-mobile.jpg);
    height: 5rem;
  }
  
  #subnav {
    padding: 0.5rem 0;
  }
  
  #baamNavbarInsight.navbar-collapse.collapse.show {
    margin-top: 0.5rem;
  }
  #baamNavbar > ul {
    position: relative !important;
    background-color: var(--orange);
    margin: .5rem 1rem 0 .5rem;
  }

  #baamNavbar > ul > li:nth-child(10)  {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  #contact-us-form .form-group,
  #contact-us-form .form-group label {
    text-align: left !important;
  }

  body.modal-open {
    overflow: hidden !important;
    /* position: fixed; */
    width: 100%;
  }
  .modal.show .modal-dialog, .modal-open .modal { 
    width: 100vw;
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
  }
  .bookclub_cover_image {
     margin: 0;
     margin-bottom: 1rem;
  }
  .inaugural-event {
    font-size: 1.5rem;
  }
  .events h1.header {
    margin: 0rem .25rem;
    padding-top: 1.25rem;
    font-size: 1.75rem;
  }
  .inaugural-event.series-header {
    line-height: 2rem;
    letter-spacing: 5px;
  }
  .inaugural-event.series-subheader {
    font-size: 1rem;
    letter-spacing: 1.5rem;
  }
  .event-inaugural:before {
    font-size: 13rem;
    font-weight: lighter;
    left: 0;
    top: -1.5rem;
  }
  .event-inaugural:after {
    font-size: 13rem;
    font-weight: lighter;
    top: -1.5rem;
  }
  .inaugural-event.series-header-tagline {
    line-height: 2rem;
    letter-spacing: 1rem;
  }
  .inaugural-event .series-tagline {
    color: #957c53;
    line-height: 3rem;
    letter-spacing: 1.5rem;
    margin-top: 3rem;
    text-transform: uppercase;
  }
  .inaugural-event .series-tagline-date {
    color: #957c53;
    font-weight: bold;
  }
  .inaugural-event .series-tagline-time {
    font-size: 2rem;
    color: #957c53;
    font-weight: bold;
  }
  .inaugural-event .series-tagline-addr1 {
    font-weight: bold;
    text-align: center;
    color: #957c53;
    margin-top: 3rem;
  }
  .inaugural-event .series-tagline-addr2 {
    font-size: 1.5rem;
    color: #957c53;
    margin-bottom: 3rem;
  }
  .inaugural-event .series-copy-feature {
    font-size: 1.25rem;
    color: #353334;
  }
  .inaugural-event .series-copy-speaker {
    font-size: 1.25rem;
    color: #353334;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .inaugural-event .series-copy {
    font-size: 1rem;
    color: #929394;
    margin-bottom: 2rem;
  }
  .inaugural-event .series-hashtag {
    font-size: 1.35rem; 
    color: #000; 
    margin-bottom: 2rem;
  }
  #insights-filter   nav#navbar.navbar-expand-lg.navbar-dark {
    padding: 0;
  }
  nav#navbar.navbar-expand-lg.navbar-dark, 
  #baamNavbarInsight.navbar-collapse.collapse.show {
    background-color: white;
  }
  #family_office_family_office img {
    width: 50%;
  }
  body > div.header-section > div > div.header > div.header-subtext {
    padding-bottom: 1.25rem;
    text-align: center !important;

  }
  div.awards-row > div > a > img {
    max-height: 55px !important;
  }
}

@media (max-width: 812px) { 

  .mosiac-label {
    left: 2rem;
  }
  #fo-image-row > div > div > div {
    margin-bottom: .5rem;
  }
  #fo-image-row > div > div > div:last-of-type {
    margin-bottom: 0;
  }
  .bookclub_cover_image {
     margin: 0 !important;
     margin-bottom: 1rem !important;
  }
  .awards-row > div > a > img {
    max-height: 55px;
  }
}
/*
@media (maz-width: 576px) and (orientation : landscape) {
  .container {
      max-width: unset;
  }
}
*/

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
  .carousel-indicators {
    margin-bottom: 1.25rem !important;
  }

  .carousel-text-block, #baam-hp-slider > div > div:nth-child(2) > div {
    top: auto;
    right: 15%;
  }

  h1.header {
    font-size: 2rem;
    line-height: 3rem;
  }

  .carousel-caption {
    margin-bottom: 3.25rem;
  }

  .carousel-caption .header-subtext {
    /* width: 75%; */
    margin: auto;
  }

  .header-subtext {
    font-size: 1.25rem;
    line-height: 2.5rem;
  }

  .carousel-item img.ff-img {
    width: auto;
    height: 100% !important; 
  }

  .ff-text-block {
    margin-left: 3rem;
  }

  .container {
    max-width: unset !important;
  }

  .modal-dialog {
    max-width: 100vw;
    padding-right: 0;
    margin: 0;
  }
  .awards-row > div > a > img {
    max-height: 55px;
  }

}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
  .carousel-item img.ff-img {
    width: auto;
    height: 100% !important;
  }

  #ff-slide-x .orange-box .eyebrow {
    margin-top: 0rem;
    margin-left: 0;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  #ff-slider-x .cred-entry .body-copy {
    text-align: left;
  }
  .wm-ph-svg {
    width: 100% !important;
    height: auto;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 730px) and (orientation : portrait) {
  .event-inaugural:before {
    display: none;
  }

  .event-inaugural:after {
    display: none;
  }

  h1.header, .insights_article .eyebrow.white, .thankyou .intro-copy, .insights .eyebrow.white, .unique_offerings .eyebrow.white, body > div.header-section > div > div.header > h1 {
    font-size: 1.25rem;
  }


  .events .body-copy span.float-right {
    float: none !important;
    display: block;
  }

  a.navbar-brand {
    padding: unset;
  } 
}

@media (max-width: 768px) {
  #ff-slider-x .cred-entry .eyebrow {
    margin-left: 0;
    text-align: left;
  }
  #ff-slider-x .cred-entry .body-copy {
    text-align: left;
  }
  #ff-slider-x .mosaic-map > div {
    width: 85vw !important;
  }
  .row.mosaic.mosaic-map img {
    width: 85vw;
  }
  .wm-ph-svg {
    width: 90% !important;
    height: auto;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
  .carousel-item img.ff-img {
    width: auto;
    height: 100% !important; 
  }

  .modal-dialog {
    max-width: 90vw;
  }
}


@media (max-width: 984px) {

  .header-section {
    background-color: var(--green-ind) !important;
    position: relative;
    padding-bottom:0 ;
  }
  
  h1.image_header {
    position: relative;
    text-align: left;
    background-color: var(--green-ind);
    padding-bottom: 0;
    padding: 1rem;
  }
  
  .header-section img {
    height: unset !important;
    max-height: 389px;
  }

  .header .col-md-4 {
    color: white !important;
  }
  .denote-button {
    margin-left: 0;
  }
}
.insights-tile-title {
  font-family: 'Montserrat', sans-serif;
}
#subnav, #insights-filter {
  background-color: white;
}

.blog-post__social-sharing .social-links {
  max-height: 40px;
}

.hs-form-field>label, .hs-form-field>label span {
  color: var(--darkgrey);
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea,
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='number']:focus, select:focus, textarea:focus {
  border: 1px solid var(--orange);
}

form {
background-color: var(--faintgrey);
border-radius: 1px;
}

.blog-card__tag-link, .blog-post__tag-link {
/* background-color: rgba(137,139,60,0.0); */
color: #6395c1;
}

#insights-social span.blue-ind {
width: 50%;
border-bottom: 2px solid;
margin: 0 auto !important;
}

.blog-post__author-bio {
  line-height: 1.5;
  font-size: 15px;
}

.nav-item {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 807px) {
    iframe#blogEntries {
      height: 1775px !important;
    }
}

ol > li::marker {
    color: var(--orange);
}