@charset "utf-8";

/*SITEWIDE TEXT*/

/*Light blue background color*/
#bootstrap-overrides{
	background-color: #95B8DB;
}
h1{
	/*Heading 1 Type Formatting 
	Uses:
		Title Text - "Midwest Meter, Inc."*/
    font-family: 'brush-script-std';
    font-style: normal;
    font-weight: 400;
    color: #336699;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
h2{
	/*Heading 2 Type Formatting
	Uses:
		Not Found
	*/
	font-family: "Franklin Gothic Heavy";
    font-style: normal;
    font-weight: 400;
	color:#000000;
    text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
h3{
	/*Heading 3 Type Formatting 
	Uses:
		Left Motto in Header "Your Best Choice..."
		Headings on Products, Services, and Our Bands Pages - .body_container 
			
		Other Modifications:
			.body_container h3{
				color: #000000;
				font-size: 20px;
				padding: 5px;
				text-align: left;
			}
			.row h3 {
				width: 100%;
				margin-top: 10px;
				margin-right: 10px;
				margin-bottom: 10px;
				margin-left: 10px;
				padding-top: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
				padding-left: 0px;
				display: inline-block;
				float: left;
				color: #343434;
			}
	*/
	font-family: "Franklin Gothic Heavy";
    font-style: normal;
    font-weight: 400;
	color:#ffffff;
    text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.body_container h3{
	color: #000000;
	font-size: 20px;
	text-align: left;
}
.row h3 {
	width: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	float: left;
	color: #343434;
}
h4{
	/*Heading 4 Type Formatting 
	Uses:
		Header for Phone Number and email - "641-456-4802..."
		Footer for address "1605 170th Street..."*/
	font-family: "Franklin Gothic Heavy";
    font-style: normal;
    font-weight: 400;
	color:#ffffff;
    text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
p {
	/*Paragraph Type Formatting 
	Uses:
	Footer Copyright and Sitemap Lables
	
	Other Modificaions:
		.body_container p{
			color: #000000;
		}
		.row p {
			width: 100%;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			margin-left: 10px;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			display: inline-block;
			float: left;
			color: #343434;
		}
		.row_h p{
			float: right;
			text-align: right;
		}
	*/
	color: #ffffff;		
}
.body_container p{
	color: #000000;
}
.row p {
	width: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline-block;
	float: left;
	color: #343434;
}
.row_h p{
	float: right;
	text-align: right;
}
.row_h a{
	color: #ffffff;
}
/* not needed
.mwmicon{
	width: 50%;
	align-items: center
}
*/

/*SITEWIDE ELEMENTS*/

.body_container{
    width: 95%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}
#bootstrap-overrides .container {
	background-color: #FFFFFF;
	width: 90%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: table;
}
.row {
	width: 90%;
	display: table;
	align-content: center;
	color: #343434;
}
.row.blockDisplay {
	display: block;
}
.row_h {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #004fa3;
	display: inline-block;
}

/*SITEWIDE NAVBAR*/

#bootstrap-overrides .dropdown-item{
	color: #004fa3;
	font-family: "Franklin Gothic Book";
	font-weight: normal;
}
#bootstrap-overrides .dropdown-menu {
	width: 300px;
}
#bootstrap-overrides .navbar-expand-lg{
	align-content: right;
}
#bootstrap-overrides .navbar .nav-link{
	color: #004fa3;	
}
#bootstrap-overrides .navbar ul{
	font-family: "Franklin Gothic Heavy";
	width: 100%;
}
.nav-link{
	width: auto;
}

