/*header*/

/*.header-three .header-top {
	 display: flex;
	 justify-content: space-between;
	 padding: 0.5em;
	 align-items: center;
}
 .header-three .header-top .site-branding {
	 width: 50%;
	 max-width: 250px;
}
 .header-three .header-top .site-branding img {
	 width: 100%;
}
 .header-three .header-top .right-info {
	 text-align: right;
}
 .header-three .main-navigation .control-wrapper .menu-toggle {
	 width: 100%;
	 color: #fff;
	 cursor: pointer;
	 background:#002C7F;
}
 .header-three .main-navigation .menu-container {
	 background: #002C7F;
}
 .header-three .main-navigation .menu-container .menu-main-menu-container .menu {
	 list-style: none;
	 text-align: center;
	 padding-left: 0;
	 margin: 0;
	 background: #002C7F;
}

 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item {
	 padding: 0.5em;
}
 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item a {
	 color: white;
	 padding: 0.5em;
	 text-decoration: none;
	 text-transform:uppercase;
	 font-weight:bold;
}
 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu-toggle {
	 background: transparent;
	 cursor: pointer;
	  font-size:1em;
	 padding:0;
	 color:white;
}
 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu-toggle:hover {
	 color: #ccc;
}
 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu-toggle:focus {
	 color: #ccc;
}
 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu {
	 padding-left: 0;
	 list-style: none;
	 display: none;
	 padding: 0.5em;
	 background: #6883CA;
}
 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu .menu-item {
	 padding: 0.5em;
}
 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu.show {
	 display: block;
}
 .header-three .main-navigation .menu-container.closed {
	 display: none;
}
 .header-three .main-navigation .menu-container.open {
	 display: block;
}
.rounded-btn {
    padding: 5px 1em;
    border-radius: 20px;
	font-weight:bold;
}
.header-three .darkblue {
    background-color: #002C7F;
    color: #fff;
}
.header-three .medblue {
    background-color: #6883CA;
    color: #fff;
}
.header-three .darkblue:hover {
    background-color: #358EFC;
    color: #fff;
}
 .header-three .medblue:hover,.header-three .lightblue:hover {
	 background: #002C7F;
	 color: white;
	
}
.header-three .lightblue {
    background-color: #358EFC;
    color: #fff;
}
.header-three .right-info .col {
    margin: 1em auto;
}
.header-three .right-info .fb i {
    border-radius: 10em;
    background: #1674ea;
    padding: .3em .5em;
    color: white;
}
 @media screen and (min-width: 38em) {
	 .header-three .header-top {
		 padding: .5em;
	}
	 .header-three .header-top .right-info {
		 display: flex;
	}
	 .header-three .header-top .right-info .phone {
		 margin-right: 1em;
	}
	.menu .menu-item {
     margin: 0; 
	 
}
.header-three .header-top .right-info .col {
    margin-right: 1em;
}
}
@media screen and (min-width: 48em){
.header-three .header-top .right-info .col {
    margin: 0;
    margin-right: .5em;
}
.header-three .main-navigation .menu-container .menu-main-menu-container .menu .current_page_item, .header-three .main-navigation .menu-container .menu-main-menu-container .menu .current_page_ancestor {
	 
	 background: #358EFC;
}
.header-three .main-navigation .menu-container .menu-main-menu-container .menu .current_page_ancestor .current_page_item{
background: #6883CA;
}
}
 @media screen and (min-width: 75em) {
	 .header-three .header-top {
		 max-width: 1400px;
		 margin: auto;
	}
	 .header-three .main-navigation .control-wrapper .menu-toggle {
		 display: none;
	}
	 .header-three .main-navigation .menu-container.closed {
		 display: block;
	}
	 .header-three .main-navigation .menu-container .menu-main-menu-container .menu {
		 text-align: left;
		 max-width: 1400px;
		 margin: auto;
	}
	 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item {
		 display: inline-block;
	}
	 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu {
		 position: absolute;
		 z-index: 1;
	}
	 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu .menu-item {
		 display: block;
	}
	 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item .sub-menu.show {
		 display: block;
	}
	 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item:hover .sub-menu {
		 position: absolute;
		 display: block;
	}
	 .header-three .main-navigation .menu-container .menu-main-menu-container .menu .menu-item:hover .sub-menu .menu-item {
		 display: block;
	}
}
 */
 /* other*/
 .page {
	 /*background-color:#f1f5f8;*/
 }
