.container {
	max-width: 1460px;
}
header {
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
}
header .top {
	display: block;
	float: right;
}
header .top .right {
	float: right;
}
header .top .right ul li {
	display: inline-block;
	vertical-align: top;
	color: #707070;
	font-size: 16px;
	font-weight: 400;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #707070;
	position: relative;
}
header .top .right ul li:last-child {
	border: 0;
	padding-right: 0;
}
header .top .right ul li i {
	margin-left: 10px;
}
header .top .right ul li a {
	color: #707070;
}
header .top .right ul li a:hover {
	color: #8cefd6;
}
header .top .right .searchBox {
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
header .top .right .searchBox.show {
	right: 30px;
	opacity: 1;
	visibility: visible;
}
.sfield {
	width: 100%;
	padding-right: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px 6px;
	font-size: 13px;
	color: #707070;
}
.sfield:focus {
	outline: 0;
}
.searchBox button {
	font-size: 12px;
	position: absolute;
	right: 7px;
	top: 5px;
	color: #707070;
	z-index: 2;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.searchBox button:focus {
	outline: 0;
}
.headerin .logo {
	display: inline-block;
	width: 200px;
}
.headerin .navi {
	float: right;
	padding-top: 27px;
}
.headerin .navi ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 400;
	margin-left: 30px;
	text-transform: uppercase;
}
.headerin .navi ul li a {
	color: #707070;
}
.headerin .navi ul li.current-menu-item a {
	color: #28334A;
	font-weight: 600;
}
.headerin .navi ul li a:hover {
	color: #8cefd6;
}
.hamburger {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 6;
  border: 0;
  background: none;
  display: none;
}
.hamburger span {
  width: 30px;
  height: 2px;
  display: block;
  background: #000;
  margin: 8px 0;
  transition: all 0.3s ease-in-out;
}
.hamburger:focus {
  outline: 0;
  border: 0;
}

.hamburger span:first-child {
  transform-origin: 0% 0%;
}

.hamburger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.hamburger.open span {
  opacity: 1;
  transform: rotate(45deg) translate(-8px, -2px);
  background: #36383F;
}
.hamburger.open span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburger.open span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-9px, 10px);
}






