:root {
  --primary: #1a3164;
  --secondary: #6c747d;
  --success: #28a745;
  --danger: #d92a26;
  --warning: #f4ac00;
  --info: #17a0b8;
  --dark: #343a40;
  --light: #f1f1f1;
  --default_body_bg: #051839;
  --default_body: #000000;
  --default_link: #0000ff;
  --default_link_hover: #008fff;
  --header_bg: #000000;
  --header: #ffffff;
  --header_link: #c4dcff;
  --header_link_hover: #008fff;
  --footer_bg: #051839;
  --footer: #ffffff;
  --footer_link: #c4dcff;
  --footer_link_hover: #d92a26;
  --default_nav: #ffffff;
  --default_nav_bg: #333333;
  --default_nav_link: #969696;
  --default_nav_link_bg: ;
  --default_nav_link_hover: #8e0000;
  --prehead_bg: #646464;
  --default_nav_link_hover_bg: ;
  --prehead: #ffffff;
  --prehead_link: #c4dcff;
  --prehead_link_hover: #008fff;
  --sub_footer_bg: #ffffff;
  --sub_footer: #444444;
  --sub_footer_link: #000000;
  --sub_footer_link_hover: #d92a26;}

body {
  color: var(--default_body);}

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

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

header {
  color: var(--header);
  background-color: var(--header_bg);}

header a {
  color: var(--header_link);}

header a:hover {
  color: var(--header_link_hover);}

footer {
  color: var(--header);
  background-color: var(--footer_bg);}

footer a {
  color: var(--footer_link);}

footer a:hover {
  color: var(--footer_link_hover) !important;}

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

.actions a.btn,.actions button {
  height: 50px;
  padding: 0 32px;
  line-height: 36px;
  align-items: center;
  justify-content: center;}

td.actions {
  text-align: right;}

.actions .dt-column-header {
  text-align: center;}

.actions span.dt-column-order {
  display: none;}

.oci-upload-area div {
  text-align: center !important;}

.oci-upload-area div svg {
  margin: 0 auto;}

.modal.modal-drawer .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 720px;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;}

.modal.modal-drawer.show .modal-dialog {
  transform: translateX(0);}

.modal.modal-drawer .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;}

.modal.modal-drawer .modal-header {
  flex-shrink: 0;
  border-bottom: 1px solid #dee2e6;}

.modal.modal-drawer .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;}

.modal.modal-drawer .modal-footer {
  flex-shrink: 0;
  border-top: 1px solid #dee2e6;}

.modal.modal-drawer.fade .modal-dialog {
  transform: translateX(100%);}

.modal.modal-drawer.fade.show .modal-dialog {
  transform: translateX(0);}

.modal-header .btn-close {
  filter: invert(1) grayscale(100%);
  opacity: .9;}

.name-block.ml-4.d-inline-block.position-relative {
  left: 20px;
  font-size: 25px;}

#flash-notice  a.close {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase !important;
  font-size: 18px;
  background-color: #a22b2e;
  padding: 0 6px;
  line-height: 22px;
  border-radius: 3px;
  cursor: pointer;}

#flash-notice  a.close:hover {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase !important;
  font-size: 18px;
  background-color: #1a3164;
  padding: 0 6px;
  line-height: 22px;
  border-radius: 3px;
  cursor: pointer;}

#new_form_payment {
  scroll-margin-top: 120px;}

span.bugs span {
  border-radius: 50%;
  margin: 0 2px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 10px;
  position: relative;
  top: -5px;}

span#approved {
  background-color: #27a745;}

span#final {
  background-color: #d92926;}

.bg-prehead a {
  color: var(--prehead_link);}

.bg-subfoot {
  color: var(--sub_footer);
  background-color: var(--sub_footer_bg);}

.bg-subfoot a {
  color: var(--sub_footer_link);}

.bg-navbar {
  color: var(--default_nav);
  background-color: var(--default_nav_bg);}

