
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Standard Reset.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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;
  	vertical-align: baseline;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  	display: none;
  	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  	background: #fff;
  /* 1 */
  	color: #000;
  /* 2 */
  	font-family: sans-serif;
  /* 3 */
  	-ms-text-size-adjust: 100%;
  /* 4 */
  	-webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
    text-decoration: none;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  	background: #ff0;
  	color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  	font-family: monospace, serif;
  	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  	white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  	quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
  	line-height: 0;
  	position: relative;
  	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
  	bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  	border: 1px solid #c0c0c0;
  	margin: 0 2px;
  	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  	border: 0;
  /* 1 */
  	padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  	font-family: inherit;
  /* 1 */
  	font-size: 100%;
  /* 2 */
  	margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  	-webkit-appearance: button;
  /* 2 */
  	cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  	cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  	box-sizing: border-box;
  /* 1 */
  	padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  	-webkit-appearance: textfield;
  /* 1 */
  	-moz-box-sizing: content-box;
  	-webkit-box-sizing: content-box;
  /* 2 */
  	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  	overflow: auto;
  /* 1 */
  	vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
  	border-collapse: collapse;
  	border-spacing: 0;
}

/* ==========================================================================
   Case Study Specific Classes
   ========================================================================== */
/* non IE styles */
@supports (-webkit-appearance:button) or (-moz-appearance:button) {  
    .section-anchor {position:absolute;top:-68px;}
}
/*
@font-face {
    font-family: 'century_gothicregular';
    src: url('gothic-webfont.eot');
    src: url('gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('gothic-webfont.woff') format('woff'),
         url('gothic-webfont.ttf') format('truetype'),
         url('gothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'century_gothicbold';
    src: url('gothicb-webfont.eot');
    src: url('gothicb-webfont.eot?#iefix') format('embedded-opentype'),
         url('gothicb-webfont.woff') format('woff'),
         url('gothicb-webfont.ttf') format('truetype'),
         url('gothicb-webfont.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'segoe_uiregular';
    src: url('segoeui-webfont.eot');
    src: url('segoeui-webfont.eot?#iefix') format('embedded-opentype'),
         url('segoeui-webfont.woff') format('woff'),
         url('segoeui-webfont.ttf') format('truetype'),
         url('segoeui-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family:SouthernaireGSB;
    src: url('SOUTHERNAIRE_PERSONAL_USE_ONLY.TTF');
}
*/
@font-face {
    font-family: 'century_gothicregular';
    src: url('gothic.eot');
    src: url('gothic.eot?#iefix') format('embedded-opentype'),
         url('gothic.woff') format('woff'),
         url('gothic.ttf') format('truetype'),
         url('gothic.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'century_gothicbold';
    src: url('gothicb.eot');
    src: url('gothicb.eot?#iefix') format('embedded-opentype'),
         url('gothicb.woff') format('woff'),
         url('gothicb.ttf') format('truetype'),
         url('gothicb.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'segoe_uiregular';
    src: url('segoeui.eot');
    src: url('segoeui.eot?#iefix') format('embedded-opentype'),
         url('segoeui.woff') format('woff'),
         url('segoeui.ttf') format('truetype'),
         url('segoeui.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue_regular-webfont.eot');
    src: url('bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue_regular-webfont.woff2') format('woff2'),
         url('bebasneue_regular-webfont.woff') format('woff'),
         url('bebasneue_regular-webfont.ttf') format('truetype'),
         url('bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.side-borders  {
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
}
.displayNone {
    display:none;
}
.menu-option {
    font-family:segoe_uiregular;
    font-size:11px;
    cursor:pointer;
    color:#ffffff;
    padding:3px 10px 3px 12px;
    border:1px solid transparent;
}
.main-menu {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
}

/*
<img class="main-menu-divider" scr="images/blank.gif" style="position:absolute;top:20px;left:340px;width:2px;height:32px;background-color:#ffffff;">
			<img id="slideMenuButton" src="./images/menu_icon.svg" style="position:absolute;top:26px;left:352px;height:18px;width:auto;cursor:pointer;">
*/
.main-menu-divider{
	position:absolute;
	top:20px;
	left:340px;
	width:2px;
	height:32px;
	background-color:#ffffff;
}
.main-menu-button{
	position:absolute;
	top:26px;
	left:352px;
	height:18px;
	width:auto;
	cursor:pointer;
}	
.main-menu-descr {
	position:absolute;
	top:17px;
	left:162px;
	font-size:14px;
	line-height:18px;
	color:white;	
}
.footnote_reference {
    position: relative;
    top: 0px;
}
.footnote_target {
    position: relative;
    top: -76px;
}
.footnote_text 
{
    padding-left: 8px;
    text-align: left;
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
}
.object-shadow {
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}
.section-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
	-webkit-background-size: cover !important;
	overflow: hidden;
}
.section-marker {
    position:absolute;
    top:50px;
    left:0px;
}
.section-text a {
    color: inherit;
}
.section-quote a {
    color: inherit;
}
.section-image {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
}
.section-content 
{
  	display: table-cell;
  	vertical-align: middle;
    position: relative;
    width:100%;
    text-align:center;
    padding: 42px 0 6px 0;
}
.section-header 
{
    margin-left: 20%;
    width: 60%;
}
.section-header-text {
    font-family: century_gothicbold;
    font-size: 42px;
    font-weight: normal;
    line-height: 36px;
    padding: 14px 0 14px 0;
    text-align: center;
    white-space: normal;
	/*text-transform: uppercase;*/
}
.subsection-header-text {
    font-size: 24px;
    font-weight: normal;
    font-style:italic;
    padding: 14px 0 6px 0;
    white-space: normal;
	/*text-transform: uppercase;*/
}
.section-text {
    font-family: segoe_uiregular;
    margin-left: 19%;
    width: 62%;
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    padding: 36px 0px 18px 0px;
}
.section-text .start {
    padding: 18px 0px 18px 0px;
}
.section-text .middle {
    padding: 18px 0px 18px 0px;
}
.section-text .end {
    padding: 18px 0px 36px 0px;
}

.section-text-small {
    font-family: segoe_uiregular;
    margin-left: 19%;
    width: 62%;
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
}
.section-text-small .start {
    padding: 18px 0px 18px 0px;
}
.section-text-small .middle {
    padding: 18px 0px 18px 0px;
}
.section-text-small .end {
    padding: 18px 0px 36px 0px;
}

.section-quote {
    font-family:Times New Roman;
    margin-left:20%;
    width:59%;
    text-align:justify;
    line-height:22px;
    font-size:17px;
    font-style:italic;
}
.list {
	margin-left:5%;
	width:79%;
    text-align:justify;
    padding: 6px 0 6px 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 18%;
    left: 19%;
    width: 62%;
    height: 60%;
}

.video-container-simple {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    /*height: 0;*/
    overflow: hidden;
}
.video-container-simple iframe,
.video-container-simple object,
.video-container-simple embed {
    position: absolute;
    top: 5%;
    left: 19%;
    width: 62%;
    height: 60%;
}

.simi_timeout{
	width: 100%;
	height: auto;
	background-image: url("./images/Simi_timeout.gif");	
}

/* narrow screens */
@media only screen and (max-width: 786px) {
	.section-text {
		margin-left: 2%;
		width: 96%;
	}
	.video-container iframe{
		left: 2%;
		top: 2%;
		width: 96%;
		height: 96%;
	}
	.section-quote {
		margin-left: 5%;
		width: 90%;
	}
	.list{
		margin-left: 10%;
		width: 80%;
	}
	.section-header-text {
		font-size: 30px;
		font-weight: normal;
		line-height: 28px;
		padding: 14px 0 14px 0;
	}
	.section-marker {
		left: -32px;
	}
/* phones */
@media only screen and (max-device-width: 780px) {
	.section-text {
		margin-left: 2%;
		width: 96%;
	}
	.video-container iframe{
		left: 2%;
		top: 2%;
		width: 96%;
		height: 96%;
	}
	.section-quote {
		margin-left: 10%;
		width: 80%;
	}
	.list{
		margin-left: 5%;
		width: 90%;
	}
	.section-header-text {
		font-size: 30px;
		font-weight: normal;
		line-height: 28px;
		padding: 14px 0 14px 0;
	}
	.section-marker {
		left: -32px;	
	}
.main-menu-divider{
	display:none;	
}
.main-menu-button{
	left:162px;
}	
.main-menu-descr {
	display:none;	
}
}
/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
/*
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }

  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }

  .container .one.column,
  .container .one.columns {
    width: 28px;
  }

  .container .two.columns {
    width: 76px;
  }

  .container .three.columns {
    width: 124px;
  }

  .container .four.columns {
    width: 172px;
  }

  .container .five.columns {
    width: 220px;
  }

  .container .six.columns {
    width: 268px;
  }

  .container .seven.columns {
    width: 316px;
  }

  .container .eight.columns {
    width: 364px;
  }

  .container .nine.columns {
    width: 412px;
  }

  .container .ten.columns {
    width: 460px;
  }

  .container .eleven.columns {
    width: 508px;
  }

  .container .twelve.columns {
    width: 556px;
  }

  .container .thirteen.columns {
    width: 604px;
  }

  .container .fourteen.columns {
    width: 652px;
  }

  .container .fifteen.columns {
    width: 700px;
  }

  .container .sixteen.columns {
    width: 748px;
  }

  .container .one-third.column {
    width: 236px;
  }

  .container .two-thirds.column {
    width: 492px;
  }


  .container .offset-by-one {
    padding-left: 48px;
  }

  .container .offset-by-two {
    padding-left: 96px;
  }

  .container .offset-by-three {
    padding-left: 144px;
  }

  .container .offset-by-four {
    padding-left: 192px;
  }

  .container .offset-by-five {
    padding-left: 240px;
  }

  .container .offset-by-six {
    padding-left: 288px;
  }

  .container .offset-by-seven {
    padding-left: 336px;
  }

  .container .offset-by-eight {
    padding-left: 384px;
  }

  .container .offset-by-nine {
    padding-left: 432px;
  }

  .container .offset-by-ten {
    padding-left: 480px;
  }

  .container .offset-by-eleven {
    padding-left: 528px;
  }

  .container .offset-by-twelve {
    padding-left: 576px;
  }

  .container .offset-by-thirteen {
    padding-left: 624px;
  }

  .container .offset-by-fourteen {
    padding-left: 672px;
  }

  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}
*/

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
/*
@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }


  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

/*
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px;
  }
}
*/
/*----------------------------------------------*/
/*	General (Typography & Images)
/*----------------------------------------------*/

body {
	background-color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 21px;
	color: #444;
	-webkit-text-size-adjust: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.content {
	padding: 80px 0;
	z-index: 300;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

.inline-image {
  	padding: 20px 0 10px 0;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

a:hover {
  	color: #333333;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none
}

blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 20px 0;
	padding: 9px 20px 0 20px;
	border-left: 3px solid #6699A6;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #555;
}

cite {
	text-align: right;
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #333;
}

h1 {
	font-size: 34px;
	line-height: 34px;
	border-bottom: #ddd 2px solid;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	border-bottom: #ddd 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h3 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h4 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h5 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.page-title {
	border-bottom: 2px solid #ddd;
	display: block;
	font-size: 50px;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page-not-found h1,
#no-posts-found h1,
.search-title {
	font-size: 50px;
	line-height: 35px;
	padding-bottom: 25px;
}

.search-title {
	padding-bottom: 30px;
}

.archive-title {
	line-height: 33px;
	margin-top: 0;
	padding: 0 0 25px 0;
}

/* Forms
--------------------------------------------------*/

form {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left; 
}

fieldset {
	margin-bottom: 20px; 
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	padding: 8px 8px 8px 8px;
	outline: none;
	font-size: 12px;
	font-style: italic;
	color: #333;
	margin: 0;
	width: 80%;
	display: block;
	line-height: 1.3;
	margin-bottom: 20px;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

select {
	padding: 0; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #71a4a1;
	color: #333;
}

textarea {
	min-height: 150px; 
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

select {
	width: 220px;
	padding: 6px; 
}

input[type="checkbox"] {
	display: inline; 
}

label span,
legend span {
	font-weight: normal;
	font-size: 12px;
	color: #444;
}

/*----------------------------------------------*/
/*	Buttons
/*----------------------------------------------*/

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	background: none;
	border: 1px solid #333;
	border-radius: 2px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 0;
	margin-top: 5px;
	padding: 5px 10px;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	border: 1px solid;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
