/*
Theme Name: Oresa Responsive
Theme URI: http://www.oresa.com
Description: Wordpress theme created for Oresa Recruitment - UK
Version: 1.0
Author: Bring Me Joy + nfrost21
Author URI: http://www.bringmejoy.com
*/


/*
Colours:
#4c4e4f = grey | light
#363738 = grey | dark
#740054 = purple
*/


/*!
 * Bootstrap v2.2.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.
 * Modified by nfrost21
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}


html {
  background-color: #535459;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.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;
}

body {
  margin: 0;
  font-family: 'Lora', serif;
  font-size: 12px;
  line-height: 20px;
  color: #4c4e4f;
  background-color: #fcfcf2;
}

body.home {
  background-color: #fcfcf2;
}


.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  max-width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 224px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}


[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  color: #3a3b3b;
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', serif;
  font-weight: normal;
  margin: 10px 0;
  line-height: 20px;
  color: #363738;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

.main_content h3 strong {
  font-weight: bold;
}

.single-post h2 {
  font-size: 16px;
}

.single-post h3 {
  font-size: 14px;
  font-weight: bold;
  color: #363738;
}

h1 {
  font-size: 38.5px;
  font-family: 'Junge', serif;
}

  h1.page_title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #6c1851;
    font-family: 'Lora', serif;
  }

h2 {
  font-size: 31.5px;
}

h2.page_title {
  color: #6c1851;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

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

li {
  line-height: 18px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}


blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.single .post blockquote {
  border-top: none;
  border-bottom: none;
  padding: 25px 0 20px;
  margin: 0;
  text-align: center;
}

.single .post blockquote p {
  font-style: italic;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

  .page-id-699 blockquote p, .page-id-11 blockquote p {
    line-height: 72px;
    font-size: 46px;
    text-align: center;
  }


#lower_bq {
  padding: 20px 0 29px;
  background: none;
}

#lower_bq p {
  font-size: 46px;
  text-align: center;
  line-height: 72px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}


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;
  color: #747474;
}

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: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

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 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.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: 1px \9;
  *margin-top: 0;
  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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

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;
  cursor: not-allowed;
  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);
}

.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: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.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[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

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;
  line-height: 0;
  content: "";
}

.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;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.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,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.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;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 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: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 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 input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 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;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.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: 15px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 80px;
  padding-top: 5px;
  text-align: left;
  text-transform: uppercase;
  color: #4c4e4f;
  font-size: 14px;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 100px;
  *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;
}



.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

/* show dropdowns on hover for desktop only */
@media (min-width: 979px) {
  ul.dropdown-menu {
    top: 15px;
    padding-top: 17px;
  }
  #menu-main_nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}


.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  color: #777777;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse {
  color: #999999;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}





.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media .pull-left {
  margin-right: 10px;
}

.media .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}


.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}


/* bootstrap.css ends here */


/*
|<< ------------------------------------------- GENERAL TYPOGRAPHY ------------------------------------- >>|
*/


h2 {
	text-transform: uppercase;
	color: #363738;
	font-size: 14px;
}

	h2 sup {
		text-transform: lowercase;
	}

  .main_content h2, .main_content h3 {
    color: #6c1851!important;
  }

h3 {
	color: #4c4e4f;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	margin: 15px 0 0 0;
}

p {
	font-family: 'Lora', serif;
	font-size: 13px;
	color: #4c4e4f;
}

a {
  color: #4c4e4f;
  text-decoration: none;
  transition: color 0.3s;
	-moz-transition: color 0.3s; /* Firefox 4 */
	-webkit-transition: color 0.3s; /* Safari and Chrome */
	-o-transition: color 0.3s; /* Opera */
}

	a:hover {
	  color: #363738;
	}

	a.caps {
	  text-transform: uppercase;
	  font-size: 14px;
	}

	a.current, .current-menu-item a, .current-page-ancestor a {
		color: #363738;
	}

		.current-menu-item .sub-menu li a, .current-page-ancestor .sub-menu a {
			color: #4c4e4f;
		}

			.current-page-ancestor .sub-menu .current-menu-item a {
				color: #740054;
			}

	a.more {
		text-transform: uppercase;
		width: 212px;
		position: absolute;
		bottom: 0;
    left: 0;
		margin-top: 10px;
	}

.main_content .action_box h4 {
	color: #5d2958;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 10px;
}


/*
|<< ---------------------------------------------- CONTACT_BAR ----------------------------------------- >>|
*/
.contact_bar {
	height: 60px;
	width: 100%;
	background: #3a3b3e;
	font-size: 19px;
	color: #fff;
	line-height: 60px;
}

	.contact_bar a {
		color: #fff;
	}

	.contact_bar span {
		color: #ffffff;
		padding: 0 10px;
	}

		.contact_bar #telephone {
			color: #f4753e !important;  /* ipad will convert phone numbers to links - this makes sure she stay orange */
		}

		.contact_bar a[href^=tel] {
			color: #f4753e
		}


	.social, .social li {
		display: inline;
		margin: 0;
	}

	.social li {
		height: 27px;
		margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
	}

		.social li a {
			width: 27px;
			height: 27px;
			/* text-indent: -9999px; */
			display: inline-block;
			line-height: 27px;
		}


			.social img {
				vertical-align: text-bottom;
			}




/*|<< ------------------------------------------------ NAV ----------------------------------------------- >>|*/

nav svg {
	margin: 18px auto 15px auto!important;
  display: block;
}

nav ul {
	margin-top: 50px;
}

nav ul li {
	display: inline;
	text-transform: uppercase;
	color: #4c4e4f;
	font-size: 15px;
}

	nav ul li a {
		margin-left: 18px;
	}

/* dropdown menu */

.dropdown-menu {
  top 30px;
  left: 10px;
  background-color: #fcfcf2;
  border: none;
  border-radius: 0 0 4px 0;
  box-shadow: none;
  padding: 15px 10px 12px 0;
}

nav ul.dropdown-menu li a {
  margin-left: 0;
}

.dropdown-menu li > a {
  line-height: 20px;
  font-size: 14px;
  text-transform: capitalize;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background: none;
  color: #3A3B3E;
}


/* remove left margin for mobile menu */
nav ul.mobile-nav li a {
  margin-left: 0;
}

/* mobile menu toggle */
#menu-main_nav.mobile-nav {
  display: none;
  width: auto;
}

.mobile-menu-toggle {
  text-align: center;
  margin-bottom: 10px;
}

.mobile-menu-toggle a.open {
  background-position: center -45px;
}

.mobile-menu-toggle a {
  background: url(images/mobileMenu-toggle.png) center 0 no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
}

.mobile-menu-toggle a:active, .mobile-menu-toggl a:focus {
  background: none;
  outline: 0;
}


/*|<< ---------------------------------------------- HERO-UNIT ------------------------------------------- >>|*/

.slider {
	height: 311px;
	line-height: 311px!important;
	width: 100%;
	background-color: #38383c;
	background-position: center center;
	background-repeat: no-repeat;
  background-image: url(images/mail_banner_gray.png);
}

	.slider .container {
		height: 100%;
	}

	.slider article {
		background: rgb(255, 255, 255);  /* Opaque fallback for IE 8 and below  */
		background: rgba(255, 255, 255, 0.9);
		border-radius: 20px;
		max-width: 700px;
		margin: 70px auto 0 auto;
		padding: 30px 45px 20px 45px;
		text-transform: capitalize;
	  -webkit-box-shadow: 0px 0px 20px 0px #444;
	          box-shadow: 0px 0px 20px 0px #444;

	}

		.slider h1, .banner h1 {
			font-size: 35px;
			font-family: 'Lora' serif;
			font-weight: normal;
			margin: 0 0 5px 0;
			color: #363738;
      text-align: center;
}


		.slider p {
			font-size: 18px;
			line-height: 31px;
			/* letter-spacing: -5; */
			text-transform: none;
			color: #363738;
      text-align: left;
		}

    .slider article h1 {
      font-size:24px;
      line-height:1.5em;
      margin-bottom: 15px;
      text-transform: none;
      color: #363738;
      text-align: left;
    }

