HTML{
height:100%;  
background:#ffffff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #426DA9;
}

.h2, h2 {
  font-size: 2.25rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.h3, h3 {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.h5, h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.header {
  padding: 50px;
  padding-bottom: 0px; 
}

.header .ce-textpic{
  position: relative;
  text-align: center;
}
.header .ce-bodytext {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  padding: 50px 30px 75px;
  right: 0;
  margin: 0 25%;
}
.header .image-embed-item {
  width: 100%;
  height: 95vh;
  object-fit: cover;
}
.anchorcont {
  display: block;
  width: 100%;
  position: relative;
  bottom: 65px;
  left: 0;
  height: 50px;
  background: transparent;
  text-align: center;
}
.anchorcont a {
  position: relative;
  height: 50px;
  width: 50px;
  background: url('elements/arrow-down.svg');
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap {
  background-color: #fff;
  font-family: 'Poppins',sans-serif;
  overflow:hidden;
  color:#333;
}
.wrap.hideit {
  max-height: 100vh;
}
.logo {
  height: 95px;
  position: absolute;
  left: 75px;
  top: 75px;
  width: 110px;
  background-image: url("elements/medint-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 199;
}
.logo a {
  width: 100%;
  height: 100%;
  position: absolute;
}
a {
    color: #426DA9;
    text-decoration: none;
}
a:hover {
    color: #426DA9;
    text-decoration: underline;
}
.header .frame {
}
.header figure {
  margin: 0;
}
.content {
    color: #333;
}
.ce-headline-center{
  text-align: center;
}
.ce-textpic.ce-right {
  text-align: right;
}
.content .image-embed-item {
  height: auto;
  max-width: 100%;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px dotted #426DA9;
}

.frame-layout-1{
  padding-top:100px;
}

.frame-layout-2{
  padding-bottom:100px;
}
.frame-layout-3{
 padding: 100px 0;
}

.frame-greybg{
 background:#eee;
}

.frame-greybg2 {
  background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 25%, rgba(238,238,238,0) 25%, rgba(238,238,238,0) 100%);
  background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 25%,rgba(238,238,238,0) 25%,rgba(238,238,238,0) 100%);
  background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 25%,rgba(238,238,238,0) 25%,rgba(238,238,238,0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 );
}

.col2.row {
  padding: 0 15%;
}
.bigimg.col2.row {
  padding: 0 0 0 15%;
}
.col3.row {
  padding: 0 15%;
}

.col3.row figure.image {
  margin: 0;
}

.col3.row img {
  width: 100%;
  height: auto;
}
.col3.row .frame-greyborder {
  border: 10px solid #eee;
  padding: 50px;
}

.frame-box .image a.mlink {
  display: block;
  /* width: 100%; */
  height: 100%;
  position: absolute;
  left: 15px;
  bottom: 0;
  right: 15px;
}

.frame-box .ce-bodytext {
  background: #eee;
  padding: 50px 0 50px;
}
.frame-box .ce-bodytext h2{
  margin-top:20px;
}
.frame-box .ce-bodytext h2::after {
  content: '';
  display: block;
  background: url('elements/arrow-right.svg');
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: 30px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.frame-team .ce-textpic {
  margin-bottom: -75px;
}
.frame-team figure {
  margin: 0;
}
.frame-team .ce-bodytext {
  background: #fff;
  margin: 0 10%;
  padding: 30px;
  position: relative;
  bottom: 75px;
  /* width: 80%; */
}
.frame-team .ce-bodytext h2 {
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 0.75em;
}
.frame-team .ce-bodytext p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.accordion-wrap {
  padding: 0 15%;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #426da9;
  margin-bottom: 20px;
}
.card-header {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
  border-bottom: none;
  
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 0px 0px 70px;
}
.card-body header {
  display: none;
}
.btn {
  display: inline-block;
  font-weight: inherit;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-transform: inherit;
}
.btn.btn-link, .btn.btn-link:active {
  background-image: url('elements/acc-arrow-open.svg');
  color: #426da9;
  text-decoration: none;
  margin: 0;
  padding: 10px 0 10px 70px;
  line-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.btn.btn-link.collapsed, .btn.btn-link.collapsed:active {
  background-image: url('elements/acc-arrow-close.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: url('elements/acc-arrow-open.svg');
}
.footer h3{
  font-size:1.5rem;

}
.footer.col3.row {
  padding: 0 15%;
}
.footer.contenttable {
  width: 100%;
}
.footer .contenttable tr td:nth-child(1) {
  width: 15%;
}

@media (max-width:767px) {
.h1, h1 {
  font-size: 1.6rem;
}
.h2, h2 {
  font-size: 1.4rem;
}

.h3, h3 {
  font-size: 1.15rem;
}
.h5, h5 {
  font-size: 1rem;
}

.header {
  padding: 0;
}
.header .image-embed-item {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.header .ce-bodytext {
  position: relative;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.6);
  padding: 40px 5% 40px;
  right: 0;
  margin: 0 0;
}
.logo {
  height: 42px;
  top: 15px;
  width: 130px;
  left: 5%;
}
.anchorcont {
  display: none;
}
.frame-layout-1{
  padding-top:25px;
}

.frame-layout-2{
  padding-bottom:25px;
}
.frame-layout-3{
 padding: 25px 0;
}
.frame-greybg2 {
  /* background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 5%, rgba(238,238,238,0) 5%, rgba(238,238,238,0) 100%); */
  /* background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 5%,rgba(238,238,238,0) 5%,rgba(238,238,238,0) 100%); */
  background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 5%,rgba(238,238,238,0) 5%,rgba(238,238,238,0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 );
}
.col2.row {
  padding: 0 5%;
}
.col2.row h3.text-right {
  text-align: left !important;
}
.col3.row {
  padding: 0 5%;
}
.accordion-wrap {
  padding: 0 5%;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.col3.row .left, .col3.row .center{
  margin-bottom: 25px;
}
.col3.row .frame-greyborder {
  border: 10px solid #eee;
  padding: 30px;
  margin-bottom: 25px;
}
.bigimg.col2.row {
  padding: 0 5% 0 5%;
  flex-direction: column-reverse;
}
.ce-textpic.ce-right {
  text-align: left;
}

.team.col2 .left {
  margin-bottom: 25px;
}
.frame-team .ce-bodytext {
  background: #fff;
  margin: 0 10%;
  padding: 15px;
  position: relative;
  bottom: 75px;
  /* width: 80%; */
}
.frame-team .ce-bodytext p {
  font-size: 1rem;
}
.footer.col3.row {
  padding: 0 15% 0 5%;
}
.footer h3 {
  font-size: 1.2rem;
}
}
@media (min-width:768px) and (max-width:991px) {
.h1, h1 {
  font-size: 2rem;
}
.h2, h2 {
  font-size: 1.5rem;
}

.h3, h3 {
  font-size: 1.25rem;
}

.logo {
  height: 70px;
  left: 50px;
  top: 50px;
}
.header {
  padding: 30px;
  padding-bottom: 0px;
}
.header .image-embed-item {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: 75%;
}
.header .ce-bodytext {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.6);
  padding: 25px 15px 75px;
  right: 0;
  margin: 0 5%;
}
.frame-layout-1{
  padding-top:50px;
}

.frame-layout-2{
  padding-bottom:50px;
}
.frame-layout-3{
 padding: 50px 0;
}
.col3.row {
  padding: 0 5%;
}
.col3.row .frame-greyborder {
  padding: 30px;
}
.col3.row > .left > .frame-type-image {
  position: absolute;
  bottom: 0;
  /* height: 100%; */
}
.col2.row {
  padding: 0 5%;
}
.bigimg.col2.row {
  padding: 0 0 0 5%;
}
.bigimg .left {
  padding-right: 30px;
}
.bigimg .right {
  padding-left: 0;
}
.frame-box .ce-bodytext {
  background: #eee;
  padding: 25px 0 20px;
}

.footer.col3.row {
  padding: 0 5%;
}
.footer h3 {
  font-size: 1rem;
}
.footer p {
  font-size: 0.75rem;
}


}
@media (min-width:992px) and (max-width:1199px) {

.h2, h2 {
  font-size: 1.75rem;
}

.h3, h3 {
  font-size: 1.5rem;
}

.logo {
  height: 70px;
  left: 50px;
  top: 50px;
}
.header {
  padding: 30px;
  padding-bottom: 0px;
}
.header .image-embed-item {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.header .ce-bodytext {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.6);
  padding: 50px 30px 75px;
  right: 0;
  margin: 0 15%;
}

.col3.row {
  padding: 0 5%;
}
.col3.row .frame-greyborder {
  padding: 30px;
}
.col3.row > .left > .frame-type-image {
  position: relative;
  bottom: 0;
  /* height: 100%; */
}
.col2.row {
  padding: 0 5%;
}
.bigimg.col2.row {
  padding: 0 0 0 5%;
}
.bigimg .left {
  padding-right: 30px;
}
.bigimg .right {
  padding-left: 0;
}

.footer.col3.row {
  padding: 0 5%;
}
.footer h3 {
  font-size: 1.25rem;
}
}
@media (min-width:1200px) {
.wrap.hideit {
  max-height: unset;
}