/* ============================================= */
/* = These Neeed to be Added to the Base Theme = */
/* ============================================= */

#block-breadcrumbs {
	flex-basis:100%;
}

.header-banner-wrapper {
    margin-bottom: 0px;
}

.video-wrapper, .map-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

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

.body-column {
	margin-bottom:20px;
}

.body-column ul {
	margin-bottom:0px;
	padding-left:36px;
}

.body-column ul li {
	margin-left:20px;
}

details {
  display: inline-block;
}

.field-appointment-link a {
  color: #fff;
}


/* ================================ */
/* = Additional Typography Styles = */
/* ================================ */

h1.title {
    padding-top: 30px;
	padding-bottom:30px;
	text-align:center;
}

/* ============================= */
/* = Additional Button Styling = */
/* ============================= */

button.accent, .button.accent, button .accent, .button .accent {
	color:#343642 !important;
	background:#C7D7E4 !important;
}

button.accent:hover, .button.accent:hover, button .accent:hover, .button .accent:hover {
	color:#343642 !important;
	background:#DDF0FF !important;
}

.spb_close {
    border:unset !important;
    cursor: pointer;
    float: right;
    margin: 3px;
    padding: 0 10px;
    color: transparent;
    background:url("../images/close-icon-white.svg") no-repeat transparent;
}

/* ================ */
/* = Popup Styles = */
/* ================ */

#block-covid19message {
    padding-top: 35px;
	display: none;
}

.spb-popup-main-wrapper {
	background:#C72E2D;
	border:unset !important;
}

.simple-popup-blocks-global .body * {
	color:#ffffff;
}

.simple-popup-blocks-global .body a {
    color: #c7d7e4 !important;
    border-bottom: 2px solid;
    padding-bottom: 2px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

.simple-popup-blocks-global .body a:hover {
    color: #ffffff !important;
    border-bottom: 2px solid;
    padding-bottom: 2px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

/* =========== */
/* = Style 2 = */
/* =========== */

.style2 .col.my-auto {
	background:#ffffff;
	border-bottom:6px solid #C72E2D;
	box-shadow:0px 3px 6px rgba(0,0,0,.16);
}

.style2 .vertical-box {
	max-width:100% !important;
}

.style2 .vertical-box .body {
	padding-top:30px !important;
	padding-bottom:30px !important;
}

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

.header-banner-wrapper {
    overflow: visible;
}

#header-wrapper {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfef1+0,ffffff+100 */
	background: rgb(253,254,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,254,241,.9) 0%, rgba(255,255,255,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(253,254,241,.9) 0%,rgba(255,255,255,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(253,254,241,.9) 0%,rgba(255,255,255,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfef1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.top-wrapper.wo-navigation {
	box-shadow: 0px 3px 6px rgba(0,0,0,.25);
	margin-bottom:1px;
}

#header-div > .inner {
    padding: 0px 0px;
    border-radius: 2px 0px 0px 2px;
    margin-top: 0px;
}

/*--BRANDING SECTION--*/

#block-narwhal-branding {
	padding-top:0px;
	padding-bottom:0px;
}

#block-narwhal-branding img {
    height: 74px;
    width: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.navbar-brand {
	padding:0px;
}

/*--HEADER SECTION--*/

#header-container {
	margin-right:0px;
	padding-right:0px;
}

/*--SOCIAL/SECONDARY MENU BLOCK--*/

#block-headersociallinks {
	width: calc(100% - 180px);
	float: left;
	padding-left: 0px;
}

.field-link-social-section a {
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

.field-link-social-section a:hover {
	padding-bottom: 3px;
	border-bottom: 2px solid #ffffff;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

/*--SEARCH BLOCK--*/

.search-block-form {
	height: 68px;
    width: 180px;
	float:left;
    padding-bottom: 0px !important;
    padding-top: 3px !important;
}

.search-block-form .form-wrapper::after {
    right: -5px;
    top: 2px;
}

/*--MOBILE HEADER--*/

#block-mobilemenutoggler {
    padding-top: 14px;
    padding-bottom: 0px;
}

.navbar-toggler {
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-toggler::before {
    left: -2px;
    top: 2px;
    font-size: 1.33em;
}

/*--MOBILE LOCATIONS BUTTON--*/

#block-headermobilelocationsbutton {
	padding:0px 15px 5px 0px ;
}

/* ======================= */
/* = Primary Menu Styles = */
/* ======================= */

nav.main-menu-wrapper {
	padding:0px 1rem;
	background:rgba(255,255,255,.9);
}

nav.main-menu-wrapper .nav > li:nth-child(1) a {
	background:#C72E2D;
	color:#ffffff;
}

nav.main-menu-wrapper .nav > li:nth-child(1) a:hover {
	background:#FF4948 !important;
	color:#ffffff !important;
}

.navbar .nav > .menu-item--expanded .menu {
    background-color:#ffffff;
}

.main-menu-wrapper .navbar .nav > li a.nav-link:hover {
    background-color: transparent;
	color:#C72E2D;
}

.navbar .nav > .menu-item--expanded .menu li:hover a, .navbar .nav > .menu-item--expanded .menu li.menu-item--expanded .menu a:hover {
    background-color: #c7d7e4;
}

/*--SHRINKING HEADER STYLES--*/

a.small_logo img {
    top: 8px;
}

/*--MOBILE MENU STYLES--*/

.mobile-offcanvas .navbar .nav > li:hover a.nav-link, .mobile-offcanvas .navbar .nav > li > a.nav-link:hover {
    background-color:#ffffff !important;
}

.mobile-offcanvas .menu-item--expanded > span.icon:after {
	top: 6px;
}

#block-mobilemenusecondarymenulinks {
	flex-basis:100%;
}

#block-mobilemenusecondarymenulinks .content ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#block-mobilemenusecondarymenulinks .content ul li {
	padding:10px 10px 10px 0px;
}