/* hide mobile layerslider by default */

#layerslider_2 {
  display: none;
  min-height: 120px;
  background-color: #3e3e40;
  text-align: center;
  color: white;
  padding: 40px 0 45px;
}

#layerslider_2 svg {
  margin-bottom: 10px;
}

#layerslider_2 p {
  font-size: 3em;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

#layerslider_2 a {
  background-color: #f7f9f9;
  color: black;
  padding: 4px 6px;
}

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



/*|<< ---------------------------------------------- BLOCKQUOTE ------------------------------------------ >>|*/

ul.testimonials {
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

img.left_quote, img.right_quote {
  position: absolute;
  top: 10px;
}

img.left_quote {
  float: left;
  left: 0;
}

img.right_quote {
  float: right;
  right: 0;
}

blockquote {
	font-size: 17px;
	line-height: 24px;
	color: #666;
	border-top: 1px dotted #4c4e4f;
	border-bottom: 1px dotted #4c4e4f;
	background-repeat: no-repeat!important;
	margin: 10px 0 10px;
	padding: 0;
	padding: 34px 0 29px;
}

	blockquote.rawquote {
		text-transform: none;
		line-height: normal;
		background: none;
		margin: 0;
		padding: 0;
		border: none;
	}

		.page blockquote.rawquote p {
			margin: 0;
			padding: 0;
			font-size: 12px;
			line-height: 20px;
			/* min-height: auto; */
			margin-bottom: 10px;
		}

		.page blockquote.rawquote cite {
			margin: 0;
			padding: 0;
		}

.page blockquote {
	margin: 10px auto;
}

	blockquote p {
		padding: 0 160px 0 130px;
		min-height: 75px;
	}

		.home blockquote p {
			font-size: 18px;
			line-height: 28px;
		}

	blockquote.purple {
		background: url(images/blockquote_bg_purple.png) no-repeat 0 13px;
	}

	blockquote cite {
		text-transform: none;
		display: block;
		font-style: italic;
		font-size: 12px;
		color: #363738;
	}

		blockquote cite:before {
			content: "-";
		}

.home blockquote {
  margin: 30px auto 20px; /* keep blockquote centred on page */
  padding: 0px 20px;
  border: none;
}

.home blockquote p {
  min-height: 1px;
  padding: 0 100px 0 100px;
}

.home blockquote ul li {
  list-style: none;
}

.home h1 {
  text-align:center;
  color: #6c1851;
  padding: 30px 0 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.green-btn {
  background: #007161;
  color: #f1f1f1;
  border-radius: 4px;
  padding: 5px 18px;
  margin: 10px 0 30px;
  font-size: 1.1rem;
  display: inline-block;
}

.green-btn:hover {
  color: #fff;
}





/*|<< --------------------------------------------- ACTION BOXES ----------------------------------------- >>|*/

.action_boxes {
	width: 100%;
	height: 330px;
	padding: 25px 0;
}

.home .action_boxes {
  margin-bottom: 40px;
}

	.page-id-25 .action_boxes {
		padding-top: 0; /* remove top padding on team page */
	}

	.action_boxes article {
		border-radius: 5px;
		width: 204px;  /* this overwrites span3 width of 220 */
		height: 309px;
		padding: 8px;
		overflow: hidden;
		position: relative;
	}

		.page-id-25 .action_boxes article {
			height: 369px; /* 'the team' page action boxes are 10px higher */
		}

		.action_box>a:first-child {
			text-indent: -9999px;
			display: block;
			width: 204px;
			height: 139px;
			background-repeat: no-repeat;
			margin-bottom: 8px;
      background: url(images/box_2.jpg) no-repeat 0 0;
		}

    /* reset image styling for team page images */
    .page-id-25 .action_box>a:first-child {
      text-indent: 0;
      display: block;
      width: 202px;
      height: auto;
      margin-bottom: 8px;
      background: none;
    }

      .action_box1 {
        margin-left: 0;
      }

        .page-id-25 .action_box2>a:first-child {
          background: none;
        }

        .page-id-25 .action_box3>a:first-child {
          background: none;
        }

        .page-id-25 .action_box4>a:first-child {
          background: none;
        }

        .page-id-25 a.more {
          position: relative;
          bottom: auto;
          left: auto;
        }

    /* end reset */

		.action_boxes p {
			color: #4c4e4f;
			font-size: 12px;
			line-height: 16px;
			margin: 12px 0 5px 0;

		}

    .quovolve-box p {
      margin: 0;
    }

		.action_boxes p, .action_boxes h3, .action_boxes h4 {
			padding: 0 10px;
		}

      .action_box4 p, .action_box4 h3, .action_box4 h4 {
        padding: 0 5px; /* slightly less horizontal padding for homepage placement box */
      }

			.action_box ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

				.action_box ul li {
					border-bottom: 1px dotted #b9babd;
					padding: 5px 0;
				}

					.action_box ul.testimonials li {
						border-bottom: none; /* overrides the bottom border for home page testimonials rotator */
					}

					.action_box ul li:last-child {
						border-bottom: none;
					}

			.action_box h4 {
				margin: 0;
        line-height: 15px;
			}

				.action_box h4 + p {
					margin-top: 2px;
				}


/* home action boxes */
.home .action_box {
  text-align: center;
}

.home .action_box img {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
}

.home .action_box h2 {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 15px;
}

.home_pos {
  color: #740054;
}

/* home action box color animation  */
.action_box svg path {
  transition: fill 0.5s ease;
}

.action_box:hover svg path {
  fill: #9e2377;
}


/* page action boxes */

	.page .action_boxes {
		background: none;
	}

		.page .action_boxes article {
			width: 202px;   /* this overwrites homepage article width of 204px */
			border: 1px solid #ccc;
			margin-bottom: 15px;
	  -webkit-box-shadow: 0px 0px 5px 0px #eee;
	          box-shadow: 0px 0px 5px 0px #eee;
		}

		p + .action_boxes {
			margin-top: 30px; /* give the team page action_boxes some breathing space */
		}

			.home .action_boxes article {
				border: 1px solid #fff;
	  -webkit-box-shadow: 0px 0px 5px 0px #555;
	          box-shadow: 0px 0px 5px 0px #555;
        height: 310px;
        min-height: 280px;


        padding-bottom: 45px;
			}

      .home .action_box2 {
        margin-left: 0;
      }

      .home .action_box1 {
        margin-left: 20px;
      }

			.home .action_box ul {
				max-height: 155px;
				overflow: hidden;
			}

				.home .action_box h3+ul {
					margin-top: 5px;
				}

				.home .action_box4 ul {
					max-height: 179px; /* this ul contains recently placed and must not exceed 179px */
					overflow: hidden;
				}

          .home .action_box4 ul li:first-child {
            padding-top: 0;
          }

.home a.more {
  width: 94%;
  bottom: 7px;
  left: 3%;
  background-color: #929293;
  color: #ffffff;
  border-radius: 3px;
}

.researchandopinion li:first-child {
  padding-top: 0;
}

/* executive search action boxes */

.page-template-page-executive-php .action_boxes article {
  padding: 0;
  height: auto;
  padding-bottom: 20px;
  width: 48%;
}

.page-template-page-executive-php .action_boxes h2 {
  width: 100%;
  color: white;
  background: #334838;
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.page-template-page-executive-php .action_boxes h3:first-child {
  margin-top: 10px;
}

.page-template-page-executive-php .action_boxes h3 {
  text-align: center;
  margin: 5px 0;
}





/*|<< ----------------------------------------------- TWEETS --------------------------------------------- >>|*/



.really_simple_twitter_widget {
	margin-bottom: 10px;
  margin-top: -1px;
	overflow: hidden;
}

	.really_simple_twitter_widget > li:first-child {
		margin-left: 0;
	}

	.really_simple_twitter_widget li {
		float: left;
    padding: 0 10px;
	}

		.really_simple_twitter_widget + br {
			display: none; /* dirty hack to remove unwanted br tag */
		}

		.action_box .really_simple_twitter_widget li {
      float: left;
      padding: 0 10px;
      margin-top: 0;
			color: #4c4e4f;
			font-size: 12px;
			display: inline-block;
      line-height: 16px;
		}

			.really_simple_twitter_widget li + a {
				padding-left: 60px;
				font-size: 11px!important;
				color: #363738;
			}

		.really_simple_twitter_widget li:first-child {
			border-left: none;
		}

/*|<< ----------------------------------------------- FOOTER --------------------------------------------- >>|*/

footer {
	width: 100%;
	background-color: #5b5b61;
	background: url(images/bg_gradient_footer.png) repeat-x 0 -1px;
	background: -moz-linear-gradient(top,  #414246 0%, #5b5b61 50%, #535459 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414246), color-stop(50%,#5b5b61), color-stop(100%,#535459)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414246 0%,#5b5b61 50%,#535459 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414246 0%,#5b5b61 50%,#535459 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414246 0%,#5b5b61 50%,#535459 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414246 0%,#5b5b61 50%,#535459 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414246', endColorstr='#535459',GradientType=0 ); /* IE6-9 */
	color: #fff;
}


	ul.container {
		padding-top: 29px;
	}

	ul.container li:first-child ul {
		margin-left: 0;
	}

	ul.container, ul.span2 {
		list-style-type: none;
	}

		footer a {
			text-transform: capitalize;
			color: #ffffff;
			font-size: 12px;
		}

		footer a:hover {
			color: #fff;
		}

			.grey {
				color: #7f8183;
			}

		footer .span2 li:first-child a {
			text-transform: uppercase;
			border-bottom: 1px dotted #dbdbdc;
			display: inline-block;
			padding-bottom: 1px;
			margin-bottom: 8px;
			font-size: 14px;
		}

			footer a.current, footer .current-menu-item a, footer .current-page-ancestor a {
				color: #fff; /* overrides default styling for menu links  */
			}

		footer .title a {
			text-transform: uppercase;
			border-bottom: 1px dotted #dbdbdc;
			display: inline-block;
			padding-bottom: 1px;
			margin-bottom: 8px;
			font-size: 14px;
		}

		footer .span2 li {
			padding-bottom: 1px;
		}

/* footer_ lower */

	.footer_lower {
		border-top: 1px dotted #dbdbdc;
		font-size: 12px;
		line-height: 41px;
		margin-top: 23px;
		padding-bottom: 8px;
	}

		.footer_lower a {
			padding-right: 5px;
			margin-left: 5px;
			border-right: 1px solid #bdbdbc;
		}

			.footer_lower a:last-child {
				border-right: none;
			}



/*|<< ----------------------------------------------- PAGE --------------------------------------------- >>|*/


img.inner-hero {
	margin-bottom: 20px;
}

p.important {
	color: #780055;
}

.banner {
	width: 100%;
	height: 118px;
	line-height: 118px; /* this keeps banner h1 vertically centered */
  background: url(images/SWP-About-Us-Banner-v1.png) no-repeat center center #3e3e40; /* set default banner */
}

	.banner .container {
		height: 100%;
	}

	.page .banner h1 {
		font-size: 27px;
		padding: 10px 15px;
		line-height: 1.2em;
	}

.page-template-page-video-php .banner, .page-template-page-about-php .banner, .page-template-page-casestudies-php .banner, .search-results .banner, .page-template-page-placements-php .banner, .page-template-page-testimonials-php .banner, .page-template-page-raw-php .banner {
	background: url(images/SWP-About-Us-Banner-v1.png) no-repeat center center #3e3e40;
}
/* images/banner_about_3_wide.jpg */

.page-template-page-executive-php .banner {
	background: url(images/SWP-Services-Banner-v1.png) no-repeat center center #3e3e40;
}
/* banner_services_wide.jpg */

.page-template-page-candidate-php .banner {
	background: url(images/SWP-Candidates-Banner-v1.png) no-repeat center center #3e3e40;
}
/* banner_contact_wide.jpg */

.page-template-page-consult-php .banner {
	background: url(images/SWP-Insights-Banner-v1.png) no-repeat center center #3e3e40;
}
/* banner_consult_2.jpg */

.page-template-page-enlighten-php .banner,
.single .banner,
.page-template-page-research-php .banner,
.page-template-page-enlighten-new-php .banner,
.page-template-page-brexit-poll-php .banner,
.page-template-page-client-satisfaction-survey .banner
{
	background: url(images/SWP-Insights-Banner-v1.png) no-repeat center center #3e3e40;
}
/* banner_enlighten_wide.jpg */

.contact-us .banner {
	background: url(images/SWP-Contact-Us-Banner-v1.png) no-repeat center center #3e3e40;
}
/* banner_candidate_wide.jpg */

	.banner h1 {
		background: rgb(255, 255, 255); /* fallback for browsers that do not support rgb alpha */
		background: rgba(255, 255, 255, 0.8);
		border-radius: 15px;
		margin: 0;
		padding: 15px 20px;
		display: inline-block;
		text-transform: uppercase;
		color: #38383c;
		font-family: 'Lora', serif;
		letter-spacing: 3px;
		font-weight: normal;
	}

aside {
	min-height: 400px; /* to ensure footer sticks to bottom */
 }

aside, .main_content {
	padding-top: 35px;
	padding-bottom: 40px;
}

	.main_content li {
		margin-bottom: 10px;
	}

	.main_content > h2 {
		margin: 30px 0 10px 0;
		line-height: normal;
	}

  .main_content h3 {
    text-transform: none;
    margin: 30px 0 10px;
    color: #363738;
  }

		.main_content > h2:first-child {
			margin-top: 0;
		}

aside.span3 {
	margin-left: 0;
}

	aside ul {
		border-left: 1px dotted #b9babd;
		list-style-type: none;
		text-transform: uppercase;
		color: #4c4e4f;
		font-size: 15px;
		margin-left: 0;
	}

		aside ul li {
			padding: 0 0 10px 10px;
		}

			aside ul li a:hover {
				color: black;
			}

		aside ul ul {
			border-left: none;
			font-size: 12px;
			padding-top: 5px;
			margin: 10px 0 0 10px;
		}

			aside ul ul a:hover, aside ul ul li.current-menu-item a {
				color: #740054;
			}

			a.active {
				color: black;
			}

aside .request-a-quote-container p {
  color: #6c1851;
  text-transform: uppercase;
  font-size: 16px;
}

aside .green-btn {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.popular-posts .date {
  font-size: 0.7rem;
}

.popular-posts a {
  color: #007161;
  text-transform: none;
}

.popular-posts a:hover {
  color: #007161;
}

.popular-posts ul li {
  margin-bottom: 20px;
}

.popular-posts ul li p {
  margin-bottom: 5px;
}

.sidebar-widget {
  margin-right: 30px;
  padding: 50px 0 0;
}

.sidebar-widget.popular-posts {
  padding-top: 20px;
}

.list1 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

	.list1 > li {
		border-bottom: 1px dotted #4c4e4f;
		padding-bottom: 20px;
		margin-bottom: 16px;
	}

		.list1 li:last-child {
			border-bottom: none;
		}

			.the_team ul.list1 li:last-child, .candidate ul.list1 li:last-child {
				border-bottom: 1px dotted #4c4e4f;
			}

			.list1 h2 {
				line-height: 20px;
			}

			.purple h2 {
				padding-left: 18px;
				background: url(images/purple_spot.png) no-repeat 0 5px;
			}

			.list1 li:first-child h2 {
				margin-top: 0;
				line-height: 20px;
			}


ul.list1 ul.option1 li, ul.list1 ul.option2 li  {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 15px;
	list-style-type: disc;
}

.list1 .option1 li {
	text-transform: uppercase;
}

/*|<< ------------------------------------------- PAGE - HOME ------------------------------------------- >>|*/


.main_logo {
  display:inline-block;
  float: left;
}

.banner span {
  display: none;
}

#logo_oresa_text {
  display: none;
}

	button.btn, input.btn[type="submit"] {
	    padding: 7px 10px 6px;
	}

.testimonials strong {
	font-size: 11px;
}

.home .action_box h4 {
 text-transform: none;
}


/*|<< ------------------------------------------ PAGE - REQUEST A CONSULTATION --------------------------------------- >>|*/

.banner.beige-banner {
  line-height: initial;
  background: none!important;
}

.beige-banner .container {
  text-align: center;
}

.banner-block-container {
  padding: 30px 0;
}

  .beige-banner p, .beige-banner h1 {
    text-align: center;
    line-height: initial;
  }

  .beige-banner h1 {
    background: transparent;
    color: #6c1851;
  }

  #gform_wrapper_5 {
    margin-top: 32px;
  }

  #gform_wrapper_5 ul li.gfield {
    margin-bottom: 0!important;
  }

  #gform_confirmation_wrapper_5 .gform_confirmation_message {
    width: 90%;
    padding-top: 50px;
  }

  #gform_confirmation_wrapper_5 .gform_confirmation_message p {
    color: green;
  }

  .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper textarea.large {
    width: 80%!important;
  }

  #gform_wrapper_5 .gform_footer input[type=submit] {
    background: #007161;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 15px;
  }

  .gform_wrapper textarea.large {
    max-height: 7rem;
  }

  .client-logos {
    list-style: none;
    margin: 40px 0 40px 0;
    padding: 0;
  }

  .client-logos li {
    float: left;
    margin-right: 25px;
    margin-left: 0;
  }

