@charset "UTF-8";
/* Constants

font-family:'Chaparral W01 Regular';
font-family:'DINCondensedW01-Normal';

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

object, embed, iframe {
  max-width: 100%; }

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 20px 0; }

.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
  -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,
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;
  content: ""; }

.clearfix:after {
  clear: both; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #323232;
  background: url("images/repeat_paper_bg.jpg") repeat center top transparent; }

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

a:hover {
  text-decoration: underline; }

.more_link {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'DINCondensedW01-Normal', sans-serif; }

.container {
  width: 1064px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  position: relative; }

.container:before,
.container:after {
  display: table;
  content: ""; }

.container:after {
  clear: both; }

p {
  margin: 0 0 12px; }

.secondary p:empty {
  display: none; }

p small {
  font-size: 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px 0;
  font-family: inherit;
  font-weight: normal;
  color: #323232;
  text-rendering: optimizelegibility; }

h1 {
  color: #532A35;
  font-size: 40px;
  line-height: 42px;
  margin: 0;
  font-family: 'Chaparral W01 Regular', serif; }

h2 {
  color: #67642E;
  font-size: 35px;
  font-family: 'Chaparral W01 Regular', serif;
  line-height: 37px;
  margin: 0 0 10px; }

h3 {
  color: #6F9CBC;
  font-size: 25px;
  font-family: 'DINCondensedW01-Normal', sans-serif;
  margin: 0 0 10px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

h3.bar_heading, .secondary h3.bar_heading {
  background-color: #67642E;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 12px;
  padding: 6px 7px 2px; }

.secondary h3 {
  color: #6F9CBC;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em; }

h4 {
  color: #6F9CBC;
  font-size: 18px;
  font-family: 'DINCondensedW01-Normal', sans-serif;
  margin: 0 0 5px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

h5 {
  color: #67642E;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase; }

h6 {
  font-size: 13px;
  margin: 0;
  text-transform: none;
  font-weight: 700; }

h1 a {
  color: #323232; }

ul,
ol {
  padding: 0;
  margin: 0 0 12px 24px; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 9px; }

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

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

hr {
  margin: 10px 0;
  border: 0 none;
  border-bottom: 2px dotted #D9A40E;
  *zoom: 1;
  clear: both; }
  hr:before, hr:after {
    display: table;
    content: "";
    line-height: 0; }
  hr:after {
    clear: both; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

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

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

blockquote {
  margin: 0 0 24px;
  padding: 24px 0;
  border-top: 1px solid #DFDFE0;
  border-bottom: 1px solid #DFDFE0; }

blockquote p {
  font-size: 16px;
  font-weight: 700;
  margin: 0; }

blockquote small {
  display: block;
  line-height: 24px;
  font-size: 14; }

blockquote small:before {
  content: "— "; }

blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 10px; }

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

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

address {
  display: block;
  margin-bottom: 24px;
  font-style: normal; }

small {
  font-size: 80%; }

cite {
  font-style: normal; }

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

pre.prettyprint {
  margin-bottom: 18px; }

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

form {
  margin: 0 0 24px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 13.5px;
  color: #999999; }

/* Forms -------------------------------------------------------------
*/
body.home #ninja_forms_form_2_wrap {
  margin-left: -5px; }

.ninja-forms-form-wrap {
  margin: 20px 0; }
  .ninja-forms-form-wrap h3 {
    margin: 10px 0; }

/* Resume/Save Stuff */
.progress_actions {
  position: absolute;
  top: 340px;
  width: 200px; }
  .progress_actions a.button {
    display: block;
    margin-bottom: 10px;
    background-color: #6F9CBC; }

.progress_actions.scrolled {
  position: fixed;
  top: 190px; }

#ninja_forms_form_1_save_progress,
#ninja_forms_form_7_save_progress {
  display: none; }

#ninja_forms_form_1_resume_link_wrap,
#ninja_forms_form_7_resume_link_wrap {
  background: none repeat scroll 0 0 #FFFDF3;
  border: 1px solid #F2DFA4;
  padding: 10px; }

#ninja_forms_form_1_response_msg p:last-of-type,
#ninja_forms_form_7_response_msg p:last-of-type {
  margin: 0; }

#ninja_forms_form_1_register_form,
#ninja_forms_form_7_register_form {
  width: 50%; }
  #ninja_forms_form_1_register_form input,
  #ninja_forms_form_7_register_form input {
    margin: 10px 10px 10px 0; }
  #ninja_forms_form_1_register_form #_ninja_forms_form_1_register_log_error,
  #ninja_forms_form_7_register_form #_ninja_forms_form_1_register_log_error {
    *zoom: 1; }
    #ninja_forms_form_1_register_form #_ninja_forms_form_1_register_log_error:before, #ninja_forms_form_1_register_form #_ninja_forms_form_1_register_log_error:after,
    #ninja_forms_form_7_register_form #_ninja_forms_form_1_register_log_error:before,
    #ninja_forms_form_7_register_form #_ninja_forms_form_1_register_log_error:after {
      display: table;
      content: "";
      line-height: 0; }
    #ninja_forms_form_1_register_form #_ninja_forms_form_1_register_log_error:after,
    #ninja_forms_form_7_register_form #_ninja_forms_form_1_register_log_error:after {
      clear: both; }

#ninja_forms_form_1_login_form,
#ninja_forms_form_1_register_form,
#ninja_forms_form_7_login_form,
#ninja_forms_form_7_register_form {
  margin: 0 0 20px; }

/* General Form Stuff */
#ninja_forms_required_items {
  color: #de5959;
  font-style: oblique; }

