/*
Website Name: http://milleiles.com/
Description: A responsive website framework, agile and progressively enhanced
Version: 1.0
Author: Adworkshop
Author URI: http://www.adworkshop.com
*/

/* ======================================================= */
/*                  GENERIC FONT SETTINGS                  */
/* ======================================================= */

  .sans-serif{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .serif{ font-family: "Cambria", Georgia, Times, "Times New Roman"; }
  .monospace{ font-family: "Monaco", Courier New, monospace; }
	
/* ======================================================= */
/*                           RESET                         */
/* ======================================================= */

  html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* ======================================================= */
/*                         CLEARFIX                        */
/* ======================================================= */

  /* Use clearfix class to clear */
  .clearfix:before,
  .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
  }
  
  .clearfix:after {
  clear: both; 
  }
  
  .clearfix {
  zoom: 1; 
  }
  
  /* You can also use a <br class="clear" /> to clear */
  .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  }
	
/* ======================================================= */
/*                        BASE STYLES                      */
/* ======================================================= */	
	
  *,
  *:after,
  *:before {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  }
  
  html {
  image-rendering: -moz-crisp-edges;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  }
  
  body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #222;
  background: #2980b9 url('../../i/patterns/square_bg.png') repeat scroll left top;	  
  overflow-x: hidden;
  }
  
  @media
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
	body {
	background-color: #2980b9;
	background-image: url('../../i/patterns/square_bg_@2X.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: 252px 230px;
	}
  
  }
  
  ::-webkit-selection { background: rgba(0, 0, 0, 0.2); color: #fff; text-shadow: none; }
  ::-moz-selection { background: rgba(0, 0, 0, 0.2); color: #fff; text-shadow: none; }
  ::selection { background: rgba(0, 0, 0, 0.2); color: #fff; text-shadow :none; }
  
  h1, h2, h3, h4, h5, h6 {
  font-weight: normal;	
  }
  
  p {
  margin: 0 0 20px 0;		   
  -webkit-hyphens: none;
  -moz-hyphens: none;	
  }
  
  img {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
  }
  
  a {
  -webkit-transition: color .2s ease-in-out;	
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;	
  }
  
  a, a:link, a:visited, a:active, a:hover, img, a img { 
  border: none; 
  outline: none; 
  }	
  
  b, strong {
  font-weight: 600;	  
  }
  
  em {
  font-style: italic;	  
  }
  
/* ======================================================= */
/*                 MISC/GLOBAL SHARED ELEMENTS             */
/* ======================================================= */	
	
  /* Global Container Class - Used to Set Horizontal Padding */
  .global-width {
  position: relative;
  padding: 0 20px;
  }
  
  /* Inline Block Parent - Wrapper for Grids Laid Out with inline-block */
  .inline-block-grid-parent {
  font-size: 0;	
  }
  
  /* jQuery IntroLoader Overrides */
  .doubleLoaderProgBar {
  background-color: #2980b9 !important;	  
  }
  
  .doubleLoaderProgBar span {
  background-color: #265c80 !important;	  
  }

/* ======================================================= */
/*          BASIC FORM ELEMENTS AND FORM OVERRIDES         */
/* ======================================================= */		
	
  /* Bootstrap form element reset - Taken from Twitter Bootstrap v3.1.0 (http://getbootstrap.com) */
  pre {
  overflow: auto;
  }
  
  code,
  kbd,
  pre,
  samp {
  font-family: monospace, monospace;
  font-size: 1em;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  }
  
  button {
  overflow: visible;
  }
  
  button,
  select {
  text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  }
  
  button[disabled],
  html input[disabled] {
  cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
  padding: 0;
  border: 0;
  }
  
  input {
  line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  }
  
  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-cancel-button,
  input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  }
  
  fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  }
  
  legend {
  padding: 0;
  border: 0;
  }
  
  textarea {
  overflow: auto;
  }
  
  optgroup {
  font-weight: bold;
  }
  
  input,
  button,
  select,
  textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  }
  
  code,
  kbd,
  pre,
  samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  
  code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
  }
  
  kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  }
  
  pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  }
  
  pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
  }
  
  fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  }
  
  legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  }
  
  label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  }
  
  input[type="search"] {
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  }
  
  input[type="file"] {
  display: block;
  }
  
  input[type="range"] {
  display: block;
  width: 100%;
  }
  
  select[multiple],
  select[size] {
  height: auto;
  }
  
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  }
  
  output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  }
  
  input[type="date"] {
  line-height: 34px;
  }
  
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  .radio[disabled],
  .radio-inline[disabled],
  .checkbox[disabled],
  .checkbox-inline[disabled],
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"],
  fieldset[disabled] .radio,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox,
  fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
  }
  
  /* Selects and Inputs */
  select {
  margin: 0;
  padding: 12px 15px;	
  width: 100%;	
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #999;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
  outline: none;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;	
  -webkit-transition: all linear 0.2s;	
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  }
  
  select:focus {
  color: #333;	
  border-color: #e9e9e9;
  background-color: #e9e9e9;
  }
  
  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"] {
  margin: 0;
  padding: 12px 15px;	
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #999;
  vertical-align: middle;
  outline: none;
  border: 1px solid #d4d4d4;	
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;	
  -webkit-transition: all 0.2s linear;	
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  }
  
  textarea {
  line-height: 22px;	
  resize: vertical;  
  }
  
  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 {
  color: #333;	
  border-color: #e9e9e9;
  background-color: #e9e9e9;
  }
  
  input[type="file"],
  input[type="image"],
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input[type="radio"],
  input[type="checkbox"] {
  width: auto;
  }

  /* Buttons and Submits */
  button,
  a.button,
  .page-content a.button,
  input[type="submit"],
  .form-actions a#edit-cancel {
  display: inline-block;
  width: auto;
  margin: 0 5px 0 0;
  padding: 15px;	
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #2980b9;    
  text-decoration: none;
  text-align: center;	
  text-transform: uppercase;
  outline: none;
  border: 1px solid #2980b9;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all linear 0.2s;	
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  }
  
  button:hover,
  a.button:hover,
  .page-content a.button:hover,
  input[type="submit"]:hover,
  .form-actions a#edit-cancel:hover {
  color: #fff;	  
  background: #2980b9;	  
  }
  
  button:active,
  a.button:active,
  .page-content a.button:active,
  input[type="submit"]:active,
  .form-actions a#edit-cancel:active {
  position: relative; 
  top: 1px;
  }
  
  button span.fa,
  a.button span.fa,
  .page-content a.button span.fa,
  input[type="submit"] span.fa {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: bottom;	
  }
  
  /* Drupal 7 Zen forms.css overrides for: /sites/all/themes/whiteface/css/zen-defaults/components/misc.css */			
  /* Wrapper for a form element (or group of form elements) and its label. */
  .form-item {
  margin: 0 0 30px 0;	
  }
  
  /* Pack groups of checkboxes and radio buttons closer together. */
  .form-checkboxes .form-item,
  .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 8px 0;
  }
  
  /* Form items in a table. */
  tr.odd .form-item,
  tr.even .form-item {
  margin: 8px 0;
  }
  
  /* Highlight the form elements that caused a form submission error. */
  .form-item input.error,
  .form-item textarea.error,
  .form-item select.error {
  border: 1px solid #832a40;
  }
  
  /* The descriptive help text (separate from the label). */
  .form-item .description {
  margin: 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1;		
  font-weight: 400;
  color: #999;
  }
  .form-type-radio .description,
  .form-type-checkbox .description {
  margin-left: 2.4em;
  }
  
  /* The part of the label that indicates a required field. */
  .form-required {
  color: #832a40;
  }
  
  /* Labels for radios and checkboxes. */
  label.option {
  display: inline;
  font-weight: normal;
  }
  
  /* Buttons used by contrib modules like Media. */
  a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  
  /* Adworkshop Custom Form Styles/Additions */	
  .form-item label,
  .views-exposed-widget label { /* The label for a form element */
  display: block;	
  margin: 0 0 10px 0;	
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #282828;
  text-transform: none;
  }
  
  .form-item label.option { /* The label for a radio button or checkbox */
  display: inline;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #999;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;	
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;	
  }	
  
  .form-item label.option:hover {
  color: #333;	
  }
  
  .form-item input[type="checkbox"], 
  .form-item input[type="radio"] { /* The input for a radio button or checkbox */
  display: inline;
  margin: -3px 5px 0 0;
  padding: 0;  
  width: 13px;
  height: 13px;
  vertical-align: middle;
  }
  
  .form-item .description .item-list ul {
  margin: 5px 0 0 15px !important;	  
  }
  
  .filter-wrapper {
  padding: 0;	  
  }
  
  .form-actions {
  margin: 30px 0 0 0;	  
  }
  
  .form-actions a#edit-cancel {
  margin: 0 0 0 5px;	  
  }
  