.page-template-page-request-a-consultation blockquote {
  padding-bottom: 0;
  margin-bottom: 50px;
}

  .quote-ul {
    list-style: none;
    margin-left: 0;
  }

  blockquote .quote-ul li p {
    padding: 0 20px;
    min-height: initial;
    font-size: 0.8rem;
  }

  blockquote p.quote-author, blockquote p.quote-position {
    text-align: right;
  }

  blockquote p.quote-author {
    font-weight: bold;
    padding-top: 15px!important;
  }

  blockquote p.quote-position {
    padding-bottom: 20px!important;
  }

  .quote-ul li p.the-quote {
    text-align: left;
  }

  .quote-ul li p.quote-details {
    text-align: right;
  }

  .quote-details p {
    padding-bottom: 0;
  }

  .quote-rotator {
    list-style: none;
  }

  .quote-rotator li p {
    text-align: center;
  }

  .client-logo-table tr {
    padding: 20px 0;
  }
  .client-logo-table td {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
  }

/*|<< ------------------------------------------ PAGE - ABOUT --------------------------------------- >>|*/

/* the team */

.main_content .action_boxes h3 {  /* overwrites h3 styling for main content on action_boxes */
  color: #4c4e4f;
  margin: 15px 0 0;
  text-transform: uppercase;
}

