* {
  padding: 0;
  margin: 0;
}

.flex-video {
  display: block;
  position: relative;
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 75%;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video .flex-video-item,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: #ffffff;
  color: #202020;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}

.hide {
  display: none;
}

.wrap {
  white-space: normal;
}

.nowrap {
  white-space: nowrap;
}

.no-padding {
  margin: 0;
  padding: 0;
}

.row {
}

.row:before,
.row:after {
  display: table;
  content: ' ';
}

.row:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.break {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.embeddedobject.pull-left {
  float: left;
  padding: 0 20px 20px 0;
}

.embeddedobject.pull-right {
  float: right;
  padding: 0 0 20px 20px;
}

.embeddedobject > video {
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.background-white {
  background: #ffffff;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #202020;
  font-size: 12px;
  font-weight: bold;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

p {
  margin: 0 0 20px 0;
}

p.label-note {
  margin: 0 0 5px 0;
}

p.small-note {
  font-size: 10px;
  font-style: italic;
}

a {
  color: #003767;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #003767;
  text-decoration: underline;
}

ul,
ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

li {
  margin: 0;
}

li + li {
  margin-top: 5px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 5px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
}

th.tight,
td.tight {
  width: 1%;
}

label,
span.label {
  display: block;
  margin: 0 0 2px 0;
  color: #202020;
  font-weight: bold;
}

label.inline {
  display: inline;
}

label.nobold {
  font-weight: normal;
}

input,
select,
textarea {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input[type=text],
input[type=password],
select,
textarea {
  margin: 0 0 3px 0;
  padding: 2px 2px 2px 2px;
  background: #ffffff;
  border: 1px solid #404040;
}

select option {
  padding: 0 2px 0 2px;
}

input.box,
select.box,
textarea.box {
  width: 95%;
}

input.halfbox,
select.halfbox,
textarea.halfbox {
  width: 50%;
}

input.quarterbox,
select.quarterbox,
textarea.quarterbox {
  width: 25%;
}

input.button,
input.defaultbutton,
input.button-disabled,
button.button,
button.defaultbutton,
button.button-disabled {
  margin: 0;
  padding: 1px 5px 1px 5px;
  color: #202020;
  border: 1px solid #000000;
  background: #ffffff;
  font-weight: normal;
  cursor: pointer;
}

input.button-disabled,
button.button-disabled {
  color: #cccccc;
}

input.placeholder-default {
  color: #909090;
}

select.form-other-option {
  float: left;
  margin: 0 10px 0 0;
}

input.form-other-input {
  width: 30%;
  margin: 0 10px 0 0;
}

fieldset {
  width: 95%;
  padding: 0 10px 0 10px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

fieldset legend {
  padding: 0 5px 5px 5px;
}

.block,
.buttonblock {
  padding: 0 0 20px 0;
  overflow: hidden;
}

.block .element,
.buttonblock .element {
  float: left;
  margin: 0 10px 0 0;
}

.form-notice,
.form-input-notice {
  margin: 0;
  padding: 5px;
  background: #8aaa3d;
  color: #ffffff;
  border: 1px solid #b0c65b;
}

.form-notice {
  margin: 0 0 10px 0;
}

.form-error,
.form-input-error {
  margin: 0 0 5px 0;
  padding: 5px;
  background: #ffcccc;
  border: 1px solid #990000;
}

.form-error {
  margin: 0 0 10px 0;
}

.form-options {
  overflow: hidden;
}

.form-option {
  overflow: hidden;
}

.form-option label {
  margin: 0;
  font-weight: normal;
}

.form-inline-options {
  overflow: hidden;
}

.form-inline-options .form-inline-option {
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.form-inline-options .form-inline-option span {
  padding: 0 0 0 10px;
}

.attribute-xmltext-content {
  overflow: hidden;
}

/* Table styles */
table.list {
  width: 100%;
  margin: 0 0 1em 0;
  background: #ffffff;
  border: 1px solid #cfcfcf;
}

table.list th,
table.list td {
  padding: 2px 5px 2px 5px;
  border: 1px solid #cfcfcf;
}

table.list th {
  background: #999999;
  color: #ffffff;
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
}

table.list th a {
  color: #ffffff;
  text-decoration: none;
}

table.list th a:hover {
  color: #ffffff;
  text-decoration: underline;
}

table.list td {
  padding: 2px 5px 2px 5px;
  border: 1px solid #cfcfcf;
  vertical-align: top;
}

table.list tr.highlight td {
  background: #98c7e7;
}

table.details {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
}

table.details th {
  width: 20%;
  padding: 2px 5px 2px 5px;
  background-color: #999999;
  color: #ffffff;
  border: 1px solid #cfcfcf;
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

table.details th a {
  color: #ffffff;
  text-decoration: none;
}

table.details th a:hover {
  color: #ffffff;
  text-decoration: underline;
}

table.details td {
  padding: 2px 5px;
  border: 1px solid #cfcfcf;
  text-align: left;
  vertical-align: top;
}

#body-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: -1;
}

#body-background::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/body-ripple.png);
  background-repeat: repeat-x;
  background-position: left top;
}

body.theme-red {
  background-color: #310201;
}

.theme-red #body-background {
  background: -moz-linear-gradient(top, #aa0501 0%, #310201 100%);
  background: -webkit-linear-gradient(top, #aa0501 0%, #310201 100%);
  background: linear-gradient(to bottom, #aa0501 0%, #310201 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#310201', GradientType=0 );
}

body.theme-blue {
  background-color: #042c4a;
}

.theme-blue #body-background {
  background: -moz-linear-gradient(top, #1572b9 0%, #042c4a 100%);
  background: -webkit-linear-gradient(top, #1572b9 0%, #042c4a 100%);
  background: linear-gradient(to bottom, #1572b9 0%, #042c4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1572b9', endColorstr='#042c4a', GradientType=0 );
}

body.theme-blue2 {
  background-color: #022838;
}

.theme-blue2 #body-background {
  background: -moz-linear-gradient(top, #0078a9 0%, #022838 100%);
  background: -webkit-linear-gradient(top, #0078a9 0%, #022838 100%);
  background: linear-gradient(to bottom, #0078a9 0%, #022838 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a9', endColorstr='#022838', GradientType=0 );
}

body.theme-green {
  background-color: #00390c;
}

.theme-green #body-background {
  background: -moz-linear-gradient(top, #30a048 0%, #00390c 100%);
  background: -webkit-linear-gradient(top, #30a048 0%, #00390c 100%);
  background: linear-gradient(to bottom, #30a048 0%, #00390c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a048', endColorstr='#00390c', GradientType=0 );
}

body.theme-yellow {
  background-color: #f0ad13;
}

.theme-yellow #body-background {
  background: -moz-linear-gradient(top, #bd8810 0%, #f0ad13 100%);
  background: -webkit-linear-gradient(top, #bd8810 0%, #f0ad13 100%);
  background: linear-gradient(to bottom, #bd8810 0%, #f0ad13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8810', endColorstr='#f0ad13', GradientType=0 );
}

body.theme-vernicci {
  background-color: #04093d;
}

.theme-vernicci #body-background {
  background: -moz-linear-gradient(top, #1c29a7 0%, #04093d 100%);
  background: -webkit-linear-gradient(top, #1c29a7 0%, #04093d 100%);
  background: linear-gradient(to bottom, #1c29a7 0%, #04093d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c29a7', endColorstr='#04093d', GradientType=0 );
}

#body-container {
  width: 900px;
  margin: 10px auto;
  overflow: hidden;
}

#header {
  position: relative;
  padding: 20px;
  min-height: 105px;
  overflow: hidden;
  background: #ffffff;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}

#header:before,
#header:after {
  display: table;
  content: ' ';
}

#header:after {
  clear: both;
}

#header-left {
  float: left;
}

#header-right {
  float: right;
  max-width: 500px;
  text-align: right;
}

#header-logo {
  display: block;
  text-decoration: none;
}

#header-contact {
  margin-bottom: 10px;
  color: #d82108;
  font-size: 14px;
  font-weight: bold;
}

#header-contact .big {
  color: #202020;
  font-size: 20px;
}

#header-contact a,
#header-contact a:focus,
#header-contact a:hover {
  color: inherit;
  text-decoration: none;
}

#header-search {
  position: relative;
  width: 206px;
  height: 23px;
  margin-bottom: 5px;
  overflow: hidden;
  background: url(../images/header_search_bg.png) no-repeat left top;
  color: #ffffff;
  text-decoration: none;
}

#header-search input[type="text"] {
  position: absolute;
  top: 3px;
  left: 32px;
  width: 163px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: none;
  font-size: 12px;
}

#header-links .btn {
  display: inline-block;
  padding: 5px 15px;
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(100%, rgb(143,30,16)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -moz-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -o-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -ms-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}

#header-links .btn:hover,
#header-links .btn:focus {
  background-color: #c3c3c3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(195,195,195)), color-stop(100%, rgb(152,152,152)));
  background-image: -webkit-linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  background-image: -moz-linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  background-image: -o-linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  background-image: -ms-linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  background-image: linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  color: #333333;
}

#banner {
  position: relative;
  width: 900px;
  height: 385px;
  overflow: hidden;
  line-height: 0;
}

#banner-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#banner-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 900px;
  height: 213px;
  z-index: 2;
  overflow: hidden;
  background: url(../images/banner_curve.png) no-repeat left bottom;
}

#main {
  width: 860px;
  padding: 20px;
  overflow: hidden;
}

/* Navigation */
#navigation {
  float: left;
  width: 160px;
  margin-right: 10px;
  overflow: hidden;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation li {
  width: 150px;
  margin: 0 0 5px 0;
  padding: 0;
}

#navigation a,
#navigation a:hover {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}

#navigation ul.level0 > li > a,
#navigation ul.level0 > li > a:hover {
  padding: 5px 2px;
  background-color: #c3c3c3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(195,195,195)), color-stop(100%, rgb(152,152,152)));
  background-image: -webkit-linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  background-image: -moz-linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  background-image: -o-linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  background-image: -ms-linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  background-image: linear-gradient(top, rgb(195,195,195), rgb(152,152,152));
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

#navigation ul.level0 > li.selected > a.theme-red,
#navigation ul.level0 > li > a.theme-red:hover {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(100%, rgb(143,30,16)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -moz-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -o-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -ms-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  color: #ffffff;
}

#navigation ul.level0 > li.selected > a.theme-blue,
#navigation ul.level0 > li > a.theme-blue:hover {
  background-color: #1572b9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(21,114,185)), color-stop(100%, rgb(4,44,74)));
  background-image: -webkit-linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  background-image: -moz-linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  background-image: -o-linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  background-image: -ms-linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  background-image: linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  color: #ffffff;
}

#navigation ul.level0 > li.selected > a.theme-blue2,
#navigation ul.level0 > li > a.theme-blue2:hover {
  background: #0078a9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0,120,169)), color-stop(100%, rgb(4,44,74)));
  background-image: -webkit-linear-gradient(top, rgb(0,120,169), rgb(4,44,74));
  background-image: -moz-linear-gradient(top, rgb(0,120,169), rgb(4,44,74));
  background-image: -o-linear-gradient(top, rgb(0,120,169), rgb(4,44,74));
  background-image: -ms-linear-gradient(top, rgb(0,120,169), rgb(4,44,74));
  background-image: linear-gradient(top, rgb(0,120,169), rgb(4,44,74));
  color: #ffffff;
}