.ninja-forms-form-wrap .subtle-wrap > label, .subtle > label {
  font-weight: normal;
  font-style: oblique;
  color: #999; }
.ninja-forms-form-wrap .subtle-wrap h5, .subtle h5 {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 3px;
  margin: 10px 0; }

.ninja-forms-form-wrap .subtle-wrap.list-radio-wrap > label,
.ninja-forms-form-wrap .subtle-wrap.list-checkbox-wrap > label {
  font-weight: bold;
  font-style: normal;
  color: #323232; }
.ninja-forms-form-wrap .subtle-wrap.list-radio-wrap ul label,
.ninja-forms-form-wrap .subtle-wrap.list-checkbox-wrap ul label {
  font-weight: normal;
  font-style: oblique;
  color: #999; }

/*
.list-radio-wrap.half_width-wrap,
.list-checkbox-wrap.half_width-wrap {
  @include clearfix;
  li {
    float: left;
    margin-right: 2%;
    width: 48%;
  }
  li:last-child {
    margin:0;
  }
}
*/
.field-wrap.margin-bottom-sm-wrap {
  margin-bottom: 5px; }

.ninja-forms-required-items {
  color: #ff0000;
  margin-bottom: 12px; }

.primary .ninja-row {
  margin-left: -5px;
  margin-right: -5px; }

.primary .ninja-forms-form-wrap input,
.primary .ninja-forms-form-wrap select,
.primary .ninja-forms-form-wrap textarea {
  max-width: 100%; }

.primary .ninja-forms-form-wrap .ninja-forms-form .list-radio-wrap.label-above ul li,
.primary .ninja-forms-form-wrap .ninja-forms-form .list-checkbox-wrap.label-above ul li,
.primary .ninja-forms-form-wrap .ninja-forms-form .list-radio-wrap.label-below ul li,
.primary .ninja-forms-form-wrap .ninja-forms-form .list-checkbox-wrap.label-below ul li {
  margin: 0 0 10px;
  padding: 0; }

.ninja-forms-form .checkbox-wrap input[type="checkbox"] {
  margin: -3px 1px 0 0; }

.primary .ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field,
.primary .ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0; }

.no_btm_margin > * {
  margin-bottom: 0; }

label,
input,
button,
select,
textarea {
  font-weight: normal; }

input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif; }

label {
  font-weight: bold; }

textarea {
  height: auto; }

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: 18px; */
  padding: 6px;
  font-size: 12px;
  line-height: normal;
  color: #666;
  background: none repeat scroll 0 0 #F6F6F6;
  border: 1px solid #EEEEEE;
  margin: 0 4px 0 0;
  outline: 0 none;
  -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;
  -ms-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;
  -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: -3px 5px 0 0;
  line-height: normal;
  cursor: pointer; }

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

.uneditable-textarea {
  width: auto;
  height: auto; }

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

select {
  font-size: 12px; }

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

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px; }

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

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

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-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

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

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

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

table {
  max-width: 100%;
  font-size: 13px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }

table {
  width: 100%;
  margin-bottom: 18px; }

table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: none;
  border-right: none; }

table th {
  font-weight: bold; }

table thead th {
  vertical-align: bottom; }

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0; }

.table tbody + tbody {
  border-top: 2px solid #dddddd; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0; }

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px; }

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px; }

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5; }

/* Header */
#header_outer {
  background-color: white;
  border-bottom: 5px solid #532A35;
  height: 150px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

#header {
  width: 1064px;
  margin: 0 auto;
  position: relative; }

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

.brand {
  float: left;
  display: block;
  padding: 0;
  margin: 16px 0 7px -5px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  position: relative; }

.brand span {
  position: absolute;
  top: -100px; }

/* Navigation */
.dropdown {
  position: relative; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 6px solid #D68617;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  opacity: 0.7;
  filter: alpha(opacity=70); }

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

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100); }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 105px;
  padding: 5px 8px;
  margin: 0 0 0 -4px;
  list-style: none;
  text-align: left;
  background-color: #E4E5CE;
  border-style: solid;
  border-width: 0px 4px 4px;
  -moz-border-image: url("images/dotted_04.png") 26 25 24 26 round;
  -webkit-border-image: url("images/dotted_04.png") 26 25 24 26 round;
  -o-border-image: url("images/dotted_04.png") 26 25 24 26 round;
  border-image: url("images/dotted_04.png") 26 25 24 26 round;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.dropdown-menu a {
  display: block;
  padding: 4px 2px;
  clear: both;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #532A35;
  font-family: 'DINCondensedW01-Normal', sans-serif;
  border-top: 1px solid #FFF; }

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #532A35;
  text-decoration: none;
  background-color: #FFF; }

.open {
  *z-index: 1000; }

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

.nav {
  display: block;
  float: right;
  left: 0;
  margin: 22px 0 0 0;
  padding: 0;
  position: relative;
  width: auto; }

.nav > li {
  display: block;
  float: left;
  text-align: center;
  width: 121px;
  border: 4px solid #FFF; }

.nav > li > a {
  color: #532A35;
  display: block;
  float: none;
  font-size: 23px;
  font-weight: normal;
  line-height: 25px;
  padding: 10px 0 5px 0;
  text-decoration: none;
  font-family: 'Chaparral W01 Regular', serif; }

.nav .active > a,
.nav .active > a:hover {
  color: #15344F;
  /* dark blue */
  text-decoration: none;
  background-color: #222222; }

.nav li.dropdown .dropdown-toggle .caret,
.nav li.dropdown.open .caret {
  border-top-color: #D68617;
  border-bottom-color: #D68617; }

.nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100); }

.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent; }

.nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff; }

#primary_nav > li:hover .dropdown-menu {
  display: block; }