/* testimonials */

.page-template-page-testimonials-php ul.list1 li {
	padding-bottom: 0;
}


/*|<< ------------------------------------------ PAGE - SERVICES- --------------------------------------- >>|*/

.main_content ul.standard {
  margin:20px 0 30px 30px;
}

.main_content ul.standard li {
  margin-bottom: 0;
  font-size: 12px;
}

.alignleft {
  float:left;
  padding-right: 20px;
}


/*|<< -------------------------------------- PAGE - RECENT PLACEMENTS ----------------------------------- >>|*/


.placementlist {
  padding-top: 10px;
  list-style: none;
  margin: 0;
}

.placementtable {
  width: 100%;
  border-collapse: collapse;
}

.placementtable tr {
  border-bottom: 1px dotted #4c4e4f;
}

.placementtable td {
  padding: 0;
  vertical-align: top;
  padding: 5px;
}

.placementtable td.pl_col1 {
  width: 40%;
  padding-left: 0;
}

.pl_col2 {
  width: 60%;
}


/*|<< ------------------------------------------- PAGE - SECTORS ---------------------------------------- >>|*/

.sectorlist {
  display: inline-block;
  padding-top: 10px;
  list-style: none;
  margin: 0 0 0px 0;
}

.sectorlist li {
  width: 230px;
  float: left;
}



/*|<< ------------------------------------------ PAGE - CANDIDATE --------------------------------------- >>|*/

.green_strip {
	width: 100%;
	height: auto;
	padding: 15px 0;
	background: grey;
}

	.green_strip form {
		position: relative;
		width: 360px;
		height: 280px;
		margin: 10px auto;
		padding: 20px 100px 70px 60px;
		background: #fff;
		border-radius: 10px;
	}

		.green_strip textarea {
			width: 272px;
			height: 77px;
			resize: none;
		}

		.input-file {
			margin-top: 0;
		}

		.green_strip form small {
			display: block;
			font-size: 70%;
		}

		.file-262 .wpcf7-not-valid-tip {
			background: white;
			width: auto;
		}

		.fileupload-preview {
			display: inline-block;
			text-transform: uppercase;
			font-size: 11px;
			font-family: arial, helvetica, sans-serif;
		}

		.close {
			vertical-align: text-bottom;
		}

		.response {
			text-align: center;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			padding: 8px 0 2px;
			border-top: 1px dotted #4c4e4f;
		}

/* nl subscribe checkbox */

.nl_subscribe input {
  vertical-align: text-top;
}

.nl_subscribe span span {
  font-size: 12px;
}