#navigation ul.level0 > li.selected > a.theme-green,
#navigation ul.level0 > li > a.theme-green:hover {
  background-color: #2f9c46;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(47,156,70)), color-stop(100%, rgb(0,57,13)));
  background-image: -webkit-linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  background-image: -moz-linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  background-image: -o-linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  background-image: -ms-linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  background-image: linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  color: #ffffff;
}

#navigation ul.level0 > li.selected > a.theme-yellow,
#navigation ul.level0 > li > a.theme-yellow:hover {
  background-color: #fbb516;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(251,181,22)), color-stop(100%, rgb(188,138,26)));
  background-image: -webkit-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -moz-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -o-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -ms-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  color: #ffffff;
}

#navigation ul.level0 > li.selected > a.theme-vernicci,
#navigation ul.level0 > li > a.theme-vernicci:hover {
  background-color: #fbb516;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(28,41,167)), color-stop(100%, rgb(3,9,61)));
  background-image: -webkit-linear-gradient(top, rgb(28,41,167), rgb(3,9,61));
  background-image: -moz-linear-gradient(top, rgb(28,41,167), rgb(3,9,61));
  background-image: -o-linear-gradient(top, rgb(28,41,167), rgb(3,9,61));
  background-image: -ms-linear-gradient(top, rgb(28,41,167), rgb(3,9,61));
  background-image: linear-gradient(top, rgb(28,41,167), rgb(3,9,61));
  color: #ffffff;
}

