@charset "utf-8";
/* CSS Document */

/*<link href="http://fonts.googleapis.com/css?family=Raleway:300,500,900%7COpen+Sans:400,700,400italic" rel="stylesheet" type="text/css" />*/

/* @import url(https://web.archive.org/web/20220418112522cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic); */


@font-face {
    font-family: 'titilliumregular';
    /* src: url('/web/20220418112522im_/http://mypropcare.com/dist/css/titillium-regular-webfont.eot');
    src: url('/web/20220418112522im_/http://mypropcare.com/dist/css/titillium-regular-webfont.eot#iefix') format('embedded-opentype'), */
       src:  url('../font/titillium-regular-webfont.woff2') format('woff2');
         /* url('/web/20220418112522im_/http://mypropcare.com/dist/css/titillium-regular-webfont.woff') format('woff'),
         url('/web/20220418112522im_/http://mypropcare.com/dist/css/titillium-regular-webfont.ttf') format('truetype'),
         url('/web/20220418112522im_/http://mypropcare.com/dist/css/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal; */
    font-style: normal;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #EEEFEF;
}
a:link {
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img { border: none; }


.copyright {
	/*font-family: "Tenor Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
	font-family: 'Open Sans';
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	line-height:1.6em;
	margin:0px 0px 0px 0px;
	font-weight:500;
	color:#75787D;
}

.copyright a{
	color:#75787D;
}

.copyright a:hover{
	color:#df4a43;
	text-decoration:none;
}


#whitebg {
	background-color:#ffffff;
}

#bodywhitebg {
	background-color:#FCFBFB;
	padding:30px 0px 30px 0px;
}


#redbg {
	background-color:#DC1F26;
}

#bluebg {
	background-color:#29397C;
}

#bluebg h1 {
	font-family: 'titilliumregular';
	font-size: 36px;
	color: #ffffff;
	padding:10px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}

#graybg {
	background-color:#EEEFEF;
	padding:0px 0px 30px 0px;
}

#grayline {
	background-color:#464646;
	height:1px;
}

#linetop {
	background-image: url(../images/linetop.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	height:35px;
}

#linebottom {
	background-image: url(../images/linebottom.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	height:35px;
}

#servicebluebg {
	background-color:#48568F;
	padding:20px 20px 20px 20px;
}

#serviceredbg {
	background-color:#D6373F;
	padding:20px 20px 20px 20px;
}


h1 {
	font-family: 'titilliumregular';
	font-size: 36px;
	color: #ffffff;
	padding:10px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}

h2 {
	font-family: 'titilliumregular';
	font-size: 24px;
	color: #ffffff;
	padding:20px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}

h3 {
	font-family: 'titilliumregular';
	font-size: 18px;
	color: #ffffff;
	padding:20px 20px 20px 20px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}

h4 {
	font-family: 'titilliumregular';
	font-size: 21px;
	color: #ffffff;
	padding:10px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}

.sidehead {
	font-family: 'titilliumregular';
	font-size: 24px;
	color: #000000;
	padding:25px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}

.services {
	font-family: 'titilliumregular';
	font-size: 21px;
	color: #E5E5ED;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}

@media (min-width:768px) and (max-width:1024px) {

.services {
	font-size: 16px;
}

}

@media (max-width:768px) {
.services {
	font-size: 16px;
	text-align:center;
	padding:0px 0px 10px 0px;
}

}

.ul li  {
	font-family: 'titilliumregular';
	font-size:16px; 
	padding:0px 0px 0px 15px;
	margin:0px 0px 5px 0px;
	line-height:1.5em;
	color:#363636;
	background-image: url(../images/bullet.png);
	background-repeat:no-repeat;
	list-style-type: none;
}

/* form */
.form {
	font-family: 'titilliumregular';
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #3951A3;
	padding:0px 0px 0px 10px;
	height: 50px;
	width:100%;
	background-color:#3951A3;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	font-weight:100;
}

.formadd {
	font-family: 'titilliumregular';
	font-size: 16px;
	color: #A9A9A9;
	border: 1px solid #3951A3;
	padding:10px 0px 0px 10px;
	height: auto;
	width:100%;
	background-color:#EEEFEF;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin:20px 0px 10px 0px;
	font-weight:500;
}


.formbtn {
	color: #29397C;
	font-size:18px;
	font-family: 'titilliumregular';
	/*-moz-border-radius: 2px;
	border-radius: 5px;*/
	padding:0px 8px 0px 8px;
	width:180px;
	height:38px;
	/*background-image: url(/web/20220418112522im_/http://mypropcare.com/dist/css/images/submitbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	font-weight:600;
	border: 1px solid #3951A3;
	background-color:#EEEFEF;
	margin:0px 0px -13px 0px;
	-moz-border-radius: 5px 5px ;
	border-radius: 5px 5px ;
}

.formbtn02 {
	color: #ADB2B6;
	font-size:12px;
	font-family: 'Open Sans';
	/*-moz-border-radius: 2px;
	border-radius: 5px;*/
	padding:0px 8px 0px 8px;
	width:30%;
	height:35px;
	/*background-image: url(/web/20220418112522im_/http://mypropcare.com/dist/css/images/submitbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	font-weight:500;
	border: 2px solid #ADB2B6;
	background-color:#F1F3F6;
	margin:0px 0px -13px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	text-transform:uppercase;
}


.formbtn:hover {
	color: #FFFFFF;
	background-color:#29397C;
	border: 1px solid #29397C;
	cursor:pointer;
	/*background-image: url(/web/20220418112522im_/http://mypropcare.com/dist/css/images/submitbgo.gif);*/
}


::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}


.formadd::-webkit-input-placeholder {
   color: #ADB2B6;
}

.formadd:-moz-placeholder { /* Firefox 18- */
   color: #ADB2B6;  
}

.formadd::-moz-placeholder {  /* Firefox 19+ */
   color: #ADB2B6;  
}

.formadd:-ms-input-placeholder {  
   color: #ADB2B6;  
}


input:required:invalid, input:focus:invalid {
    background-image: url(../images/validn.gif);
    background-position: right;
    background-repeat: no-repeat;
	padding-right: 20px;
  }
  input:required:valid {
    background-image: url(../images/valido.gif);
    background-position: right;
    background-repeat: no-repeat;
	padding-right: 20px;
  }

/* end of form */

/*toggle*/		
.txt{
		font-family: 'titilliumregular';
		font-size:20px; 
		line-height:22px;
		margin-bottom:0px;
		line-height:1.5em;
		padding:20px 0px 10px 0px;
		text-align:justify;
	}


p {
		font-family: 'titilliumregular';
		font-size:14px; 
		margin-bottom:20px;
	}

.content {
		font-family: 'titilliumregular';
		font-size:16px; 
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		line-height:1.5em;
		color:#363636;
	}
	
	a.adjust{
	font-family: 'titilliumregular';
	padding:0px;
	display:block;
	font-weight:600;
	font-size:15px;
	background:transparent;
	color:#29397C;
	border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	width:100%;
	text-align:left;
	text-decoration:none;
	font-style: italic;	/*font-style: italic;*/
	}
		a.adjust:hover{
			background:transparent;
			/*color:#DE1119;*/
			text-decoration:underline;
			-webkit-transition: all 400ms; /*safari and chrome */
			-moz-transition: all 400ms ease; /* firefox */
			-o-transition: all 400ms ease; /* opera */
			transition: all 400ms ease;
		}
	p.continued{
		margin-top:0;
	}
/*toggle*/		
	
	
/*imagehover*/

.image {
     	background: #000 none repeat scroll 0 0;
    	overflow: hidden;
     	position: relative;
}

.text{
 		background: rgba(41, 57, 124, 0.85) none repeat scroll 0 0;
	    bottom: 0;
	    left: 0;
	    text-align:left;
	    padding: 0px 0px 0px 0px;    
	    position: absolute;
	    width: 100%;
	    z-index: 10;
	    color: #FFF;
}
.cur{
	cursor: pointer;
	/*text-align: center;*/
	font-family: 'titilliumregular';
	font-size: 52px;
	color: #ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:100;
	line-height:1.1em;
}

#hover1,#hover2,#hover3,#hover4{
	height:85px;
	transition: height 0.4s;
}

