html, body {
	/*height: 100%;*/
	
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: "Roboto", sans-serif ;
	font-size: 10px;
	color: #878787;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	color: #101010;
}

h2 {
	padding-bottom: 30px;
	letter-spacing: -1px;
	font-size: 2em;
	text-align: center;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #3483eb;
}

a:hover {
	text-decoration: none;
}


a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.title {
	/*padding-left: 40px;*/
	/*background: url(../img/icon01.png) no-repeat left top;*/
}

.title2 {
	/*padding-left: 20px;*/
	/*background: url(../img/icon02.png) no-repeat left 5%;*/
}

/** WRAPPER */

#wrapper {
	width: 1100px;
	padding: 0px 50px;
	background: #FFFFFF;
}

.container {
	/*max-width: 1350px;*/
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	padding: 30px 0px;
}

/** LOGO */

#logo {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

#logo h1, #logo p {
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h1 a {
	color: #101010;
	text-transform: uppercase;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	color: #8E8E8E;
}

#logo p a {
	color: #D6D6D6;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #12212F;
}

/** MENU */

#menu {
	float: right;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 0px 0px 0px;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #585858;
	border: none;
}

#menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #FE801C;
	border-radius: 5px;
	border: 1px solid #C2590A
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	border-top: 1px solid #DEDEDE;
}


/** CONTENT */

#content {
	float: left;
	width: 750px;
}

@media (min-width: 768px) and (max-width: 1024px)
{
	/*.slider-box {
		width: 500px !important;
	}*/
}
@media (min-width: 468px) and (max-width: 768px)
{
	.container {
   		 max-width: auto;
	}
	
	
    .section-heading {
	    margin-bottom: 3px !important;
	}

	.owl-carousel .owl-item img {
	    width: 25%;
	}
	.owl-carousel .owl-item p {
	    font-size: 12px;
	}

	.section-heading h4 {
		font-weight: 700;
		margin-bottom: 5px;
		font-size: 15px;
	}

}

@media all and (max-width: 1024px)
{
	 section
    {
        flex-direction: column;
    }
    #side {
        width: auto;
    }
    .slider-box {
	    width: auto;
	    margin: 10px;
	}
    #content {
    	width: auto;
    	display: contents;
    }
    #two-column #tbox1, #two-column #tbox2 {
    	display: contents;
    }
    
    #sidebar {
    	width: auto;
    	display: contents;
    }
    #sidebar2 {
    	width: auto;
    	/*display: contents;*/
    	padding-left: 0px;
    	margin-top: 0px;
    }
    .title {
    	padding-left: 0px;
    	text-align: left;
    }
    
    #covid {
    	margin: 10px !important;
    }
    #covid img {
    	width: 20px !important;
    }
    .container {
    	max-width: auto;
    }
    
}

#covid {
    background-color: white; 
    text-align: center;
    margin: 0px;
}


#content #cbox1 {
	margin-bottom: 40px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 350px;
	background-color: white !important;
}
#sidebar2 {
	float: right;
	width: 440px;
	margin-top: 20px;
}

#side {
    float: right;
    width: 370px;
    margin-top: 30px;
}

#sidebar #box1 {
	margin-bottom: 50px;
}


.sidebar-box {
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;

  
  
  min-height: 200px;
  width:;
  margin:;
  background: #dee8f0;
  border-radius: 5px;
  padding: 21px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0px;
	border-top: 1px solid #DEDEDE;
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#footer a {
}

/** BANNER */

#banner {
	overflow: hidden;
	padding-bottom: 40px;
}

/** TWO COLUMN */

#two-column {
	overflow: hidden;
	padding:20px 0px;
	border-top: 1px solid #DEDEDE;
	text-align: left;
}

#two-column h2 {
	font-size: 1.5em;
}

#two-column #tbox1 {
	float: left;
	width: 292px;
}

#two-column #tbox2 {
	float: right;
	width: 292px;
}

/* Button style 1 */

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #3483eb;
	border-radius: 5px;
	border: 3px solid #0a57bd !important;
	text-decoration: none;
	color: #FFF;
	cursor: pointer !important;
}
.link-style:hover {
	color: black !important;
	background-color: #dee8f0 !important;

}

/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid black;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 20px 0px 10px 0px;
	border-top: 1px solid black;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid black;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}