/* ======================================================= */
/*                           HEADER                        */
/* ======================================================= */  

  header.site-header {
  position: relative;	
  padding: 10px 0;
  border-top: 1px solid #2980b9;
  border-bottom: 2px solid #27ae60;
  background: #fdfdfd url('../../i/patterns/light_wool.png') repeat scroll left top;	
  z-index: 999;
  }
  
  @media
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
	header.site-header {
	background-color: #fdfdfd;
	background-image: url('../../i/patterns/light_wool_@2X.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: 190px 191px;
	}
  
  }
  
  /* Header Branding */  
  .header-logo {
  display: inline-block;
  width: 40px;
  margin: 0 4px 0 0;
  line-height: 0;
  vertical-align: middle;	
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
  }
  
  .header-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;	  
  }
  
  .header-logo a img {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;	  	  
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;	
  transition: opacity 0.3s ease-in-out;	  
  }
  
  .header-logo a img:hover {
  opacity: 0.6;
  }
  
  .header-text {
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;	  
  }
  
  .header-text span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 	  
  }
  
  .header-text span.upper {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;	 
  color: #2980b9; 
  }
  
  .header-text span.lower {
  display: none;	  
  }
  
/* ======================================================= */
/*               FEATURED SLIDER/FEATURED IMAGE            */
/* ======================================================= */    
  
  .featured-slider-container {
  position: relative;	  
  z-index: 1;
  }
  
  body.not-front .featured-slider-container {
  border-bottom: 4px solid #265c80;	  
  }
  
  #featured-slider {
  position: relative;	
  width: 100%;
  }  
  
  #featured-slider.rsMinW, 
  #featured-slider.rsMinW .rsOverflow, 
  #featured-slider.rsMinW .rsSlide, 
  #featured-slider.rsMinW .rsVideoFrameHolder, 
  #featured-slider.rsMinW .rsThumbs {
  background: transparent; 	  
  }
  
  /* Bullets */
  #featured-slider.rsMinW .rsBullet {
  padding: 6px;	
  }
  
  /* Captions */   
  .featured-slider-caption-container {
  background: #fff; 	  
  }
  
  .featured-slider-caption-container .rsGCaption {
  float: none;		  
  }
   
  .featured-slider-caption.rsABlock {
  position: relative;	  
  top: auto;
  left: auto;
  padding: 10px 20px 15px 20px;
  text-align: center;
  border-top: 2px solid #27ae60;
  z-index: 15;  
  }
  
  .featured-slider-caption-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #2980b9;	
  font-weight: 300;
  }
  
  .featured-slider-caption-sep:before {
  display: inline-block;
  content: "";
  margin: 10px 0;
  width: 33.33%;
  max-width: 125px;
  height: 1px;
  border-top: 1px dashed #27ae60;  
  }
  
  .featured-slider-caption-teaser {  
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 13px; 
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  }
  
  .featured-slider-caption-teaser p:last-child {
  margin: 0;  
  }
  
  .featured-slider-caption-link {
  margin: 20px 0 0 0;		  
  }
  
  .featured-slider-caption-link a.button:last-child {
  margin: 0;	  
  } 
  
