@Theme Name: MEDTRONIC ALTAVIVA
@Description: This site was built by Central States Marketing. For more information about the site or this custom WordPress theme, you can contact Central States Marketing at: info@csm.marketing or call us at: 309-693-2345.
@Author: Central States Marketing
@Author URI: http://www.centralstatesmarketing.com/
@Version: 1.0
@Date: September, 2025
@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root{
	--blue: #140F4B;
	--green: #1010EB;
}

html, body{
	margin:0;
	padding:0;
	 font-family: "Roboto", sans-serif;
	font-style: normal;
}
*{
	box-sizing: border-box;
}
a, :after, :before{
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img{display:block;max-width: 100%;height:auto;}


.alignright{
                margin:0 0 2em 2em;
                padding:0px;
                float:right;
                border:0;}

.alignleft{
                margin:0 2em 2em 0;
                padding:0px;
                float:left;
                border:0;}

.aligncenter{
                display:block;
                margin-left:auto;
                margin-right:auto;
                padding:0px;
                border:0;}

/*gutenberg styles*/
.has-black-background-color{background-color:#000;}
.has-black-color{color:#000;}
.has-white-background-color{background-color:#fff;}
.has-white-color{color:#fff;}

h1, .grid-container h1{color:#140F4B;font-size:2em;line-height:1.5;margin:10px 0;}
h2, .grid-container h2{color:#140F4B;font-size:1.8em;line-height:1.5;margin:10px 0;}
h3, .grid-container h3{color:#1010EB;font-size:1.5em;line-height:1.5;margin:10px 0;}
h4, .grid-container h4{color:#140F4B;font-size:1.3em;line-height:1.5;margin:10px 0;font-weight: normal;}
h5, .grid-container h5{color:#140F4B;font-size:1.2em;line-height:1.5;margin:10px 0;font-weight: normal;}
h6, .grid-container h6{color:#140F4B;font-size:1.2em;line-height:1.5;margin:10px 0;}

.content{
	max-width: 1200px;
	margin:0px auto;
}
.grid-container{
	display:grid;gap:40px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
.grid-container-1-2{
	display:grid;gap:40px;
	grid-template-columns: 1fr 2fr;
	}
.align-center{align-content: center;}
.spaced{margin:20px 0;}
.spaced-large{margin:50px 0;}
.spaced-xlarge{margin:100px 0;}
img{max-width:100%;height:auto;}
@media screen and (max-width:900px){
	.order-first{order:-1;}
}

/****************
PAGINATION STYLES
*****************/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#666 !important;
background: #d5d5d5;
}
 
.pagination a:hover{
color:#fff !important;
background: #000;
}
.pagination span{background:#666;color:#fff !important;}
.pagination .current{
padding:6px 9px 5px 9px;
background: #000;
color:#fff !important;
}
