/*
	Theme Name: Alterations Studio, 2015
	Theme URI: http://www.alterationstudio.com.au
	Description: A custom Wordpress Theme for Alterations Studio.
	Version: 1.0
	
	Author: Suture
	Author URI: http://www.suture.net
	
	Tags: fluid-layout, responsive-layout
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
		
*/
/* @group LAYOUT - HEADER */
header {
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  height: 100px;
  z-index: 400;
  display: block;
  /* Needed to clear Mean Menu */
  float: left;
  background-color: #f7f7f7;
}

/* @end */
/* @group LAYOUT - NAV */
.menu-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 25px 0 0;
  height: 75px;
}

.menu-wrapper .grid {
  /* Needed if using Drop Down Menus */
  overflow: visible;
}

/* @end */
/* @group LAYOUT - MAIN BANNER */
.main-banner-wrapper {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  /* http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
  min-height: 500px;
  height: auto !important;
  height: 500px;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #717174;
  clear: both;
}

.main-banner-promo {
  padding: 20px 20px 10px;
  display: block;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  width: 100%;
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.23);
  margin: 20px 0;
}

/* @end */
/* @group LAYOUT - MAIN CONTENT */
.main-content-wrapper {
  display: block;
  padding: 20px 0 0;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  clear: both;
}

.main-content {
  padding: 0 0 20px;
  display: block;
  min-height: 400px;
  height: auto !important;
}

/* @end */
/* @group LAYOUT - SIDEBAR */
aside {
  display: block;
}

/* @end */
/* @group LAYOUT - FOOTER */
.footer-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}

footer {
  padding: 0 0 50px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

/* @end */
/* @group GRID */
.wrapper {
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
}

*, *:after, *:before {
  box-sizing: border-box;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
  /* http://css-tricks.com/make-sure-columns-dont-collapse-horizontally/ */
  min-height: 1px;
}

.grid {
  width: 100%;
  max-width: 1140px;
  /* 767 minus 100px + 1 for padding (50px on either side) */
  min-width: 666px;
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0px;
}

.push-right {
  float: right;
}

/* @end */
/* @group GRID - CONTENT COLUMNS */
.col-1-1 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* @end */
/* @group GRID - LAYOUT COLUMNS */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* @end */
/* @group GRID - PUSHING BLOCKS */
.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

/* @end */
@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    /* grid-space to left */
    padding-left: 20px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    padding-right: 10px;
  }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    /* column-space */
    padding-right: 10px;
  }

  /* Mobile Layout */
  [class*='mobile-col-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    /* column-space */
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .mobile-col-1-1 {
    width: 100%;
  }

  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }

  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }

  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }

  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }

  .mobile-col-1-5 {
    width: 20%;
  }

  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }

  .mobile-col-1-7 {
    width: 14.28%;
  }

  .mobile-col-1-8 {
    width: 12.5%;
  }

  .mobile-col-1-9 {
    width: 11.1%;
  }

  .mobile-col-1-10 {
    width: 10%;
  }

  .mobile-col-1-11 {
    width: 9.09%;
  }

  .mobile-col-1-12 {
    width: 8.33%;
  }

  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }

  .mobile-col-10-12 {
    width: 83.333%;
  }

  .mobile-col-9-12 {
    width: 75%;
  }

  .mobile-col-5-12 {
    width: 41.66%;
  }

  .mobile-col-7-12 {
    width: 58.33%;
  }

  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
/* @group MENU - ESSENTIAL */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* @end */
/* @group MENU - SKIN */
.sf-menu {
  float: left;
  position: relative;
  letter-spacing: 1px;
  padding-top: 5px;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
}

.sf-menu a:link,
.sf-menu a:visited {
  color: #717174;
  text-decoration: none;
}

.sf-menu a:hover {
  color: #000000;
  text-decoration: none;
}

.sf-menu a:active,
.sf-menu li.current_page_item a,
.sf-menu li.current_page_parent a {
  color: #b23228;
  text-decoration: none;
}

/* We don't want the News Menu highlighted on the search results page */
.search-results .sf-menu li.current_page_parent a {
  color: #717174;
  text-decoration: none;
}

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  /* allow long menu items to determine submenu width */
  min-width: 14em;
  *width: 14em;
  margin-top: 3px;
}

.sf-menu a {
  padding: .75em 1em;
  text-decoration: none;
  /* IE7 */
  zoom: 1;
  color: white;
}

.sf-menu li {
  white-space: nowrap;
  *white-space: normal;
  text-transform: uppercase;
}

/* @end */
/* @group BODY */
body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: #333333;
  font-size: 62.5%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* @end */
/* @group TYPOGRAPHY */
.wrapper {
  font-size: 1.4em;
  line-height: 1.6em;
}

