/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'PT Sans';
  font-size: 62.5%;
  background: #231f20;
  /*#property-slider {
        #placeholder-property {
            width: 100%;
            height: 514px;
            background: url('../images/placeholder.png') no-repeat center center;
            position: relative;*/
  /*}
    }*/
}
body header {
  background: #fcfbf7;
  height: 96px;
  text-align: right;
}
body header .logo {
  position: absolute;
  top: 17px;
  left: 36px;
  z-index: 1000;
}
body header ul.menu {
  font: 400 14px 'Oswald';
  font-weight: 400;
  font-size: 14px;
  font-family: Oswald;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 36px 0 0;
  line-height: 96px;
}
body header ul.menu li a {
  text-decoration: none;
  color: #231f20;
  padding: 6px 14px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
body header ul.menu li a:hover {
  color: #f89a1e;
}
body header ul.menu li a.active {
  color: #fcfbf7;
  background: #f89a1e;
}
body #property-details {
  height: 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #148e94;
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0;
  margin: auto;
}
body #property-details p {
  font: 300 15px 'Oswald';
  font-weight: 300;
  font-size: 15px;
  font-family: Oswald;
  text-transform: uppercase;
  color: #fff;
  margin: 7px 0 0 24px;
  padding: 0;
}
body #property-details p strong {
  font: 400 20px 'Oswald';
  font-weight: 400;
  font-size: 20px;
  font-family: Oswald;
}
body #property-details .button {
  background-color: #148e94;
}
body #property-details .button:hover {
  background-color: #2a9aa1;
}
body #property-details .button:active {
  background-color: #008087;
}
body #content {
  background: #fcfbf7;
  margin-top: -42px;
  position: relative;
  /*.button {
            background-color: #1d7cae;
            background-image: url('../images/arrow-blue.png');
            color: #f0fbff;

            &:hover {
                background-color: #308abd;
            }

            &:active {
                background-color: #006495;
            }
        }*/
}
body #content #top-shadow {
  background: url('../images/shadow-top.png') no-repeat center center;
  width: 100%;
  height: 19px;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
body #content #statement-of-purpose {
  background: #fbaf19 url('../images/statement-of-purpose-background.png') no-repeat top left;
  padding: 47px 100px;
  color: #b26501;
}
body #content #statement-of-purpose h1 {
  font: 30px normal 'Oswald';
  font-weight: normal;
  font-size: 30px;
  font-family: Oswald;
  text-transform: uppercase;
  margin: 0;
}
body #content #statement-of-purpose p {
  font: 20px/27.5px 'PT Sans Narrow';
}
body #content #featured-property {
  background: #daf0f2;
  color: #196893;
  font-size: 0;
}
body #content #featured-property #featured-property-slider {
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
body #content #featured-property #featured-property-details {
  font-size: 14px;
  width: 560px;
  padding: 26px 32px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 38px;
}
body #content #featured-property #featured-property-details h2 {
  font: 400 24px 'Oswald';
  font-weight: 400;
  font-size: 24px;
  font-family: Oswald;
  text-transform: uppercase;
  margin: 0;
}
body #content #featured-property #featured-property-details h3 {
  font: 300 18px 'Oswald';
  font-weight: 300;
  font-size: 18px;
  font-family: Oswald;
  margin: 0;
}
body #content #featured-property #featured-property-details p {
  font: normal 16px/20px 'PT Sans';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-family: 'PT Sans';
}
body #content #featured-property #featured-property-details.details {
  font-size: 14px;
  float: left;
  margin: 0;
}
body #content #featured-property #featured-property-details.details strong {
  display: inline-block;
  width: 110px;
}
body #content #featured-property .button {
  margin-top: 10px;
  float: right;
}
body #featured-property {
  width: 100%;
}
body #featured-property img {
  width: 100%;
}
body #available-leases {
  padding: 34px 47px;
}
body #available-leases h2 {
  color: #148e94;
  font: 400 24px 'Oswald';
  font-weight: 400;
  font-size: 24px;
  font-family: Oswald;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
