/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 62.5%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /* -webkit-font-smoothing: antialiased; */ height: 100%; position: relative; }

html, button, input, select, textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000; 
}

body { 
	margin: 0; 
	font-size: 12px; 
	font-size: 1.2rem; 
	line-height: 1.5; 
	background: #FFF; 
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

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

img {
	max-width: 100%;
}


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

a { 
	color: #000;
	border-bottom: 1px solid #b01100;
	text-decoration: none; 
}

a:focus { outline: thin dotted; }

a:hover { 
	color: #b01100; 
	border-bottom: 1px solid #000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

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

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

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: 700; }

dfn { font-style: italic; }

hr { display: block; width: 90%; height: 3px; border: 0; border-top: 3px dotted #CCCCCC; margin: 0 auto; padding: 0; }

footer hr { border-bottom: 1px solid #ff8500; padding-top: 25px; margin-bottom: 20px; }

footer hr#last { padding-top: 10px; margin-bottom: 15px; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

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

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

blockquote {
	font-family: "chaparral-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	font-size: 3.6rem;
	margin: 40px 0 20px 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	width: 30%;
 }

blockquote p {
    margin-bottom: 0;
}

blockquote small {
	display: block;
	margin-top: 10px;
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
}

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

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5, h6 { 
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400; 
	font-style: normal; 
	margin: 0 0 5px 0;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	font-size: 20px;
	font-size: 2.0rem;
}

.border {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #000;
}

h1#small, h3, h4 h5, h6 { 
	font-size: 18px;
	font-size: 1.8rem;
}

.news-title h3 {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
	line-height: 1.5;
}

.news-title {
	background: #ededed;
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400; 
	font-style: normal;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 10px;
}

.news-title span {
	float: right;
}

#intro h1 span {
	color: #b01100;
}

#slideshow h1 {
	text-shadow: 0px 1px 0px #000;
}

#slideshow h2 {
	margin: 0; 
	padding: 3px 0;
	border: none;
	color: #FFF;
	font-style: italic;
}

address {
	font-style: normal;
	margin-bottom: 1em;
}

.time {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-style: italic;
}

.time-small {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	font-style: italic;
}

/* =============================================================================
   Lists
   ========================================================================== */

p {
	margin: 0 0 20px 0;
}

ol {
	margin: 0 0 20px 0; 
	padding: 0;
	list-style: decimal;
	list-style-position: inside;
}

ul {
	margin: 0 0 20px 0; 
	padding: 0;
	list-style: circle;
	list-style-position: inside;
}

hr {
	border: none;
	background: #000;
	clear: both;
	height: 5px;
	margin-bottom: 10px;
}

nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