p {
  margin: 0;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #b23228;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #b23228;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #717174;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: none;
  word-wrap: break-word;
  padding: 20px 0 10px;
  margin: 0;
  letter-spacing: 0.1em;
}

h1 {
  color: #717174;
  font-weight: 300;
  font-size: 3.6em;
  line-height: 1.4em;
  padding: 40px 0;
}

h2 {
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.4em;
}

h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  color: #b23228;
}

h4 {
  font-size: 1.4em;
  line-height: 1.2em;
}

h5 {
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  font-size: 1em;
  line-height: 1.2em;
}

h2 a:link,
h2 a:visited {
  color: #717174;
  text-decoration: none;
}

h2 a:hover {
  color: #b23228;
}

small {
  font-size: .85em;
}

hr {
  margin: 15px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  clear: both;
}

abbr[title] {
  cursor: help;
}

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

blockquote {
  margin: 10px 0 20px;
  padding: 10px 10px 10px 20px;
  border-left: 10px solid #eaeaea;
}

blockquote p {
  margin-bottom: 0;
  padding: 0;
}

cite {
  color: #999999;
  display: inline-block;
  padding-top: 10px;
}

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

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

q, em, cite, i, var {
  font-style: italic;
}

del, strike, s {
  text-decoration: line-through;
}