#navigation ul.level1 {
  margin: 5px 0 0 10px;
}

#navigation ul.level1 > li > a,
#navigation ul.level1 > li > a:hover {
  padding: 5px 2px;
  background-color: #c3c3c3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d1d1d1));
  background-image: -webkit-linear-gradient(top, #ebebeb, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ebebeb, #d1d1d1);
  background-image: -o-linear-gradient(top, #ebebeb, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ebebeb, #d1d1d1);
  background-image: linear-gradient(top, #ebebeb, #d1d1d1);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

#navigation ul.level1 > li.selected > a.theme-red,
#navigation ul.level1 > li > a.theme-red:hover {
  color: #8f1e10;
}

#navigation ul.level1 > li.selected > a.theme-blue,
#navigation ul.level1 > li > a.theme-blue:hover {
  color: #1572b9;
}

#navigation ul.level1 > li.selected > a.theme-blue2,
#navigation ul.level1 > li > a.theme-blue2:hover {
  color: #0078a9;
}

#navigation ul.level1 > li.selected > a.theme-green,
#navigation ul.level1 > li > a.theme-green:hover {
  color: #2f9c46;
}

#navigation ul.level1 > li.selected > a.theme-yellow,
#navigation ul.level1 > li > a.theme-yellow:hover {
  color: #bc8a1a;
}