#primary_nav > li:hover {
  /* border: 2px dotted $mustard; */
  border-style: solid;
  border-width: 4px 4px 0 4px;
  -moz-border-image: url("images/dotted_04.png") 26 25 24 26 round;
  -webkit-border-image: url("images/dotted_04.png") 26 25 24 26 round;
  -o-border-image: url("images/dotted_04.png") 26 25 24 26 round;
  border-image: url("images/dotted_04.png") 26 25 24 26 round; }
  #primary_nav > li:hover > a {
    background-color: #E4E5CE; }

/* Secondary Nav */
#secondary_nav {
  float: right;
  font-family: 'DINCondensedW01-Normal', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0;
  margin: 15px 0 0;
  text-transform: uppercase; }
  #secondary_nav li {
    display: block;
    float: left;
    margin: 0 0 0 5px; }
  #secondary_nav a {
    background-color: #e89a2d;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="lighten($pumpkin, 8%)", endColorstr="darken($pumpkin, 3%)");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e89a2d), to(#c87d16));
    background-image: -moz-linear-gradient(top, #e89a2d, #c87d16);
    background-image: -ms-linear-gradient(top, #e89a2d, #c87d16);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e89a2d), color-stop(100%, #c87d16));
    background-image: -webkit-linear-gradient(top, #e89a2d, #c87d16);
    background-image: -o-linear-gradient(top, #e89a2d, #c87d16);
    background-image: linear-gradient(#e89a2d, #c87d16);
    border: 1px solid;
    border-color: #e79624 #df8c18 #b16f13 #df8c18;
    text-shadow: -1px -1px 0 #d18317;
    border-radius: 3px;
    display: block;
    color: #fff;
    padding: 9px 15px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset; }
  #secondary_nav a:hover {
    background-position: 0 15px;
    color: #fff;
    text-decoration: none; }

#tertiary_nav_outer {
  float: right;
  margin: 19px 10px 0; }
  #tertiary_nav_outer #tertiary_nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: 'DINCondensedW01-Normal', sans-serif;
    float: right; }
    #tertiary_nav_outer #tertiary_nav li {
      display: block;
      float: left;
      height: 30px;
      line-height: 30px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      padding: 0; }
    #tertiary_nav_outer #tertiary_nav li:before {
      color: #9A8B7D;
      content: " | ";
      font-family: Arial, Helvetica, sans-serif;
      padding: 0 0 0 3px; }
    #tertiary_nav_outer #tertiary_nav li.donate:before, #tertiary_nav_outer #tertiary_nav li:first-child:before {
      content: "";
      margin-left: 3px;
      padding: 0; }
    #tertiary_nav_outer #tertiary_nav a {
      color: #532A35;
      padding: 5px 4px 2px;
      -webkit-transition: color 0.1s ease-in;
      -moz-transition: color 0.1s ease-in;
      -ms-transition: color 0.1s ease-in;
      -o-transition: color 0.1s ease-in;
      transition: color 0.1s ease-in; }
      #tertiary_nav_outer #tertiary_nav a:hover {
        color: #D68617;
        text-decoration: none; }
    #tertiary_nav_outer #tertiary_nav .donate a {
      background-color: #D68617; }
      #tertiary_nav_outer #tertiary_nav .donate a:hover {
        color: #532A35; }
    #tertiary_nav_outer #tertiary_nav .current-menu-item a,
    #tertiary_nav_outer #tertiary_nav .current-page-ancestor a {
      color: #D68617; }
    #tertiary_nav_outer #tertiary_nav #menu-item-169.current-menu-item a,
    #tertiary_nav_outer #tertiary_nav #menu-item-169.current-page-ancestor a {
      color: #FFF; }

#tertiary_nav_outer #searchsubmit {
  background-color: #b3b298;
  font-size: 12px;
  height: 30px;
  padding: 4px 10px; }

#tertiary_nav_outer #searchform {
  margin: 0 0 0 10px;
  float: right; }
  #tertiary_nav_outer #searchform div {
    margin: 0; }

#tertiary_nav_outer input#s {
  color: #323232;
  background-color: #efefef;
  box-shadow: none;
  border: medium none;
  font-size: 11px;
  font-weight: normal;
  height: 24px;
  margin: 0 -4px 0 0;
  padding: 3px;
  width: 120px; }

#tertiary_nav_outer label.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  clear: both;
  *zoom: 1; }

.pager:before,
.pager:after {
  display: table;
  content: ""; }

.pager:after {
  clear: both; }

.pager:before,
.pager:after {
  display: table;
  content: ""; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 35%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  position: relative; }

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  border: 1px solid #D68617; }

.pager .next a {
  float: right;
  padding: 5px 23px 5px 15px; }

.pager .previous a {
  float: left;
  padding: 5px 15px 5px 23px; }

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

.pager .next a .meta-nav {
  position: absolute;
  right: 6px;
  top: 5px; }

.pager .previous a .meta-nav {
  position: absolute;
  left: 6px;
  top: 5px; }