iframe {
	max-width: 100%;
	width: 100%;
	height: 400px;
	border: 1px solid #000;
	margin-bottom: 20px;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


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

figure { margin: 0; }


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

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

fieldset { 
	margin-bottom: 20px;
	padding: 10px 20px 5px 20px;
	border: 1px solid #000;
}

legend { 
	margin-bottom: 10px;
	padding: 5px;
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400; 
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

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

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-border-radius: 0; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; height: 150px; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

input[type="text"],
input[type="email"] {
	padding: 4px 6px;
	width: 299px;
}

textarea {
	width: 600px;
	min-height: 200px;
	padding: 10px;
}

select {
	background: #efefef;
	border: 1px solid #7e7e7e;
}

input[type="text"],
input[type="email"],
textarea {
	background: #efefef;
	border: 1px solid #7e7e7e;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input[type="text"]#s {
	width: 100px;
	margin-right: 10px;
}

input[type="text"]#captcha {
	width: 58px;
}

input[type="reset"] {
	margin-right: 5px;
}

#form-button,
.button {
	padding: 5px 10px;
}

.button {
	color: #FFF;
	outline: none;
	cursor: pointer;
	border: 1px solid #0456c9;
	background: rgb(49,131,245);
	background: -moz-linear-gradient(top,  rgba(49,131,245,1) 0%, rgba(17,87,185,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,131,245,1)), color-stop(100%,rgba(17,87,185,1)));
	background: -webkit-linear-gradient(top,  rgba(49,131,245,1) 0%,rgba(17,87,185,1) 100%);
	background: -o-linear-gradient(top,  rgba(49,131,245,1) 0%,rgba(17,87,185,1) 100%);
	background: -ms-linear-gradient(top,  rgba(49,131,245,1) 0%,rgba(17,87,185,1) 100%);
	background: linear-gradient(to bottom,  rgba(49,131,245,1) 0%,rgba(17,87,185,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3183f5', endColorstr='#1157b9',GradientType=0 );
	text-decoration: none;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.column .button {
	padding: 5px 0;
	width: 241px;
	display: block;
	text-align: center;
	border: 1px solid #c90404;
	background: rgb(245,48,48);
	background: -moz-linear-gradient(top,  rgba(245,48,48,1) 0%, rgba(185,17,17,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,48,48,1)), color-stop(100%,rgba(185,17,17,1)));
	background: -webkit-linear-gradient(top,  rgba(245,48,48,1) 0%,rgba(185,17,17,1) 100%);
	background: -o-linear-gradient(top,  rgba(245,48,48,1) 0%,rgba(185,17,17,1) 100%);
	background: -ms-linear-gradient(top,  rgba(245,48,48,1) 0%,rgba(185,17,17,1) 100%);
	background: linear-gradient(to bottom,  rgba(245,48,48,1) 0%,rgba(185,17,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53030', endColorstr='#b91111',GradientType=0 );
}

#intro .button {
	padding: 5px 10px;
	display: block;
	text-align: center;
}

.button:hover {
	background: rgb(125,174,243);
	background: -moz-linear-gradient(top,  rgba(125,174,243,1) 0%, rgba(22,112,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,174,243,1)), color-stop(100%,rgba(22,112,240,1)));
	background: -webkit-linear-gradient(top,  rgba(125,174,243,1) 0%,rgba(22,112,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(125,174,243,1) 0%,rgba(22,112,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(125,174,243,1) 0%,rgba(22,112,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(125,174,243,1) 0%,rgba(22,112,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7daef3', endColorstr='#1670f0',GradientType=0 );
	color: #FFF;
}

.column .button:hover {
	background: rgb(243,125,125);
	background: -moz-linear-gradient(top,  rgba(243,125,125,1) 0%, rgba(240,22,22,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,125,125,1)), color-stop(100%,rgba(240,22,22,1)));
	background: -webkit-linear-gradient(top,  rgba(243,125,125,1) 0%,rgba(240,22,22,1) 100%);
	background: -o-linear-gradient(top,  rgba(243,125,125,1) 0%,rgba(240,22,22,1) 100%);
	background: -ms-linear-gradient(top,  rgba(243,125,125,1) 0%,rgba(240,22,22,1) 100%);
	background: linear-gradient(to bottom,  rgba(243,125,125,1) 0%,rgba(240,22,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37d7d', endColorstr='#f01616',GradientType=0 );
	color: #FFF;
}

.button:active {
	color: #a4c9fc;
	background: rgb(17,87,185);
	background: -moz-linear-gradient(top,  rgba(17,87,185,1) 0%, rgba(48,130,245,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,87,185,1)), color-stop(100%,rgba(48,130,245,1)));
	background: -webkit-linear-gradient(top,  rgba(17,87,185,1) 0%,rgba(48,130,245,1) 100%);
	background: -o-linear-gradient(top,  rgba(17,87,185,1) 0%,rgba(48,130,245,1) 100%);
	background: -ms-linear-gradient(top,  rgba(17,87,185,1) 0%,rgba(48,130,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(17,87,185,1) 0%,rgba(48,130,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1157b9', endColorstr='#3082f5',GradientType=0 );
}

.column a.button:active {
	color: #fca4a4;
	background: rgb(185,17,17);
	background: -moz-linear-gradient(top,  rgba(185,17,17,1) 0%, rgba(245,48,48,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,17,17,1)), color-stop(100%,rgba(245,48,48,1)));
	background: -webkit-linear-gradient(top,  rgba(185,17,17,1) 0%,rgba(245,48,48,1) 100%);
	background: -o-linear-gradient(top,  rgba(185,17,17,1) 0%,rgba(245,48,48,1) 100%);
	background: -ms-linear-gradient(top,  rgba(185,17,17,1) 0%,rgba(245,48,48,1) 100%);
	background: linear-gradient(to bottom,  rgba(185,17,17,1) 0%,rgba(245,48,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b91111', endColorstr='#f53030',GradientType=0 );
}

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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* =============================================================================
   Global element styles
   ========================================================================== */

#container-960 {
	width: 960px;
	margin: 25px auto 0 auto;
}

#left-container {
	float: left;
	width: 160px;
	margin: 0 25px 0 0;
}

#right-container {
	float: right;
	width: 775px;
}

#intro {
	width: 241px;
	height: 345px;
	float: left;
	margin-right: 25px;
	position: relative;
}

#intro a.button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#slideshow {
	width: 507px;
	float: right;
	border: 1px solid #000;
	margin-bottom: 25px;
	height: 343px;
	position: relative;
}

#fop-slideshow {
	width: 773px;
	border: 1px solid #000;
	margin-bottom: 25px;
	height: 273px;
	position: relative;
}

.columns-container {
	margin-bottom: 30px;
}

.column {
	float: left;
	width: 241px;
	margin-right: 25px;
	min-height: 530px;
	position: relative;
}

.column-button {
	position: absolute;
	bottom: 0;
}

.column a {
	border: none;
}

.column ul {
	margin: 10px 0;
	padding-left: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.column ul li {
	list-style-image: url('../img/tick.gif');
}

#the-content ul {
	margin-left: 25px; 
}

#page-top-container {
	margin: 0 0 20px 0;
	background: #f0f0f0;
	padding: 10px;
}

#careers-top-image {
	float: left;
	width: 300px;
	height: 150px;
	margin-right: 25px;
	border: 1px solid #000;
}

#left-image {
	float: left;
	width: 162px;
	height: 150px;
	margin-right: 25px;
	border: 1px solid #000;
}

#careers-top-info {
	float: left;
}

#middle-info {
	width: 391px;
	float: left;
	margin-right: 25px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

#careers-top-info ul,
#middle-info ul {
	margin: 0;
	font-size: 1.1333em; /* 14px */
}