select,
input[type="file"] {
  /* height: 20px; */
  /* 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: 10px;
}

input[type="checkbox"] {
  margin-top: 0;
}

span.wpcf7-list-item {
  margin-left: none;
}

#candidate_submit:focus {
  outline:none;
}

/* end nl subscribe checkbox */


/*|<< ------------------------------------- PAGE - ENLIGHTEN & BLOG POSTS-------------------------- >>|*/


p + ul.list1 {
	margin-top: 40px;
}

.single article h2:first-child {
	line-height: inherit;
	margin-bottom: 15px;
}

.single .main_content {
	padding-bottom: 50px;
	min-height: 340px;
}

.single .main_content ul {
  font-size: 13px;
  margin-bottom: 20px;
}

	.single nav {
		margin-top: 20px;
	}

	.single nav a+a:before {
		content: "|";
		padding: 0 10px;
	}


.page-id-1138 .purple h2 {
  margin-top: 0;
  margin-bottom: 5px;
}

.main_content h3.date {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #aaa;
}

  .wp-caption {
    margin: 20px 0 40px 0;
    width: auto!important;
  }

  .aligncenter {
    text-align: center;
  }
/*
.pdf {
	width: 48px;
	height: 48px;
	display: inline-block;
	text-indent: -9999px;
	background: url(images/icon_pdf.png) no-repeat 0 0;
}
*/

.vertimage {
  text-align: center;
  width: 100%!important;
  margin: 30px 0;
}

.vertimage img {
  max-width: 400px;
}


/* pagination */
.navigation {
  clear: both;
}

.wp-paginate {
    margin: 40px 0 20px;
    padding: 0;
}
.wp-paginate li {
    display: inline;
    list-style: none outside none;
}
.wp-paginate a {
  /*  background: none repeat scroll 0 0 #DDDDDD; */
  /*  border: 1px solid #CCCCCC; */
    color: #4c4e4f;
    margin-right: 4px;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate a:hover, .wp-paginate a:active {
 /*   background: none repeat scroll 0 0 #CCCCCC;  */
    color: #363738;
}
.wp-paginate .title {
    color: #555555;
    margin-right: 8px;
}
.wp-paginate .gap {
    color: #999999;
    margin-right: 4px;
}
.wp-paginate .current {
 /*   background: none repeat scroll 0 0 #3a3b3e;  */
 /*  border: 1px solid #ccc;  */
    color: #363738;
    margin-right: 4px;
    padding: 3px 6px;
}


/* override cf7 default values: */



/* end cf7 override */

/* enlighten page subscribe form */

#wpcf7-f1111-t1-o1 {
  margin: 20px 0 20px 0;
  font-size: 11px;
}

#wpcf7-f1111-t1-o1 input {
  max-width: 160px;
}

.subs_intro {
  font-size: 11px;
  line-height: 1.5em;
  max-width: 190px;
  margin-bottom: 15px;
}


#wpcf7-f1111-t1-o1 div.wpcf7-response-output {
  text-align: left;
  position: relative;
  border-top: none;
}

#wpcf7-f1111-t1-o1 input[type="submit"] {
  font-size: 12px;
}

#wpcf7-f1111-t1-o1 input[type="submit"]:focus {
  outline: none;
}


/* end enlighten page subscribe form */


/*|<< ------------------------------------- SINGLE POST -------------------------- >>|*/

.single-post article img {
  width: 100%;
}


/*|<< ------------------------------------- PAGE - Contact -------------------------- >>|*/

.address {
	margin: 30px 0;
}



/*|<< ------------------------------------------ PAGE - 404 --------------------------------------- >>|*/

.error404 .darkpurple, .search-no-results .darkpurple {
	background: #402f4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #402f4a 0%, #5e456d 50%, #4d3859 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#402f4a), color-stop(50%,#5e456d), color-stop(100%,#4d3859)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #402f4a 0%,#5e456d 50%,#4d3859 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #402f4a 0%,#5e456d 50%,#4d3859 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #402f4a 0%,#5e456d 50%,#4d3859 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #402f4a 0%,#5e456d 50%,#4d3859 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#402f4a', endColorstr='#4d3859',GradientType=0 ); /* IE6-9 */
}

	.centered_content {
		width: 60%;
		max-width: 600px;
		min-width: 300px;
		margin: 70px auto;
	}

	.error404 p, .error404 label, .search-no-results p, .search-no-results label {
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
	}

		.error404 p, .search-no-results p {
			margin: 20px 0;
			line-height: 1.6em;
		}

		.error404 label, .search-no-results label {
			display: inline-block;
			margin-right: 10px;
		}

		#s {
			margin-bottom: 0; /* overwrites bootstrap default styling of search input */
			margin-right: 10px;
		}




/*|<< ----------------------------------------------- GENERIC STYLES --------------------------------------------- >>|*/

.btn {
	color: #4c4e4f;
	font-family: helvetica, arial, sans-serif;
}

	.btn:hover {
		color: #363738;
	}


.minheight {
	min-height: 500px;    /* forces sticky footer in 404 page */
}

/* gravity forms overrides */
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
font-size: 1em!important;
}

.gform_wrapper .top_label .gfield_label {
font-weight: normal!important;
}

.gfield_radio li {
  margin-right: 30px!important;
}

.gform_wrapper ul li.gfield {
margin-bottom: 40px!important;
}

input[type="text"] {
  padding: 6px 7px 3px 7px;
}

.gform_heading {
  display: none;
}


.gform_confirmation_message_1 {
  color: #4a6851;
  font-weight: bold;
}


.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 14px!important;
}

.gform_wrapper input[type=text] {
  padding: 6px 7px 3px 7px!important;
}

.gform_wrapper div.validation_error {
color: #94393f!important;
font-size: 14px!important;
font-weight: bold!important;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
margin-top: 4px;
margin-left: 1px!important; /* fix chrome bug */
}

.gform_wrapper select {
font-size: 13px!important;
font-family: arial, helvetica, sans-serif!important;
}

.form_indent {
  padding-left: 20px;
}

.gform_wrapper ul li.gfield.no_bottom_margin {
  margin-bottom: 0!important;
}

#input_3_14 li, #input_3_18 li, #input_3_16 li, #input_3_26 li, #input_3_84 li {
  float: left;
}

#field_3_82 {
  padding-top: 40px!important;
}


/* Site updates - 27_08_13 - nfrost21 */

.main_content a {
  color: #007161;
  font-weight: bold;
}

.main_content a.more, .main_content h2 a {
  font-weight: normal;
}

#sm_falcon {
  margin: -11px 0 0 2px;
}

p.country_values {
  border-top: 1px dotted #4c4e4f;
  border-bottom: 1px dotted #4c4e4f;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 40px 0 45px 0;
  text-align: center;
  font-size: 35px;
  text-transform: capitalize;
  line-height: 1.5em;
}

.home .action_box2 ul, .home .action_box3 ul {
  /* max-height: 140px; disactivated to accommodate new home box height */
}

.page-id-25 .action_boxes article {
  height: 400px;
}

.page-id-418 .action_boxes, .page-id-1429 .action_boxes {
  padding-top: 0;
  height: auto;
}

.page-id-738 .action_boxes {
  padding-top: 0;
}

.page-id-418 .action_boxes article {
  height: 390px;
}

/* main nav width fix */

nav ul li a {
  margin-left: 20px;
  font-size: 15px;
}

nav ul {
  margin-left: 0;
}

article cite {
  text-transform: none;
  font-style: italic;
  font-size: 12px;
  color: #363738;
}

/* case study page */
a.shadow_link img {
  box-shadow: 1px 1px 3px #ccc;
}

a.shadow_link img:hover {
  box-shadow: 1px 1px 8px #ccc;
}


/* team page */
.inline-portrait {
  float: left;
  margin: 0 17px 13px 0;
}


/* research page */
.cover_image {
  float: left;
  margin-right: 20px;
}


/* testimonial page */
.coloured_box {
  background-color: #ee7c29;
  width: 202px;
  height: 187px;
  position: relative;
}

.inner {
  width: 182px;
  height: 187px;
  padding: 0 10px;
  position: absolute;
  display: table;
}

  .page-id-418 .dark-grey, .page-id-738 .dark-grey {
    background-color: #363738;
  }

  .page-id-418 .purple, .page-id-738 .purple {
   /*  background-color: #740054; */ background-color: #a7a9ac;
  }

  .page-id-418 .orange, .page-id-738 .orange {
    background-color: #ee7c29;
  }

  .page-id-418 .green, .page-id-738 .green {
    background-color: #495b14;
  }

  .page-id-418 .red, .page-id-738 .red {
    background-color: #6f2b23;
  }

  .page-id-418 .gunmetal-grey, .page-id-738 .gunmetal-grey {
    /* background-color: #696b73; */ background-color: #a7a9ac;
  }


.testi_cite, .testi_source {
  text-align: center;
}

