/*  Clearing styles */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body { margin: 0;}

/* HTML5 display definitions */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
address {  font-style: normal; }

audio,canvas,progress,video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

.hidden, .xttv { display: none; }

.pointer { cursor: pointer; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
mark {
  background: #ff0;
  color: #000;
}

small { font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img {  border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0.625em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {  overflow: auto; }

code,kbd,pre,samp {
  font-family: monospace ;
  font-size: 1rem;
}

button,input,optgroup,select,textarea {
  font: inherit;
  margin: 0;
}

button {  overflow: visible;}

button,select { text-transform: none; }

button,html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {  padding: 0;}

/* Font face
---------------------------------------------------*/
@font-face {
    font-family: 'Berthold';
    src: url('../fonts/berthold_akzidenz_grotesk_be_li_regular-webfont.eot');
    src: url('../fonts/berthold_akzidenz_grotesk_be_li_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/berthold_akzidenz_grotesk_be_li_regular-webfont.woff2') format('woff2'),
         url('../fonts/berthold_akzidenz_grotesk_be_li_regular-webfont.woff') format('woff'),
         url('../fonts/berthold_akzidenz_grotesk_be_li_regular-webfont.ttf') format('truetype'),
         url('..fonts/berthold_akzidenz_grotesk_be_li_regular-webfont.svg#berthold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Bree';
    src: url('../fonts/breeserif-regular-webfont.eot');
    src: url('../fonts/breeserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breeserif-regular-webfont.woff') format('woff'),
         url('../fonts/breeserif-regular-webfont.ttf') format('truetype'),
         url('..fonts/breeserif-regular-webfont.svg#bree') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'iconfont-jmr';
    src: url('../fonts/icomoonjmr.eot');
    src: url('../fonts/icomoonjmr.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icomoonjmr.woff') format('woff'),
         url('../fonts/icomoonjmr.ttf') format('truetype'),
         url('..fonts/icomoonjmr.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
  box-sizing: border-box;
  text-align: justify;
}
.full-width-container {
  max-width: 90%
}

.column, .columns {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 20px;
}

/* For devices larger than 580px */

@media (min-width: 770px) {
  .column, .columns {
  width: 48%;
  }
  #column-left, .column-right-blog {
    width: 35%;
  }
  .col_text, #blog-post-list {
    width: 63%;
  }

}

/* For devices larger than 550px */
@media (min-width: 980px) {
  #column-left, .col_text, #blog-post-list, .column-right-blog {width: none;}
  .column, .columns { margin-left: 3%; margin-bottom:0px; }
  .column-first { margin-left: 15px; }

  .one.column,  .one.columns      { width: 4%; }
  .two.columns                    { width: 13%; }
  .three.columns                  { width: 21%;            }
  .four.columns                   { width: 30%; }
  .five.columns                   { width: 39%; }
  .six.columns                    { width: 46%;            }
  .seven.columns                  { width: 56%; }
  .eight.columns                  { width: 63%; }
  .nine.columns                   { width: 74%;          }
  .ten.columns                    { width: 82%; }
  .eleven.columns                 { width: 91%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30%; }
  .two-thirds.column              { width: 65%; }

  .one-half.column                { width: 46%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
  .doctypes-three.columns         {width:33%; margin-left: 0px;}

  .doctypes-two.columns {
      width: 48%;
      margin-left: 0px;
    }
    .doctypes-one.columns {
      width: 99%;
      margin-left: 0px;
    }



}
@media (min-width: 1024px) {
  .container-half {
  width: 60%;
  max-width: 950px;

  }
}

/* FLEX GRID 
__________________________________________________*/
/* Add some other global flex properties for the site here */

.flex-grid { display: flex; }

.flex-even--3 > .flex-col {
  flex-basis: 33.33%;
}
.flex-even--4 > .flex-col {
  flex-basis: 25%;
}
.flex-even--2 > .flex-col {
  flex-basis: 50%;
}
.flex-fillwidth > .flex-col {
  flex-basis: 100%;
}

.flex-col--auto {  flex: 1; }
.flex-col--15 { flex-basis: 15%; }
.flex-col--20 {  flex-basis: 20%; }
.flex-col--25 {  flex-basis: 25%; }
.flex-col--33 { flex-basis: 33%; }
.flex-col--50 { flex-basis: 50%; }



@media (max-width: 760px) {
  .flex-grid { flex-wrap: wrap; }
  .flex-col { width: 100%;  }
  .flex-col--auto, .flex-col--15, .flex-col-20, .flex-col--25, .flex-col--33, .flex-col--50 { flex-basis: auto; }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 16px; font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Berthold',Helvetica, sans-serif;
  color: #555;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: 'Bree', sans-serif;
  text-align: left;
}

h1 { font-size: 30px; font-size: 1,875rem; line-height: 1.2;  }
h2 { font-size: 24px; font-size: 1.5rem; line-height: 1.25; }
h3 { font-size: 18px; font-size: 1.125rem; line-height: 1.3;  }
h4 { font-size: 16px; font-size: 1rem; line-height: 1.35; }
h5 { font-size: 13px; font-size: 0.81rem; line-height: 1.5;  }
h6 { font-size: 10px; font-size: 0.62rem; line-height: 1.6;  }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 32px; font-size: 2rem; }
  h2 { font-size: 28px; font-size: 1.8rem; }
  h3 { font-size: 29px; font-size: 1.2rem; }
  h4 { font-size: 18px; font-size: 1.125rem; }
  h5 { font-size: 16px; font-size: 1rem; }
  h6 { font-size: 12px; font-size: 0.8rem; }
}

p { margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
  color: #e56a54;
  text-decoration: none;
}
a:hover { color: #ff8f7b; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input, textarea, select {
  color: #555;
}
input, textarea, select {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  margin-right: 10px;
}
input, select {  height: 48px;  }

/* Removes awkward default styles on some inputs for iOS */
input[type="radio"], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label, legend {
  display: block;
  margin-bottom: .312rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],input[type="radio"] {  display: inline;  }

label > .label-body {
  display: inline-block;
  margin-left: 5px; margin-left: .312rem;
  font-weight: normal;
}
.half-width-input {
  width: 98%;
  margin-right: 0px;
}
.fullwidth-input {
  width: 95%;
}
@media (min-width: 550px) {
  .half-width-input {
    width: 47%;
    margin-right: 0px;
  }
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button {
  display: inline-block;
  padding: 6px 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  /*letter-spacing: .1rem;*/
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,button:hover, .button:focus, button:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button-primary, .button-primary:visited {
  color: #FFF;
  background-color: #E56A54;
  border: 0px;
}

.button-primary:hover, .button-primary:hover, .button-primary:focus, .button-primary:focus {
  color: #FFF;
  background-color: #e0563d;
  border:0px;
}
.button-secondary, .button-secondary:visited {
  color: #7b6469;
  background: #e0e721;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}
.button-secondary:hover {
  color:#fff;
  background: #e0e721;
}
.button-small {
  font-size: 14px; font-size: 0.87rem;
  height: 40px;
  padding: 3px 20px;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {  list-style: circle inside; }
ol {  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0;
  margin-left: 2rem;
}

ul ul,ul ol,ol ol,ol ul {
  margin: 1rem 0 1rem 2rem;
  font-size: 90%;
}
li {  margin-bottom: 0.625rem; text-align: left; }

.arrowlist:before {
  font-family: iconfont;
  content: "\e600";
  font-size: 16px; font-size: 0.86rem;
  margin-right: 3px; margin-right: 0.2rem;
  color: #94CC41;
}
.nostylelist {
  list-style: none;
}
.noindentlist {
  margin-left: 0;
}
.smallindentlist {
  margin-left: 6px; margin-left:0.4rem;
}
.list-horizontal, .list-horizontal-item {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}
.hangindentlist-withicon {
    text-indent: -3.2rem;
    padding-left: 3.2rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .125rem .312rem;
  margin: 0 .125rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 0,625rem 1rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,td:first-child {  padding-left: 0; }
th:last-child,td:last-child {  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,.button { margin-bottom: 0.625rem; }
input,textarea,select,fieldset {  margin-bottom: 0.625rem; }

article {
  margin-bottom: 3rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.pull-right { float: right; }
.pull-left { float: left; }
.center {text-align: center;}
.left {text-align: left;}
.justify {text-align: justify;}
.text-limit { max-width: 1000px;}
.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.uppercase {  text-transform: uppercase; }
.bigger-header {
  font-size: 1.6rem;
}
.bold { font-weight: bold; }
/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.white {  color: #F4F4F4;  }
.falcon-main { color: #7b6469;}
.terracota {color: #e56a54 ;}
.cream {color: #d7d2cb;}
.green-stacks {color: #e0e721;}

.bkg-falconlight {background-color: #BDB2B3; }
.bkg-cream {background-color: #d7d2cb;}
.bkg-falcon { background-color: #7b6469; }
.bkg-lightgrey {background-color: #f3f3f3;}
.bkg-terracota {background-color: #e56a54;}
.bkg-white {background-color: #fff;}
.bkg-green {background-color: #E0E721;}
.bkg-flyer {background-color: #E8E6DE;}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 32px; margin-top: 2rem;
  margin-bottom: 132px; margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.obf { display: none;}
.inline { display: inline-block;}

.flex {  display: flex;}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-40 {
  flex-basis: 45%;
}
.flex-60 {
  flex-basis: 65%;
}
.flex-35 {
  flex-basis: 33%;
}
.flex-30 {
    flex-basis: 30%;
}
.flex-25 {
    flex-basis: 25%;
}
.flex-70 {
  flex-basis: 70%;
}
.flex-50 {
  flex-basis: 50%;
}
.flex-inline {
  display: inline-flex;
}
.flex-space {
    justify-content: space-around;
}
.flex-center {
  justify-content:center;
}
.italic-small {
  font-style: italic;
  font-size: 14px; font-size: 0.875rem;
}
.img-circle {
  border-radius: 50%;
}
.slightly-round {
  border-radius: 5px;
}
.slightly-round-top {
    border-radius: 5px 5px 0 0;
}
.slightly-round-bottom {
    border-radius: 0px 0px 5px 5px;
}
.medium-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.bigger-text {
  font-size: 1.2rem;

}
.
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container:after,.row:after,.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Iconfont
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon:before {
  font-family: iconfont-jmr;
  font-size: 19px; font-size: 1.2rem;
  font-weight: normal;
}
.icon-text:before     {  content: "\e605";  }


.icon-mediumbkg:before {
  font-size: 32px; font-size: 2rem;
   padding:1.5%;
   border-radius: 50%;
   color:#fff;
   margin-right: 20px;
   position: relative;
   background: #96B9D2;
}

.icon-bigbgk:before {
   font-size: 64px; font-size: 4rem;
   padding:9%;
   border-radius: 50%;
   color:#fff;
   background: #3A9CBA;

}

.icon-style-quote:before {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
/* Top header and menus css
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#topheader {
  width: 100%;
}
#menu-filler {
  height: 45px;
}
.menu-link, .menu-link:visited {
  text-decoration: none;
  color: #e56a54;
  display: block;
  line-height: 35px;
  font-weight: 600;
  border-bottom: 2px solid rgba(243, 243, 243, 0);
}
.menu-link:hover {
  color: #e56a54;
  border-bottom: 2px solid #7b6469;
}

#topcont {
  padding-bottom: 10px;
  padding-top: 10px
}

#top-menu {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
  width: 80%;
}
.topmenu-item:hover{
}
.topmenu-item {
  margin-bottom:0px;
}
.listmenu {
  margin-bottom: 0px;
}
.plain-link {
  text-decoration: none;
  color: #555;
}
.plain-link:hover {
  color: #555;
  text-decoration: underline;
}
.side-menu {
    padding-bottom: 15px;
  }
#logo {
  display: block;
  width: 100%;
}
#language_menu {
  position: absolute;
  top: 15px;
  right: 10px;
}

.dropdown {
    background: #d0d0d0;
    position: absolute;
     z-index: 1;

}
.dropdown-hover:hover .dropdown {
  display: block;
}
#careers-topmenu-list {
  margin-top:0;
}
/* Locations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#location-map {
  min-height: 400px;
}
#branchmap {
  height: 450px;
}
#branchmap-overlay {
      margin-bottom: 0;
    padding: 15px 15px 5px 15px;
    text-align: center;
}
#branch_banner1 {
      background-image: url('../images/banners/branches_banner.jpg');
      background-size: cover;
      min-height: 300px;
      padding: 15px 20px;
}
#branchcontactinfo {
  height: 27px;
}
#branch_users {
position: absolute;
top: 104px;
}
#branch_important {
     background: #7b6469a3;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
}
.branch-banner-icon {
  max-width: 40px;

}
#branch_info_banner {
  min-width: 350px;
  flex:1;
}
.icon_branch {
  padding-right: 10px;
  position: relative;
  top: 12px;
}
#icon-phone-branch {
 top: 0;
}
.branch-contact-onbaner {
margin-bottom: 0;
}

#branch_banner_photo {
  background: #7b6469a3;
  padding: 5px;
}
#location-map {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.location-header {
  margin-bottom: 0px;
  padding: 10px;
}
#locations-content {
      border-bottom: 6px solid #ded5d6;
}
.branch_banner_img {
  max-height: 450px;
  width: 100%;
}

.branch-list-item {
      padding: 10px 10px 10px 20px;
}
#branch-location-list {
  margin-top: 10px;
}
#branch-location-list  ul li {
  margin-left: 15px;
}
.branch-list-link, .branch-list-link:visited {
  color: #F4F4F4;
}
.branch-list-link:hover {
   color: #ff8f7b;
}
.branch-moreinfo-box ul{
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
#branch-moreinfo {
  margin-top: -7px;
  padding-top: 20px;
 }
#branch-name {
  margin-left: 0;
}

.branch_icon {
  width: 40px;
  height: 40px;
}
.branch-moreinfo-header {
    border-bottom: 3px solid #ded5d6;
    height: 50px;
    width: 95%;
}
.branch-moreinfo-span {
  position: relative;
  top: -12px;
  left: 15px;
}
#location-form {
  margin-top: 20px;
}
#locations-content {
  margin-bottom: 0px;
}
#branch-services li {
  display: none;

}
#branch-services li:nth-last-child(-n+5) {
  display: block;
 }
 #show-more {
    display: block;
    padding-bottom: 10px;
    margin-top: -5px;
    cursor: pointer;
}
#show-less {
  padding-bottom: 10px;
    margin-top: -5px;
    cursor: pointer;
  }

#branch-user-name {
  margin-bottom: 0;

}
.homecare-header-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: -17px;
  }
  #homecare-computer {
    margin-right: 20px;
    margin-top: -15px;
    width: 45px;
    height: 45px;
  }
  .form-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
   top: 3px;
  }
.location_show {
  display: block;
}
.phone_link, .phone_link:hover, .phone_link:visited {
  color: white;
}
.chat-link {

}
.chat-icon {
    cursor: pointer;
    pointer-events: none;
}
#professional_contact {
  margin-top: -10px;
}
/* Home Care
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#homecare-container { min-height: 400px; }
#stackpack-container {min-height: 425px; }

#homecare-header-holder {
    background: rgba(229, 106, 84, 0.64);
    padding: 30px;
    position: absolute;
    bottom: 16%;
    max-width: 500px;
}
.homecare-link, .homecare-link:visited {
  color: #555;
  display: block
}
.homecare-link:hover {
  color: #e56a54;
}
.homecare-medium-icon {
  width: 80px;
  height: 80px;
}
.homecare-small-icon {
  width: 38px;
  height: 38px;
}
.promobanner-icon {
  width: 65px;
}
#promo-firstheader {

  margin-bottom: 0;
}
.homecare-outline {
  font-weight: bold;
  font-style: italic;
  display: block;
  font-size: 1.2rem;
}
.homecare-nomargin {
  margin-bottom: 0;
}
.homecare-header {
    /*  border-bottom: 3px solid #ded5d6;*/
      padding: 20px;
      margin-bottom: 0;
}
#homecare-switching {
      background-image: url('../images/why_stacks.jpg');
      background-size: cover;
}
.homecare-over-banner {
  background: #fff;
  float: right;
}
.homecare-mid {
  padding-top: 1rem;
}
.homecare-list {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 2rem;
}
.homecare-list-icon:before {
    content: '';
    display: table-cell;
    width: 4rem;
    background-image: url(../images/list_bullet.svg);
    background-size: 1.6rem 1.6rem;
    background-repeat: no-repeat;
    background-position: center top;
}
.homecare-list-icon {
    display: table;
    text-align: justify;
}

.homecare-container {
 padding: 35px 10% 35px 5%;
 max-width: 1000px;
 margin-left: 0;
 text-align: justify;
}
.homecare-container-left {
  width: 75%;
}
.homecare-content {
  margin-top: 20px;
}
.header-indent {
  padding-left: 4rem;
}
.header-columns {
  padding-top: 25px;
  padding-bottom: 25px;
}
.flex-rights {
  justify-content: space-around;
  padding: 50px 50px 20px 50px;
  flex-wrap: wrap;
  max-width: 1600px;
      margin-left: auto;
    margin-right: auto;
}
.rights10 {
  border-radius: 5px;
    display: flex;
    align-items: center;
    min-width: 250px;
    min-height: 250px;
    flex-basis: 18%;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: 10px;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
    background: #e8e6de;
    box-shadow: 5px 5px 2px #d2d2d2;
}
.rights-click {
  cursor: pointer;
  width: 100%;
}
.rights-hidden {
  text-align: center;
  padding: 20px;
  /*transform: rotateY(180deg);*/
    transform: rotateY(180deg);
}
_::-webkit-full-page-media, _:future, :root .rights-hidden {
  transform: rotateY(180deg) translate3d(0px, 0px, 10px);
}
.rights-icon {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
#homecare-container {
  display: flex;
  align-items: center;
}

.training-portfolio {
  text-align: justify;
  padding-bottom: 40px;
}
#traning-portfolio-last {
  margin-left: 4.5%;
}
.support-holder {
      padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border-bottom: 2px solid #cccac5; */
    margin-bottom: 30px;
    background: #e8e6de;
    box-shadow: 2px 2px 2px #d2d2d2;
}
.support-img {
  width: 100%;
}
#support-promo {
  line-height: 2.2rem;
}
.flex-switch {
 justify-content: space-around;
 flex-wrap: wrap;
}
.header-bigger {
  font-size: 2rem;
}
#homecare-banner-last-overlay {
      padding: 20px;
    background: rgba(84, 77, 79, 0.75);
}
/* Careers
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.benefits-icon {
  width: 50px;
}
.careers-right {
  margin-left: 0;
  margin-right: 0;
}
.slide-content {
  max-width: 750px;
  margin-left: 5%;
}

.careers-banner-content {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: 'Bree', sans-serif;

}
.careers-banner-caption {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-style: italic;
  display: block;

}
.carrers-banner-bigger {
color: #F4F4F4;
font-size: 3.2rem;
}
.careers-header {
  padding: 10px;
  font-size: 1.6rem;
}

.job-title {
  font-size: 1.2rem;
  font-family: 'Bree', sans-serif;
}
.job-list-icon {
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.job-desc-icon {
    width: 35px;
      display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;

}
.job-header {
  font-weight: bold;
  font-family: 'Bree', sans-serif;
  width: 100%;
  text-align: center;
  margin: 0;
}
.job-header-list {
  margin-right: 30px;
}

.job-button {
  padding: 25px;
  padding: 10px 15px;
  display: block;
  max-width: 150px;
}
.job-button-center {
  margin-left: auto;
  margin-right: auto;
}
.job-list {
  margin-bottom: 30px;
}
.career-header-icon {
  width: 33px;
  float: right;
}
.career-box {
  background: #ffffff;
  margin-top: 40px;
}
#benefits-wrap {
  flex-wrap: wrap;
}
.benefits-box {
  max-width: 345px;
  padding: 20px;
}
.benefits-box-inner {
  text-align: center;
  margin-bottom: 20px;
}
.case-menu-item {
    box-shadow: 5px 5px 2px #d2d2d2;
    padding: 20px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #e8e6de;
}
.button-case {
  margin-right: 30px;
}
#careers-info-1, #careers-info-2 {
 padding-top: 25px;
 justify-content: space-around;
  flex-wrap: wrap;
}
#careers-info-2 {
  background: white;
}
#careers-info-bkg {
  background:#6E5660;
}
.careers-info-box {
  max-width: 10%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-grow: 1;
}
.careers-info-box img {
  max-width: 100%;
}
.case-navigation {
  margin-bottom: 15px;
}
.jobs-flex {
  padding: 20px 40px 0 40px;
  box-shadow: 5px 5px 2px #d2d2d2;
  margin-bottom: 20px;
  width: 250px;
}

#jobs-promo {
  background-image: url('../images/team.jpg');
  background-size: cover;
  align-items: center;
  min-height: 200px;
}
#careers-info {
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;

}
#svg2 {
 width: 100%;
  top: 0; left: 0;
  max-height: 550px;
  }

#faq-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#faq-header {
   justify-content: space-around;
   padding: 0;
}
.faq-menu {
  flex-grow: 1;
  padding: 10px 15px;
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: 5px solid #f3f3f3;
}
.faq-menu-active {
  border-bottom-color: #d4d4d4;
}
.faq-menu-second {
  padding: 10px 15px;
  font-weight: bold;
}
.faq-border-falcon {
  border-left: #7b6469 solid 5px;
}
.faq-border-terracota {
  border-left: #e56a54 solid 5px;
}
.faq-border-green {
  border-left: #E0E721 solid 5px;
}
.faq-button {
  float: right;
  font-weight: bold;
}
.faq-text {
  font-weight: normal;
}
#carrers-knowmore-text {

      font-size: 1.6rem;
    line-height: 3rem;
}
.apply-radio {
   position: absolute;
    left: -9999px;
}
.apply-radio:checked + label {
      background: #e56a54;
    color: #fff;
}
.apply-radio-label {
  display: inline-block;
    padding: 5px 10px;
    background: #E8E6DE;
    border-radius: 5px;
}
#jobapply-button {
  margin-left: auto;
  margin-right:auto;
}
.form-required:after {
  content: "*";
  color: #e56a54;
}
.form-header {
  padding: 10px 5px;
}
#apply-form {
/*  margin-top: 40px;*/
margin-top: 0px;
}
.application-order {
    margin-right: 10px;
    border-radius: 50%;
    background: #7b6469;
    color: #fff;
    padding: 5px 14px;
}

/* Mainpage
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#mainpage-container {
  min-height: 400px;
  padding-bottom: 50px;
  align-items: flex-end;
}
.offers-four {
  max-width: 300px;
}
.promo-image {
  max-width: 95%;
}
.container-main {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.container-main2 {
  padding: 40px 10px 10px 40px;
  flex-wrap: wrap;
}
.main-flex  {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  flex: 1;
  min-width: 250px;
}
.header-mainpage {
  text-transform: uppercase;
  font-size: 1.8rem;

}
.homepage-header-link, .homepage-header-link:visited {
  color: white;
  display: block;
}
.homepage-header-link:hover {
  color: white;
}

.homepage-header-link-dark, .homepage-header-link-dark:visited {
  color: #7A6468;
  display: block;
}
.homepage-header-link-dark:hover {
   color: #7A6468;

}
.clickable-svg {
  pointer-events: none;
}
.flex-main-second {
  flex:1;
  padding-right: 25px;
min-width: 200px;
}
.flex-main-third {
  flex:3;
}
.testimonials-main {
  font-size: 1.4rem;
  max-width: 600px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
.subtitle-main {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 0;
    margin-top: -10px;
    display: block;
}
.main-services-sub {
  margin-bottom: 20px;
  margin-top: -10px;
}
.main-services-list li {
  font-weight: bold;
  font-size: 1.4rem;
}
#home-header-call {
  font-size: 1.6rem;
}
#home-call {
      border-bottom: 5px solid #484a05;
}
.center-video {
  margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}
/* About Us
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about-top {
      background: rgba(231, 227, 220, 0.63);
      padding: 50px;
      min-height: 255px;
}

.about-top-header {
  font-size: 2.5rem;
}
#about-container {
      display: flex;
    align-items: center;
    min-height: 450px;
}
.aboutus-text {
  padding: 4%;
}
#timeline::before {
  left: 50%;
  width: 8px;
  background: #e56a54;
  content: '';
  position: absolute;
  top: 10px;
  height: 100%;
}
.timeline-block {
  position: relative;
  min-height: 200px;
  padding-bottom: 50px;
}
.timeline-point {
  width: 25px;
  height:25px;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  margin-left: -18px;
    position: absolute;
    border: 10px solid #e56a54;
    background: #ffffff;
    top: 0px;
}
.timeline-year {
  font-size: 3rem;
  font-family: 'Bree', sans-serif;
  font-weight: bold;
  padding-left: 3%;
  margin-top: -18px;
  display: block;
}
.timeline-year-right {
  text-align: right;
}
.timeline-left {
  padding-right: 3%;
}

.timeline-right {
  padding-right: 3%;
  padding-left: 20px;
}
.timeline-header {
  font-size: 2.5rem;
  text-align: left;
}
.timeline-photo {
    margin-top: 36px;
    margin-left: 2%;
    box-shadow: 2px 2px 2px #a2a2a2;
    max-width: 90%;
  }
.img-float {
  float: left;
  margin: 10px;
}

.simple-truths-flex {
      border-radius: 5px;
    display: flex;
    align-items: center;
    min-height: 320px;
    margin-bottom: 40px;
    margin-left: 10px;
    max-width: 300px;
    padding: 20px;
    text-align: justify;
}
.truths-medium-icon {
  width: 110px;
  height: 110px;
}
.values-box {
margin-bottom: 35px
}
.flex-values-icon {
flex-basis: 30%;
}
.flex-values-text {
flex-basis: 70%;
}
.flex-values {
   padding: 5px;
}
.values-icon-circle {
      width: 80px;
    border: 5px solid #e56e57;
    border-radius: 50%;
    padding: 20px;
}
.first-value {
display: flex;
margin-left: auto;
margin-right: auto;
max-width: 600px;
clear:both;
align-items: center;
}

/* Apply
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.apply-input, #apply-textarea {
  width: 98%;
}
.form-container {

 margin-top: 20px;
}
.apply-button {
      margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
}
/* Payment
__________________________________________________*/
#flex-payment {
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1600px;
        padding: 35px 20px;
            margin-left: auto;
    margin-right: auto;
  }
.payment-list {
  margin-bottom: 0;
  text-align: center;
}
.payment-text {
      max-width: 200px;
      margin: 20px auto 20px auto;
}
.payment-button {
    padding: 15px 25px;
    font-size: 1.8rem;
    margin-top: 10px;
}
#payment-phone {
    font-size: 1.5rem;
  }
.payment-container {
min-height: 300px;
display: flex;
    align-items: center;
}
#payment-banner-box {

}
.payment-icon {
  margin-top: 20px;
}
.payment-header {
  font-size: 2rem;
}
#paybill-container {
    background: rgba(229, 106, 84, 0.54);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer-link {
  color: #e56a54;
  font-weight: bold;
  font-size: 16px; font-size: 1rem;
}
.footer-link:hover {
  color: #ff8f7b;
}
.svg-link {
  display: inline-block;
  position: relative;
}
.svg-link:after {

  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#social-footer {
      margin-left: -8px;
    padding-left: 0px;
    margin-bottom: 0px;
}
#footer-img1 {max-width: 100px;}
#footer-img2 {max-width: 50px; }

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-textarea {
  width: 98%;
}
.contact-input {
  width: 48%;
}
.debit-input {
  width: 95%;

}
/* alert
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.alert {
  padding: 20px ;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.alert-success {
 background-color: #94CC41;

}
.alert-error {
  background-color: #7F4335;
}
/* Login
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button-login {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 50px;
}
.login-msg {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* blog
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.post-info {
  font-size: 14px; font-size: 0.875rem;
}
.post-li {
  border-bottom: 4px solid #F2F2F2;
}

/* Useful Information
---------------------------------------------------*/
.usefull-info-container {
  max-width:  800px;
  margin-right: auto;
  margi-left: auto;

}
/* App download
------------------------------------------------------*/
.app-download-img {
  max-width: 350px;
}
#app-download-container {
  padding-top: 3rem;
}

/* Online Registration
______________________________________________________*/

.online-form--section {
      margin-bottom: 15px;
    padding: 10px 25px;
    border-bottom: 5px solid #d0cec7;
}
.online-form--icon {
  max-width: 65px;
}
.online-form--holder {
  display: flex;
  flex-wrap: wrap;
}
.online-form--holder .question-header {
  width: 50%;
}
.link-white, .link-white:visited {
  color:#fff;
}
/*  MEDIA QUERIES
---------------------------------------------------*/
#contact-banner{
    background-image: url('../images/banners/contact_lo.jpg');
    min-height: 350px;
    background-size: cover;
}
#careers-knowmore {
   background-image: url('../images/banners/careers_knowmore_lo.jpg');
  background-size: cover;
 height: 150px;
}
#careers-bestjob {
   background-image: url('../images/banners/careers_wecare_lo.jpg');
   min-height:150px;
   background-size: cover;
}
#homecare-promo {
      background-image: url('../images/banners/homecare_main_lo.jpg');
      background-size: cover;
}
#stackpack-promo {
      background-image: url('../images/stack_pack_temp.jpg');
      background-size: cover;
}
#homecare-medadm {
  background-image: url('../images/banners/homecare_medadm_lo.jpg');
  background-size: cover;
}
#homecare-ordering {
 background-image: url('../images/banners/homecare_med_ordering_lo.jpg');
  background-size: cover;
}
#homecare-rights10 {
   background-image: url('../images/banners/homecare_rights_lo.jpg');
  background-size: cover;
}
#homecare-training {
  background-image: url('../images/banners/homecare_training_lo.jpg');
  background-size: cover;
}
#homecare-support {
  background-image: url('../images/banners/homecare_support_lo.jpg');
  background-size: cover;
}
#homecare-whystacks {
   background-image: url('../images/banners/homecare_why_stacks_lo.jpg');
  background-size: cover;
}
#about-promo {
   background-image: url('../images/banners/aboutus_lo.jpg');
  background-size: cover;
}
#payment-promo {
      background-image: url('../images/banners/payment_main_lo.jpg');
      background-size: cover;
}
#payment-bannersecond {
    background-image: url('../images/banners/payment_second_lo.jpg');
    background-size: cover;
    border-top: 40px solid #7b6469;
}
#downloadapp-promo {
      background-image: url('../images/app_download.jpg');
      background-size: cover;
      background-position: center;
}
@media (min-width: 650px) {
    #mainpage-promo {
      background-image: url('../images/main.jpg');
      min-height: 450px;
      background-size: cover;
    }
    #contact-banner{ background-image: url('../images/banners/contact_midlo.jpg'); }
    #careers-knowmore {
        background-image: url('../images/banners/careers_knowmore_midlo.jpg');
        height: 230px;
    }
    #careers-bestjob {
        background-image: url('../images/banners/careers_wecare_midlo.jpg');
        min-height: 200px;
    }
    #homecare-promo {
      background-image: url('../images/banners/homecare_main_midlo.jpg');
    }
    #homecare-medadm { background-image: url('../images/banners/homecare_medadm_midlo.jpg'); }
    #homecare-ordering {  background-image: url('../images/banners/homecare_med_ordering_midlo.jpg');}
    #homecare-rights10 {  background-image: url('../images/banners/homecare_rights_midlo.jpg'); }
    #homecare-training {  background-image: url('../images/banners/homecare_training_midlo.jpg'); }
    #homecare-support {  background-image: url('../images/banners/homecare_support_midlo.jpg'); }
    #homecare-whystacks {  background-image: url('../images/banners/homecare_why_stacks_midlo.jpg'); }
    #payment-promo {  background-image: url('../images/banners/payment_main_midlo.jpg'); min-height:350px; }
    #downloadapp-promo {  background-image: url('../images/app_download.jpg'); min-height:350px; }
    #payment-bannersecond {    background-image: url('../images/banners/payment_second_midlo.jpg'); min-height:350px; }
}
@media (min-width: 850px) {
  #logo {display: inline-block; width: 10%;}
}
@media (min-width: 1023px) {
    #mainpage-promo {
        background-image: url('../images/main.jpg');
        min-height: 450px;
        background-size: cover;
    }
    #contact-banner{ background-image: url('../images/banners/contact_mid.jpg'); }
    #careers-knowmore {
        background-image: url('../images/banners/careers_knowmore_mid.jpg');
        height: 350px;
    }
    #careers-bestjob {
        background-image: url('../images/banners/careers_wecare_mid.jpg');
        min-height:320px;
    }
    #homecare-promo { background-image: url('../images/banners/homecare_main_mid.jpg'); }
    #downloadapp-promo {  background-image: url('../images/app_download.jpg'); }
    .jobs-flex { margin-bottom: 25px; }
    #homecare-container { min-height: 450px; }
    #stackpack-container {min-height: 450px; }
    #homecare-medadm { background-image: url('../images/banners/homecare_medadm_midhi.jpg'); }
    #homecare-ordering {  background-image: url('../images/banners/homecare_med_ordering_mid.jpg');}
    #homecare-rights10 {  background-image: url('../images/banners/homecare_rights_mid.jpg'); }
    #homecare-training {  background-image: url('../images/banners/homecare_training_mid.jpg'); }
    #homecare-support {  background-image: url('../images/banners/homecare_support_mid.jpg'); }
    #homecare-whystacks {  background-image: url('../images/banners/homecare_why_stacks_mid.jpg'); min-height: 600px; }
    #about-promo {   background-image: url('../images/banners/aboutus_mid.jpg'); min-height: 450px; }
    #payment-promo {  background-image: url('../images/banners/payment_main_mid.jpg'); min-height:450px; }
    #payment-bannersecond {    background-image: url('../images/banners/payment_second_mid.jpg'); min-height: 450px; }
    .value-box-last {  margin-left: 50px; }
}