#careers-top-info ul li,
#middle-info ul li {
	list-style-image: url('../img/li-swiss-flag.gif');
}

#careers-top-info p,
#middle-info p {
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400; 
	font-style: italic;
	font-size: 1.5em; /* 18px */
	margin: 0 0 10px 0;
}

#right-buttons {
	float: right;
	width: 150px;
	height: 100px;
}

#right-buttons a {
	display: block;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

.last {
	margin-right: 0;
}

#categories-list {
	float: left;
	width: 20%;
	margin-right: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#news-articles {
	float: right;
	width: 75%;
}

#blog {
	margin-top: 20px;
}

#blog h2 a {
	margin-bottom: 5px;
	display: inline-block;
}

#categories-list nav ul {
	margin-bottom: 20px;
}



#blog p a {
	border-bottom: none;
}

#blog nav a {
	border-bottom: none;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	font-size: 14px;
	font-size: 1.4rem;
}

/* =============================================================================
   Header styles
   ========================================================================== */

header {
	width: 100%;
	margin-bottom: 25px;
}

#logo {
	width: 160px;
	height: 111px;
	margin-right: 25px;
	float: left;
}

#top-nav-menu-container {
	width: 773px;
	height: 109px;
	border: 1px solid #000;
	float: left;
	background: transparent url('../img/top-nav-bg.jpg');
	position: relative;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

.top-nav-menu {
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-weight: 400; 
	font-style: normal; 
	line-height: 1.2;
	margin: 0;
	color: #000;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.top-nav-menu li { 
	margin: 0 10px;
	display: inline-block;
}

.top-nav-menu li:last-child { 
	margin-right: 0;
}

.top-nav-menu a { 
	color: #000;
	font-weight: 700;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.skype {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  border: none !important;
}

.skype img {
  max-height: 50px;
}

.top-nav-menu a:hover {
	color: #b01100;
}

.nav-menu {
	text-align: left;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-weight: 400; 
	font-style: normal; 
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 100;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

.nav-menu > li {
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
}

.nav-menu li a { 
	text-decoration: none;
	background: #ededed url('../img/swiss-flag.gif') no-repeat 7px center;
	color: #000;
	padding: 5px 10px 5px 30px;
	min-height: 20px;
	display: block;
	position: relative;
	border: none;
}

.nav-menu li a img {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 7px;
}

.nav-menu li:hover a { 
	background-color: #c5dbf0;
}

.nav-menu ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -9999px; 
	border-left: 1px solid #FFF;
	text-align: left; 
	z-index: 50;
	background: #ededed;
}

.nav-menu ul li a {
	min-width: 245px;
	padding: 5px 10px;
	background: #c5dbf0;
}

.nav-menu ul li a:hover { 
	background: #dee9f3;
}

.nav-menu li:hover > ul,
.nav-menu a:hover ul  {
	left: 100%; 
	top: 0;
}

#mobile-menu-toggle {
	display: none;
	z-index: 11000;
}

#mobile-menu-toggle a {
	padding: 10px 20px;
	background: #000 url('../img/dropdown-arrow.html') no-repeat center right;
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
	display: block;
}

#mobile-menu-toggle a:hover {
	color: #005cb2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#breadcrumb {
	background: #f0f0f0;
	margin-bottom: 20px;
	color: #525252;
	min-height: 30px;
	padding: 5px 10px;
	line-height: 30px;
}

#breadcrumb p {
	float: left;
	margin: 0;
	padding: 0;
	width: 75%; 
}

#breadcrumb p a {
	color: #525252;
	border-bottom: 1px solid #525252;
}