.column_60r{
	width: 60%;
	float: right;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.column_60r_img{
	display: block;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.column_60r p{
	color: #000000;
}
.column_40l{
	width: 40%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.column_40l p{
	color: #000000;
	padding-top: 20px;
}
.column_20{
	width: 20%;
	float: left;
	background-color: #004fa3;
	color: #004fa3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.column_half {
	width: 50%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.column_half p{
	color: #000000;
}
.column_half_r {
	width: 50%;
	float: right;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.column_half_r p{
	color: #000000;
}
.img_icon{
	display: block;
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.primary_header {
	width: 100%;
	height: 150px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: left;
	border-bottom: 0px solid #2C9AB7;
}
.primary_header h3 {
	color: #000000; 
	font-size: 24px;
}
#bootstrap-overrides .primary_header a:hover{
	text-decoration: none;
}
.tri_header{
	margin-bottom: 0;
	padding: 0px;
	background-color: #336699;
	color: #336699;
	font-family: "Franklin Gothic Heavy"
}
.secondary_header {
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #B3B3B3;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.navbar ul li:hover {
	color: #717070;
	cursor: pointer;
}
.left_article {
	background-color: #ffffff;
	width: 60%;
	float: left;
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #ffffff;
}

.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #717070;
}
.title {
    font-weight: bold;
    font-style: normal;
    font-family: "Source Sans Pro";
    text-align: center;
    color: #336699;
    letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column_40r h4 a {
    color: #FFFFFF;
}
.product_body{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.product_icon{
	padding: 10px;
}
.read-more-btn{
        display: inline-block;
        padding: 0.6rem 1.5rem;
        font-size: 1em;
        position: relative;
        cursor: pointer;
        background-color: #d0d3d9;
        color: #fff;
    }
    .card__read-more{
        display: block;
        opacity: 0;
        height: 0;
    }
    .card__read-more--open{
        display: block;
        opacity: 1;
        height: 100%
    }
.carousel-caption{
    padding-bottom: 0px;
    margin-bottom: -35px;
}

@media (max-width: 569px) {
h1{
    font-size: 30pt;
	}
h2{
	font-size: 16pt;	
	}
h3{
	font-size: 10pt;	
	}
h4{
	font-size: 10pt;	
	}
.table_header{
	margin-left: auto;	
	margin-right: auto;
	}
.primary_header {
	width: 100%;
	height:auto;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: left;
}
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.column_half {
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.column_60r{
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.column_40l{
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.header_column_60{
	width:100%;
	height:auto;
	float: left;
	display:block;
	text-align: center;
	}
.logo_header{
	width: 90%;
	
}
    
/*Not Used*/
    
.body_columns{
	column-count: 1;
}
    
#bootstrap-overrides .container{
	width: 100%;
}
    
/*PRODUCTS PAGE FORMATTING*/
    
.product_50L_Logo{
	height: 250px;
	width: 100%;
    background-color: #004fa3;
	display: inline-flex;
	justify-content: center;
    margin: auto;
}
.product_50R_Text{
	width: 90%;
    margin: auto;
    text-align: justify;
}
.product_50R_Text_O{
	height: 100%;
    min-height: 250px;
	width: 100%;
    background-color: #cccccc;
    display: inline-flex;
}
.product_50R_Text h3{
    text-align: center;
}
.product_brand1{
	height: 100%;
	width: 100%;
	display: block;
    justify-content: center;
    padding: 5px;
}
.product_brand2{
	height: 100%;
	width: 100%;
	display: block;
    justify-content: center;
    padding: 5px;
}
.product_logo{
	height: 70%;
	margin: auto;
}

    /*ITEMS PAGE FORMATTING*/
    
.items_flexbox{
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 15px;
}
    
.items_image{
    width: 100%;
    min-height: 255px;
    display: block;
    justify-content: center;
}
    
    .carousel{
        margin: auto;
        max-width: 250px;
        max-height: 250px;
    }
    .slide{
        max-width: 250px;
        max-height: 240px;
    }
    .carousel-inner{
        max-width: 250px;
        max-height: 250px;    
    }
    .carousel-item{
        max-width: 250px;
        max-height: 250px;
    }
    .mx-auto{
        width: 250px;
        height: 250px;
    }
    .carousel-control-prev{
        color: darkgray;    
    }
    
.items_text{
    width: 90%;
    display: block;
    padding-bottom: 23px ;
    text-align: justify;
    margin: auto;
}
    
    .read-more-btn{
        padding: 15px,60px;
        background-color: #004fa3;
        color: #fff;
    }
    .moreText{
        display: none;    
    }
    .itemsP.show-more .moreText{
        display: block;    
    }
    
.items_buttons{
    width: 90%;
    display: block;
    margin: auto;
}
    
    .pdfDownload{
        background-color: #004fa3;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 200px;
    }
    .pdfDownload a{
        color: #fff;
    }
    .ContactBtn{
        background-color: #d0d3d9;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 200px;
    }
    .ContactBtn{
        color: #000;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        background-color: darkgray;
    }
}
@media ( min-width : 570px ) and (max-width : 829px ){
h1{
    font-size: 42pt;
	}
h2{
	font-size: 22pt;	
	}
h3{
	font-size: 12pt;	
	}
h4{
	font-size: 12pt;	
	}
#bootstrap-overrides .container{
	width: 100%;
}
.table_header{
	margin-left: auto;	
	margin-right: auto;
	}
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.column_60r{
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.column_40l{
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.column_half {
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	align: center;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.header_column_60{
	width:100%;
	float: left;
	display:block;
	text-align: center;
	}
.logo_header{
   	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 150px;
}
.body_columns{
	column-count: 2;
}
    
/*PRODUCTS PAGE FORMATTING*/
    
.product_50L_Logo{
	height: 250px;
	width: 100%;
    background-color: #004fa3;
	display: inline-flex;
	justify-content: center;
    margin: auto;
}
.product_50R_Text{
	width: 90%;
    margin: auto;
    text-align: justify;
}
.product_50R_Text_O{
	height: 100%;
    min-height: 250px;
	width: 100%;
    background-color: #cccccc;
    display: inline-flex;
}
.product_50R_Text h3{
    text-align: center;
}
.product_brand1{
	height: 100%;
	width: 100%;
	display: block;
    justify-content: center;
    padding: 5px;
}
.product_brand2{
	height: 100%;
	width: 100%;
	display: block;
    justify-content: center;
    padding: 5px;
}
.product_logo{
	height: 70%;
	margin: auto;
}
    
    /*ITEMS PAGE FORMATTING*/
    
.items_flexbox{
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 15px;
}
    
.items_image{
    width: 100%;
    min-height: 255px;
    display: block;
    justify-content: center;
}
    
    .carousel{
        margin: auto;
        max-width: 250px;
        max-height: 250px;
    }
    .slide{
        max-width: 250px;
        max-height: 240px
    }
    .carousel-inner{
        max-width: 250px;
        max-height: 250px;    
    }
    .carousel-item{
        max-width: 250px;
        max-height: 250px;
    }
    .mx-auto{
        width: 250px;
        height: 250px;
    }
    .carousel-control-prev{
        color: darkgray;    
    }
    
.items_text{
    width: 90%;
    display: block;
    padding-bottom: 23px ;
    text-align: justify;
    margin: auto;
}
    
    .read-more-btn{
        padding: 15px,60px;
        background-color: #004fa3;
        color: #fff;
    }
    .moreText{
        display: none;    
    }
    .itemsP.show-more .moreText{
        display: block;    
    }
    
.items_buttons{
    width: 90%;
    display: block;
    margin: auto;
}
    
    .pdfDownload{
        background-color: #004fa3;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 200px;
    }
    .pdfDownload a{
        color: #fff;
    }
    .ContactBtn{
        background-color: #d0d3d9;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 200px;
    }
    .ContactBtn{
        color: #000;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        background-color: darkgray;
    }
}
@media (min-width : 830px ) and ( max-width : 899px ){
h1{
    font-size: 42pt;
	}
h2{
	font-size: 22pt;	
	}
h3{
	font-size: 12pt;	
	}
h4{
	font-size: 12pt;	
	}
#bootstrap-overrides .container{
	width: 100%;
}
.table_header{
	margin-left: auto;	
	margin-right: auto;
	}
.primary_header {
	width: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 0px solid #2C9AB7;
	background-repeat: no-repeat;
	background-position: right;
	}
.column_60l{
	width: 60%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.column_40r{
	width: 40%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.header_column_60{
	width:100%;
	float: left;
	display:block;
	text-align: center;
	}
.logo_header{
   	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 150px;
}
.body_columns{
	column-count: 2;
}
    
/*PRODUCTS PAGE FORMATTING*/
    
.product_50L_Logo{
	height: 250px;
	width: 100%;
    background-color: #004fa3;
	display: inline-flex;
	justify-content: center;
    margin: auto;
}
.product_50R_Text{
	width: 90%;
    margin: auto;
    text-align: justify;
}
.product_50R_Text_O{
	height: 100%;
    min-height: 250px;
	width: 100%;
    background-color: #cccccc;
    display: inline-flex;
}
.product_50R_Text h3{
    text-align: center;
}
.product_brand1{
	height: 100%;
	width: 100%;
	display: block;
    justify-content: center;
    padding: 5px;
}
.product_brand2{
	height: 100%;
	width: 100%;
	display: block;
    justify-content: center;
    padding: 5px;
}
.product_logo{
	height: 70%;
	margin: auto;
}
    
    /*ITEMS PAGE FORMATTING*/
    
.items_flexbox{
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 15px;
}
    
.items_image{
    width: 100%;
    min-height: 255px;
    display: block;
    justify-content: center;
}
    
    .carousel{
        margin: auto;
        max-width: 250px;
        max-height: 250px;
    }
    .slide{
        max-width: 250px;
        max-height: 240px
    }
    .carousel-inner{
        max-width: 250px;
        max-height: 250px;    
    }
    .carousel-item{
        max-width: 250px;
        max-height: 250px;
    }
    .mx-auto{
        width: 250px;
        height: 250px;
    }
    .carousel-control-prev{
        color: darkgray;    
    }
    
.items_text{
    width: 90%;
    display: block;
    padding-bottom: 23px ;
    text-align: justify;
    margin: auto;
}
    
    .read-more-btn{
        padding: 15px,60px;
        background-color: #004fa3;
        color: #fff;
    }
    .moreText{
        display: none;    
    }
    .itemsP.show-more .moreText{
        display: block;    
    }
    
.items_buttons{
    width: 90%;
    display: block;
    margin: auto;
}
    
    .pdfDownload{
        background-color: #004fa3;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 200px;
    }
    .pdfDownload a{
        color: #fff;
    }
    .ContactBtn{
        background-color: #d0d3d9;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 200px;
    }
    .ContactBtn{
        color: #000;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        background-color: darkgray;
    }
}
@media (min-width : 900px ) and ( max-width : 999px ){
h1{
    font-size: 42pt;
	}
h2{
	font-size: 22pt;	
	}
h3{
	font-size: 12pt;	
	}
h4{
	font-size: 12pt;	
	}
.table_header{
	margin-left: auto;	
	margin-right: auto;
	}
.primary_header {
	width: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 0px solid #2C9AB7;
	background-repeat: no-repeat;
	background-position: right;
	}
.column_60l{
	width: 60%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.column_40r{
	width: 40%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.header_column_60{
	width:100%;
	float: left;
	display:block;
	text-align: center;
	}
.logo_header{
   	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 150px;
}
.body_columns{
	column-count: 2;
}
    
/*PRODUCTS PAGE FORMATTING*/
    
.product_50L_Logo{
	height: 250px;
	width: 50%;
	display: inline-flex;
	justify-content: center;
    margin: auto;
}
.product_50R_Logo{
	height: 250px;
	width: 50%;
	display: inline-flex;
	justify-content: center;
    margin: auto;
}
.product_50R_Text{
    height: auto;
	width: 70%;
    margin: auto;
    text-align: justify;
}
.product_50R_Text_O{
	height: auto;
	width: 50%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product_50R_Text h3{
    text-align: center;
}
.product_brand1{
	height: 100%;
	width: 100%;
	background-image: url("../images/product_background1.png");
	background-size: 100% 100%;
	background-position: center;
    background-repeat: no-repeat;
	display: inline-flex;
    justify-content: center;
}
.product_brand2{
	height: 100%;
	width: 100%;
	background-image: url("../images/product_background2.png");
	background-size: 100% 100%;
	background-position: center;
    background-repeat: no-repeat;
	display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.product_logo{
	height: 210px;
	padding-top: 30px;
}
    /*ITEMS PAGE FORMATTING*/

.items_flexbox{
    height: 100%;
    width: 100%;
    display: inline-flex;
    padding-top: 15px;
    justify-content: space-around;
}
    
.items_image{
    width: 30%;
    display: inline-flex;
    justify-content: center;
}
    
    .carousel{
        max-width: 250px;
        max-height: 250px;
        width: 95%;
    }
    .slide{
        max-width: 250px;
        max-height: 240px
    }
    .carousel-inner{
        max-width: 250px;
        max-height: 250px;    
    }
    .carousel-item{
        max-width: 250px;
        max-height: 250px;
    }
    .mx-auto{
        width: 250px;
        height: 250px;
    }
    .carousel-control-prev{
        color: darkgray;    
    }
    
.items_text{
    width: 45%;
    display: block;
    text-align: justify;
}
    
    .read-more-btn{
        padding: 15px,60px;
        background-color: #004fa3;
        color: #fff;
    }
    .moreText{
        display: none;    
    }
    .itemsP.show-more .moreText{
        display: block;    
    }
    
.items_buttons{
    width: 20%;
    display: inline-flex;
    justify-content: center;
}
    
    .pdfDownload{
        background-color: #004fa3;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 100%;
    }
    .pdfDownload a{
        color: #fff;
    }
    .ContactBtn{
        background-color: #d0d3d9;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 100%;
    }
    .ContactBtn{
        color: #000;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        background-color: darkgray;
    }
}
@media (min-width : 1000px ) and ( max-width : 1099px ){
h1{
    font-size: 40pt;
	}
h2{
	font-size: 20pt;	
	}
h3{
	font-size: 12pt;	
	}
h4{
	font-size: 12pt;	
	}
.primary_header {
	width: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 0px solid #2C9AB7;
	}
.column_60l{
	width: 60%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.column_40r{
	width: 40%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
.header_column_60{
	width:100%;
	float: left;
	display:block;
	text-align: center;
	}
.logo_header{
   	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 150px;
}
.body_columns{
	column-count: 2;
}
#bootstrap-overrides .navbar ul li{
	width: 16.66%;
	align-content: center;
	margin-left: 30px;
}
    
/*PRODUCTS PAGE FORMATTING*/
    
.product_50L_Logo{
	height: 250px;
	width: 50%;
	display: inline-flex;
	justify-content: center;
    margin: auto;
}
.product_50R_Logo{
	height: 250px;
	width: 50%;
	display: inline-flex;
	justify-content: center;
    margin: auto;
}
.product_50R_Text{
    height: auto;
	width: 70%;
    margin: auto;
    text-align: justify;
}
.product_50R_Text_O{
	height: auto;
	width: 50%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product_50R_Text h3{
    text-align: center;
}
.product_brand1{
	height: 100%;
	width: 100%;
	background-image: url("../images/product_background1.png");
	background-size: 100% 100%;
	background-position: center;
    background-repeat: no-repeat;
	display: inline-flex;
    justify-content: center;
}
.product_brand2{
	height: 100%;
	width: 100%;
	background-image: url("../images/product_background2.png");
	background-size: 100% 100%;
	background-position: center;
    background-repeat: no-repeat;
	display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.product_logo{
	height: 210px;
	padding-top: 30px;
}
    /*ITEMS PAGE FORMATTING*/

.items_flexbox{
    height: 100%;
    width: 100%;
    display: inline-flex;
    padding-top: 15px;
    justify-content: space-around;
}
    
.items_image{
    width: 30%;
    display: inline-flex;
    justify-content: center;
}
    
    .carousel{
        max-width: 250px;
        max-height: 250px;
    }
    .slide{
        max-width: 250px;
        max-height: 240px
    }
    .carousel-inner{
        max-width: 250px;
        max-height: 250px;    
    }
    .carousel-item{
        max-width: 250px;
        max-height: 250px;
    }
    .mx-auto{
        width: 250px;
        height: 250px;
    }
    .carousel-control-prev{
        color: darkgray;    
    }
    
.items_text{
    width: 45%;
    display: block;
    text-align: justify;
}
    
    .read-more-btn{
        padding: 15px,60px;
        background-color: #004fa3;
        color: #fff;
    }
    .moreText{
        display: none;    
    }
    .itemsP.show-more .moreText{
        display: block;    
    }
    
.items_buttons{
    width: 20%;
    display: inline-flex;
    justify-content: center;
}
    
    .pdfDownload{
        background-color: #004fa3;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 100%;
    }
    .pdfDownload a{
        color: #fff;
    }
    .ContactBtn{
        background-color: #d0d3d9;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 100%;
    }
    .ContactBtn{
        color: #000;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        background-color: darkgray;
    }
}
@media (min-width : 1100px ){

/*SITEWIDE TEXT*/

h1{
    font-size: 46pt;
	}
h2{
	font-size: 22pt;	
	}
h3{
	font-size: 12pt;
	margin-left: 50px;
	}
.body_container h3{
    padding-left: 0px;
    margin-left: 0px;
    }
h4{
	font-size: 12pt;
	}

/*SITEWIDE ELEMENTS*/
    
/*SITEWIDE NAVBAR*/

.column_40r{
	width: 40%;
	float: left;
	background-color: #004fa3;
	color: #004fa3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.column_60l{
	width: 60%;
	float: left;
	background-color: #004fa3;
	color: #004fa3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}    
.header_column_60{
	width:60%;
	float: left;
	display:block;
	text-align: center;
	}
.logo_header{
   	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 150px;
}
.primary_header {
	width: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 0px solid #2C9AB7;
	background-image: url("../images/headerbackground.png");
	background-size: auto 155px;
	background-repeat: no-repeat;
	background-position: right;
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
.body_columns{
	column-count: 2;
}
#bootstrap-overrides .navbar ul li{
	width: 16.66%;
	align-content: center;
	margin-left: 30px;
}

/*PRODUCTS PAGE FORMATTING*/

.product_50L_Logo{
	height: 250px;
	width: 50%;
	display: inline-flex;
	justify-content: center;
    margin: auto;
}
.product_50R_Text{
    height: auto;
	width: 70%;
    margin: auto;
    text-align: justify;
}
.product_50R_Text_O{
	height: auto;
	width: 50%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product_50R_Text h3{
    text-align: center;
}
.product_brand1{
	height: 100%;
	width: 100%;
	background-image: url("../images/product_background1.png");
	background-size: 100% 100%;
	background-position: center;
    background-repeat: no-repeat;
	display: inline-flex;
    justify-content: center;
}
.product_brand2{
	height: 100%;
	width: 100%;
	background-image: url("../images/product_background2.png");
	background-size: 100% 100%;
	background-position: center;
    background-repeat: no-repeat;
	display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.product_logo{
	height: 210px;
	padding-top: 30px;
}
    
    /*ITEMS PAGE FORMATTING*/

.items_flexbox{
    height: 100%;
    width: 100%;
    display: inline-flex;
    padding-top: 15px;
    justify-content: space-around;
}
    
.items_image{
    width: 30%;
    display: inline-flex;
    justify-content: center;
}
    
    .carousel{
        max-width: 250px;
        max-height: 250px;
    }
    .slide{
        max-width: 250px;
        max-height: 240px
    }
    .carousel-inner{
        max-width: 250px;
        max-height: 250px;    
    }
    .carousel-item{
        max-width: 250px;
        max-height: 250px;
    }
    .mx-auto{
        width: 250px;
        height: 250px;
    }
    .carousel-control-prev{
        color: darkgray;    
    }
    
.items_text{
    width: 45%;
    display: block;
    text-align: justify;
}  

.items_buttons{
    width: 20%;
    display: inline-flex;
    justify-content: center;
}
    
    .pdfDownload{
        background-color: #004fa3;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 100%;
    }
    .pdfDownload a{
        color: #fff;
    }
    .ContactBtn{
        background-color: #d0d3d9;
        color: #fff;
        padding: 15px,60px;
        max-height: 50px;
        margin: auto;
        width: 100%;
    }
    .ContactBtn{
        color: #000;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        background-color: darkgray;
    }
#menu {
}
}
