#wrapper-buttons {
  width: 120px;
  position: relative;
  float: left;
}

#wrapper-buttons .dropdown {
  width: 120px;
  display: none;
  float: left;
}

.dropdown1 {
  width: 660px;
  padding: 20px;
  float: left;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.dropdown1 img {
 
}

#one {
  background: #f9fafa;
}

.press img {
  margin-bottom: 15px;
}

#two {
  background: #f9fafa;
}

#wrapper-buttons .press {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
  width: 120px;
  height: auto;
  display: block;
  float: left;
}

.button1 {
  background: #124782;
  color: #ffffff ! important;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-transition: border-box; /* Safari */
  -moz-box-sizing: border-box; /* Firefox */
  -o-box-sizing: border-box; /* Opera */ 
  font-weight: 400;
  letter-spacing: 1px;
  float: left;
  padding: 15px 40px;
  margin: 20px 0px 0px 0px;
}

.button1 a {
  color: #fff;
  text-decoration: none;
}

a.button1 :hover {
  color: #fff !important;
}

#one, #two {

  border-radius: 3px;
}

#one:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 0;
  width: 0;
  border: 24px solid transparent;
  border-bottom-color: #f9fafa;
  margin-left: -28px;
  top: 1488px;
  left: 35.6%;
  z-index: 99999;
}

#one:after {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 0;
  width: 0;
  border: 28px solid transparent;
  border-bottom-color: #E9ECED;
  margin-left: -28px;
  top: 1480px;
  left: 35%;
  z-index: 999;
}

#two:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 0;
  width: 0;
  border: 24px solid transparent;
  border-bottom-color: #f9fafa;
  margin-left: -28px;
  top: 1488px;
  left: 86.6%;
  z-index: 99999;
}

#two:after {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 0;
  width: 0;
  border: 28px solid transparent;
  border-bottom-color: #E9ECED;
  margin-left: -28px;
  top: 1480px;
  left: 86%;
  z-index: 999;
}

.close {
  float: right;
  height: 40px;
  width: 50px;
  display: block;
  z-index: 102;
  position: absolute;
  top: 1556px;
  right: 17px;
  opacity: 1;
  transition: all 100ms ease-in-out 0s;
  -webkit-transition: all 100ms ease-in-out 0s; /* Safari */
  -moz-transition: all 100ms ease-in-out 0s; /* Firefox */
  -o-transition: all 100ms ease-in-out 0s; /* Opera */ 
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 2px solid #E9ECED;
}

.close span {
  top: 23px;
  left: 10px;
}

.close span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(45deg); /* IE 9 */
  -o-transform: rotate(45deg); /* Opera */ 
  top: 17px;
  left: 0px;
  background: none repeat scroll 0% 0% #ED5A5A;
}

.close span:after {
  left: 0px;
  background: none repeat scroll 0% 0% #ED5A5A;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(-45deg); /* IE 9 */
  -o-transform: rotate(-45deg); /* Opera */ 
  text-indent: 100%;
  bottom: 18px;
}

.close:hover span {
  top: 23px;
  left: 10px;
}

.close:hover span:after {
    cursor: pointer;
    height: 5px;
    width: 30px;
    background: none repeat scroll 0% 0% #666;
    position: absolute;
    display: block;
    content: "";
    left: 10px;
    border-radius: 1px;
    transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s; /* Safari */
    -moz-transition: all 100ms ease-in-out 0s; /* Firefox */
    -o-transition: all 100ms ease-in-out 0s; /* Opera */ 
}


.close:hover span:before {
    cursor: pointer;
    height: 5px;
    width: 30px;
    background: none repeat scroll 0% 0% #666;
    position: absolute;
    display: block;
    content: "";
    left: 10px;
    border-radius: 1px;
    transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s; /* Safari */
    -moz-transition: all 100ms ease-in-out 0s; /* Firefox */
    -o-transition: all 100ms ease-in-out 0s; /* Opera */ 
}

.close:hover span:before {
    transform: rotate(45deg);
    background: none repeat scroll 0% 0% #d25458;
}

.close:hover span:after {
    background: none repeat scroll 0% 0% #d25458;
    transform: rotate(-45deg);

}

.close span {
  background: none repeat scroll 0% 0% transparent;
}

.close span:before, .close span:after {
    cursor: pointer;
    height: 5px;
    width: 30px;
    background: none repeat scroll 0% 0% #666;
    position: absolute;
    display: block;
    content: "";
    left: 10px;
    border-radius: 1px;
    transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s; /* Safari */
    -moz-transition: all 100ms ease-in-out 0s; /* Firefox */
    -o-transition: all 100ms ease-in-out 0s; /* Opera */ 
}


/* START CARD */

/* ==========================================================================
   TAB MODAL ========================================================================== */