@media (min-width: 1280px) {
    #mainpage-promo {
        background-image: url('../images/main.jpg');
        min-height: 450px;
        background-size: cover;
    }
    #contact-banner{  background-image: url('../images/banners/contact_midhi.jpg'); }
    #careers-knowmore {
        background-image: url('../images/banners/careers_knowmore_midhi.jpg');
        height: 530px;
    }
    #careers-bestjob {
        background-image: url('../images/banners/careers_wecare_midhi.jpg');
        min-height:500px;
    }
    #homecare-promo { background-image: url('../images/banners/homecare_main_midhi.jpg'); }
    #homecare-medadm { background-image: url('../images/banners/homecare_medadm_hi.jpg'); }
    #homecare-ordering {  background-image: url('../images/banners/homecare_med_ordering_midhi.jpg');}
    #homecare-rights10 {  background-image: url('../images/banners/homecare_rights_midhi.jpg'); }
    #homecare-training {  background-image: url('../images/banners/homecare_training_midhi.jpg'); }
    #homecare-support {  background-image: url('../images/banners/homecare_support_midhi.jpg'); }
    #homecare-whystacks {  background-image: url('../images/banners/homecare_why_stacks_midhi.jpg'); }
    #about-promo {   background-image: url('../images/banners/aboutus_midhi.jpg'); }
    #payment-promo {  background-image: url('../images/banners/payment_main_midhi.jpg');}
    #payment-bannersecond {    background-image: url('../images/banners/payment_second_midhi.jpg'); }
    #downloadapp-promo {  background-image: url('../images/app_download.jpg'); }
    .slick-track, .slide-image {  height: 520px; }
    #homecare-container { min-height: 500px; }
    #stackpack-container {min-height: 425px; }
}