.page-id-418 .action_boxes .testi_cite, .page-id-738 .action_boxes .testi_cite {
  margin: 0;
  padding: 0;
  font-size: 23px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1em;
  text-transform: capitalize;
}

article .testi_cite cite {
  margin: 0;
  padding: 70px 0 0 0;
  text-transform: uppercase;
  font-style: normal;
  font-size: 23px;
  line-height: 1.1em;
}

.testi_cite h2 {
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-size:23px;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}

.testi_cite span.testi_source {
  font-size: 15px;
  line-height: 1.4em;
  text-transform: capitalize;
  display: block;
  margin-top: 10px;
}

.action_boxes article .testi_cite cite, .action_boxes article .testi_source {
  color: #fff;
}


/* asset download form page */
#wpcf7-f680-t1-o1 {
 /*  min-height: 360px; */
  margin-top: 20px;
}

#wpcf7-f680-t1-o1 div.wpcf7-response-output {
  position: relative;
  text-align: left;
  border-top: none;
}

.page-id-678 .form-horizontal .control-label {
  width: 90px;
}

.hidden {
  display: none;
}

h2.page_title {
  font-size: 20px;
  margin-bottom: 10px;
}

.mailtolink {
  font-weight:bold;
}

.asset-download aside.span3 {
  visibility: hidden;
}



/* video page */

.video-boxes {
  margin-top: 40px;
}

.fvideo-title {
  max-height: 20px;
  overflow: hidden;
}


/* Gravity Form modifications for client satisfaction  */

.gform_wrapper input[type=text], .gform_wrapper input[type=email] {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  padding-left: 7px!important;
  padding-right: 7px!important;
}

.gform_wrapper textarea {
  padding-left: 7px!important;
  padding-right: 7px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

.gform_wrapper ul.gfield_radio li {
  float: left!important;
  margin-bottom: 40px;
}

#field_4_89 label {
  margin-bottom: 40px;
}

.gchoice_4_89_0, .gchoice_4_89_9 {
  position: relative;
  overflow: visible!important;
}

.likelihood {
  position: absolute;
  top: -25px;
  min-width: 110px;
}

.likely {
  left: -52px;
  color: green;
}

.unlikely {
  color: red;
}

#menu-main_nav .caret {
  display: none;
}

@media only screen and (min-width : 600px) and (max-width : 673px) {
  .likely {
    left: 0;
  }
}




/* -----------------------------------------------  Fin Main  -----------------------------------------------  */


/* MEDIA QUERIES */

/* --------------------------------- viewport greater than 979 */
@media only screen and (min-width : 980px) {
  .mobile-menu-toggle { /* hide menu toggle on desktop */
    display: none;
  }
}


/* --------------------------------- viewport less than 980px (ipad portait and smaller */
@media only screen and (max-width : 979px) {

  .container {
    width: 97%;
  }

    .single-post aside {
      display: none;
    }

    .dropdown-menu {
      position: relative;
      float: none;
      line-height: 18px;
      left: 0;
      padding: 0;
    }

    #menu-main_nav .dropdown-menu li {
      padding: 3px 0;
    }

    .category aside {
      display: none;
    }

    .home h1 {
      font-size: 2rem;
    }








  /* header */

  #logo_oresa {
    float: none;
    display: none;
  }

  #logo_oresa_text {
    display: block;
    margin-top: 40px!important;
  }



  #menu-main_nav {
    display: none; /* hide main nav on mobile  */
  }

  .pull-right.contact_info {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 405px;
  }

  /* HOME */
  .banner {
    text-align: center;
  }

  .page-template-page-about-php .banner,
  .page-template-page-casestudies-php .banner,
  .search-results .banner,
  .page-template-page-placements-php .banner,
  .page-template-page-testimonials-php .banner,
  .page-template-page-raw-php .banner,
  .page-template-page-executive-php .banner,
  .page-template-page-candidate-php .banner,
  .page-template-page-enlighten-php .banner,
  .page-template-default .banner,
  .page-template-page-video-php .banner,
  .page-template-page-brexit-poll-php .banner,
  .page-template-page-client-satisfaction-survey-php .banner,
  .category .banner
  {
    background: #474749;
  }

    .home blockquote {
        box-sizing: border-box;
    }

    .home blockquote p {
      padding: 0!important;
    }

  .banner span {
    display: inline;
    color: white;
    font-size: 40px;
  }

  #layerslider_1 {
    display: none;
  }

  #layerslider_2 {
    display: block;
  }

  .left_quote, .right_quote {
    display: none;
  }

  /* action_boxes */

  .row.action_boxes {
    margin-left: 0;
  }

  .page.page-id-25 .action_boxes article, .page.page-id-418 .action_boxes article {
    width: auto;
    float: left;
    padding: 0;
  }

  .home .action_boxes {
    height: auto;
  }

    .page .action_boxes article {
      width: 80%;
      margin: 0 auto;
      display: block;
      float: none;
      margin-bottom: 30px;
      height: auto;
      padding: 30px 20px;
    }

      .action_box > a:first-child {
        float: left;
        margin-right: 10px;
        margin-top: 8px;
        margin-left: 8px;
      }

    .action_boxes .span3 {
        margin-left: 0;
    }

    .action_boxes form {
      margin: 0;
    }

      .action_boxes #home_cv_submit {
          left: 97px;
      }

      .action_boxes .form_horizontal .control-group, .action_boxes .control-group {
        margin: 0;
      }

      .action_boxes div.wpcf7-response-output {
        border-top: none;
        width: auto;
        text-align: right;
        right: 20px;
      }

  .home .researchandopinion {
    margin-top:12px;
  }

    .home .action_box .really_simple_twitter_widget {
      margin-top: 12px;
    }

    .home .action_box .really_simple_twitter_widget li {
      width: auto;
    }

  .home .action_box > img {
    margin: 10px auto 0;
  }

  .home a.more {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 3px 14px;
    border-radius: 3px;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }


  .home .action_boxes li {
    border-bottom: none;
  }

  .home .action_box4 li:first-child > h4 {
    margin-top: 15px;
  }

    .home .action_boxes p, .home .action_boxes h3, .home .action_boxes h4 {
    padding: 0; /* kills left padding when in ipad portrait */
  }

  /* sectors action boxes */

  .page-template-page-executive-php .action_boxes article {
    padding: 0;
    height: auto;
    padding-bottom: 20px;
    width: 48%;
  }

  .span9.main_content {
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
  }



  /* twitter feed */

  .span4, .really_simple_twitter_widget li {
      width: 246px;
  }

  /* footer */

  .span2 {
    width: 106px;
  }


  /* PAGE */

  /* hide aside on contact page, blog, insight and candidates */
  .page-id-17 aside, .page-id-1138 aside, .page-id-282 aside, .page-id-11 aside, .page-template-page-about aside, aside {
    display: none;
  }

  aside {
    padding-bottom: 0;
  }

  aside.span3 {
    width: 160px;
  }

  .span9 {
    width: auto;
    max-width: 100%;
    /* width: 560px; */
  }

  .main_content .wp-caption {
    max-width: 100%;
  }


  /* page action boxes */

      .action_box > img {
        margin-right: 20px;
        margin-top: 8px;
        margin-left: 8px;
        margin-bottom: 8px;
      }

  /* page team photos  */

  a.more {
    border-top: none;
  }

  /* page testimonials */

  .page-id-418 .action_boxes article {
    height: auto;
  }

  .page-id-418 .coloured_box {
    float: left;
    margin-right: 10px;
  }


  /* video page */

  .video-boxes .gunmetal-grey {
      float: left;
      padding-right: 15px;
    }

  .page .video-boxes .action_box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page .video-boxes iframe {
    padding-top: 15px;
    padding-bottom: 15px;
  }




  /* case studies */

    .case-studies .action_boxes {
      height: auto;
      background: #44103d; /* Old browsers */
      background: -moz-linear-gradient(top,  #44103d 0%, #63185a 53%, #511449 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44103d), color-stop(53%,#63185a), color-stop(100%,#511449)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #44103d 0%,#63185a 53%,#511449 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #44103d 0%,#63185a 53%,#511449 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #44103d 0%,#63185a 53%,#511449 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #44103d 0%,#63185a 53%,#511449 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44103d', endColorstr='#511449',GradientType=0 ); /* IE6-9 */
    }

    /* asset download */

  .asset-download aside.span3 {
    display: none;
  }
} /* ---------------------------------------------------  end less than 980  */