.breadcrumb {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  font-size: 9px;
  text-transform: uppercase; }
  .breadcrumb li {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .breadcrumb .divider {
    padding: 0 3px;
    color: #323232; }
  .breadcrumb a {
    color: #323232; }
  .breadcrumb .active {
    color: #666; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

/* Post Styles
----------------------------------------------------------------------------------------*/
.postlist {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .postlist li {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 2px dotted #D9A40E; }
  .postlist .post_excerpt p, .postlist .post_excerpt .more_link {
    display: inline; }

.post_content {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #D9A40E; }

.meta {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  margin: -15px 0 10px;
  font-style: oblique; }

.categories {
  list-style: none;
  padding: 0;
  margin: 0 0 24px; }
  .categories li {
    margin: 0 0 5px 0; }

img.alignright, .wp-caption.alignright {
  float: right;
  margin: 0 0 18px 18px; }

img.alignleft, .wp-caption.alignleft {
  float: left;
  margin: 0 18px 18px 0; }

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 18px auto; }

.button.edit-link {
  background-color: #FF0000;
  position: absolute;
  top: 0px;
  right: 0; }
  .button.edit-link a {
    color: #FFF; }
  .button.edit-link a:hover {
    text-decoration: none; }

body.home .button.edit-link,
body.page-template-page-rtl-home .button.edit-link {
  top: -40px; }

/* Comment Styles
----------------------------------------------------------------------------------------*/
li.bypostauthor {
  border: 1px solid;
  border-color: #08C;
  display: block; }

#respond {
  margin-top: 20px; }

ol.commentlist {
  margin: 0 0 15px !important;
  font-size: 12px;
  line-height: 18px; }

ol.commentlist img.avatar {
  margin: 8px 10px 0 0;
  padding: 4px;
  line-height: 1;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  float: left; }

ol.commentlist li {
  margin: 0;
  padding: 8px 0 8px 0;
  list-style: none;
  overflow: hidden;
  position: relative; }

ol.commentlist li header {
  margin: 0;
  line-height: 1.5em; }

ol.commentlist li article nav {
  float: right; }

ol.commentlist li ul {
  margin: 8px 0 0 !important; }

ol.commentlist li li {
  border: 0;
  margin: 0 0 0 68px !important;
  padding: 0 0 8px; }

ol.comment-list li .comment-content p {
  margin: 0 0 10px !important; }

ol.comment-list li p.meta {
  font-weight: normal;
  background: transparent;
  padding: 0;
  font-style: italic;
  font-size: 0.9em;
  margin: 0 0 10px !important; }

ol.comment-list li p.meta strong {
  font-weight: bold; }

#respond {
  margin-bottom: 15px; }

#respond input.text,
#respond select,
#respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  border: 1px solid #eee;
  background: #f6f6f6;
  color: #777;
  font-size: 1em;
  line-height: 1em;
  padding: 0.375em;
  width: 98%;
  margin: 0 4px 0 0;
  outline: 0;
  display: block; }

#respond input.text:focus,
#respond select:focus,
#respond textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.widget_search input#s:focus {
  border: 1px solid #ccc; }

#respond label {
  font-size: 1em;
  font-weight: bold;
  display: inline; }

.form-allowed-tags {
  display: none; }

.button,
#submit,
#searchsubmit,
.reply .comment-reply-link,
.submit-wrap input.ninja-forms-field,
#ninja_forms_form_1_save_progress input,
.ninja-forms-form input[type="submit"],
.ninja-forms-form input[type="button"],
.mailchimp_submit,
.webform_submit_button {
  line-height: 14px;
  letter-spacing: 0.05em;
  padding: 4px 7px 4px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  nowhitespace: afterproperty;
  outline: none;
  background-color: #D68617;
  text-decoration: none !important;
  color: #FFF;
  font-family: 'DINCondensedW01-Normal', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *margin-left: .3em;
  -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); }

.button:hover,
#submit:hover,
#searchsubmit:hover,
.reply .comment-reply-link:hover,
.submit-wrap input.ninja-forms-field:hover,
#ninja_forms_form_1_save_progress input:hover,
.mailchimp_submit:hover,
.webform_submit_button:hover {
  opacity: 0.8;
  text-decoration: none; }

.button:active,
#submit:active,
.widget_search #searchsubmit:active {
  position: relative;
  top: 1px; }

/* Caption Styling
----------------------------------------------------------------------------------------*/
.wp-caption-text {
  font-size: 10px;
  line-height: 14px;
  font-style: oblique;
  margin: 5px 0 0; }

.gallery-caption {
  padding: 9px; }

/* Primary Elements (custom)
----------------------------------------------------------------------------------------*/
.pull_right {
  float: right; }

.pull_left {
  float: left; }

#wrapper {
  background-color: #FFF; }

#main {
  margin: 0;
  padding: 0 0 60px;
  position: relative; }

.container {
  width: 1064px;
  margin: 0 auto;
  position: relative; }

a.full_width {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  height: auto;
  z-index: 999; }

#page_title_outer {
  background-image: url("images/desert_header.jpg");
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FFF;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 55px;
  margin-top: 155px;
  min-height: 70px;
  padding: 10px 0 20px;
  position: relative;
  width: 100%; }

.primary {
  width: 632px;
  float: left;
  margin-right: 16px; }

#header_image {
  margin-bottom: 20px; }