/* ======================================================= */
/*                     PAGE TITLE/HERO TEXT                */
/* ======================================================= */ 

  .page-title-hero-text-container {
  position: relative;	 
  text-align: center;
  border-bottom: 4px solid #265c80;
  background: #2980b9 url('../../i/patterns/square_bg.png') repeat scroll left top;	  
  }
  
  @media
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
	.page-title-hero-text-container {
	background-color: #2980b9;
	background-image: url('../../i/patterns/square_bg_@2X.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: 252px 230px;
	}
  
  }
  
  .page-title-hero-text-container-inner {
  padding: 40px 0;		  
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
  }
  
  .page-title-hero-text-container-top-arrow {
  position: absolute;
  top: 0;
  left: 50%;	  
  margin: 0 0 0 -30px;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;	
  border-top: 18px solid #265c80;
  }
  
  .page-title-hero-text-container-bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;	  
  margin: 0 0 0 -30px;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;	
  border-bottom: 18px solid #265c80;
  }
  
  h1.page-title {
  margin: 0;	  
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 32px;
  line-height: 1.3;
  color: #fff;	
  font-weight: normal; 	  
  }
  
  .page-title-hero-text-sep:before {
  display: inline-block;
  content: "";
  margin: 10px 0 15px 0;
  width: 33.33%;
  max-width: 240px;
  height: 1px;
  border-top: 1px dashed #69a6ce;
  border-top: 1px dashed rgba(255, 255, 255, 0.3); 
  }
  
  .hero-text {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px; 
  line-height: 1.4;
  font-weight: 300;
  color: #fff;	  
  font-style: italic;
  }
  
