@font-face {
  font-family: Mrdafoe;
  src: url('../fonts/MrDafoe-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Brandon;
  src: url('../fonts/Brandon-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Brandon;
  src: url('../fonts/Brandon-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --deep-sky-blue: #00adef;
  --midnight-blue: #00306e;
  --fold: #bec3c799;
  --old-dd-menu: #cfd8dc;
  --matte: #111517;
  --espy: #edeef0;
  --mailchimp: #ffe01b;
  --ghost-40: #e6e9e566;
  --ghost: #e6e9e5;
  --white: white;
  --black: black;
  --subway: #ffcb0a;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

body {
  color: #111517;
  font-family: Brandon, sans-serif;
  font-size: 100%;
  line-height: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.25em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25em;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.125em;
}

p {
  margin-bottom: 10px;
  line-height: 1.75em;
}

a {
  color: var(--deep-sky-blue);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  text-decoration: underline;
}

.container-large {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 22px;
  display: block;
}

.container-large.less-padding {
  padding-top: 70px;
}

.d-6-section {
  background-image: url('../images/tiny-bottom-crop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.d-6-section.leftaligned {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Cleveland-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 5%;
}

.d-6-section.leftaligned.daytime {
  background-image: linear-gradient(#0006, #0006), url('../images/Cleveland-7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.h1-hero {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 2px 1px #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
}

.h1-hero.h1-la {
  text-align: left;
  line-height: 1em;
}

.h1-hero.h1-la.whitefor {
  color: #fff;
}

.h1-hero.h1-la.whitefor.twowords {
  color: #fff;
  font-size: 3.8em;
}

.h1-hero.h1-dafoe {
  color: var(--deep-sky-blue);
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
}

.h1-hero.h1-dafoe.whitedaf {
  color: #fff;
}

.navmenu-1 {
  align-items: center;
  display: flex;
}

.navcontainer-1 {
  max-width: 1200px;
}

.section {
  border-bottom: 1px solid #bec3c766;
}

.section.espy {
  background-color: var(--espy);
}

.section.testimonial-section {
  background-image: linear-gradient(to right, #213964, #2582c0);
}

.section.testimonial-section.hidden {
  display: none;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.approach {
  text-align: center;
  padding-bottom: 30px;
}

.wrap._w-custom.fw-hero-wrap {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap._w-custom.contactpg {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero1-headline-wrapper {
  text-align: center;
  width: 620px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero1-headline-wrapper.homepage {
  width: 700px;
  margin-bottom: 50px;
}

.hero1-headline-wrapper.homepage.reverseheadline {
  color: #fff;
  text-shadow: 0 1px 2px #0006;
}

.hero1-headline-wrapper.largeracfo {
  width: 100%;
}

.tagline {
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.tagline.fw-tag {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.internal-hero {
  padding-top: 17px;
}

.internal-hero.fwhero {
  background-image: linear-gradient(#0006, #0006), url('../images/Cleveland-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 85px;
  padding-top: 0;
  display: flex;
}

.internal-hero.fwhero.careerfw {
  background-image: url('../images/shutterstock_130063952-1-copy-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.internal-hero.fwhero.careerfw.career2 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Lobby-photo1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.internal-hero.fwhero.ourteam {
  background-image: linear-gradient(82deg, var(--midnight-blue), var(--deep-sky-blue)), linear-gradient(to bottom, #11151766, #11151766), url('../images/Winbridge-2020-100.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 400px;
  margin-top: 0;
}

.internal-hero.fwhero.taxfw {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Tiny-Tax-Photo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.internal-hero.fwhero.fundadminfw {
  background-image: url('../images/shutterstock_697566253-copy-1.jpg');
  background-position: 50% 15%;
  background-size: cover;
  margin-top: 0;
}

.internal-hero.fwhero.accountingnewhero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Tiny-Accounting.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.internal-hero.fwhero.accountingnewhero.career2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Tiny-Wall-Big.jpg');
  background-position: 0 0, 50%;
}

.internal-hero.fwhero.nopp {
  margin-top: 0;
}

.h2-internal {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 2.5em;
}

.h2-internal.fw-heromain {
  color: #fff;
  text-shadow: 0 1px 3px #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
}

.h2-internal.fw-heromain.fw-shrink {
  color: #fff;
  text-shadow: 0 1px 1px #0009;
  font-size: 4em;
}

.h2-internal.fw-heromain.accadmin {
  color: var(--midnight-blue);
  text-shadow: 0 1px 1px #0009;
}

.h2-internal.fw-heromain.accadmin.accfco {
  color: #fff;
  font-size: 4em;
}

.h2-internal.sayhello {
  margin-bottom: 0;
}

.section-content {
  border-bottom: 1px solid #bec3c799;
  padding: 100px 22px;
}

.section-content.ourteam {
  padding-bottom: 40px;
}

.section-content.hidden {
  display: none;
}

.section-title-large-sub {
  color: #111517;
  text-align: left;
  font-size: 1.75em;
  line-height: 1.5em;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
}

.section-header-wrapper.about-us-intro {
  max-width: 850px;
}

.number-heading {
  margin-bottom: 50px;
  position: relative;
}

.h2-oswald {
  color: #111517;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brandon, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.footer {
  background-color: var(--midnight-blue);
  background-image: url('../images/Footer-Bridge-9percent-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-flex-parent {
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.ffc-2 {
  width: 16.66%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ffc-2.footer-col-3 {
  width: 25%;
}

.ffc-2.top2 {
  width: 30%;
}

.footer-column-title {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.75em;
  line-height: 1em;
}

.link {
  color: var(--deep-sky-blue);
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.2em;
  display: block;
}

.ffc-3 {
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ffc-5 {
  width: 20%;
}

.btn {
  color: #fff;
  border-radius: 2em;
  align-items: center;
  height: 61px;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 24px;
  font-weight: 700;
  line-height: 61px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn.and_whiteorange {
  color: #f60;
  background-color: #fff;
}

.btn.and_whiteorange.and_small {
  cursor: pointer;
}

.btn.and_whiteorange.and_small.and_sharp {
  border: 1px solid #fff;
  border-radius: 0;
  height: auto;
  margin-right: 30px;
  padding: 21px 33px;
  line-height: 19px;
}

.btn.and_whiteorange.and_small.and_sharp.solohero {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-transform: uppercase;
  padding: 25px 50px;
}

.btn.and_whiteorange.and_small.and_sharp.solohero:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
}

.btn.and_whiteorange.and_small.and_sharp.solidsection {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  text-transform: uppercase;
  padding: 17px 30px;
}

.btn.and_whiteorange.and_small.and_sharp.solidsection:hover {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
}

.btn.and_whiteorange.and_small.navportalbtn {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  margin-left: 27px;
  padding-left: 1em;
  padding-right: 1em;
  display: none;
}

.btn.and_whiteorange.and_small.navportalbtn:hover {
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
}

.btn.and_small {
  height: 42px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 19px;
  line-height: 45px;
}

.btn_text {
  color: var(--deep-sky-blue);
  display: inline-block;
}

.btn_text.soloherotext {
  color: #fff;
}

.btn_text.portaltxt {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.stack__m {
  padding-bottom: 1rem;
}

.footersocialw {
  float: right;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footersocial {
  text-align: center;
  margin-left: .5em;
  display: inline-block;
}

.followabodoo {
  line-height: 46px;
}

.followabodoo.fontcolor__grey {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  line-height: 1em;
}

.iconbox {
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.iconbox.and_small {
  width: 3rem;
  height: 3rem;
}

.iconbox.and_small.and_bordergrey {
  border-color: var(--deep-sky-blue);
}

.ul-nav-link {
  opacity: .81;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  padding: 30px 15px;
  font-family: Brandon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.ul-nav-link:hover {
  opacity: 1;
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.ul-nav-link.onwhite {
  color: var(--midnight-blue);
  margin-left: 12px;
  padding-top: 33px;
  font-size: 15px;
  line-height: 15px;
}

.line-bottom-menu {
  background-color: var(--deep-sky-blue);
  width: 60px;
  height: 1px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.link-block-2 {
  cursor: pointer;
}

.hero-button-w {
  text-align: center;
  margin-top: 30px;
}

.hero-button-w.leftallignw {
  text-align: left;
}

.succss-logo {
  margin-bottom: 20px;
}

.succes-message-wrapper {
  background-color: #f6f6f6;
  border: 1px solid #bec3c799;
  padding-top: 60px;
  padding-bottom: 35px;
}

.featureicon {
  background-image: url('../images/bright-megaphone-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.featureicon.fi-2 {
  background-image: url('../images/bright-pie-chart-01.svg');
}

.featureicon.fi-3 {
  background-image: url('../images/Bright-Quadrants-01.svg');
}

.featureicon.fi-4 {
  background-image: url('../images/bright-document-01.svg');
}

.featureicon.fi-5 {
  background-image: url('../images/Bright-Calculator-01.svg');
}

.featureicon.fi-6 {
  background-image: url('../images/bright-circle-arrows-01.svg');
}

.featureicon.fi-7 {
  background-image: url('../images/bright-bullseye-01.svg');
}

.featureicon.fi-8 {
  background-image: url('../images/bright-calendar-01.svg');
}

.web-lead-wrapper {
  background-color: #fff;
  border: 1px solid #bec3c799;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: block;
  box-shadow: 0 10px 24px #0000001a;
}

.fluidwinlogo {
  background-image: url('../images/Logo-Red-SVG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100px;
  height: 60px;
  display: block;
}

.fluidwinlogo.careerlogo {
  background-image: url('../images/winbridgesbf-logo-full-color-rgb.svg');
  background-size: 228px;
  width: 230px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.radiorap {
  margin-bottom: 30px;
}

.radiorap.position-wrap {
  border-top: 1px solid #bec3c799;
  border-bottom: 1px solid #bec3c799;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-input {
  border: 1px solid #bec3c799;
  border-radius: 4px;
  height: 45px;
  font-family: Lato, sans-serif;
}

.field-input:focus {
  border-top-style: none;
  border-bottom-width: 3px;
  border-right-style: none;
  border-bottom-color: var(--deep-sky-blue);
  border-left-style: none;
  border-radius: 0;
}

.form-rap {
  width: 46%;
  margin-bottom: 9px;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
}

.header-box {
  text-align: center;
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: block;
}

.resume-upload-button {
  background-color: var(--deep-sky-blue);
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.career-form-kaboodle {
  background-color: #edeef0;
  border-radius: 4px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.success-check {
  margin-bottom: 15px;
}

.successwrapper {
  background-color: var(--midnight-blue);
  border-radius: 5px;
  padding: 25px;
}

.unchecked {
  z-index: 0;
  background-image: url('../images/empty-check_1empty-check.png');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 15px;
}

.checked {
  z-index: 0;
  background-image: url('../images/blue-check_1blue check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 15px;
}

.h1-form {
  color: #ee4c22;
  font-weight: 700;
}

.h1-form.careertitle {
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Brandon, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.checkbox-field-parent {
  clear: left;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  padding-left: 0;
  position: relative;
}

.field-label {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.field-label.bold-check-box {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}

.form-submit {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  transition: all .3s;
  display: block;
}

.successtext {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.successtext.ty-text {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
}

.successtext.ty-text.dkty, .successtext.dk-success {
  color: var(--matte);
}

.file-upload-field {
  margin-top: 10px;
  margin-bottom: 60px;
  margin-left: 2%;
}

.checkbox-field-label {
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 25px 25px 25px 55px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  position: relative;
}

.checkbox-field-label.dist-check-text {
  text-transform: capitalize;
}

.actual-checkbox {
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -30px;
}

.actual-checkbox.hidden {
  opacity: 0;
  display: none;
}

.stackherobtn {
  padding-bottom: 1rem;
}

.hero-title-wrap {
  margin-bottom: 80px;
}

.hero-title-wrap.left-htw {
  max-width: 550px;
  margin-top: 40px;
  margin-bottom: 0;
}

.testimonial-flex-parent {
  flex-wrap: wrap;
  display: flex;
}

.testimonial-child {
  flex-direction: column;
  justify-content: space-between;
  width: 29.33%;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.fluid-quote {
  background-image: url('../images/Quote-Promo-889.svg');
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.para-testimonial {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 1.125em;
  line-height: 1.375em;
}

.testimonial-bottom {
  border-top: 1px solid var(--ghost-40);
  margin-top: 20px;
  padding-top: 20px;
}

.bottom-parent {
  align-items: center;
  display: flex;
}

.testimonial-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 1em;
}

.get-started {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 4px solid #fff;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 16px;
  display: block;
  position: relative;
}

.get-started:hover {
  opacity: .77;
}

.flex-child-iam-dist {
  background-color: #7ecbb6;
  background-image: url('../images/Tiny-Fund-Admin.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 34px 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.flex-child-iam-dist:hover {
  text-decoration: none;
}

.surg-overlay {
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0;
}

.align-center-2 {
  text-align: center;
}

.dist-copy-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  display: flex;
  position: relative;
}

.flex-parent-4 {
  flex-wrap: wrap;
  display: flex;
}

.dist-overlay {
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0;
}

.flex-child-iam-surgeon {
  background-color: #ee4c22;
  background-image: url('../images/Tiny-Hospital-Admin-copy.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 0 0 33.33%;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 34px 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.flex-child-iam-surgeon.middle {
  background-image: url('../images/Tiny-BackOffice-BG.jpg');
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  flex-basis: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

.flex-child-iam-surgeon.middle:hover {
  text-decoration: none;
}

.looking-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #0003;
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1em;
}

.surg-copy-rap {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  display: flex;
  position: relative;
}

.i-am-from-text {
  color: #fff;
  max-width: 360px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125em;
  line-height: 1.6em;
  display: block;
}

.flex-parent {
  display: flex;
}

.flex-parent._4-column {
  flex-wrap: wrap;
}

.flex-child._4-column-child {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 12px;
}

.flex-child.fc-contact-blocks {
  cursor: pointer;
  border: 1px solid #bec3c766;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 41px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.flex-child.fc-contact-blocks:hover {
  background-color: #f8f8f8;
}

.flex-child.fc-contact-blocks.lastblock {
  margin-right: 15px;
}

.h4-162 {
  font-size: 1.625em;
}

.icon-approach {
  background-image: url('../images/Custom-5pt-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  width: 55px;
  height: 55px;
  margin-bottom: 30px;
}

.icon-approach.it {
  background-image: url('../images/innovate-1pt-01.svg');
  background-size: cover;
}

.icon-approach.value {
  background-image: url('../images/value-01.svg');
  background-size: cover;
}

.icon-approach.fullservice {
  background-image: url('../images/Full-Service-01.svg');
  background-size: cover;
}

.left-align-hero-wrap {
  padding: 30px;
}

.hero-left-button {
  margin-left: 0;
  display: inline-block;
}

.herohash {
  background-color: var(--midnight-blue);
  width: 60px;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.herohash.whiteherohash {
  background-color: #fff;
}

.hero-sub-text {
  font-size: 1.25em;
  line-height: 1.5em;
}

.hero-sub-text.whitesubcle {
  color: #fff;
  font-size: 1.375em;
}

.fluid-bridge-here {
  background-image: url('../images/Bridge-Hero-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 40px;
  margin-bottom: 15px;
  margin-left: -36px;
}

.fluid-bridge-here.whiteherob {
  background-image: url('../images/Bridge-Hero-White.svg');
  margin-left: -3px;
}

.downarrow {
  background-image: url('../images/noun_direction_1920768_00306e.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10%;
  left: 13%;
}

.downarrow.whitearrow {
  background-image: url('../images/noun_direction_1920768_ffffff.svg');
}

.flex-parent-5 {
  flex-wrap: wrap;
  display: flex;
}

.flex-parent-5.fp-contact-blocks {
  justify-content: center;
  margin-bottom: 60px;
}

.form-group {
  margin-bottom: 30px;
}

.section-content-2 {
  border-bottom: 1px solid #bec3c799;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.section-content-2.contact-blocks-section {
  padding-top: 30px;
}

.section-content-2.privacy-section {
  margin-top: 0;
  padding-top: 60px;
}

.form-input-2 {
  border: 1px solid #bec3c799;
  height: 50px;
  margin-bottom: 13px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.form-input-2:focus {
  border-style: solid;
  border-color: var(--deep-sky-blue);
}

.contact-form {
  background-color: #f6f6f6;
  border: 1px solid #bec3c799;
  padding: 40px;
}

.fluid-contact-icon {
  background-image: url('../images/Email-Symbol-Blue-01.svg');
  background-position: 50%;
  background-size: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.fluid-contact-icon.linked {
  background-image: url('../images/LinkedIN-SVG-01.svg');
  background-size: 100px;
}

.fluid-contact-icon.phonechat {
  background-image: url('../images/Phone-Blue-2-01.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.form-label-2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.form-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contactblock-title {
  color: #0f1a26cc;
  margin-bottom: 8px;
}

.align-center-3 {
  text-align: center;
}

.button {
  letter-spacing: 1px;
  background-color: #2c4d95;
  border: 2px solid #0000;
  border-radius: 3px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: #2c4d95;
  background-color: #0000;
  border-color: #2c4d95;
}

.c__l {
  width: 100%;
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.para-about {
  font-family: Open Sans, sans-serif;
  font-size: 1.25em;
}

.c__columns {
  margin-left: -2rem;
  margin-right: -2rem;
}

.s {
  position: relative;
  overflow: hidden;
}

.stack__xx-xl {
  padding-bottom: 8rem;
  position: relative;
}

.stack__xx-xl.topteam {
  border-bottom: 1px solid var(--fold);
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.subheader {
  text-align: center;
}

.fontcolor__midnight {
  color: #0079c1;
}

.fontcolor__midnight.committed {
  color: var(--midnight-blue);
  margin-top: 0;
  font-size: 2em;
  line-height: 1.4em;
}

.stack__xxl {
  padding-bottom: 8rem;
  position: relative;
}

.stack__xxl.and_reducedtablet {
  padding-bottom: 0;
}

.c__m {
  width: 91.6667%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imagecontainer {
  display: inline-block;
  position: relative;
}

.imagecontainer.non-circle {
  border-radius: 4px;
  overflow: hidden;
}

.grid {
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.stacktop__xl {
  background-color: #f6f6f6;
  padding-top: 100px;
}

.griditem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.griditem.and_feature {
  width: 50%;
}

.griditem.and_feature.and_copy {
  flex-direction: column;
  justify-content: center;
  width: 41.6667%;
  display: flex;
}

.griditem.and_feature.and_copy.storycopy, .griditem.and_feature.and_copy.teamcopy {
  width: 50%;
}

.griditem.and_feature.and_image {
  justify-content: center;
  align-items: center;
  width: 58.3333%;
  display: flex;
}

.griditem.and_feature.and_image.storyimage {
  width: 50%;
}

.griditem.and_feature.and_image.teamimagre {
  justify-content: flex-start;
  width: 50%;
}

.stack__l {
  padding-bottom: 2rem;
}

.stack__m-2 {
  padding-bottom: 1rem;
}

.map-flex-parent {
  border: 1px solid var(--fold);
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map-child {
  flex: 1;
}

.map-child.copychild {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.map-child-parent {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.map-child-parent.address {
  align-items: flex-start;
  margin-bottom: 0;
}

.contact-text {
  color: #fff;
  text-align: right;
  flex: none;
  width: 40%;
  margin-right: 20px;
  font-size: 18px;
}

.contact-link-child {
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5em;
}

.fluidconnect-img {
  background-image: url('../images/winbridgesbf-logo-inverted-rgb.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 500px;
  height: 330px;
}

.fluidconnect-img.blue {
  background-color: var(--midnight-blue);
}

.fluidbigicon {
  background-image: url('../images/Custom-5pt-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 64px;
  width: 100px;
  height: 100px;
}

.fluidbigicon.fbi-2 {
  background-image: url('../images/noun_versatility_1874166_00306e.svg');
  background-size: 70px;
}

.fluidbigicon.fbi-3 {
  background-image: url('../images/noun_Checklist_1688736_00306e.svg');
  background-size: 53px;
}

.story-square {
  background-color: var(--white);
  background-image: url('../images/winbridgesbf-logo-full-color-rgb.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 500px;
  height: 330px;
}

.bottomfooter {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-foot-parent {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  margin-top: 23px;
  margin-left: 5rem;
  margin-right: 5rem;
  padding-top: 23px;
  display: flex;
}

.left-bottom-foot {
  flex-direction: column;
  display: flex;
}

.all-rights {
  color: #cfd8dcb3;
}

.privacy-link {
  margin-top: 15px;
}

.privacy-contianer {
  border-bottom: 1px solid var(--fold);
}

.privacy-contianer.main {
  border-bottom-style: none;
  margin-top: 22px;
}

.privacy-wrap {
  border-bottom: 1px solid var(--fold);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.privacy-wrap.btmwrap {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.privacy-title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
}

.privacy-item {
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.5em;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.brand.searchbrand {
  background-image: url('../images/winbridgesbf-logo-full-color-rgb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
  padding-bottom: 0;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link {
  color: var(--midnight-blue);
  border-radius: 6px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 16px;
  font-size: 20px;
  font-weight: 400;
  transition: background-color .4s;
}

.nav-link:hover {
  color: var(--deep-sky-blue);
  background-color: #f3f3f7;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--midnight-blue);
  font-weight: 700;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  color: var(--midnight-blue);
  margin-right: 0;
  font-size: 13px;
  display: none;
}

.nav-dropdown-link {
  color: #151515;
  padding: 12px 20px 15px;
  font-size: 16px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link:hover {
  color: var(--deep-sky-blue);
  background-color: #f3f3f7;
  text-decoration: none;
}

.nav-dropdown-link.w--current {
  color: #574b8a;
  font-weight: 700;
}

.menu-icon-line-middle {
  background-color: #574b8a;
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-2:hover {
  background-color: #f59933;
}

.button-2.nav-button {
  background-color: var(--deep-sky-blue);
}

.button-2.nav-button:hover {
  text-decoration: none;
}

.menu-icon-line-bottom {
  background-color: #574b8a;
  border-radius: 1px;
  height: 2px;
}

.navigation {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 15px;
  display: flex;
}

.dropdown-corner {
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.deskttop-navbar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  height: 110px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px #0000001a;
}

.menu-icon-line-top {
  background-color: #574b8a;
  border-radius: 1px;
  height: 2px;
}

.dropdown-bridge {
  z-index: 1;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}

.nav-menu-2 {
  align-items: center;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.wrapper {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1500px;
  height: 100%;
  display: flex;
}

.searchportalparent {
  display: flex;
}

.mobilenavmenu {
  display: none;
}

.mob-brand {
  background-image: url('../images/brand-primary.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px;
  width: 180px;
  height: 39px;
  margin-top: 18px;
  padding-bottom: 0;
}

.mob-brand.w--current {
  margin-top: 25px;
}

.mobnavbar {
  border-bottom: 1px solid var(--fold);
  background-color: #fff;
  padding: 0 20px 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.addonportparent {
  display: flex;
}@media screen and (max-width: 991px) {
  .container-large {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .h1-hero {
    font-size: 3.75em;
  }

  .top-line {
    background-color: var(--midnight-blue);
    width: 40px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
  }

  .hamburger-1 {
    background-color: #fff;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .navmenu-1 {
    border-top: 1px solid var(--fold);
    background-color: #f6f6f6;
    padding-bottom: 20px;
  }

  .navcontainer-1 {
    max-width: 100%;
    padding-top: 18px;
  }

  .middle-line {
    background-color: var(--midnight-blue);
    width: 40px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
  }

  .bottom-line {
    background-color: var(--midnight-blue);
    width: 40px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.approach {
    padding-bottom: 0;
  }

  .hero1-headline-wrapper {
    width: 100%;
  }
.hero1-headline-wrapper.homepage {
    width: 90%;
  }

  .internal-hero.fwhero {
    height: 450px;
    margin-top: 69px;
  }

  .internal-hero.fwhero.ourteam {
    height: 300px;
    margin-top: 84px;
  }

  .h2-internal {
    font-size: 2em;
  }

  .h2-internal.fw-heromain {
    font-size: 4em;
  }

  .h2-internal.fw-heromain.fw-shrink {
    font-size: 2.75em;
  }

  .section-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-title-large-sub {
    font-size: 1.375em;
    line-height: 1.5em;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-header-wrapper.about-us-intro {
    max-width: 90%;
  }

  .number-heading {
    margin-bottom: 80px;
  }

  .ffc-2, .ffc-2.footer-col-3, .ffc-2.top2, .ffc-3 {
    width: 33.33%;
  }

  .ffc-5 {
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .btn.and_whiteorange.and_small.navportalbtn {
    width: 150px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn.and_small {
    height: 43px;
  }

  .stack__m {
    width: 50%;
  }

  .footersocialw {
    float: none;
    flex-direction: column;
    display: flex;
  }

  .footersocial {
    margin-left: 0;
    margin-right: .4rem;
  }

  .followabodoo.fontcolor__grey {
    margin-bottom: 25px;
    margin-right: 0;
    line-height: 1px;
  }

  .ul-nav-link {
    border-bottom: 1px solid #bec3c799;
    margin-left: 0;
    padding: 30px 0;
    display: block;
  }

  .ul-nav-link.onwhite {
    text-align: center;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
.line-bottom-menu {
    display: none;
  }

  .featureicon {
    background-size: cover;
    width: 40px;
    height: 40px;
  }

  .web-lead-wrapper {
    width: 90%;
  }

  .mobilefootflex {
    width: 100%;
    display: flex;
  }

  .stackherobtn {
    width: 100%;
  }

  .para-testimonial {
    font-size: 1em;
  }

  .flex-child-iam-dist {
    min-height: 300px;
  }

  .dist-copy-wrap {
    min-height: auto;
  }

  .flex-child-iam-surgeon.middle {
    border-right-style: none;
    justify-content: space-between;
    min-height: 325px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .looking-text {
    margin-bottom: 35px;
    font-size: 1.375em;
    line-height: 1.2em;
  }

  .surg-copy-rap {
    min-height: auto;
  }

  .flex-child._4-column-child {
    width: 48%;
  }

  .flex-child.fc-contact-blocks {
    width: 200px;
    height: 200px;
    padding: 25px;
  }
.hero-left-button {
    margin-left: 0;
    margin-right: .5rem;
  }

  .section-content-2 {
    padding: 75px 25px;
  }

  .contactblock-title {
    font-size: 16px;
  }

  .para-about {
    text-align: left;
    font-size: 1.125em;
  }

  .stack__xx-xl {
    padding-bottom: 8rem;
  }

  .fontcolor__midnight.committed {
    text-align: left;
  }

  .stack__xxl.and_reducedtablet {
    padding-bottom: 4rem;
  }

  .c__m {
    width: 100%;
  }

  .grid {
    justify-content: center;
  }

  .griditem.and_feature.and_copy {
    text-align: center;
    align-items: stretch;
    width: 83.3333%;
  }

  .griditem.and_feature.and_image {
    width: 100%;
  }

  .stack__l {
    padding-bottom: .5rem;
  }

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

  .leftontab {
    text-align: left;
  }

  .fluidconnect-img {
    width: 300px;
    height: 300px;
  }

  .story-square {
    width: 300px;
    height: 300px;
  }

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-dropdown {
    text-align: center;
    width: 100%;
  }

  .nav-link {
    border-bottom: 1px solid var(--fold);
    width: 100%;
    color: var(--midnight-blue);
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
  }

  .nav-link:hover {
    width: 100%;
    color: var(--midnight-blue);
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.w--current {
    color: #574b8a;
  }

  .nav-dropdown-icon {
    color: var(--midnight-blue);
    margin-right: 40%;
    font-size: 15px;
    display: block;
  }

  .nav-dropdown-link {
    border-bottom: 1px solid var(--white);
    width: 100%;
    color: var(--midnight-blue);
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }

  .nav-dropdown-link:hover {
    color: var(--midnight-blue);
    background-color: #0000;
  }

  .nav-dropdown-link.w--current {
    color: #574b8a;
  }

  .button-2.nav-button {
    height: 36px;
    margin-top: 6px;
  }

  .menu-button-2 {
    z-index: 99;
    background-color: #0000;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-corner {
    display: none;
  }

  .deskttop-navbar {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .dropdown-bridge {
    display: none;
  }

  .nav-menu-2 {
    border-top: 1px solid var(--fold);
    background-color: #fff;
    border-bottom: 1px #e3e3e3;
    max-height: 90vh;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    overflow: visible;
  }

  .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.nav-bar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .searchportalparent {
    margin-right: 10px;
  }

  .mob-brand {
    background-image: url('../images/winbridgesbf-logo-full-color-rgb.svg');
    background-position: 50%;
    background-size: contain;
    margin-top: 18px;
  }

  .mobnavbar {
    padding-bottom: 10px;
    display: block;
  }

  .addonportparent {
    flex: 0 auto;
    margin-right: 20px;
  }

  .onrt-tab {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container-large.less-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .d-6-section {
    justify-content: center;
    align-items: flex-end;
  }

  .h1-hero.h1-la.whitefor.twowords {
    font-size: 2.5em;
  }

  .h1-hero.h1-dafoe.whitedaf {
    font-size: 1.75em;
  }

  .navcontainer-1 {
    padding-top: 7px;
    padding-bottom: 5px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero1-headline-wrapper.homepage {
    margin-bottom: 20px;
  }

  .hero1-headline-wrapper.homepage.reverseheadline {
    margin-bottom: 30px;
  }

  .tagline.fw-tag {
    font-size: 1em;
  }

  .internal-hero.fwhero {
    height: 200px;
  }

  .internal-hero.fwhero.ourteam {
    height: 220px;
    margin-top: 75px;
  }

  .h2-internal {
    margin-top: 10px;
    font-size: 1.5em;
  }

  .h2-internal.fw-heromain {
    font-size: 2.5em;
  }

  .h2-internal.fw-heromain.fw-shrink {
    font-size: 2em;
  }

  .h2-internal.privacy-titl {
    margin-bottom: 15px;
  }

  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-title-large-sub {
    font-size: 1.2em;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .number-heading {
    margin-bottom: 60px;
  }

  .h2-oswald {
    font-size: 2em;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-flex-parent {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ffc-2 {
    width: 33.33%;
  }

  .ffc-2.footer-col-3 {
    width: 28%;
    margin-top: 0;
  }

  .ffc-2.top2 {
    width: 44%;
  }

  .footer-column-title {
    font-size: 1.375em;
  }

  .link {
    font-size: .875em;
  }

  .ffc-3 {
    width: 28%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ffc-5 {
    width: 100%;
  }

  .btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .btn.and_whiteorange.and_small.and_sharp.solohero {
    padding: 17px 30px;
    font-size: 16px;
  }

  .btn.and_whiteorange.and_small.and_sharp.solidsection {
    margin-right: 0;
  }

  .footersocialw {
    align-items: flex-start;
    display: flex;
  }

  .followabodoo.fontcolor__grey {
    margin-top: 0;
    margin-right: 1rem;
    line-height: 1em;
  }

  .ul-nav-link.onwhite {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .hero-button-w {
    float: none;
  }

  .header-box {
    width: auto;
  }

  .field-label {
    font-size: 12px;
  }

  .successtext {
    font-size: 18px;
  }

  .successtext.ty-text {
    font-size: 24px;
    line-height: 24px;
  }

  .mobilefootflex {
    justify-content: flex-start;
    display: flex;
  }

  .testimonial-child {
    border: 1px solid var(--fold);
    width: 80%;
    margin-bottom: 33px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 20px;
  }

  .flex-child-iam-dist {
    border-bottom: 3px solid #fff;
    flex-basis: 100%;
    padding: 50px 30px;
  }

  .dist-copy-wrap {
    justify-content: center;
    align-items: center;
    min-height: 190px;
  }

  .flex-parent-4 {
    justify-content: center;
  }

  .flex-child-iam-surgeon.middle {
    border-left-style: none;
    flex-basis: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .surg-copy-rap {
    justify-content: center;
    align-items: center;
    min-height: 190px;
  }

  .flex-child._4-column-child {
    width: 46%;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .flex-child.fc-contact-blocks {
    width: 31.33%;
    height: 170px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 15px;
  }

  .flex-child.fc-contact-blocks.lastblock {
    margin-right: 1%;
  }

  .icon-approach {
    margin-bottom: 20px;
  }

  .hero-left-button {
    margin-left: 0;
  }

  .herohash.whiteherohash {
    margin-top: 20px;
    margin-bottom: 21px;
  }

  .hero-sub-text.whitesubcle {
    font-size: 1.125em;
  }

  .fluid-bridge-here.whiteherob {
    width: 300px;
    height: 24px;
  }

  .section-content-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-content-2.privacy-section {
    margin-top: 60px;
  }

  .fluid-contact-icon {
    background-size: cover;
    width: 50px;
    height: 50px;
  }

  .fluid-contact-icon.linked {
    background-size: cover;
  }

  .contactblock-title {
    font-size: 15px;
  }

  .c__l {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .stack__xxl.and_reducedtablet {
    padding-bottom: 1rem;
  }

  .grid.reverseconnect {
    flex-wrap: wrap-reverse;
  }

  .griditem.and_feature.and_copy {
    width: 100%;
  }

  .griditem.and_feature.and_copy.storycopy, .griditem.and_feature.and_copy.teamcopy {
    align-items: center;
    width: 100%;
  }

  .griditem.and_feature.and_image.teamimagre {
    justify-content: center;
    width: 100%;
  }

  .stack__m-2 {
    justify-content: center;
    display: flex;
  }

  .map-flex-parent {
    background-color: var(--midnight-blue);
    padding-bottom: 10px;
  }

  .map-child.copychild {
    flex: 0 0 100%;
  }

  .fluidconnect-img {
    width: 350px;
    height: 231px;
    margin-bottom: 16px;
  }

  .fluidbigicon {
    background-size: 44px;
    width: 60px;
    height: 60px;
  }

  .fluidbigicon.fbi-2 {
    background-size: 44px;
  }

  .fluidbigicon.fbi-3 {
    background-size: 34px;
  }

  .story-square {
    width: 350px;
    height: 231px;
    margin-bottom: 15px;
  }

  .privacy-wrap {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }

  .privacy-title {
    font-size: 18px;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .nav-dropdown-link {
    text-align: center;
    width: 100%;
  }

  .button-2.nav-button {
    display: none;
  }

  .button-2.nav-button.addbtn {
    display: flex;
  }

  .deskttop-navbar {
    display: none;
  }
.searchportalparent {
    display: none;
  }

  .mob-brand {
    margin-top: 15px;
  }

  .mob-brand.w--current {
    margin-top: 14px;
  }

  .mobnavbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: block;
  }

  .addonportparent {
    display: none;
  }
}

@media screen and (max-width: 479px) {

  .d-6-section {
    align-items: flex-end;
  }

  .d-6-section.leftaligned.daytime {
    padding-left: 8%;
  }

  .h1-hero.h1-la.whitefor.twowords {
    font-size: 2em;
  }

  .wrap._w-custom.contactpg {
    padding-top: 35px;
    padding-bottom: 11px;
  }

  .tagline {
    font-size: 12px;
  }

  .internal-hero {
    padding-top: 70px;
  }

  .internal-hero.fwhero {
    height: 290px;
    margin-top: 70px;
  }

  .h2-internal {
    font-size: 1.5em;
  }

  .h2-internal.fw-heromain {
    font-size: 3em;
  }
.h2-internal.sayhello, .h2-internal.privacy-titl {
    margin-bottom: 0;
  }

  .section-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-title-large-sub {
    text-align: left;
    font-size: 1em;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper.about-us-intro {
    align-items: flex-start;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .number-heading {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h2-oswald {
    font-size: 1.25em;
  }

  .ffc-2 {
    width: 100%;
  }

  .ffc-2.footer-col-3 {
    width: 80%;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 10px;
  }

  .ffc-2.top2 {
    width: 80%;
    margin-bottom: 10px;
    margin-left: 10%;
    padding-bottom: 10px;
  }

  .footer-column-title {
    margin-bottom: 1rem;
  }

  .ffc-3 {
    width: 80%;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 10px;
  }

  .ffc-5 {
    flex-wrap: wrap;
    width: 80%;
    margin-top: 10px;
    margin-left: 10%;
  }

  .stack__m {
    width: 100%;
  }

  .footersocialw {
    padding-left: 1rem;
  }

  .succes-message-wrapper {
    padding-top: 35px;
  }

  .featureicon {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .web-lead-wrapper {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-rap {
    width: 96%;
  }

  .header-box {
    width: 100%;
  }

  .successwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .successtext {
    font-size: 16px;
  }

  .checkbox-field-label {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobilefootflex {
    flex-wrap: wrap;
  }

  .stackherobtn {
    width: 100%;
  }

  .testimonial-child {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fluid-quote {
    margin-bottom: 15px;
  }

  .flex-child-iam-dist {
    flex-basis: 100%;
  }

  .flex-child-iam-surgeon.middle {
    border-left-style: none;
    flex-basis: 100%;
  }

  .looking-text {
    margin-bottom: 20px;
  }

  .flex-child._4-column-child {
    border-bottom: 1px solid var(--fold);
    width: 96%;
    margin-bottom: 20px;
    padding: 0 0 20px;
  }

  .flex-child._4-column-child.btm-4-child {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .flex-child.fc-contact-blocks {
    width: 31.33%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-child.fc-contact-blocks.lastblock {
    margin-bottom: 0;
    margin-right: 1%;
  }

  .left-align-hero-wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-bridge-here.whiteherob {
    width: 200px;
    height: 17px;
    display: block;
  }

  .flex-parent-5.fp-contact-blocks {
    margin-bottom: 0;
    padding-bottom: 0;
  }
.section-content-2.contact-blocks-section {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-content-2.privacy-section {
    margin-top: 78px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form {
    padding: 25px;
  }

  .fluid-contact-icon {
    background-repeat: no-repeat;
    background-size: 26px;
    width: 30px;
    height: 30px;
  }

  .fluid-contact-icon.linked, .fluid-contact-icon.phonechat {
    background-size: 26px;
  }

  .form-wrapper {
    width: 100%;
  }

  .c__l {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .para-about {
    text-align: center;
    font-size: 1em;
  }

  .stack__xx-xl.bottomstack {
    padding-bottom: 4rem;
  }

  .fontcolor__midnight.committed {
    text-align: center;
    font-size: 1.625em;
  }

  .stacktop__xl {
    padding-top: 50px;
  }

  .stack__m-2 {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .map-child.copychild {
    padding: 22px 20px;
  }

  .contact-text {
    font-size: 16px;
  }

  .contact-link-child {
    font-size: 15px;
  }

  .fluidconnect-img {
    width: 270px;
    height: 179px;
  }

  .fluidbigicon {
    width: 40px;
    height: 40px;
  }

  .fluidbigicon.fbi-3 {
    background-size: 28px;
  }

  .story-square {
    width: 270px;
    height: 179px;
  }

  .privacy-title {
    font-size: 17px;
    line-height: 1.3em;
  }

  .privacy-bullet-list {
    padding-left: 20px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-icon {
    margin-right: 30%;
  }

  .nav-dropdown-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .deskttop-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .wrapper.nav-bar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mob-brand {
    background-size: 150px;
    width: 150px;
    height: 34px;
    margin-top: 15px;
  }

  .mob-brand.w--current {
    background-size: 150px;
    width: 150px;
    height: 33px;
  }

  .mobnavbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Mrdafoe';
  src: url('../fonts/MrDafoe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon';
  src: url('../fonts/Brandon-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon';
  src: url('../fonts/Brandon-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}