/* set menu to vertical below 979 */

@media only screen and (max-width : 979px) {

  #menu-main_nav {
     margin-top: 0;
  }

    #menu-main_nav {
      margin: 0;
      padding: 0;
      float: none;
      width: 90%;
      margin-bottom: 20px;
    }

      #menu-main_nav li {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        font-size: 1.3em;
      }

    .main_logo {
      float: none;
      width: 100%;
    }

    #logo_oresa {
      display: none;
      margin: 0px auto;
    }

}

/* end menu fix */


/* less than 798 --------------------------------------- */
@media only screen
and (min-width : 481px)
and (max-width : 798px)

{
  .slider article {
    margin-top: 65px;
  }

/* make footer vertical list below 798 */

    footer .span2 {
      width: 100%;
    }

      footer ul.span2 {
        margin: 0;
        padding: 0;
      }

    footer .span2 li {
      display: none;
    }

      /* remove duplicate about us footer menu */
      #menu-item-250 {
        display: none;
      }

      footer .span2 li:first-child { /* this styles footer menu items for iphone portrait */
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 0;
        font-size: 1.3em;
      }

      .footer_lower .span5, .footer_lower .span3 {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        text-align: center;
      }

      footer ul.container {
        padding-bottom: 29px;
      }

      #wpcf7-f1111-t1-o1 { /* hide insight form on small screens */
        display: none;
      }

}

/* ---------------------------------------------------  end less than 798  */


/* change banner text size for devices under 480: */
@media only screen and (max-width : 480px) {
  .banner span {
    font-size: 25px;
  }
  /* images/banner_about_3_wide.jpg */


  /* banner_services_wide.jpg */


  /* banner_contact_wide.jpg */


  /* banner_consult_2.jpg */


  /* banner_enlighten_wide.jpg */


  /* banner_candidate_wide.jpg */

  /* make testimonial grey 100% width below 480 */
  .page-id-418 .action_boxes .coloured_box {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page-id-418 .action_boxes .coloured_box .inner {
    width: 100%;
    padding: 0;
  }

}

/* Smartphones (landscape) --------------------------------------- */
@media only screen and (min-width : 321px) and (max-width : 480px) {
  .container {
    width: 97%;
  }

  .pull-right.contact_info {
    text-align: center;
    float: none;
    width: auto;
    }

    ul.social {
      display: none;
    }

    .main_logo {
      float: none;
      width: 100%;
    }

    #logo_oresa {
      display: none;
      margin: 0px auto;
    }

    #menu-main_nav {
      margin: 0;
      padding: 0;
      float: none;
      width: 90%;
      margin-bottom: 20px;
    }

      #menu-main_nav li {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        font-size: 1.3em;
      }

      .slider article {
        width: 85%;
        padding: 20px;
        margin: 25px auto;
        margin-top: 40px;
      }

        .slider h1 {
          font-size: 22px;
          line-height: 30px;
        }

        .slider p {
          font-size: 15px;
          line-height: 24px;
        }

  blockquote {
    background: none!important;
  }

    blockquote p {
      padding: 0;
      width: 90%;
      margin: 0 auto;
    }

    .home blockquote p {
      padding: 0 20px 0 0px;
    }

  img.left_quote, img.right_quote {
    display: none;  /* hide quote graphics iphone landscape */
   }

.home .action_boxes p {
  padding-right: 12px;
}

.action_box .really_simple_twitter_widget li {
  padding-left: 0;
}

.page .action_boxes article {
  height: auto;
  }

 /* sectors action boxes */
.page-template-page-executive-php .action_boxes article {
  padding: 0;
  height: auto;
  padding-bottom: 10px;
  width: 45%;
}

  .action_box a.more {
    /* display: none; */
  }

/* footer (iphone landscape) */

    footer .span2 {
      width: 100%;
    }

      footer ul.span2 {
        margin: 0;
        padding: 0;
      }

    footer .span2 li {
      display: none;
    }

      /* remove duplicate about us footer menu */
      #menu-item-250 {
        display: none;
      }

      footer .span2 li:first-child { /* this styles footer menu items for iphone portrait */
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 0;
        font-size: 1.3em;
      }

      .footer_lower .span5, .footer_lower .span3 {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        text-align: center;
      }

      footer ul.container {
        padding-bottom: 29px;
      }

/* pages (iphone landscape) */

  .page .banner h1, .single .banner h1 {
    margin-left: 10px;
    font-size: 20px;
    display: inline-block;
  }

  .span9 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  blockquote.purple {
    background: none!important;
    display: none;
  }

    blockquote cite {
      padding: 0;
      margin-top: 10px;
      display: block;
      width: 100%;
      text-align: center;
    }

      blockquote.rawquote cite {
        text-align: left;
      }

  aside {
    padding: 15px 0 0 0;
  }

    aside.span3 {
      width: 100%;
      float: none;
    }

    .page .responsiveSelectContainer select.responsiveMenuSelect, .single .responsiveSelectContainer select.responsiveMenuSelect {
      width: auto;
      display: block;
      margin-left: 10px;
    }

  .main_content {
    padding-top: 20px;
  }

  .action_boxes {
    height: auto;
  }

      #wpcf7-f1111-t1-o1 { /* hide insight form on small screens */
        display: none;
      }

/* candidate form (iphone landscape) */

  .green_strip {
    height: auto;
    background: #324737; /* Old browsers */
    background: -moz-linear-gradient(top,  #324737 0%, #4a6851 50%, #3c5542 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324737), color-stop(50%,#4a6851), color-stop(100%,#3c5542)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #324737 0%,#4a6851 50%,#3c5542 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #324737 0%,#4a6851 50%,#3c5542 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #324737 0%,#4a6851 50%,#3c5542 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #324737 0%,#4a6851 50%,#3c5542 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324737', endColorstr='#3c5542',GradientType=0 ); /* IE6-9 */
  }

  div.wpcf7 {
    width: 320px;
    margin: 0 auto!important;
  }

    .green_strip form {
      width: 280px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 20px;
      padding-bottom: 70px;
          -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
          -moz-box-sizing: border-box;    /* Firefox, other Gecko */
          box-sizing: border-box;         /* Opera/IE 8+ */
    }


      .form-horizontal .control-label {
        float: none;
        width: 100%;
      }

      .form-horizontal .controls {
        margin-left: 0;
      }

        .input-xlarge {
          max-width: 225px;
        }

        .green_strip textarea {
          max-width: 225px;
        }

        .file-262 input {
          max-width: 225px!important;
        }

        div.wpcf7-response-output {
              -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
              -moz-box-sizing: border-box;    /* Firefox, other Gecko */
              box-sizing: border-box;         /* Opera/IE 8+ */
              padding: 10px!important;
              width: 280px!important;
        }

}

/* -  end Smartphones (landscape) */




/* Smartphones (portrait) ---------------------------------------- */
@media only screen
and (max-width : 320px)

