/* xxx-(seq.no.)-xxx  "was" > "is" item changed  | comments below affected CSS code block */



#masthead {
  background: #000000;
  padding: 0 35px 0 35px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

/* xxx-1-xxx  #fcfcfc > #000000 header area color
-------------------------------------------------------------- */

#masthead .hgroup {
  zoom: 1;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* xxx-2-xxx  45 px > 1 padding top/bottom
-------------------------------------------------------------- */

#masthead .hgroup .support-text {
  line-height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6em;
  color: #F8F8F8;
  font-style: italic;
  max-width: 50%;
}

/* xxx-3-xxx  #4b4b4b > #F8F8F8 font color
-------------------------------------------------------------- */

/* =Menu
----------------------------------------------- */
.main-navigation {
  margin: 0 -35px;
  background: #F5F5F5;
  position: relative;
  font-size: 0;
  /* Font awesome icons */
  /* General menu link styling */
  /* For when the menu becomes a sticky menu */
}

/* xxx-4a-xxx  "343538" > "F5F5F5" background
-------------------------------------------------------------- */

.main-navigation ul li {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

/* xxx-4a-xxx  "13px" > "16px"  font-size
-------------------------------------------------------------- */

.main-navigation ul ul {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  background: #FEFEFE;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  /* Third Level Items */
}

/* xxx-4a-xxx  "464646" > "FEFEFE" background
-------------------------------------------------------------- */

.main-navigation ul ul a {
  width: 275px;
  padding: 15px 20px;
}

/* xxx-4b-xxx  "200px" > "275px" width
-------------------------------------------------------------- */

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #8F1D00;
  font-weight: bold;
}

/* xxx-5-xxx  #e2e2e2 > #8F1D00 font color
-------------------------------------------------------------- */

#search-icon #search-icon-icon {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #8F1D00;
  width: 59px;
  height: 100%;
}

/* xxx-6-xxx  #303134 > #8F1D00 background color
-------------------------------------------------------------- */

#search-icon #search-icon-icon .vantage-icon-search {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  font-size: 17px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8.5px;
  color: #FEFEFE;
}

/* xxx-6-xxx  #d1d1d1 > #FEFEFE icon color
-------------------------------------------------------------- */

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(142, 29, 0, 1.0);
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* xxx-7-xxx  "rgba(0, 0, 0, 0.2" > "rgba(142, 29, 0, 1.0)" background
-------------------------------------------------------------- */

#scroll-to-top .vantage-icon-arrow-up {
  font-size: 18px;
  display: block;
  width: 18px;
  height: 18px;
  color: rgba(230, 230, 230, 1.0);
}

/* xxx-8-xxx  "rgba(255, 255, 255, 0.2" > "rgba(230, 230, 230, 1.0)" color
-------------------------------------------------------------- */