#navigation ul.level1 > li.selected > a.theme-vernicci,
#navigation ul.level1 > li > a.theme-vernicci:hover {
  color: #03093d;
}

#navigation ul.level2 {
  margin: 5px 0 0 0;
}

#navigation ul.level2 > li.selected > a.theme-red,
#navigation ul.level2 > li > a.theme-red:hover {
  color: #8f1e10;
}

#navigation ul.level2 > li.selected > a.theme-yellow,
#navigation ul.level2 > li > a.theme-yellow:hover {
  color: #bc8a1a;
}

#navigation ul.level2 > li.selected > a.theme-blue2,
#navigation ul.level2 > li > a.theme-blue2:hover {
  color: #0078a9;
}

#navigation ul.level2 > li.selected > a.theme-vernicci,
#navigation ul.level2 > li > a.theme-vernicci:hover {
  color: #03093d;
}

/* Breadcrumb */
#breadcrumb {
  margin: 0 0 10px 0;
  color: #202020;
  font-size: 10px;
}

#breadcrumb a,
#breadcrumb a:hover {
  color: #202020;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#content {
  overflow: hidden;
  float: left;
}

#content-frame {
  margin: 0 0 10px 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #c0c0c0;
}

#sidebar-left {
  float: left;
  width: 175px;
  margin: 0 10px 0 0;
  overflow: hidden;
}

.sidebar-image-content {
  float: right;
  width: 215px;
  margin: 0 0 20px 20px;
  overflow: hidden;
}