.subpage_blocks {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .subpage_blocks li {
    display: block;
    margin: 0 0 10px;
    background-color: #eff0e2;
    padding: 12px;
    position: relative;
    *zoom: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .subpage_blocks li:before, .subpage_blocks li:after {
      display: table;
      content: "";
      line-height: 0; }
    .subpage_blocks li:after {
      clear: both; }
  .subpage_blocks li:hover {
    background-color: #D68617; }
    .subpage_blocks li:hover a.more_link {
      color: #FFF; }
  .subpage_blocks .thumbnail {
    float: left;
    width: 125px;
    height: 125px;
    overflow: hidden;
    margin-right: 15px; }
    .subpage_blocks .thumbnail img {
      width: 125px;
      height: 125px; }
  .subpage_blocks .page_details {
    float: left;
    width: 468px; }
    .subpage_blocks .page_details p {
      display: inline; }
  .subpage_blocks h3 {
    color: #532A35; }
    .subpage_blocks h3 a {
      color: #532A35; }

/* Landing Page Template */
.primary.two_column {
  width: 636px;
  margin-right: 16px; }

.secondary.two_column {
  width: 412px;
  margin: 0; }
  .secondary.two_column .symple-box h2 {
    font-size: 30px; }

ul.page_blocks {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -16px; }
  ul.page_blocks li {
    display: block;
    float: left;
    margin: 0 0 16px 16px;
    width: 186px;
    padding: 7px;
    position: relative;
    height: 268px;
    overflow: hidden;
    background-color: #eff0e2;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  ul.page_blocks li:hover {
    background-color: #D68617; }
    ul.page_blocks li:hover .more_link {
      border-top: 8px solid #D68617;
      border-bottom: 7px solid #D68617; }
  ul.page_blocks h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 2px;
    padding: 0 0 0 3px; }
    ul.page_blocks h3 a {
      color: #532A35; }
  ul.page_blocks .page_excerpt {
    padding: 0 0 0 3px; }
  ul.page_blocks .thumbnail {
    margin-bottom: 10px;
    border: 1px solid #FFF; }
  ul.page_blocks .more_link {
    position: absolute;
    bottom: 0;
    right: 7px;
    width: 172px;
    height: 21px;
    line-height: 25px;
    text-align: right;
    padding: 0 7px;
    background-color: #D68617;
    color: #FFF;
    border-top: 8px solid #eff0e2;
    border-bottom: 7px solid #eff0e2;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.secondary_page_links, .symple-box .secondary_page_links {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  border-top: 2px dotted #D9A40E; }
  .secondary_page_links li, .symple-box .secondary_page_links li {
    border-bottom: 2px dotted #D9A40E;
    padding: 12px 0 10px;
    color: #E4E5CE;
    font-size: 20px;
    font-family: 'DINCondensedW01-Normal', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .secondary_page_links li a, .symple-box .secondary_page_links li a {
      color: #E4E5CE; }
    .secondary_page_links li a:hover, .symple-box .secondary_page_links li a:hover {
      color: #D9A40E;
      text-decoration: none; }
  .secondary_page_links li:last-child, .symple-box .secondary_page_links li:last-child {
    border: none; }

/* Sidebar
----------------------------------------------------------------------------------------*/
.secondary {
  float: left;
  width: 200px;
  margin-right: 16px;
  min-height: 1px; }

.right_sidebar {
  margin: 0; }

ul.secondary_subpage_nav {
  font-family: 'DINCondensedW01-Normal', sans-serif;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }
  ul.secondary_subpage_nav > li {
    border-bottom: 2px dotted #DAD6B7;
    margin: 3px 0;
    padding: 0 0 3px; }
  ul.secondary_subpage_nav > li:first-child > a {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0 5px 0; }
    ul.secondary_subpage_nav > li:first-child > a:hover {
      text-decoration: none;
      background-color: #FFF;
      color: #D68617; }
  ul.secondary_subpage_nav a {
    color: #532A35; }
    ul.secondary_subpage_nav a:hover {
      text-decoration: none; }

ul.secondary_subpage_nav > li > a {
  display: block;
  font-size: 15px;
  padding: 3px 0 3px 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  ul.secondary_subpage_nav > li > a:hover {
    background-color: #E4E5CE; }

ul.secondary_subpage_nav > li.current_page_item a,
ul.secondary_subpage_nav > li.current_page_ancestor a,
ul.secondary_subpage_nav > li.current_page_item .children,
ul.secondary_subpage_nav > li.current_page_ancestor .children {
  background-color: #E4E5CE; }

ul.secondary_subpage_nav > li.current_page_item:first-child {
  background-color: transparent; }

ul.secondary_subpage_nav ul.children {
  list-style: none;
  margin: 0;
  padding: 0 10px 3px; }

ul.secondary_subpage_nav ul.children > li {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  border-top: 1px solid #FFF; }

ul.secondary_subpage_nav ul.children > li > a {
  padding: 5px;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

ul.secondary_subpage_nav ul.children > li > a:hover {
  background-color: #FFF; }

ul.secondary_subpage_nav ul.children > li.current_page_item a {
  background-color: #FFF; }

.children {
  display: none; }

.current_page_item > .children,
.current_page_ancestor > .children,
.current_page_parent > .children {
  display: block; }

.current_page_item .children .children,
.current_page_ancestor .children .children,
.current_page_parent .children .children {
  display: none; }

.sidebar_block {
  margin: 0 0 20px; }

.page-id-115 .symple-button.apply,
.page-id-4557 .symple-button.apply,
.page-id-227 .symple-button.faq,
.page-id-228 .symple-button.scholarships,
.page-id-229 .symple-button.whyarava {
  background-color: #532A35; }

#blog_archive_dropdown > *:nth-child(1),
#blog_archive_dropdown > *:nth-child(2),
#blog_archive_dropdown > *:nth-child(3),
#blog_archive_dropdown > *:nth-child(4),
#blog_archive_dropdown > *:nth-child(5),
#blog_archive_dropdown > *:nth-child(6),
#blog_archive_dropdown > *:nth-child(7),
#blog_archive_dropdown > *:nth-child(8),
#blog_archive_dropdown > *:nth-child(9),
#blog_archive_dropdown > *:nth-child(10),
#blog_archive_dropdown > *:nth-child(11),
#blog_archive_dropdown > *:nth-child(12),
#blog_archive_dropdown > *:nth-child(13) {
  display: none; }

/* Footer
-------------------------------------------------- */
#footer {
  color: #67642E;
  background: url("images/footer_bg.png") no-repeat scroll center center transparent;
  font-size: 11px;
  min-height: 250px;
  padding: 40px 0 20px;
  position: relative; }

#footer_border {
  height: 37px;
  width: 100%;
  background: url("images/footer_border.png") repeat-x scroll center center transparent;
  position: absolute;
  top: -36px; }

#footer a {
  color: #58595B; }
  #footer a:hover {
    color: #D68617; }

.footer_holder {
  margin-top: 20px;
  padding-top: 10px; }

.footer_content {
  margin-bottom: 20px;
  *zoom: 1; }
  .footer_content:before, .footer_content:after {
    display: table;
    content: "";
    line-height: 0; }
  .footer_content:after {
    clear: both; }

#footer_nav {
  float: left;
  width: 386px;
  border-right: 2px dotted #D9A40E;
  padding: 0 14px 0 44px;
  min-height: 185px; }
  #footer_nav ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #footer_nav ul.menu li {
      font-family: 'DINCondensedW01-Normal', sans-serif;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase; }
      #footer_nav ul.menu li .sub-menu {
        display: none; }
      #footer_nav ul.menu li a {
        color: #67642E; }

.menu-footer-container {
  float: left;
  width: 115px;
  margin-right: 5px;
  *zoom: 1; }
  .menu-footer-container:before, .menu-footer-container:after {
    display: table;
    content: "";
    line-height: 0; }
  .menu-footer-container:after {
    clear: both; }

.menu-footer-container.center {
  width: 146px; }

.menu-footer-container.right {
  margin-right: 0; }

.footer_contact {
  float: left;
  width: 214px;
  border-right: 2px dotted #D9A40E;
  padding: 0 44px 0 0;
  min-height: 185px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #67642E;
  font-weight: bold; }
  .footer_contact h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #532A35;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none; }
  .footer_contact em {
    color: #532A35;
    font-family: 'DINCondensedW01-Normal', sans-serif;
    font-size: 16px;
    font-style: normal; }

.footer_logos {
  float: left;
  min-height: 185px;
  padding: 0 0 0 24px;
  width: 333px; }
  .footer_logos img {
    float: right; }
  .footer_logos a:hover {
    opacity: 0.8; }

p.colophon, p.site_credit {
  margin: 0; }

#footer p.site_credit {
  color: #b3b298; }
  #footer p.site_credit a {
    color: #b3b298; }

/* Home Page  -------------------------------------------------------------
*/
body.home #main {
  padding: 0; }

#home_slides_outer {
  position: relative;
  overflow: hidden;
  height: 393px;
  margin: 155px 0 55px; }

#home_slides .slides li {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FFF;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 393px;
  overflow: hidden;
  width: 100%;
  padding: 0; }
#home_slides .flex-control-nav {
  bottom: 20px;
  position: absolute;
  text-align: center;
  width: 100%; }
#home_slides .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  border: 1px solid #FFF;
  background-color: transparent;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); }
#home_slides .flex-control-paging li a:hover {
  background-color: #FFF;
  background: rgba(255, 255, 255, 0.7); }
#home_slides .flex-control-paging li a.flex-active {
  background-color: #FFF;
  background: white;
  cursor: default; }
#home_slides .slide_title_outer {
  background: url("images/slide_title_bg.jpg") repeat scroll center center transparent;
  text-align: right;
  width: 50%;
  margin-top: 120px;
  position: absolute; }
  #home_slides .slide_title_outer .title_border_bottom {
    background: url("images/slide_title_border_bottom.png") repeat-x scroll center center transparent;
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -14px;
    left: 0; }
  #home_slides .slide_title_outer .title_border_top {
    background: url("images/slide_title_border_top.png") repeat-x scroll center center transparent;
    height: 15px;
    width: 100%;
    position: absolute;
    top: -14px;
    left: 0; }
  #home_slides .slide_title_outer .title_border_dotted {
    /* border: 2px dotted #DAD6B7; */
    height: 100%;
    left: -5px;
    position: absolute;
    top: 10px;
    width: 97.5%;
    border-style: solid;
    border-width: 7px;
    -moz-border-image: url("images/dotted_slideshow_border.png") 27 round;
    -webkit-border-image: url("images/dotted_slideshow_border.png") 27 round;
    -o-border-image: url("images/dotted_slideshow_border.png") 27 round;
    border-image: url("images/dotted_slideshow_border.png") 27 round; }
#home_slides .slide_title {
  padding: 25px 45px 10px 0;
  width: 550px;
  float: right;
  font-size: 38px;
  line-height: 43px;
  color: #FFF;
  font-family: 'Chaparral W01 Regular', serif; }
#home_slides .caption.container {
  height: 100%; }
#home_slides .slide_caption {
  position: absolute;
  right: 0;
  width: 470px;
  bottom: 60px;
  font-family: 'DINCondensedW01-Normal', sans-serif;
  font-size: 27px;
  line-height: 30px;
  color: #FFF;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9); }

#home_content {
  margin-bottom: 55px; }

#research_centers {
  float: left;
  padding: 15px;
  width: 314px;
  background: url("images/paperbg_alt.jpg") repeat-y scroll center top transparent;
  height: 635px;
  overflow: hidden; }
  #research_centers h3 {
    color: #532A35;
    font-size: 28px;
    line-height: 33px;
    padding-left: 10px; }
  #research_centers .centers_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 2px dotted #D9A40E; }
    #research_centers .centers_list li {
      display: block;
      padding: 10px;
      border-bottom: 2px dotted #D9A40E;
      position: relative;
      *zoom: 1;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      #research_centers .centers_list li:before, #research_centers .centers_list li:after {
        display: table;
        content: "";
        line-height: 0; }
      #research_centers .centers_list li:after {
        clear: both; }
    #research_centers .centers_list li:hover {
      background-color: #F7F7EF; }
    #research_centers .centers_list h4 {
      color: #532A35;
      float: left;
      margin: 15px 0 0;
      width: 189px; }