.navbar-nav .nav-link {
  color: var(--default_nav_link);
  background-color: var(--default_nav_link_bg);}

.navbar-nav .nav-link:hover {
  color: var(--default_nav_link_hover);
  background-color: var(--default_nav_link_hover_bg);}

.text-black {
  color: #000000;}

.bg-black {
  background-color: #000000;}

.btn-black {
  background-color: #000000;
  border-color: #000000;}

.btn-black:hover {
  background-color: #333;}

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

.bg-primary {
  background-color: var(--primary) !important;}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary);}

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

.bg-secondary {
  background-color: var(--secondary) !important;}

.btn-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary);}

.text-success {
  color: var(--success);}

.bg-success {
  background-color: var(--success) !important;}

.btn-success {
  background-color: var(--success) !important;
  border-color: var(--success);}

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

.bg-danger {
  background-color: var(--danger) !important;}

.btn-danger {
  background-color: var(--danger) !important;
  border-color: var(--danger);}

.text-warning {
  color: var(--warning);}

.bg-warning {
  background-color: var(--warning) !important;}

.btn-warning {
  background-color: var(--warning) !important;
  border-color: var(--warning);}

.text-info {
  color: var(--info);}

.bg-info {
  background-color: var(--info) !important;}

.btn-info {
  background-color: var(--info) !important;
  border-color: var(--info);}

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

.bg-dark {
  background-color: var(--dark) !important;}

.btn-dark {
  background-color: var(--dark) !important;
  border-color: var(--dark);}

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

.bg-light {
  background-color: var(--light) !important;}

.btn-light {
  background-color: var(--light) !important;
  border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));}

body {
  font-family: Arial;
  font-size: 16px;}

h1, h2, h3, h4, h5, h6 {
}

.text-accent {
}

.text-script {
}

.navbar-nav .nav-link {
  font-family: Roboto;
  font-size: 18px;}

.scale {
  width: 100%;
  height: auto;}

section.first.article {
  padding-top: 100px;}

img {
  max-width: 100% !important;
  height: auto;}

.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;}

.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;}

.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;}

.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;}

.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;}

.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;}

.pagination-controller {
  display: block;
  padding: 0 0 70px;}

.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;}

.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;}

.pagination li:last-child {
}

.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;}

.pagination > li:hover {
}

.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;}

.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;}

.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;}

.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;}

.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;}

a.dropdown-toggle > b.caret {
  display: none !important;}

li.dropdown:hover ul.dropdown-menu {
  display: block;}

.nav b.caret {
  display: none;}

section.first {
  padding-top: 100px;}

.contact-page {
  margin-top: 110px;}