{
  .container {
    width: 320px;
  }

    ul.social {
      display: none;
    }

    .main_logo {
      float: none;
      width: 100%;
    }

    #logo_oresa {
      display: none;
      margin: 0 auto;
    }

    .pull-right.contact_info {
      text-align: center;
      float: none;
      font-size: 0.8em;
      width: auto;
    }


    #menu-main_nav {
      margin: 0;
      padding: 0;
      float: none;
      width: 90%;
      margin-bottom: 20px;
    }

      #menu-main_nav li {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        font-size: 1.3em;
      }

    .slider {
      background: url("images/hero_photo_320.jpg") no-repeat scroll center center #38383C;
    }

      .slider article {
        width: 75%;
        padding: 20px;
        margin: 25px auto;
        margin-top: 60px;
      }

        .slider h1 {
          font-size: 19px!important;
        }

    .slider article p:first-child {
      font-size:19px;
      line-height:1.5em;
      margin-bottom: 15px;
    }

    .slider article p:last-child {
      text-align: left;
      text-transform: uppercase;
      font-size:17px;
      color:#666;
      margin-bottom: 0;
    }

    blockquote {
      background: none!important;
    }

    .home blockquote {
      padding-left: 0;
    }

      .home blockquote p {
        padding: 0 20px 0 0;
        width: 90%;
        margin: 0 auto;
      }

  img.left_quote, img.right_quote {
    display: none;  /* hide quote graphics iphone portrait */
   }


    .home .action_boxes p, .home .action_boxes h3, .home .action_boxes h4 {
    padding: 0 10px; /* re-activates l+r  padding when in iphone portrait */
    }

    /* center portrait images when on iphone portrait */
    .page.page-id-25 .action_boxes article, .page.page-id-418 .action_boxes article {
      text-align: center;
    }

    .page.page-id-25 .action_boxes article a, .page.page-id-418 .action_boxes article a {
      margin-left: auto;
      margin-right: auto;
    }

    .page .action_boxes {
      margin-left: auto;
      margin-right: auto;
    }

    .page .action_boxes article {
      width: 220px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      float: none;
    }

      .action_box > a:first-child {
        float: none;
      }

      .action_box a.more {
        display: none;
       }

    #wpcf7-f249-t1-o1 {
      margin-left: 10px;
    }

    .really_simple_twitter_widget {

    }

    .testimonials strong {
      display: inline-block;
      line-height: 18px;
      margin-top: 10px;
    }

/* testimonial page (iphone portrait) */

.page-id-418 .coloured_box {
  width: 100%;
  float: none;
  margin-right: 0;
}

.page-id-418 .inner {
  width: auto;
  padding: 0 10px;
}

.page-id-418 .action_boxes article {
  height: auto;
}

.page-id-418 .action_boxes p {
  padding: 0 10px 10px;
}


/* footer (iphone portrait) */

    footer .span2 {
      width: 100%;
    }

      footer ul.span2 {
        margin: 0;
        padding: 0;
      }

    footer .span2 li {
      display: none;
    }

      /* remove duplicate about us footer menu */
      #menu-item-250 {
        display: none;
      }

      footer .span2 li:first-child { /* this styles footer menu items for iphone portrait */
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 0;
        font-size: 1.3em;
      }

      .footer_lower .span5, .footer_lower .span3 {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        text-align: center;
      }

      footer ul.container {
        padding-bottom: 29px;
      }

.form_indent {
  padding-left: 0px;
}

/* pages (iphone portrait) */

  .page .banner h1, .single .banner h1 {
    margin-left: 10px;
    font-size: 20px;
    display: inline-block;
  }

  .span9 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  blockquote.purple {
    background: none!important;
    display: none;
  }

    blockquote cite {
      padding: 0;
      margin-top: 10px;
      display: block;
      width: 100%;
      text-align: center;
    }

    blockquote.rawquote cite {
      text-align: left;
    }

  aside {
    padding: 15px 0 0 0;
  }

    aside.span3 {
      width: 100%;
      float: none;
    }

    .page .responsiveSelectContainer select.responsiveMenuSelect, .single .responsiveSelectContainer select.responsiveMenuSelect {
      width: auto;
      display: block;
      margin-left: 10px;
    }

  .main_content {
    padding-top: 20px;
  }

  .action_boxes {
    height: auto;
  }

/* candidate form (iphone portrait) */

  .green_strip {
    height: auto;
    background: #324737; /* Old browsers */
    background: -moz-linear-gradient(top,  #324737 0%, #4a6851 50%, #3c5542 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324737), color-stop(50%,#4a6851), color-stop(100%,#3c5542)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #324737 0%,#4a6851 50%,#3c5542 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #324737 0%,#4a6851 50%,#3c5542 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #324737 0%,#4a6851 50%,#3c5542 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #324737 0%,#4a6851 50%,#3c5542 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324737', endColorstr='#3c5542',GradientType=0 ); /* IE6-9 */
  }

  div.wpcf7 {
    width: 320px;
    margin: 0 auto!important;
  }

    .green_strip form {
      width: 280px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 20px;
      padding-bottom: 70px;
          -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
          -moz-box-sizing: border-box;    /* Firefox, other Gecko */
          box-sizing: border-box;         /* Opera/IE 8+ */
    }


      .form-horizontal .control-label {
        float: none;
        width: 100%;
      }

      .form-horizontal .controls {
        margin-left: 0;
      }

        .input-xlarge {
          max-width: 225px;
        }

        .green_strip textarea {
          max-width: 225px;
        }

        .file-262 input {
          max-width: 225px!important;
        }

        div.wpcf7-response-output {
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
            padding: 10px!important;
            width: 280px!important;
        }

      #wpcf7-f1111-t1-o1 { /* hide insight form on small screens */
        display: none;
      }

      .cover_image {
        float: none;
        margin: 0 auto;
        display: block;
        padding-bottom: 10px;
      }
}


@media only screen and (min-width : 979px) {
  .subs_intro {
    margin-top: 37px;
  }
}

input:focus {
  outline: none;
}

/* mailchimp subscribe form */
#mc-embedded-subscribe-form input {
  max-width: 80%;
}

.addthis_toolbox {
  margin-top: 60px;
}

@media only screen and (max-width : 500px) {
  .single .banner {
    display: none;
  }
  .main_content {
/*    padding-top: 0;  */
  }
}

.mc-modal, .mc-banner {
  display: none;
}



/*   home page modal window styles - NYE   */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#modal {
  position: absolute;
  background: rgba(0,0,0, 0.2);
  border-radius: 14px;
  padding: 8px;
  cursor: pointer;
  z-index: 200;
}

#content {
  border-radius: 8px;
  background: #fff;
  background: url("images/ORESA-nye.jpg") 0 0 no-repeat;
  width: 800px;
  height: 627px;
}

#close {
  position: absolute;
  background: url("images/close.png") 0 0 no-repeat;
  width: 24px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  top: -7px;
  right: -7px;
}

@media only screen and (max-width: 979px) {
  /* hide modal below 979 */
  #modal, #overlay {
    display: none!important;
  }
  .home .action_box iframe {
    display: block;
    margin: 0 auto;
    min-width: 300px;
    height: auto;
  }
}



@media only screen and (max-width: 700px) {
  /* video page small version */
  .page .video-boxes .action_box {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
  }

  .video-boxes .gunmetal-grey {
    float: none;
    padding: 0;
  }

  .page .video-boxes iframe {
    float: none;
    width: 100%;
    padding: 0;
    height: auto;
  }
}

@media only screen and (max-width: 700px) and (min-width: 600px) {
  .page .video-boxes iframe {
    min-height: 300px;
  }
}