#hover1:hover,#hover2:hover,#hover3:hover,#hover4:hover {
	height:75%;
	transition: height 0.5s;
}

@media (min-width:200px) and (max-width:768px) {
#hover1:hover,#hover2:hover,#hover3:hover,#hover4:hover {
	height:100%;
	transition: height 1s;
}

h2 {
	font-family: 'titilliumregular';
	font-size: 18px;
	color: #ffffff;
	padding:20px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}

h3 {
	font-family: 'titilliumregular';
	font-size: 12px;
	color: #ffffff;
	padding:20px 20px 20px 20px;
	margin:0px 0px 0px 0px;
	font-weight:500;
}


}
/*end of imagehover*/	


.btn-default {
	font-family: 'titilliumregular';
	background-color:#FAF5F5;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	font-style: italic;	
	color:#464646;
	font-size:13px;
	font-weight:600;
}

/*.social-networks li{
	color:#74777c;
	font-family: 'titilliumregular';
	font-size: 16px;
	vertical-align:middle;
	list-style-type: none;
	display:inline;
}

.social-networks a {
	color:#74777c;
	border:thin solid #74777C;
	padding:4px 9px 4px 9px;
	margin:0px 5px 0px 0px;
	-webkit-border-radius: 0 0 4px 4px;
  	-moz-border-radius: 0 0 4px 4px;
  	border-radius: 4px 4px 4px 4px;
}

.social-networks a:hover{
	color:#4D4F52;
	border:thin solid #4D4F52;
	
}*/