@media (min-width: 1750px) {
    .slick-track,.slide-image  {  height: 580px; }
     #contact-banner{  background-image: url('../images/banners/contact_hi.jpg'); }
     #careers-knowmore {
        background-image: url('../images/banners/careers_knowmore_hi.jpg');
        height: 650px;
    }
    #homecare-container { min-height: 550px; }
    #stackpack-container {min-height: 425px; }
    #careers-bestjob {
        background-image: url('../images/banners/careers_wecare_hi.jpg');
        min-height:600px;
    }
    #homecare-promo { background-image: url('../images/banners/homecare_main_hi.jpg'); }
    #homecare-ordering {  background-image: url('../images/banners/homecare_med_ordering_hi.jpg');}
    #homecare-rights10 {  background-image: url('../images/banners/homecare_rights_hi.jpg'); }
    #homecare-training {  background-image: url('../images/banners/homecare_training_hi.jpg'); }
    #homecare-support {  background-image: url('../images/banners/homecare_support_hi.jpg'); }
    #homecare-whystacks {  background-image: url('../images/banners/homecare_why_stacks_hi.jpg'); }
    #about-promo {   background-image: url('../images/banners/aboutus_hi.jpg'); }
    #payment-promo {  background-image: url('../images/banners/payment_main_hi.jpg'); min-height: 650px;}
    #payment-bannersecond {    background-image: url('../images/banners/payment_second_hi.jpg'); }
    #downloadapp-promo {  background-image: url('../images/app_download.jpg'); }
}
@media (min-width: 2200px) {
  .slick-track,.slide-image  { height: 715px; }
}
/*Smaller than tablet */
@media (max-width: 1023px) {
  #branch_banner {min-height: 250px; overflow: hidden;}
  .branch_banner_img {width: 300%;}
  
  .flex-rights { max-width: 100%; }
  .flex-mobile {  flex-direction: column;}
   .flex-mobile-reverse {  flex-direction: column-reverse;}
  #homecare-header-holder { max-width: 70% ;}
  #homecare-medadm, #homecare-ordering { min-height: 300px;}
  .homecare-outline {display:block;}
  #banner-promo .container {padding-top: 5px; padding-bottom: 5px;}
  .rights10 { flex-basis: 12em;}

  .flex-mobile { display: block;}


}
@media (max-width: 770px) {
  .careers-info-box {   max-width: 18%; }
   .tablet-hide {   display: none;  }
  #branch-moreinfo { padding-left: 10px;}
  .location-header-info { display: block; text-align: left; }
  #timeline::before {left: 20px ;}
  .timeline-point  {    left: 0; }
  .timeline-block { padding-left: 35px; }
  .timeline-year-right  { text-align: left;}
  #traning-portfolio-last {  margin-left: 0; }
  .topmenu-item { width: 100%;  }
  .center-video {
    max-width: 80%;
  }
}
@media (max-device-width: 770px) {
   .rights10 { flex-basis: 12em;}
    .flex-rights { max-width: 100%; }
  .flex-mobile {  flex-direction: column; display: block;}
     .flex-mobile-reverse {  flex-direction: column-reverse; display: block;}
     #homecare-header-holder { max-width: 70% ;}
  #homecare-medadm, #homecare-ordering { min-height: 300px;}
  .homecare-outline {display:block;}
  #banner-promo .container {padding-top: 5px; padding-bottom: 5px;}
  .topmenu-item { width: 100%;  }

}

}
@media (min-width: 580px) and (max-width: 770px) {

}
@media (max-width: 580px) {
   .mobile-hide {display: none ;}
   .center-video {
    max-width: 100%;
   }
}

/* smartphones */
@media (max-width: 400px) {

}

/* Larger than desktop */
@media (min-width: 1024px) {

}