footer a.nav-link:hover {
  color: #fff;}

.item-information {
  position: absolute;
  bottom: 0;}

.item.news-article-block {
  position: relative;}

a.article-title {
  font-weight: 600;}

.text-shadow {
  text-shadow: 1px 1px 1px #000;}

.item-information {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  width: 100%;
  padding-top: 3px;}

h1.ruled span {
  color: #000000;}

.row.follow-us {
  border-bottom: 1px dotted #000000;}

.card p {
  font-size: 10px;}

.card a.network {
  color: #051839;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px 20px 0;
  font-size: 25px;}

.card a.network {
  transition: all .2s ease-in-out;}

.utility-newsletter-button {
  background-color: #316531;}

.card a.network:hover {
  color: var(--danger);
  transform: scale(1.1);}

.sticky-2 {
  position: sticky;
  top: 80px;}

a.utility-link {
  color: #316531;
  text-decoration: none;}

a.utility-link:hover {
  color: #224622;}

.bio-font-awesome {
  font-size: 20px;
  color: #ffffff;}

.bio-font-awesome:hover {
  color: #429042;}

.underlay-rev {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
  background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
  background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
  border-bottom: 1px solid #9a9898;
  border-top: 1px solid #9a9898;}

.bio-hero-background {
  background-color: #ff000000 !important;
  color: #ffffff;}

section.bio-body {
  background-color: #ffffff;}

section.first.bio-hero {
  background-color: #b4b5b8 !important;
  padding: 90px 0 30px 0;}

.mask-right {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
  mask-image: linear-gradient(to right, transparent 0%, black 36%);}

.bio-hero-background {
  padding-top: 0 !important;}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;}

.bg-cover {
  background-size: cover;
  background-position: center;}

.live-area {
  position: relative;}

.bg-10-white {
  background-color: rgba(246, 246, 246, 0.5);}

.donation-form input[type=radio], .donation-form input[type=checkbox] {
  display: none;}

.donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
  display: inline-block;
  padding: 8px 12px;
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  background-color: #b9d0df;
  transition: all 0.5s ease;}

.donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  background-color: #0693e3;
  text-shadow: none;
  transition: all 0.3s ease;}

.utility-title {
  font-size: 30px;}

.donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
  display: inline-block;
  padding: 8px 12px;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  background-color: #A32B2E;
  text-shadow: none;
  transition: all 0.5s ease;}

.text-small {
  font-size: medium;}

.text-accent {
}

.text-script {
}

h4.text-script.text-accent {
}

.cover {
  background-size: cover;}

.content-body li {
  margin: 0 0 20px 0;}

.shareaholic-service-parler {
  background-color: #A51300 !important;}

a.shareaholic-service-parler:before {
  content: "" !important;
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;}

a.pminc {
}

a.structure {
}

.parler-icon {
  width: 15px;
  vertical-align: unset;}

.navbar-brand {
  display: block;
  text-indent: -5000px;
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/patriotpak_com/media/picture/698e/04ec/10bf/6e11/92b5/dd76/original_header-logo.png?1770915053);
  background-repeat: no-repeat;
  overflow: hidden;
  width: 365px;
  height: 60px;
  background-size: contain;}

body {
  background-color: var(--default_body_bg);}

.container {
  max-width: 1450px;}

.roboto {
  font-family: "Roboto", sans-serif;}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  font-family: "Roboto", sans-serif;}

nav#header {
  background-color: var(--default_body_bg);}

.off-content {
  margin: 0 auto;
  text-align: center;}

.navbar-toggler {
  z-index: 999;}

.positioner {
  padding-top: 120px !important;}

.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;}

.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}

.is-active .line {
  background-color: #ffffff;}

.hamburger:hover {
  cursor: pointer;}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);}

.menu-list-main {
  justify-content: flex-end;}

div#navbarNavMain {
  display: inline-block !important;}

.bg-glass {
  background-color: rgb(0 0 0 / 85%) !important;}

.navbar-nav .nav-link {
  font-weight: 400;
  padding: 0;
  margin-right: 10px;}

.positioner .nav-link {
  color: #ffffff;
  border-left: none;
  margin: 6px 0;}

.positioner .nav-link:hover {
  color: var(--danger);}

#hero {
  min-height: 700px;}

.hero {
  padding-top: 90px;}

.hero .tag-graphic {
  width: 270px;}

.horizontal-divider {
  height: 1px;
  background: #969696;
  margin: 10px 0 20px;}

.how-icon {
  width: 70px;
  height: auto;}

