/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Merriweather:400,700&display=swap');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

@font-face {
  font-family: Icomoon;
  src: url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/Icomoon/icomoon6.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/Icomoon/icomoon6.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/Icomoon/icomoon6.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: ProximaNova;
  src: url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Light/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Light/ProximaNova-Light-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Light/ProximaNova-Light-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}


@font-face {
  font-family: ProximaNova;
  src: url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Reg/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Reg/ProximaNova-Reg-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Reg/ProximaNova-Reg-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: ProximaNova;
  src: url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Bold/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Bold/ProximaNova-Bold-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/ProximaNova_Bold/ProximaNova-Bold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: ProximaNova,Helvetica Nueue,sans-serif;
  color: #565e65;
  font-size: 15px;
  line-height: 1.76471;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 10px 0;
  font-weight: 100;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.2em;
  font-weight: 100;
  line-height: 1.1;
}
h2 {
  font-size: 2em;
  line-height: 1.2;

}
h3 {
  font-size: 1.2em;
  font-weight: 700;
}

.h4,h4 {
  font-family: Merriweather,serif;
  font-size: 17px;
  line-height: 1.15;
}

.h5,h5 {
  font-family: Merriweather,serif;
  font-size: 1.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.h6,h6 {
  font-size: 12px
}

/* Anchor Links */
a {
  color: #007dc3;
  text-decoration: none;
  transition-duration: .2s,.2s,.2s;
  transition-property: color,background,border-color;
}
a:hover, a:focus { 
  color: #00a9e0;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

figure {
  display: block;
}
figcaption {
  line-height: 1.45em;
}

/* Block Quotes */
blockquote {}
blockquote p {
  margin: 0 0 30px;
}
blockquote small {}
blockquote {
  font-family: Merriweather,serif;
  font-size: 1.15em;
  color: #00a9e0;
  line-height: 1.4em;
  margin: 0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {
}

.header-container-wrapper, 
.footer-container-wrapper {
  line-height: 1.25;
}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


.icon {
  display: inline-block;
  font-family: Icomoon;
  font-size: 35px;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}


.custom-header {
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #d5d7d9;
}

.widget-span.custom-header .page-center {
  max-width: 100% !important;
}



.widget-span.custom-logo {
  margin-top: 40px;
  width: auto;
  position: relative;
  z-index: 990;
}

.widget-span.custom-logo a {
  display: block;
  padding: 15px 10px 7px 30px;
  height: 80px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-span.custom-logo a img {
  height: 52px;
  width: 150px !important;
}

/*========================*/

.widget-span.custom-header-right {
  float: none;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 50;
}

.widget-span.custom-header-contact-link {
  width: auto;
  float: right;
  height: 40px;
  font-size: .8em;
}

.widget-span.custom-header-right-menu {
  width: auto;
  margin: 0;
  float: right;
}

/*=========== Banner ================*/
.simple-banner {
  padding-bottom: 0;
  padding-top: 30px;
  position: relative;
  background-color: #41494a;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-content {
  max-width: 1000px;
  padding: 0 30px 60px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.banner-content {}

.banner-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 50;
}

.simple-banner:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(51,51,51,0)),to(#333));
  background-image: -webkit-linear-gradient(rgba(51,51,51,0),#333);
  background-image: -o-linear-gradient(rgba(51,51,51,0),#333);
  background-image: linear-gradient(rgba(51,51,51,0),#333);
  bottom: 0;
  left: 0;
  z-index: 4;
}

.banner-content h1 {
  line-height: 1.1;
  font-weight: 100;
  margin: 0;
  text-align: center;
  font-size: 3.1em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .simple-banner {
    height: 650px;
  }

  .banner-content-wrapper {
    height: 620px;
  }

  .banner-content {
    max-width: 100%;
    padding: 0 30px 60px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    float: none;
  }


}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

body:not(.blog) .body-container-wrapper{
  padding: 50px 0;
}

.body-container-wrapper .page-center{
  padding-left: 30px;
  padding-right: 30px;
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer {
  background: #e5eef1;
  clear: both;
  color: #7f9092;
  font-size: 15px;
  font-family: ProximaNova,Helvetica Nueue,sans-serif;
  line-height: 1.25;
}
.custom-footer a:hover {
  color: #00a9e0;
}

.custom-footer a {
  color: #00205b;
  text-decoration: none;
  text-transform: uppercase;
}

abbr {
  text-decoration: none;
}

.widget-span.custom-footer-top {}

.widget-span.custom-footer-top .page-center {
  max-width: 100% !important;
}

.widget-span.custom-footer-col {
  padding: 30px 20px;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}

.widget-span.custom-footer-left {
  width: 40%;
}

.widget-span.custom-footer-col-mid {
  width: 30%;
  padding-bottom: 15px;
}

.widget-span.custom-footer-right {
  border-top: 0;
  float: right;
  padding-bottom: 110px;
  width: 30%;
  background-color: #007dc3;
  text-align: center;
  color: #fff;
}

.custom-footer-left-link a {
  display: block;
  margin: .5em 0;
  color: #00205b;
  text-transform: uppercase;
}

.custom-footer-left-link a {
  font-size: .9em;
}

.widget-span.custom-footer-menu {
  width: 50%;
  float: left;
}

.widget-span.custom-footer-menu-right {
  margin-left: 0;
}

.custom-footer-menu-left ul {
  padding-right: 10px;
}

.custom-footer-menu-left ul > li {
  margin-bottom: 20px;
}

.custom-footer-menu-left ul > li > a {
  font-size: 1.15em;
  display: block;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.custom-footer-menu-right ul {
  padding-left: 10px;
}

.custom-footer-menu-right ul > li {
  margin-bottom: 15px;
}

.custom-footer-menu-right ul > li > a {
  font-size: .9em;
  display: block;
  line-height: 1.1;
  text-transform: uppercase;
}

.global-footer__location__phone {
  font-size: .9em;
  color: #00205b;
  float: left;
  line-height: 1.1;
  padding-top: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
  margin: 0 0 30px;
}

address {
  font-style: normal;
  margin: 0 0 30px;
}

.global-footer__location address {
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 20px;
}

a.url.logo {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0;
}
img.logo__svg {
  height: 52px;
  width: 191px;
}

.global-footer__location__phone:before {
  display: inline-block;
  font-family: Icomoon;
  font-size: 35px;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  width: 32px;
  color: #007dc3;
  left: 0;
  top: 0;
}

.global-footer__location__phone.-main:before {
  content: "";
}

.global-footer__location__phone:before {
  display: inline-block;
  font-family: Icomoon;
  font-size: 35px;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  width: 32px;
  color: #007dc3;
  left: 0;
  top: 0;
}

.global-footer__location__phone a {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
}

.global-footer__location__phone.-nurse-line:before {
  content: "";
}

.global-footer__location address p {
  margin: 0;
  display: inline;
}

.global-footer__location address p:last-child {
  display: none;
}

.global-footer__location address a {
  color: inherit !important;
  display: inline-block;
  font-size: 100%;
  font-size: 100%;
  margin-top: 4px;
}

/*========= icons ============*/
nav.contact-nav {
  margin: 0 auto;
  max-width: 360px;
}

nav h2#contact {
  margin: 0 0 15px;
  letter-spacing: 1px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #00205b;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
}

ul.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 30px;
  margin-bottom: 20px;
  margin-left: -10px;
}

ul.social-list li {
  float: left;
  padding-left: 10px;
  width: 16.66667%;
}

ul.social-list li:first-child {
  margin: 0;
}

ul.social-list li a {
  border: 3px solid #00205b;
  color: #00205b !important;
  display: block;
  height: 0;
  padding: calc( 45% + 0px) 0 calc( 45% + 1px) 0;
  /* padding: 45% 0 calc( 45% + 0px) 0; */
  position: relative;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  display: block;
}

ul.social-list li a:hover {
  background: #00205b;
  color: #007dc3!important;
}

ul.social-list li a span.sr-only {
  display: none;
}


a.contact-link, a.donate-link {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

a.contact-link:hover, a.donate-link:hover {
  background: #fff;
  color: #006aa6 !important;
}


/*========== footer Bottom===============*/

.widget-span.custom-footer-bottom {
  background: #dae2e5;
  clear: both;
  font-size: .8em;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  padding-left: 30px;
  color: #7f9092;
}

.widget-span.custom-copyright {
  width: auto;
  float: left;
}

.custom-copyright p {
  margin: 0;
  margin: 0;
  padding-right: 10px;
  display: block;
  height: 35px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-span.custom-footer-bottom-links {
  margin: 0;
  float: none;
  width: 100%;
}

.custom-footer-bottom-links .hs-menu-wrapper > ul {}

.custom-footer-bottom-links .hs-menu-wrapper > ul > li {
  display: inline-block;
  width: auto;
}

.custom-footer-bottom-links .hs-menu-wrapper > ul > li > a {
  color: #00a9e0;
  text-transform: none;
  display: block;
  height: 35px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.custom-footer-bottom-links .hs-menu-wrapper > ul > li > a:hover {
  background: #007dc3;
  color: #fff;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
@media screen and (min-width:768px) {
  .widget-span.custom-header-right > div {
    float: right;
    width: auto;
  }

  .widget-span.custom-header-right > div > div {
    width: auto;
  }

  .widget-span.custom-header-right > div:last-child {
    display: block;
    width: 60%;
    clear: right;
    float: right;
    margin-right: 110px;
    width: 60%;
  }
  .custom-header-contact-link .hs-menu-wrapper {
  }

  .custom-header-contact-link .hs-menu-wrapper ul  > li {
    display: block;
    float: left;
  }
  .custom-header-contact-link .hs-menu-wrapper ul > li > a {
    position: relative;
    z-index: 5;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 40px;
    letter-spacing: 1px;
    line-height: 1.76471;
    padding: 7px 20px;
    text-transform: uppercase;
    padding-bottom: 9px;
    padding-top: 9px;
  }
  .custom-header-contact-link .hs-menu-wrapper ul  > li:first-child {}

  .custom-header-contact-link .hs-menu-wrapper ul  > li:last-child {}

  .custom-header-contact-link .hs-menu-wrapper ul > li:first-child > a {
    background: #00a9e0;
    font-size: .9em;
  }

  .custom-header-contact-link .hs-menu-wrapper ul > li:last-child > a {
    background: #007dc3;
  }

  .custom-header-contact-link .hs-menu-wrapper ul > li:first-child > a:hover {
    background: #0098ca;
    color: #fff;
  }
  .custom-header-contact-link .hs-menu-wrapper ul > li:last-child > a:hover {
    background: #0071b0;
    color: #fff;
  }

  .header-nurse-line {
    color: #00a9e0;
    letter-spacing: 1px;
    line-height: 1.76471;
    text-transform: uppercase;
    background: #fff;
    height: 40px;
    left: 0;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    padding: 0 30px;
  }

  .header-nurse-line p {
    MARGIN: 0;
    /*   font-size: .8em; */
  }

  .header-nurse-line p span {
    display: inline-block;
    height: 40px;
    padding: 7px 0;
    padding-right: 3px;
    vertical-align: middle;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .header-nurse-line p a {
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 9px;
    padding-top: 9px;
    color: #00205b;
  }

  .header-nurse-line p a:HOVER {
    background: #007dc3;
    color: #fff;
  }

  /*=====================*/



  .custom-header-right-menu .hs-menu-wrapper > ul {
    padding-top: 0;
    padding-right: 5px;
    float: right;
    font-size: .8em;
  }

  .custom-header-right-menu .hs-menu-wrapper > ul > li {}

  .custom-header-right-menu .hs-menu-wrapper > ul > li > a {
    width: 100%;
    line-height: 1.1;
    font-size: .95em;
    display: block;
    height: 40px;
    padding: 12px;
    color: #00a9e0;
    color: #00a9e0;
  }

  .custom-header-right-menu .hs-menu-wrapper > ul > li > a:hover {
    background: #007dc3;
    color: #fff;
  }
  /* =============== Custom Menu Primary =============== */

  /* Parent List */


  .custom-menu-primary .hs-menu-wrapper > ul{
    float:right;
    width: calc(100% - 30px );
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    float: left;
    width: 20%;
    height: 78px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > span {
    display: table;
    position: relative;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > span > a {
    height: 80px;
    line-height: 1.1;
    padding: 0;
    position: relative;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    font-size: 18px;
    color: #00205b;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > span > a:hover   {
    color: #007dc3;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > span > a:after {
    display: inline-block;
    font-family: Icomoon;
    font-size: 35px;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 1;
    position: relative;
    top: -1px;
    vertical-align: middle;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    width: 12px;
    content: "";
    bottom: 10px;
    font-size: 12px;
    left: 0;
    opacity: 0;
    top: auto;
    -webkit-transition: bottom .2s,opacity .2s cubic-bezier(.055,.535,.45,.94);
    -o-transition: bottom .2s,opacity .2s cubic-bezier(.055,.535,.45,.94);
    transition: bottom .2s,opacity .2s cubic-bezier(.055,.535,.45,.94);
    visibility: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > span > a:hover:after {
    bottom: 5px;
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper>ul > li > ul {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 496px 496px;
    background-color: #f5f5f5;
    background-image: url(//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Fonts/Icomoon/white-pattern-1bfd1e4046.jpg);
    font-size: .9em;
    height: 0;
    left: -20px !important;
    margin-top: -2px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 270px;
    z-index: 12;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    display: block;
    height: auto;
    border-top: 2px solid #007dc3;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

  .custom-menu-primary .hs-menu-wrapper>ul ul > li {}

  .custom-menu-primary .hs-menu-wrapper>ul ul > li > a {
    line-height: 1.2;
    padding: 10px 20px;
    height: auto;
    color: #00a9e0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul > li > a:hover {
    background: #007dc3;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.What.We.Do {}

  .custom-menu-primary .hs-menu-wrapper>ul>li.What.We.Do > ul {
    left: -130px !important;
    width: 690px;
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.What.We.Do li.hs-menu-depth-2 > a {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.What.We.Do li.hs-menu-depth-2 > ul {
    display: block;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.What.We.Do > ul > li.Menu1 {
    width: 35%;
    display: table-cell;
    vertical-align: top;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.What.We.Do > ul > li.Menu2 {
    display: table-cell;
    vertical-align: top;
    background: #00205b;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.What.We.Do > ul > li.Menu2 > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul >li a {
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.What.We.Do > ul > li.Menu2 > ul > li {
    font-size: .9em;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper{ 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    font-size: 18px;
    height: 60px;
    height: 76px;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #007dc3;
    display: block;
    float: right;
    outline: 0;
  }

  .mobile-trigger i {
    font-size: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.77,0,.175,1);
    transition: -webkit-transform .2s cubic-bezier(.77,0,.175,1);
    -o-transition: transform .2s cubic-bezier(.77,0,.175,1);
    transition: transform .2s cubic-bezier(.77,0,.175,1);
    transition: transform .2s cubic-bezier(.77,0,.175,1), -webkit-transform .2s cubic-bezier(.77,0,.175,1);
    margin-left: 7px;
  }

  .mobile-open  .mobile-trigger ,.mobile-trigger:hover,.mobile-trigger:focus {
    color: #fff;
    background: #00a9e0;
  } 

  .mobile-open .mobile-trigger i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .custom-header.header-lp .mobile-trigger {
    display: none !important;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; 
    display: none ;
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.hs-blog-listing .body-container-wrapper .page-center {
  max-width: 1000px;
}

.hs-blog-listing .body-container-wrapper {
  background-color: #f5f5f5;
}

.blog-content-wrapper {
  color: #565e65;
  padding: 45px 0;
}

/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

.post-listing {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.post-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-top: 30px;
}

a.hs-post-link {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px transparent;
  box-shadow: 0 0 10px transparent;
  color: #565e65;
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.165,.84,.44,1);
  transition: -webkit-box-shadow .2s cubic-bezier(.165,.84,.44,1);
  -o-transition: box-shadow .2s cubic-bezier(.165,.84,.44,1);
  transition: box-shadow .2s cubic-bezier(.165,.84,.44,1);
  transition: box-shadow .2s cubic-bezier(.165,.84,.44,1), -webkit-box-shadow .2s cubic-bezier(.165,.84,.44,1);
  width: 100%;
  color: #565e65;
}

.post-item-inner a.hs-post-link:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  cursor: pointer;
}

.post-body.clearfix {
  padding: 20px;
}

p.post-date {
  font-size: 15px;
  margin: 0 0 5px;
  letter-spacing: 1px;
  line-height: 1.15;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.post-item h2 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  font-size: 100%;
}

.post-item:hover h2 {
  text-decoration: underline;
}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

.hs-featured-image-wrapper {
  background-color: #41494a;
  border-radius: 3px 3px 0 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{

}
/* .hs-featured-image {
float: none;
margin: 0;
max-width: 100%;
width: 100%;
border-radius: 3px 3px 0 0;
display: block;
height: auto;
left: 0;
position: absolute;
top: 0;
transform: scale(1) translateZ(0);
transition: transform 1.2s cubic-bezier(.165,.84,.44,1);
width: 100%;
} */

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  border-radius: 3px 3px 0 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165,.84,.44,1);
  transition: -webkit-transform 1.2s cubic-bezier(.165,.84,.44,1);
  -o-transition: transform 1.2s cubic-bezier(.165,.84,.44,1);
  transition: transform 1.2s cubic-bezier(.165,.84,.44,1);
  transition: transform 1.2s cubic-bezier(.165,.84,.44,1), -webkit-transform 1.2s cubic-bezier(.165,.84,.44,1);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

a.hs-post-link:hover .hs-featured-image {
  -webkit-transform: scale(1.08) translateZ(0);
  transform: scale(1.08) translateZ(0);
}
/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}


.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  text-align: left;
  display: block;
}

#comments-listing.no-comments {
  border: none;
}


.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}



/* Pagination */  
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/*==============*/

.blog-title h1 {
  margin: 0;
  color: #565e65;
  font-weight: 700;
  margin: 0;
  font-size: 1.2em;
}

.blog-title h1 >span {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .667em;
  margin: 0;
}


ul.l_tinynav1 {
  display: none;
}

.custom-categories .block h3 {
  display: none;
}

.custom-categories .block > div {
  overflow: hidden;
  position: relative;
  width: 250px;
  font-family: ProximaNova,Helvetica Nueue,sans-serif;
  line-height: 1.25;
  zoom: 1;
  float: right;
}

.custom-categories select#tinynav1 {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #565e65;
  font-size: 16px;
  margin: 0;
  background: #fff url(//cdn2.hubspot.net/hubfs/4734674/Craig_Hospital_July2019/Images/select-ARROW.png) no-repeat 91%;
  line-height: 1.2;
  padding: 10px 35px 10px 15px;
  width: 110%;
  -moz-appearance: none;
  text-indent: .01px;
  border: 0;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-categories select#tinynav1:focus {
  outline: none;
  color: #00a9e0;
}

/*============= Slider =========*/

.rec-post-item-wrapper {}

.rec-post-item-wrapper .slick-track {
  overflow: hidden;
  position: relative;
}

.rec-post-item {
  height: 650px;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

a.rec-overlay {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  color: #565e65;
}

.rec-post-item-inner {
  padding: 45px 0;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  height:650px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.rec-post-image-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #41494a;
  color: #fff;
  background-position: center center;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165,.84,.44,1);
  transition: -webkit-transform 1.2s cubic-bezier(.165,.84,.44,1);
  -o-transition: transform 1.2s cubic-bezier(.165,.84,.44,1);
  transition: transform 1.2s cubic-bezier(.165,.84,.44,1);
  transition: transform 1.2s cubic-bezier(.165,.84,.44,1), -webkit-transform 1.2s cubic-bezier(.165,.84,.44,1);
}

.rec-post-item:hover .rec-post-image-wrapper {
  -webkit-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
}

.rec-post-content {
  position: relative;
  z-index: 99;
  max-width: 1000px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.rec-post-content:after,.rec-post-content:before {
  content: "";
  display: table;
}

.rec-post-content h3,
.post-banner-content h1{
  margin: 0 0 30px;
  text-align: center;
  font-family: Merriweather,serif;
  font-size: 4em;
  line-height: 1.3611;
  font-weight: 400;
  color: #fff;
}

p.rec-more-wrap {
  font-size: 1.2em;
  letter-spacing: 1px;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
}

ul.slick-dots {
  background-color: #006aa6;
  padding: 10px 0;
  text-align: center;
  margin: 0;
  list-style-type: none;
}

ul.slick-dots li {
  display: inline-block;
  line-height: normal;
  margin: 0 2px -5px 2px;
}

ul.slick-dots li button {
  color: transparent;
  border: 0;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  font-size: 0;
  position: relative;
  padding: 5px;
  float: left;
  cursor: pointer;
  outline: 0;
}

ul.slick-dots li button:after {
  content: "";
  display: block;
  height: 20px;
  position: static;
  width: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 15.98px;
  height: 15.98px;
}

ul.slick-dots li.slick-active {}

ul.slick-dots li.slick-active button:after {
  background: #fff;
}

ul.slick-dots li button:hover:after {
  border-color: rgba(0,169,224,.2);
  background-color: rgba(0,169,224,.2);
}

/*========== Pagination ==========*/

.blog-pagination {
  padding: 60px 0 58px 0;
  position: relative;
  text-align: center;
}

.blog-pagination ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  list-style: none;
}

.blog-pagination ul li {
  float: left;
  margin-left: 10px;
}

.blog-pagination ul li a {
  background: transparent;
  border: 2px solid #007dc3;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  letter-spacing: 2px;
  font-size: 17px;
  height: 55px;
  width: 55px;
  line-height: 1;
  color: #007dc3;
}

.blog-pagination ul li a:hover {
  background: #007dc3;
  color: #fff;
}

.blog-pagination ul li a.active {
  background: #fff;
  border: 3px solid #fff;
  color: #aeb6b8;
}

/*================= Post Page =============*/
.breadcrumb-wrapper {
  background: #fff;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
}

.breadcrumb {
  padding: 20px 30px;
  font-size: .75em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.breadcrumb ul > li {
  display: inline-block;
  font-size: 100%;
}

.breadcrumb ul > li a {
  font-weight: 800;
}

.breadcrumb ul > li i {
  color: #007dc3;
  display: inline-block;
  font-size: .6em;
  padding: 0 10px;
}

.post-banner-area {
  border-top: 1px solid #d5d7d9;
  position: relative;
}

.post-banner-content-wrapper {
  height: 550px;
  position: relative;
  z-index: 50;
  background: rgba(0,0,0,.3);
}

.post-banner-content {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: 0 auto;
}

.post-banner-image {
  position: absolute;
  background-color: #41494a;
  color: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  z-index: 40;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-banner-content h1 {}

/*===============================*/
.blog-content-wrapper {
  position: relative;
}

.section-footer-tags {
  margin-top: 50px;
}


p.post-meta-date {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 45px;
}

.hs-blog-post .blog-section-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  width: 100%;
}

.footer-tags-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  max-width: 1000px;
  position: relative;
}

.footer-tags-wrapper:before {
  border-top: 15px double #f5f5f5;
  margin-bottom: 60px;
  width: 100%;
  content: '';
  display: block;
}


div#hubspot-topic_data {}

div#hubspot-topic_data > SPAN {
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 30px;
  margin-bottom: 15px;
  DISPLAY: BLOCK;
}

div#hubspot-topic_data ul {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

div#hubspot-topic_data ul > li {
  margin: 0 15px 15px 0;
}

div#hubspot-topic_data ul > li > a {
  border: 2px solid #007dc3;
  display: block;
  padding: 10px 15px;
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #007dc3;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

div#hubspot-topic_data ul > li > a:hover {
  background: #007dc3;
  border-color: #007dc3;
  color: #fff;
}

/*===================*/


section.social-buttons:before,section.social-buttons:after ,section.social-buttons ul.social-list:before,section.social-buttons ul.social-list:after{
  content: "";
  display: table;
}

section.social-buttons {}

section.social-buttons .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
  padding: 0;
}

.wrapper h2.social-buttons__heading {
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
  color: #aeb6b8;
  padding-right: 0;
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */


.body-container form {
  max-width: 700px;
  width: 100%;
}


.hs_recaptcha {
  margin: 15px 0;
}

.form-title:empty {
  display: none;
}

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}

/* One Line Inputs */
.body-container-wrapper  input[type="text"],
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], 
.body-container-wrapper input[type="datetime-local"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="month"], 
.body-container-wrapper input[type="time"], 
.body-container-wrapper input[type="week"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper input[type="url"], 
.body-container-wrapper input[type="search"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="color"],
.body-container-wrapper input[type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select {
  white-space: normal;
  display: inline-block;
  width:100%;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin-bottom: 10px;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
}

.body-container-wrapper  input[type="text"]:focus,
.body-container-wrapper input[type="password"]:focus, 
.body-container-wrapper input[type="datetime"]:focus, 
.body-container-wrapper input[type="datetime-local"]:focus, 
.body-container-wrapper input[type="date"]:focus, 
.body-container-wrapper input[type="month"]:focus, 
.body-container-wrapper input[type="time"]:focus, 
.body-container-wrapper input[type="week"]:focus, 
.body-container-wrapper input[type="number"]:focus, 
.body-container-wrapper input[type="email"]:focus, 
.body-container-wrapper input[type="url"]:focus, 
.body-container-wrapper input[type="search"]:focus, 
.body-container-wrapper input[type="tel"]:focus, 
.body-container-wrapper input[type="color"]:focus,
.body-container-wrapper input[type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

.hs-form-required {
  color: red;
}

/* Error */
.hs-error-msgs label{
  color: red;
}
ul.hs-error-msgs.inputs-list {
  margin: -7px 0 0;
  padding: 0;
  list-style: none;
}

.hs-input.invalid.error {
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}.

.section.post-footer .hs_subscribe.hs-subscribe label {

}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  margin-top: 10px;
  padding: 4px 12px;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: inherit;
}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.body-container-wrapper .hs-button.primary:focus,
.body-container-wrapper input[type="submit"]:focus,
.body-container-wrapper input[type="button"]:focus {

  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/*============ haeder Saerch Form=================*/
h2.search__heading {
  position: absolute;
  top: 0;
  position: absolute;
  right: 30px;
  top: 40px;
  width: 80px;
  float: right;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
}

h2.search__heading a#search-toggler {
  text-align: center;
  color: #00205b;
  display: block;
  height: 80px;
  margin: 0;
  padding: 20px;
  width: 80px;
}

h2.search__heading a#search-toggler:after {
  display: inline-block;
  font-family: Icomoon;
  font-size: 35px;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  width: 12px;
  content: "";
  bottom: 10px;
  font-size: 12px;
  left: 0;
  opacity: 0;
  top: auto;
  -webkit-transition: bottom .2s,opacity .2s cubic-bezier(.055,.535,.45,.94);
  -o-transition: bottom .2s,opacity .2s cubic-bezier(.055,.535,.45,.94);
  transition: bottom .2s,opacity .2s cubic-bezier(.055,.535,.45,.94);
  visibility: hidden;
  left: 50%!important;
  margin-left: -8px;
}

h2.search__heading a#search-toggler:hover:after {
  bottom: 5px;
  opacity: 1;
  visibility: visible;
}

/*================ Realted POsts ============*/

.custom-related-outer-wrapper {
  padding: 45px 0;
  background-color: #f5f5f5;
  padding-top: 0;
}

.custom-related-post-header h2 {
  font-size: 26px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px;
  line-height: 1.15;
  margin-bottom: 30px;
  background: #007dc3;
  color: #fff;
  padding: 1.6em;
  margin-top: 40px;
  font-weight: 400;
}

.custom-related-post-inner-conatiner.clearfix {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-related-post-conatiner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.widget-span.page-center.bottom-content-wrapper {
  max-width: 1000px;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {}


/* =============== Landscape tablet and smaller devices =============== */
@media (min-width: 720px) {

  body {
    font-size: 17px;
  }

  .header-nurse-line p {
    font-size: .9em;
  }

  /*======= footer ===========*/
  .custom-footer-left-link a {
    font-size: .9em;
  }

  .custom-footer-bottom-links .hs-menu-wrapper > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .global-footer__location__phone {
    max-width: 200px;
  }

  .global-footer__location address {
    font-size: 1em;
  }

  .global-footer .logo {
    padding: 0;
  }



  /*============= */


}

@media (max-width:1099px) (min-width: 860px) {


  .widget-span.custom-logo a img {
    height: 40px;
  }

  .widget-span.custom-logo a {
    padding: 15px 10px 7px 30px;
  }

}
@media (max-width: 1199px){

  ul.social-list li i.icon {
    position: absolute;
    text-align: center;
    /*     top: calc( 50% - 1px );
    left: 50%;
    font-size: 2.2vw;
    height: auto;
    line-height: 2.2vw;
    margin: -1.1vw 0 0 -1.1vw;
    width: auto; */
  }

}
@media (min-width: 1100px) {


  .header-nurse-line p {
    MARGIN: 0;
    font-size: .8em;
  }

  /*======= footer ===========*/

  .widget-span.custom-footer-bottom {
    padding-right: 30%;
  }

  .global-footer__location address {
    font-size: 1.15em;
  }

  img.logo__svg {
    height: 70px;
    width: 258px;
  }

  .widget-span.custom-footer-bottom:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 30%;
    background: #006aa6;
    right: 0;
    bottom: 0;
  }

  ul.social-list li i.icon {
    position: absolute;
    text-align: center;
    top: calc( 50% - 1px );
    top: 50% ;
    left: 50%;
    font-size: 2.2vw;
    height: auto;
    line-height: 2.2vw;
    margin: -1.1vw 0 0 -1.1vw;
    width: auto;
  }

  /*====================*/


  section.social-buttons {
    padding: 45px 0;
    background-color: transparent;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: left;
    position: absolute;
    right: 50%;
    top: 45px;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
    width: 50px;
  }


  section.social-buttons ul.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 30px;
    left: -5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
  }



  section.social-buttons ul.social-list > li {
    float: left;
    padding-left: 0;
    width: 100%!important;
  }

  section.social-buttons ul.social-list > li > a {
    border: 3px solid #00205b;
    color: #00205b!important;
    display: block;
    height: 0;
    padding: 45% 0;
    position: relative;
    text-align: center;
    width: 100%;
    border-color: #00a9e0;
    border-width: 0;
    background: 00;
  }

  section.social-buttons ul.social-list > li > a > i {
    height: 32px;
    left: 50%;
    margin: -17px 0 0 -17px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    color: #aeb6b8;
    font-size: 28px;
    padding-top: 3px;
    line-height: 1;
  }

  section.social-buttons ul.social-list > li + li {
    border-top: 1px solid #e3e3e3;
  }

  section.social-buttons ul.social-list > li > a:hover > i {
    color: rgba(0,0,0,.4);
  }

}

@media (max-width: 1099px) {
  ul.social-list li i.icon {
    height: 32px;
    left: 50%;
    margin: -17px 0 0 -17px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
  }
}

@media (max-width: 1199px) {
  .custom-header-right-menu .hs-menu-wrapper > ul > li > a {
    padding: 12px 8px;
  }

  ul.social-list li a {
    padding: 45% 0 calc( 45% + 0px) 0;
  }


  /*============ Blog ===========*/
  .rec-post-content h3,
  .post-banner-content h1{
    font-size: 2.45em;
    line-height: 1.2;
  }

  .post-banner-content h1{
    font-size: 2.65em;
  }

}

@media (max-width: 1099px) {

  .widget-span.custom-logo a img {
    height: 40px;
  }

  .widget-span.custom-logo a {
    padding: 15px 10px 7px 30px;
  }

  .widget-span.custom-header-contact-link {
    font-size: .9em;
    float: right;
    height: 40px;
  }

  .custom-header-contact-link .hs-menu-wrapper ul > li > a {
    padding: 7px 30px;
  }

  .widget-span.custom-header-right-menu {
    width: 70%;
  }

  .custom-header-right-menu .hs-menu-wrapper > ul {
    padding-top: 10px;
    padding-right: 30px;
    font-size: .9em;
  }

  .custom-header-right-menu .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #e3e3e3;
    float: left;
  }

  .custom-header-right-menu .hs-menu-wrapper > ul > li > a {
    line-height: 1.1;
    padding: 20px 6px;
    font-size: .95em;
    line-height: 1.1;
    display: block;
    height: auto;
  }

  .widget-span.custom-header-right > div:last-child {
    width: 90%;
    margin: 0;
    clear: both;
    float: left;
    margin-top: -14px;
    padding-bottom: 1px;
  }

  h2.search__heading {
    right: 0;
    top: 107px;
    margin: 0;
    height: 78px;
    width: 10%;
  }
  h2.search__heading a#search-toggler {
    padding: 20px 30px;
    width: 100%;
  }

  .header-nurse-line p span,
  .header-nurse-line p a {
    padding: 7px 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .header-nurse-line p span{
    padding-left: 0px;
  }


  /*============ Footer ================*/
  .widget-span.custom-footer-bottom {
    background: #006aa6;
    color: #fff;
  }

  .widget-span.custom-footer-left,
  .widget-span.custom-footer-col-mid {
    width: 50%;
    margin-bottom: 1px;
  }

  .widget-span.custom-footer-right {
    float: left;
    width: 100%;
    padding: 30px 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  nav.contact-nav {
    max-width: 100%;
  }

  nav h2#contact {
    margin-bottom: 30px;
    font-size: 1.6em;
  }

  ul.social-list {
    float: left;
    margin-right: 3%;
    width: 50%;
  }

  a.contact-link, a.donate-link {
    display: block;
    height: 60px;
    float: left;
    margin: 0;
    padding: 20px;
    width: 22%;
  }

  a.contact-link {
    margin-right: 3%;
  }

  ul.social-list li a {
    padding: 27px 0;
    width: 60px;
  }

  l.social-list li i.icon {
    height: 32px;
    margin: -17px 0 0 -17px;
    text-align: center;
    width: 32px;
    font-size: 35px;
    line-height: 1;
  }
  /*======================*/
  .custom-footer-bottom-links .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }

  /*========== Blog ==========*/

  ul.slick-dots li {
    display: inline-block;
    line-height: normal;
    margin: 0 2.5px -5px 2.6px;
  }

  /*======= Social icons =========== */

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

  section.social-buttons {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 30px;
    text-align: right;
    background-color: #007dc3;
    color: #fff;
  }

  section.social-buttons .wrapper {}

  .wrapper h2.social-buttons__heading {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: right;
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00205b;
    font-weight: 400;
  }

  section.social-buttons ul.social-list {
    left: -5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 30px;
    float: none;
  }

  section.social-buttons ul.social-list > li {
    width: 67px !important;
    border: 0 !important;
    padding-left: 10px;
  }

  section.social-buttons ul.social-list > li > a {
    border: 3px solid #00205b;
    color: #00205b!important;
    display: block;
    height: 0;
    padding: 45% 0;
    position: relative;
    text-align: center;
    width: 100%;
  }

  section.social-buttons ul.social-list > li > a:hover {
    color: #007dc3 !important;
  }

}

@media (max-width: 990px) {
  .widget-span.custom-logo {
    margin-top: 40px;
    width: auto;
    position: absolute;
  }

  .widget-span.custom-header-right > div:last-child {
    margin-top: 0;
  }

  .custom-header.header-lp .widget-span.custom-logo {
    position: relative;
    margin-bottom: -1px;
  }

}

@media (max-width: 960px) {

  .simple-banner {
    min-height: 550px;
  }

  .banner-content h1 {
    font-size: 2.3em;
  }


  /*====================*/

  .rec-post-item {
    height: 550px;
  }

  .rec-post-item-inner {
    height: 550px;
  }

  .rec-post-content h3,
  .post-banner-content h1{
    font-size: 2.2em;
  }

  .post-banner-content h1{
    font-size: 2em;
  }


  ul.slick-dots li {
    margin: 0 2.1px;
    margin-bottom: -10px;
  }

  ul.slick-dots li button {
    padding: 15px;
  }

  ul.slick-dots li button:after {
    width: 26px;
    height: 26px;
  }

}

@media (max-width: 899px) {

  .header-nurse-line {
    padding-left: 20px;
  }

  .widget-span.custom-logo a img {
    height: 33px;
  }

  .widget-span.custom-logo a {
    height: auto;
    padding: 20px 10px 10px 20px;
  }


  h2.search__heading {
    top: 108px;
  }

  h2.search__heading a#search-toggler {
    display: block;
    padding: 20px;
    text-align: center;
  }

  /*=======================*/

  .widget-span.custom-footer-col {
    padding: 30px 20px;
  }
  .widget-span.custom-footer-bottom {
    padding: 30px 20px;
    padding-bottom: 0;
    padding-top: 0;
  }

}

@media (max-width: 899px) and (min-width: 768px) {
  .custom-header-right-menu .hs-menu-wrapper > ul {
    padding-right: 20px;
    padding-top: 10px;
    font-size: .8em;
  }

  .custom-header-right-menu .hs-menu-wrapper > ul > li > a {
    line-height: 1.1;
    padding: 20px 6px;
    width: 100%;
    font-size: .88em;
  }

  .widget-span.custom-header-right > div:last-child {
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .widget-span.custom-menu-primary {
    width: 100%;
  }

  .custom-menu-primary > *, .custom-menu-primary > * >* {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    float: left;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > span > a {
    display: table-cell;
    font-size: 16px;
    line-height: 1.1;
    padding: 0;
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 78px;
  }

}

@media (max-width: 859px) {
  .body-container-wrapper .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*============ Blog ==========*/

  .post-item {
    width: 50%;
  }

}

@media (min-width: 768px) {

  .widget-span.custom-mobile-menu-wrapper {
    display: none;
  }

  /*============ haeder Saerch Form=================*/

  form#search-form {
    font-family: ProximaNova,Helvetica Nueue,sans-serif;
    line-height: 1.25;
    zoom: 1;
    background: #00205b;
    clear: both;
    padding: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s cubic-bezier(.77,0,.175,1),visibility 0s linear .2s;
    -o-transition: height .2s cubic-bezier(.77,0,.175,1),visibility 0s linear .2s;
    transition: height .2s cubic-bezier(.77,0,.175,1),visibility 0s linear .2s;
    visibility: hidden;
  }

  .form-open form#search-form {
    height: 95px;
    -webkit-transition: height .2s cubic-bezier(.77,0,.175,1);
    -o-transition: height .2s cubic-bezier(.77,0,.175,1);
    transition: height .2s cubic-bezier(.77,0,.175,1);
    visibility: visible;
  }

  .form-wrapper {
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
    padding: 20px;
  }

  .form__field.search__form__field {
    position: relative;
    text-align: left;
    float: left;
    WIDTH: 75%;
  }

  .form-wrapper button.button {
    background: transparent;
    border: 2px solid #007dc3;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 55px;
    padding: 0 8px;
    text-align: center;
    border-color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 25%;
    color: #fff;
    TEXT-ALIGN: CENTER;
  }

  .form-wrapper button.button i {
    DISPLAY: NONE;
  }

  .form__field.search__form__field input#header-search {
    /*     font: 400 13.3333px Arial; */
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    border: 3px solid #aeb6b8;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right-width: 0;
    height: 55px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
    background: rgba(0,0,0,.2);
    border-color: #fff;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
  }

  .form__field.search__form__field input#header-search::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #ccc;
  }

  .form__field.search__form__field input#header-search:-ms-input-placeholder {
    text-transform: uppercase;
    color: #ccc;
  }

  .form__field.search__form__field input#header-search::-ms-input-placeholder {
    text-transform: uppercase;
    color: #ccc;
  }

  .form__field.search__form__field input#header-search::placeholder {
    text-transform: uppercase;
    color: #ccc;
  }

  input#header-search::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #ccc;
  }
  input#header-search::-ms-input-placeholder {
    text-transform: uppercase;
    color: #ccc;
  }
  input#header-search::-moz-input-placeholder {
    text-transform: uppercase;
    color: #ccc;
    opacity:1
  }

  .form-wrapper button.button:hover {
    background: #fff;
    border-color: #fff;
    color: #00205b;
  }


}


@media (max-width: 767px) {
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100% !important;
    width:100% !important;
  }

  .body-container .hs_cos_wrapper_type_password_prompt,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .hs_cos_wrapper_type_email_simple_subscription,
  .body-container .hs_cos_wrapper_type_form,	
  .body-container .widget-type-google_search,
  .body-container .hs-search-field__bar,
  .body-container form{
    max-width: 100%;
    width: 100%;
    max-width: 100%;
    width: 100%;
  }


  .section.post-body p > img {
    float: none !important;
    width: 100% !important;
  }


  /*============== haeder ===============*/

  .widget-span.header-nurse-line {
    display: none;
  }

  .widget-span.custom-logo {
    position: relative;
    margin: 0;
    width: 100%;
  }

  .widget-span.custom-header-right {
    display: none;
  }

  .widget-span.custom-logo a {
    display: inline-block;
    height: 76px;
    padding: 15px 20px 10px;
  }

  .widget-span.custom-logo a img {
    height: 43px;
    width: 230px !important;
    max-width: 100%;
  }

  .widget-span.desktop-serch-wrapper{
    display:none;
  }


  /*============== Footer ============*/

  nav.contact-nav {
    margin: 0 auto;
    max-width: 360px;
  }

  nav h2#contact {
    margin-bottom: 15px;
  }

  ul.social-list {
    margin: 0 0 30px;
    width: calc( 100% + 10px );
    float: none;
    margin-bottom: 20px;
    margin-left: -10px !important;
  }

  ul.social-list li a {
    width: 100%;
    display: block;
    padding: calc( 45% + 1px) 0 calc( 45% + 0px) 0;
  }

  a.contact-link, a.donate-link {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    margin-right: -3px;
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
  }

  a.donate-link {
    margin-left: 10px;
    margin-right: 0;
  }


  /*===================*/

  .custom-footer-top .page-center > div > div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .widget-span.custom-footer-col {
    width: 100%;
  }

  .widget-span.custom-footer-left {
    text-align: center;
  }

  .widget-span.custom-footer-col-mid {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
    padding-bottom: 15px;
  }

  .footer-contact-info {
    margin: 0 auto;
    max-width: 320px;
    text-align: center;
  }

  .custom-footer-left-link {
    text-align: center;
    padding-bottom: 1px;
    margin-top: -1px;
  }

  .custom-footer-left-link a {
    margin: .5em  auto;
    font-size: 15px;
  }

  a.url.logo {
    padding: 10px 10px 5px;
  }

  .custom-footer-bottom-links .hs-menu-wrapper > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }

  /*========================*/

  ul.slick-dots li {
    margin: 0 2.1px;
    margin-bottom: -7px;
  }

  /*============= mobile-menu Wrapper ==================*/

  .custom-mobile-menu-wrapper {
    background: #007dc3;
  }

  .widget-span.custom-mobile-menu-wrapper {
    overflow: hidden;
    overflow-y: auto;
    max-height: 0;
    -webkit-transition: max-height .4s cubic-bezier(.77,0,.175,1),visibility 0s linear .4s;
    -o-transition: max-height .4s cubic-bezier(.77,0,.175,1),visibility 0s linear .4s;
    transition: max-height .4s cubic-bezier(.77,0,.175,1),visibility 0s linear .4s;
    visibility: hidden;
  }

  .mobile-open .widget-span.custom-mobile-menu-wrapper {
    height: auto;
    max-height: 1200px;
    -webkit-transition: max-height .4s cubic-bezier(.77,0,.175,1);
    -o-transition: max-height .4s cubic-bezier(.77,0,.175,1);
    transition: max-height .4s cubic-bezier(.77,0,.175,1);
    visibility: visible;
  }

  h2.search__heading {
    display: none;
  }

  .header-ds-saerch-form {
    padding: 20px;
    text-align: center;
    margin-bottom: 4px;
  }

  form#search-form {
    display: inline-block;
    padding: 30px 0;
    font-family: ProximaNova,Helvetica Nueue,sans-serif;
    line-height: 1.25;
    zoom: 1;
  }

  .form-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
  }

  .form__field.search__form__field {
    position: relative;
    text-align: left;
    float: left;
  }

  .form-wrapper button.button {
    background: transparent;
    border: 2px solid #007dc3;
    cursor: pointer;
    display: inline-block;
    border-color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    height: 55px;
    padding: 0 8px;
    text-align: center;
    font-size: 18px;
    line-height: 2.8;
    width: 55px;
  }

  .form-wrapper button.button i {
    DISPLAY: block;
    top: 0px;
  }

  .form-wrapper button.button:hover {
    background: #fff;
    border-color: #fff;
    color: #007dc3;
  }

  span.search__button-text {
    display: none;
  }

  .form__field.search__form__field input#header-search {
    font-size: 16px;
    margin: 0;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 3px solid #aeb6b8;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right-width: 0;
    height: 55px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 220px !important;
    border-color: #fff;
    color: #fff;
    background: #006aa6;
  }

  input#header-search::-webkit-input-placeholder {
    color: #006aa6;
  }
  input#header-search::-ms-input-placeholder {
    color: #006aa6;
  }
  input#header-search::-moz-input-placeholder {
    color: #006aa6;
    opacity:1
  }



  .custom-header-right-menu-mobile {
    padding-bottom: 15px;
  }

  .custom-header-right-menu-mobile ul {
    padding-bottom: 15px;
  }

  .custom-header-right-menu-mobile ul:after {
    content: '';
    display: block;
    clear: both;
  }

  .custom-header-right-menu-mobile ul > li {
    float: left !important;
    margin: 0;
    width: 50%;
  }

  .custom-header-right-menu-mobile ul > li > a {
    display: block;
    border-right: 2px solid #007dc3;
    color: #00205b;
    padding: 20px;
    text-transform: uppercase;
    font-size: .9em;
    background: #1a8ac9;
    border-bottom: 4px solid #007dc3;
    /* color: #fff; */
  }

  .custom-header-right-menu-mobile ul > li:nth-child(2n) a {
    border-right: none;
    border-left: 2px solid #007dc3;
  }

  .custom-header-right-menu-mobile ul > li > a:HOVER {
    color: #fff;
  }


  .custom-header-contact-link-mobile ul {
    text-align: center;
  }

  .custom-header-contact-link-mobile ul > li {
    display: inline-block;
    width: auto;
  }

  .custom-header-contact-link-mobile ul > li > a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
  }

  .custom-header-contact-link-mobile ul > li:first-child > a {
    margin-right: -3px;
  }

  .custom-header-contact-link-mobile ul > li:last-child > a {
    margin-left: 10px;
  }

  .custom-header-contact-link-mobile ul > li > a:hover {
    background: #fff;
    color: #006aa6;
  }


  .widget-span.custom-mobile-menu-wrapper .widget-span.header-nurse-line {
    display: block;
    margin: 0;
    padding: 0;
  }

  .header-nurse-line p {
    letter-spacing: 1px;
    line-height: 1.76471;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0;
    text-align: center;
  }

  .header-nurse-line p a {
    display: block;
    color: #00205b;
    padding: 0;
  }

  .header-nurse-line p span {
    padding: 0;
  }

  .header-nurse-line p a:hover {
    color: #fff;
  }

  /*============= Blog =============*/

  .custom-listing-header > div .widget-span:first-child {
    margin: 0 0 30px;
  }

  .custom-categories .block > div {
    width: 100%;
    margin-bottom: 45px;
  }

  .post-item {
    width: 100%;
  }

  .custom-categories select#tinynav1 {
    padding-right: 15px;
    background-position: 101%;
  }

  .hs-blog-listing .blog-content-wrapper {
    padding-top: 30px;
  }

  .section-footer-tags {
    margin-top: 0;
  }

  .blog-pagination ul li {
    margin-left: 6px;
  }

  /* ===== Mobile Menu Styles ===== */  
  /* ===== Mobile Menu Styles ===== */  
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  /*   .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
  display: none;
}  

  .custom-menu-primary ul.hs-menu-children-wrapper{
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  display: none;
}

  */
  /* Make child lists appear below parent items */

  .custom-menu-primary.js-enabled .hs-menu-wrapper{}
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper{

    width: 100%;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    border-top: 3px solid #006aa6;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    border-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    border-color: #007dc3;
    background: #006aa6;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    font-size: 16px;
    padding: 10px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.What.We.Do > ul > li > a {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.What.We.Do > ul > li > ul.hs-menu-children-wrapper {
    display: block !important;
  }

}  

@media (max-width: 720px) {


  ul.social-list li a {
    padding: calc( 45% + 0px) 0 calc( 45% + 0px) 0;
  }

  .simple-banner {
    min-height: 500px;
  }

  .banner-content {
    padding-bottom: 30px;
  }

  /*============= Blog ===========*/

  .hs-blog-post .blog-section-header {
    padding: 0;
  }

  .rec-post-content h3,
  .post-banner-content h1{
    font-family: Merriweather,serif;
    font-size: 1.6em;
    line-height: 1.2;
  }

  ul.slick-dots li {
    margin-bottom: -8px;
  }

  .rec-post-content h3,
  .post-banner-content h1{
    font-family: Merriweather,serif;
    font-size: 1.6em;
    line-height: 1.2;
    margin: 0 0 30px;
  }

  .post-banner-content-wrapper {
    height: 500px;
  }


  .wrapper h2.social-buttons__heading {
    display: block;
    text-align: center;
  }

  section.social-buttons ul.social-list {
    display: block;
    margin: 0;
    margin: 0 0 30px;
    display: table;
    left: -5px;
    margin-left: auto !important;
    margin-right: auto;
    position: relative;
  }

  section.social-buttons {
    padding-bottom: 30px;
  }

  .footer-tags-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-pagination ul li a {
    height: 50px;
    padding: 15px;
    font-size: 13px;
    width: 50px;  
  }


  .blog-pagination {
    padding: 60px 0 43px 0;
  }

  .custom-related-post-conatiner {
    padding-left: 20px;
    padding-right: 20px;
  }

}
/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 479px) {

  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 16px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 300px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }

  .simple-banner {
    min-height: 420px;
  }

  .banner-content h1 {
    font-size: 2.1em;
    font-weight: 100;
    margin: 0;
    text-align: center;
  }

  .banner-content {
    padding-bottom: 15px;
  }

  /*==============================*/


  .widget-span.custom-logo a {
    height: 60px;
    padding: 15px 20px 10px;
  }

  .widget-span.custom-logo a img {
    height: 28px;
    width: 150px !important;
  }

  .mobile-trigger {
    height: 60px;
  }

  a.donate-link {
    margin-left: 10px;
    margin-right: -5px;
  }

  ul.social-list li a {
    padding: calc( 45% + 0px) 0 calc( 45% + 0px) 0;
  }

  .rec-post-item-inner,
  .rec-post-item {
    height: 420px;
  }

  .form__field.search__form__field input#header-search {
    width: 202px !important;
  }

  .post-banner-content-wrapper {
    height: 100vw;
  }

  .blog-pagination ul li a {
    height: 40px;
    padding: 10px;
    width: 40px;
  }

}