[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

[ripple] .ripple {
  position: absolute;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -ms-animation: ripple 1.6s;
  -moz-animation: ripple 1.6s;
  -o-animation: ripple 1.6s;
  -webkit-animation: ripple 1.6s;
  animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -ms-transform: scale(40);
    -moz-transform: scale(40);
    -webkit-transform: scale(40);
    -o-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

.hero-image {
    position: relative;
    margin: 20px 0px;
    z-index: 1;
}

.tabs {
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  margin: 0px;
  border-radius: 0px;
  background: #FFF;
  border-top: 1px solid #e3e3e3;
}

.tabs-header {
  position: relative;
  background: transparent;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  border: none;
  border-bottom: none;
  z-index: 2;
}

.tabs-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004e95;
  width: auto;
  height: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 3;
}

.tabs-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 68px);
  background: transparent;
}

.tabs-header li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  list-style: none !important;
  margin-left: 0px !important;
  border-bottom: 0px;
  border-right: 1px solid #e3e3e3;
}

.tabs-header li:nth-child(3) {
}

.tabs-header li:nth-child(2) {
}


.tabs-header a {
  font-size: 16px;
  background: rgba(248,248,248,1);
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 15px 20px;
  color: #212121;
  font-weight: 500;
  text-decoration: none;
  list-style: none;
}

.tabs-header li.active {
}


.tabs-header li.active a {
  color: #004e95;
  background: #FFF;
}

.tabs-nav1 {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(248,248,248,1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 83px;
  color: #FF5252;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs-nav1:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.tabs-nav1 i {
  border-radius: 100%;
  cursor: pointer;
  font-size: 40px;
}

.tabs-content {
  position: relative;
  float: left;
  height: 100% !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 0px;
}

.tabs-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.tabs-content .tab {
  display: none;
}

.tabs-content .tab.active {
  display: block;
}

.cp-fab {
  background: #FFFFFF !important;
  color: #483949 !important;
}


/* News */



	


@media only screen and (min-width: 480px) {
	
	.news-slider {
  display: block;
  width: 100%;
  float: left;
  height: 500px;
  border-bottom: 0px;
}
	
	.news-slider .image-content {
  line-height: 0;
  width: 50%;
  float: right;
  height: 100%;
  border: 1px solid #e3e3e3;
}

	
	.news-slider .text-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f2f2f2;
  padding: 3em;
  width: 50%;
  height: 100%;
}
	
}

@media only screen and (max-width: 479px) {
	
	.news-slider {
  display: block;
  width: 100%;
		background: #f2f2f2;
  float: none !important;
	margin:-50px auto !important;
  height: 460px;
  border-bottom: 0px;
}
  


@media only screen and (max-width: 479px){
  .news-slider .text-content {
    background: #f2f2f2;
    padding: 1em 9px 0px 10px;
    width: 100%;
    margin: auto;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin-top: 264px;
  }}
  
  /* News */
  
  @media only screen and (max-width: 479px){
  .news-slider .image-content {
    line-height: 0;
    background: #f2f2f2;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 0px;
    left: 0px;
    background-size: cover;
    float: none !important;
    margin: auto !important;
    height: 63%;
    border: 1px solid #e3e3e3;
  }}

  
  
	
}

.news-slider .text-content h2 {
  color: #004e95;
  margin: 0;
}

.news-slider .text-content p {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  margin: 1em 0;
}



.news-slider .image-content img {
  max-width: 100%;
}

.news-slider .news-pager {
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #1377ba;
	color: #fff;
	width: 100%;
	float: right;
	margin-top:0px;
	position: relative;
	z-index: 998;
  
}

.news-slider .news-pager li {
  display: inline-block;
  padding: 1em;
  margin: 0;
	width: 10%;
	text-align: center;
  list-style: none !important;
}

.dpdf {
    float: right;
    background: #d55260;
    color: #FFF;
    display: none;
    position: relative;
    padding: .8em;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    bottom: 40px;
}

li.sy-active {
  background: #ffcb08;
	color: #1377ba;
}

.news-slider .news-pager li.sy-active a {
	color: #1377ba;
}

.news-slider .news-pager li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  color: #fff;font-weight: 700;
}

.sy-controls li a:after {
  content: "";
  background-image: url("https://www.medline.com/media/mkt/products/pharmaceuticals-nutrition/arrow.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: transparent;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;

}

.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
}

.sy-controls {
  display: block;
}

.sy-controls li.sy-prev {
  left: 0;
  top: 0;
	display: none;
  list-style: none;
  margin-left: 0px !important;
}

.sy-controls li.sy-next {
	display: none;
  right: 0;
  top: 0;
  list-style: none;
}

/* NAVIGATION */

#entraflo ul.table-of-contents {
    position: fixed !important;
    margin-top: 0;
    padding-top: 48px;
}

#entraflo .table-of-contents li {
    padding: 2px 0;
}

#entraflo .table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block;
}