body #available-leases .button {
  width: 100%;
  background: #148e94;
}
body #available-leases .button:hover {
  background-color: #2a9aa1;
}
body #available-leases .button:active {
  background-color: #008087;
}
body #available-leases .icon {
  /*float: right;*/
}
body #bottom-feature {
  background: #148e94;
  font-size: 0;
}
body #bottom-feature #tusk-in-the-news,
body #bottom-feature #contact-form {
  color: #fff;
  display: inline-block;
  height: 100%;
  padding: 40px 40px 90px 40px;
  position: relative;
  vertical-align: top;
  width: 50%;
}
body #bottom-feature #tusk-in-the-news a,
body #bottom-feature #contact-form a {
  color: inherit;
  text-decoration: none;
}
body #bottom-feature #tusk-in-the-news a:hover,
body #bottom-feature #contact-form a:hover {
  text-decoration: underline;
}
body #bottom-feature #tusk-in-the-news .button,
body #bottom-feature #contact-form .button {
  width: auto;
  background: #007076;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  margin: auto;
  border: none;
}
body #bottom-feature #tusk-in-the-news .button:hover,
body #bottom-feature #contact-form .button:hover {
  background-color: #087a7f;
}
body #bottom-feature #tusk-in-the-news .button:active,
body #bottom-feature #contact-form .button:active {
  background-color: #006368;
}
body #bottom-feature #tusk-in-the-news {
  width: 560px;
  font: normal 16px 'PT Sans';
  font-weight: normal;
  font-size: 16px;
  font-family: 'PT Sans';
}
body #bottom-feature #tusk-in-the-news h3 {
  font: 400 24px 'Oswald';
  font-weight: 400;
  font-size: 24px;
  font-family: Oswald;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
body #bottom-feature #tusk-in-the-news ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
body #bottom-feature #tusk-in-the-news ul li {
  padding-left: 50px;
  background: url('../images/icon-news.png') no-repeat left center;
  margin-bottom: 28px;
  line-height: 23px;
}
body #bottom-feature #tusk-in-the-news ul li strong {
  font-size: 14px;
}
body #bottom-feature #contact-form {
  width: 400px;
  background: #2a9aa1 url('../images/background-contact-form.png') no-repeat bottom left;
}
body #bottom-feature #contact-form h3 {
  font: 400 20px 'Oswald';
  font-weight: 400;
  font-size: 20px;
  font-family: Oswald;
  text-transform: uppercase;
  margin: 0 0 14px 0;
  display: inline-block;
}
body #bottom-feature #contact-form p {
  display: inline-block;
  margin-left: 6px;
}
body #bottom-feature #contact-form input,
body #bottom-feature #contact-form textarea,
body #bottom-feature #contact-form select {
  width: 100%;
  padding: 10px;
  border: none;
  margin-bottom: 12px;
  background: #f0fff6;
  font: bold 14px 'PT Sans';
  font-weight: bold;
  font-size: 14px;
  font-family: 'PT Sans';
  color: #2a9aa1;
}
body #bottom-feature #contact-form button.button {
  width: 320px;
}
footer {
  font-size: 12px;
  padding: 18px 30px;
}
footer ul.menu {
  float: left;
}
footer ul.menu li {
  margin-right: 20px;
}
footer ul.menu li a {
  color: #928d8e;
  text-decoration: none;
}
footer ul.menu li a:hover {
  text-decoration: underline;
}
footer p {
  text-align: center;
  color: #565152;
  float: right;
  margin: 0;
}
footer p img {
  margin-top: 12px;
}
.sub-page #content {
  margin-top: 50px;
}
.sub-page #content #sub-header {
  background: #fbaf19;
  padding: 12px 30px;
}
.sub-page #content #sub-header h1 {
  font-size: 22px;
  color: #b26501;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: normal;
  margin: 0;
}
.sub-page #content #sub-page-content #sub-navigation {
  width: 310px;
  height: 100%;
  background: #fef4dd;
  display: table-cell;
  padding: 21px 26px;
  margin: 0;
  vertical-align: top;
}
.sub-page #content #sub-page-content #sub-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-page #content #sub-page-content #sub-navigation ul li {
  font-family: Oswald;
  font-size: 12px;
}
.sub-page #content #sub-page-content #sub-navigation ul li a {
  padding: 11px 7px;
  display: block;
  border-top: 1px solid #fef4dd;
  border-bottom: 1px solid #e0bb85;
  color: #b26501;
  text-decoration: none;
  text-transform: uppercase;
  background: url('/images/arrow-dark-orange.png') no-repeat 96% center;
  -moz-transition: padding 0.15s ease-out;
  -o-transition: padding 0.15s ease-out;
  -webkit-transition: padding 0.15s ease-out;
  transition: padding 0.15s ease-out;
}
.sub-page #content #sub-page-content #sub-navigation ul li a:hover {
  padding-left: 14px;
}
.sub-page #content #sub-page-content #sub-navigation ul li.active a {
  font-weight: bold;
}
.sub-page #content #sub-page-content #sub-content {
  width: 650px;
  height: 100%;
  background: #fff;
  display: table-cell;
  padding: 32px 26px 64px;
  margin: 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.sub-page #content #sub-page-content #sub-content h1,