#sidebar-right {
  position: relative;
  float: right;
  width: 185px;
  margin: 0 0 20px 20px;
  padding: 15px;
  clear: right;
  overflow: hidden;
  background: #D92426;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#footer {
  position: relative;
  padding: 15px 25px;
  color: #202020;
  font-size: 10px;
  overflow: hidden;
  background: #ffffff;
  border-top: 2px solid #d82108;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}

#footer .separator {
  color: #d82108;
}

#footer-logos {
  float: right;
}

#footer-links {
  margin: 0 0 10px 0;
  color: #202020;
  font-size: 10px;
}

#footer-links a,
#footer-links a:hover {
  color: #202020;
  text-decoration: none;
}

#footer-links a:hover {
  text-decoration: underline;
}

#footer-address {
  color: #202020;
  font-size: 10px;
}

.social-links {
  display: block;
  width: 215px;
  text-align: center;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 8px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  text-indent: -9999px;
}

.social-links a:first-child {
  margin-left: 0;
}

.social-links a.icon-facebook {
  background-image: url(../images/social-icon-facebook.png);
}

.social-links a.icon-twitter {
  background-image: url(../images/social-icon-twitter.png);
}

.social-links a.icon-googleplus {
  background-image: url(../images/social-icon-googleplus.png);
}

.social-links a.icon-youtube {
  background-image: url(../images/social-icon-youtube.png);
}

/* Warnings */
div.warning {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 2px solid #f00000;
}

div.warning h2 {
  margin: 0 0 10px 0;
  color: #f00000;
  font-size: 14px;
}

div.warning ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Page navigator */
.pagenavigator {
  margin: 0 0 10px 0;
  text-align: center;
  overflow: hidden;
}

.pagenavigator a {
  color: #202020;
  text-decoration: none;
}

.pagenavigator a:hover {
  color: #202020;
  text-decoration: underline;
}

.pagenavigator .previous {
  float: left;
}

.pagenavigator .next {
  float: right;
}

/* Item lists */
.line-items {
  position: relative;
  margin: 0 0 10px 0;
}

.line-item-row {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.line-item {
  position: relative;
  overflow: hidden;
}

.line-item-image {
  float: left;
  margin: 0 10px 0 0;
}

.line-item-details {
  overflow: hidden;
}

.line-item-name {
  margin: 0 0 5px 0;
  padding: 0;
  color: #202020;
  font-weight: bold;
  font-size: 16px;
}

.line-item-name a,
.line-item-name a:hover {
  color: #202020;
}

.line-item-date {
  margin: 0 0 5px 0;
  padding: 0;
}

.line-item-content {
  overflow: hidden;
}

.toolbar-item {
  margin: 0 -15px 0 -15px;
  padding: 0 15px;
  overflow: hidden;
}

.toolbar-item + .toolbar-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ffffff;
}

.toolbar-itemtype-text {
}