/* ====================== */
/* = Hero Banner Styles = */
/* ====================== */

h1.hero-title {
    text-transform: uppercase;
    font-size: 2.25em;
    line-height: 2.5rem;
	text-align:center;
}

.hero-text-wrapper .hero-subtitle {
	font-size:115% !important;
	text-align:center;
}

.hero-banner-page-wrapper.side-by-side-links .hero-cta {
	text-align:center;
	width:100%;
}

/* ================== */
/* = Preface Styles = */
/* ================== */

.path-frontpage {
    box-shadow: 0px -3px 6px rgba(0,0,0,.16);
    position: relative;
}

#block-additionalhealthcareservicestitle {
	margin-top:40px;
}

/*--Additional Services Card Styles--*/

#block-additionalhealthcareservices .card-simple-image {
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
	padding-top:0px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#block-additionalhealthcareservices .simple-body:hover .card-simple-image {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top:5px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#block-additionalhealthcareservices .card-simple-image img {
	max-width:70px!important;
	height:auto;
}

a.services-button {
	text-transform:uppercase;
	font-weight:700;
	font-size:1.5rem;
	color:#000000;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

a.services-button:hover {
	color:#C72E2D;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

/*--Paragraph and Button Below Additional Services Card--*/

#block-hpservicestext {
    padding-bottom: 45px;
}

/* ========================= */
/* = Content Region Styles = */
/* ========================= */

.path-frontpage #content-wrapper {
	background-image:url("../images/content-bg.jpg");
}

/*--HOME PAGE BLOG POSTS BLOCK STYLES--*/

#block-views-block-blog-block-3 {
	padding-bottom:45px;
}

#block-views-block-blog-block-3 h2 {
	text-align:center;
	padding-bottom:10px;
}

#block-views-block-blog-block-3 .views-row {
	width:100%;
	padding:20px;
}

#block-views-block-blog-block-3 .home-blog-wrapper {
	position:relative;
}

#block-views-block-blog-block-3 .home-blog-wrapper .inner {
	position:relative;
}

#block-views-block-blog-block-3 .home-blog-title {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 300px;
	background:rgba(0,0,0,.25);
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#block-views-block-blog-block-3 .home-blog-title:hover {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 300px;
	background:rgba(0,0,0,.5);
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#block-views-block-blog-block-3 .home-blog-title a {
    display: block;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

#block-views-block-blog-block-3 .home-blog-image {
	height:300px;
}

#block-views-block-blog-block-3 .home-blog-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#block-views-block-blog-block-3 footer {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

/* ============== */
/* = Postscript = */
/* ============== */

#block-welcometoprimaryhealth h2.secondary {
	font-weight:600;
}

#block-welcometoprimaryhealth h2.secondary .title {
	color:#C72E2D;
}

#block-welcometoprimaryhealth .style2 > div {
	height:644px !important;
}

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

#block-footermenu {
	margin-top:20px;
	color:#ffffff;
}

#block-footeraddressblock .content {
	color:#ffffff;
}

#block-footerattribution {
	color:#ffffff;
}