.research_icon {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  background: url("images/research_icons.png") no-repeat scroll 0 0 transparent; }

.energy {
  background-position: 0 0; }

.water {
  background-position: -90px 0; }

.agriculture {
  background-position: -180px 0; }

.socio {
  background-position: -270px 0; }

.development {
  background-position: -360px 0; }

#intro_home {
  border-top: 2px dotted #D9A40E;
  border-bottom: 2px dotted #D9A40E;
  color: #67642E;
  padding: 20px 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Chaparral W01 Regular', serif; }
  #intro_home p {
    margin: 0; }

#primary_home {
  float: left;
  width: 704px;
  margin: 0 0 0 16px; }

.left_column {
  width: 344px;
  float: left; }

.right_column {
  width: 344px;
  float: left;
  margin-left: 16px; }

.column_image {
  margin-bottom: 16px; }

.feature_home {
  position: relative;
  padding-bottom: 36px; }

.feature_home .feature_home_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .feature_home .feature_home_btn .symple-button {
    margin: 0; }

.home_news_outer.green_box {
  background: url("images/map_bg.jpg") no-repeat scroll center top #67642E;
  padding: 35px 0 55px 0; }

.recent_posts_home {
  float: left;
  width: 492px; }
  .recent_posts_home li {
    padding: 10px;
    position: relative;
    margin: 0;
    *zoom: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .recent_posts_home li:before, .recent_posts_home li:after {
      display: table;
      content: "";
      line-height: 0; }
    .recent_posts_home li:after {
      clear: both; }
  .recent_posts_home li:hover {
    background: none no-repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF); }
  .recent_posts_home .post_thumb {
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-right: 15px; }
    .recent_posts_home .post_thumb img {
      width: 75px;
      height: 75px; }
  .recent_posts_home .post_details {
    float: left;
    width: 382px; }

