*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}
.banner-section .row-fluid {
  padding: 0;
}
.dnd-section .dnd-column {
  padding: 0 15px;
}

.banner-section .dnd-section{
padding:0;
}
.banner-section .dnd-section>.row-fluid .dnd-column,
.banner-section .dnd-section>.row-fluid>[class*=span].dnd-module {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "FontAwesome"; 
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), 
    url(//22167381.fs1.hubspotusercontent-na1.net/hubfs/22167381/raw_assets/public/Northwest_Cancer_Centers_July2022/fonts/FontAwesome.woff2) format("woff2"), 
    url(//22167381.fs1.hubspotusercontent-na1.net/hubfs/22167381/raw_assets/public/Northwest_Cancer_Centers_July2022/fonts/FontAwesome.woff) format("woff"),
    url(//22167381.fs1.hubspotusercontent-na1.net/hubfs/22167381/raw_assets/public/Northwest_Cancer_Centers_July2022/fonts/FontAwesome.ttf) format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-style: normal;
  font-weight: normal; 
}



@font-face { 
  font-family: "revicons"; 
  src: url("../fonts/revicons/revicons.eot?5510888#iefix") format("embedded-opentype"), 
    url(//22167381.fs1.hubspotusercontent-na1.net/hubfs/22167381/raw_assets/public/Northwest_Cancer_Centers_July2022/fonts/revicons.woff) format("woff"), 
    url(//22167381.fs1.hubspotusercontent-na1.net/hubfs/22167381/raw_assets/public/Northwest_Cancer_Centers_July2022/fonts/revicons.ttf) format("truetype"),
    url("../fonts/revicons/revicons.svg?5510888#revicons") format("svg");
  font-style: normal; 
  font-weight: normal; 
}

body {
  line-height: 1.8666666666666667;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
img{
  vertical-align:middle;
  max-width:100%;
  height:auto;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
}
h1,
h2{
  letter-spacing: -1px;
}

h6{
  line-height: 1.54;
}
/* Lists */
ul{
  padding-left: 18px;
  list-style: disc;
}
ol{
  list-style: decimal inside;
}

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

button:active,
.button:active {
  text-decoration: none;
}

.button_wrap.ct_btn-round a.btn {
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
 height: auto;
    min-height: 45px;
  -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
  width: 100%;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-family: 'Poppins';
  font-size:15px;
  line-height: inherit;
  outline: 0;
  
}
label.hs-error-msg{
margin-bottom:0;
}

.hs_error_rollup label.hs-main-font-element{
    margin: 2em 0.5em 1em;
    border: 2px solid #00a0d2;
   border-color: #ffb900;
    margin-top: 5px;
    padding: 8px 12px 8px 12px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  font-style: normal;
    color: #434343!important;
    opacity: 0.9;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
.hs-button,
button,
.button {
  -webkit-appearance: button;
  font-family: Poppins;
  text-transform: capitalize;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  box-shadow: initial;
     border-style: solid;
  cursor: pointer;
  opacity: 1;
  display:inline-block;
  line-height:23px;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-align: center;
}
a.hs-button.primary {
  margin-top: 20px;
  margin-bottom: 20px;
}
form input[type=submit] {
    margin-bottom: 20px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
label.hs-error-msg,label.hs-main-font-element {
  width: 100%;
  margin-top: 2px;
  padding: 1px 5px 0px 5px;
  background-color: #f8d7da;
  border: 1px #e4c2c5 solid;
  border-radius: 3px;
  font-weight: 400;
  font-size: 11px;
  color: #c01d2b;
  line-height: 18px;
  opacity: 0.7;
}
form input[type=submit] {
    margin-top: 20px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
  z-index: 999;
  width: 100%;
  direction: initial;
  display: block;
  min-height: 149px;
}
.header .top_header li.timing.hidden-sm .hs_cos_wrapper_type_rich_text{
  position:unset!important;
}
.header .top_header {
  background-color: #ffffff;
  width: 100%;
}
.visible .header .navigation .hs-menu-wrapper>ul>li>ul {
  display:none;
}
.header .top_header .content-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .top_header .left-col  , .header .top_header .right_col  {
  width: 100%;
  position: relative;
  min-height: 1px;
}
.header .right_section ul .hs-search-field__suggestions a,
.header .right_section ul .hs-search-field__suggestions #results-for{
  text-align: left;
  font-size: 12px;
}
.header-logo {
  margin-bottom: 7px;
  margin-bottom: 7px;
}

.header-logo img{
  height: auto;
  max-width: 200px;
  padding-top: 10px;
  vertical-align: middle;
}

.header .top_header ul.contact {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px;
  text-align: right;
}

.header .top_header li.timing.hidden-sm {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  line-height: 26px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.header .top_header .has-icon {
  position: relative;
  padding-left: 42px;
}

.header .top_header i.fa.fa-clock-o {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}

.header .top_header i.fa.fa-clock-o {
  font-size: 33px;
  line-height: 1;
  color: #100e75;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-clock-o:before {
  content: "\f017";
}
.header .bottom_header_wrapper {

}

.header .bottom_header {
  width: 100%;
  background-color: #100e75;
}
.header .bottom_header .navigation {
  float: left;
  text-align: left;
  display: none;
}
.header .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .navigation .hs-menu-wrapper>ul>li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
/*   margin-right: 35px; */
}

.header .navigation .hs-menu-wrapper>ul>li>a { 
  position: relative;
  display: block;
  width: auto;
  margin-right: 35px;
  height: auto;
  padding-top: 13px;
  padding-bottom: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-family: Poppins;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 13px;
}

.header .navigation .hs-menu-wrapper>ul>li>a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 3px;
  background-color: #fff;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.header .navigation .hs-menu-wrapper>ul>li.active-branch>a:before,
.header .navigation .hs-menu-wrapper>ul>li:hover>a:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.header .navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}
.header .navigation .hs-menu-wrapper>ul>li>ul{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 220px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.header .navigation .hs-menu-wrapper>ul>li:hover > ul {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.header .navigation .hs-menu-wrapper>ul>li:hover > a:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.header .navigation .hs-menu-wrapper>ul>li>ul>li{
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}

.header .navigation .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 0px 15px;
  font-family: Poppins;
  text-align: left;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  font-size: 13px;
  border-bottom: none;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  opacity: inherit;
  visibility: inherit;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  border-bottom: 1px #e2e2e2 solid;
}
.header .navigation .hs-menu-wrapper>ul>li:hover>ul>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .navigation .hs-menu-wrapper>ul>li>ul>li:last-child a {
  border-bottom: none;
}
.header .right_section {
  float: right;
  margin-top: 18px;
  text-align: center;
  font-size: 0;
}
.header .right_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 28px;
}
.header .right_section .hs-search-field.hs-search-field--open ul{
  padding:10px;
}
.header .right_section li.floating-searchbar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}

.header .right_section ul li i{
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 18px;
}
.header .fa-search:before {
  content: "\f002";
}

.header i.fa.fa-bars {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.header .fa-bars:before {
  content: "\f0c9";
}

.header .mobile_trigger {
  display:none;
  float: right; 
  margin-left: 25px;
}
/* search */
.header .floating-search-bar {
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
  width: 310px;
  padding: 20px;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body.search-open .header .floating-search-bar{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header .floating-search-bar .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.header .floating-search-bar .hs-search-field__bar input.hs-search-field__input {
  width: 100%;
  height: 44px;
  padding: 0px 40px 0px 15px;
  background-color: #fff;
  border: 1px rgba(0,0,0,0.1) solid;
  box-shadow: initial;
  font-size: 15px;
  color: #1e0d32;
  -webkit-appearance: none;
}
input.hs-search-field__input::placeholder {
  color: #727171;
  opacity: 1
}


.header .floating-search-bar button {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
  background-color: initial;
  border: none;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #1e0d32;
  line-height: 16px;
  padding: 1px 6px;
  padding-right: 13px;

}
.header .floating-search-bar button svg {
  display:none;
}
.header .floating-search-bar button:before {
  content: "\f002";
}

.header .floating-search-bar i.fa.fa-search {
  font-size: 16px;
  color: #1e0d32;
  line-height: 16px;
}
.header .right_section li.floating-searchbar i.fa.fa-times {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.header .right_section li.floating-searchbar .fa-times:before {
  content: "\f00d";
}
body.search-open .header .right_section ul li i.fa.fa-search {
  opacity: 0;
  visibility: hidden;
}
body.search-open .header .right_section ul li i.fa.fa-times {
  opacity: 1;
  visibility: visible;
}

.et-fixed-header .bottom_header {
  position: fixed;
  top: 0px;
  z-index: inherit;
  background-color: rgba(48,88,147,0.49);
}

/* mobile menu */

.mobile-menu {
  transition: right 0.6s ease 0s;
  background-color: #ffffff;
  right: -100%;
  width: 100%;
  left: auto;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-open .mobile-menu {
  right: 0px;
}

.mobile-menu .mobile-menu-close {
  padding: 10px 15px 8px 15px;
  border-bottom: 1px rgba(0,0,0,0.075) solid;
  text-align: right;
  cursor: pointer;
}

.mobile-menu i.fa.fa-times {
  color: #838383;
  font-size: 20px;
  line-height: 1;
}
.mobile-menu .fa-times:before {
  content: "\f00d";
}

.mobile-menu nav.mobile-menu-nav {
  font-family: Poppins;
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  color: #838383;
  font-size: 13px;
}

.mobile-menu .mobile-navigation .hs-menu-wrapper>ul>li {
  position: relative;
  width: 100%;
}

.mobile-menu .mobile-navigation .hs-menu-wrapper>ul>li>a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 10px 22px 10px 15px;
  border-bottom: 1px rgba(0,0,0,0.075) solid;
  color: inherit;
}
.mobile-menu .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 10px 22px 10px 15px;
  border-bottom: 1px rgba(0,0,0,0.075) solid;
  color: inherit;
  padding-left: 30px;
  font-size: 90%;
}

.mobile-menu span.child-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  cursor: pointer;
  text-align: center;
}
.mobile-menu span.child-trigger:before {
  content: "+";
  font-size: 125%;
  line-height: 47px;
}

.mobile-menu .child-menu-open span.child-trigger:before {
  content: "-";
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  content: " ";
  width: auto;
  height: auto;
  background-color: rgba(0,0,0,0.65);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.mobile-open .overlay {
  opacity: 1;
  visibility: visible;
}
.header .navigation .hs-menu-wrapper>ul>li.active>a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 3px;
  background-color: #fff;
  -webkit-transform: scaleX(1);
}


.header .top_header .right_col .hs_cos_wrapper {
    padding: 0 4px;
}

.sidr .flex {
    display: flex;
    margin: 16px 0;
    justify-content: space-around;
}


@media (min-width: 768px) {
    .header .top_header .content-wrapper {
        display: flex;
        align-items: center;
    }

  .header .top_header .left-col {
    width: 33.33333333%;
    float: left;
  }
  .header .top_header .right_col {
    width: 66.66666667%;
    float: left;
      display: flex;
      justify-content: flex-end;
  }
  .header .top_header .left-col{
    width: 33.33333333%;
    float: left;
  }

  .header .top_header .right_col  {
    width: 66.66666667%;
    float: left;
  }
}

@media (min-width: 992px){
  .header .top_header .left-col {
    width: 33.33333333%;
    float: left;
  }
  .header .top_header .right_col {
    width: 66.66666667%;
    float: left;
  }
  .mobile-menu { 
    display: none;
  }
}

@media (min-width: 1200px){
  .header .top_header .left-col {
    width: 25%;
    float: left;
  }
  .header .top_header .right_col {
    width: 75%;
    float: left;
  }
  .header .bottom_header .navigation{   
    display:block;
  }
  .header .mobile_trigger {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .header .top_header li.timing.hidden-sm{
    display: none;
  }
  .header .mobile_trigger {
    display: block;
    margin-top: 14px;
  }
  .header .right_section {
    float: left;
    margin-bottom: 6px;
  }
  .header .floating-search-bar {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px){ 
  .header .bottom_header .navigation {
    display: block;
  }
  .header .top_header li.timing.hidden-sm {
    font-size: 12px;
  }

  .header .top_header .has-icon {
    padding-left: 35px;
  }
  .header .navigation .hs-menu-wrapper>ul>li {
    margin-right: 14px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px){
  .header .header-logo{
    text-align: center;
  }
  .header .floating-search-bar {
    left: 0;
  }
}

@media (max-width: 767px){
  .header .mobile_trigger {
    display: block;
    margin-top: 14px;
  }
  .header .top_header .right_col {
    display: none;
  }
  .header .right_section {
    float: left;
    margin-bottom: 6px;
  }
  .header .header-logo{
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 479px){
  .header .floating-search-bar {
    left: 0;
    width: 230px;
  }
}

.header .alert-bar {
    padding: 8px 16px;
    background: #fed298;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 767px) {
    .header .alert-bar {
        padding: 8px 16px 0;
    }
}
.header .alert-bar .page-center {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header .alert-bar .page-center > p:last-of-type,
.header .alert-bar .page-center > h6:last-of-type {
    margin-bottom: 0;
}

.header .alert-bar .page-center .ct_ {
    display: none;
}
footer.footer {
  background-size: cover;
  background-position: right bottom;
  background-image: url(//22167381.fs1.hubspotusercontent-na1.net/hubfs/22167381/raw_assets/public/Northwest_Cancer_Centers_July2022/images/footer.jpg);
  display: block;
  background-color:#fff;
}

.footer .top_footer {
  border-bottom-color: rgba(255,255,255,0.3);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.footer .top_footer .content-wrapper {
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer .col-ft-6{
  position: relative;
  min-height: 1px;
}
.footer .footer_main {
  margin-bottom: 40px;
}

.footer .footer_logo {
  margin-bottom: 30px;
}

.footer .footer_logo img{
  max-width: 150px;
  vertical-align: middle;
}

.footer .footer_menu {
  margin-bottom: 40px;
}
.footer .footer_menu ul  {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer_menu .hs-menu-wrapper>ul >li >a {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  font-family: Poppins;
  line-height: 30px;
  font-style: normal;
}
.footer .footer_menu .hs-menu-wrapper>ul>li>ul{
  margin-bottom: 10px;
  margin-top: 24px;
}

.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}
.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 65%;
}
.footer .bottom-footer .content-wrapper {
  padding-top: 20px;
  padding-bottom: 1px;
}

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

.footer .footer_copyright p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
}
.footer .bottom-menu {
  margin-bottom: 10px;
  text-align: right;
}

.footer .bottom-menu ul {
  margin: 0px 0px 15px 0px;
  padding: 0;
  list-style: none;
  /* font-size: 0; */
}

.footer .bottom-menu ul li{
  display: inline-block;
  vertical-align: top;
  margin-right: 26.3px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}
.col-md-6 {
  padding-left: 15px;
}
.col {
    padding-right: 15px;
}
.footer .bottom-menu ul li:last-child {
  margin-right: 0;
}
footer.footer.lp .footer_menu ul {
    opacity: 0;
    visibility: hidden;
}
footer.footer.lp .bottom-menu ul {
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 768px){
  .footer .col-ft-6 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px){
  .footer  .col-ft-6 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 1200px){
  .footer  .col-ft-6 {
    width: 50%;
    float: left;
  }
}


@media (max-width: 767px){
.col-md-6 {
    padding-left: 0px;
}
  footer.footer.lp .bottom-menu ul {
    display: none;
}
}
@media (min-width: 767px)and (max-width:980px){
.footer .bottom-menu ul li {
    margin-right: 10px;
}
}

@media (max-width: 452px){
.footer .bottom-menu ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    text-align: center;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.page-title {
    background: #2986e3;
    margin-bottom: 4rem;
}

.page-title h1 {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 30px;
    }
}

.page-title h1 + h4 {
    color: #fff;
    font-size: 18px;
    margin-top: -8px;
    margin-bottom: 32px;
}

.page-title .content-row .title-col {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
    .page-title .content-row .title-col {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .page-title .content-row .image-col {
        padding: 0;
        margin-bottom: -2rem;
    }

    .page-title .content-row .image-col img {
        width: 100%;
        height: 290px;
        object-fit: cover;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    }
}
/*===== Home Page Css =====*/

.ct_home_pg .body-container--home2 .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
  font-size: 32px;
  color: #1f1f1f;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 13px;
}
.ct_home_pg .body-container--home2 .hs_cos_wrapper_type_rich_text p {
  color: #434343;
  text-align: center;
  font-family: Poppins;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 0 0 20px;
}
.ct_home_pg .body-container--home2 figure {
  margin: 0;
  text-align: center;
}
.ct_home_pg .body-container--home2 figure img {
  display: block;
  margin: 0 auto;
}

/*=== Page Css ===*/

.ct_valparaisomove_pg .valparaisomove-page h1 {
  font-family: Poppins;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 700;
  font-style: normal;
  color: #2d2d2d;
  font-size: 40px;
}
.ct_valparaisomove_pg .valparaisomove-page h1 strong {
  font-weight: 600;
}
.ct_valparaisomove_pg .valparaisomove-page p {
  margin: 0;
}
.ct_valparaisomove_pg .valparaisomove-page iframe {
  width: 100%;
  height: 160px;
  padding: 5px;
  border: 0 none;
  background-color: #f7f7f7;
}

/*=== Faq Page Css ===*/

.ct_faq_pg .body-container--faq3 .hs_cos_wrapper_type_rich_text  h2 {
  font-size: 36px;
  color: #2b2b2b;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0 0 20px;
}
.ct_faq_pg .body-container--faq3 .hs_cos_wrapper_type_rich_text p {
  font-size: 15px;
  color: #434343;
  line-height: 26px;
  text-align: center;
  margin: 0 0 18px;
}
.ct_faq_pg .body-container--faq3 form {
  max-width: 945px;
  margin: 12px auto 0;
}
.ct_faq_pg .body-container--faq3 form .hs-form-field > label {
  margin: 0;
}
.ct_faq_pg .body-container--faq3 form .hs-form-field .input {
  margin: 0;
}
.ct_faq_pg .body-container--faq3 form .hs-form-field {
  margin-bottom: 24px;
  padding: 0 5px;
}
.ct_faq_pg .body-container--faq3 form input[type=text], 
.ct_faq_pg .body-container--faq3 form input[type=email], 
.ct_faq_pg .body-container--faq3 form input[type=password], 
.ct_faq_pg .body-container--faq3 form input[type=tel], 
.ct_faq_pg .body-container--faq3 form input[type=number], 
.ct_faq_pg .body-container--faq3 form input[type=file], 
.ct_faq_pg .body-container--faq3 form select, 
.ct_faq_pg .body-container--faq3 form textarea{
  width: 100% !important;
  resize: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
  min-height: 45px;
  border-radius: 0;
  border: 2px inset #767676;
  padding: 1px 2px;
  color: #434343;
  font-size: 15px;
  line-height: 28px;
}
.ct_faq_pg .body-container--faq3 form .hs-form-field textarea {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 125px;
  border-width: 1px;
}
.ct_faq_pg .body-container--faq3 form select{
  border-width: 1px;
  padding: 0;
}
.ct_faq_pg .body-container--faq3 form input[type=text]:focus, 
.ct_faq_pg .body-container--faq3 form input[type=email]:focus, 
.ct_faq_pg .body-container--faq3 form input[type=password]:focus, 
.ct_faq_pg .body-container--faq3 form input[type=tel]:focus, 
.ct_faq_pg .body-container--faq3 form input[type=number]:focus, 
.ct_faq_pg .body-container--faq3 form input[type=file]:focus, 
.ct_faq_pg .body-container--faq3 form select:focus, 
.ct_faq_pg .body-container--faq3 form textarea:focus{
  padding: 0;
}
.ct_faq_pg .body-container--faq3 form textarea::-webkit-input-placeholder,
.ct_faq_pg .body-container--faq3 form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
}
.ct_faq_pg .body-container--faq3 form textarea::-webkit-input-placeholder,
.ct_faq_pg .body-container--faq3 form input::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
}
.ct_faq_pg .body-container--faq3 form textarea::-webkit-input-placeholder,
.ct_faq_pg .body-container--faq3 form input:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
}
.ct_faq_pg .body-container--faq3 form textarea::-webkit-input-placeholder,
.ct_faq_pg .body-container--faq3 form input:-moz-placeholder { /* Firefox 18- */
  color: #757575;
}
.ct_faq_pg .body-container--faq3 form .hs_submit.hs-submit {
  text-align: center;
}
.ct_faq_pg .body-container--faq3 form .hs_submit.hs-submit input.hs-button {
  margin-bottom: 24px;
  margin-top: 0;
}
.ct_faq_pg .body-container--faq3 form .hs-form-field ul.hs-error-msgs.inputs-list li {
  margin: 0;
}


/*=== Location Page Css ===*/


.ct_locations_pg .body-container--locations1 h4 {
  font-size: 30px;
  text-align: left;
  margin: 0;
  line-height: 30px;
}
.ct_locations_pg .body-container--locations1 p {
  font-family: Poppins;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #434343;
  font-size: 15px;
  margin: 10px 0 35px;
}
.ct_locations_pg .body-container--locations1 .button_wrap.trnspnt {
  display: block;
  /*text-align: center;*/
}
.ct_locations_pg .body-container--locations1 .button_wrap.trnspnt.ct_ct_appointment_btn a.btn {
  position: relative;
  left: -10px;
}
.ct_locations_pg .body-container--locations1 .button_wrap.trnspnt.ct_ct_refer_btn a.btn {
  color: #262626;
  border-color: #262626;
}

@media(max-width: 1200px){
  .ct_faq_pg .body-container--faq3 form {
    max-width: 778px;
    margin: 12px auto 0;
  }
}

@media(max-width: 991px){

  .ct_faq_pg .body-container--faq3 form {
    max-width: 595px;
    margin: 12px auto 0;
  }
  .ct_faq_pg .body-container--faq3 form .hs-form-field{
    width: 100% !important;
    float: none !important;
  }

}

@media(max-width: 767px){
  .ct_locations_pg .body-container--locations1 .button_wrap.trnspnt.ct_ct_appointment_btn a.btn{
    left: auto;
    margin-bottom: 15px;
  }
}


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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.schedule-page .hs-phone legend.hs-field-desc {
  font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 95%;
  color: #025e8c;
}

.schedule-page form label{
  font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  padding: 0 0 1px;
  font-size: 12.35px;
  color: #025e8c;
  margin-bottom: 0;
}
.schedule-page form  span.hs-form-required {
  color: #c10000 ;
  float: none;
  font-weight: 700;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}

.schedule-page form input,
.schedule-page form  .input textarea,
.schedule-page form .input select{
  border: 4px solid #efefef!important;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 20%) inset;
  outline: medium none;
  background: none repeat scroll 0 0 #FBFBFB;
  padding: 6px 0 6px 6px;
  background-color: #FBFBFB;
  font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  color: #666666;
  min-height: 0;
  line-height: normal!important;
  font-size: 13px;
  border-radius: 8px!important;
}

.schedule-page .hs-form-field {
  margin-bottom: 0;
}
.schedule-page form .hs-firstname,
.schedule-page form  .hs-lastname,
.schedule-page form .hs-address,
.schedule-page form .hs-form-field{
  display: flex;
  flex-direction: column;
}

.schedule-page form .hs-firstname .input,
.schedule-page form .hs-lastname .input {
  order: 2;
}

.schedule-page form .hs-firstname legend.hs-field-desc,
.schedule-page form .hs-lastname legend.hs-field-desc,
.schedule-page form .hs-address legend.hs-field-desc,
.schedule-page form legend.hs-field-desc {
  order: 3;
  font-size:11.05px;
}

.schedule-page form  .hs-lastname label{
  margin-bottom: 24px;
}

.schedule-page form .hs-firstname .hs-error-msgs,
.schedule-page form .hs-lastname .hs-error-msgs,
.schedule-page form .hs-address .hs-error-msgs{
  order: 4;
}

.schedule-page form.hs-form .input input,
.schedule-page form  .input select,
.schedule-page form .input textarea,
.schedule-page form select.hs-input.is-placeholder{
  width: 100%;
}

.schedule-page form legend.hs-field-desc {
  font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
  color: #025e8c;
  display: block;
  line-height: 15px;
  margin: 0;
  padding-top: 3px;
  margin-left: 3px;
}

.schedule-page form .hs_phone.hs-phone legend.hs-field-desc {
  order: 1;
}
.schedule-page form .hs_phone.hs-phone legend.hs-field-desc {
  order: 1;
}

.schedule-page form .hs_phone.hs-phone .input{
  order: 2;
}
.schedule-page form .hs-lastname label {
  margin-bottom: 19.52px;
}
.schedule-page form fieldset {
  display: block;
  margin: 0;
  padding: 4px 5px 2px 9px;
  position: relative;
  clear: both;
}

.schedule-page form input.hs-button.primary.large {
  overflow: visible;
  width: auto;
  outline: none;
  padding: 6px 9px;
  font: 300 1em 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  color: #333;
  text-shadow: 0 1px 0 #f0f0f0;
  background: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dddddd));
  background: -moz-linear-gradient(top, #fefefe, #dddddd);
  border-width: 1px!important;
  border-style: solid;
  border-color: #bbb #bbb #999!important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px!important;
  -webkit-box-shadow: 0 1px 0 #f8f8f8;
  -moz-box-shadow: 0 1px 0 #f8f8f8;
  box-shadow: 0 1px 0 #f8f8f8;
  font-size: 15.6px;
  margin-right: 5px;
  margin-right: 5px;
  line-height: normal!important;
  margin-bottom: 17px;
}
.schedule-page form fieldset.form-columns-1 .hs-input {
  width: 100%!important;
}
.schedule-page form input.hs-button.primary.large:hover{
  color: #333;
  text-shadow: 0 1px 0 #f0f0f0;
  background: #e5e5e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dddddd));
  background: -moz-linear-gradient(top, #f0f0f0, #dddddd);
  border-color: #999 #999 #666;
}

.schedule-page form .inputs-list>li input {
  border: 0;
  box-shadow:none;
}
.schedule-page fieldset.form-columns-2 .hs-form-field {
  padding: 0 0 7px;
}
.schedule-page .hs_submit.hs-submit {
  padding: 4px 5px 2px 9px;
}
.schedule-page fieldset.form-columns-1 .hs-form-field {
  padding: 0 0 8px;
}
.schedule-page fieldset.form-columns-1 .hs-form-field textarea{
  height: 10em;
}
.schedule-page label.hs-error-msg, label.hs-main-font-element {
  clear: both;
  color: #c10000;
  font-size: 10.4px;
  font-weight: 700;
  margin: 0 0 5px!important;
  background-color: transparent;
  border: none;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

.schedule-page ul.no-list.hs-error-msgs.inputs-list {
  background-color: #FFDFDF !important;
  border-bottom: 1px solid #EACBCC;
  border-right: 1px solid #EACBCC;
  margin: 3px 0;
  padding:0 10px;
}
.schedule-page ::-webkit-input-placeholder {
  font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #666666;
}
.schedule-page select.hs-input.is-placeholder >div{
  font-size:13px;
}
.schedule-page .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list{
  display: block;
  margin: 4px 5px 2px 9px;
  position: relative;
  clear: both;
  background-color: #fff!important;
  border: 1px dotted red;
  text-align: center;
}
.schedule-page form fieldset .hs-form-radio .hs-input{
  width:auto!important;
}

.schedule-page fieldset .input {
  margin-right: 0px!important;
}
.schedule-page .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label{
  color: #DF0000!important;
  font-size: 16.25px;
  font-weight:700;
  border:0;
  margin: 7px 0 5px !important;
  padding: 0 !important;
}
.clinical-trial-page .widget-type-rich_text h1{
  font-size: 42px;
  line-height: 3;
  text-align: left;
  margin-bottom:0;
}

.clinical-trial-page .widget-type-rich_text h4 {
  margin-bottom: 0;
  font-family: Poppins;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  color: #313131;
  font-size: 20px;
}

.clinical-trial-page .widget-type-rich_text p{
  margin-bottom:0;
}
.clinical-trial-page .widget-type-rich_text ul{
  margin-bottom:67px;
}

.clinical-trial-page .col-inner {
  padding: 28px 30px 28px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
  text-align: inherit;
}

.clinical-trial-page .contact-details .col-inner h3 {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 20px;
  color: #060526;
  line-height: 30px;
  font-family: Poppins;
  margin-top:2px;
}
.clinical-trial-page .col-inner .content>p:nth-child(1) {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
}

.clinical-trial-page  .contact-details .col-wrap .col-ft-6.col1 {
  padding-bottom: 15px;
}
.clinical-trial-page .contact-details .col-wrap .col-ft-6:last-child{
  margin-top: 0px;
}
.clinical-trial-page .contact-details .col-inner{
  background-color: #fff!important;
  padding: 28px 30px 28px 30px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
}
.full-width-page .hs_cos_wrapper_type_rich_text h1 {
  font-size: 42px;
  line-height: 1.2;
    padding: 40px 0;
  text-align: left;
  font-family: Poppins;
  margin-bottom:0;
}
.full-width-page .hs_cos_wrapper_type_rich_text h4 {
  margin-bottom:0;
  font-family: Poppins;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  color: #313131;
  font-size: 20px;
}

.full-width-page  .hs_cos_wrapper_type_linked_image img{
  max-width: 640px!important;
  width: 100%;
}

.full-width-page .hs_cos_wrapper_type_rich_text ul{
  margin-bottom:67px;
}

.clinical-trial-page .contact-details .col-wrap{
  margin:0;
}

.clinical-trial-page .contact-details .col-wrap .col-ft-6.col1{
  padding-left:0;
  padding-right:0;
}

.resources-page .job_archives {
  margin-top: 32px;
  margin-bottom: 35px;
}

.resources-page .job_archives h3{
  font-family: Poppins;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 800;
  margin: 0;
  font-style: normal;
  color: #2d2d2d;
  font-size: 40px;
}

.resources-page .job_archives .title_wrap p{
  margin-bottom: 35px;
}

.resources-page .job_archives .item_wrap {
  margin: 0 -15px;
  margin-top: 50px;
}
.resources-page .job_archives .job-title{
  color: #3b3a3c;
}
.resources-page .job_archives .list-data{
  padding:0 15px 10px;
  border: 0;
  margin: 0;
}

.resources-page .job_archives .list-data .inner {
  padding: 20px 25px 30px;
  background: #fff;
  border: 1px solid #e1e1e1;
  float: left;
  margin: 15px 0;
  width: 100%;
}

.resources-page .job_archives .col {
  width: 100%!important;
}

.resources-page .job_archives .list-data .job-info {
  margin: 0;
}

.resources-page .job_archives .list-data .job-date {
  margin-bottom: 0;
}

.resources-page .hs_cos_wrapper_type_rich_text h1{
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
}

.resources-page .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
}

.resources-page .hs_cos_wrapper_type_rich_text h2 strong {
  font-weight: 600;
}
.resources-page .hs_cos_wrapper_type_rich_text p{
  margin-bottom: 20px;
}

.resources-page .job_archives .job-info h4 a:hover .job-title{
  color: #3297fa;
}
@media (min-width: 768px){
  .resources-page .job_archives .list-data{
    width: 50%;
    float:left;
  }
}
@media (min-width: 992px){
  .resources-page .job_archives .list-data{
    width: 33.33333333%;
    float:left;
  }
}


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

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

.text-right {
    text-align: right;
}

@media (min-width: 768px){
    .text-md-left {
        text-align: left;
    }

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

    .text-md-right {
        text-align: right;
    }
}

a[href*='tel:'] {
    color: inherit;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
body.compensate-for-scrollbar {overflow: hidden }.fancybox-active {height: auto }.fancybox-is-hidden {left: -9999px;margin: 0;position: absolute!important;top: -9999px;visibility: hidden }.fancybox-container {-webkit-backface-visibility: hidden;height: 100%;left: 0;outline: none;position: fixed;-webkit-tap-highlight-color: transparent;top: 0;-ms-touch-action: manipulation;touch-action: manipulation;transform: translateZ(0);width: 100%;z-index: 99992 }.fancybox-container * {box-sizing: border-box }.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {bottom: 0;left: 0;position: absolute;right: 0;top: 0 }.fancybox-outer {-webkit-overflow-scrolling: touch;overflow-y: auto }.fancybox-bg {background: #1e1e1e;opacity: 0;transition-duration: inherit;transition-property: opacity;transition-timing-function: cubic-bezier(.47, 0, .74, .71) }.fancybox-is-open .fancybox-bg {opacity: .9;transition-timing-function: cubic-bezier(.22, .61, .36, 1) }.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {direction: ltr;opacity: 0;position: absolute;transition: opacity .25s ease, visibility 0s ease .25s;visibility: hidden;z-index: 99997 }.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {opacity: 1;transition: opacity .25s ease 0s, visibility 0s ease 0s;visibility: visible }.fancybox-infobar {color: #ccc;font-size: 13px;-webkit-font-smoothing: subpixel-antialiased;height: 44px;left: 0;line-height: 44px;min-width: 44px;mix-blend-mode: difference;padding: 0 10px;pointer-events: none;top: 0;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none }.fancybox-toolbar {right: 0;top: 0 }.fancybox-stage {direction: ltr;overflow: visible;transform: translateZ(0);z-index: 99994 }.fancybox-is-open .fancybox-stage {overflow: hidden }.fancybox-slide {-webkit-backface-visibility: hidden;display: none;height: 100%;left: 0;outline: none;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: absolute;text-align: center;top: 0;transition-property: transform, opacity;white-space: normal;width: 100%;z-index: 99994 }.fancybox-slide:before {content: "";display: inline-block;font-size: 0;height: 100%;vertical-align: middle;width: 0 }.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {display: block }.fancybox-slide--image {overflow: hidden;padding: 44px 0 }.fancybox-slide--image:before {display: none }.fancybox-slide--html {padding: 6px }.fancybox-content {background: #fff;display: inline-block;margin: 0;max-width: 100%;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: relative;text-align: left;vertical-align: middle }.fancybox-slide--image .fancybox-content {animation-timing-function: cubic-bezier(.5, 0, .14, 1);-webkit-backface-visibility: hidden;background: transparent;background-repeat: no-repeat;background-size: 100% 100%;left: 0;max-width: none;overflow: visible;padding: 0;position: absolute;top: 0;transform-origin: top left;transition-property: transform, opacity;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 99995 }.fancybox-can-zoomOut .fancybox-content {cursor: zoom-out }.fancybox-can-zoomIn .fancybox-content {cursor: zoom-in }.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {cursor: grab }.fancybox-is-grabbing .fancybox-content {cursor: grabbing }.fancybox-container [data-selectable=true] {cursor: text }.fancybox-image, .fancybox-spaceball {background: transparent;border: 0;height: 100%;left: 0;margin: 0;max-height: none;max-width: none;padding: 0;position: absolute;top: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 100% }.fancybox-spaceball {z-index: 1 }.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {height: 100%;overflow: visible;padding: 0;width: 100% }.fancybox-slide--video .fancybox-content {background: #000 }.fancybox-slide--map .fancybox-content {background: #e5e3df }.fancybox-slide--iframe .fancybox-content {background: #fff }.fancybox-iframe, .fancybox-video {background: transparent;border: 0;display: block;height: 100%;margin: 0;overflow: hidden;padding: 0;width: 100% }.fancybox-iframe {left: 0;position: absolute;top: 0 }.fancybox-error {background: #fff;cursor: default;max-width: 400px;padding: 40px;width: 100% }.fancybox-error p {color: #444;font-size: 16px;line-height: 20px;margin: 0;padding: 0 }.fancybox-button {background: rgba(30, 30, 30, .6);border: 0;border-radius: 0;box-shadow: none;cursor: pointer;display: inline-block;height: 44px;margin: 0;padding: 10px;position: relative;transition: color .2s;vertical-align: top;visibility: inherit;width: 44px }.fancybox-button, .fancybox-button:link, .fancybox-button:visited {color: #ccc }.fancybox-button:hover {color: #fff }.fancybox-button:focus {outline: none }.fancybox-button.fancybox-focus {outline: 1px dotted }.fancybox-button[disabled], .fancybox-button[disabled]:hover {color: #888;cursor: default;outline: none }.fancybox-button div {height: 100% }.fancybox-button svg {display: block;height: 100%;overflow: visible;position: relative;width: 100% }.fancybox-button svg path {fill: currentColor;stroke-width: 0 }.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {display: none }.fancybox-progress {background: #ff5268;height: 2px;left: 0;position: absolute;right: 0;top: 0;transform: scaleX(0);transform-origin: 0;transition-property: transform;transition-timing-function: linear;z-index: 99998 }.fancybox-close-small {background: transparent;border: 0;border-radius: 0;color: #ccc;cursor: pointer;opacity: .8;padding: 8px;position: absolute;right: -12px;top: -44px;z-index: 401 }.fancybox-close-small:hover {color: #fff;opacity: 1 }.fancybox-slide--html .fancybox-close-small {color: currentColor;padding: 10px;right: 0;top: 0 }.fancybox-slide--image.fancybox-is-scaling .fancybox-content {overflow: hidden }.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {display: none }.fancybox-navigation .fancybox-button {background-clip: content-box;height: 100px;opacity: 0;position: absolute;top: calc(50% - 50px);width: 70px }.fancybox-navigation .fancybox-button div {padding: 7px }.fancybox-navigation .fancybox-button--arrow_left {left: 0;left: env(safe-area-inset-left);padding: 31px 26px 31px 6px }.fancybox-navigation .fancybox-button--arrow_right {padding: 31px 6px 31px 26px;right: 0;right: env(safe-area-inset-right) }.fancybox-caption {background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);bottom: 0;color: #eee;font-size: 14px;font-weight: 400;left: 0;line-height: 1.5;padding: 75px 44px 25px;pointer-events: none;right: 0;text-align: center;z-index: 99996 }@supports (padding:max(0px)) {.fancybox-caption {padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)) }}.fancybox-caption--separate {margin-top: -50px }.fancybox-caption__body {max-height: 50vh;overflow: auto;pointer-events: all }.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {color: #ccc;text-decoration: none }.fancybox-caption a:hover {color: #fff;text-decoration: underline }.fancybox-loading {animation: a 1s linear infinite;background: transparent;border: 4px solid #888;border-bottom-color: #fff;border-radius: 50%;height: 50px;left: 50%;margin: -25px 0 0 -25px;opacity: .7;padding: 0;position: absolute;top: 50%;width: 50px;z-index: 99999 }@keyframes a {to {transform: rotate(1turn) }}.fancybox-animated {transition-timing-function: cubic-bezier(0, 0, .25, 1) }.fancybox-fx-slide.fancybox-slide--previous {opacity: 0;transform: translate3d(-100%, 0, 0) }.fancybox-fx-slide.fancybox-slide--next {opacity: 0;transform: translate3d(100%, 0, 0) }.fancybox-fx-slide.fancybox-slide--current {opacity: 1;transform: translateZ(0) }.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {opacity: 0;transition-timing-function: cubic-bezier(.19, 1, .22, 1) }.fancybox-fx-fade.fancybox-slide--current {opacity: 1 }.fancybox-fx-zoom-in-out.fancybox-slide--previous {opacity: 0;transform: scale3d(1.5, 1.5, 1.5) }.fancybox-fx-zoom-in-out.fancybox-slide--next {opacity: 0;transform: scale3d(.5, .5, .5) }.fancybox-fx-zoom-in-out.fancybox-slide--current {opacity: 1;transform: scaleX(1) }.fancybox-fx-rotate.fancybox-slide--previous {opacity: 0;transform: rotate(-1turn) }.fancybox-fx-rotate.fancybox-slide--next {opacity: 0;transform: rotate(1turn) }.fancybox-fx-rotate.fancybox-slide--current {opacity: 1;transform: rotate(0deg) }.fancybox-fx-circular.fancybox-slide--previous {opacity: 0;transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0) }.fancybox-fx-circular.fancybox-slide--next {opacity: 0;transform: scale3d(0, 0, 0) translate3d(100%, 0, 0) }.fancybox-fx-circular.fancybox-slide--current {opacity: 1;transform: scaleX(1) translateZ(0) }.fancybox-fx-tube.fancybox-slide--previous {transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg) }.fancybox-fx-tube.fancybox-slide--next {transform: translate3d(100%, 0, 0) scale(.1) skew(10deg) }.fancybox-fx-tube.fancybox-slide--current {transform: translateZ(0) scale(1) }@media (max-height:576px) {.fancybox-slide {padding-left: 6px;padding-right: 6px }.fancybox-slide--image {padding: 6px 0 }.fancybox-close-small {right: -6px }.fancybox-slide--image .fancybox-close-small {background: #4e4e4e;color: #f2f4f6;height: 36px;opacity: 1;padding: 6px;right: 0;top: 0;width: 36px }.fancybox-caption {padding-left: 12px;padding-right: 12px }@supports (padding:max(0px)) {.fancybox-caption {padding-left: max(12px, env(safe-area-inset-left));padding-right: max(12px, env(safe-area-inset-right)) }}}.fancybox-share {background: #f4f4f4;border-radius: 3px;max-width: 90%;padding: 30px;text-align: center }.fancybox-share h1 {color: #222;font-size: 35px;font-weight: 700;margin: 0 0 20px }.fancybox-share p {margin: 0;padding: 0 }.fancybox-share__button {border: 0;border-radius: 3px;display: inline-block;font-size: 14px;font-weight: 700;line-height: 40px;margin: 0 5px 10px;min-width: 130px;padding: 0 15px;text-decoration: none;transition: all .2s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap }.fancybox-share__button:link, .fancybox-share__button:visited {color: #fff }.fancybox-share__button:hover {text-decoration: none }.fancybox-share__button--fb {background: #3b5998 }.fancybox-share__button--fb:hover {background: #344e86 }.fancybox-share__button--pt {background: #bd081d }.fancybox-share__button--pt:hover {background: #aa0719 }.fancybox-share__button--tw {background: #1da1f2 }.fancybox-share__button--tw:hover {background: #0d95e8 }.fancybox-share__button svg {height: 25px;margin-right: 7px;position: relative;top: -1px;vertical-align: middle;width: 25px }.fancybox-share__button svg path {fill: #fff }.fancybox-share__input {background: transparent;border: 0;border-bottom: 1px solid #d7d7d7;border-radius: 0;color: #5d5b5b;font-size: 14px;margin: 10px 0 0;outline: none;padding: 10px 15px;width: 100% }.fancybox-thumbs {background: #ddd;bottom: 0;display: none;margin: 0;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;padding: 2px 2px 4px;position: absolute;right: 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);top: 0;width: 212px;z-index: 99995 }.fancybox-thumbs-x {overflow-x: auto;overflow-y: hidden }.fancybox-show-thumbs .fancybox-thumbs {display: block }.fancybox-show-thumbs .fancybox-inner {right: 212px }.fancybox-thumbs__list {font-size: 0;height: 100%;list-style: none;margin: 0;overflow-x: hidden;overflow-y: auto;padding: 0;position: absolute;position: relative;white-space: nowrap;width: 100% }.fancybox-thumbs-x .fancybox-thumbs__list {overflow: hidden }.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {width: 7px }.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {background: #fff;border-radius: 10px;box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) }.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {background: #2a2a2a;border-radius: 10px }.fancybox-thumbs__list a {-webkit-backface-visibility: hidden;backface-visibility: hidden;background-color: rgba(0, 0, 0, .1);background-position: 50%;background-repeat: no-repeat;background-size: cover;cursor: pointer;float: left;height: 75px;margin: 2px;max-height: calc(100% - 8px);max-width: calc(50% - 4px);outline: none;overflow: hidden;padding: 0;position: relative;-webkit-tap-highlight-color: transparent;width: 100px }.fancybox-thumbs__list a:before {border: 6px solid #ff5268;bottom: 0;content: "";left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition: all .2s cubic-bezier(.25, .46, .45, .94);z-index: 99991 }.fancybox-thumbs__list a:focus:before {opacity: .5 }.fancybox-thumbs__list a.fancybox-thumbs-active:before {opacity: 1 }@media (max-width:576px) {.fancybox-thumbs {width: 110px }.fancybox-show-thumbs .fancybox-inner {right: 110px }.fancybox-thumbs__list a {max-width: calc(100% - 10px) }}.fancybox-caption__body h2 {font-size: 30px;letter-spacing: 1px;line-height: 1;color: #ffffff;font-weight: 400;text-align: center;margin-bottom: 15px;}.fancybox-caption__body p {font-size: 12px;letter-spacing: 2px;line-height: 1;color: #aeaeb7;font-weight: 800;text-align: center;text-transform: uppercase;}








/* 1a. Containers */




/* 1b. Colors */












































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */







.wrapper-footer-page,
.dnd-section,
.content-wrapper--vertical-spacing{
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 768px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 749.99925px;

  }
}
@media (min-width: 992px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 969.99903px;

  }
}

@media (min-width: 1200px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1170px;

  }
}





html {
  font-size: 15px;
}

body {
  font-size: 15px;
  color: #434343;
  font-weight: 400;
  font-family: Poppins,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(16, 14, 117, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(16, 14, 117, 1.0)

;
}

/* Headings */

h1 {
  font-family: Poppins,sans-serif;
  font-size: 42px;
  color: #2d2d2d;
  font-weight: 700;
}

h2 {
  font-family: Poppins,sans-serif;
  font-size: 36px;
  color: #2d2d2d;
  font-weight: 700;
}

h3 {
  font-family: Poppins,sans-serif;
  font-size: 32px;
  color: #2d2d2d;
  font-weight: 800;
}

h4 {
  font-family: Poppins,sans-serif;
  font-size: 20px;
  color: #313131;
  font-weight: 700;
}

h5 {
  font-family: Poppins,sans-serif;
  font-size: 20px;
  color: #2d2d2d;
  font-weight: 700;
}

h6 {
  font-family: Poppins,sans-serif;
  font-size: 15px;
  color: #2d2d2d;
  font-weight: 600;
}

/* Blockquote */

blockquote {
  border-left-color: ;
}







button,
.button {
  background-color: 

  
  
    
  


  rgba(16, 14, 117, 1.0)

;
  border: 1px solid #2986e2;
  border-radius: 30px;
  color: #fff;
  padding: 8px 35px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 77, 1.0);
  border-color: #015eba;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(56, 54, 157, 1.0);
  border-color: #51aeff;
  color: #fff;
}





form,
.submitted-message {
  font-size: 15px;
  color: #434343;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(43, 43, 43, 1.0);
}

/* Form label */

form label {
  color: rgba(43, 43, 43, 1.0);
}

/* Form help text */


form legend {
  color: rgba(2, 94, 140, 1.0);
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: rgba(206, 212, 218, 1.0);
  border-radius: 4px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
border-color: rgba(22, 146, 236, 1.0);
}

/* Form placeholder text */

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #434343;
}

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(16, 14, 117, 1.0)

;
  border: 1px solid #2986e2;
  border-radius: 30px;
  color: #fff;
  padding: 8px 35px;
}


form input[type=submit]:focus{
  background-color: rgba(0, 0, 77, 1.0);
  border-color: #015eba;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(56, 54, 157, 1.0);
  border-color: #51aeff;
  color: #fff;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(16, 14, 117, 1.0);
  border-color: rgba(41, 134, 226, 1.0);
  border-radius: 30px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 8px;
  padding-bottom: 8px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(41, 134, 226, 1.0);
  border-color: rgba(41, 134, 226, 1.0);
  border-width: 0px;
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}




.header .top_header{
  background-color: rgba(255, 255, 255, 1.0) ;
}

.header .top_header li.timing.hidden-sm{
  color: rgba(89, 89, 89, 1.0) ;
}

.header .top_header i.fa.fa-clock-o{
  color: rgba(16, 14, 117, 1.0) ;
}

.header .bottom_header{
  background-color: rgba(16, 14, 117, 1.0) ;
}
/*
.header .et-fixed-header .bottom_header{
  background-color: rgba(48, 88, 147, 0.49) ;
}*/
.header .navigation .hs-menu-wrapper>ul>li>a:before{
  background-color: rgba(255, 255, 255, 1.0);
}

.header .navigation .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.navigation .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.header .navigation .hs-menu-wrapper>ul>li.active>a{
  color: rgba(255, 255, 255, 1.0);
}

.header .navigation .hs-menu-wrapper>ul>li.active>a:before{
  background-color: rgba(255, 255, 255, 1.0);
}


.header .navigation .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(255, 255, 255, 1.0);
}

.header .navigation .hs-menu-wrapper>ul>li>ul>li>a {
  color: rgba(69, 69, 69, 1.0);
  border-color: rgba(226, 226, 226, 1.0);
}

.navigation .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(69, 69, 69, 1.0);
}

.header .navigation-primary>ul>li>ul>li>a:hover:before{
  border-color: rgba(226, 226, 226, 1.0);
}
.header .navigation .hs-menu-wrapper>ul>li>ul>li.active-branch a{
  color: rgba(69, 69, 69, 1.0);
}

.header .navigation .hs-menu-wrapper>ul>li>ul>li.active-branch a:hover{
  color: rgba(69, 69, 69, 1.0);
}

.header .right_section ul li i{
  color: rgba(255, 255, 255, 1.0);
}

@media(max-width:991px){
  .mobile-menu{
    background-color: rgba(255, 255, 255, 1.0) ;
  }

  .mobile-menu .mobile-navigation .hs-menu-wrapper>ul>li>a,.mobile-menu .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>a{
    color: rgba(131, 131, 131, 1.0);
    border-color: rgba(0, 0, 0, 0.07);
  }

  .mobile-menu .mobile-navigation .hs-menu-wrapper>ul>li>a:hover,.mobile-menu .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>a:hover{
    color: rgba(131, 131, 131, 1.0);
  }

  .mobile-menu i.fa.fa-times,.mobile-menu span.child-trigger{
    color: rgba(131, 131, 131, 1.0);
  }
}




footer.footer{
  background-image:url(//22167381.fs1.hubspotusercontent-na1.net/hubfs/22167381/raw_assets/public/Northwest_Cancer_Centers_July2022/images/footer.jpg);
  background-color: rgba(30, 30, 78, 1.0);
}

footer.footer p,.footer .footer_copyright p{
  color: rgba(255, 255, 255, 1.0);
}

.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li>a,
.footer .bottom-menu ul li a,
.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li:before{
  color: rgba(255, 255, 255, 1.0);
}

.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer .bottom-menu ul li a:hover,
.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li:hover:before{
  color: rgba(255, 255, 255, 1.0);
}

.footer .footer_menu .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.footer .top_footer{
  border-color: rgba(255, 255, 255, 0.3);
}

.footer .footer-social ul li a{
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

.footer .footer-social ul li a:hover{
  color: rgba(18, 18, 18, 1.0);
  border-color: rgba(16, 14, 117, 1.0);
  background-color: rgba(16, 14, 117, 1.0);
}













.card__price {
  font-family: Poppins,sans-serif
    font-size: 32px;
  color: #2d2d2d;
  font-weight: 800
}

.mt-6 {
    margin-top: 1.5rem;
}
.content-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.content-row [class*='col-'] {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
    .content-row .col-md-6 {
        width: 50%;
    }

    .content-row .col-md-1 {
        width: 8.3333333333%;
    }

    .content-row .col-md-3 {
        width: 25%;
    }

    .content-row .col-md-4 {
        width: 33.33333333%;
    }

    .content-row .col-md-8 {
        width: 66.66666666%;
    }
}

.location-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-bottom: 32px;
}

.location-listing .location-listing-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #fbfbfb;
}

.location-listing .locaiton-listing-item {
    padding: 8px;
}

.location-listing .locaiton-listing-item .location-item-image,
.location-listing .locaiton-listing-item .location-item-details {
    width: 100%;
    padding: 16px;

}
@media only screen and (min-width: 768px) {
    .location-listing .locaiton-listing-item {
        flex: 0 0 auto;
        width: 50%;
    }
    
    .location-listing .locaiton-listing-item .location-item-image,
    .location-listing .locaiton-listing-item .location-item-details {
        width: 50%;
    }
}

.location-listing .locaiton-listing-item a {
    color: inherit;
}

.location-listing .locaiton-listing-item h3 {
    font-size: 24px;
    font-weight: 700;
}

.location-listing .locaiton-listing-item address {
    font-style: normal;
    margin-bottom: 8px;
}

.location-listing .locaiton-listing-item address a {
    text-decoration: underline;
}

.location-listing .locaiton-listing-item p {
    margin-bottom: 8px;
}

.location-listing .detail-link {
    font-weight: bold;
    text-decoration: underline;
}





.location-detail {
    margin-bottom: 32px;
}

.location-detail p,
.location-detail li {
    font-size: 18px;
}

.location-detail h3 {
    color: #100d74;
    font-size: 24px;
    font-weight: 700;
}

.location-detail .phone {
    font-size: 18px;
}

.location-detaul .address {
    text-decoration: underline;
}

.location-detail #map {
    margin-bottom: 24px;
}

.location-detail .providers {
    margin-bottom: 32px;

}

.location-detail .providers p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .location-detail .providers ul {
        padding-left: 42px;
    }
}

.location-detail .providers ul a {
    color: #0094d0;
    text-decoration: underline;

}

.location-detail {
    
}
.our_team .team-item {
    float: left;
    margin-bottom: 40px;
    padding: 20px 5px 20px 5px;
    width: calc(25%);
}

.our_team .team-item .holder {
    text-align: center;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.our_team .team-item .pic {
    position: relative;
}
.our_team .team-item img {
    width: 100%;
}

.our_team .team-item .pic-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.our_team h3{
    line-height: 48px;
    margin:0;
}
.our_team .team-item .pic-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: center bottom no-repeat;
    background-size: cover;
}

.our_team .team-item .data {
    padding: 20px 15px 22px 15px;
}

.our_team .team-item .data .title {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #343434;
    line-height: 26px;
}

.our_team .team-item .data .title a {
    color: inherit;
}

.our_team .team-item .designation {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 13px;
    color: #343434;
    line-height: 25px;
}
.our_team .team-item > *:last-child {
    margin-bottom: 0 !important;
}

.our_team {
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
}
.our_team .item_wrap {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
}
.our_team .item_wrap .holder:hover {
    position: relative;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
}
@media screen and (max-width:981px) and (min-width: 450px){
    .our_team .team-item:nth-child(2n+1){
        clear:left;
    }
}
@media screen and (min-width: 992px){
    .our_team .team-item:nth-child(4n+1){
        clear:left;
    }
}
@media screen and (max-width: 991px){
    .our_team .team-item{
        width: 50%;
    }
}

@media screen and (max-width: 479px){
    .our_team .team-item{
        width: 100% !important;
    }
    
    .page-title .content-row .title-col {
        text-align: center;
    }
    
    .page-title .embedsocial-hashtag-iframe {
        width: 212px !important;
    }
    
    .physician-detail {
        margin-top: -32px;
    }
}

.page-title .content-row .image-col {
    text-align: center;
}

.page-title .content-row .image-col .physician-image {
    height: auto;
    object-fit: cover;
    aspect-ratio: 9/10;
    max-width: 80%;
}

@media only screen and (max-width: 767px) {
    .page-title .content-row .image-col .physician-image {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
}

.physician-detail {
    margin-bottom: 32px;
}

.physician-detail h4 {
    color: #100d74;
    font-size: 18px;
    margin-bottom: 6px;
}

.physician-detail .location-panel {
    margin: 24px 0;
    padding: 1rem;
    background: #f4f4f4;
}

@media only screen and (min-width: 1024px) {
    .physician-detail .location-panel {
        padding: 2rem;
    }
}

.physician-detail .location-panel  p:first-child {
    margin-bottom: 6px;
}

.physician-detail .location-panel address {
    font-style: normal;
    margin-bottom: 16px;
}

.physician-detail .location-panel h3 {
    color: #100d74;
    font-weight: 700;
}

.physician-detail .location-panel a {
    text-decoration: underline;
}


.physician-reviews {
    padding: 4rem 0 2rem 0;
    background: #f4f4f4;
}


.physician-reviews h2 {
    color: #100d74;
    font-size: 28px;
    text-align: center;
}