body {
    font-family: Open sans, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
      #div-mobile {    display: block;  }
      #div-desktop {    display: none;  }
 }

@media screen and (min-width: 701px) and (max-width: 4000px) {
      #div-mobile {    display: none;  }
      #div-desktop {    display: block;  }
}

.thumbnail { 
top:-8px; 
left:-8px; 
display:block; 
z-index:999; 
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
} 

.thumbnail:hover { 
transform: scale(1.1); 
}

.header-3-wrapper {
	position:fixed;
	background:#fff;
	z-index:9999;
	font-family: roboto, open sans, arial, sans-serif !important;
	font-weight:500 !important;
	font-size:18px !important;	
	width:100%;
}

h4 {
    font-family: open sans, sans-serif;
    font-size: 20px;
    margin: 19px 0px 12px 0px  ;
    font-weight: 600;
    color: #003366;
}
h3 {
   font-family: open sans, sans-serif;
    font-size: 20px;
    margin: 19px 0px 12px 0px  ;
    font-weight: 600;
    color: #003366;
}

.h1, h1 {
  font-family: Open sans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700; 
  color: #000;
  margin-bottom:23px;
}

blockquote {
  background: #fafdfb;
  box-shadow: 6px 6px 6px 1px rgba(1, 1, 1, 0.3);
  border-left: 10px solid #036;
  margin-right: 20px;
  padding: 15px;
  font-size: 15px;
}