.enews_signup {
  margin-bottom: 20px; }

.connect_box_home {
  float: left;
  margin-left: 80px;
  margin-top: 20px;
  width: 492px;
  position: relative; }

.connect_box_content {
  max-width: 100%;
  max-height: 340px;
  overflow: hidden; }

.social_links {
  list-style: none;
  padding: 0;
  margin: 0 0 20px -10px; }
  .social_links li {
    float: left;
    font-size: 50px; }
  .social_links a:hover {
    text-decoration: none;
    color: #E4E5CE; }

/* MailChimp Signup form */
.enews_signup #mc_embed_signup form {
  padding: 0 0 10px 0; }
.enews_signup #mc_embed_signup .mc-field-group {
  padding-bottom: 10px; }
.enews_signup #mc_embed_signup .mc-field-group label {
  font-size: 12px;
  color: #E4E5CE; }
.enews_signup #mc_embed_signup .mc-field-group select {
  width: 100%; }
.enews_signup #mc_embed_signup input#mc-embedded-subscribe {
  border: none;
  margin: 10px 0;
  width: auto;
  height: 33px;
  line-height: 33px;
  padding: 0 15px; }

#webform_submit_button {
  float: left;
  height: 33px;
  line-height: 33px;
  padding: 0 15px; }

/* RTL Template -------------------------------------------------------------
*/
#language_support {
  float: right;
  margin: 8px 10px 0; }
  #language_support li {
    float: right; }
  #language_support li:after {
    color: #D68617;
    content: " | ";
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    padding: 0 5px; }
  #language_support li:last-child:after {
    content: "";
    padding: 0; }

.language_links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  direction: rtl; }

body.page-template-page-rtl-php #wrapper {
  text-align: right;
  direction: rtl;
  unicode-bidi: embed; }
body.page-template-page-rtl-php .brand {
  float: right;
  margin: 16px -5px 7px 0; }
body.page-template-page-rtl-php #language_support {
  float: left;
  margin: 15px 0 0; }

/* RTL Home Template */
#rtl_home_content {
  line-height: 30px;
  font-size: 20px;
  text-align: right;
  direction: rtl;
  unicode-bidi: embed; }

body.page-template-page-rtl-home-php #main {
  padding: 0; }

/* Blank Template -------------------------------------------------------------
*/
.page-template-page-blank #main .container {
  width: auto;
  max-width: 1064px; }

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  margin: 0 auto;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: relative;
  margin: 15px 0 -5px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  border: 1px solid #b3b298;
  background: #b3b298;
  background: rgba(179, 178, 152, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #b3b298;
  background: rgba(179, 178, 152, 0.7); }

.flex-control-paging li a.flex-active {
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* Shortcodes -------------------------------------------------------------
*/
/* Clear Floats
================================================== */
.symple-clear-floats {
  clear: both; }

.symple-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* Spacing
================================================== */
.symple-spacing {
  display: block;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  outline: none !important; }

/* Buttons
================================================== */
.symple-button {
  line-height: 14px;
  letter-spacing: 0.05em;
  padding: 4px 7px 4px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  nowhitespace: afterproperty;
  outline: none;
  background-color: #D68617;
  text-decoration: none !important;
  color: #FFF;
  font-family: 'DINCondensedW01-Normal', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in; }
  .symple-button .symple-button-inner:after {
    color: #FFF;
    content: " > "; }

.symple-button:active {
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0.75) inset;
  -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0.75) inset;
  box-shadow: 0 0 3px rgba(50, 50, 50, 0.75) inset; }

.symple-button:hover {
  text-decoration: none;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8; }