footer {
	width: 100%;
	padding: 10px 0;
	background-color: #28334a;
}
footer .footerlogo {
	vertical-align: top;
	display: inline-block;
	width: 150px;
}
footer .copyright {
	font-size: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
}
footer .footermenu {
	float: right;
	padding-top: 16px;
}
footer .footermenu ul li {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
footer .footermenu ul li:last-child {
	border: 0;
	padding: 0;
}
footer .footermenu ul li a {
	color: #fff;
}
.isi-section {
	width: 100%;
	background: #fff;
	padding: 40px 0;
}
.isi-heading {
	display: block;
	position: relative;
	text-align: center;
}
.isi-heading h2 {
	font-size: 16px;
	font-weight: 700;
	color: #707070;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	background: #fff;
}
.isi-heading:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #707070;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	z-index: 0;
}
.isi-heading a {
	font-size: 20px;
	color: #28334A;
	position: absolute;
	right: -1px;
	top: -2px;
	background: #fff;
	z-index: 1;
}
.isi-content {
	display: block;
	padding-top: 10px;
	height: 165px;
	overflow: hidden;
}
.isi-content.expand {
	height: auto;
}
.isi-content h2 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	color: #707070;
	text-transform: uppercase;
}
.isi-content p {
	color: #707070;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 30px 0;
}
.isi-content p strong,
.isi-content strong {
	font-weight: 600;
}
.isi-content a {
	font-size: 14px;
	font-weight: 600;
	color: #707070;
	text-decoration: underline;
}
.isi-content a:hover {
	text-decoration: none;
}
.isi-content small {
	display: block;
	margin: 0;
	color: #707070;
	font-size: 14px;
	font-weight: 300;
}
.isi-content ol {
	list-style: decimal;
	padding: 0 0 0 16px;
	margin: 0 0 10px 0;
}
.isi-content ol li {
	color: #707070;
	font-size: 14px;
	font-weight: 300;
	padding-left: 50px;
	position: relative;
}
.isi-content blockquote {
    border: 2px solid #707070;
    display: inline-block;
    padding: 20px;
    margin: 0 0 30px 0;
}
.isi-content blockquote p {
	font-weight: 700;
	margin: 0;
}
.isi-sticky {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.isi-sticky .expand {
	height: 60vh;
	overflow-y: scroll;
}
/*.isiWrapper {
	min-height: 300px;
}*/

.home-banner {
	width: 100%;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.hbmobile {
	display: none;
}
.home-banner h1 {
	width: 470px;
    line-height: 86px;
	color: #28334A;
	font-size: 100px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
.home-banner h1 span {
	display: block;
	font-size: 60px;
	line-height: 50px;
}
.bannerBottom {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 70px;
}
.bannerBottom .item {
	display: grid;
	align-items: center;
}
.bannerBottom .item:first-child {
	background-color: rgba(98,239,203,0.70);
	justify-content: right;
}
.bannerBottom .item:last-child {
	background-color: rgba(177,177,177,0.70);
}
.bannerBottom .innerleft {
	width: 715px;
	padding: 10px 30px 10px 0;
}
.bannerBottom .innerleft p {
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	line-height: 17px;
	margin: 0 0 10px 0;
	font-family: 'Roboto', sans-serif;
}
.bannerBottom .innerleft p:last-child {
	margin: 0;
}
.bannerBottom .innerleft p strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
.bannerBottom .innerright {
	width: 635px;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
	display: grid;
	align-items: center;
	grid-template-columns: auto 240px;
	grid-gap: 20px;
	padding: 20px 0 20px 30px;
}
.bannerBottom .innerright img {
	display: block;
	margin: 0 auto;
}
.bannerBottom .innerright .one img {
	width: 70px;
	margin: 0 auto 10px auto;
}
.bannerBottom .innerright .three img {
	width: 80px;
}
.page-banner {
	width: 100%;
	height: 400px;
	display: grid;
	align-items: center;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-banner h1 {
	width: 430px;
	display: inline-block;
	font-weight: 700;
	font-size: 100px;
	color: #28334A;
	margin: 0;
	line-height: 85px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
.es-section1 {
	padding: 20px 0;
	background-color: #62EFCB;
}
.es-section1 h3 {
	font-size: 14px;
	font-weight: 700;
	color: #28334A;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	padding: 0 200px;
}
.es-section1 h3:last-child {
	margin: 0 0 10px 0;
}
.es-section1 .blocks {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 0 200px;
}
.es-section1 .blocks .b {
	border-right: 1px solid #28334A;
	text-align: center;
	padding: 0 50px;
}
.es-section1 .blocks .b:last-child {
	border: 0;
}
.es-section1 .blocks h4 {
	font-size: 14px;
	font-weight: 700;
	color: #28334A;
	margin: 10px 0;
}
.es-section1 p {
	font-size: 12px;
	font-style: italic;
	color: #28334A;
	line-height: 16px;
	margin: 0 0 10px 0;
	font-family: 'Roboto', sans-serif;
}
.es-section1 p strong,
.es-section1 strong {
	font-weight: 700;
	display: block;
}
.es-section1 h5 {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	color: #28334A;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.es-section1 ul {
	list-style: disc;
	padding: 0 0 0 16px;
}
.es-section1 ul li {
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	margin: 0 0 10px 0;
	font-family: 'Roboto', sans-serif;
}
.circlebox {
	width: 100%;
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-content: left;
	grid-gap: 20px;
}
.es-section1 .circle {
	display: grid;
	grid-template-columns: 68px auto;
	align-items: center;
	justify-content: left;
}
.es-section1 .circle img {
	position: relative;
	z-index: 1;
}
.es-section1 .circle .detail {
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	padding: 0px 5px;
	background-color: #fff;
	margin-left: -8px;
	font-family: 'Roboto', sans-serif;
}
.es-section2 {
	width: 100%;
	padding: 80px 0;
	display: grid;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
}
.es-section2 .textureBox {
	width: 1200px;
	padding: 50px 70px;
	border: 1px solid #28334A;
}
.es-section2 .textureBox h4 {
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	color: #28334A;
	margin: 0 0 20px 0;
	font-family: 'Roboto', sans-serif;
}
.es-section2 .textureBox ul {
	list-style: disc;
	padding: 0 0 0 20px;
}
.es-section2 .textureBox ul li {
	font-size: 16px;
	color: #28334A;
	font-style: italic;
	margin-bottom: 20px;
}
.es-section2 .textureBox ul li:last-child {
	margin-bottom: 0;
}
.es-section3 {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
}
.es-section3 .item.one {
	background-color: #fff;
	padding-top: 20px;
	border: 1px solid #D0D0D0;
}
.es-section3 .item.one .ess1 {
	background-color: #28334A;
	display: grid;
	justify-content: right;
	margin-bottom: 20px;
}
.es-section3 .item.one .ess1 .ess12 {
	width: 715px;
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.es-section3 .innerLeft {
	width: 715px;
	float: right;
	padding-right: 30px;
}
.es-section3 .innerLeft .graph {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.es-section3 .innerLeft .es77 img {
	float: left;
	height: 60px;
	margin-right: 10px;
}
.es-section3 .innerLeft .es77 p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	line-height: 18px;
}
.es-section3 .innerLeft .es77 p strong,
.es-section3 .innerLeft .es77 strong {
	font-weight: 700;
}
.es-section3 .innerLeft ul {
	list-style: disc;
	padding: 0 0 20px 20px;
}
.es-section3 .innerLeft ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	line-height: 18px;
	margin-bottom: 10px;
}
.es-section3 .innerLeft ul li strong {
	font-weight: 700;
}
.es-section3 .item.two {
	background-color: #D0D0D0;
	padding-top: 20px;
}
.es-section3 .innerRight {
	width: 715px;
	padding-left: 30px;
}
.es-section3 .item.two .ess2 {
	background-color: #fff;
	display: grid;
	justify-content: left;
	margin-bottom: 20px;
}
.es-section3 .item.two .ess2 .ess22 {
	width: 715px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #28334A;
	text-transform: uppercase;
}
.es-section3 .innerRight {
	width: 715px;
	padding-left: 30px;
}
.es-section3 .innerRight p {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #28334A;
	line-height: 17px;
	font-family: 'Roboto', sans-serif;
}
.es-section3 .innerRight .tableBox {
	display: block;
}
.es-section3 .innerRight .tableBox h2 {
	font-size: 11px;
	font-weight: 700;
	color: #28334A;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.es-section3 .innerRight .tableBox table {
	border: 2px solid #fff;
	table-layout: fixed;
	margin-bottom: 30px;
}
.es-section3 .innerRight .tableBox table th,
.es-section3 .innerRight .tableBox table td {
	padding: 5px 10px;
}
.es-section3 .innerRight .tableBox table th {
	background-color: #EEEEEE;
	font-size: 12px;
	font-style: italic;
	color: #28334A;
	text-align: center;
	padding: 13px 10px;
	line-height: 15px;
	font-family: 'Roboto', sans-serif;
}
.es-section3 .innerRight .tableBox table td {
	background-color: #B0F7E5;
	color: #28334A;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	border: 2px solid #fff;
	font-family: 'Roboto', sans-serif;
}
.es-section3 .innerRight .tableBox table td.blue {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	font-style: normal;
	background-color: #28334A;
	font-family: 'Open Sans', sans-serif;
}
.es-section3 .innerRight .tableBox table td:first-child {
	text-align: left;
}
body#dosage-administration .page-banner h1,
body#distribution .page-banner h1,
body#resources .page-banner h1,
body#contact .page-banner h1 {
	color: #fff;
	text-shadow: 2px 0 5px rgba(0,0,0,0.30);
}
.da-section1 {
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 2fr; 
}
.da-section1 .daItem:first-child {
	background-color: #62EFCB;
}
.da-section1 .daItem:last-child {
	background-color: #B1B1B1;
	position: relative;
}
.da-section1 .polygon {
    height: 101%;
    position: absolute;
    top: 0;
    left: -76px;
    z-index: 1;
}
.da-section1 .cocaine {
	position: absolute;
	bottom: -38px;
	left: -68px;
	z-index: 2;
	width: 135px;
}
.da-section1 .daItem .innerleft {
	/*width: 905px;*/
	width: 865px;
	float: right;
	padding: 20px 100px 20px 0;
}
.da-section1 .daItem .innerleft h3 {
	font-size: 14px;
	font-weight: 700;
	color: #28334A;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.da-section1 .daItem .innerleft ul {
	display: inline-block;
	border: 1px solid #28334A;
	padding: 15px 15px 15px 30px;
	margin: 0 0 30px 0;
	list-style: disc;
}
.da-section1 .daItem .innerleft ul li {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	color: #28334A;
	font-family: 'Roboto', sans-serif;
}
.da-section1 .daItem .innerleft h4 {
	font-size: 14px;
	font-weight: 600;
	color: #28334A;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.da-section1 .daItem .innerleft .das1 {
	margin-bottom: 20px;
}
.da-section1 .daItem .innerleft .das1 img {
	float: left;
	margin-right: 20px;
}
.da-section1 .daItem .innerleft .das1 p {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #28334A;
	margin: 0;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
}


.da-section1 .daItem .innerright {
	width: 522px;
	height: 100%;
	display: grid;
	justify-content: left;
	align-items: center;
}
.da-section1 .daItem .innerright h2 {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	background-color: #28334A;
	margin: 0 0 10px 0;
	padding: 3px 8px 3px 106px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	position: relative;
}
.da-section1 .daItem .innerright h2:after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 0;
	background-color: #fff;
}
.da-section1 .daItem .innerright p {
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	margin: 0;
	padding: 0 0 0 106px;
	line-height: 17px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}
.distribution-section {
	background-color: #62EFCB;
	padding: 40px 0;
}
.distribution-section h2 {
	font-size: 14px;
	font-weight: 700;
	color: #28334A;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.distribution-section p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	margin: 0 0 20px 0;
}
.distribution-section table {
	border: 2px solid #28334A;
	table-layout: fixed;
	width: 600px;
	margin: 50px 0;
}
.distribution-section table th {
	background-color: #28334A;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #28334A;
}
.distribution-section table td {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	background-color: #fff;
	text-align: center;
	border: 2px solid #28334A;
}
.distribution-section table td:nth-child(2) {
	background-color: rgba(255,255,255,0.80);
}
.distribution-section table td:nth-child(3) {
	background-color: rgba(255,255,255,0.60);
}
.distribution-section table td span {
	display: block;
}
.resources-section {
	width: 100%;
	background-color: #62EFCB;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.resources-section .item {
	display: grid;
	align-items: self-end;
	justify-content: center;
	text-align: center;
	padding: 20px 10%;
	border: 1px solid #fff;
	margin-left: -1px;
    margin-top: -1px;
}
.resources-section .item h3 {
	width: 250px;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	color: #28334A;
	text-align: center;
	margin: 0 auto 20px auto;
	font-family: 'Roboto', sans-serif;
}
.resources-section .item img {
	margin: 0 auto 10px auto;
}
.resources-section .item a {
	max-width: 210px;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 3px 10px;
	border: 1px solid #fff;
	text-transform: uppercase;
}
.resources-section .item:nth-child(4),
.resources-section .item:nth-child(5),
.resources-section .item:nth-child(6),
.resources-section .item:nth-child(10),
.resources-section .item:nth-child(11),
.resources-section .item:nth-child(12),
.resources-section .item:nth-child(16),
.resources-section .item:nth-child(17),
.resources-section .item:nth-child(18) {
	background-color: #fff;
	border: 1px solid #B1B1B1;
}
.resources-section .item:nth-child(4) a,
.resources-section .item:nth-child(5) a,
.resources-section .item:nth-child(6) a,
.resources-section .item:nth-child(10) a,
.resources-section .item:nth-child(11) a,
.resources-section .item:nth-child(12) a,
.resources-section .item:nth-child(16) a,
.resources-section .item:nth-child(17) a,
.resources-section .item:nth-child(18) a {
	border: 1px solid #B1B1B1;
	color: #B1B1B1;
}
.resources-section .item a:hover {
	background-color: #28334A;
	color: #fff;
	border: 1px solid #28334A;
}
.resources-section .item:last-child h3,
.resources-section .item:last-child img,
.resources-section .item:last-child a {
	display: none;
}
.term-banner {
	width: 100%;
	height: 400px;
	background-color: #62EFCB;
	display: grid;
	align-items: center;
}
.term-banner h1 {
	display: inline-block;
	font-weight: 700;
	font-size: 100px;
	color: #fff;
	margin: 0;
	line-height: 85px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 2px 0 5px rgba(0,0,0,0.30);
}
.term-section {
	display: block;
	background-color: #B1B1B1;
	padding: 40px 0;
}
.term-section p {
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 30px 0;
}
.term-section p a,
.term-section a {
	color: #fff;
}
.term-section p a:hover,
.term-section a:hover {
	text-decoration: underline;
}
.term-section ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	list-style: disc;
}
.term-section li {
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 10px 0;
}
.contact-section {
	display: block;
	padding: 40px 0;
	background-color: #90F4DA;
}
.contactinfo h2 {
	font-size: 14px;
	font-weight: 700;
	color: #28334A;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.contactinfo p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	margin: 0 0 20px 0;
}
.contactinfo p a {
	font-weight: 600;
	color: #28334A;
	text-decoration: underline;
}
.contactinfo p a:hover {
	text-decoration: none;
}
.contactinfo address {
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	line-height: 18px;
	margin-bottom: 40px;
	font-family: 'Roboto', sans-serif;
}
.contactinfo address img {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 0;
}
.contactinfo .info {
	width: 100%;
	display: grid;
	align-items: center;
	grid-template-columns: auto auto auto;
	grid-gap: 70px;
	justify-content: left;
	position: relative;
	background: #fff;
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	padding: 6px 0px;
	margin-bottom: 40px;
	font-family: 'Roboto', sans-serif;
}
.contactinfo .info:before {
	content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 0;
    background-color: #ffffff;
    border-left: 10px solid #28334a;
    padding-left: 10px;
}
.contactinfo .info a,
.contactinfo .info span,
.contactinfo .press a {
	font-weight: 600;
}
.contactinfo .info a,
.contactinfo .press a {
	color: #28334A;
	text-decoration: underline;
}
.contactinfo .info a:hover,
.contactinfo .press a:hover {
	text-decoration: none;
}
.contactinfo .info img {
	margin-right: 10px;
}
.contactinfo .press {
	font-size: 14px;
	font-style: italic;
	color: #28334A;
	padding: 6px 0px 6px 40px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.contactinfo .press a {
	display: block;
}
.contactinfo .press img {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 0;
}
.notfound {
	width: 100%;
	height: 100vh;
	display: grid;
	align-items: center;
	text-align: center;
}
.info404 h2 {
	font-size: 40px;
	font-weight: 900;
	color: #28334a;
	margin: 0 0 10px 0;
}
.info404 p {
	font-size: 14px;
	font-weight: 400;
	color: #28334a;
	margin: 0 0 10px 0;
}
.info404 a {
	font-size: 14px;
    padding: 15px 40px;
    border-radius: 6px;
    display: inline-block;
    border: 0;
    color: #fff;
    background-color: #28334a;
}
body.error404 header,
body.error404 footer,
body.error404 .isi-section {
	display: none;
}
.search-section .search-form {
	display: block;
	position: relative;
	margin: 0 0 30px 0;
}
.search-section .search-form label {
	display: block;
}
.search-section .search-form label .screen-reader-text {
	display: block;
	font-size: 14px;
	color: #28334A;
	margin: 0;
	font-size: 0;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.search-section .search-form .search-field {
	width: 100%;
    padding: 15px 20px;
    border: 0;
    border-radius: 5px;
}
.search-section .search-form .search-field:focus {
	outline: 0;
}
.search-section .search-form .search-submit {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	border: 0;
	height: 54px;
	border-radius: 0 5px 5px 0;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	background: #28334a;
}
.search-section h1 {
	font-size: 25px;
	font-weight: 400;
	color: #28334A;
	margin: 0 0 30px 0;
	font-family: 'Roboto', sans-serif;
}
.search-section .resultList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.search-section .resultList li {
	border: 1px solid #d0d0d0;
    padding: 40px;
}
.search-section .resultList li h3 {
	margin: 0 0 20px 0;
	color: #28334A;
}
.search-section .resultList li h3 a {
	color: #28334A;
}
.search-section .resultList li h3 a:hover {
	color: #62EFCB;
}
.search-section .resultList li .wpfts-smart-excerpt {
	font-size: 14px;
	color: #28334A;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
.search-section .resultList li .wpfts-bottom-row {
	display: none;
}
.search-section .resultList li .h-readmore {
	margin-top: 10px;
}
.search-section .resultList li .h-readmore a {
	font-size: 14px;
	color: #28334A;
}
.search-section .resultList li .h-readmore a:hover {
	color: #62EFCB;
}
.search-section .resultList li h3 a sup {
	width: 50px;
	height: 50px;
	display: block;
	font-size: 0;
	margin-bottom: 5px;
	background: url('../images/pdf-icon.svg') no-repeat;
	background-size: contain;
}
body.search-results .term-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