.span {
	padding:0px 25px 0px 5px;
	color:#636363;
	font-weight:500;
	font-family: 'titilliumregular';
	font-size: 16px;
	margin:0px 0px 0px 0px;
}


/*top menu*/
#sub {
padding: 0px 0px 0px 0px;
width: 100%;
margin:0px auto;
}
#mainsub {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;	
}
#mainsub li {
	font-family: 'titilliumregular';
	font-size: 14px;
	padding: 20px 20px 15px 0px;
	float: left;
	margin:0px 0px 0px 0px;
	/*text-transform: uppercase;*/
	font-weight:400;
}
#mainsub li a:link, #mainsub li a:visited, #mainsub li a:active {
	color: #363636;
	text-decoration: none;
	margin: 0px;
	display: block;
	float: right;
	width: auto;
	height: 29px;
	text-align: center;
}
#mainsub li a:hover {
	color:#df4a43;
}
#mainsub li a.active:link, #mainsub li a.active:visited, #mainsub li a.active:active, #mainnav li a.active:hover {
	color:#df4a43;
	cursor:default;
} 

@media screen and (max-width: 768px){
#mainsub li {
	/*font-family: "Tenor Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
	font-family: 'Open Sans';
	font-size: 11px;
	padding: 0px 15px 0px 0px;
	float: left;
	margin:0px 0px 0px;
	text-transform: none;
	font-weight:500;
	text-align: center;
}
}

/*end of top menu*/

.button {
	border:none;
	background:none;
}


.headertxtbig {
	font-family: 'titilliumregular';
	font-size: 36px;
	color: #ffffff;
	padding:5px 40px 10px 10px;
	margin:-5% 0px 102px 10%;
	font-weight:100;
	background: rgba(221, 31, 38, 0.85) none repeat scroll 0 0;
	float:left;
	text-align:right;
	width:70%;
}

.headertxtsmall {
	font-family: 'titilliumregular';
	font-size: 15px;
	color: #363636;
	padding:8px 40px 8px 10px;
	margin:-9% 0px 0px 10%;
	font-weight:500;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	float:left;
	text-align:right;
	width:80%;
}

.carousel-caption {
	/* background-image:url(/web/20220418112522im_/http://mypropcare.com/images/header/headertextbg.png);  */
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	position:absolute;
	right:0%;
	bottom:20px;
	left:0%;
	z-index:10;
	width:79%;
	text-shadow:none;
}

@media only screen and (max-width: 600px) {
.carousel-caption {
	/* background-image:url(/web/20220418112522im_/http://mypropcare.com/images/header/headertextbg.png);  */
	padding:0px 0px 0px 10%;
	margin:0px 0px 0px 0px;
	text-align:left;
	position:absolute;
	right:0%;
	bottom:20px;
	left:0%;
	z-index:10;
	width:79%;
}


.headertxtbig {
	font-family: 'titilliumregular';
	font-size: 12px;
	color: #ffffff;
	padding:5px 10px 5px 10px;
	margin:-35% 0px 0px 0px;
	font-weight:100;
	background: rgba(221, 31, 38, 0.85) none repeat scroll 0 0;
	float:left;
	text-align:right;
	width:100%;
}

.headertxtsmall {
	font-family: 'titilliumregular';
	font-size: 10px;
	color: #363636;
	padding:5px 5px 5px 5px;
	margin:-20% 0px 0px 0px;
	font-weight:500;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	float:left;
	text-align:right;
	width:100%;
}
}


<!--new carosuel-->

/* @import url('//web.archive.org/web/20220418112522cs_/http://netdna.bootstrapcdn.com/twitter-bootstrap/2.0.4/css/bootstrap-combined.min.css'); */

#myCarousel {
 
}