.symple-button.large {
  font-size: 16px;
  padding: 12px; }

.symple-button.giant {
  font-size: 18px;
  padding: 16px; }

.symple-button.left {
  float: left; }

.symple-button.right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  text-align: right; }

.left_column .symple-button,
.right_column .symple-button,
.secondary .symple-button {
  display: block;
  margin-bottom: 10px; }

/* Special Link
================================================== */
.special_link {
  font-family: 'DINCondensedW01-Normal',sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

.special_link:after {
  content: ">";
  margin-left: 3px; }

#intro_home .special_link {
  font-size: 17px; }

/* Boxes
================================================== */
.green_box, .symple-box.green {
  color: #FFF;
  background-color: #67642E;
  padding: 15px;
  margin: 5px 0 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .green_box h2, .symple-box.green h2 {
    color: #E4E5CE; }
  .green_box h3, .green_box h4, .green_box h5, .symple-box.green h3, .symple-box.green h4, .symple-box.green h5 {
    color: #E4E5CE; }
  .green_box a, .symple-box.green a {
    color: #D9A40E; }

.symple-box p:last-child {
  margin: 0; }

/* Testimonial
================================================== */
.symple-testimonial {
  position: relative;
  color: #67642E;
  font-family: 'Chaparral W01 Regular', serif;
  margin: 15px 0; }

.secondary .symple-testimonial {
  margin: 15px 0 65px; }

.secondary.two_column .symple-testimonial,
.primary .symple-testimonial {
  border-top: 2px dotted #D9A40E;
  border-bottom: 2px dotted #D9A40E;
  padding: 20px 0 16px;
  margin: 0 0 15px 0; }
  .secondary.two_column .symple-testimonial .symple-testimonial-content:before,
  .primary .symple-testimonial .symple-testimonial-content:before {
    content: open-quote;
    margin: 0 3px 0 0; }

.secondary.two_column .symple-testimonial .symple-testimonial-content {
  font-size: 25px;
  line-height: 35px; }

.symple-testimonial-content {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px; }

.symple-testimonial-content:before {
  content: open-quote;
  margin: 0 3px 0 -8px; }

.symple-testimonial-content {
  quotes: "“" "”" "‘" "’"; }

.symple-testimonial-content:before {
  content: ”\201C”; }

.symple-testimonial-content:after {
  content: ”\201D”; }

.symple-testimonial-content:after {
  content: close-quote; }

.symple-testimonial-content p:last-child {
  margin: 0; }

.symple-testimonial-author {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: right; }

.symple-testimonial-author:before {
  content: "- "; }

/* Pullquote
================================================== */
.pullquote {
  font-family: 'DINCondensedW01-Normal',sans-serif;
  color: #6F9CBC;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px; }

/* Toggle
================================================== */
.symple-toggle {
  margin: 0; }

.symple-toggle.last {
  margin-bottom: 20px; }

.symple-toggle .symple-toggle-trigger {
  display: block;
  padding: 15px 10px;
  border-top: 2px dotted #D9A40E;
  background: url("images/plus.png") no-repeat right center #FFF;
  outline: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  color: #532A35;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  *zoom: 1; }
  .symple-toggle .symple-toggle-trigger:before, .symple-toggle .symple-toggle-trigger:after {
    display: table;
    content: "";
    line-height: 0; }
  .symple-toggle .symple-toggle-trigger:after {
    clear: both; }

.secondary .symple-toggle .symple-toggle-trigger,
.secondary .symple-toggle .symple-toggle-container {
  padding: 8px; }

.symple-toggle-trigger > span {
  float: left;
  padding: 0 7% 0 0;
  width: 82%; }

.symple-toggle-trigger > .icon-plus,
.symple-toggle-trigger > .icon-minus {
  float: right; }

.primary .symple-toggle-trigger > .icon-plus,
.primary .symple-toggle-trigger > .icon-minus {
  height: 23px;
  line-height: 30px; }

.symple-toggle-trigger > .icon-minus {
  display: none; }

.symple-toggle.last .symple-toggle-trigger {
  border-bottom: 2px dotted #D9A40E; }

.symple-toggle .symple-toggle-trigger:hover {
  background-color: #eff0e2;
  text-decoration: none; }

.symple-toggle .symple-toggle-trigger.active,
.symple-toggle .symple-toggle-trigger.active:hover {
  color: #532A35;
  background-color: #eff0e2;
  text-decoration: none;
  border-bottom: none; }

.symple-toggle .symple-toggle-trigger.active > .icon-minus,
.symple-toggle .symple-toggle-trigger.active:hover > .icon-minus {
  display: block; }

.symple-toggle .symple-toggle-trigger.active > .icon-plus,
.symple-toggle .symple-toggle-trigger.active:hover > .icon-plus {
  display: none; }

.symple-toggle .symple-toggle-container {
  display: none;
  overflow: hidden;
  padding: 15px 10px; }

.symple-toggle.last .symple-toggle-container {
  border-bottom: 2px dotted #D9A40E; }

/*IE10 Hacks */
.MSIE-10 #primary_nav > li:hover,
.MSIE-10 .dropdown-menu {
  -moz-border-image: none;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: dotted;
  border-color: #D9A40E; }

.MSIE-10 #primary_nav > li:hover {
  border-width: 2px 2px 0 2px; }

.MSIE-10 .dropdown-menu {
  border-width: 0 2px 2px 2px;
  margin: 0 0 0 -2px; }

.MSIE-10 #home_slides .slide_title_outer .title_border_dotted {
  border-style: dotted;
  border-width: 2px;
  border-color: #DAD6B7;
  -moz-border-image: none;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none; }