.sub-page #content #sub-page-content #sub-content h2 {
  font-family: Oswald;
  font-size: 24px;
  text-transform: uppercase;
  color: #148e94;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
}
.sub-page #content #sub-page-content #sub-content h2 {
  font-size: 18px;
}
.sub-page #content #sub-page-content #sub-content p {
  margin: 0 0 22px 0;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left {
  margin-left: 40px;
  margin-right: 70px;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left,
.sub-page #content #sub-page-content #sub-content.principals .col-right {
  width: 220px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  margin-bottom: 35px;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left img.principal,
.sub-page #content #sub-page-content #sub-content.principals .col-right img.principal {
  width: 190px;
  height: auto;
  margin: 0 auto 10px auto;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left h2,
.sub-page #content #sub-page-content #sub-content.principals .col-right h2 {
  font-family: Oswald;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #148e94;
  margin: 0 0 10px 0;
  padding: 0;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left p.contact,
.sub-page #content #sub-page-content #sub-content.principals .col-right p.contact {
  font-family: Oswald;
  font-size: 12px;
  line-height: 24px;
  color: #231f20;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left p.contact .phone,
.sub-page #content #sub-page-content #sub-content.principals .col-right p.contact .phone {
  margin-right: 15px;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left p.contact .phone a,
.sub-page #content #sub-page-content #sub-content.principals .col-right p.contact .phone a {
  text-decoration: none;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left p.contact .fax a,
.sub-page #content #sub-page-content #sub-content.principals .col-right p.contact .fax a {
  text-decoration: none;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left p.contact a,
.sub-page #content #sub-page-content #sub-content.principals .col-right p.contact a {
  color: inherit;
}
.sub-page #content #sub-page-content #sub-content.principals .col-left p.info,
.sub-page #content #sub-page-content #sub-content.principals .col-right p.info {
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.sub-page #content #sub-page-content #sub-content.history img {
  border: 1px solid #424242;
}
.sub-page #content #sub-page-content #sub-content.properties table tbody tr td {
  font-size: 13px;
  vertical-align: top;
}
.sub-page #content #sub-page-content #sub-content.property {
  padding-top: 360px;
}
.sub-page #content #sub-page-content #sub-content.property img.feature {
  position: absolute;
  top: 0;
  right: 0;
}
.sub-page #content #sub-page-content #sub-content.property h1 {
  margin-bottom: 6px;
}
.sub-page #content #sub-page-content #sub-content.property h2.address {
  font-weight: 300;
}
.sub-page #content #sub-page-content #sub-content.property table tr {
  border-bottom: 1px solid #ccccc9;
  background: transparent;
}
.sub-page #content #sub-page-content #sub-content.property table tr td {
  background: transparent;
  vertical-align: top;
}
.sub-page #content #sub-page-content #sub-content.property table tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
}
.sub-page #content #sub-page-content #sub-content.property table tr:last-child {
  border-bottom: 1px solid transparent;
}
.sub-page #content #sub-page-content #sub-content.property .left-col {
  margin-right: 45px;
}
.sub-page #content #sub-page-content #sub-content.property .left-col .button {
  width: 100%;
  border: 2px solid #148e94;
  background-image: none;
  margin-bottom: 6px;
}
.sub-page #content #sub-page-content #sub-content.property .left-col .button.active {
  border: 2px solid #148e94;
  background: #fff;
  color: #148e94;
}
.sub-page #content #sub-page-content #sub-content.contact-us label {
  font-size: 16px;
  font-weight: bold;
  color: #4c4a49;
  margin-bottom: 2px;
}
.sub-page #content #sub-page-content #sub-content.contact-us label span {
  color: #ff0000;
}
.sub-page #content #sub-page-content #sub-content.contact-us input,
.sub-page #content #sub-page-content #sub-content.contact-us select,
.sub-page #content #sub-page-content #sub-content.contact-us textarea {
  width: 299px;
  border: 1px solid #4c4a49;
  padding: 5px;
  margin-bottom: 10px;
}
.sub-page #content #sub-page-content #sub-content .note {
  font-size: 12px;
  font-style: italic;
}
.sub-page #content #sub-page-content #sub-content .required {
  color: #ff0000;
}
.sub-page #content #sub-page-content #sub-content .button {
  width: 50%;
  background: #148e94 url('../images/arrow-blue.png') no-repeat 93% center;
  color: #fff;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
  border: none;
}
.sub-page #content #sub-page-content #sub-content .button:hover {
  background-color: #2a9aa1;
  color: #fffff0;
}
.sub-page #content #sub-page-content #sub-content .button:active {
  background-color: #008087;
  color: #fffff0;
}
.container {
  margin: 0 auto;
  width: 960px;
  position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline-block;
}
.button {
  width: 234px;
  background: #bf7300 url('../images/arrow-orange.png') no-repeat 200px center;
  color: #fffff0;
  font: 17px normal 'Oswald';
  font-size: 17px;
  font-weight: normal;
  font-family: Oswald;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.button:hover {
  background-color: #d18410;
  color: #fffff0;
}
.button:active {
  background-color: #ad6800;
  color: #fffff0;
}
.button.small {
  font-size: 13px;
  padding: 8px;
  background-image: none;
}
.icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  vertical-align: middle;
}
.icon.phone {
  background-image: url('../images/icon-phone.png');
}
.icon.email {
  background-image: url('../images/icon-email.png');
}
table {
  width: 100%;
  color: #393d3d;
  margin-bottom: 29px;
}
table thead tr th,
table tbody tr th,
table thead tr td,
table tbody tr td {
  padding: 8px 8px;
}
table thead tr th a,
table tbody tr th a,
table thead tr td a,
table tbody tr td a {
  color: inherit;
}
table thead tr th {
  text-align: left;
  font: 600 12px 'Oswald';
  font-weight: 600;
  font-size: 12px;
  font-family: Oswald;
  text-transform: uppercase;
}
table tbody tr {
  background: #deefed;
  border-bottom: 1px solid #fff;
}
table tbody tr:nth-child(2n) {
  background: #e7f3f3;
}
table tbody tr td {
  font: normal 14px 'PT Sans';
  font-weight: normal;
  font-size: 13px;
  font-family: 'PT Sans';
}
a:hover {
  text-decoration: none;
}
/* Tooltip */
.required {
  color: #ee0000;
}
.invalid {
  border: 1px solid #ee0000 !important;
}
.tooltip {
  position: relative;
  border: 1px solid #ee0000;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ee0000;
  padding: 6px;
  font-weight: normal;
  margin: 0 0 18px 0;
  font-size: 12px;
}
.tooltip:after,
.tooltip:before {
  bottom: 100%;
  left: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.tooltip:before {
  border-color: rgba(238, 0, 0, 0);
  border-bottom-color: #ee0000;
  border-width: 7px;
  margin-left: -7px;
}
/* Firefox Specific Hacks */
@-moz-document url-prefix() {
  body #bottom-feature #tusk-in-the-news,
  body #bottom-feature #contact-form {
    padding: 40px 40px 50px;
  }
  body #bottom-feature #tusk-in-the-news .button,
  body #bottom-feature #contact-form .button {
    width: 100%;
    position: inherit;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