.fa-newspaper:before {
    content: "\f1ea";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-phone-alt:before {
    content: "\f879";
}
.news{
	margin-top:.1em;
}
.bottom{
	margin-bottom:.1em;
}
.news-wide{
	background-color:#f1f5f8;
	border-radius: 0 5em 0 0;
	    position: relative;
    bottom: 5em;
	margin-bottom: -6.4em;
}
.news-section .fa-newspaper {
    font-size: xx-large;
	margin: 0 auto;
	color:#358EFC;
	display: table;
	padding-top: 1em;
}
.shortboxes{
	place-content: center;
}
	
.shortboxes  li {
    max-width: 300px;
    background: white;
    border-radius: 1em;
	box-shadow: 0px 0px 8px #00000070;
}
.shortboxes  li a:nth-child(2){
	text-decoration:none;
	color:Black;
	padding-left:1em;
	font-weight: bold;
	font-size:1.05em;
}
.shortboxes  li .wp-block-latest-posts__post-excerpt{
	padding-left:1em;
}
.shortboxes .wp-block-latest-posts__featured-image img
{
	border-radius: 1em 1em 0 0;
}
.thinButtons a{
	padding:  5px 1em;
	text-transform:uppercase;
	font-weight:bold;
}
.thinButtons a:hover{
	background: #002C7F !important;
}
.small-round img{
	border-radius:1em !important;
	box-shadow: 3px 2px 7px 0px rgb(0 0 0 / 70%);
}
.left-column
{
	    margin-left: 1em;
}
.right-column{
		margin-right:1em;
	}
.left-curve img{
	border-radius: 0 2em 5em 0em !important;
	box-shadow: 11px 1px #6883ca, 7px 2px 9px 5px rgb(0 0 0 / 40%);
}
.right-image{
	height:100%;
}
.right-image figure{
	height:100%;
	width:100%;
	margin: 0 0 .5em 1em !important;
}
.right-image figure img{
	height:100%;
	width:100%;
	border-radius: 50em 0 0 50em !important;
	box-shadow: -15px 0px #6883CA, -30px 0px #B3C7FC;;
}

.right-image-curve figure{
	height:100%;
	width:100%;
	margin: 0 0 .5em 1em !important;
}
.right-image-curve figure img{
	height:100%;
	width:100%;
	border-radius: 1em 0 0 5em !important;
	box-shadow: -20px 0px #6883CA;
}
.checkmark-list li{
	margin-bottom:.5em;
	list-style-image: url('/wp-content/themes/osmond-hospital/images/checksnip.PNG');
}
.checkmark-list li::marker{
	margin-top:.1em;
}
.checkmark-list li ul{
	margin-top:.5em;
	list-style-type:none;
	padding-left:0;
	list-style-image:none;
}
.checkmark-list li ul li{
	
	list-style-image:none;
}
.news ul li{
	border-radius:1em;
	box-shadow: 0 0 6px 0px #777;
	margin-top:1em;
}
.news ul li figure {
	margin-top:0;
}

.news ul li h2 a{
	text-decoration:none;
	color:Black;
	padding-left:.5em;
	font-weight: bold;
	
}
.news ul li .wp-block-post-excerpt__excerpt{
	
	padding-left:.5em;
}
.news ul li figure a img{
	border-radius:1em 1em 0 0;
	
}

.news .wp-block-query-pagination-numbers .page-numbers, .news .wp-block-query-pagination-previous,.news .wp-block-query-pagination-next{
	color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.news .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #358EFC;
  color: white;
}
.news .wp-block-query-pagination-numbers .page-numbers:hover:not(.current),.news .wp-block-query-pagination-previous:hover,.news .wp-block-query-pagination-next:hover {background-color: #ddd;}
.news .wp-block-query-pagination-numbers .page-numbers{
   border-radius: 5px;
	margin: .5em .1em;
}

@media screen and (max-width: 64em){
	.right-image-curve figure img{
		position: relative;
		left: 1em;
	}
	.right-image figure img{
		position: relative;
		left: 1em;
	}
	.left-curve img{
		position: relative;
		right: 1em;
	}
}
@media screen and (min-width: 64em){
	.left-column{
		margin-left:10%;
	}
	.right-column{
		margin-right:10%;
	}
	.align-wide {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
}
}
/*Centered Text*/
.centered-text {
	 background: #333;
	 color: #fff;
	 padding: 2em 1em;
	 box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
     padding-bottom: 9em !important;
}
 .centered-text .content-wrap{
	     background: white;
    color: black;
    margin: auto;
    padding: 2em;
    border-radius: 4em 0;
 }
 .centered-text .content-wrap .mainheading {
	 text-transform: uppercase;
	 margin-top: 0;
color:black !important;
	 text-align: center;
}
 .centered-text .content-wrap .textcontent {
	 max-width: 60em;
	 margin: auto;
}
 .centered-text .content-wrap .textcontent p {
	 line-height: 1.5em;
}
 .centered-text .content-wrap .textcontent ul li {
	 padding-bottom: 0;
}
 .centered-text .content-wrap .textcontent .linkwrap {
	 text-align: center;
	 padding-top: 1em;
}
 .centered-text .content-wrap .textcontent .linkwrap .button {
	 color: #fff;
	 background: #358EFC;
	 text-decoration: none;
	 text-transform: uppercase;
	 font-weight: bold;
	 padding: 0.5em 1em;
	 border: 2px solid #fff;
	 display: inline-block;
	 border-radius: 2em;
}
.centered-text .content-wrap .textcontent .linkwrap .button:hover{
	background: #002C7F !important;
}
 @media screen and (min-width: 38em) {
	 .centered-text {
		 padding: 3em;
		
	}
	 .centered-text .content-wrap .mainheading {
		 font-size: 2.5em;
		 text-align: center;
	}
	.centered-text .content-wrap{
		 width: 50%;
	}
}
 /*staff row*//*
 .staff-row {
	 margin-top: 4em;
}
 .staff-row .content-wrap .staff-wrap a {
	 color: #333;
	 text-decoration: none;
}
 .staff-row .content-wrap .staff-wrap .staff-bio {
	 margin-bottom: 2em;
}
 .staff-row .content-wrap .staff-wrap .staff-bio .imgwrap {
	 width: 100%;
	 text-align: center;
	 max-width: 16em;
	 display: block;
	 margin: auto;
	 height: 16em;
}
 .staff-row .content-wrap .staff-wrap .staff-bio .imgwrap img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .staff-row .content-wrap .staff-wrap .staff-bio .textwrap {
	 text-align: center;
}
 .staff-row .content-wrap .staff-wrap .staff-bio .textwrap h3 {
	 margin-bottom: 0;
	 margin-top: 0;
}
 .staff-row .content-wrap .staff-wrap .staff-bio .textwrap p {
	 margin-top: 0;
}
 @media screen and (min-width: 48em) {
	 .staff-row .content-wrap .staff-wrap {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
	}
	 .staff-row .content-wrap .staff-wrap .staff-bio {
		 margin: 0 1em 2em 1em;
	}
}
 @media screen and (min-width: 75em) {
	 .staff-row h2 {
		 font-size: 2em;
	}
	 .staff-row .content-wrap .staff-wrap {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
	}
	 .staff-row .content-wrap .staff-wrap .staff-bio {
		 width: 23%;
		 box-sizing: border-box;
		 margin: 0.5em;
	}
}*/
 /*custome post*/
 .custom-posts .post-wrap {
	 max-width: 1400px;
	 margin: auto;
}
 .custom-posts .post-wrap .single-post {
	 max-width: 26em;
	 margin: 2em auto;
}
 .custom-posts .post-wrap .single-post .imgwrap {
	 width: 100%;
	 height: 16em;
}
 .custom-posts .post-wrap .single-post .imgwrap img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
}
 .custom-posts .post-wrap .single-post .textwrap h3 {
	 margin-bottom: 0;
}
 .custom-posts .post-wrap .single-post .textwrap .date {
	 font-size: 0.8em;
	 color: #999;
	 font-style: italic;
}
 .custom-posts .post-wrap .single-post .textwrap a {
	 border-radius: 0.25em;
}
 @media screen and (min-width: 64em) {
	 .custom-posts .post-wrap {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: space-between;
	}
	 .custom-posts .post-wrap .single-post {
		 width: 48%;
		 margin: 0;
		 margin-top: 1em;
		 margin-bottom: 1em;
	}
}
 @media screen and (min-width: 75em) {
	 .custom-posts {
		 max-width: 75em;
		 margin: auto;
		 margin-bottom: 2em;
	}
	 .custom-posts .post-wrap .single-post {
		 width: 32%;
	}
}
 
/*Icon Row*/
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-user-injured:before {
    content: "\f728";
}
.fa-clinic-medical:before {
    content: "\f7f2";
}
.fa-procedures:before {
    content: "\f487";
}
.icon-row {
	 padding: 1em;
	 box-sizing: border-box;
}
 .icon-row .content-wrap {
	 display: flex;
	 flex-wrap: wrap;
	 max-width: 75em;
	 margin: auto;
}
 .icon-row .content-wrap .iconwrap {
	 width: 50%;
	 box-sizing: border-box;
	 
	 display: flex;
	 flex-wrap: wrap;
	 padding: 1em 0.5em;
}
 .icon-row .content-wrap .iconwrap .icon {
	 text-align: center;
	 border-radius: 6em;
	
	 width: 4em;
	 height: 4em;
	 margin-bottom: 0.5em;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .icon-row .content-wrap .iconwrap .icon i {
	color:#358EFC;
	 font-size: 2em;
}
 .icon-row .content-wrap .iconwrap .textwrap {
	 text-align: left;
     width:100%;
}
 .icon-row .content-wrap .iconwrap .textwrap strong {
	 width: 100%;
	 color:#002C7F;
	 display: block;
}

  .icon-row .content-wrap .iconwrap .linkwrap {
	 text-align: center;
	 padding-top: 1em;
}
 .icon-row .content-wrap .iconwrap .linkwrap .button {
	 background: #B3C7FC;
	 color: #002C7F;
	 text-decoration: none;
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: .8em;
	 padding: 0.5em 1em;
	 border-radius: 2em;
	 display: inline-block;
}
 .icon-row .content-wrap .iconwrap .linkwrap .button:hover {
	 background: #002C7F;
	 color: white;
	
}
 @media screen and (min-width: 48em) {
	 .icon-row .content-wrap .iconwrap {
		 width: 25%;
	}
}
 
/*Image with Icon Text*/
.image-icons-text .image-icons-wrap .imgwrap {
	 width: 100%;
}
 .image-icons-text .image-icons-wrap .imgwrap img {
	 width: 100%;
}
 .image-icons-text .image-icons-wrap .iconwrap {
	 padding: 1em;
}
 .image-icons-text .image-icons-wrap .iconwrap .iconitem {
	 display: flex;
}
 .image-icons-text .image-icons-wrap .iconwrap .iconitem .left {
	 width: 20%;
}
 .image-icons-text .image-icons-wrap .iconwrap .iconitem .left img {
	 width: 100%;
}
 .image-icons-text .image-icons-wrap .iconwrap .iconitem .right {
	 width: 80%;
	 padding-left: 1em;
	 box-sizing: border-box;
}
 .image-icons-text .image-icons-wrap .iconwrap .iconitem .right h3 {
	 margin-top: 0;
}
 @media screen and (min-width: 56em) {
	 .image-icons-text .image-icons-wrap {
		 display: flex;
	}
	 .image-icons-text .image-icons-wrap .imgwrap.full img {
		 height: 100%;
		 object-fit: cover;
	}
	 .image-icons-text.right .image-icons-wrap {
		 flex-direction: row-reverse;
	}
	 .image-icons-text.right .image-icons-wrap .iconwrap {
		 padding-left: 0;
		 padding-right: 2em;
	}
}
 @media screen and (min-width: 64em) {
	 .image-icons-text .image-icons-wrap .iconwrap {
		 padding-left: 2em;
		 box-sizing: border-box;
	}
}
 
/*Text with Image*/
.text-image .content-wrap .left {
	 padding-bottom: 2em;
}
 .text-image .content-wrap .left .textwrap .button {
	 background: #333;
	 color: #fff;
	 text-decoration: none;
	 font-weight: bold;
	 padding: 0.5em 1em;
	 display: inline-block;
}
 .text-image .content-wrap .right .imgwrap img {
	 width: 100%;
	 border-radius: 1em 0 0 5em;
	 box-shadow: -20px 0 #6883ca;
}
 @media screen and (min-width: 56em) {
	 .text-image .content-wrap {
		 display: flex;
		 align-items: stretch;
	}
	 .text-image .content-wrap .left {
		 width: 50%;
		 padding-right: 1em;
	}
	 .text-image .content-wrap .right {
		 width: 50%;
		 padding-left: 1em;
	}
	 .text-image .content-wrap .right .imgwrap {
		 width: 100%;
		 height: auto;
	}
	 .text-image .content-wrap .right .imgwrap img {
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
	}
	 .text-image.right .content-wrap {
		 flex-direction: row-reverse;
	}
	 .text-image.right .content-wrap .left {
		 padding-right: 0;
		 padding-left: 1em;
	}
	 .text-image.right .content-wrap .right {
		 padding-left: 0;
		 padding-right: 1em;
		 display: flex;
		 height: 100%;
	}
}
 @media screen and (min-width: 64em) {
	 .text-image .content-wrap .left {
		 padding-right: 2em;
	}
	 .text-image .content-wrap .right {
		 padding-left: 2em;
	}
	 .text-image.right .content-wrap .left {
		 padding-left: 2em;
	}
	 .text-image.right .content-wrap .right {
		 padding-right: 2em;
	}
}
 
/*Two Overlay Images*/
.two-overlay-images .content-wrap {
	 padding: 1em;
}
 .two-overlay-images .content-wrap .left {
	 margin-bottom: 1em;
}

 .two-overlay-images .content-wrap .imgwrap {
	 width: 100%;
	 height: 16em;
	 position: relative;
	 overflow: hidden;
	 border-radius: 2em 5em 0 0;
}
.two-overlay-images .content-wrap .imgwrap:hover {
	box-shadow: 0px 0px 8px #00000070;
}
 .two-overlay-images .content-wrap .imgwrap img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .two-overlay-images .content-wrap .imgwrap .textwrap {
	 color: #fff;
	 position: absolute;
	 bottom: 0;
	 width: 100%;
	 padding: 0.5em 0.5em 0.5em 1em;
	 background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	 margin-top: -5em;
	 text-transform: uppercase;
	 font-size: 1.25em;
	 box-sizing: border-box;
}
 @media screen and (min-width: 48em) {
	 .two-overlay-images .content-wrap {
		 display: flex;
		 justify-content: space-between;
		 max-width: 1400px;
		 margin: auto;
	}
	 .two-overlay-images .content-wrap .left, .two-overlay-images .content-wrap .right {
		 width: 49%;
	}
	 .two-overlay-images .content-wrap .imgwrap .textwrap .heading {
		 font-size: 1em;
		 margin-bottom: 0.5em;
		 text-align: center;
	}
}
 @media screen and (min-width: 72em) {
	 .two-overlay-images .content-wrap .imgwrap {
		 height: 16em;
	}
}
 /* accordian*/
 
 .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	 background: #B3C7FC;
	 color: black;
}
 .accordion-block {
	 padding-bottom: 1em;
}
 .accordion-block .accordion-wrap {
	 max-width: 1400px;
	 margin: auto;
}
 .accordion-block .accordion-wrap .single-accordion {
	 list-style: none;
	 padding: 0;
}
 .accordion-block .accordion-wrap .single-accordion .acc_toggle {
	 background: #f1f5f8;
	 border-radius: 0;
	 padding: 1em 1em;
	 width: 100%;
	 text-align: left;
	 margin-bottom: 0em;
	 font-weight: bold;
	 cursor: pointer;
	 margin-top:1em;
	 border-radius:1em;
}
.accordion-block .accordion-wrap .single-accordion .open{
	 border-radius: 1em 1em 0 0;
 }
 .accordion-block .accordion-wrap .single-accordion .open i{
	 display:none;
 }
 .accordion-block .accordion-wrap .single-accordion .acc_toggle i{
	     float: right;
    background: #358EFC;
    padding: 2px 3px;
    color: white;
    border-radius: 5em;
 }
 .accordion-block .accordion-wrap .single-accordion .acc_toggle:hover {
	 background: #B3C7FC;
}
 .accordion-block .accordion-wrap .single-accordion .panel {
	 overflow: hidden;
	 display: none;
	 margin-left: 0;
	 padding: 2em;
	 background: #f1f5f8;
	 margin: auto;
	 padding-left: 1em;
	  border-radius:0 0 1em 1em;
	 
}

 .accordion-block .accordion-wrap .single-accordion .panel a {
	 color:black;
 }

 .accordion-block .accordion-wrap .single-accordion li {
	 margin: 0.5em 0;
	 padding: 0;
}
 .accordion-block .accordion-wrap .single-accordion li .acc_toggle {
	 width: 100%;
	 display: block;
	 color: #333;
	 padding: 0.75em;
	 border-radius: 0.15em;
	 transition: background 0.3s ease;
	 font-size: 1.1em;
	 text-align: left;
	 border: 0;
	 border-bottom: thin solid #ccc;
	 font-weight: bold;
}
 .accordion-block .accordion-wrap .single-accordion li .acc_toggle:hover {
	 background: #e6e6e6;
}
 
/* Feature with buttons*/
.feature-buttons .content-wrap .imgwrap {
	 width: 100%;
}
 .feature-buttons .content-wrap .imgwrap img {
	 width: 100%;
}
 .feature-buttons .content-wrap .buttonwrap {
	 padding: 1em;
	 display: flex;
	 flex-wrap: wrap;
	 box-sizing: border-box;
	 justify-content: space-between;
	 position: relative;
	 top: -4em;
}
 .feature-buttons .content-wrap .buttonwrap .button {
	 font-size: 0.9em;
	 display: flex;
	 align-items: center;
	 box-sizing: border-box;
	 margin-bottom: 0.5em;
	 width: 48%;
	 padding: 0.5em 1em;
	 color: #fff;
	 border: 2px solid #fff;
	 font-weight: bold;
	 text-decoration: none;
	 border-radius: 0.5em;
	 box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px;
	 justify-content: center;
}
 .feature-buttons .content-wrap .buttonwrap .button i {
	 font-size: 2em;
	 margin-right: 0.25em;
}
 @media screen and (min-width: 48em) {
	 .feature-buttons .content-wrap .imgwrap {
		 height: 24em;
	}
	 .feature-buttons .content-wrap .imgwrap img {
		 height: 100%;
		 object-fit: cover;
	}
	 .feature-buttons .content-wrap .buttonwrap {
		 top: -3em;
		 max-width: 64em;
		 margin: auto;
	}
	 .feature-buttons .content-wrap .buttonwrap .button {
		 width: 24%;
		 padding: 1em;
	}
}
 @media screen and (min-width: 75em) {
	 .feature-buttons .content-wrap .imgwrap {
		 height: 30em;
	}
}
 /*hero with icon */
 .hero-icon {
	 position: relative;
	 display: flex;
}
 .hero-icon .imgwrap {
	 position: absolute;
	 z-index: -1;
	 width: 100%;
	 height: 100%;
}
 .hero-icon .imgwrap img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .hero-icon .contentwrap {
	 padding: 5em 1em;
	 background-color: rgba(0, 0, 0, 0.2);
	 color: #fff;
	 display: flex;
	 text-align: center;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
}
 .hero-icon .contentwrap .content .iconwrap i {
	 font-size: 3em;
	 text-shadow: #000 2px 2px 4px;
}
 .hero-icon .contentwrap .content .hmheading {
	 text-shadow: #000 2px 2px 4px;
	 text-transform: uppercase;
	 font-size: 1.75em;
}
 .hero-icon .contentwrap .content .hmtext {
	 font-weight: bold;
	 font-style: italic;
	 text-shadow: #000 1px 1px 3px;
	 max-width: 40em;
	 margin: auto;
}
 .hero-icon .contentwrap .content .hmbtn {
	background-color: #358efc;
	 color: #fff;
	 font-weight: bold;
	 text-decoration: none;
	 padding: 0.5em 1em;
	border-radius: 2em;
	border:none;
	 display: inline-block;
	 margin-top: 1em;
}
 .hero-icon .contentwrap .content .hmbtn:hover{
	background: #002C7F !important;
}
 @media screen and (min-width: 48em) {
	 .hero-icon .contentwrap {
		 height: initial;
	}
	 .hero-icon .imgwrap img{
		 width: 95%;
		 border-radius: 0 0 20em 0;
	 }
	 .hero-icon .contentwrap {
		 width: 95%;
		 border-radius: 0 0 20em 0;
		 padding: 5em 0;
		 box-shadow: 20px 0px #6883ca, 40px 0px #b3c7fc;
	 }
}
 @media screen and (min-width: 64em) {
	 .hero-icon .contentwrap .content {
		 max-width: 50em;
	}
	 .hero-icon .contentwrap .content .iconwrap i {
		 font-size: 4em;
	}
	 .hero-icon .contentwrap .content .hmheading {
		 font-size: 2.5em;
	}
	 .hero-icon .contentwrap .content .hmtext {
		 font-size: 1.25em;
	}
}
 @media screen and (min-width: 72em) {
	 .hero-icon .contentwrap {
		 height: initial;
	}
}
 
/*Footer*/
#colophon {
	 background: #002C7F;
	 color: #fff;
	 padding: 1em;
	 font-family: sans-serif;
	 background-repeat: no-repeat;
	 background-size: cover;
	 clear: both;
}
 #colophon .wrap h2 {
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 1.25em;
	 color: #fff;
}
 #colophon .wrap .colwrap .col {
	 margin-bottom: 1em;
	 border-bottom: none;
	 padding-bottom: 0em;
}
#colophon .wrap .colwrap .col3 {
	background-color:#358EFC;
	border-radius:0 3em;
}
 #colophon .wrap .colwrap .col strong {
	 text-transform: uppercase;
	 display: inline-block;
}
 #colophon .wrap .colwrap .col a {
	 display: inline-block;
	 width: 100%;
	 color: #fff;
}
 #colophon .wrap .colwrap .col p {
	 margin: auto;
}
 #colophon .wrap .colwrap .col3 p {
	    width: 80%;
    font-size: .9em;
}
#colophon .wrap .colwrap .col ul{
	list-style: none;
	padding-left:0;
}
#colophon .wrap .colwrap .col ul li:first-child{
	padding-bottom:1em;
}
#colophon .wrap .colwrap .col ul li p{
	display: inline-flex;
	padding-left:1em;
	font-size:.9em;
}

 #colophon .wrap .colwrap .col3 img{
	padding: 1em 0 .1em 1.8em;
 }
 #colophon .wrap .copyright {
	 font-size: 0.85em;
}
 #colophon .wrap .copyright p{
	  display:contents;
	  color: #ffffff9c;
}

 #colophon .wrap .copyright a {
	 display: inline;
	 text-decoration: underline;
	 color: #ffffff9c;
}
 #colophon .wrap .copyright .statement {
	 float:right;
}
 @media screen and (min-width: 48em) {
	 #colophon .wrap .colwrap {
		 display: flex;
		 flex-wrap: wrap;
	}
	 #colophon .wrap .colwrap .col {
		 width: 33%;
	}
	 #colophon .wrap .colwrap .col3 {
		 width: 100%;
	}
}
 @media screen and (min-width: 56em) {
	 #colophon .wrap .colwrap .col {
		 width: 25%;
		 border-bottom: none;
	}
	 #colophon .wrap .colwrap .col3 {
		 width: 25%;
	}
}
 @media screen and (min-width: 64em) {
	 #colophon {
		 padding: 1em 2em;
	}
	 #colophon .wrap {
		 max-width: 1400px;
		 margin: auto;
	}
}



/*************************/

.location-block {
  padding: 1em; }
  .location-block .content-wrap {
    padding: 1em;
    border-radius: 1em;
    box-shadow: #999 2px 2px 4px; }
    .location-block .content-wrap p {
      margin: 0; }
    .location-block .content-wrap .left .contact-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .location-block .content-wrap .left .contact-info i {
        margin-right: 0.5em;
        margin-top: 0.25em; }
      .location-block .content-wrap .left .contact-info .location {
        width: 49%;
        display: flex;
        padding: 0.25em;
        box-sizing: border-box; }
      .location-block .content-wrap .left .contact-info .phone {
        width: 49%;
        display: flex;
        padding: 0.25em;
        box-sizing: border-box; }
      .location-block .content-wrap .left .contact-info .hours {
        width: 100%;
        display: flex;
        margin-top: 0.5em; }
    .location-block .content-wrap .right {
      margin-top: 1em; }

@media screen and (min-width: 56em) {
  .location-block .content-wrap {
    display: flex;
    justify-content: space-between; }
    .location-block .content-wrap .left {
      width: 49%; }
    .location-block .content-wrap .right {
      width: 49%; } }

h1 {
    margin-bottom:0.5em !important;
}
