/*-------------------------*/
/*  1.0 Breakpoint: < 768px
/*-------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* 1.1 Global */
/*>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* centered columns styles */
.sxm-bootstrap [class*="col-"].col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: center;
  /* inline-block space fix */
}

.sxm-bootstrap [class*="col-"].padding0,
.sxm-bootstrap [class*="row"].padding0 {
  padding: 0px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

#hp-2016 {
  top: auto;
  left: auto;
  margin: 0 auto;
  background-size: cover;
  font-size: 14px;
  line-height: 18px;
}

#hp-2016 h1,
#hp-2016 h2,
#hp-2016 h3,
#hp-2016 h4,
#hp-2016 h5,
#hp-2016 h6,
#hp-2016 p,
#hp-2016 li,
#hp-2016 td,
#hp-2016 th {
  font-family: "Roboto", sans-serif;
}

#hp-2016 h2 {
  /* color: #000; */
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1em;
  text-align: center;
  margin: 0 0 0 0;
}

#hp-2016 .module-info h2 {
  line-height: 92%;
}

#hp-2016 h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 5px 0px;
  text-align: center;
}

#hp-2016 h4 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin: 0px 0px 25px 0px;
  text-align: center;
}

#hp-2016 p {
  font-size: 16px;
  /* line-height: 24px; */
  font-weight: 300;
  padding: 0px 10px;
}

#hp-2016 a {
  font-size: 16px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
}

#hp-2016 .content-center {
  text-align: center;
}

.desktop-only {
  display: none;
}

.mobile-only {
  display: block;
}

/* Basic Responsive Navigation */
.open-content #sxmBasicNav {
  border-top: 5px solid #1295e8;
  background: #fff;
  height: 50px;
  position: relative;
  z-index: 7000;
}

.open-content #sxmBasicFooter {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  background: #DDD;
  color: #000000;
}

.open-content #sxmBasicNav .logo {
  width: 175px;
  height: 50px;
  text-indent: -1000px;
  overflow: hidden;
  margin: 0;
  background: url(/sxm/img/global/logo.png) no-repeat 10px -80px;
  display: block;
}

.sxm-bootstrap .navbar-nav {
  margin: 0px -15px;
}

.open-content #sxmBasicNav .navbar-header {
  background: #fff;
}

.open-content #sxmBasicNav .dark-blue {
  background: #00486D;
  background-image: -moz-linear-gradient(top, #005580, #004061);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #005580), color-stop(1, #004061));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#005580', EndColorStr='#004061')";
  border-top: 0px solid #4F7187;
}

.sxm-bootstrap .navbar-default .navbar-nav > li.dark-blue > a {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 2px #1D2B33;
}

.open-content #sxmBasicNav .light-blue {
  background: #6B9CBB;
  background-image: -moz-linear-gradient(top, #8DCEF6, #51768E);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8DCEF6), color-stop(1, #51768E));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8DCEF6', EndColorStr='#51768E')";
  border: 0px solid #4F7187;
}

.open-content #sxmBasicNav .sxm-bootstrap .navbar-default .navbar-collapse {
  border-color: none;
}

.sxm-bootstrap .navbar-default .navbar-nav > li.light-blue > a {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 2px #1D2B33;
  padding-top: 12px;
  padding-bottom: 12px;
}

#sxmcorporateheader {
  display: none;
}

#sxmcorporatefooter {
  display: none;
}

/* 1.3 - Medium devices ( 992px and up) */
@media (min-width: 992px) {
  #sxmcorporateheader {
    display: block;
  }

  #sxmcorporatefooter {
    display: block;
  }

  #sxmBasicFooter {
    display: none;
  }

  #sxmBasicNav {
    display: none;
  }
}
/*-------------------------*/
/*  2.0 Header
/*-------------------------*/
/* 2.1 General Classes */
#hp-2016 .max-1200 {
  /* max-width:1200px; */
  /* margin:0 auto; */
}

#sxmcorporateheader div.content {
  width: 100%;
  max-width: 1170px;
}

/* 2.2 - Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }
}
/* 2.3 - Medium devices (desktops, 992px and up) */
/* 2.4 - Large devices (large desktops, 1200px and up) */
/** PATCHES  **/
#hp-2016 .module-blog .container .hear-this {
  font-size: 27px;
  padding: 0 !important;
  margin: 0 0 30px 0;
}

#hp-2016 .module-blog .container .tagline {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #hp-2016 .module-blog .container .tagline {
    margin-bottom: 40px;
  }
}
#hp-2016 .module-quick-links .container li span.links.normal {
  display: inline-block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#hp-2016 .module-quick-links .container li:hover span.links.normal {
  display: none;
}

#hp-2016 .module-quick-links .container li span.links.onhover {
  display: none;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#hp-2016 .module-quick-links .container li:hover span.links.onhover {
  display: inline-block;
}
