/* global settings */
/* training icon colors */
body {
  font: 400 14px "Arial", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'EB Garamond', serif;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
button {
  outline: none;
  /* for good measure */

  overflow: visible;
  /* removes extra side padding in IE */

}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* classes */
.ninesixty {
  width: 960px;
}
input.error,
span.error,
textarea.error {
  border: solid 1px #ff4040 !important;
}
.padfix {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.float_left {
  float: left !important;
}
.float_right {
  float: right !important;
}
.float_none {
  float: none !important;
}
.horizontal_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.horizontal_list li {
  float: left;
}
.link_button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  color: #ffffff;
  display: block;
  font-size: 1em;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.bold {
  font-weight: 600;
}
.ease-in {
  transition: opacity ease-in 0.25s;
  -webkit-transition: opacity ease-in 0.25s;
  -moz-transition: opacity ease-in 0.25s;
  -o-transition: opacity ease-in 0.25s;
}
.centered {
  text-align: center;
}
.clear {
  clear: both;
}
/* main error box */
.errors-wrap {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: none !important;
  left: 0;
  padding: 10px 20px;
  position: fixed;
  top: 120px;
  width: auto;
  z-index: 1010;
}
.errors-wrap p {
  width: 250px;
}
/* generic error box styles */
.form-error-box {
  padding: 10px 20px;
  position: absolute;
  width: auto;
  z-index: 99;
}
.form-error-box p {
  text-align: left;
  width: 350px;
}
/* jquery ui */
.ui-button {
  background: #427096;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #326189), color-stop(1, #5380a5));
  background: -ms-linear-gradient(bottom, #326189, #5380a5);
  background: -moz-linear-gradient(center bottom, #326189 0%, #5380a5 100%);
  background: -o-linear-gradient(#5380a5, #326189);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5380a5', endColorstr='#326189', GradientType=0);
}
/*---------------------------------------------------
    LESS Elements 0.8
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* sprite */
.side-get-updates-button,
.side-get-updates-button-active {
  background: url('../image/about/sprite-about.png') no-repeat;
}
.side-get-updates-button {
  background-position: -10px -10px;
  width: 164px;
  height: 36px;
}
.side-get-updates-button-active {
  background-position: -10px -48px;
  width: 164px;
  height: 36px;
}
/* sidebar donate button */
.donate-large,
.donate-large-hover {
  background: url('../image/header-footer/headerFooter.png') no-repeat;
}
.donate-large {
  background-position: -10px -93px;
  width: 130px;
  height: 30px;
}
.donate-large-hover {
  background-position: -10px -124px;
  width: 130px;
  height: 30px;
}
/* page content */
.content {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 0;
  /* end page content */

}
.content .page-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  background: url('../image/about/page_title_bg.png') repeat-x;
  height: 48px;
  padding: 8px 15px 0;
}
.content .page-title h1 {
  color: #ffffff;
  font: 400 2em 'Libre Baskerville', serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.content .page-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  padding: 30px 0 0;
}
.content .page-content .page-content-left {
  float: left !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  margin-bottom: 50px;
  padding-right: 45px;
  width: 659px;
}
.content .page-content .page-content-left h1,
.content .page-content .page-content-left h2,
.content .page-content .page-content-left h3,
.content .page-content .page-content-left h4 {
  color: #014a72;
  font-family: "Arial", sans-serif;
  font-weight: 600;
}
.content .page-content .page-content-left h1 {
  font-size: 2em;
}
.content .page-content .page-content-left h2 {
  font-size: 1.75em;
}
.content .page-content .page-content-left h3 {
  font-size: 1.4em;
}
.content .page-content .page-content-left h4 {
  font-size: 1.1em;
}
.content .page-content .page-content-left p {
  margin: 12px 0;
}
.content .page-content .page-content-left img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  padding: 15px;
}
.content .page-content .page-content-left a {
  color: #32669c;
  text-decoration: none;
}
.content .page-content .page-content-left a:hover {
  text-decoration: underline;
}
.content .page-content .page-content-right {
  float: right !important;
  margin-bottom: 50px;
  width: 300px;
}
.content .page-content .page-content-right .sidebar-box {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.content .page-content .page-content-right .sidebar-box .side-box-head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  background: url('../image/about/page_title_bg.png') repeat-x;
  height: 48px;
  padding: 15px 15px 0;
}
.content .page-content .page-content-right .sidebar-box .side-box-head h3 {
  color: #ffffff;
  font: 400 1.4em 'Libre Baskerville', serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.content .page-content .page-content-right .sidebar-box .side-box-content {
  border: solid 1px #c0c0c0;
  border-top: none;
  padding-top: 10px;
}
.content .page-content .page-content-right .sidebar-box .side-box-content ul {
  color: #014a72;
  list-style: disc outside;
  margin-left: 15px;
  padding-left: 20px;
}
.content .page-content .page-content-right .sidebar-box .side-box-content li {
  margin-bottom: 12px;
}
.content .page-content .page-content-right .sidebar-box .side-box-content a {
  color: #32669c;
  text-decoration: none;
}
.content .page-content .page-content-right .sidebar-box .side-box-content a:hover {
  text-decoration: underline;
}
.content .page-content .page-content-right .get-updates-box {
  background: #427096;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #326189), color-stop(1, #5380a5));
  background: -ms-linear-gradient(bottom, #326189, #5380a5);
  background: -moz-linear-gradient(center bottom, #326189 0%, #5380a5 100%);
  background: -o-linear-gradient(#5380a5, #326189);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5380a5', endColorstr='#326189', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  margin-bottom: 30px;
  padding: 12px 20px 15px;
}
.content .page-content .page-content-right .get-updates-box h3 {
  color: #ffffff;
  font-size: 1.4em;
  margin-bottom: 15px;
}
.content .page-content .page-content-right .get-updates-box input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  -webkit-box-shadow: 1px -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px -1px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 5px;
  height: 30px;
  padding: 5px 5px 0 10px;
  outline: none;
}
.content .page-content .page-content-right .get-updates-box .side-firstname,
.content .page-content .page-content-right .get-updates-box .side-lastname {
  margin: 0 10px 10px 0;
  width: 90px;
}
.content .page-content .page-content-right .get-updates-box .side-zip {
  float: right !important;
  margin-bottom: 10px;
  width: 50px;
}
.content .page-content .page-content-right .get-updates-box .side-email {
  margin-bottom: 15px;
  width: 100%;
}
.content .page-content .page-content-right .get-updates-box .side-get-updates-submit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  color: #ffffff;
  display: block;
  font-size: 1em;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
  background: url('../image/about/sprite-about.png') no-repeat;
  background-position: -10px -10px;
  width: 164px;
  height: 36px;
  border: none;
  font: 600 1.25em "Arial", sans-serif;
  margin: 0 auto;
  padding: 3px 0 0;
  position: relative;
}
.content .page-content .page-content-right .get-updates-box .side-get-updates-submit span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  color: #ffffff;
  display: block;
  font-size: 1em;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
  background: url('../image/about/sprite-about.png') no-repeat;
  background-position: -10px -48px;
  width: 164px;
  height: 36px;
  border: none;
  padding: 9px 0 0;
  transition: opacity ease-in 0.25s;
  -webkit-transition: opacity ease-in 0.25s;
  -moz-transition: opacity ease-in 0.25s;
  -o-transition: opacity ease-in 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.content .page-content .page-content-right .get-updates-box .side-get-updates-submit:hover span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.content .page-content .page-content-right .side-donate-text {
  color: #666666;
}
.content .page-content .page-content-right .donate-large-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  color: #ffffff;
  display: block;
  font-size: 1em;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
  background: url('../image/header-footer/headerFooter.png') no-repeat;
  background-position: -10px -93px;
  width: 130px;
  height: 30px;
  color: #ffffff !important;
  margin: 30px auto 15px;
  padding-top: 8px;
  position: relative;
  text-decoration: none !important;
}
.content .page-content .page-content-right .donate-large-link span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  color: #ffffff;
  display: block;
  font-size: 1em;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
  background: url('../image/header-footer/headerFooter.png') no-repeat;
  background-position: -10px -124px;
  width: 130px;
  height: 30px;
  padding-top: 8px;
  transition: opacity ease-in 0.25s;
  -webkit-transition: opacity ease-in 0.25s;
  -moz-transition: opacity ease-in 0.25s;
  -o-transition: opacity ease-in 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.content .page-content .page-content-right .donate-large-link:hover span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.content .page-content .page-content-right img {
  border: none;
  margin: 0 0 30px 0;
  max-width: 300px;
}

.shop-large-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../_/boxsizing.htc);
  color: #ffffff;
  display: block;
  font-size: 1em;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
  background: url('../image/shop.png') no-repeat;
  background-position: 0px 0px;
  width: 130px;
  height: 30px;
}

.shop-large-link span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../_/boxsizing.htc);
  color: #ffffff;
  display: block;
  font-size: 1em;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
  background: url('../image/shop.png') no-repeat;
  background-position: 0px -31px;
  width: 130px;
  height: 30px;
  padding-top: 7px;
  transition: opacity ease-in 0.25s;
  -webkit-transition: opacity ease-in 0.25s;
  -moz-transition: opacity ease-in 0.25s;
  -o-transition: opacity ease-in 0.25s;
  position: relative;
  left: 0;
  top: -24px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.shop-large-link:hover span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

#travelwaiverform {
  margin-bottom: 18em;
}