.toolbar-itemtype-text .toolbar-item-header {
  margin: 0 0 5px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.toolbar-itemtype-text .toolbar-item-header a,
.toolbar-itemtype-text .toolbar-item-header a:hover {
  color: #ffffff;
}

.toolbar-itemtype-text .toolbar-item-content p:last-child {
  margin-bottom: 5px;
}

.toolbar-itemtype-text a,
.toolbar-itemtype-text a:hover {
  color: #ffffff;
}

.toolbar-itemtype-news {
  color: #000000;
}

.toolbar-itemtype-news .toolbar-item-header {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.toolbar-itemtype-news .toolbar-item-header a,
.toolbar-itemtype-news .toolbar-item-header a:hover {
  color: #ffffff;
}

.toolbar-itemtype-news a,
.toolbar-itemtype-news a:hover {
  color: #ffffff;
}

.toolbar-itemtype-news .line-item {
}

.toolbar-itemtype-news .line-item + .line-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ffffff;
}

.toolbar-itemtype-news .line-item-name {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}

.toolbar-itemtype-news .line-item p {
  margin-bottom: 5px;
  font-size: 12px;
}

/* Document icons */
.icon-doc {
  display: block;
  width: 40px;
  height: 45px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  text-indent: -9999px;
  text-decoration: none;
}

.icon-doc-tds {
  background-image: url('../images/icons/doc_tds.png');
}

.icon-doc-msds {
  background-image: url('../images/icons/doc_msds.png');
}

.icon-doc-sds {
  background-image: url('../images/icons/doc_sds.png');
}

.icon-doc-pdf {
  background-image: url('../images/icons/doc_pdf.png');
}

.icon-doc-video {
  background-image: url('../images/icons/video.png');
}

/* Product table */
.product-notice {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.product-notice img {
  float: left;
  margin: 0 5px 0 0;
}

.product-notice p {
  overflow: hidden;
}

table.products {
  width: 100%;
  border: none;
}

table.products tr.header {
  margin: 0 0 10px 0;
}

table.products th,
table.products td {
  padding: 2px 5px;
  vertical-align: top;
  font-weight: normal;
  white-space: normal;
}

table.products th.product-code,
table.products td.product-code {
  width: 80px;
}

table.products th.grey,
table.products td.grey {
  background: #999999;
  color: #000;
}

table.products th.documents,
table.products td.documents {
  text-align: center;
}

table.products h2 {
  margin: 0 0 10px 0;
}

body.theme-red table.products h2 {
  color: #8f1e10;
}

body.theme-blue table.products h2 {
  color: #1572b9;
}

body.theme-blue2 table.products h2 {
  color: #1572b9;
}

body.theme-green table.products h2 {
  color: #30a048;
}

body.theme-yellow table.products h2 {
  color: #bc8a1a;
}

body.theme-vernicci table.products h2 {
  color: #03093d;
}

.overlay {
  padding: 0;
  background:#ffffff;
  width:898px;
  height: 506px;
  display:none;
}

.close {
  background:url('../images/close.png') no-repeat;
  position:absolute;
  top:-35px;
  right:-35px;
  display:block;
  width:35px;
  height:35px;
  cursor:pointer;
}

#player {
  height:506px;
  display:block;
}

.location-list,
.location-list::before,
.location-list::after,
.location-item,
.location-item::before,
.location-item::after {
  box-sizing: border-box;
}

.location-list {
  align-content: start;
  align-items: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 10px;
  justify-content: start;
  margin-left: -10px;
  margin-right: -10px;
}

.location-item {
  flex: 0 0 auto;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}

.location-item h2 {
  color: #d81e05;
  font-size: 12px;
}

.location-item h2 a {
  color: inherit;
}

.location-list > .location-item:first-child {
  width: 100%;
}

.location-map {
  margin: 0 0 20px 0;
  border: 1px solid #202020;
}

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #D1D1D1;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

.teammembers {
  margin-left: -15px;
}

.teammembers:before,
.teammembers:after {
  display: table;
  content: ' ';
}

.teammembers:after {
  clear: both;
}

.teammembers > .item {
  display: block;
  float: left;
  width: 140px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.teammembers > .item img {
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 0 0 10px 0;
  max-width: 100%;
  width: auto;
}

.teammembers > .item h4 {
  margin: 0;
}

.team-frame {
  position: relative;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #c3c3c3;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.team-frame-left {
  float: left;
  width: 140px;
}

.team-frame-right {
  margin-left: 155px;
  overflow: auto;
}

.team-frame-inner {
  position: relative;
  padding: 10px;
  background: #ffffff;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.team-frame-gradient-movac-r {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(100%, rgb(143,30,16)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -moz-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -o-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: -ms-linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
  background-image: linear-gradient(top, rgb(216,32,7), rgb(143,30,16));
}

.team-frame-gradient-movac-ry {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(100%, rgb(251,181,22)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7), rgb(251,181,22));
  background-image: -moz-linear-gradient(top, rgb(216,32,7), rgb(251,181,22));
  background-image: -o-linear-gradient(top, rgb(216,32,7), rgb(251,181,22));
  background-image: -ms-linear-gradient(top, rgb(216,32,7), rgb(251,181,22));
  background-image: linear-gradient(top, rgb(216,32,7), rgb(251,181,22));
}

.team-frame-gradient-movac-ryb {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(50%, rgb(251,181,22)), color-stop(100%, rgb(21,114,185)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(21,114,185) 100%);
  background-image: -moz-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(21,114,185) 100%);
  background-image: -o-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(21,114,185) 100%);
  background-image: -ms-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(21,114,185) 100%);
  background-image: linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(21,114,185) 100%);
}