/* ======================================================= */
/*                      CONTENT CONTAINERS                 */
/* ======================================================= */  

  .content-container {
  position: relative;	  
  padding: 40px 0;	 
  border-top: 8px solid #f0f0f0;
  border-top: 8px solid rgba(0, 0, 0, 0.05);
  border-bottom: 8px solid #f0f0f0;
  border-bottom: 8px solid rgba(0, 0, 0, 0.05);
  background: #fdfdfd url('../../i/patterns/light_wool.png') repeat scroll left top;	  
  }
  
  @media
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
	.content-container {
	background-color: #fdfdfd;
	background-image: url('../../i/patterns/light_wool_@2X.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: 190px 191px;
	}
  
  }
  
  .content-container-top-arrow {
  position: absolute;
  top: 0;
  left: 50%;	  
  margin: 0 0 0 -30px;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;	
  border-top: 18px solid #f0f0f0;
  border-top: 18px solid rgba(0, 0, 0, 0.05); 
  }
  
  .content-container-bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;	  
  margin: 0 0 0 -30px;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;	
  border-bottom: 18px solid #f0f0f0;
  border-bottom: 18px solid rgba(0, 0, 0, 0.05); 
  }
  
/* ======================================================= */
/*                          SIDEBAR                        */
/* ======================================================= */  
  
  /* General Sidebar Blocks */
  .sidebar-block {
  margin: 0 0 40px 0;	  
  }
  
  .content-sidebar .sidebar-block:last-child {
  margin: 0;	  
  }
  
  /* Subnavigation */
  .sidebar-block.subnavigation {
  display: none; /* Hide Initially */	  
  } 
  
  .subnavigation-section-info {
  background: #27ae60 url('../../i/patterns/square_bg.png') repeat scroll left top;	
  }
  
  @media
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
	.subnavigation-section-info {
	background-color: #27ae60;
	background-image: url('../../i/patterns/square_bg_@2X.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: 252px 230px;
	}
  
  }
  
/* ======================================================= */
/*                     GENERAL PAGE CONTENT                */
/* ======================================================= */   	
  
  .page-content h2, .page-content h1  {
  margin: 0 0 10px 0;	  
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 24px;
  line-height: 1.3;
  color: #2980b9;	
  font-weight: normal; 
  }
  
  .page-content h3 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; 
  line-height: 1.4;
  font-weight: 600;	 
  }
  
  .page-content p {
  font-size: 13px;
  line-height: 2;
  }
  
  .page-content a {		
  color: #9e1c20;
  font-weight: 600;
  text-decoration: underline;
  }
  
  .page-content a:hover {
  color: #821a1d;
  }
  
  .page-content ul {
  margin: 0 0 25px 15px;
  list-style: disc;  
  line-height: 1.4;
  }
  
  .page-content ol {
  margin: 0 0 25px 15px;
  list-style: decimal;  
  line-height: 1.4;
  }

  .page-content ul li,
  .page-content ol li {
  margin: 0 0 5px 0;
  }
  
  .page-content hr {
  height: 1px; 
  border: 0; 
  margin: 30px 0;
  color: #e0e0e0;
  background-color: #e0e0e0;	
  }
  
  .page-content img {	
  max-width: 100%;
  height: auto;	
  }
  
  /* Prevent Issues with Images within Google Maps */
  #map_canvas img,
  .google-maps img {
  max-width: none;
  }    

