@charset "utf-8";

/* @tailwind base; */

.container{
  width: 100%;
}

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

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

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

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

.isolate{
  isolation: isolate;
}

.z-10{
  z-index: 10;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.ml-\[-4px\]{
  margin-left: -4px;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[2px\]{
  margin-top: 2px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.h-\[140px\]{
  height: 140px;
}

.h-\[180px\]{
  height: 180px;
}

.h-\[200px\]{
  height: 200px;
}

.h-full{
  height: 100%;
}

.\!w-\[485px\]{
  width: 485px !important;
}

.w-\[200px\]{
  width: 200px;
}

.w-full{
  width: 100%;
}

.\!max-w-\[100\%\]{
  max-width: 100% !important;
}

.\!max-w-\[90\%\]{
  max-width: 90% !important;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink{
  flex-shrink: 1;
}

.flex-grow{
  flex-grow: 1;
}

.flex-grow-0{
  flex-grow: 0;
}

.grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.translate-x-20{
  --tw-translate-x: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize{
  resize: both;
}

.columns-2{
  -moz-columns: 2;
       columns: 2;
}

.flex-wrap{
  flex-wrap: wrap;
}

.gap-2{
  gap: 0.5rem;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.\!bg-cover{
  background-size: cover !important;
}

.\!bg-center{
  background-position: center !important;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!shadow-black{
  --tw-shadow-color: #000 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-black{
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\!text-shadow{
  text-shadow: 0 2px 4px var(--tw-shadow-color) !important;
}

.text-shadow{
  text-shadow: 0 2px 4px var(--tw-shadow-color);
}

.\[hostname\:port\]{
  hostname: port;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

a {
  text-decoration: none;
}

hr {
  height: 1px;
  border: 0;
  background-color: #ccc;
  margin: 0;
}

.mainWrapper {
  margin: 0 auto 20px auto;
  max-width: 980px;
  width: 100%;
  text-align: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.largeImage {
  width: 100%;
}

/* Header */

.companyLogoLarge {
  display: inline-block;
}

.companyLogoLarge img {
  display: block;
}

.companyLogoSmall {
  display: none;
}

.companyLogoSmall img {
  display: block;
}

.mainMenu {
  width: 100%;
  background-color: #b50938;
  display: flex;
}

.mainMenu a {
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  flex: 0 1 auto;
  transition: all 0.3s;
  border-right: 1px solid #91072d;
}

.mainMenu a:hover {
  background-color: #333;
}

.mobileMenuButton {
  font-size: 12px;
  color: #fff;
  background-color: #b50938;
  display: none;
  cursor: pointer;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 3px;
  transition: all 0.3s;
}

.mobileMenuButton:hover {
  background-color: #333;
}

.mobileMenuBody {
  overflow-x: hidden;
  position: relative;
  right: 0;
  transition: right 0.3s ease;
}

.mobileMenuOpen {
  right: 200px;
}

.mobileMenuOpen .mobileMenuLinks {
  right: 0;
}

.mobileMenuLinks {
  color: #fff;
  background-color: #b50938;
  position: fixed;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  border-left: 1px solid #91072d;
  transition: right 0.3s ease;
  text-align: left;
}

.mobileMenuLinks a {
  display: block;
  border-bottom: 1px solid #91072d;
  background-color: #b50938;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  transition: all 0.3s;
}

.mobileMenuLinks a:hover {
  background-color: #333;
}

.headerImageWrapper {
  overflow: hidden;
}

.headerImage {
  width: 100%;
  display: block;
}

.companyPageBanner {
  background-image: url('../images/company-banner.png');
  background-position: right center;
  display: flex;
  align-items: center;
}

.creatingSuccessPageBanner {
  background-image: url('../images/creating-success-banner2.png');
  background-position: right center;
  display: flex;
  align-items: center;
}

.laveragingNetworkPageBanner {
  background-image: url('../images/leveraging-network-banner.png');
  align-items: center;
}

.creatingSuccessBannerDescription {
  font-size: 18px;
  line-height: 24px;
  color: #eee;
  text-decoration: none;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.elavatingMindPageBanner {
  background-image: url('../images/elevating-mind-banner.png');
  background-position: right center;
  display: flex;
  align-items: center;
}

.disclaimerPageBanner {
  background-image: url('../images/privacy-lg.jpg');
  background-position: right center;
  display: flex;
  align-items: center;
}

/*Main Page Banner*/

.mainPageBanner {
  height: 270px;
  background-image: url('../images/home-compass-banner.png');
  background-position: right center;
  display: flex;
  align-items: center;
}

.mainPageBannerContent {
  padding-left: 10%;
}

.mainPageBannerTitle {
  font-family: 'Times New Roman', Times, serif;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -0.5px;
  color: #eee;
  font-weight: normal;
  text-decoration: none;
  margin: 0 0 5px 0;
}

.mainPageBannerDescription {
  max-width: 400px;
  font-size: 18px;
  line-height: 24px;
  color: #eee;
  text-decoration: none;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.mainPageBannerButton {
  background-color: #b50938;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
  padding: 6px 20px 6px 10px;
  transition: all 0.3s;
  border-radius: 3px;
  position: relative;
  display: inline-block;
}

.mainPageBannerButton:hover {
  background-color: #333;
}

.buttonRightArrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 6px;
  right: 7px;
}

/*Main Page Lower Banners*/

.mainPageLowerBannersWrapper {
  padding: 10px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

.mainPageLowerBanner {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  flex-shrink: 0;
}

.mainPageLowerBanner:hover {
  background-color: #e8e8e8;
}

.mainPageLowerBannerThumbnail {
  border: 1px solid #bbb;
  margin-bottom: 10px;
  transition: all 1s;
}

.mainPageLowerBanner a {
  display: block;
}

.mainPageLowerBanner h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px 0;
  color: #333;
  text-align: center;
}

.mainPageLowerBanner ul {
  margin: 0 auto 10px auto;
  padding: 0;
}

.mainPageLowerBanner li {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin: 0 0 5px 0px;
  list-style-type: none;
}

.mainPageLowerBanner li span {
  /*position: relative;*/
  /*left: -5px;*/
}

.mainPageLowerBannerButton {
  font-size: 10px;
  font-weight: 600;
  width: 100%;
  color: #fff;
  background-color: #b50938;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 8px;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
}

.mainPageLowerBanner:hover .mainPageLowerBannerButton {
  background-color: #333;
}

/*Inside Pages Styles*/

.breadcrumbs {
  color: #b50938;
  font-size: 12px;
  margin: 10px 0 5px 0;
  padding: 0 20px 0 220px;
}

.breadcrumbs a {
  color: #b50938;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.pageWrapper {
  display: flex;
}

.pageLeftSidebar {
  padding: 0 20px;
  flex: 1;
  order: 1;
}

.pageLeftSidebarCategory {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.pageLeftSidebar ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.pageLeftSidebar ul li {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #b50938;
}

.pageLeftSidebar a {
  color: #b50938;
}

.pageLeftSidebar a:hover {
  text-decoration: underline;
}

.pageLeftSidebar h3 {
  color: #b50938;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.pageRightContent {
  padding: 10px 20px;
  margin: 0 20px 20px 0;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 22px;
  flex: 4;
  order: 2;
}

.pageRightContent h1 {
  font-size: 18px;
}

.pageRightContent h2 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

.pageRightContent h3, .pageRightContent h4, .pageRightContent h5 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.pageRightContent hr {
  margin: 15px 0 15px 0;
}

.pageRightContent ul {
  padding: 0 0 0 15px;
}

.pageRightContent .pageContentList {
  margin: 0;
}

.pageRightContent .pageContentList li {
  margin-bottom: 10px;
}

.pageRightContent a {
  color: #b50938;
}

.pageRightContent a:hover {
  text-decoration: underline;
}

.pageRightContent .large-button {
  background-color: #b50938;
  padding: 10px 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.3s;
}

.pageRightContent .large-button:hover {
  background-color: #333;
  text-decoration: none;
}

.pageRightContent .floatImgRight {
  float: right;
  margin: 0 0 5px 15px;
  max-width: 300px;
  width: 100%;
}

.pageRightContent .floatImgRight img {
  width: 100%;
}

.imgCaption h5 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}

.imgCaption p {
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  font-style: italic;
}

.leveragingNetworksProjectsWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.leveragingNetworksProject {
  flex-basis: 32.5%;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 0px 10px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}

.leveragingNetworksProject h3 {
  margin: 0 0 3px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
}

.leveragingNetworksProject p {
  border-top: 1px solid #ddd;
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
  font-size: 12px;
  line-height: 16px;
}

.flexLastItemHack {
  visibility: hidden;
}

.creatingSuccessProject {
  border: 1px solid #ddd;
  margin: 0 0 10px 0;
  border-radius: 3px;
  display: flex;
}

.creatingSuccessProjectImage {
  border-right: 1px solid #ddd;
  padding: 10px;
  max-width: 221px;
  display: flex;
  align-items: center;
}

.creatingSuccessProjectImage img {
  width: 100%;
}

.creatingSuccessProject p {
  margin: 0;
  padding: 10px;
  flex: 2;
}

.forumEvent {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.forumEventExcerptWrapper {
  display: flex;
}

.forumEvent h3 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0px 0;
}

.forumEvent h6 {
  font-size: 11px;
  margin: 10px 0;
  font-weight: 400;
  font-style: italic;
}

.forumEvent section p {
  line-height: 20px;
  margin: 0;
}

.forumEvent img {
  border: 1px solid #000;
}

.forumEvent .buttonLink {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  background-color: #b50938;
  text-decoration: none;
  padding: 3px 6px;
  margin: 5px 0 10px 0;
  border-radius: 3px;
  transition: all 0.3s;
}

.forumEvent .buttonLink:hover {
  text-decoration: none;
  background-color: #333;
}

.forumEvent figure {
  margin: 0;
}

.forumEvent figcaption {
  font-size: 12px;
  line-height: 18px;
}

.forumEvent .forumEventExcerptImage {
  margin: 0 10px 10px 0;
}

.forumEventContent {
  display: none;
}

.displayContent {
  display: block;
}

/*Sitemap Styles*/

.sitemapLinksWrapper {
  display: flex;
  flex-wrap: wrap;
}

.sitemapLinks {
  width: 25%;
  padding: 10px;
}

.sitemapLinks h2 {
  margin: 0px;
}

.sitemapLinks ul {
  margin-top: 5px;
}

.sitemapLinks ul li {
  color: #b50938;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}

/* Footer */

.footerLinks {
  font-size: 11px;
  padding: 5px 10px;
  border-top: 1px solid #ddd;
}

.footerLinks a {
  color: #b50938;
}

.footerLinks a:hover {
  text-decoration: underline;
}

.copyright {
  float: right;
  color: #666;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

@media only screen and (max-width: 1000px) {
  .breadcrumbs {
    padding: 0 20px;
  }

  .pageRightContent {
    margin: 0 10px 10px 10px;
  }

  .pageLeftSidebar {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .mainWrapper {
    border-left: 0;
    border-right: 0;
  }

  header {
    text-align: center;
  }

  .companyLogoLarge img {
    height: 80px;
  }

  .mainMenu a {
    font-size: 12px;
    padding: 8px;
    flex: 1 1 auto;
  }

  .mainMenu a:last-child {
    border-right: 0;
  }

  .mainPageBanner {
    height: 250px;
    background-position: calc(100% + 10vw) center;
  }

  .mainPageBannerContent {
    padding-left: 5%;
  }

  .mainPageBannerTitle {
    font-size: 34px;
    line-height: 34px;
    margin: 0;
  }

  .mainPageBannerDescription {
    font-size: 14px;
    line-height: 18px;
  }

  .mainPageLowerBanner h2 {
    font-size: 16px;
    font-weight: bold;
  }

  .mainPageLowerBanner li {
    font-size: 12px;
    line-height: 16px;
  }

  .pageRightContent .large-button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .leveragingNetworksProject {
    flex-basis: 32%;
  }

  .leveragingNetworksProject img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .pageRightContent .large-button {
    font-size: 16px;
    text-align: center;
    display: block;
  }

  .leveragingNetworksProject {
    flex-basis: 49%;
  }

  .mainPageBanner {
    background-position: calc(100% + 25vw) center;
  }

  .mainPageLowerBannersWrapper {
    display: block;
  }

  .mainPageLowerBanner {
    margin-bottom: 10px;
    text-align: left;
  }

  .mainPageLowerBanner h2 {
    text-align: left;
    padding-top: 2vw;
  }

  .mediumImage {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobileCenterText {
    text-align: center;
  }

  .companyLogoLarge {
    display: none;
  }

  .companyLogoSmall {
    display: inline-block;
  }

  .mainMenu {
    display: none;
  }

  .mobileMenuButton {
    display: inline-block;
  }

  .headerImage {
    width: auto;
    height: 100px;
  }

  .mainPageBanner {
    height: 200px;
    background-position: calc(100% + 21vw) center;
    background-size: cover;
  }

  .mainPageBannerDescription {
    max-width: 240px;
  }

  .mainPageBannerTitle {
    font-size: 20px;
    line-height: 22px;
  }

  .mainPageBannerDescription {
    font-size: 12px;
    line-height: 14px;
  }

  .mainPageBannerButton {
    font-size: 10px;
  }

  .buttonRightArrow {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
  }

  .pageRightContent {
    font-size: 12px;
    line-height: 18px;
  }

  .pageRightContent h1 {
    font-size: 16px;
    line-height: 18px;
  }

  .pageRightContent li {
    font-size: 12px;
  }

  .pageRightContent .floatImgRight {
    max-width: 150px;
  }

  .imgCaption h5 {
    font-size: 12px;
    line-height: 14px;
  }

  .imgCaption p {
    font-size: 10px;
    line-height: 12px;
  }

  .creatingSuccessProjectImage {
    max-width: 121px;
  }

  .forumEventExcerptWrapper {
    display: block;
    text-align: center;
  }

  .copyright {
    float: none;
  }

  .footerLinks {
    text-align: center;
  }

  .footerLinks a {
    display: block;
    margin-bottom: 2px;
  }

  .footerLinks span {
    display: block;
  }
}

@media only screen and (max-width: 450px) {
  .leveragingNetworksProject {
    flex-basis: 100%;
  }

  .leveragingNetworksProject img {
    max-width: 100%;
  }

  .mainPageLowerBanner h2 {
    padding-top: 0;
    font-size: 14px;
  }

  .mainPageLowerBanner li {
    line-height: 11px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 400px) {
  .mainPageBanner {
    background-position: calc(100% + 45vw) center;
  }
}

@media (min-width: 768px){
  .md\:hidden{
    display: none;
  }

  .md\:h-\[200px\]{
    height: 200px;
  }

  .md\:h-\[270px\]{
    height: 270px;
  }

  .md\:\!bg-left{
    background-position: left !important;
  }
}

@media (min-width: 1024px){
  .lg\:-translate-x-0{
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