.team-frame-gradient-movac-rybg {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(33%, rgb(251,181,22)), color-stop(66%, rgb(21,114,185)), color-stop(100%, rgb(47,156,70)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 33%, rgb(21,114,185) 66%, rgb(47,156,70) 100%);
  background-image: -moz-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 33%, rgb(21,114,185) 66%, rgb(47,156,70) 100%);
  background-image: -o-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 33%, rgb(21,114,185) 66%, rgb(47,156,70) 100%);
  background-image: -ms-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 33%, rgb(21,114,185) 66%, rgb(47,156,70) 100%);
  background-image: linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 33%, rgb(21,114,185) 66%, rgb(47,156,70) 100%);
}

.team-frame-gradient-movac-ryg {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(50%, rgb(251,181,22)), color-stop(100%, rgb(47,156,70)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(47,156,70) 100%);
  background-image: -moz-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(47,156,70) 100%);
  background-image: -o-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(47,156,70) 100%);
  background-image: -ms-linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(47,156,70) 100%);
  background-image: linear-gradient(top, rgb(216,32,7) 0%, rgb(251,181,22) 50%, rgb(47,156,70) 100%);
}

.team-frame-gradient-movac-rb {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(100%, rgb(21,114,185)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7), rgb(21,114,185));
  background-image: -moz-linear-gradient(top, rgb(216,32,7), rgb(21,114,185));
  background-image: -o-linear-gradient(top, rgb(216,32,7), rgb(21,114,185));
  background-image: -ms-linear-gradient(top, rgb(216,32,7), rgb(21,114,185));
  background-image: linear-gradient(top, rgb(216,32,7), rgb(21,114,185));
}