/* ======================== */
/* = Sidebar Block Styles = */
/* ======================== */

.sidebar .block .content .views-field-title a {
	position: relative;
	left: 17px;
	display: inline-block;
	margin-right: 17px;
	padding-bottom:8px;
}

/*--BLOG BLOCK--*/

#block-narwhal-views-block-blog-block-1-2 {
	padding: 15px 20px;
	background: #C7D7E4;
	border-bottom: 8px solid #3b3435;
	margin-bottom:40px;
}

#block-narwhal-views-block-blog-block-1-2 h2 {
    border-bottom: 1px solid #3b3435;
    padding-bottom: 12px;
}

/* ========================= */
/* = Locations Page Styles = */
/* ========================= */

/*--PAGE VIEW--*/

.path-locations h1.title, .path-our-clinics h1.title {
	margin-bottom:0px;
	padding-bottom:0px;
}

.path-locations .message-block {
	margin-top:30px;
    background: #C7D7E4;
    padding: 20px;
    border-radius: 2px;
    border-bottom: 2px solid #3C3435;
}

.path-locations form#views-exposed-form-locations-page-1, .path-our-clinics form#views-exposed-form-locations-page-1 {
    background: transparent;
	padding:0px;
	border-radius:unset;
}

.path-locations .search-advanded summary, .path-our-clinics .search-advanded summary {
	display:none;
}

.path-locations .form-item-field-city-target-id, .path-our-clinics .form-item-field-city-target-id {
	margin-right:0px;
	padding-bottom:0px;
}

.path-locations form#views-exposed-form-locations-page-1 .form-actions, .path-our-clinics form#views-exposed-form-locations-page-1 .form-actions {
	float:left;
	padding-top:36px;
	width:180px;
}

.path-locations form#views-exposed-form-locations-page-1 .form-actions input[type="submit"]#edit-submit-locations, .path-our-clinics form#views-exposed-form-locations-page-1 .form-actions input[type="submit"]#edit-submit-locations {
    padding: 8px 30px;
    margin-left: 5px;
	display:inline;	
}

.path-locations form#views-exposed-form-locations-page-1 .form-actions input[type="submit"]#edit-reset, .path-our-clinics form#views-exposed-form-locations-page-1 .form-actions input[type="submit"]#edit-reset {
    padding: 8px 30px;
    margin-left: 2px;
	display:inline;	
}

.path-locations h3, .path-our-clinics h3 {
	clear:both;
	margin-bottom:25px;
}

.path-locations .views-row, .path-our-clinics .views-row {
	border-bottom:1px solid #D1D1D1;
	margin-bottom:30px !important;
}

.path-locations .location-column-left, .path-our-clinics .location-column-left {
	margin-bottom:12px;
}

.path-locations .location-name, .path-our-clinics .location-name {
	clear:unset;
}

.path-our-clinics h4.location-name {
    display: flex !important;
    flex-wrap: wrap !important;
}

.path-locations .location-name a, .path-our-clinics .location-name a {
	color:#000000;
	margin-right:6px !important;
}

.office-hours-status.office-hours-status--urgent-care-open-now div {
	color:#2dc772 !important;
	font-style:italic;
  font-size: 18px;
}

.office-hours-status.office-hours-status--urgent-care-currently-closed div {
	color:#999999 !important;
	font-style:italic;
  display: none;
}

.path-locations .location-column-right .phone, .path-our-clinics .location-column-right .phone {
	font-weight:bold;
	font-size:20px;
}

.path-locations .address-1, .path-locations .address-2, .path-locations .address-3, .path-our-clinics .address-1, .path-our-clinics .address-2, .path-our-clinics .address-3 {
	font-weight:bold;
	font-size:14px;
}

.path-locations .address-1, .path-locations .address-2, .path-our-clinics .address-1, .path-our-clinics .address-2 {
	display:inline;
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/*--NODE VIEW--*/

.node--type-location h2 {
	text-align:center;
	padding-top:20px;
	padding-bottom:0px;
}

.street-address .field-address-1 {
	font-weight:bold;
	display:inline-block;
}

.street-address .field-address-2 {
	font-weight:bold;
    display: inline-block;
    padding-left: 2px;
}

.city-state .field-city {
	font-weight:bold;
	display:inline-block;
	margin-top:0px;
}

.city-state div.field-city::after {
	content:",";
	margin-right:2px;
}

.city-state .field-state {
	font-weight:bold;
	display:inline-block;
}

.city-state .field-zip-code {
	font-weight:bold;
	display:inline-block;
}

.column-right-right {
	font-weight:bold;
	margin-bottom:20px;
}

.field-phone-number .multi-item-1 {
	font-size:22px;
}

#calibrater-reviews .icon-star:before {
	color: #FF8400;
}

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

