/* CSS Document */
/*------------------------------*\
    Template spacing
\*------------------------------*/
/*------------------------------*\
    All Site Colors
\*------------------------------*/
/* BLUE */
/* ORANGES */
/* GRAYS */
/* MISC */
/*------------------------------*\
    Fonts Used
\*------------------------------*/
/*------------------------------*\
    Things to Make Life Easier
\*------------------------------*/
p.button a, a.button, a.btn, button.button, button.btn, input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #e87d1e;
  border: none;
  padding: 18px 25px;
  -moz-box-shadow: 0 0 5px rgba(13, 60, 84, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(13, 60, 84, 0.2);
  box-shadow: 0 0 5px rgba(13, 60, 84, 0.2);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  p.button a:hover, a.button:hover, a.btn:hover, button.button:hover, button.btn:hover, input[type="submit"]:hover, p.button a:focus, a.button:focus, a.btn:focus, button.button:focus, button.btn:focus, input[type="submit"]:focus {
    color: #FFF;
    background: #ba6418; }

.fontAwesome {
  font-family: FontAwesome; }

/*------------------------------*\
        Twitter Bootstrap
\*------------------------------*/
/*------------------------------*\
        Layout
\*------------------------------*/
html,
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #404040;
  -webkit-font-smoothing: antialiased !important; }

/*------------------------------*\
        Global
\*------------------------------*/
h1, h2, h3, h4, h5, h6, blockquote {
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif; }

h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  color: #0d3c54;
  margin: 0 0 20px; }
  @media all and (min-width: 768px) {
    h1 {
      font-size: 50px;
      line-height: 1.06;
      margin: 0 0 30px; } }

h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 1.15152;
  color: #0d3c54;
  margin: 10px 0 15px; }

h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15385;
  color: #0d3c54;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px 0 15px; }

h4 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.13043;
  color: #666;
  margin: 0 0 30px; }

h5 {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.14286;
  color: #0d3c54;
  margin: 10px 0 15px; }

h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
  color: #0d3c54;
  text-transform: uppercase;
  margin: 20px 0 15px; }

a {
  font-weight: 700;
  color: #009ec8;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none;
    color: #0d3c54; }
  a img {
    border: none; }

hr {
  border: none;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: url(../assets/images/layout/dash.jpg) repeat-x left top; }

p {
  margin: 0 0 20px; }
  p:last-of-type {
    margin-bottom: 0; }

blockquote {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.38462;
  font-style: italic;
  border: none;
  color: #404040;
  margin: 15px 10px 30px; }
  @media all and (min-width: 768px) {
    blockquote {
      margin: 15px 50px 30px; } }

ul, ol {
  margin: -10px 0 15px 15px;
  padding: 0 0 0 16px; }
  ul li, ol li {
    margin: 0 0 5px;
    padding: 0; }

ul {
  list-style: none; }
  ul li {
    list-style: disc outside none; }

a.track_event_link {
  visibility: visible; }

/*------------------------------*\
        Default Inputs
\*------------------------------*/
input.errorField {
  border: solid 1px #b00; }

textarea.errorField {
  border: solid 1px #b00; }

/*------------------------------*\
        Button Styles
\*------------------------------*/
/*------------------------------*\
        IOS - remove rounded corners from text fields and submits
        - don't do this for selects or checkboxes because it will remove the dropdown arrow
\*------------------------------*/
textarea,
input[type=text],
input[type=password],
input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

/*------------------------------*\
        Skip To Content
\*------------------------------*/
#skip a {
  background: #fff;
  border: solid 3px #1b3f2d;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: -500px;
  overflow: hidden;
  text-align: center;
  padding: 10px; }