/* ======================================================= */
/*                          LISTINGS                       */
/* ======================================================= */  
 
  .listing {
  margin: 30px 0 0 0;
  padding: 20px;
  border: 1px dashed #e6e6e6;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  background: #fff; 
  -webkit-box-shadow: 0 12px 9px -9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 9px -9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 9px -9px rgba(0, 0, 0, 0.1);
  }
  
  .listing-image {
  margin: 0 0 15px 0;
  line-height: 0;	  
  }
  
  .listing-image img {
  width: 100%;
  max-width: 100%;
  height: auto;	  
  }
  
  .listing-image a img {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;	  	  
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;	
  transition: opacity 0.3s ease-in-out;	  
  }
  
  .listing-image a img:hover {
  opacity: 0.6;
  }
  
  .listing-title {
  margin: 0 0 5px 0;
  padding: 0 0 10px 0;	  
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; 
  line-height: 1.4;
  font-weight: 600;	 
  border-bottom: 1px dashed #e6e6e6;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  }
  
  .listing-meta {
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
  color: #2980b9;
  }
  
  .listing-meta span.fa {
  margin: 0 5px 0 0;	  
  color: #265c80;
  }
  
  .listing-meta a {		
  color: #9e1c20;
  font-weight: 600;
  text-decoration: underline;
  }
  
  .listing-meta a:hover {
  color: #821a1d;
  }
  
  .listing-teaser {
  font-size: 13px;
  line-height: 2;
  } 
  
  .listing-teaser p:last-child {
  margin: 0;	  
  }
  
  .listing-actions {
  margin: 20px 0 0 0;	  
  }
  
  .listing-actions a.button:last-child {
  margin: 0;	  
  }
 
/* ======================================================= */
/*                           FOOTER                        */
/* ======================================================= */

  footer.site-footer {
  position: relative;	  
  color: #fff; 
  text-align: center;
  border-top: 4px solid #265c80;  
  background: #2980b9 url('../../i/patterns/square_bg.png') repeat scroll left top;	  
  }
  
  @media
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
	footer.site-footer {
	background-color: #2980b9;
	background-image: url('../../i/patterns/square_bg_@2X.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: 252px 230px;
	}
  
  }
  
  .footer-inner {
  padding: 20px 0;	 
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */	  
  }
  
  .footer-arrow {
  position: absolute;
  top: 0;
  left: 50%;	  
  margin: 0 0 0 -30px;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;	
  border-top: 18px solid #265c80; 
  }
  
  .footer-copyright {  
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;	
  text-transform: uppercase;	  
  }
  
  .footer-sep:before {
  display: inline-block;
  content: "";
  margin: 15px 0 10px 0;
  width: 33.33%;
  max-width: 240px;
  height: 1px;
  border-top: 1px dashed #69a6ce;
  border-top: 1px dashed rgba(255, 255, 255, 0.3); 
  }
  
  .footer-location,
  .footer-contact {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;		  
  }
  
  .footer-location span.fa,
  .footer-contact span.fa {
  margin: 0 3px 0 0;
  vertical-align: middle;
  color: #69a6ce;
  color: rgba(255, 255, 255, 0.3);
  }
  
  .footer-location span.highlight,
  .footer-contact span.highlight {
  font-weight: 700;	  
  }
  
  .footer-location a,
  .footer-contact a {
  color: #fff;
  text-decoration: none;  
  }
  
  .footer-location a:hover,
  .footer-contact a:hover {
  color: #69a6ce;
  color: rgba(255, 255, 255, 0.3);
  }

/* ======================================================= */
/*                        MEDIA QUERIES                    */
/* ======================================================= */	

  @media all and (min-width: 320px) {
  
  }
  
  @media all and (min-width: 480px) {
  
	/**************************************
	*
	* HEADER 
	*
	**************************************/
	/* Header Branding */  
	.header-text span.upper {
	font-size: 24px;
	}
  
  }  
  
  @media all and (min-width: 600px) {
	  
	/**************************************
	*
	* MISC/GLOBAL SHARED ELEMENTS 
	*
	**************************************/
	/* Global Container Class - Used to Set Horizontal Padding */
	.global-width {	
	padding: 0 30px;
	}
	
	/**************************************
	*
	* HEADER 
	*
	**************************************/
	header.site-header {
	padding: 15px 0;
	}
	/* Header Branding */  
	.header-logo {
	width: 60px;
	margin: 0 6px 0 0;
	}
	.header-text span.lower {
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 300;	 
	color: #999; 
	}
	
	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	/* Captions */
	.featured-slider-caption.rsABlock {
	padding: 15px 30px 20px 30px;
	}
	.featured-slider-caption-title {
	font-size: 28px;
	}
	.featured-slider-caption-teaser {
	font-size: 14px;
	}
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-text-container-inner {
	padding: 45px 0;	  
	}
	h1.page-title {
	font-size: 36px;	  
	}	
	.page-title-hero-text-sep:before {
	margin: 15px 0 20px 0;
	}	
	.hero-text {
	font-size: 20px; 
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS 
	*
	**************************************/
	.content-container {
	padding: 45px 0;	  
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2, .page-content h1  {
	font-size: 28px;
	}	
	.page-content h3 {
	font-size: 19px; 
	}
	
	/**************************************
	*
	* LISTINGS 
	*
	**************************************/
	.listing {
	display: table;
	width: 100%;	
	}
	.listing-image {
	display: table-cell;
	width: 170px;
	margin: 0;
	padding: 0 20px 0 0;	
	vertical-align: top;
	}
	.listing-details {
	display: table-cell;
	width: auto;
	vertical-align: top;	
	}	
	.listing-title {
	font-size: 19px;
	}	
	
	/**************************************
	*
	* FOOTER 
	*
	**************************************/
	.footer-inner {
	padding: 25px 0;	  
	}
	.footer-location,
	.footer-contact {
	display: inline-block;		
	}
	.footer-location:after,
	.footer-contact:after {
	display: inline-block;
	margin: 0 4px 0 6px;  
	content: "\7c";
	}	
	.footer-locations-container .footer-location:last-child:after,
	.footer-contact-container .footer-contact:last-child:after {
	display: none;
	}
  
  }
  
  @media all and (min-width: 768px) {	
  
	/**************************************
	*
	* LISTINGS 
	*
	**************************************/
	.listing-image {
	width: 220px;
	}
	  
  }
  
  @media all and (min-width: 960px) {
	  
	/**************************************
	*
	* MISC/GLOBAL SHARED ELEMENTS 
	*
	**************************************/
	/* Global Container Class - Used to Set Horizontal Padding */
	.global-width {	
	padding: 0 40px;
	}	
	
	/**************************************
	*
	* HEADER 
	*
	**************************************/
	header.site-header {
	padding: 20px 0;
	}
	/* Header Branding */  
	.header-logo {
	width: 80px;
	margin: 0 8px 0 0;
	}
	.header-text span.upper {
	font-size: 32px;
	}
	.header-text span.lower {
	font-size: 16px;
	}
	
	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	/* Captions */
	.featured-slider-caption.rsABlock {
	padding: 20px 40px 25px 40px;
	}
	.featured-slider-caption-title {
	font-size: 32px;
	}
	.featured-slider-caption-teaser {
	font-size: 15px;
	}
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-text-container-inner {
	padding: 50px 0;	  
	}
	.page-title-hero-text-container-top-arrow {	  
	margin: 0 0 0 -40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;	
	border-top: 24px solid #265c80;
	}	
	.page-title-hero-text-container-bottom-arrow {  
	margin: 0 0 0 -40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;	
	border-bottom: 24px solid #265c80;
	}
	h1.page-title {
	font-size: 42px;	  
	}	
	.page-title-hero-text-sep:before {
	margin: 20px 0 25px 0;
	}	
	.hero-text {
	font-size: 22px; 
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS 
	*
	**************************************/
	.content-container {
	padding: 50px 0;	  
	}
	.content-container-top-arrow {
	margin: 0 0 0 -40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;	
	border-top: 24px solid #f0f0f0;
	border-top: 24px solid rgba(0, 0, 0, 0.05); 
	}  
	.content-container-bottom-arrow {
	margin: 0 0 0 -40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;	
	border-bottom: 24px solid #f0f0f0;
	border-bottom: 24px solid rgba(0, 0, 0, 0.05); 
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2, .page-content h1  {
	font-size: 32px;
	}	
	.page-content h3 {
	font-size: 20px; 
	}
	.page-content p {
	font-size: 14px;	
	}
	
	/**************************************
	*
	* LISTINGS 
	*
	**************************************/
	.listing-image {
	width: 270px;
	}
	.listing-title {
	font-size: 20px;
	}	
	.listing-meta {
	font-size: 14px;	
	}	
	.listing-teaser {
	font-size: 14px;	
	}
	
	/**************************************
	*
	* FOOTER 
	*
	**************************************/
	.footer-inner {
	padding: 30px 0;	  
	}
	.footer-arrow {
	margin: 0 0 0 -40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;	
	border-top: 24px solid #265c80; 
	}
	.footer-copyright {
	font-size: 18px;
	}  
	.footer-location,
	.footer-contact {
	font-size: 15px;
	}
	
  }
  
  @media all and (min-width: 1024px) {
  
  }
  
  @media all and (min-width: 1100px) {	  
  
  }
  
  @media all and (min-width: 1200px) {
	
	/**************************************
	*
	* MISC/GLOBAL SHARED ELEMENTS 
	*
	**************************************/
	/* Global Container Class - Used to Set Horizontal Width/Padding */
	.global-width {
	margin: 0 auto;	
	padding: 0;
	width: 85%;
	max-width: 1400px;
	}
	
	/**************************************
	*
	* HEADER 
	*
	**************************************/
	header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	}	
	/* Header Branding */  
	.header-logo {
	width: 100px;
	}
	.header-text span.upper {
	font-size: 40px;
	}
	.header-text span.lower {
	font-size: 18px;
	}
	/* Scrolling State */
	header.site-header.scrolling {
	padding: 10px 0;
	border-top: none;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
	}
	header.site-header.scrolling .header-logo {
	width: 60px;
	margin: 0 6px 0 0;
	}
	header.site-header.scrolling .header-text span.upper {
	font-size: 24px;
	}
	header.site-header.scrolling .header-text span.lower {
	font-size: 14px;
	}
	
	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	/* Captions */
	.featured-slider-caption-container {
	background: transparent; 
	}
	.featured-slider-caption.rsABlock {
	position: absolute;
	width: 33.33%; 
	padding: 10px 20px 20px 20px;
	border-top: none;
	background: #265c80;
	background: rgba(38, 92, 128, 0.9);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	.featured-slider-caption.left.rsABlock {
	left: 5%;	
	text-align: left;
	}
	.featured-slider-caption.right.rsABlock {
	right: 5%;	
	text-align: right;
	}
	.featured-slider-caption.top.rsABlock {
	top: 10%;	
	}
	.featured-slider-caption.bottom.rsABlock {
	bottom: 10%;	
	}
	.featured-slider-caption.middle.rsABlock {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	.featured-slider-caption-title {
	font-size: 36px;
	color: #fff;
	}
	.featured-slider-caption-sep:before {
	margin: 15px 0;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
	}
	.featured-slider-caption-teaser {
	font-size: 16px;
	color: #fff;
	}
	.featured-slider-caption-link a.button {
	color: #fff;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.6);
	background: transparent;
	}	
	.featured-slider-caption-link a.button:hover {
	color: #2980b9;
	background: #fff;	
	}
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-text-container-inner {
	padding: 55px 0;	  
	}
	.page-title-hero-text-container-top-arrow {	  
	margin: 0 0 0 -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;	
	border-top: 30px solid #265c80;
	}	
	.page-title-hero-text-container-bottom-arrow {  
	margin: 0 0 0 -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;	
	border-bottom: 30px solid #265c80;
	}
	h1.page-title {
	font-size: 48px;	  
	}	
	.page-title-hero-text-sep:before {
	margin: 25px 0 30px 0;
	}	
	.hero-text {
	font-size: 24px; 
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS
	*
	**************************************/
	.content-container {
	padding: 55px 0;	  
	}
	.content-container-top-arrow {
	margin: 0 0 0 -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;	
	border-top: 30px solid #f0f0f0;
	border-top: 30px solid rgba(0, 0, 0, 0.05); 
	}  
	.content-container-bottom-arrow {
	margin: 0 0 0 -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;	
	border-bottom: 30px solid #f0f0f0;
	border-bottom: 30px solid rgba(0, 0, 0, 0.05); 
	}
	.content-container-inner {
	display: table;
	width: 100%;		
	}
	.content-sidebar {
	display: table-cell;	
	width: 330px;
	padding: 0 30px 0 0;
	vertical-align: top;
	}
	.content-main {
	display: table-cell;
	width: auto;
	padding: 0 0 0 30px;
	vertical-align: top;	
	border-left: 2px dashed #f0f0f0;
	border-left: 2px dashed rgba(0, 0, 0, 0.05);	
	}	
	.content-main.full-width {
	width: 100%;	
	padding: 0;
	border-left: none;
	}
	
	/**************************************
	*
	* SIDEBAR
	*
	**************************************/
	/* General Sidebar Blocks */
	.sidebar-block {
	margin: 0 0 60px 0;	  
	}
	/* Subnavigation */
	.sidebar-block.subnavigation {
	display: block; /* show */	  
	-webkit-box-shadow: 0 12px 9px -9px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 12px 9px -9px rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 9px -9px rgba(0, 0, 0, 0.1);
	}  
	.subnavigation-section-info {
	border: 1px solid #1c7c44;
	border-bottom: none;
	}
	.subnavigation-section-info-inner {
	padding: 25px 30px 30px 30px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 ); /* IE6-9 */
	}
	.subnavigation-section-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 300;	  
	color: #fff;
	}	
	.subnavigation-section-title span.fa {
	margin: 0 5px 0 0;	
	}
	.subnavigation-section-teaser {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;	  
	font-style: italic;	
	color: #fff;
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2, .page-content h1  {
	font-size: 34px;
	}	
	.page-content h3 {
	font-size: 21px; 
	}
	
	/**************************************
	*
	* LISTINGS 
	*
	**************************************/
	.listing {
	display: block;
	}
	.listing-image {
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;	
	vertical-align: auto;
	}
	.listing-details {
	display: block;
	width: 100%;
	vertical-align: auto;	
	}	
	.listing-title {
	font-size: 21px;
	}	
	
	/**************************************
	*
	* FOOTER 
	*
	**************************************/
	.footer-inner {
	padding: 35px 0;	  
	}
	.footer-arrow {
	margin: 0 0 0 -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;	
	border-top: 30px solid #265c80; 
	}
	.footer-copyright {
	font-size: 20px;
	}  
	.footer-sep:before {
	margin: 20px 0 15px 0;
	}
	.footer-location,
	.footer-contact {
	font-size: 16px;
	}
  
  }
  
  @media all and (min-width: 1400px) {
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-text-container-inner {
	padding: 60px 0;	  
	}
	h1.page-title {
	font-size: 54px;	  
	}	
	.page-title-hero-text-sep:before {
	margin: 30px 0 35px 0;
	}	
	.hero-text {
	font-size: 26px; 
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS 
	*
	**************************************/
	.content-container {
	padding: 60px 0;	  
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2, .page-content h1  {
	font-size: 36px;
	}	
	.page-content h3 {
	font-size: 22px;
	}
	.page-content p {
	font-size: 15px;	
	}
	
	/**************************************
	*
	* LISTINGS 
	*
	**************************************/
	.listing-title {
	font-size: 22px;
	}	
	.listing-meta {
	font-size: 15px;	
	}	
	.listing-teaser {
	font-size: 15px;	
	}
	
	/**************************************
	*
	* FOOTER 
	*
	**************************************/
	.footer-inner {
	padding: 40px 0;	  
	}
	  
  }
  
  @media all and (min-width: 1600px) {
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-text-container-inner {
	padding: 65px 0;	  
	}
	h1.page-title {
	font-size: 60px;	  
	}	
	.page-title-hero-text-sep:before {
	margin: 35px 0 40px 0;
	}	
	.hero-text {
	font-size: 28px; 
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS 
	*
	**************************************/
	.content-container {
	padding: 65px 0;	  
	}
	.content-container-top-arrow {
	margin: 0 0 0 -310px;
	}  
	.content-container-bottom-arrow {
	margin: 0 0 0 -310px;
	}
	.content-sidebar {
	display: table-cell;	
	width: 440px;
	padding: 0 40px 0 0;
	vertical-align: top;
	}
	.content-main {
	padding: 0 0 0 40px;
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2, .page-content h1  {
	font-size: 38px;
	}	
	.page-content h3 {
	font-size: 23px;
	}
	
	/**************************************
	*
	* LISTINGS 
	*
	**************************************/
	.listing-title {
	font-size: 23px;
	}	
	
	/**************************************
	*
	* FOOTER 
	*
	**************************************/
	.footer-inner {
	padding: 45px 0;	  
	}
  
  }
  
  @media all and (min-width: 1800px) {	
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-text-container-inner {
	padding: 70px 0;	  
	}
	h1.page-title {
	font-size: 66px;	  
	}	
	.page-title-hero-text-sep:before {
	margin: 40px 0 45px 0;
	}	
	.hero-text {
	font-size: 30px; 
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS 
	*
	**************************************/
	.content-container {
	padding: 70px 0;	  
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2, .page-content h1  {
	font-size: 40px;
	}	
	.page-content h3 {
	font-size: 24px;
	}
	
	/**************************************
	*
	* LISTINGS 
	*
	**************************************/
	.listing-title {
	font-size: 24px;
	}
	
	/**************************************
	*
	* FOOTER 
	*
	**************************************/
	.footer-inner {
	padding: 50px 0;	  
	}
  
  }