body {
  background-color: #f7f7f7;
}

.margin-bottom {
  margin-bottom: 20px;
}

/* Navbar */

.navbar {
  margin-bottom: 0px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-header {
  /* width: 100%; */
}

/* Languages */

.mod-languages {
  padding-bottom: 0.75em;
  /* padding-right: 11px; */
}

.mod-languages select {
  color: gray;
  min-width: 175px;
  font-size: 0.9em;
  height: 20px;
}

.mod-languages .select-wrapper::before {
  content: url(../images/map.jpg);
  vertical-align: -35%;
}

.navbar .mod-languages {
  padding: 0.9em;
}

/* Header */

header .logo {
  max-width: 100%;
  padding-bottom: 1em;
}

/* User menu */

.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb .divider {
  display: none;
}

.navbar .menu_user img {
  height: 40px;
  margin: -10px 0;
  float: right;
}

.menu_main {
  width: 100%;
  margin-bottom: 20px;
  display: table;
  border-radius: 8px;
  box-shadow: 0 0 8px #888888;
  background: #cfd6db;
  background: -moz-linear-gradient(top, #cfd6db 0%, #afb6bb 100%);
  background: -webkit-linear-gradient(top, #cfd6db 0%,#afb6bb 100%);
  background: linear-gradient(to bottom, #cfd6db 0%,#afb6bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd6db', endColorstr='#afb6bb',GradientType=0 );
}

.menu_main li {
  display: table-cell;
  float: none;
}

.menu_main li a {
  color: #FFF;
  font-weight: bold;
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 0.85em;
  line-height: 1.25em;
  padding: 0;
  margin: 7px 0;
  text-align: center;
}

.menu_main li:not(:first-child) a {
  border-left: 1px solid #F7F7F7;
}

.menu_main li a:focus,
.menu_main li a:hover {
  background-color: transparent;
  color: red;
}


header .menu_user a {
  font-size: 0.65em;
  font-weight: bold;
  text-align: center;
  color: #888;
  font-family: verdana,geneva,arial,helvetica,sans-serif;
}

header .menu_user li.active > a,
header .menu_user li > a:hover,
header .menu_user li > a:focus {
  background-color: transparent;
  color: red;
}

/* Footer */

footer .license {
  color: gray;
  text-align: center;
  padding-bottom: 1em;
}

footer .social {
  margin: 10px 0;
  text-align: center;
}

.eastman .text,
.eastman .logo {
  text-align: center;
}

.eastman .logo a {
  line-height: 3em;
}

.eastman .text {
  font-size: xx-small;
}

.sitemap {
  font-size: xx-small;
  text-align: center;
}

/* Content */

.promo {
  width: 100%;
}

.content {
  font-family: verdana;
  font-size: 0.9em;
  margin-bottom: 2em;
  clear: both;
}

.content h1 {
  font-size: 1.63em;
  font-weight: bold;
  color: red;
  padding-bottom: 0.5em;
  margin-top:  0;
}

.content h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0px;
}

.content a {
  text-decoration: none;
  font-weight: bold; 
}

.content ul {
  padding-left: 1.5em;
}

.content .list-unstyled {
  padding-left: 0;
}

.content ul ul {
  padding-top: .5em;
}

.content ul li {
  padding-bottom: .5em;
}

.content-links li {
  display: block;
}

.item-image,
.item-image .img-responsive {
  width: 100%;
  padding-bottom:  10px;
}

.custom_crosslinks ul li {
  padding-bottom: .85em;
}

.content-links {
  padding-top: 1em;
  font-size: 0.85em;
}

.list-attach {
  border-top: 1px solid #888;
  padding: .75em 0;

}

.visforms-form {
  margin: 2em 0;
  border-top: 1px solid #888;
}

.visforms-form label {
  font-weight: normal;
  font-size: 0.9em;
}

.visforms-form input,
.visforms-form textarea, 
.visforms-form select {
  background-color: #FFF;
}

.visforms-form .vis_mandatory {
  display: none;
}

.visforms-form .required label:after {
  padding-left: 2px !important;
}

.visforms-form .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}

.visforms-form .visCSSlabel {
  text-align: right;
  padding-right: 5px;
}

.visforms-form .captchaCont {
  text-align: center;
  padding-top: 0.75em;
}

.captchaCont label {
  display: none;
}

/*==========  Mobile First Method  ==========*/

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  header .logo {
    float: left;
    padding-top: 5px
  }
  header .mod-languages {
    float: right;
    padding-top: 15px;
  }
  header .menu_user {
    float: right;
    max-width: 370px;
  }
  header .menu_user .image-title {
    display: none;
  }
  header .menu_user {
    clear: right;
    margin-right: -5px;
  }
  header .menu_user li {
    padding: 0 4px;
  }
  header .menu_user a {
    padding: 0;
  }
  header .menu_user img {
    width: 100%;
  }
  header .menu_user li.active a {
    border-bottom: 2px solid red
  }
  .content {
    padding: 0 10px;
  }
  .promo {
    width: 756px;
    height: 391px;
    margin: 0px -18px;
  }
  .eastman .text {
    text-align: left;
    padding-left: 0;
  }
  .custom_crosslinks {
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
    margin-bottom:  20px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  header {
    margin-top: 30px;
  }
  .promo {
    width: 1052px;
    height: 544px;
    margin: 0px -10px;
  }
  .menu_main li {
    min-width: 80px;
  }
  header .mod-languages {
    padding-top: 0;
  }
  header .menu_user {
    max-width: 570px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  header .menu_user li {
    padding: 0 8px;
  }
  header .menu_user .image-title {
    display: block;
  }
  header .menu_user li.active > a {
    border-bottom: none;
  }
  .content-top, 
  .content-content {
    padding-right: 0;
  }
  .content-links li {
    display: inline-block;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .container {
    width: 1052px;
  }
}