.carousel-linked-nav,
.item img {
  display: block; 
  margin: 0 auto;
}

.carousel-linked-nav {
  width: 120px;
  margin-bottom: 20px;   
}

/*.slider-ul{
	list-style: none;
	font-weight: 600;
}
*/
.slider-ul{
	list-style: none;
	font-size: 40px;
	text-align: center;
  	margin:0 auto;
	padding:130% 30px 0px 0px;
	width:97px;
}

.total{
	background-color: red;
}
  
.slider-ul li a{
	text-decoration: none;
	cursor: pointer;
	color:#FFFFFF;
}

.slider-ul li.active::before {
    content: " \f104 ";
    color:#FFFFFF;
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 46px;
} 

.slider-ul li.active::after {
    content: "\f105 ";
    color:#FFFFFF;
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 46px;
} 


/*new head slider */

.jssort11 {
                position: absolute;
                width: 200px;
                height: 400px;
                font-family: 'titilliumregular';
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
            }

                .jssort11 .p {
                    position: absolute;
                    width: 200px;
                    height: 80px;
                    background: transparent;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
					line-height:normal;
                }

                .jssort11 .tp {
                    position: absolute;
                    top: 50px;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
					cursor:pointer;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
                }

                .jssort11 .i, .jssort11 .pav:hover .i {
                    position: absolute;
                    top: 3px;
                    left: 3px;
                    width: 60px;
                    height: 0px;
                    /*border: white 1px dashed;*/
					
                }

                * html .jssort11 .i {
                    width /**/: 62px;
                    height /**/: 0px;
                }

                .jssort11 .pav .i {
                   /* border: white 1px solid;*/
                }

                .jssort11 .t, .jssort11 .pav:hover .t {
                    position: absolute;
                    top: 3px;
                    left: 68px;
                    width: 129px;
                    height: 0px;
                    line-height: 0px;
                    text-align: center;
                    color: #fff;
                    font-size: 40px;
                    font-weight: normal;
                }

                .jssort11 .pav .t, .jssort11 .p:hover .t {
                    color: #fff;
					font-weight: 500;
                }
				
				
				 .jssort11 .pav .t::before {
				   	font-family: 'FontAwesome';
                    content: "\f104";
					font-size:50px;
					padding:0px 5px 0px 0px;
					font-weight: 700;
                }
				
				 .jssort11 .pav .t::after {
				  	font-family: 'FontAwesome';
                    content: "\f105";
					font-size:50px;
					padding:0px 0px 0px 5px;
					font-weight: 700;
					-webkit-transition: font-size 3s; /* Safari */
    				transition: font-size 3s;
                }
								
                .jssort11 .c, .jssort11 .pav:hover .c {
                    position: absolute;
                    top: 0px;
                    left: 3px;
                    width: 197px;
                    height: 31px;
                    color: #fff;
                    font-size: 11px;
                    font-weight: 400;
                    overflow: hidden;
                }
				
				

                .jssort11 .pav .c, .jssort11 .p:hover .c {
                    color: #fff;
					
                }

                .jssort11 .t, .jssort11 .c {
                    transition: color 2s;
                    -moz-transition: color 2s;
                    -webkit-transition: color 2s;
                    -o-transition: color 2s;
                }

                .jssort11 .p:hover .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .pav:hover .c {
                    transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none;
					font-weight:500;
                }

                .jssort11 .p:hover, .jssort11 .pav:hover {
                    background: transparent;
                }

                .jssort11 .pav, .jssort11 .p.pdn {
                    background: transperant;
                }