.path-blog h1.title {
	margin-bottom:15px;
}

.path-blog #block-narwhal-content .views-row {
	border-bottom:1px solid #D1D1D1;
	padding-bottom:30px;
	margin-bottom:30px !important;	
}

.blog-column-left {
	display:none;
}

.path-blog .views-field-nothing h2 {
	padding-bottom:15px;
}

.path-blog .views-field-nothing img {
	max-width:100%;
	margin-bottom:20px;
}

/* ================================= */
/* = Telealth Services Page Styles = */
/* ================================= */

.body-column.telehealth .column-1 {
	order:1;
	flex-basis:100%;
	padding-left:36px;
}

.body-column.telehealth .column-2 {
	order: 2;
	flex-basis:100%;
	padding-left:36px;
}

.body-column.telehealth .column-3 {
	order:3;
	flex-basis:100%;
	padding-left:36px;
}

.body-column.telehealth .column-4 {
	order:4;
	flex-basis:100%;
	padding-left:36px;
}

/* ================================== */
/* = Meet The Providers Page Styles = */
/* ================================== */

/*--PAGE VIEW--*/

.path-meet-the-providers h3 {
    background: #C7D7E4;
    padding: 10px 12px;
    margin-top: 0px;
	margin-bottom:30px;
    display: block;
    clear: both;	
}

.path-meet-the-providers #block-narwhal-content .views-element-container .views-row {
	width:50%;
	text-align:center;
	float:left;
	padding: 0px 5px;
	min-height:290px;
}

/*--NODE VIEW--*/


.field-dir-phone-label {
	padding-top:10px;
	font-weight:normal;
}

.bio-column-left .field-email-address {
	font-size:14px;
}

.field-practice-location.site-fields {
	margin-top:0px;
}

.field-practice-location .site-fields-field a {
	font-weight:bold;
}

.bio-column-right .field-label {
	font-size:14px;
}

.field-dir-education {
	padding-top:10px;
}

.bio-column-right .field-label {
	font-weight:800;
}

.field-dir-residency {
	padding-top:10px;
}

.field-service .site-fields-field a {
	font-weight:bold;
}

.bio-column-right .body {
	margin-top:10px;
}

.field-dir-practice-interests {
	padding-top:10px;
}

.field-dir-personal-interests {
	padding-top:10px;
}

.field-languages-spoken {
	padding-top:10px;
}

/*--BLOCK VIEW--*/

.block-views-blockdirectory-block-1 .views-row {
    width: 50%;
    text-align: center;
    float: left;
    padding: 0px 5px;
	margin-bottom:20pxQ;
}

.block-views-blockdirectory-block-1 h3 {
    background: #C7D7E4;
    padding: 10px 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    clear: both;
}

/* ============================== */
/* = Search Results Page Styles = */
/* ============================== */

.path-search form.search-form {
	background:transparent;
	padding:0px;
}

.path-search #search-form .form-item {
    margin-right: 10px;
    margin-bottom: 0px;
}

.path-search form input#edit-submit {
    clear: unset;
    margin-top: 44px;
    display: inline-block;
}

.path-search form a#edit-help-link {
	display:none;
}

.path-search details.search-advanced {
	clear:both;
	display:block;
}

.path-search details.search-advanced legend {
	font-weight:bold;
}

.location-wrapper .inner {
  display: flex;
  flex-direction: column;
}

/* ================= */
/* = Media Queries = */
/* ================= */