.how-title {
  color: #d1d1d1;}

.how-description {
  color: #ffffff;}

.how-number {
  font-size: 120px;
  font-weight: 900;
  line-height: 0.7;
  color: #d1d1d1;}

.actions .row > .col-md-4:nth-child(2) .how-card .how-number {
  color: #C1C0C0;}

.actions .row > .col-md-4:nth-child(2) .how-card .how-title {
  color: #D92C2B;}

.actions .row > .col-md-4:nth-child(2) .how-card .how-description {
  color: #1A3264;}

.why-us .bg-color {
  background-color: #092446;
  border: 1px solid #707070;}

.why-us .headline {
  font-size: 25px;}

.why-us .values:last-child .horizontal-divider {
  display: none;}

.book-a-call-btn {
  color: #ffffff !important;
  font-weight: bold;}

.mobile-actions {
  gap: 8px;}

.book-a-call-mobile {
  font-weight: 400;
  padding: 0;
  font-family: Roboto;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: 16px;}

footer .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;}

.footer-logo {
  max-height: 250px;}

footer a {
  color: #BFBFBF !important;
  font-size: 25px;
  margin: 0 10px;}

footer.bg-footer {
  background-image: linear-gradient(
      to bottom,
      rgba(11,42,84,0) 0%,
      rgba(11,42,84,0.90) 35%,
      rgba(11,42,84,1) 100%
    ),

    radial-gradient(
      ellipse at 105% 105%,
      rgba(255,255,255,0.16) 0%,  
      rgba(255,255,255,0.10) 12%,  
      rgba(255,255,255,0.04) 22%,  
      rgba(255,255,255,0.00) 32%
    );
  background-repeat: no-repeat;
  background-size: 100% 100%, 28% 70%;
  background-position: top left, bottom right;}

.scroll-margin-top {
  scroll-margin-top: 92px;}

html {
  scroll-behavior: smooth;}

label.error {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0px;
  background: #D92A27;}

.card.follow-us .btn {
  padding: 8px;}

.card.follow-us {
  background: #051839;}

header .positioner a {
  color: #ffffff;
  font-size: 25px;
  margin: 10px;}

header .positioner a:hover {
  color: var(--danger);}

section.member-sign-in {
  background-color: #f1f1f1;}

.member-sign-in .box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}

.user-header .profile-icon {
  max-width: 70px !important;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #a11200;
  clip-path: circle();}

.sign-in-content span.brand {
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/patriotpak_com/media/picture/698e/04ec/10bf/6e11/92b5/dd76/original_header-logo.png?1770915053);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  width: 330px;
  display: inline-block;
  height: 47px;
  text-indent: -50000px;
  margin-bottom: 0px;
  position: relative;
  top: 12px;
  max-width: 100%;}

.panel-title {
  font-size: 40px;}

.panel-body {
  padding-top: 30px;}

.user-forms .form-group, .user-forms .password {
  margin-bottom: 25px;}

.user-forms #btn-login {
  background: var(--danger) !important;}

.user-forms #btn-signup {
  background: var(--danger) !important;
  margin-top: 10px;
  color: #ffffff !important;}

.user-forms .checkbox {
  margin-top: 25px;}

.user-forms {
  margin-top: 100px;}

.user-forms .form-control {
  border-radius: var(--bs-border-radius) !important;}

.avatar-card input[type="radio"] {
  opacity: 0;
  position: absolute;}

.avatar-update-info .btn {
  padding: 5px 10px;
  font-size: 16px;}

.user-header h1 {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  letter-spacing: 2px;}

a.badge.edit-avatar {
  background-color: #117a8b;
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1 / 1;
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  left: 58px;
  bottom: 15px;}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;}

@media (max-width: 767px) {
  .navbar-brand {
    width: 230px;
    height: 38px;  }

}

@media (max-width: 430px) {
  .navbar-brand {
    width: 150px;
    height: 25px;  }

}

@media (max-width: 10000px) {
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);  }

}

@media (max-width: 10000px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;  }

}

@media only screen and (max-width: 1199px) {
  div#navbarNavMain {
    display: none !important;  }

}

@media (max-width: 767px) {
  .hero {
    padding-top: 75px;  }

}

@media (max-width: 460px) {
  .hero .headline {
    font-size: 25px;  }

}

@media (min-width: 1110px) and (max-width: 1240px) {
  .why-us .description {
    padding-right: 50px;  }

}

@media (max-width: 991px) {
  .dashboard-image-and-title {
    display: flex;
    flex-direction: column;  }

}

@media (max-width: 767.98px) {
  .modal.modal-drawer .modal-dialog {
    max-width: 100%;  }

}

@media (max-width: 767.98px) {
  .modal.modal-drawer .modal-dialog {
    max-width: 100%;  }

}
