/*******************
Divs not currently in use in this template
********************/

#slideshowExtra {
  display: none;
}

#leftOfMain {
  display: none;
}

#rightOfMain {
  display: none;
}
/*******************
SM and Navicons
********************/

#smIconsTop {
  display: none;
}

#navIconsTop {
  margin: 3px;
}

#navIconsTop a {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 50px;
  background-size: 50px, auto;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#navIconsTop a:hover {
  background-size: 51px, auto;
}
/*******************
Body
********************/

body {
  margin: 0px;
  font-family: arial, sans-serif;
  font-size: 14px;
}

#container {
  position: relative;
  margin: 0 auto;
  width: 938px;
}

.container_border {
  border-style: solid;
  border-width: 0 5px 0 5px;
}
/*******************
Header and site titles
********************/

#header {
  min-height: 156px;
}

.title_icon {
  padding-left: 100px;
}

#websiteTitles {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  padding-top: 45px;
  padding-left: 15px;
  text-align: left;
}

#websiteTitles img {
  max-width: 650px;
  display: block;
}

#headerExtra {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin: 10px;
  width: 200px;
  text-align: right;
}

#language-selector {
  font-size: 9px;
}

#language-selector a {
  padding-left: 3px;
  text-decoration: none;
  color: inherit;
}

#language-selector a:after {
  content: " |";
}

#language-selector a:last-child:after {
  content: "";
}

#callToAction {
  display: inline-block;
  margin: 0;
  width: 200px;
  height: 68px;
}

.actionButton {
  display: table-cell;
  position: relative;
  width: 200px;
  height: 68px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
/*******************
Outer Content Area
********************/

#mainWrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
/*******************
Navigation
********************/

#menu {
  margin: 0;
  padding: 0;
  text-align: center;
}

#hamburger {
  display: none
}

#nav.navUl {
  display: inline-block;
  z-index: 200;
  padding: 0;
  text-align: center;
  font-size: 0px;
}

#nav.navUl li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 1px 1px 0;
  padding: 0;
}

#nav.navUl a {
  display: table-cell;
  width: 170px;
  height: 50px;
  padding: 0 5px;
  background-position: 100% 50%;
  background-size: 25px, auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#nav.navUl li.hasSub > a {
  width: 155px;
  padding: 0 20px 0 5px;
  background-image: url(../global/images/arrows/arrowlightdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 25px;
}

#nav.navUl a:hover {
  background-repeat: repeat-x;
  background-size: auto;
}

#nav.navUl li.hasSub > a:hover {
  background-repeat: no-repeat, repeat-x;
  background-position: 100% 50%;
  background-size: 25px, auto;
}

#nav.navUl ul.subUl {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 40px;
  z-index: 100;
  min-width: 100%;
  padding: 0;
  opacity: 0;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#nav.navUl ul.subUl li {
  display: block;
  margin: 0;
}

#nav.navUl ul.subUl a {
  display: table-cell;
  width: 172px;
  height: 50px;
  padding: 0 5px;
  border-top: 1px solid hsla(0, 0%, 0%, 0.4);
}

#nav.navUl li:hover > ul.subUl {
  display: block;
  visibility: visible;
  top: 50px;
  z-index: 300;
  opacity: 1;
}
/*******************
Slideshow/Slogan
********************/

#slideshowSection {
  position: relative;
  width: 100%;
  height: 262px;
}

#sloganGrid {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-left: 300px;
  height: 155px;
}

#mainSlogan {
  position: relative;
  top: 30px;
  font-size: 24px;
}

#mainSlogan img {
  display: block;
  margin: 0px auto 0px auto;
  position: relative;
}

#slideshowGrid {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 262px;
  height: 262px;
  margin-left: 1%;
}

#innerSlideshow {
  display: none;
}

#slideshowAnchor {
  display: none;
}
/*******************
Main Content
********************/

#contentSection {
  height: 100%;
  position: relative;
  top: -85px;
  max-width: 666px;
  float: right;
  margin-bottom: 100px;
}

.page-title {
  padding: 20px;
}

#content {
  box-sizing: border-box;
  width: 666px;
  padding: 0px 20px;
}

#contentAnchor {
  display: inline;
  clear: both;
}
/*******************
Infoboxes
********************/

#infoBoxes {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 0;
  width: 666px;
  height: 145px;
}

.infoBox {
  display: inline-block;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  width: 222px;
  height: 145px;
  font-size: 14px;
}

.infoBox_border {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
}

.infoBox p {
  margin: 0 5px;
}

.infoBox_title_fg_fg {
  display: block;
  padding: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 18px;
}

.clickHere {
  display: table-cell;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 9px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#innerMainAnchor {
  display: none;
}
/*******************
Sidebar
********************/

#sidebarSection {
  float: left;
  clear: left;
  margin-left: 1%;
  width: 262px;
  min-height: 450px;
}

#sidebarGrid {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100px;
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

#sidebarTitle {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

#anchor3 {
  display: inline;
  clear: both;
}
/*******************
Footer/Copyright
********************/

#footer {
  min-height: 103px;
  clear: both;
}

#innerFooter {
  margin: 0 auto;
  padding: 10px;
}

#areasServed {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 11px;
}

#copyright {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: right;
  font-size: 11px;
}