@media (min-width:576px){
	h1.hero-title {
	    font-size: 2em;
	    line-height: 2.5rem;
		text-align:right;
	}
	.hero-text-wrapper .hero-subtitle {
		text-align:right;
	}
	#block-welcometoprimaryhealth .style2 > div {
	    height: 500px !important;
	}
	.hero-banner-page-wrapper.side-by-side-links .hero-cta {
		text-align:right;
	}
	.body-column.telehealth .column-1 {
		order:1;
		flex-basis:50%;
		margin-left:0px;
		padding-left:36px;
	}
	.body-column.telehealth .column-2 {
		order: 3;
		flex-basis: 50%;
		margin-left: 0px;
		padding-left:36px;
	}
	.body-column.telehealth .column-3 {
		order:2;
		flex-basis: 50%;
		margin-left:0px;
		padding-left:36px;
	}
	.body-column.telehealth .column-4 {
		order: 4;
		flex-basis: 50%;
		margin-left: 0px;
		padding-left:36px;
	}
	.path-blog .views-field-nothing img {
		max-width:200px;
		float:left;
		margin-right:20px;
		margin-bottom:20px;
	}
	.bio-column-left {
		width:200px;
		margin-right:20px;
		float:left;
	}
	.bio-column-right {
	    width: calc(100% - 220px);
	    margin-left: 220px;
	}
	.path-locations .location-column-left, .path-our-clinics .location-column-left {
		width:278px;
		float:left;
		margin-right:20px;
	}
	.path-locations .location-column-right, .path-our-clinics .location-column-right {
		width:calc(100% - 278px);
		margin-left:278px;
	}
  .path-our-clinics .location-column-right {
    margin-left: 0;
  }
	.path-locations form#views-exposed-form-locations-page-1 .form-actions, .path-our-clinics form#views-exposed-form-locations-page-1 .form-actions {
		float:left;
		padding-top:36px;
		width:228px;
	}
}

@media (min-width:768px){
	h1.hero-title {
	    font-size: 2.75em;
	    line-height: 2.75rem;
	}
	#block-narwhal-branding img {
	    margin-bottom: 0px;
	    margin-top: 6px;
	}
	.header-wrapper {
	    padding: 14px 0px 0px 0px;
	}
	#block-mobilemenutoggler {
		padding-top:0px;
	}
	#block-views-block-blog-block-3 .views-row {
		width:50%;
		float:left;
	}
	.blog-column-left {
		display:inline-block;
		width:180px;
		margin-right:20px;
		float:left;
	}
	.blog-column-right {
		width:calc(100% - 200px);
		float:left;
	}
	.body-column.telehealth .column-1 {
		order:1;
		flex-basis:25%;
		margin-left:0px;
		padding-left:36px;
	}
	.body-column.telehealth .column-2 {
		order: 2;
		flex-basis:25%;
		margin-left: 0px;
		padding-left:36px;
	}
	.body-column.telehealth .column-3 {
		order:3;
		flex-basis:25%;
		margin-left:0px;
		padding-left:36px;
	}
	.body-column.telehealth .column-4 {
		order: 4;
		flex-basis:25%;
		margin-left: 0px;
		padding-left:36px;
	}
	.path-meet-the-providers #block-narwhal-content .views-element-container .views-row {
		width:33.333%;
		text-align:center;
		float:left;
		padding:0px;
	}
	.block-views-blockdirectory-block-1 .views-row {
	    width: 33.333%;
	    text-align: center;
	    float: left;
	    padding: 0px;
	}
  .location-wrapper .inner {
    flex-direction: row;
  }
}

@media (min-width:992px){
	.branding #header-div {
	    margin-left: 180px;
	}
	.branding #branding-div {
	    width: 180px;
	}
	h1.hero-title {
	    font-size: 3.25em;
	    line-height: 3.5rem;
	}
	.sidebar-second {
		padding-top:40px;
	}
	.header-wrapper {
	    padding: 14px 0px 20px 0px;
	}
	#header-div > .inner {
	    padding: 0px 20px;
	    background: #C72E2D;
	    border-radius: 2px 0px 0px 2px;
	    margin-top: 20px;
		min-width:748px;
	}
	#block-narwhal-branding img {
		height:98px;
		width:auto;
	}
	.social-align-text-right .multi-item-1 a.other-link {
	    margin-left: 3px;
	}
	a.other-link {
	    margin-left: 7px;
	    margin-right: 7px;
	}
	.top-wrapper.wo-navigation {
	    box-shadow: 0px 3px 6px rgba(0,0,0,1);
	    margin-bottom: 1px;
	}
	.column-right-left {
		margin-bottom:20px;
	}
	a.other-link {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.path-meet-the-providers #block-narwhal-content .views-element-container .views-row {
		width:25%;
		text-align:center;
		float:left;
		padding:0px;
	}
	.block-views-blockdirectory-block-1 .views-row {
	    width: 25%;
	    text-align: center;
	    float: left;
	    padding: 0px;
	}
	.field-phone-number .multi-item-1 {
		margin-top:-5px;
	}
}

@media (min-width:1200px){
	h1.hero-title {
	    font-size: 3.75em;
	    line-height: 4rem;
	}
	a.other-link {
	    margin-left: 10px;
	    margin-right: 10px;
	}
}