/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.genesis-nav-menu .menu-item {
	font-weight: 700;
}

.content-box-blue,
.content-box-gray,
.content-box-grey,
.content-box-army,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	
        
        
	font-size: 18px;
}

.content-box-blue {
	background-color: #F0F8FF;
	border-left: 8px solid #CEE1EF;
        font-size: 18px;
}

.content-box-gray {
	background-color: #e2e2e2;
	border-left: 8px solid #bdbdbd;
        font-size: 18px;
}

.content-box-grey {
	background-color: #F5F5F5;
	border-left: 8px solid #DDDDDD;
        font-size: 18px;
}

.content-box-army {
	background-color: #737a36;
	border: 1px solid #000000;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #FCF3CF;
	border: 6px solid #D95762;
}

.content-box-yellow {
	background-color: #fef5c4;
	border-left: 8px solid #FADF98;
}

.nav-secondary {
	background: #fff;
}

body {
font-size : 20px;
}

h1 {
font-size : 24px;
}

h2 {
font-size : 22px;
}

h3 {
font-size : 22px;
	font-weight: 900;
}
/*Create print page font adjustment*/
@media print {
    .mv-create-card {
        font-family: "Raleway" !important;
    }
}
.mv-create-print-view {
        font-family: "Raleway" !important;
    }
/*Create print page font adjustment END*/

/*MV Accessibility Button Adhesion Fix CSS*/
body.mediavine-video__has-sticky .acsb-trigger {
   bottom: 360px !important;
}
body.adhesion:not(.mediavine-video__has-sticky) .acsb-trigger {
   bottom: 180px !important;
}
@media only screen and (max-width: 425px) {
body.mediavine-video__has-sticky .acsb-trigger {
   bottom: 300px !important;
	 margin-bottom: 0px !important;
}
body.adhesion:not(.mediavine-video__has-sticky) .acsb-trigger {
   bottom: 190px !important;
	 margin-bottom: 0px !important;
}
}
/*MV Accessibility Button Adhesion Fix CSS END*/