.team-frame-gradient-movac-rbg {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(50%, rgb(21,114,185)), color-stop(100%, rgb(47,156,70)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
  background-image: -moz-linear-gradient(top, rgb(216,32,7) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
  background-image: -o-linear-gradient(top, rgb(216,32,7) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
  background-image: -ms-linear-gradient(top, rgb(216,32,7) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
  background-image: linear-gradient(top, rgb(216,32,7) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
}

.team-frame-gradient-movac-rg {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216,32,7)), color-stop(100%, rgb(47,156,70)));
  background-image: -webkit-linear-gradient(top, rgb(216,32,7), rgb(47,156,70));
  background-image: -moz-linear-gradient(top, rgb(216,32,7), rgb(47,156,70));
  background-image: -o-linear-gradient(top, rgb(216,32,7), rgb(47,156,70));
  background-image: -ms-linear-gradient(top, rgb(216,32,7), rgb(47,156,70));
  background-image: linear-gradient(top, rgb(216,32,7), rgb(47,156,70));
}

.team-frame-gradient-movac-y {
  background-color: #fbb516;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(251,181,22)), color-stop(100%, rgb(188,138,26)));
  background-image: -webkit-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -moz-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -o-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -ms-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
}

.team-frame-gradient-movac-yb {
  background-color: #fbb516;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(251,181,22)), color-stop(100%, rgb(21,114,185)));
  background-image: -webkit-linear-gradient(top, rgb(251,181,22), rgb(21,114,185));
  background-image: -moz-linear-gradient(top, rgb(251,181,22), rgb(21,114,185));
  background-image: -o-linear-gradient(top, rgb(251,181,22), rgb(21,114,185));
  background-image: -ms-linear-gradient(top, rgb(251,181,22), rgb(21,114,185));
  background-image: linear-gradient(top, rgb(251,181,22), rgb(21,114,185));
}

.team-frame-gradient-movac-ybg {
  background-color: #fbb516;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(251,181,22)), color-stop(50%, rgb(21,114,185)), color-stop(100%, rgb(47,156,70)));
  background-image: -webkit-linear-gradient(top, rgb(251,181,22) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
  background-image: -moz-linear-gradient(top, rgb(251,181,22) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
  background-image: -o-linear-gradient(top, rgb(251,181,22) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
  background-image: -ms-linear-gradient(top, rgb(251,181,22) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
  background-image: linear-gradient(top, rgb(251,181,22) 0%, rgb(21,114,185) 50%, rgb(47,156,70) 100%);
}

.team-frame-gradient-movac-yg {
  background-color: #fab32b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fab32b), to(#399f4b));
  background-image: -webkit-linear-gradient(top, #fab32b, #399f4b);
  background-image: -moz-linear-gradient(top, #fab32b, #399f4b);
  background-image: -o-linear-gradient(top, #fab32b, #399f4b);
  background-image: -ms-linear-gradient(top, #fab32b, #399f4b);
  background-image: linear-gradient(top, #fab32b, #399f4b);
}

.team-frame-gradient-movac-b {
  background-color: #1572b9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(21,114,185)), color-stop(100%, rgb(4,44,74)));
  background-image: -webkit-linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  background-image: -moz-linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  background-image: -o-linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  background-image: -ms-linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
  background-image: linear-gradient(top, rgb(21,114,185), rgb(4,44,74));
}

.team-frame-gradient-movac-bg {
  background-color: #1572b9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(21,114,185)), color-stop(100%, rgb(47,156,70)));
  background-image: -webkit-linear-gradient(top, rgb(21,114,185), rgb(47,156,70));
  background-image: -moz-linear-gradient(top, rgb(21,114,185), rgb(47,156,70));
  background-image: -o-linear-gradient(top, rgb(21,114,185), rgb(47,156,70));
  background-image: -ms-linear-gradient(top, rgb(21,114,185), rgb(47,156,70));
  background-image: linear-gradient(top, rgb(21,114,185), rgb(47,156,70));
}

.team-frame-gradient-movac-g {
  background-color: #2f9c46;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(47,156,70)), color-stop(100%, rgb(0,57,13)));
  background-image: -webkit-linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  background-image: -moz-linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  background-image: -o-linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  background-image: -ms-linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
  background-image: linear-gradient(top, rgb(47,156,70), rgb(0,57,13));
}

.team-frame-gradient-movac-y {
  background-color: #d82007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(251,181,22)), color-stop(100%, rgb(188,138,26)));
  background-image: -webkit-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -moz-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -o-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: -ms-linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
  background-image: linear-gradient(top, rgb(251,181,22), rgb(188,138,26));
}

.team-frame-gradient-vernicci {
  background-color: #03093d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(28, 41, 167)), color-stop(100%, rgb(3, 9, 61)));
  background-image: -webkit-linear-gradient(top, rgb(28, 41, 167), rgb(3, 9, 61));
  background-image: -moz-linear-gradient(top, rgb(28, 41, 167), rgb(3, 9, 61));
  background-image: -o-linear-gradient(top, rgb(28, 41, 167), rgb(3, 9, 61));
  background-image: -ms-linear-gradient(top, rgb(28, 41, 167), rgb(3, 9, 61));
  background-image: linear-gradient(top, rgb(28, 41, 167), rgb(3, 9, 61));
}

.fancybox-skin.team-frame {
  padding: 5px !important;
}

.team-frame .person-thumbnail {
  margin-bottom: 15px;
}

.team-frame .person-thumbnail img {
  border-radius: 20px;
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.team-frame .person-logos {
}

.team-frame .person-logos img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.partners {
  margin-left: -15px;
}

.partners:before,
.partners:after {
  display: table;
  content: ' ';
}

.partners:after {
  clear: both;
}

.partners > .item {
  display: block;
  float: left;
  width: 188px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #666666;
}

.partners > .item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