u {
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.justify {
  text-align: justify;
}

address {
  display: block;
  font-style: normal;
  margin: 0;
  padding: 10px 0;
}

.highlight {
  background-color: #ffffcc;
  padding: 1px;
}

/* @end */
/* @group SELECTION */
/* Safari */
p::-moz-selection {
  background: #fff292;
}
p::selection {
  background: #fff292;
}

/* Firefox */
p::-moz-selection {
  background: #fff292;
}

/* @end */
/* @group OUTLINES */
* {
  outline: none;
}

:focus {
  outline: 0;
}

/* @end */
/* @group HELPERS */
.hidden,
.hide {
  display: none;
}

.muted,
.muted a {
  color: #999999;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Display 'table' to allow centering */
.table {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.table-right {
  display: table;
  margin: 0 0 0 auto;
}

.desktop-hidden,
.print-visible {
  display: none;
}

/* @end */
/* @group CLEARFIX */
/*
	Assign the class "cf" to any  wrapper that needs to clear it's children
	http://nicolasgallagher.com/micro-clearfix-hack/
*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/*
	For IE 6/7 only
	Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1;
}

/* @end */
/* @group LOGO */
img#logo {
  width: 100%;
  max-width: 350px;
  height: auto;
}

/* @end */
/* @group MAIN BANNER */
.main-banner-promo h1 {
  text-align: left;
  color: #b23228;
  margin: 0;
  line-height: 1em;
  font-size: 2.2em;
  padding: 0 0 10px;
}

.main-banner-promo p {
  text-align: left;
}

/* @end */
/* @group BANNERS */
p.promo-banners img {
  padding-right: 5px;
}

/* @end */
/* @group LISTS */
ol, ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0 10px 30px;
}

/* 
	The selector article & footer are required to 
	prevent extra padding messing up the Mobile Nav 
*/
article li,
footer li {
  list-style-type: disc;
  padding: 1px 0 1px 5px;
  margin-left: 10px;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

ol li ol li {
  list-style-type: lower-roman;
}

ol ol, ul ul {
  padding: 5px 0 5px 30px;
}

/* @end */
/* @group IMAGES */
.image-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.image-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

img.size-full,
img.size-medium,
.image-full-width {
  width: 100%;
  height: auto;
  padding: 0;
}

/* @end */
/* @group WORDPRESS - FLOATING IMAGES */
.wp-caption.alignleft {
  float: left;
  display: inline-block;
  margin: 20px;
}

.wp-caption.alignright {
  float: right;
  display: inline-block;
  margin: 20px;
}

p.wp-caption-text {
  color: gray;
  font-size: .9em;
  padding-top: 0;
  padding-bottom: 0;
}

/* @end */
/* @group SOCIAL SHARE LINKS */
.share-affix {
  position: fixed;
  top: 50px;
  left: 0px;
}

.share-icon {
  background-repeat: no-repeat;
  background-image: url("images/social-icons.png");
  height: 40px;
  width: 40px;
  display: inline-block;
  text-indent: -99999px;
  margin: 2px;
  opacity: .9;
  filter: Alpha(Opacity=90);
}

.share-icon:hover {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.share-icon-digg {
  background-position: -526px 0;
}

.share-icon-email {
  background-position: -614px 0;
}

.share-icon-flickr {
  background-position: -261px 0;
}

.share-icon-foursquare {
  background-position: 0 0;
}

.share-icon-rss {
  background-position: -305px 0;
}

.share-icon-facebook {
  background-position: -131px 0;
}

.share-icon-twitter {
  background-position: -174px 0;
}

.share-icon-tumblr {
  background-position: -87px 0;
}

.share-icon-linkedin {
  background-position: -438px 0;
}

.share-icon-vimeo {
  background-position: -393px 0;
}

.share-icon-instagram {
  background-position: -44px 0;
}

.share-icon-pinterest {
  background-position: -349px 0;
}

.share-icon-googleplus {
  background-position: -218px 0;
}

.share-icon-in1 {
  background-position: -482px 0;
}

.share-icon-stumbleupon {
  background-position: -570px 0;
}

.share-square {
  -moz-transition: all 0.2s linear 0s;
  background: url("images/social-icons.png") no-repeat scroll left top transparent;
  display: inline-block;
  height: 32px;
  line-height: 0;
  margin: 2px;
  width: 32px;
}

.share-square-behance {
  background-position: -544px -44px;
}

.share-square-behance:hover {
  background-position: -544px -77px;
}

.share-square-delicious {
  background-position: -512px -44px;
}

.share-square-delicious:hover {
  background-position: -512px -77px;
}

.share-square-deviantart {
  background-position: -480px -44px;
}

.share-square-deviantart:hover {
  background-position: -480px -77px;
}

.share-square-digg {
  background-position: -448px -44px;
}

.share-square-digg:hover {
  background-position: -448px -77px;
}

.share-square-dribbble {
  background-position: -416px -44px;
}

.share-square-dribbble:hover {
  background-position: -416px -77px;
}

.share-square-email {
  background-position: -674px -44px;
}

.share-square-email:hover {
  background-position: -674px -77px;
}

.share-square-facebook {
  background-position: -384px -44px;
}

.share-square-facebook:hover {
  background-position: -384px -77px;
}

.share-square-flickr {
  background-position: -352px -44px;
}

.share-square-flickr:hover {
  background-position: -352px -77px;
}

.share-square-forrst {
  background-position: -320px -44px;
}

.share-square-forrst:hover {
  background-position: -320px -77px;
}

.share-square-googleplus {
  background-position: -288px -44px;
}

.share-square-googleplus:hover {
  background-position: -288px -77px;
}

.share-square-in1 {
  background-position: -576px -44px;
}

.share-square-in1:hover {
  background-position: -576px -77px;
}

.share-square-instagram {
  background-position: -608px -44px;
}

.share-square-instagram:hover {
  background-position: -608px -77px;
}

.share-square-lastfm {
  background-position: -256px -44px;
}

.share-square-lastfm:hover {
  background-position: -256px -77px;
}

.share-square-linkedin {
  background-position: -224px -44px;
}

.share-square-linkedin:hover {
  background-position: -224px -77px;
}

.share-square-pinterest {
  background-position: -192px -44px;
}

.share-square-pinterest:hover {
  background-position: -192px -77px;
}

.share-square-rss {
  background-position: -160px -44px;
}

.share-square-rss:hover {
  background-position: -160px -77px;
}

.share-square-skype {
  background-position: -128px -44px;
}

.share-square-skype:hover {
  background-position: -128px -77px;
}

.share-square-stumbleupon {
  background-position: -640px -44px;
}

.share-square-stumbleupon:hover {
  background-position: -640px -77px;
}

.share-square-tumblr {
  background-position: -96px -44px;
}

.share-square-tumblr:hover {
  background-position: -96px -77px;
}

.share-square-twitter {
  background-position: -64px -44px;
}

.share-square-twitter:hover {
  background-position: -64px -77px;
}

.share-square-vimeo {
  background-position: -32px -44px;
}

.share-square-vimeo:hover {
  background-position: -32px -77px;
}

.share-square-youtube {
  background-position: 0 -44px;
}

.share-square-youtube:hover {
  background-position: 0 -77px;
}

/* @end */
/* @group ALERTS */
span.alert {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 15px 30px 12px 15px;
  border-radius: 6px;
  position: relative;
  clear: left;
}

span.alert p {
  padding: 0 0 15px;
}

span.alert ul {
  list-style-type: disc;
  padding-top: 0;
  padding-bottom: 0;
}

span.alert a {
  color: #cc3333;
  padding-right: 3px;
  padding-left: 3px;
}

span.white {
  background-color: #ffffff;
}

span.green {
  background-color: #dffcd0;
}

span.blue {
  background-color: #e3f9fe;
}

span.yellow {
  background-color: #ffffcc;
}

span.red {
  background-color: #ffcccc;
}

a.dismiss-alert:link,
a.dismiss-alert:visited {
  position: absolute;
  top: 16px;
  display: block;
  z-index: 60;
  width: 16px;
  height: 16px;
  right: 16px;
  color: #666666;
  padding: 3px 0 0 2px;
  font: bold 1.3em/.7em Helvetica, Arial, sans-serif;
}

a.dismiss-alert:hover {
  text-decoration: none;
  color: #333333;
}

/* @end */
/* @group ALERTS - NINJA FORMS */
.ninja-forms-response-msg {
  display: block;
  width: 100%;
  padding: 15px 30px 12px 15px;
  border-radius: 6px;
  position: relative;
  clear: left;
  margin: 0;
}

.ninja-forms-error-msg {
  background-color: #ffcccc;
  margin: 20px 0 20px;
}

.ninja-forms-success-msg {
  background-color: #dffcd0;
  margin: 20px 0 20px;
}

.ninja-forms-response-msg p {
  padding: 0;
}

/* @end */
/* @group FORMS - RESET */
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
}

input[type=search] {
  box-sizing: border-box;
}

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

/* @end */
/* @group FORMS - GENERAL */
form {
  padding: 0;
  margin: 0;
}

fieldset {
  border: 1px solid #999999;
  margin: 10px 0;
  padding: 10px;
}

legend {
  padding-right: 10px;
  padding-left: 10px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
  padding: 11px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  font-size: 1em;
  line-height: 1em;
  height: 40px;
  color: #666666;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

textarea {
  padding: 11px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  font-size: 1em;
  line-height: 1.2em;
  min-height: 160px;
  color: #666666;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

input[type=text].half-width,
input[type=email].half-width,
input[type=password].half-width,
input[type=tel].half-width,
input[type=url].half-width,
input[type=search].half-width,
input[type=date].half-width {
  width: 50%;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus {
  background-color: #ececec;
}

input[type=submit],
input[type=reset],
button[type=submit],
button[type=reset] {
  cursor: pointer;
  padding: 10px 15px;
  margin: 5px 2px;
  background-color: #333333;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  border: none;
  color: #ffffff;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
  background: #717174;
}

input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
  background: #b23228;
}

select {
  padding: 8px !important;
  width: 100%;
  border: 0px !important;
  border: none !important;
  font-size: 1em;
  line-height: 1em;
  color: #666666;
  background-color: #f7f7f7;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

input[type=submit].disabled,
input[type=reset].disabled,
button[type=submit].disabled,
button[type=reset].disabled {
  color: #ffffff;
  background-color: #cccccc;
}

input[type=submit].secondary,
input[type=reset].secondary,
button[type=submit].secondary,
button[type=reset].secondary {
  color: #ffffff;
  background-color: #999999;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked + label {
  font-weight: bold;
}

textarea {
  max-width: 100%;
}

label {
  color: #333333;
  display: block;
}

span.required {
  color: #333333;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

.placeholder {
  color: #999999;
}

input:disabled,
input.disabled {
  color: #cccccc;
  background-color: #f4f4f4;
  box-shadow: none;
  border-bottom-style: none;
}

input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=url].error,
input[type=search].error,
input[type=date].error,
textarea.error {
  background-color: #ffe8ea;
}

/* @end */
/* @group FORMS - CUSTOM */
.sidebar-widget select,
.sidebar-widget input {
  border-radius: 2px;
}

/* @end */
/* @group FORMS - SEARCH */
.search-box {
  width: 100%;
  height: 40px;
  margin-top: 10px;
}

.search-box-input {
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}

.search-box-input input#s {
  width: 100%;
  height: 40px;
  float: left;
  border-radius: 5px;
}

.search-box-input button.icon {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  background-color: #717174;
  height: 38px;
  width: 38px;
  margin-top: 1px;
  color: #ffffff;
  font-size: 12pt;
  opacity: 0;
  -webkit-transition: all .55s ease;
  transition: all .55s ease;
}

.search-box-input:hover button.icon,
.search-box-input:active button.icon,
.search-box-input:focus button.icon {
  outline: none;
  opacity: 1;
  margin-left: -39px;
}

.search-box-input:hover button.icon:hover {
  background: #b23228;
}

/* @end */
/* @group FORMS - NINJA */
span.ninja-forms-req-symbol {
  color: #b23228;
}

.ninja-forms-form .label-above label {
  font-weight: normal;
  font-style: normal;
}

/* @end */
/* @group SEARCH RESULTS */
p.search-query {
  font-size: 1.1em;
  color: #333333;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

a.continued {
  font-style: italic;
}

/* @end */
/* @group TALK BUBBLES */
.bubble {
  margin: 10px 10px 20px;
  padding: 10px 20px 20px;
  position: relative;
  display: block;
  border-radius: 5px;
  background: #b23228 url(images/quote.png) no-repeat 98% 84%;
  color: #ffffff;
}

.bubble:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60px;
  border-top: 20px solid;
  border-top-color: #b23228;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.bubble p {
  color: #ffffff;
  padding-bottom: 0;
  line-height: 1.4em;
  font-size: 1.2em;
}

p.citation {
  padding-left: 60px;
}

/* @end */
/* @group TABLES */
table {
  left: 0;
  top: 0;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

th {
  height: 50px;
  padding: 6px 0 0;
  margin: 0;
  background-color: #eaeaea;
  color: #333333;
  letter-spacing: .1em;
  border-right: 1px solid #ffffff;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}

tr.header a {
  text-decoration: none;
  color: #333333;
}

tr.header a:hover {
  text-decoration: none;
  color: #cc3333;
}

tr {
  border-top: 1px solid #ffffff;
}

td {
  height: 32px;
  margin: 0;
  padding: 5px;
  border-right: 1px solid #ffffff;
  text-align: left;
}

.zebra tr:nth-child(odd) {
  background-color: #fafafa;
}

.zebra tr:nth-child(even) {
  background-color: #f4f4f4;
}

.zebra tr:hover {
  background-color: #f0fbff;
}

/* @end */
/* @group DEFINITION LISTS */
.table-display {
  width: 100%;
  margin: 15px 0 30px;
  padding: 0;
  display: block;
  float: left;
  clear: both;
  position: relative;
  border-bottom: 1px solid #999999;
}

.table-display dt {
  float: left;
  width: 30%;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #999999;
  letter-spacing: .1em;
  position: relative;
  display: inline-block;
}

.table-display dd {
  float: left;
  margin: 0;
  width: 70%;
  padding: 5px 0 5px 5%;
  border-top: 1px solid #999999;
  position: relative;
  display: inline-block;
}

/* @end */
/* @group COLUMNS */
.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.two-third {
  width: 65.33%;
}

.one-fourth {
  width: 22%;
}

.three-fourth {
  width: 74%;
}

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  position: relative;
  float: left;
  margin: 10px 3.33% 0 0;
}

.column-last {
  margin-right: 0 !important;
  clear: right;
}

.column-last:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

/* @end */
/* @group TABS */
.tab-panel {
  padding: 15px;
  width: auto;
  margin: 0 0 20px;
  border-top: 2px solid #ffffff;
}

ul.tabs {
  margin: 20px 0 0;
  padding: 0;
}

.tabs li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 2px 0 0;
}

.tabs a {
  padding: 10px 15px 8px 015px;
  display: inline-block;
  background: #717174;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  letter-spacing: 1px;
}

.tabs a:hover {
  background: #b23228;
  color: #ffffff;
}

.tabs a:active {
  background: #b23228;
  color: #ffffff;
}

.tabs a.current {
  background: #ffffff;
  color: #333333;
}

.tab-panel h1,
.tab-panel h2,
.tab-panel h3,
.tab-panel h4,
.tab-panel h5,
.tab-panel h6 {
  color: #333333;
}

/* @end */
/* @group ACCORDION */
.accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion .expandee {
  margin-bottom: 10px;
}

.accordion .expandee .trigger {
  padding: 12px 15px;
  background: #e8e7e8 url(images/icon-toggle-plus.png) no-repeat 97% center;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  letter-spacing: .1em;
  outline: none;
}

.accordion .expandee .trigger:hover {
  color: #ffffff;
  background-color: #b23228;
}

.accordion .expandee.expanded .trigger {
  color: #ffffff;
  padding: 15px;
  background: #717174 url(images/icon-toggle-minus.png) no-repeat 97% center;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}

.accordion .expandee .target {
  padding: 15px;
  background: #ffffff;
}

.target h1,
.target h2,
.target h3,
.target h4,
.target h5,
.target h6 {
  color: #333333;
}

/* @end */
/* @group COLORBOX - CORE */
/*
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* @end */
/* @group COLORBOX - USER STYLES */
#cboxOverlay {
  background: url(images/colorbox-overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/colorbox-controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/colorbox-controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/colorbox-controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/colorbox-controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/colorbox-controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/colorbox-controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/colorbox-border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/colorbox-border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/colorbox-loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/colorbox-loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/colorbox-controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/colorbox-controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/colorbox-controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/* @end */
/* @group COLORBOX - IE7 & 8 FIXES */
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* @end */
/* @group COLORBOX - SKIN */
h1.message-title {
  color: #333333;
  margin: 0;
  padding: 15px 10px 0;
}

.message-panel {
  padding: 10px 10px 0;
  display: block;
  float: left;
  font-size: 1.2em;
}

#cboxCurrent {
  display: none;
}

#cboxTitle {
  font-size: 1.2em;
  color: #999999;
}

/* @end */
/* @group BLOG - META */
.blog-post-meta {
  padding: 10px 0;
  width: 100%;
  font-size: .9em;
  margin: 0;
  display: block;
}

.meta-details {
  color: #999999;
  font-style: italic;
}

/* @end */
/* @group BLOG - NAV */
p.post-nav {
  padding-top: 0;
  padding-bottom: 0;
}

p.post-nav a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #cccccc;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6em;
  color: white;
  border-radius: 4px;
  text-decoration: none;
}

p.post-nav a:hover {
  background-color: #333333;
  text-decoration: none;
}

p.post-nav a:active {
  background-color: #b23228;
  text-decoration: none;
}

/* @end */
/* @group BLOG - TAGS */
.post-tags {
  padding: 0;
  width: 100%;
  display: block;
  margin: 20px 0;
  text-transform: uppercase;
  font-size: .9em;
  border-top: 1px solid #eeeeee;
}

/* @end */
/* @group BLOG - SHARE LINKS */
.post-share-links {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 0 10px;
}

#sharelinks {
  display: block;
}

#sharelinks h6 {
  padding-top: 0;
}

/* @end */
/* @group BLOG (RECORDS) */
.news {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  clear: both;
}

.news ul {
  margin: 0;
  padding: 0;
}

.news li {
  margin: 0;
  padding: 20px 0 15px;
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
}

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

.news-image {
  float: left;
  display: inline-block;
  margin-right: 3%;
  width: 32%;
  margin-top: 50px;
}

.news-description {
  float: left;
  display: inline-block;
  width: 65%;
}

.news-description h4 {
  padding-top: 10px;
  padding-bottom: 2px;
}

/* @end */
/* @group WORDPRESS - COMMENTS */
/* This div wraps around the entire comments section including the form */
.comments {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* This is the discussion ul */
.comment-list {
  margin: 20px 0;
  padding: 0;
}

/* The following classes are applied to li */
li.comment {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

/* This is a div within the above li */
.comment-body {
  display: block;
  margin: 0;
  padding: 20px 0 10px;
  min-height: 140px;
  border-top: 1px solid white;
  width: 100%;
}

/* This is contained within the above "comment-body" div */
.comment-author {
  float: left;
  display: inline-block;
  clear: left;
  width: 20%;
  top: 0;
  left: 0;
  position: relative;
  text-align: center;
}

.comment-author img.avatar {
  border-radius: 36px;
}

cite.fn {
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
  clear: both;
}

.says {
  display: none;
}

/* Indent Nested Replies */
ul.children {
  margin-left: 120px;
}

ul.children .comment-body {
  border-left: 10px solid #f7f7f7;
}

/* The Date */
.comment-body p {
  display: block;
  padding: 10px 0 10px 20%;
  margin: 0;
  white-space: normal;
  position: relative;
}

.reply {
  text-align: right;
  padding: 0 10px 0 0;
}

/* @end */
/* @group WORDPRESS - COMMENT FORM */
.form-allowed-tags {
  display: none;
}

/* @end */
/* @group WORDPRESS - ADVANCED EXCERPT */
.read-more {
  font-style: italic;
}

/* @end */
/* @group WORDPRESS - PDF ATTACHMENTS */
span.pdf-attachment img,
p.pdf-attachment img {
  display: none;
}

p.pdf-attachment {
  left: -5px;
  position: relative;
  padding: 10px 0 20px;
  margin: 0;
  font-weight: 600;
}

/* @end */
/* @group WORDPRESS - JETPACK */
.jp-carousel-image-meta {
  display: none;
}

/* @end */
/* @group PAGINATION */
.pagination {
  padding: 10px 0 0;
  position: relative;
  display: table;
  margin: 30px auto 10px;
  width: auto;
}

.pagination a,
.pagination .current,
.pagination .dots {
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
  color: #999999;
  font-size: 1.4em;
  padding: 6px 8px 0;
  text-decoration: none;
  height: 35px;
  width: auto;
  margin-right: 3px;
  margin-left: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.pagination a:hover {
  color: #333333;
}

.pagination a:active {
  background-color: #b23228;
  color: #ffffff;
}

.pagination .current {
  color: #000000;
}

.pagination .dots {
  color: #333333;
  border-bottom-style: none;
}

a.next.page-numbers,
a.prev.page-numbers,
.pagination .dots {
  border-bottom-style: none;
  letter-spacing: 2px;
}

a:hover.next.page-numbers,
a:hover.prev.page-numbers {
  color: #000000;
  border-bottom-style: none;
}

a:active.next.page-numbers,
a:active.prev.page-numbers {
  color: #333333;
  border-bottom-style: none;
}

/* @end */
/* @group BREADCRUMBS */
.breadcrumb {
  margin: 10px 0;
  padding: 0;
  color: #333333;
}

.breadcrumb a:link {
  text-decoration: none;
  color: #b23228;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #000000;
}

.breadcrumb .separator {
  background: url(images/icon-breadcrumb.png) no-repeat 10px;
  padding-left: 15px;
  padding-right: 15px;
}

/* @end */
/* @group SIDEBAR */
.sidebar-widget {
  margin: 0 0 20px;
  padding: 0;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.sidebar-widget ul,
.sidebar-widget ol,
.sidebar-widget p,
.sidebar-widget small,
.sidebar-widget address {
  margin-left: 0;
}

ul.list {
  padding: 0;
  margin: 10px 0 10px 10px;
}

/* @end */
/* @group SIDEBAR MENU */
.sidebar-widget ul.menu,
ul.sidebar-menu {
  padding: 0;
  margin: 20px 0;
}

.sidebar-widget ul.menu li,
ul.sidebar-menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}

.sidebar-widget ul a,
ul.sidebar-menu a {
  display: block;
  padding: 8px 10px 8px 0;
  color: #333333;
  text-decoration: none;
}

.sidebar-widget ul a:hover,
ul.sidebar-menu a:hover {
  color: #b23228;
}

/* Current Item */
.current-cat a:link,
.current-cat a:visited {
  color: #b23228;
}

/* @end */
/* @group GALLERY 4-8 GRID */
.wp-caption-text.gallery-caption {
  margin-left: 0;
  font-size: .85em;
}

.gallery {
  width: 100%;
  height: auto;
  padding-top: 0;
  margin-top: 10px;
}

.gallery p {
  margin: 0;
  padding: 0;
}

dl.gallery-item {
  float: left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 6px 6px 0;
}

.gallery-columns-2 dl.gallery-item a img,
.gallery-columns-2 dl.gallery-item {
  width: 357px;
  height: 357px;
}

.gallery-columns-3 dl.gallery-item a img,
.gallery-columns-3 dl.gallery-item {
  width: 236px;
  height: 236px;
}

.gallery-columns-4 dl.gallery-item a img,
.gallery-columns-4 dl.gallery-item {
  width: 175px;
  height: 175px;
}

.gallery-columns-5 dl.gallery-item a img,
.gallery-columns-5 dl.gallery-item {
  width: 139px;
  height: 139px;
}

.gallery-columns-6 dl.gallery-item a img,
.gallery-columns-6 dl.gallery-item {
  width: 114px;
  height: 114px;
}

/* @end */
/* @group VIDEO */
iframe {
  border-style: none;
}

/* @end */
/* @group MAP - NOT USED  */
#gmap_canvas img {
  max-width: none !important;
  background: none !important;
}

/* @end */
/* @group FRONT PAGE WIDGETS */
.location-map p {
  padding: 10px 0;
}

.location-map a:link,
.location-map a:visited {
  color: black;
}

/* @end */
/* @group SCROLL UP */
/* Width and height define size of icon */
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(images/icon-scroll-up.png) no-repeat;
}

/* @end */
/* @group TAG CLOUD */
.tagcloud {
  padding: 0;
  display: block;
  margin: 10px 0;
  width: 100%;
}

.tagcloud a {
  display: inline-block;
  float: left;
  position: relative;
  color: #ffffff !important;
  background-color: #cccccc;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 2px 5px;
  text-decoration: none;
  font-size: .9em;
  margin: 0 2px 2px 0;
}

footer .tagcloud a {
  color: #dddddd !important;
  background-color: #777777;
}

.tagcloud a:hover {
  color: #ffffff;
  background-color: #333333;
}

.tagcloud a:active {
  color: #ffffff;
  background-color: #b23228;
}

.tagcloud .current-tag a {
  color: #999999 !important;
  background-color: #eaeaea;
}

li.current-tag a {
  color: #333333;
}

/* @end */
/* @group BUTTONS */
.button {
  cursor: pointer;
  padding: 10px 15px;
  margin: 5px 2px;
  background-color: #333333;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  border: none;
  color: #ffffff;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
}

a.button,
a:visited.button,
a:link.button {
  color: #ffffff;
  text-decoration: none;
}

.button.large {
  padding: 15px 20px;
  font-size: 1.4em;
}

.button.small {
  padding: 9px;
  font-size: .9em;
}

.button.mini {
  padding: 8px;
  font-size: .8em;
}

.button.red {
  background: #cc3333;
}

.button.pink {
  background: #ff3399;
}

.button.orange {
  color: #ffffff;
  background: #e6561b;
}

.button.yellow {
  background: #ffb650;
}

.button.green {
  background: #649e56;
}

.button.blue {
  background: #45a1cb;
}

.button.purple {
  background: #9054ac;
}

.button.grey {
  background: #717174;
}

.button.black {
  background: #333333;
}

.button:hover,
a.button:hover {
  text-decoration: none;
  background: #666666;
}

.button:active,
a.button:active {
  text-decoration: none;
  background: #b23228;
}

.button.hero:active,
.button.hero:hover,
.button.hero {
  background: #ccc6a2;
  color: #5d3c08;
  padding: 15px;
  font-size: 1.1em;
  letter-spacing: 0;
  text-shadow: white 1px 1px 2px;
  border: 4px solid #8c6c3b;
  background: #ccc6a2;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc6a2), color-stop(100%, #b3aa8b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ccc6a2 0%, #b3aa8b 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ccc6a2 0%, #b3aa8b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc6a2', endColorstr='#b3aa8b',GradientType=0 );
  /* IE6-9 */
}

.button.hero:hover {
  color: #000;
  border: 4px solid #a28251;
}

.button.hero:active {
  color: #000;
  border: 4px solid #755524;
}

/* @end */
/* @group CREDITS */
.credits {
  color: #999999;
  border-top: 1px solid #cccccc;
}

.credits a:link,
.credits a:visited {
  color: #999999;
}

.credits a:hover,
.credits a:active {
  color: #b23228;
  text-decoration: none;
}

ul.footer-notes {
  font-size: .8em;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 10px 0;
}

ul.footer-notes li {
  display: inline;
  border-right: 1px solid #999999;
  padding: 0 10px 0 5px;
  margin: 0;
}

ul.footer-notes li:last-child {
  border-right-style: none;
  line-height: 1em;
}

/* @end */
/* @group MOBILE MENU */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* @end */
/* @group MENU MOBILE - SKIN */
.mean-container .mean-bar {
  background: #222222;
  font: 16px/1.5 Helvetica, Arial, sans-serif;
}

.mean-container a.meanmenu-reveal {
  padding: 15px 13px 9px;
}

.mean-container .mean-nav {
  background: #333333;
}

.mean-container .mean-nav ul li a.mean-expand {
  line-height: 2em;
}

.mean-container .mean-nav ul li {
  list-style-type: none;
}

/* @end */
@media (min-width: 768px) and (max-width: 1199px) {
  .bubble {
    background: #b23228 url(images/quote.png) no-repeat 97% 84%;
    padding-right: 45px;
  }

  .inset {
    padding-left: 0;
  }

  .image-full-mobile {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0;
  }

  .gallery-columns-6 dl.gallery-item {
    width: 31.5%;
    height: 31.5%;
    margin-right: 1.5%;
    margin-bottom: 0.5%;
  }

  .gallery-columns-6 dl.gallery-item a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  /* Mobile Menu Enabled */
  header,
  .menu-wrapper {
    display: none;
  }

  #desktop-sidebar {
    display: none;
  }

  #mobile-sidebar {
    display: block;
    width: 100%;
    height: auto;
  }

  .logo {
    text-align: center;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
  }

  .main-banner-wrapper [class*='col-'],
  .breadcrumb-wrapper [class*='col-'] {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-banner-promo h3 {
    text-align: center;
  }

  .bubble {
    background: #b23228 url(images/quote.png) no-repeat 98% 84%;
    padding-right: 45px;
  }

  input[type=text].half-width,
  input[type=email].half-width,
  input[type=password].half-width,
  input[type=tel].half-width,
  input[type=url].half-width,
  input[type=search].half-width,
  input[type=date].half-width {
    width: 100%;
  }

  .image-full-mobile {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0;
  }

  .gallery-columns-6 dl.gallery-item {
    width: 31%;
    height: 31%;
    margin-right: 2%;
    margin-bottom: 1%;
  }

  .gallery-columns-6 dl.gallery-item a img {
    width: 100%;
    height: auto;
  }

  .post-share-links {
    text-align: center;
  }

  .news-image {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .news-description {
    width: 100%;
  }

  .comment-author {
    width: 100%;
    margin-bottom: 20px;
  }

  .comment-body p {
    padding: 10px 0;
  }

  /* Remove Indent from Nested Replies */
  ul.children {
    margin-left: 0;
  }

  .desktop-hidden {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }
}
@media (max-width: 540px) {
  .main-content-wrapper {
    padding-top: 0;
  }

  .logo {
    width: 280px;
  }

  p#breadcrumbs {
    display: none;
  }

  .one-half,
  .one-third,
  .two-third,
  .one-fourth,
  .three-fourth {
    width: 100%;
  }

  .bubble {
    background: #b23228 url(images/quote.png) no-repeat 96% 84%;
    padding-right: 50px;
  }

  select {
    width: 100%;
  }

  .gallery-columns-6 dl.gallery-item {
    width: 31%;
    height: 31%;
    margin-right: 2%;
    margin-bottom: 0.5%;
  }

  .news-image {
    padding-top: 15px;
  }

  .blog-comment-avatar,
  .blog-comment-avatar img {
    display: none;
  }

  .blog-comment-wrapper {
    width: 100%;
  }
}