#breadcrumb p a:hover {
	color: #b01100;
}

#search-box {
	float: right;
	width: 25%; 
	text-align: right;
}

#search-box input[type="text"] {
	background: #FFF;
}

/* =============================================================================
   Footer styles
   ========================================================================== */

footer {
	line-height: 1;
	border-top: 1px dotted #000;
	padding: 10px 0;
	margin-top: 20px;
	font-weight: bold;
}

footer p {
	margin: 0;
	text-align: center;
}

/* =============================================================================
   Wordpress Images
   ========================================================================== */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}

/* =============================================================================
   Misc
   ========================================================================== */

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

ul.big {
	font-size: 14px;
	font-size: 1.4rem;
}

p img { 
	border: 1px solid #000;
}

p.news-excerpt {
	margin: 10px 0;
}

p.about-intro,
p#intro-signature {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "minion-pro-1","minion-pro-2", Cambria, Palatino, 'Palatino Linotype', "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: italic;
	text-align: center;
}

p#intro-signature {
	margin-top: -5px;
}

p.about-intro {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}

.navigation {
	overflow: hidden;
}

.navigation {
	background: #f0f0f0;
	padding: 10px;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}

#nav-above {
	margin: 20px 0;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
	margin-bottom: 10px;
}

#about-img {
	width: 773px;
	height: 273px;
	background: transparent url('../img/about-img.jpg');
	border: 1px solid #000;
	margin-bottom: 1.3em;
	position: relative;
}

.slides_container {
	width: 507px;
	height: 343px;
	top: 0;
	left: 0;
	overflow: hidden;
	position: relative;
}

.slides_container .slide {
	width: 507px;
	height: 343px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 400;
}

#fop-slideshow .slides_container {
	width: 773px;
	height: 273px;
	top: 0;
	left: 0;
	overflow: hidden;
	position: relative;
}

#fop-slideshow div.slides_container .slide {
	width: 773px;
	height: 273px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 400;
}

.caption {
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400; 
	line-height: 1.2;
	font-style: italic;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0; 
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 20px;
	text-align: center;
	z-index: 500;
}

.caption p {
	font-size: 22px;
	font-size: 2.rem;
	margin: 0;
}

ul.pagination {
	margin: -332px 10px 0 0;
	float: right;
	width: 200px;
	z-index: 10000;
	position: relative;
}

ul.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

ul.pagination li a {
	display: block;
	width: 18px;
	height: 0;
	padding-top: 17px;
	background-image: url('../img/pagination.png');
	background-position: 0 0;
	float: left;
	overflow: hidden;
	border: none;
}

ul.pagination li.current a {
	background-position: 0 -17px;
}

#fop-slideshow ul.pagination {
	margin: -263px 10px 0 0;
	float: right;
	width: 140px;
	z-index: 10000;
	position: relative;
}

#logo a {
	border: none;
}

#asset-spectrum {
	width: 775px;
	margin-bottom: 25px;
	position: relative;
}

#asset-spectrum .as-column {
	width: 153px;
	padding: 10px 10px 0 10px;
	border: 1px solid #000;
	float: left;
	margin-right: 25px;
	min-height: 270px;
}

#asset-spectrum ul {
	margin: 0;
	list-style: none;
}

#asset-spectrum ul li {
	margin: 10px 0;
}

#asset-spectrum ul li ul {
	font-style: italic;
	margin: 0 0 0 15px;
	list-style: circle;
	list-style-position: inside;
}

#asset-spectrum .no-margin {
	margin: 0;
}

#asset-spectrum h3 { 
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	background: #000;
	margin: -10px -10px 0 -10px;
}

#asset-spectrum-bar {
		background: transparent url('../img/asset-spectrum.gif');
		width: 775px;
		height: 50px;
		position: relative;
		margin-bottom: 25px;
}

#asset-spectrum-bar #as-caption,
#asset-spectrum-bar #as-left-caption,
#asset-spectrum-bar #as-right-caption {
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400; 
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
}

#asset-spectrum-bar #as-caption {
	position: absolute;
	top: -10px;
	width: 775px;
	text-align: center;
}

#asset-spectrum-bar #as-left-caption {
	position: absolute;
	left: 20px;
	top: -10px;
}

#asset-spectrum-bar #as-right-caption {
	position: absolute;
	right: 20px;
	top: -10px;
}

/* =============================================================================
   Contact Form 7
   ========================================================================== */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 15px 0;
	padding: 10px;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #88b657;
	background: #b1de81;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 1px solid #b5af57;
	background: #f7d85a;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	right: -310px;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	width: 280px;
	padding: 5px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}

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

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

div.wpcf7 .watermark {
	color: #888;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}