/* Font Declarations */

@font-face {
  font-family: 'MiloPro';
  src: url('../fonts/MiloPro.eot?#iefix') format('embedded-opentype'),  url('../fonts/MiloPro.otf')  format('opentype'),
         url('../fonts/MiloPro.woff') format('woff'), url('../fonts/MiloPro.ttf')  format('truetype'), url('../fonts/MiloPro.svg#MiloPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MiloPro-Medi';
  src: url('../fonts/MiloPro-Medi.eot?#iefix') format('embedded-opentype'),  url('../fonts/MiloPro-Medi.otf')  format('opentype'),
         url('../fonts/MiloPro-Medi.woff') format('woff'), url('../fonts/MiloPro-Medi.ttf')  format('truetype'), url('../fonts/MiloPro-Medi.svg#MiloPro-Medi') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MiloPro-Xbold';
  src: url('../fonts/MiloPro-Xbold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MiloPro-Xbold.otf')  format('opentype'),
       url('../fonts/MiloPro-Xbold.woff') format('woff'), url('../fonts/MiloPro-Xbold.ttf')  format('truetype'), url('../fonts/MiloPro-Xbold.svg#MiloPro-Xbold') format('svg');
  font-weight: normal;
  font-style: normal;
}


html {
    font-size: 100%;
}

body {
    font-family: 'MiloPro', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #f47b20;
    line-height: 1.1;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 3s;
            transition: all ease 3s;
            text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*---------------------------------------
=========================================
 **   Navigation                
=========================================
-----------------------------------------*/
.header .navbar .nav,.header .navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.header .navbar-inner {
  text-align:center;
}
.header .navbar-default {
  background-color: transparent;
  border: none;
}
.header .navbar-default .navbar-nav > li > a {
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 1.1875rem;
  line-height: 1.1;
  color: #ffffff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.header .navbar-default .navbar-nav > li > a:hover {
  border-bottom: 1px solid #f47b20;
}
.header .navbar-default .navbar-nav > li > a.active {
  border: 1px solid #f47b20;
  cursor: default;
}
.header .navbar-default .navbar-nav > li > a.active:hover {
  text-decoration: none;
}
header .menuContainer .navbar-default .navbar-toggle {
  border: none;
}
header .menuContainer .navbar-default .navbar-toggle:hover, header .menuContainer .navbar-default .navbar-toggle:focus {
  background-color: #fbb595;
}
header .menuContainer .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 1.875rem;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.3125rem;
}
header .menuContainer .navbar-default .navbar-toggle .icon-bar.last {
  margin-bottom: 0;
}
/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*=================================================================
   SECTION:  welcome
=================================================================*/
#welcome h1 {
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #fbb595;
}
#welcome h1 span {
  color: #ffffff;
}
#welcome img.bpLogo {
  width: 25%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.375rem;
  max-width: 300px;
}
#welcome h2 {
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 1.8125rem;
  color: #ffffff;
  margin-top: 2.5rem;
  margin-bottom: 0.9375rem;
}
#welcome p {
  font-family: 'MiloPro', sans-serif;
  font-size: 1.1875rem;
  line-height: 1.3;
  color: #ffffff;
  margin-top: 36px;
}

/*=================================================================
   SECTION:  solution
=================================================================*/
#solution h2 {
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #58595b;
  margin-top: 2.25rem;
}
#solution .checkBoxes label {
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 1.1875rem;
  color: #ffffff;
  display: inline-block;
  padding-top: 0.375rem;
  padding-left: 2rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}
#solution .checkBoxes label.box1 {
  margin-right: 1.25rem;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 3.4375rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #666666;
  cursor: pointer;
  margin-bottom: 3.125rem;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0;
  top: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 0;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: 'X';
  position: absolute;
  top: 0;
  left: .25rem;
  font-size: 1.8125rem;
  color: #4d4f53;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #ffffff;
}
#solution .selectors {
  background-color: #fbb595;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#solution .selectors select {
  border-radius: 0;
  height: 3rem;
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 1.1875rem;
  color: #4d4f53;
  border: 1px solid #ffffff;
  box-shadow: none;
}
#applicationSelect {
  width: calc(100% - 20px);
  margin-left: 15px;
}
#functionalitySelect {
  width: calc(100% - 10px);
  margin-left: 5px;
}
#labelSelect {
  width: calc(100% - 10px);
  margin-left: 5px;
}
#typeSelect {
  width: calc(100% - 20px);
  margin-left: 5px;
}


#itemList {
  background-color: #fbb595;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.table {
  margin-bottom: 0;
}
#ingredientTable {
  border-bottom: 15px solid #fbb595;
  border-left: 15px solid #fbb595;
  border-right: 15px solid #fbb595;
}
.table-striped {
  color: #666666;
}
.table-striped tr th {
  background-color: #ffffff;
  font-family: 'MiloPro-Medi', sans-serif;
  font-weight: normal;
  font-size: 19px;
}
.table-striped>tbody>tr:nth-child(odd)>td {
  background-color: #feece4;
  border: none;
}
.table-striped>tbody>tr:nth-child(even)>td {
  background-color: #ffffff;
  border: none;
}
.table-striped>tbody>tr:hover>td {
  background-color: #fddaca;
}
.table-striped>thead>tr>th {
  background-clip: padding-box;
}
.table-striped>tbody>tr>td {
  cursor: pointer;
  background-clip: padding-box;
}
#itemList th {
  text-align: center;
}
#itemList th.solutionHeader {
  text-align: left;
}
#itemList td {
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 19px;
}
#itemList td.solutionName {
  color: #f47b20;
  text-align: left;
  padding-left: 30px;
}

/*=================================================================
   SECTION:  footer
=================================================================*/
#footer img.logo {
  width: 60%;
  height: auto;
  margin-top: 42px;
  max-width: 234px;
}
#footer p.copyright {
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 14px;
}
#footer img.masthead {
  width: 100%;
  height: auto;
}

/*=================================================================
   SECTION:  modal
=================================================================*/
#modal {
  text-align: left;
}
#modal-content {
  border: 15px solid #fbb595;
  border-radius: 0px;
  padding: 20px;
}
#modal-content .close {
  opacity: 1;
  color: #f47b20;
  font-size: 25px;
}
#modal-content h2 {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
}
#modal-content h3 {
  font-family: 'MiloPro-Medi', sans-serif;
  color: #f47b20;
  font-size: 30px;
  margin-top: 25px;
  margin-left: 30px;
}
#modal-content p, #modal-content h2 {
  font-family: 'MiloPro', sans-serif;
  color: #666666;
  font-size: 19px;
}
#modal-content p {
  margin-left: 30px;
  margin-bottom: 12px;
}
#modal-content p span {
  font-family: 'MiloPro-Xbold', sans-serif;
}
#modal-content a.btn {
  float: right;
  margin-left: 10px;
  border-radius: 0;
  border: 2px solid #f47b20;
  font-family: 'MiloPro-Medi', sans-serif;
  font-size: 19px;
  color: #f47b20;
  line-height: 1.2;
}