/*new head slider */

/* jssor slider bullet navigator skin 21 css */
            /*
            .jssorb21 div           (normal)
            .jssorb21 div:hover     (normal mouseover)
            .jssorb21 .av           (active)
            .jssorb21 .av:hover     (active mouseover)
            .jssorb21 .dn           (mousedown)
            */
            .jssorb21 {
                position: absolute;
            }
            .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                position: absolute;
                /* size of bullet elment */
                width: 19px;
                height: 19px;
                text-align: center;
                line-height: 19px;
                color: white;
                font-size: 12px;
                /* background: url(/web/20220418112522im_/http://mypropcare.com/images/b21.png) no-repeat; */
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
		

/* jssor slider arrow navigator skin 21 css */
            /*
            .jssora21l                  (normal)
            .jssora21r                  (normal)
            .jssora21l:hover            (normal mouseover)
            .jssora21r:hover            (normal mouseover)
            .jssora21l.jssora21ldn      (mousedown)
            .jssora21r.jssora21rdn      (mousedown)
            */
            .jssora21l, .jssora21r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(../images/a21.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21l.jssora21ldn { background-position: -243px -33px; }
            .jssora21r.jssora21rdn { background-position: -303px -33px; }
			
			
/*
     FILE ARCHIVED ON 11:25:22 Apr 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:31:47 Sep 23, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 89.961
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.086
  cdx.remote: 0.077
  esindex: 0.013
  LoadShardBlock: 49.436 (3)
  PetaboxLoader3.datanode: 59.827 (4)
  load_resource: 125.753
  PetaboxLoader3.resolve: 93.222
*/



/* @import url(https://web.archive.org/web/20220206171853cs_/http://fonts.googleapis.com/css?family=Raleway:300,500,900%7COpen+Sans:400,700,400italic); */


@font-face {
    font-family: 'titilliumregular';
    src:url('../font/titillium-regular-webfont.woff2') format('woff');
    /* src: url('/web/20220206171853im_/http://mypropcare.com/dist/css/titillium-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20220206171853im_/http://mypropcare.com/dist/css/titillium-regular-webfont.woff2') format('woff2'),
         url('/web/20220206171853im_/http://mypropcare.com/dist/css/titillium-regular-webfont.woff') format('woff'),
         url('/web/20220206171853im_/http://mypropcare.com/dist/css/titillium-regular-webfont.ttf') format('truetype'),
         url('/web/20220206171853im_/http://mypropcare.com/dist/css/titillium-regular-webfont.svg#titilliumregular') format('svg'); */
    font-weight: normal;
    font-style: normal;

}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:1;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: 'titilliumregular';
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 30px 5px 15px;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #29397C;
  font-weight: 600;
}
#cssmenu > ul > li:hover > a {
  color: #df4a43;
}

#cssmenu > ul > li> a.active {
  color: #df4a43;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #74777c;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #74777c;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px 11px 15px;
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  color: #74777c;
  font-weight: 400;
  background: #F1F3F6;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #df4a43;
  background-color:#ffffff;
  border-left:4px solid #DF4A43;
 
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 15px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #74777c;
     background: #dddddd;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #df4a43;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px 17px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	background:#DF4A43;
	width:100%;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #DF4A43;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

.height {
	padding:20px 0px 0px 0px;
}

@media screen and (max-width: 768px){
.height {
	padding:0px 0px 0px 0px;
}
}
/*
     FILE ARCHIVED ON 17:18:53 Feb 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:31:47 Sep 23, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 103.437
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.069
  cdx.remote: 0.059
  esindex: 0.009
  LoadShardBlock: 66.992 (3)
  PetaboxLoader3.datanode: 142.42 (5)
  load_resource: 230.998 (2)
  PetaboxLoader3.resolve: 146.805 (2)
*/

