/* =============================================================================

   HTML5 element display

   ========================================================================== */



/*

 * Corrects block display not defined in IE6/7/8/9 & FF3

 */



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

    display: block;

}



/*

 * Corrects inline-block display not defined in IE6/7/8/9 & FF3

 * Known limitation: IE6 will not apply style for 'audio[controls]'

 */



audio[controls],

canvas,

video {

    display: inline-block;

    *display: inline;

    zoom: 1;

}





/* =============================================================================

   Base

   ========================================================================== */



/*

 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units

 *    http://clagnut.com/blog/348/#c790

 * 2. Keeps page centred in all browsers regardless of content height

 * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted

 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/

 * 4. Prevents iOS text size adjust after orientation change, without disabling user zoom

 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/

 */



html {

    font-size: 100%; /* 1 */

    overflow-y: scroll; /* 2 */

    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */

    -webkit-text-size-adjust: 100%; /* 4 */

    -ms-text-size-adjust: 100%; /* 4 */

}



/*

 * Addresses margins handled incorrectly in IE6/7

 */



body {

    margin: 0;

}



/* 

 * Addresses font-family inconsistency between 'textarea' and other form elements.

 */



body,

button,

input,

select,

textarea {

    font-family: sans-serif;

}



/*

 * 1. Removes border when inside 'a' element in IE6/7/8/9

 * 2. Improves image quality when scaled in IE7

 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/

 */



img {

		margin:0;

		vertical-align:top;

    border: 0; /* 1 */

    -ms-interpolation-mode: bicubic; /* 2 */

}



embed,

object {

 outline: none;

}





/* =============================================================================

   Links

   ========================================================================== */



a {

    color: #eca662;

		outline:none;

		text-decoration:underline;

}





/*

 * Improves readability when focused and also mouse hovered in all browsers

 * people.opera.com/patrickl/experiments/keyboard/test

 */



a:hover,

a:active {

    outline: 0;

		text-decoration:none;

}





/* =============================================================================

   Typography

   ========================================================================== */



/*

 * Heading (h1, h2, h3, h4, h5, h6)

 */

h1,h2,h3,h4,h5,h6{

  font-weight:700;

  padding:0;

}

h1{

  font-size:2.5em;

	line-height:1.2em;

  margin:0 0 0.75em;

}

h2{

  font-size:1.5em;

	line-height:1.2em;

  margin:0 0 1em;

}

h3{

  font-size:1.1666em;

  margin:0 0 1.286em;

}

h4{

  font-size:1em;

  margin:0 0 1.5em;

}

h5{

  font-size:0.8333em;

  margin:0 0 1em;

}

h6{

  font-size:0.666em;

  margin:0 0 2.25em;

}





p {

	padding:0 0 0 8px;

	margin:0 0 2.5em 0;

	}



/*

 * Addresses styling not present in IE7/8/9, S5, Chrome

 */



abbr[title] {

    border-bottom: 1px dotted;

}



/*

 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome

*/



b, 

strong { 

    font-weight:700;

}



blockquote {

    margin: 1em 5px;
   

		quotes:none;

		border-left: 2px solid #ae0701;

		font-style: italic;

		margin-left: 2em;

		padding:0;

		margin-bottom:0;

}



/*

 * Addresses styling not present in S5, Chrome

 */



dfn {

    font-style: italic;

}



/*

 * Addresses styling not present in IE6/7/8/9

 */



mark {

    background: #ff0;

    color: #000;

}



/*

 * Corrects font family set oddly in IE6, S5, Chrome

 * en.wikipedia.org/wiki/User:Davidgothberg/Test59

 */



pre,

code,

kbd,

samp {

    font-family: monospace, monospace;

    _font-family: 'courier new', monospace;

    font-size: 1em;

}



/*

 * Improves readability of pre-formatted text in all browsers

 */



pre {

    white-space: pre;

    white-space: pre-wrap;

    word-wrap: break-word;

		font-family:"Courier New", Courier, monospace, serif;

		margin:0 0 1.5em;

		border-left: 1px solid #CCCCCC;

		margin-left: 2em;

		padding-left: 2em;

}



/*

 * 1. Addresses CSS quotes not supported in IE6/7

 * 2. Addresses quote property not supported in S4

 */



/* 1 */



q {

    quotes:none;

		font-style: italic;

}



/* 2 */



q:before,

q:after {

    content: '';

    content: none;

}



small {

    font-size: 75%;

}



/*

 * Prevents sub and sup affecting line-height in all browsers

 * gist.github.com/413930

 */



sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -0.5em;

}



sub {

    bottom: -0.25em;

}





/* =============================================================================

   Lists

   ========================================================================== */



ul,

ol {

    margin: 1em 0;

    padding: 0 0 0 40px;

}



ol {

	list-style-type:decimal;

	list-style-position:outside;

	}



ul {

	list-style-type:none;

	padding:0;

	margin:0 0 1.5em 0;

	}

	ul li {

		vertical-align:top;

		padding:0 0 .5em 0;

		margin:0 0 0 14px;

		list-style-type:none;

		}

		ul ul {

			margin:.5em 0 -.5em 1em;

			padding:0;

			}



dd {

    margin: 0 0 0 40px;

}



nav ul,

nav ol {

    list-style: none;

}





/* =============================================================================

   Figures

   ========================================================================== */



/*

 * Addresses margin not present in IE6/7/8/9, S5, O11

 */



figure {

    margin: 0;

}





/* =============================================================================

   Forms

   ========================================================================== */



/*

 * Corrects margin displayed oddly in IE6/7

 */



form {

    margin: 0;

}



/*

 * Define consistent margin and padding

 */



fieldset {

    margin: 0 2px;

    padding: 0.35em 0.625em 0.75em;

}



/*

 * 1. Corrects color not being inherited in IE6/7/8/9

 * 2. Corrects alignment displayed oddly in IE6/7

 */



legend {

    border: 0; /* 1 */

    *margin-left: -7px; /* 2 */

}



/*

 * 1. Corrects font size not being inherited in all browsers

 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome

 * 3. Improves appearance and consistency in all browsers

 */



button,

input,

select,

textarea {

    font-size: 100%; /* 1 */

    margin: 0; /* 2 */

    vertical-align: baseline; /* 3 */

    *vertical-align: middle; /* 3 */

}



/*

 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet

 * 2. Corrects inner spacing displayed oddly in IE6/7

 */



button,

input {

    line-height: normal; /* 1 */

    *overflow: visible;  /* 2 */

}



/*

 * 1. Improves usability and consistency of cursor style between image-type 'input' and others

 * 2. Corrects inability to style clickable 'input' types in iOS

 */



button,

input[type="button"], 

input[type="reset"], 

input[type="submit"] {

    cursor: pointer; /* 1 */

    -webkit-appearance: button; /* 2 */

}



/*

 * Addresses box sizing set to content-box in IE8/9

 */



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box;

}



/*

 * 1. Addresses appearance set to searchfield in S5, Chrome

 * 2. Addresses box sizing set to border-box in S5, 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;

}



/*

 * Corrects inner padding displayed oddly in S5, Chrome on OSX

 */



input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;

}



/*

 * Corrects inner padding and border displayed oddly in FF3/4

 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/

 */



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



/*

 * 1. Removes default vertical scrollbar in IE6/7/8/9

 * 2. Improves readability and aligment in all browsers

 */



textarea {

    overflow: auto; /* 1 */

    vertical-align: top; /* 2 */

		font:101%/1.5em Arial, Helvetica, sans-serif;

}





/* =============================================================================

   Tables

   ========================================================================== */



/* 

 * Remove most spacing between table cells

 */



table {

    border-collapse: collapse;

    border-spacing: 0;

}


@charset utf-8;































/*--































	Theme Name: theme1685































	Theme URI: http://template-help.com/































	Description: A theme for Wordpress 3.1+ from Template-Help.com Collection































	Author: Template_Help.com 































	Author URL: http://www.Template-Help.com/ 































--*/































































/* General































---------------------------------------- */































html,































body {































	min-width:960px;































	height:100%;































	}































body{































	background-color: #f1f2ec;































	background-repeat:repeat;































	background-position:50% 50%;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/body-tail.gif);































	color: #887664;































	font: 100%/1.25em Arial, Helvetica, sans-serif;































	position:relative;































}































































::selection {background: #b09982; color:#fff;}































::-moz-selection {background: #b09982; color:#fff;}































img::selection {background: transparent;}































img::-moz-selection {background: transparent;}































body {-webkit-tap-highlight-color: #b09982; color:#fff;}































































#main {































	font-size:.75em;































	min-height: 100%;































}































































/* Headings */































h1, h2, h3, h4, h5, h6 {































	font-weight:normal;































	margin:0 0 1em 0;































	text-transform:uppercase;































	color:#ae0701;































	}































h1 span {































	color:#ae0701;































}	































h2 {































	font-size:2.083em;































	letter-spacing: -1px;































	margin-bottom: 15px;































}































h3 {































	color:#ae0701;































	line-height:20px;































}































h5 {































	font-size:1em;































	}































	































































/* List styling */































dl dt {































	background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/list-arrow.gif) no-repeat 0 3px;































	padding:0 0 3px 32px;































	margin-bottom:.2em;































	font-size:18px;































	line-height:1.2em;































	color:#191919;































	}































dl dd {































	padding:0 0 0 32px;































	margin:0 0 1.5em 0;































	}































































ul li {































	padding: 0 0 10px 28px;































	margin: 0 0 10px 0;































	background-repeat:repeat-x;































	background-position:0 bottom;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/divider1.png);































	position:relative;































}































ul li:before {































	width:7px;































	height:5px;































	position:absolute;































	top: 7px;































	left: 0;































	background-repeat:no-repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/arrow.gif);































	content: "";































}































	ul li a {































		color:#50453b;































		text-decoration:none;































	}































	ul li a:hover {































		color:#50453b;































	}































	ul ul {































		background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/divider1.png);































		background-repeat:no-repeat;































		background-position:0 0;































		padding-top: 10px;































		margin-top: 10px;































		margin-bottom: -20px;































	}































































































/* Header































---------------------------------------- */































#header {































	height:170px;































	position:relative;































	z-index:99;































	background-color:none !important;































	background-repeat:repeat-x;































	background-position:50% 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/tail-top.gif);































	































	}































































/* Logo */































.logo {































	position:absolute;































	left:0;































	top:45px;































	}































	.logo h1,































	.logo h2 {































		font-size:3em;































		line-height:1.2em;































		margin-bottom:0;































		text-transform:uppercase;































		font-family: 'Vollkorn', serif;































		font-weight:normal;































		padding-top: 45px;































		}































		.logo h1 a,































		.logo h2 a {































			color:#50453b;































			text-decoration:none;































			}































.logo .tagline {































	font-size:11px;































	color:#6e5f51;































	text-transform:uppercase;































	margin-top: 0px;































	}































































































/* Header widget */































#widget-header {































	position:absolute;































	right:0;































	top:0;































	z-index:1;































}































	#widget-header ul li {































		float:left;































		background:none;































		padding: 0;































		margin: 0;































		font-size:11px;































		line-height:42px;































		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;































		font-weight:bold;































		text-shadow:1px 1px rgba(255,255,255,.2);































		margin-left: 19px;































		padding-left: 19px;































		background-repeat:no-repeat;































		background-position:0 50%;































		background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/divider.png);































		}































	#widget-header ul li:first-child {































		background:none;































		padding:0;































		margin: 0;































	}































	#widget-header ul li:before {































		background:none;































	}































		#widget-header ul li a {































			color:#6e5f51;































			text-decoration:none;































		}































		#widget-header ul li a:hover {































			text-decoration:underline;































		}































































/* Social Networks */































#widget-header .social-networks {































	list-style-type:none;































	padding:0;































	margin:0;































	border:none;































	}































	#widget-header .social-networks li {































		float:left;































		border:none;































		padding:0;































		margin:0 0 0 5px;































		list-style-type:none;































		height:30px;































		}































		#widget-header .social-networks li a {































			text-decoration:none;































			float:left;































			height:30px;































			display:block;































			}































		#widget-header .social-networks li a:hover {































			color:red;































			}































































































































































































/* Request a quote */































#widget_my_requestquotewidget {































	width:100%;































	overflow:hidden;































	}































	































	.top-box {































		background:#eee;































		border:1px solid #dbdbdb;































		padding:20px;































		margin-bottom:20px;































		overflow:hidden;































		zoom:1;































		position:relative;































		min-height:80px;































		}































	.box-button {































		float:right;































		background:#dbdbdb;































		font-size:21px;































		color:#fff;































		text-decoration:none;































		padding:10px;































		position:absolute;































		right:30px;































		top:50%;































		margin-top:-25px;































		}































	.box-text {































		float:left;































		width:75%;































		}































































































































/* Slider































---------------------------------------- */































#slider-wrapper {































	height:727px;































	overflow:hidden;































	position:relative;































	}































#slider {































	position:relative;































	width:940px;































	height:727px;































	background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/loading.gif) no-repeat 50% 50%;































}































#slider img {































	position:absolute;































	top:0px;































	left:0px;































	display:none;































}































#slider a {































	border:0;































	display:block;































}































































































/* The Nivo Slider styles */































.nivoSlider {































	position:relative;































}































.nivoSlider img {































	position:absolute;































	top:0px;































	left:0px;































}































/* If an image is wrapped in a link */































.nivoSlider a.nivo-imageLink {































	position:absolute;































	top:0px;































	left:0px;































	width:100%;































	height:100%;































	border:0;































	padding:0;































	margin:0;































	z-index:60;































	display:none;































}































/* The slices in the Slider */































.nivo-slice {































	display:block;































	position:absolute;































	z-index:50;































	height:100%;































}































.nivo-box {































	display:block;































	position:absolute;































	z-index:5;































}































/* Caption styles */































.nivo-caption {































	position:absolute;































	left:0px;































	top: 255px;































	opacity:1; /* Overridden by captionOpacity setting */































	width:500px;































	z-index:89;































	font-size:18px;































	color:#6e5f51;































	text-transform:uppercase;































	font-family:Arial, Helvetica, sans-serif;































}































.nivo-caption .nivo-caption-inner {































	padding:0;































	margin:0;































	filter:none !important;































}































.nivo-caption a {































	display:inline !important;































}































.nivo-caption a.button {































	display: inline-block !important;































}































.nivo-html-caption {































  display:none;































}































.nivo-caption h2,































.nivo-caption h3 {































	color:#50453b;































	margin: 0;































	line-height:1em;































	letter-spacing: -1px;































	font-family: 'Vollkorn', serif;































}































.nivo-caption h2 {































	font-size:50px;































	margin-bottom: -4px;































}































.nivo-caption h3 {































	font-size:40px;































}































.nivo-caption p {































	padding-top: 14px;































	line-height:24px;































}































/* Direction nav styles (e.g. Next & Prev) */































.nivo-directionNav a {































	position:absolute;































	top:45%;































	z-index:99;































	cursor:pointer;































}































.nivo-prevNav {































	left:0px;































}































.nivo-nextNav {































	right:0px;































}































/* Control nav styles (e.g. 1,2,3...) */































.nivo-controlNav {































	position:absolute;































	width:940px;































	height:16px;































	left:0;































	top: 211px;































}































.nivo-controlNav a {































	position:relative;































	z-index:99;































	cursor:pointer;































	width:16px;































	height:0;































	padding-top: 16px;































	overflow: hidden;































	background-repeat:no-repeat;































	background-position:-22px 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/slider-pagination.png);































	display:inline-block !important;































	margin-right: 6px;































}































.nivo-controlNav a.active,































.nivo-controlNav a:hover {































	background-position:0 0;































}































































.nivo-directionNav {































































	}































.nivo-directionNav a {































	position:absolute;































	display:block;































	width:36px;































	height:35px;































	text-indent:-9999px;































	border:0;































	top:50%;































	background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/direction_nav.png) no-repeat 0 0;































}































a.nivo-nextNav {































	right:0;































	background-position:-36px 0;































}































a.nivo-nextNav:hover {































	background-position:-36px -35px;































	}































a.nivo-prevNav {































	left:0;































	background-position:0 0;































}































a.nivo-prevNav:hover {































	background-position:0 -35px;































	}































































#slider .nivo-controlNav img {































	display:inline; /* Unhide the thumbnails */































	position:relative;































	margin-right:10px;































	width:120px;































	height:auto;































}































































































































































































































































































































/* Navigations































---------------------------------------- */































































/* Primary navigation */































nav.primary {































	position:relative;































	z-index:2;































}































































/* Essential styles for dropdown menu */































.sf-menu, .sf-menu * {































	margin:			0;































	padding:		0;































	list-style:		none;































	background:none;































}































.sf-menu {































	line-height:	1.0;































}































.sf-menu ul {































	position:		absolute;































	top:			-999em;































	width:			11.3em; /* left offset of submenus need to match (see below) */































}































.sf-menu ul li {































	width:			100%;































}































.sf-menu li:hover {































	visibility:		inherit; /* fixes IE7 'sticky bug' */































}































.sf-menu li {































	float:			left;































	position:		relative;































}































.sf-menu li:before {































	background:none;































}































.sf-menu a {































	display:		block;































	position:		relative;































}































.sf-menu li:hover ul,































.sf-menu li.sfHover ul {































	left:			0;































	top:			40px; /* match top ul list item height */































	z-index:		99;































}































ul.sf-menu li:hover li ul,































ul.sf-menu li.sfHover li ul {































	top:			-999em;































}































ul.sf-menu li li:hover ul,































ul.sf-menu li li.sfHover ul {































	left:			11.5em; /* match ul width */































	top:			-15px;































}































ul.sf-menu li li:hover li ul,































ul.sf-menu li li.sfHover li ul {































	top:			-999em;































}































ul.sf-menu li li li:hover ul,































ul.sf-menu li li li.sfHover ul {































	left:			11.5em; /* match ul width */































	top:			-15px;































}































































































/* Our skin for dropdown menu */































.sf-menu {































	max-width:760px;































	top:81px;































	position:absolute;































	right:0;































}































.sf-menu a {































	text-decoration:none;































	color:#afa99c;































	font-family: 'Vollkorn', serif;































	text-transform:uppercase;































}































.sf-menu > li > a {































	font-size:16px;	































	padding: 0 16px;































	height:39px;































	line-height:41px;































	background-repeat:no-repeat;































	background-position:0 -5px;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/pattern.gif);































}































.sf-menu > li > a:hover,































.sf-menu > li.sfHover > a,































.sf-menu > li.current_page_item > a {































	color:#ffffff;































	border: 1px solid #ae0701;































	padding: 0 15px;































	height:37px;































	line-height:39px;































	background-repeat:repeat;































	background-position:0 0;































	































	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































}































.sf-menu li ul {































	border: 1px solid #2c2c2c;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/pattern.gif);































	padding:10px 0;































	































	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































}































	.sf-menu li li {































		margin: 4px 0;































	}































		.sf-menu li li a {































			color:#f1f1ec;































			margin-left: 19px;































		}































		.sf-menu li li a:hover,































		.sf-menu li li.sfHover > a,































		.sf-menu li li.current_page_item > a {































			color:#ae0701;































		}































.sf-menu li li li {































	































}































.sf-menu li:hover, .sf-menu li.sfHover,































.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {































	outline:		0;































}































































/*** arrows **/































.sf-menu a.sf-with-ul {































	padding-right: 	2.25em;































	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */































}































.sf-sub-indicator {































	position:		absolute;































	display:		block;































	right:			.75em;































	top:			1.05em; /* IE6 only */































	width:			10px;































	height:			10px;































	text-indent: 	-999em;































	overflow:		hidden;































	background:		url(https://andermattconsulting.com/wp-content/themes/theme1685/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */































}































a > .sf-sub-indicator {  /* give all except IE6 the correct values */































	top:			.8em;































	background-position: 0 -100px; /* use translucent arrow for modern browsers*/































}































/* apply hovers to modern browsers */































a:focus > .sf-sub-indicator,































a:hover > .sf-sub-indicator,































a:active > .sf-sub-indicator,































li:hover > a > .sf-sub-indicator,































li.sfHover > a > .sf-sub-indicator {































	background-position: -10px -100px; /* arrow hovers for modern browsers*/































}































































/* point right for anchors in subs */































.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }































.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }































/* apply hovers to modern browsers */































.sf-menu ul a:focus > .sf-sub-indicator,































.sf-menu ul a:hover > .sf-sub-indicator,































.sf-menu ul a:active > .sf-sub-indicator,































.sf-menu ul li:hover > a > .sf-sub-indicator,































.sf-menu ul li.sfHover > a > .sf-sub-indicator {































	background-position: -10px 0; /* arrow hovers for modern browsers*/































}































































/*** shadows for all but IE6 ***/































.sf-shadow ul {































	background:	url(https://andermattconsulting.com/wp-content/themes/theme1685/images/shadow.png) no-repeat bottom right;































	padding: 0 8px 9px 0;































	-moz-border-radius-bottomleft: 17px;































	-moz-border-radius-topright: 17px;































	-webkit-border-top-right-radius: 17px;































	-webkit-border-bottom-left-radius: 17px;































}































.sf-shadow ul.sf-shadow-off {































	background: transparent;































}































































































































































/* Top search */































#top-search {































	position:absolute;































	right:0;































	top:15px;































	}































	#top-search .input-search {































		width:160px;































		margin-right:10px;































		}































	#top-search #submit {































		width:50px;































		cursor:pointer;































		padding-left:0;































		padding-right:0;































		}































































































































































































/* Content































---------------------------------------- */































.primary_content_wrap {































	position:relative;































	z-index:1;































	padding:22px 0 90px 0;































	}































.page-template-page-splash-php .primary_content_wrap {































	height: 660px;































	padding: 0;































}































.error404 .primary_content_wrap {































	padding-top: 0;































}































	































#content .right-indent {































	padding-right:30px;































}































#content .left-indent {































	padding-left:30px;































}































#content.left {































	float:right !important;































	}































































































/* Page */































.page {































	































	}































	#page-content {































		































	}































	#page-meta {































		































	}































































































































































/* Comments































---------------------------------------- */































h3#comments {































 padding-top:10px;































 margin-bottom:5px;































 }































.commentlist {































 list-style-type:none;































 padding:0 0 20px 0;































 margin:0;































 }































 li.comment {































  list-style-type:none;































  overflow:hidden;































  padding: 0;































  margin: 0;































  background:none;































  text-transform:none;































  background:none;































 }































 li.comment:before {































	background:none;































 }































  .odd {































































  }































  .even {































































  }































   li.comment .comment-body {































    padding:15px 30px 20px 152px;































    position:relative;































    zoom:1;































    background-repeat:repeat;































    background-position:0 0;































    background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/comment-tail.gif);































    margin-top:20px;































    }































    li.comment .comment-body p {































    































    }































  .author-comment {































































  }































  .comment-author {































   position:absolute;































   left:11px;































   top:20px;































   }































   .comment-author .author {































    font-style:italic;































    text-transform:capitalize;































    width:65px;































    text-align:center;































    display: block;































    font-size:15px;































    padding-top: 6px;































   }































  .comment-text {































































  }































	































	/* Comment meta */































  .comment-meta {































	margin-bottom: 20px;































  } 































  .comment-meta a {































   































		}































	































	 /* Avatar */































   li.comment .avatar {































    float:none;































    margin:0;































    vertical-align:top;































    overflow:hidden;































    }































    li.comment .avatar {































     display:block;































     vertical-align:top;































     overflow:hidden;































     }































































    .commentlist ul.children {































     margin:0 0 0 60px;































     overflow:hidden;































     background:none;































     }































     .commentlist ul.children li.comment {































































      }































































		/* Reply */































    .reply {































     float: right;































     margin-left: 28px;































     }































     .reply a {































      display:inline-block;































      text-decoration:none !important;































      color:#fff;































      font-size:16px;































      font-family: 'Vollkorn', serif;































      padding-right:15px;































      background-position:right 50%;































      background-repeat:no-repeat;































      background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/arrow.gif);































      }































     .reply a:hover {































      color:#50453b;































      }































































































  .waiting-for-approval {































































  }































 #trackbacks {































































 }































  li.trackback {































































  }































 p#no-comments {































































 }































 #comments-form {































































 }































































 .allowed_tags {































  background:#eee;































  padding:15px;































  font-size:11px;































  font-family:"Courier New", Courier, monospace;































  color:#666;































  }































  .allowed_tags strong {































   font-family:Tahoma, Geneva, sans-serif;































   }































  #respond {































   padding-top:28px;































   margin-top:20px;































  }































  .cancel-comment-reply a {































   text-decoration:underline;































   color:#887664 !important;































  }































  .cancel-comment-reply a:hover {































   text-decoration:none;































  }































































































































































































/* Post































---------------------------------------- */































.post {































	































}































	.postContent {































		































	}































	.post-excerpt {































		































	}































































































.post-holder {































	margin-bottom:35px;































	position:relative;































	overflow:hidden;































	}































































/* Post header */































.post-holder .entry-title {































	font-size:14px;































	margin-bottom:1em;































	letter-spacing: 0;































	}































	.post-holder .entry-title a {































		color:#ae0701;































		text-decoration:none;































	}































	.post-holder .entry-title a:hover {































		































		text-decoration:underline;































	}































.post-holder.single-post {































	margin-bottom:30px;































	overflow:hidden;































	width:100%;































	}































































/* Featured thumbnail */































.featured-thumbnail {































	position:relative;































	float:left;































	margin:5px 20px 10px 0;































	padding:6px;































	background-repeat:repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/thumb-wrap.png);































	}































	.featured-thumbnail img {































		float:left;































		}































	































	/* Small thumbnail */































	.featured-thumbnail.small img {































		padding:4px;































		}































	































	/* Large thumbnail */































	.featured-thumbnail.large {































		margin-right:0;































		overflow:hidden;































		margin-bottom:1.5em;































		}































	.featured-thumbnail.large img {































		max-width:100%;































		height:auto;































		}































































/* Post content */































.post-content {































	































}































	.post-content .excerpt {































		margin-bottom:1.5em;































		}































	.pagination {































		































	}































		.pagination a {































			display:inline-block;































			padding:0 5px;































			background:#eee;































			}































































/* Post footer */































.post-holder .post-footer {































	clear:both;































	padding:15px 0 0 0;































	}































.post-holder.single-post .post-footer {































	margin-top:20px;































	}































		































































/* Meta information for post */































.post-meta {































	width:100%;































	overflow:hidden;































	margin-bottom:1.1em;































	font-size:12px;































	}































	.post-meta a {































		color:#887664;































		text-decoration:none;































	}































	.post-meta a:hover {































		text-decoration:underline;































	}































	































	.post-navigation {































		































	}































	































p.gravatar {































	float:left;































	margin-right:20px;































	}































































































/* Post edit link */































.post-edit-link {































	































	}































.post-edit-link:hover {































	































	}































































































/* Image styling */































.alignleft {































	float:left;































	margin:0 20px 10px 0;































	}































.alignright {































	float:right;































	margin:0 0 10px 20px;































	}































.aligncenter {































	text-align:center;































	margin:0 auto;































	}































.alignnone {































	margin:0 0 10px 0;































	}































article .post-content img {































	max-width:710px;































	}































































.frame {































	margin-bottom: 14px;































}































.frame .inner {































	padding:6px;































	background-repeat:repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/thumb-wrap.gif);































	float: left;































	}































.frame img.alignleft,































.frame img.alignright,































.frame img.alignnone {































	margin:0;































	padding:0;































	border:none;































	}































































.column_inner {































	padding-right: 27px;































	overflow: hidden;































}	































































	































/* Related Posts */































.related-posts {































	overflow:hidden;































	padding:0 0 40px 0;































	margin:0;































	}































	.related-posts li {































		list-style-type:none;































		padding:0;































		margin:0 0 0 14px;































		float:left;































		background:none;































		width:154px;































		}































	.related-posts li:first-child {































		margin-left:0;































		}































		.related-posts li .featured-thumbnail {































			margin:0 0 10px 0;































			overflow:hidden;































			}































































































































/* Page Navigaton (wp-pagenavi) */































.wp-pagenavi {































	clear: both;































	overflow:hidden;































}































body.author .wp-pagenavi {































	padding-bottom: 40px;































}































.wp-pagenavi a, .wp-pagenavi span {































	text-decoration: none;































	border:none !important;































	padding:0 !important;































	margin:0 6px;































	display:inline-block;































	color:#50453b;































	font-size:16px;































	font-family: 'Vollkorn', serif;































	line-height:33px;































}































.wp-pagenavi a:hover, .wp-pagenavi span.current {































	color:#eca662;































}































.wp-pagenavi .pages {































	border:none;































	margin: 0;































	margin-right: 11px;































	}































.wp-pagenavi .nextpostslink,































.wp-pagenavi .previouspostslink {































	width:33px;































	height:33px;































	text-indent:-999em;































	background-repeat:no-repeat;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/arrows_sprite.png);































}































.wp-pagenavi .nextpostslink {































	margin-left: 7px;































	background-position:-35px 0;































}































.wp-pagenavi .nextpostslink:hover {































	background-position:-35px -33px;































}































.wp-pagenavi .previouspostslink {































	margin-right: 7px;































	background-position:0 -33px;































}































.wp-pagenavi .previouspostslink:hover {































	background-position:0 0;































}































































































/* Older and newer navigation */































nav.oldernewer {































	width:100%;































	overflow:hidden;































	margin-bottom:1.5em;































}































	.older {































		float:left;































	}































	.newer {































		float:right;































	}































	































































	































/* Gallery post format */































.gallery_post {































	list-style-type:none;































	padding:0;































	margin:0 0 1em 0;































	width:100%;































	overflow:hidden;































	}































	.gallery_post .g_item {































		overflow:hidden;































		display:none;































		}































	.gallery_post .g_item:first-child {































		display:block;































		}































		.gallery_post .g_item .featured-thumbnail {































			float:none;































			margin:0;































			}































			.gallery_post .g_item .featured-thumbnail img {































				float:none;































				}































































.g_pagination {































	text-align:left;































	overflow:hidden;































	}































	.g_pagination ul {































		list-style-type:none;































		margin:0;































		padding:.5em 0;































		overflow:hidden;































		}































		.g_pagination ul li {































			padding:0 5px 0 0;































			display:inline;































			margin:0;































			}































			.g_pagination ul li a {































				display:inline-block;































				text-decoration:none;































				width:10px;































				height:10px;































				background:#000;































				font-size:0;































				line-height:0;































				border-radius:5px;































				vertical-align:top;































				}































			.g_pagination li.activeSlide a,































			.g_pagination li a:hover {































				background:#999;































				}































































































/* Author































---------------------------------------- */































#post-author {































	overflow:hidden;































	border:1px solid #dbdbdb;































	padding:20px;































	margin-bottom:2em;































	}































#author-link {































	margin-top:1.5em;































	}































	#post-author .gravatar {































		margin:0 20px 0 0;































		}































	#post-author .gravatar img {































		background:#fff;































		border:1px solid #dbdbdb;































		padding:5px;































		}































#author-description {































	































	}































































/* Recent author posts */































#recent-author-posts {































	margin-bottom:3em;































}































































#recent-author-posts h3,































#recent-author-comments h3 {































	font-size:25px;































}































































.author-info {































	width:100%;































	overflow:hidden;































	margin-bottom:3em;































	padding-bottom:3.2em;































	background-repeat:repeat-x;































	background-position:0 bottom;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/divider1.png);































}































	.author-info .avatar {































		margin:0 20px 0 0;































		}































		.author-info .avatar img {































			float:left;































			padding:6px;































			background-repeat:repeat;































			background-position:0 0;































			background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/thumb-wrap.gif);































			}































































.author-meta {































	margin-bottom:20px;































	overflow:hidden;































	width:100%;































	}































	.author-meta p.gravatar {































		margin:0;































		}































































































































































































/* 404































---------------------------------------- */































#error404 {































	text-align:center;































}































	.error404-num {































		font-size:250px;































		line-height:1.2em;































		color:#eca662;































		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;































		margin-bottom: -60px;































		}































	#error404 hgroup {































		margin:0 0 2em 0;































		padding-top:50px;































		}































		#error404 hgroup h1 {































			font-size:3em;































			margin-bottom:.2em;































			}































	#error404 #searchform .searching {































		width:350px;































	} 































































































































































/* Portfolio































---------------------------------------- */































.latestwork {































	width:100%;































	overflow:hidden;































	list-style-type:none;































	padding:0;































	margin:0;































	}































	.latestwork li {































		float:left;































		margin-right:20px;































		}































































































/* Gallery */































.header-title {































	margin-bottom:2.5em;































	}































	.header-title h1 {































		margin-bottom:.1em;































		font-size:25px;































		letter-spacing: -1px;































		}































	.header-title .page-desc {































		font-size:.91em;































		}































































































































/* Default layout 3 columns */































#gallery {































	































	}































	#gallery .portfolio {































		width:100%;































		overflow:hidden;































		list-style-type:none;































		padding:0;































		margin:0;































		}































		#gallery .portfolio li {































			list-style-type:none;































			display:-moz-inline-box;































			display:inline-block;































			zoom:1;































			vertical-align:top; 































			width:300px;































			margin:0 17px 50px 0;































			position:relative;































			background:none;































			padding:0;































			}































		.ie9 #gallery .portfolio li {































			margin-right:16px !important;































		}































		#gallery .portfolio li:before {































			background:none;































		}	































		* + html #gallery .portfolio li {































			display:inline;































			}































		#gallery .portfolio li.nomargin {































			margin-right:0 !important;































			}































			#gallery .portfolio li span.image-border {































				display:block;































				height:147px;































				width:288px;































				position:relative;































				padding: 6px;































				background-repeat:repeat;































				background-position:0 0;































				background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/thumb-wrap.gif);































				}































			#gallery .portfolio li a.image-wrap {































				display:block;































				overflow:hidden;































				width:288px;































				height:147px;































				position:relative;































				background:#f5f5f5 url(https://andermattconsulting.com/wp-content/themes/theme1685/images/loading-folio.gif) 50% 50% no-repeat;































				-webkit-transition: all .2s ease-in-out;































				-moz-transition: all .2s ease-in-out;































				-o-transition: all .2s ease-in-out;































				}































			#gallery .portfolio li a.image-wrap:hover {































				































				}































				#gallery .portfolio li a.image-wrap img {































					float:left;































					}































			































			#gallery .portfolio h3 {































				margin-bottom: 11px;































			}































				#gallery .portfolio h3 a {































					color:#50453b;































				}































				#gallery .portfolio h3 a:hover {































					text-decoration:underline;































				}































			#gallery .portfolio .folio-desc {































				margin-bottom:0;































				padding:1.2em 0 0 0;































				}































			#gallery .portfolio p.excerpt {































				padding:0;































				}































			































			.zoom-icon {































				display:block;































				position:absolute;































				right:-47px;































				bottom:-47px;































				width:47px;































				height:47px;































				background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/magnify.png) 0 0 no-repeat;































				cursor:pointer;































				-webkit-transition: all .2s ease-in-out;































				-moz-transition: all .2s ease-in-out;































				-o-transition: all .2s ease-in-out;































				}































			































			.image-wrap:hover .zoom-icon {































				right: 9px;































				bottom: 9px;































				}































































































/* 1 column portfolio*/































#gallery.one_column .portfolio li {































	width:100%;































	margin-right:0;































	margin-left:0;































	}































	#gallery.one_column .portfolio li span.image-border {































		width:528px;































		height:274px;































		float:left;































		margin-top: 3px;































		}































	#gallery.one_column .portfolio li a.image-wrap {































		width:528px;































		height:274px;































		}































		#gallery.one_column .folio-desc {































			float:left;































			margin:0 0 0 21px;































			overflow:hidden;































			width:376px;































			padding-top: 0;































			}































































/* 2 columns portfolio*/































#gallery.two_columns .portfolio li {































	width:460px;































	margin-right:17px;































	}































	#gallery.two_columns .portfolio li span.image-border {































		width:448px;































		height:232px;































		}































	#gallery.two_columns .portfolio li a.image-wrap {































		width:448px;































		height:232px;































		}































































/* 4 columns portfolio*/































#gallery.four_columns .portfolio li {































	width:220px;































	margin-right:17px;































	}































	#gallery.four_columns .portfolio li span.image-border {































		width:208px;































		height:105px;































		}































	#gallery.four_columns .portfolio li a.image-wrap {































		width:208px;































		height:105px;































		}































































































































































































































































/* Sidebar































---------------------------------------- */































#sidebar {































	































}































	#widget-sidebar {































		































	}































		div.widget {































			margin-bottom:20px;































		}































		.widget h3 {































			font-size:25px;































			color:#ae0701;































			letter-spacing: -1px;































			line-height:1.2em;































		}































	































































/* Calendar */































#calendar_wrap {































	padding:0 20px;































	}































	#wp-calendar {































		width:100%;































		}































		#wp-calendar caption {































			text-align:center;































			}































		#wp-calendar td {































			text-align:center;































			padding:6px 0;































			border:none;































			}































		#wp-calendar caption {































			font-size:16px;































			color:#000;































			font-weight:bold;































			padding:4px 0;































			margin-bottom:5px;































			}































		#wp-calendar thead th {































			padding:7px 0;































			font-size:14px;































			background-repeat:repeat;































			background-position:0 0;































			background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/thumb-wrap.gif);































			color:#fff;































			text-align:center;































			}































		#wp-calendar #prev {































			text-align:left;































			}































		#wp-calendar #next {































			text-align:right;































			}































































































































/* FAQs































---------------------------------------- */































.faq_list {































	































	}































	.faq_list dt {































		color:#50453b;































		position:relative;































		padding:0 0 5px 28px;































		font-size:15px;































		font-weight:normal;































		margin:0;































		background:none;































		}































	.faq_list span.marker {































		display:block;































		position:absolute;































		left:0;































		top:0;































		font-size:15px;































		color:#333;































		font-weight:bold;































		}































	.faq_list dd {































		padding:0 0 0 28px;































		position:relative;































		margin:0 0 2em 0;































		}































		.faq_list dd .marker {































			top:3px;































			}































































































































/* Custom widgets































---------------------------------------- */































































































/* Recent Comments */































ul.recentcomments {































	padding:0;































	margin:0;































	}































	ul.recentcomments li {































		border-top:1px solid #c6c6c6;































		padding:25px 0 25px 0;































		margin:0;































		border-bottom:none;































		background:none;































		overflow:hidden;































		list-style-type:none;































		}































	ul.recentcomments li:first-child {































		padding-top:0;































		border-top:none;































		}































		ul.recentcomments li img {































			float:left;































			margin:0 12px 0 0;































			}































		ul.recentcomments .comment-body {































			padding:15px 0 0 0;































			}































			ul.recentcomments .comment-body a {































				text-decoration:none;































				color:#96999d;































				}































			ul.recentcomments .comment-body a:hover {































				color:#000;































				text-decoration:underline;































				}































		ul.recentcomments li h4 {































			margin-bottom:.1em;































			}































			ul.recentcomments li h4 a {































				text-decoration:none;































				}































			ul.recentcomments li h4 a:hover {































				color:#000;































				}































		ul.recentcomments li small {































			font-size:11px;































			color:#6a6a6a;































			}































































/* Posts Type widget */































.post_list {































	list-style-type:none;































	padding:0;































	margin:0;































	}































	.post_list li {































		list-style-type:none;































		overflow:hidden;































		padding: 0;































		padding-top:1.5em;































		padding-bottom:1.1em;































		margin:0;































		background-position:0 0;































		}































	.post_list li:first-child {































		background:none;































		padding-top:0;































		}































		.post_list li .featured-thumbnail img {































			max-width:120px;































			height:auto;































			}































		.ie8 .post_list li .featured-thumbnail img {































			max-width:none;































			}































































/* Popular posts */































.popular-posts {































	list-style-type:none;































	padding:0;































	margin:0;































	}































	.popular-posts li {































		overflow:hidden;































		margin:0 0 2em 0;































		padding: 0 0 2em 0;































		}































	.popular-posts li:before {































		background:none;































	}	































		.popular-posts li .post-thumb {































			float:left;































			margin-right:20px;































			width:100px;































			height:100px;































			overflow:hidden;































			padding:1px;































			border:1px solid #dbdbdb;































			}































			.popular-posts li .post-thumb .thumbnail {































				width:100%;































				height:auto;































				}































		.popular-posts li .post-thumb.empty-thumb {































			background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/empty_thumb.gif) no-repeat 50% 50% #ececec;































			}































		.popular-posts li h5 {































			font-size:1em;































			margin-bottom:.5em;































			}































		.popular-posts li .excerpt {































			margin-bottom:.8em;































			}































































			































					































			































































/* Post Cycle */































.post_cycle {































	padding:0;































	margin:0;































	}































.post_cycle .cycle_item {































	display:none;































	}































.post_cycle .cycle_item:first {































	display:block;































	}































































































/* Folio Cycle */































.folio_cycle {































	list-style-type:none;































	padding:0;































	margin:0;































	width:100%;































	overflow:hidden;































	}































	.folio_cycle .folio_item {































		overflow:hidden;































		display:none;































		width:300px;































		}































	.folio_cycle .folio_item:first {































		display:block;































		}































		.folio_cycle .folio_item .featured-thumbnail {































			float:none;































			margin:0 0 15px 0;































			}































			.folio_cycle .folio_item .featured-thumbnail img {































				float:none;































				}































#folio-controls {































	text-align:center;































	overflow:hidden;































	}































	#folio-controls ul {































		list-style-type:none;































		margin:0;































		padding:0;































		}































		#folio-controls ul li {































			padding:0 5px 0 0;































			margin:0;































			display:inline;































			background:none;































			}































		#folio-controls ul li:before {































			background:none;































		}	































			#folio-controls ul li a {































				display:inline-block;































				text-decoration:none;































				width:9px;































				height:9px;































				background:#000;































				font-size:0;































				line-height:0;































				border-radius:5px;































				}































			#folio-controls ul li a:hover {































				background:#999;































				}































































































/* Testimonials */































.testimonials {































  padding: 0;































  margin: 0;































}































.testimonials div.testi_item {































  padding: 0;































  margin: 0 0 2em 0;































  background: none;































}































.testimonials div.testi_item blockquote {































  display: block;































  position: relative;































  margin: 0;































  padding: 5px 10px;































  background-repeat:repeat;































  background-position:0 0;































  background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/testimonials-bg.png);































  































  font-size:14px;































  line-height:1.429em;































  border: none;































	}































.testimonials div.testi_item blockquote:before {































  content: "";































  display: block;































  position: absolute;































  left: 50%;































  margin-left: -11px;































  background-repeat:no-repeat;































  background-position:0 0;































  background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/corner.png);































  bottom: -11px;































	width:22px;































	height:11px;































}































.testimonials div.testi_item blockquote a {































  text-decoration: none;































  color: #fff;































  display: block;































  font-style: normal;































  position: relative;































}































.testimonials div.testi_item blockquote a:hover {































  color: #ffffff;































}































.name-testi {































  padding: 26px 0 0 0;































  text-align: center;































  display: block;































}































.name-testi a {































  font-weight: normal;































}































.name-testi .user {































	font-size:14px;































	color:#50453b;























text-transform:uppercase;















	























}































.testimonials .thumb {































  float: left;































  margin-right: 20px;































}































































/* Misc for Cycle widgets */































#testi-cycle .testi_item {































	display:none;































	}































#testi-cycle .testi_item:first {































	display:block;































	}































#testi-controls {































	text-align:center;































	overflow:hidden;































	}































	#testi-controls ul {































		list-style-type:none;































		margin:0;































		padding:0;































		}































		#testi-controls ul li {































			padding:0;































			margin:0 2px 0 0;































			display:inline-block;































			background:none;































			}































		#testi-controls ul li:before {































			background:none;































		}	































		* + html #testi-controls ul li {































			display:inline;































			zoom:1;































			}































































































/* Recent Posts */































.latestpost {































	list-style-type:none;































	margin:0 0 25px 0;































	padding:0;































	}































	.latestpost li {































		margin: 13px 0 0 0;































		padding: 20px 0 0 0;































		list-style-type:none;































		background-position:0 0;































		}































	.latestpost li:first-child {































		margin: 0;































		padding: 0;































		background:none;































	}	































































































































/* Twitter widget */































.twitter {































	position:relative;































}































.twitter_update_list {































	overflow:hidden;































	}































.twitter ul li {































	list-style-type:none;































	margin:0 0 15px 0;































	padding:0 0 0 37px;































	background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/twitter-icon.png) no-repeat 0 0;































	}































.twitter ul li:before {































	background:none;































}	































	.twitter ul li .twitt-body {































		padding:0 0 5px 0;































		}































	.twitter ul li .twitt-body a {































		font-weight:bold;































		}































	.twitter ul li a.timesince {































		font-size:11px;































		}































.twitter .profileLink {































	































	}































.twitter  .preloader {































	position:absolute;































	top:52px;































	left:0;































}































































































































/* Flickr widget */































.flickrImages {































	overflow:hidden;































	position:relative;































	margin-bottom: 12px !important;































}































.flickrImages a {































	float:left;































	display:block;































	width:75px;































	height:75px;































	background:#000;































	margin:0 1px 1px 0;































	}































.flickrImages a img {































	-webkit-transition: all 0.2s ease;































	-moz-transition: all 0.2s ease;































	-o-transition: all 0.2s ease;































}































.flickrImages a:hover img {































	opacity:.5;































}































.flickrImages a.link {































	display:inline;































	float:none;































	width:auto;































	height:auto;































	margin:0;































	background:none;































	}































































/* Banner widget */































.banners-holder {































	list-style-type:none;































	padding:0;































	margin:0;































	}































	.banners-holder li {































		list-style-type:none;































		float:left;































		margin:0 3px 3px 0;































		padding:0;































		}































	.banners-holder li:before {































		background:none;































	}	































		.banners-holder li img {































			vertical-align:top;































			float:left;































			}































































			































			































/* vCard widget */			































.vcard {































	































	}































			































































































/* Testimonials































---------------------------------------- */































































/* Testimonials list */































article.testimonial .post-content {































	border: none;































	padding:30px 30px 30px 235px;































	width:auto;































	background-repeat:repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/testimonials-bg.png);































	font-size:14px;



























































	color:#fff;































	line-height:1.429em;































	font-weight:normal;































	margin-bottom:0;































	position:relative;































	}































article.testimonial .post-content:before {































	background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/quotes.png) no-repeat 0 0;































	content: "";































	position:absolute;































	left: 170px;































	top: 20px;































	width:41px;































	height:38px;































}































article.testimonial .post-content:after {































	content: "";































	position:absolute;































	left: 58%;































	margin-left: -11px;































	bottom: -11px;































	width:22px;































	height:11px;































	background-repeat:no-repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/corner.png);































}































	article.testimonial .featured-thumbnail {































		position:absolute;































		left:20px;































		top:20px;































		background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/thumb-wrap-alt.png);































		}































	article.testimonial .name-testi,































	.testi-single  .name-testi {































		display:block;































		font-style:normal;































		font-family:Arial, Helvetica, sans-serif;































		line-height:1.2em;































		font-size:12px;































		text-align:center;































		}































		article.testimonial .name-testi a {































			text-decoration:none;































			}































		article.testimonial .name-testi a:hover {































			text-decoration:underline;































			}































































































/* Single Testimonial */































.testi-single {































	padding: 0;































	margin: 0 0 2em 0;































	border: none;































}































.testi-single .post-content {































	padding:30px 30px 30px 235px;































	border: none;































	width:auto;































	background-repeat:repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/testimonials-bg.png);































	font-size:14px;































	line-height:1.429em;































	text-transform:uppercase;































	color:#fff;































	font-style:normal;































	margin:0;































	position:relative;































	}































.testi-single .post-content:before {































	background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/quotes.png) no-repeat 0 0;































	content: "";































	position:absolute;































	left: 170px;































	top: 20px;































	width:41px;































	height:38px;































}































.testi-single .post-content:after {































	content: "";































	position:absolute;































	left: 50%;































	margin-left: -11px;































	bottom: -11px;































	width:22px;































	height:11px;































	background-repeat:no-repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/corner.png);































}	































	.testi-single p {































		margin:0 0 1em 0;































		padding:0;































		}































		.testi-single .featured-thumbnail {































			position:absolute;































			left:20px;































			top:20px;































			background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/thumb-wrap-alt.png);































			}































































































































































































/* Shortcodes































---------------------------------------- */































































/* Carousel */































#carousel-news .carousel_item {































	background:none;































	padding:0;































	margin: 0 15px 0 0;































	float: left;































	width:300px;































	overflow: hidden;































	vertical-align: top;































	font-weight:normal;































	}































	#carousel-news .carousel_item .inner {































		background-repeat:repeat-x;































		background-position:0 0;































		background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/divider1.png);































		padding-top: 20px;































		margin-top: 13px;































	}































	#carousel-news .carousel_item .inner:first-child {































		background:none;































		margin: 0;































		padding: 0;































	}































	#carousel-news .carousel_item .meta,































	.latestpost .meta {































		float: left;































		width:38px;































		margin-right: 23px;































		text-align:center;































		font-size:16px;































		color:#50453b;































		font-family: 'Vollkorn', serif;































	}































		#carousel-news .carousel_item .meta span,































		.latestpost .meta span {































			display: block;































			width:38px;































			height:38px;































			line-height:45px;































			background-repeat:no-repeat;































			background-position:0 0;































			background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/meta-bg.png);































			margin-bottom: 4px;































		}































	#carousel-news .carousel_item h5,































	.latestpost h4 {































		margin: 0 0 10px 0;































		font-size:14px;































		line-height:20px;































	}































		#carousel-news .carousel_item h5 a,































		.latestpost h4 a {































			color:#50453b;































			display: inline-block;































		}































		#carousel-news .carousel_item h5 a:hover,































		.latestpost h4 a:hover {































			































			text-decoration:underline;































		}































	#carousel-news .carousel_item .excerpt,































	.latestpost .excerpt {

display:none;































		margin-bottom: 12px;































	}	































#carousel-news .viewport {































	width:300px;































	overflow:hidden;































	position:relative;































	min-height: 336px;































}































#carousel-news .overview {































	position:relative;































	left:0;































	top:0;































	margin: 0;































	padding: 0;































}































	#carousel-news .overview li:before {































		background:none;































	}































#carousel-news .buttons {































	position:absolute;































	top: 0;































	height:0;































	padding-top:33px;































	width:33px;































	line-height:33px;































	overflow: hidden;































	background-repeat:no-repeat;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/arrows_sprite.png);































}































#carousel-news .buttons.disable {































	visibility: hidden;































}































#carousel-news .buttons.prev {































	right:35px;































	background-position:0 -33px;































}































#carousel-news .buttons.prev:hover {































	background-position:0 0;































}































#carousel-news .buttons.next {































	right:0;































	background-position:-35px 0;































}































#carousel-news .buttons.next:hover {































	background-position:-35px -33px;































}































































/* Recent Posts */































.recent-posts {































	margin:0;































	padding:0;































	width:100%;































	overflow:hidden;































	border:none;































	}































	.recent-posts li {































		list-style-type:none;































		margin:0 0 20px 0;































		padding:0;































		border:none;































		background:none;































		}































	.recent-posts li:before {































		background:none;































	}	































		.recent-posts li img.thumb {































			float:left;































			margin:0 20px 0 0;































			}































		.recent-posts li h5 {































			font-size:1em;































			margin-bottom:0;































			}































		.recent-posts li .excerpt {































			margin-bottom:1.5em;































			}































		.recent-posts li span.meta {































			display:block;































			margin-bottom:.5em;































			font-size:10px;































			color:#888;































			text-transform:uppercase;































			overflow:hidden;































			}































			.recent-posts li .post-date {































				float:left;































				}































			.recent-posts li .post-comments {































				float:right;































				}































































/* Images Format Type */































.recent-posts .format-image {































	float:left;































	margin:0 20px 20px 0;































	}	































































/* Quote Format Type */































.recent-posts .format-quote {































	































	}































































/* Link Format Type */































.recent-posts .format-link {































	































	}































































/* Link Format Type */































.recent-posts .format-link {































	































	}	































































/* Audio Format Type */































.recent-posts .format-audio {































	margin-bottom:2em;































	}































	.recent-posts .format-audio .audio-wrapper {































		margin-bottom:.5em;































		}































































/* Video Format Type */































.recent-posts .format-video {































	float:left;































	width:300px;































	margin:0 20px 20px 0;































	}































.recent-posts .format-video iframe {































	width:300px;































	height:200px;































	}	































































/* Our team */































.recent-posts.team {































  margin: 0;































  padding: 0;































  overflow: visible;































}































	#team-cycle {































		position:relative;































	}































	#team-cycle .viewport {































		width:940px;































		overflow:hidden;































		position:relative;































		min-height: 236px;































	}































	#team-cycle .overview {































		position:relative;































		left:0;































		top:0;































		margin: 0;































		padding: 0;































	}































	































	#team-cycle .buttons {































		position:absolute;































		top: -66px;































		height:0;































		padding-top:33px;































		width:33px;































		line-height:33px;































		overflow: hidden;































		background-repeat:no-repeat;































		background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/arrows_sprite.png);































	}































	#team-cycle .buttons.disable {































		visibility: hidden;































	}































	#team-cycle .buttons.prev {































		right:35px;































		background-position:0 -33px;































	}































	#team-cycle .buttons.prev:hover {































		background-position:0 0;































	}































	#team-cycle .buttons.next {































		right:0;































		background-position:-35px 0;































	}































	#team-cycle .buttons.next:hover {































		background-position:-35px -33px;































	}































	































	.recent-posts.team li {































		float: left;































		width: 140px;































		overflow: hidden;































		margin: 0 20px 20px 0;































		color: #887664;































		position:relative;































	}































		.recent-posts.team li .featured-thumbnail {































			width: 174px;































			overflow: hidden;































			float: none;































			margin: 0 0 16px 0;































			border:none;































		}































	.recent-posts.team li h5 {































		font-size:14px;































		margin-bottom: 12px;































	}	































	.recent-posts.team li h5 a {































		color:#50453b;































	}































	.recent-posts.team li h5 a:hover {































		text-decoration:underline;































	}































	.recent-posts.team li .excerpt {































		margin-bottom: 0;































	}































































/* Services */































.recent-posts.services {































	list-style-type:none;































	padding:1.5em 0 0 0;































	margin:0 0 -30px 0;































	overflow:hidden;































	}































	.recent-posts.services li {































		float:left;































		width:300px;































		margin:0 20px 30px 0;































		background:none;































		padding:0;































		}































	.recent-posts.services li:nth-child(2n) {































		margin-right:0;































		}































	.recent-posts.services li.nomargin{































		margin-right:0;































		}































		.recent-posts.services li img.thumb {































			margin-right:3px;































			}































		.recent-posts.services li h3 {































			padding-top:8px;































			}































			.recent-posts.services li h3 a {































				color:#191919;































				}































































/* Popular Posts */































.popular_posts {































	list-style-type:none;































	padding:0;































	margin:0;































	}































	.popular_posts li {































		list-style-type:none;































		padding:0 0 20px 0;































		margin:0;































		overflow:hidden;































		}































































































































/* Tags */































.tags-cloud a,































.tagcloud a,































.post-footer a {































	display:inline-block;































	background-color:#c7c1b9;































	padding:2px 7px;































	border-radius:3px;































	text-decoration:none;































	color:#fff;































	margin:0 1px 4px 0;































	font-size:11px !important;































	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);































	line-height:1.5em;































	vertical-align:top;































	}































.tags-cloud a:hover,































.tagcloud a:hover,































.post-footer a:hover {































	background:#eca662;































	text-shadow:1px 1px rgba(0,0,0,.1);































	}































































































/* Recent Comments */































.recent-comments {































	list-style-type:none;































	padding:0;































	margin:0;































	}































	.recent-comments li {































		padding:0;































		margin:0;































		border:none;































		padding-bottom:.5em;































		}































































































/* Footer































---------------------------------------- */































#footer {































	height:43px;































	margin-top: -43px;































	overflow: hidden;































	color:#5e5145;































	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;































	background-repeat:repeat-x;































	background-position:50% bottom;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/tail-bottom.gif);































	position:relative;































}































.page-template-page-splash-php #footer {































	height:770px;































	margin-top: -840px;































}































































	/* Footer widget */































	#widget-footer {































		float: right;































	}































	































	































	#widget-footer h4 {































		float: left;































		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;































		font-weight:bold;































		margin: 0 5px 0 0;































		color:#5e5145;































	}































	#widget-footer .social-networks {































		float: left;































		margin: 0;































	}































		#widget-footer .social-networks li {































			list-style-type:none;































			padding:0 0 0 5px;































			margin:-4px 0 0 0;































			height:26px;































			overflow: hidden;































			vertical-align: top;































			float: left;































			background:none;































			}































		#widget-footer .social-networks li:before {































			background:none;































		}	































			#widget-footer .social-networks li a {































				height:26px;































				overflow: hidden;































				display: inline-block;































				vertical-align: top;































			}































				#widget-footer .social-networks li a img {































					margin-top: -26px;































				}































				#widget-footer .social-networks li a:hover img {































					margin: 0;































				}































	































	/* Footer navigation */































	nav.footer {































		float:right;































	}































		nav.footer ul {































			margin:0;































			padding:0;































			}































			nav.footer ul li {































				list-style-type:none;































				float:left;































				padding-left:15px;































				margin:0;































				}































	































	/* Copyright */































	#copyright {































		font-size:11px;































		line-height:1.2em;































		font-weight:bold;































		text-transform:uppercase;































		text-shadow:1px 1px rgba(255,255,255,.2);































		padding-top: 14px;































		position:relative;































		z-index: 100;































		}































		#copyright a {































			color:#5e5145;































			text-decoration:none;































		}































		#copyright a:hover {































			text-decoration:underline;































		} 































	































	/* Footer text */































	#footer-text {































		































		}































	































































































/* Misc































---------------------------------------- */































.button {































	display:inline-block;































	padding:0 13px;































	height:32px;































	border: 1px solid #2c2c2c !important;































	line-height:32px;































	background-repeat:repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/pattern.gif);































	color:#fff !important;































	text-decoration:none;































	font-size:11px;































	text-transform:uppercase;































	position:relative;































	































	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	}































	.button:hover {































		background:#eca662;































		border-color: #d28b46 !important;































		text-shadow:1px 1px #d28b46;































		































		box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);































		-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);































		-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);































		}































		































.link {































	color:#eca662;































	font-size:16px;































	text-decoration:none;































	font-family: 'Vollkorn', serif;































	background-repeat:no-repeat;































	background-position:right 50%;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/arrow.gif);































	padding-right:15px;































}































.link:hover {































	color:#50453b;































}































		































.no-results #searchform .searching {































	width:440px;































}































































































/* Lightbox */































.lightbox {































	display:block;































	position:relative;































	}































































































































/* Tabs */































.tabs {































    margin: 1px 0 20px 0;































}































































.tabs .tab-wrapper {































    border: 1px solid #dddddd;































    border-radius: 0 5px 5px 5px;































    -moz-border-radius: 0 5px 5px 5px;































    -webkit-border-radius: 0 5px 5px 5px;































    margin: -1px 0 0 0;































}































































.tabs .tab-menu ul {































    list-style: none;































    margin: 0 !important;































    padding: 0 !important;































}































































.tabs .tab-menu li {































    display: inline;































    float: left;































    margin: 0;































    padding: 0;































}































































.tabs .tab-menu a {































    background-color: #fafafa;































    border: 1px solid #dddddd;































    border-radius: 5px 5px 0 0;































    -moz-border-radius: 5px 5px 0 0;































    -webkit-border-radius: 5px 5px 0 0;































    color: #aaaaaa;































    display: block;































    font-size: 12px;































    letter-spacing: 1px;































    margin: 0 2px 0 0;































    padding: 8px 20px;































}































































.tabs .tab-menu a:hover {































    background-color: #f2f2f2;































    color: #666666;































}































































.tabs .tab-menu a.active {































    background-color: #ffffff;































    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');































    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;































    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));































    border-bottom: none;































    color: #666666;































    padding: 8px 20px 9px 20px;































}































































.tabs .tab {































	background-color: #fafafa;































	border-radius: 0 5px 5px 5px;































    -moz-border-radius: 0 5px 5px 5px;































    -webkit-border-radius: 0 5px 5px 5px;































    padding: 20px;































}































































































































































































/* Toggle */































.toggle {































    padding: 0 0 2px 0;































}































.toggle .trigger {































	background-color: #f5f5f5;































	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);































	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));































	border: 1px solid #dddddd;































	border-radius: 5px;































	-moz-border-radius: 5px;































	-webkit-border-radius: 5px;































	color: #666666;































	display: block;































	padding: 10px 12px 10px 40px;































	position: relative;































	text-decoration:none;































	height:1%;































	}































































.toggle .trigger span {































	background: url(https://andermattconsulting.com/wp-content/themes/theme1685/includes/images/toggle.png) 0 0 no-repeat;































	display: block;































	position: absolute;































	top: 9px;































	left: 10px;































	text-indent: -9999px;































	width: 22px;































	height: 20px;































	}































































.toggle .trigger:hover,































.toggle .active {































	background:#191919;































	color:#fff;































	}































.toggle .active span {































	background-position: 0 -20px;































	}































































.toggle .box {































	background-color: #fafafa;































	border: 1px solid #dddddd;































	border-radius: 5px;































	-moz-border-radius: 5px;































	-webkit-border-radius: 5px;































	padding: 20px;































	}































































































































/* Dropcap */































.dropcap {































	display: block;































  float: left;































  margin: 0 22px 20px 0;































  text-transform: uppercase;































  width: 47px;































  height: 47px;































  font-size: 30px;































  background-repeat:no-repeat;































  background-position:0 0;































  background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/dropcap-bg.png);































  line-height: 47px;































  color: #ffffff;































  font-family: 'Vollkorn', serif;	































  text-align: center;































  text-transform: lowercase;































	}































































.widget-area {































	































}































































.hr {































	height:1px;































	background-repeat:repeat-x;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/divider1.png);	































	overflow:hidden;































	font-size:0;































	line-height:0;































	margin:30px 5px;































	}































.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {































	margin-left:0;































	margin-right:0;































	}































.sm_hr {































  height: 1px;































  background-repeat:repeat-x;































  background-position:0 0;































  background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/divider1.png);































  overflow: hidden;































  font-size: 0;































  line-height: 0;































  margin: 0 10px 12px 0;































  top: -5px;































  position:relative;































}































.grid_1 .sm_hr,































.grid_2 .sm_hr,































.grid_3 .sm_hr,































.grid_4 .sm_hr,































.grid_5 .sm_hr,































.grid_6 .sm_hr,































.grid_7 .sm_hr,































.grid_8 .sm_hr,































.grid_9 .sm_hr,































.grid_10 .sm_hr,































.grid_11 .sm_hr,































.grid_12 .sm_hr {































  margin-left: 0;































  margin-right: 0;































}































.spacer {































	height:20px;































	overflow:hidden;































	font-size:0;































	line-height:0;































	}































































/* Address */































.address {































	overflow:hidden;































	width:100%;































	margin:0;































	padding:0;































	}































.address dt {































	float:left;































	width:165px;































	margin-right:20px;































	padding:0 0 0 55px;































	background:none;































	font-size:1em;































	line-height:18px;































	background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/address-icon1.png) no-repeat 0 3px;































	}































.address dd {































	float:left;































	width:217px;































	padding:0 0 0 53px;































	background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/address-icon2.png) no-repeat 0 3px;































	}































	.address dd ul {































		list-style-type:none;































		padding:0;































		margin:0;































		}































		.address dd ul li {































			background:none;































			padding:0;































			margin:0;































			line-height:1.5em;































			}































		.address dd ul li:before {































			background:none;































		}	































	.address dd span {































		float:left;































		width:100px;































		}































		.address dd a {































			font-style:italic;































			color:#191919;































			text-decoration:underline;































			}































		.address dd a:hover {































			text-decoration:none;































			}































































			































/* Google Map */































.google-map {































	margin-bottom:20px;































	background-repeat:no-repeat;































	background-position:50% 50%;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/loading-map.gif);































	}































































































































































/* VIDEO */































.video-wrap {































	margin-bottom: 10px;































	position:relative;































	zoom:1;































	}































	.video-wrap object {































		position:relative;































		z-index:2;































		}































	.video-bg {































		background-color:black;































		position:absolute;































		left:0;































		top:0;































		z-index:1;































		}































































/* AUDIO */































.audio-wrapper {































   margin-bottom:1.5em;































}































.audio-desc {































	font-size:.91em;































	color:#999;































	padding:.5em 0 0 0;































	}































.audiojs audio { position: absolute; left: -1px; }































.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;































	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));































	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);































	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);































	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }































.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }































.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }































.audiojs .play { display: block; }































.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }































.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;































	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));































	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }































.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;































	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));































	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }































.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 































.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }































.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }































.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;































	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }































.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }































































.audiojs .play { background: url(https://andermattconsulting.com/wp-content/themes/theme1685/js/audiojs/player-graphics.gif) -2px -1px no-repeat; }































.audiojs .loading { background: url(https://andermattconsulting.com/wp-content/themes/theme1685/js/audiojs/player-graphics.gif) -2px -31px no-repeat; }































.audiojs .error { background: url(https://andermattconsulting.com/wp-content/themes/theme1685/js/audiojs/player-graphics.gif) -2px -61px no-repeat; }































.audiojs .pause { background: url(https://andermattconsulting.com/wp-content/themes/theme1685/js/audiojs/player-graphics.gif) -2px -91px no-repeat; }































































.playing .play, .playing .loading, .playing .error { display: none; }































.playing .pause { display: block; }































































.loading .play, .loading .pause, .loading .error { display: none; }































.loading .loading { display: block; }































































.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }































.error .error { display: block; }































.error .play-pause p { cursor: auto; }































.error .error-message { display: block; }































































































































/* Alert boxes































---------------------------------------- */































.alert-box, .wpcf7-response-output {































	padding:20px 20px 20px 90px !important;































	font-size:.91em;































	line-height:1.4em;































	border:1px solid #dbdbdb;































	font-family:Arial, Helvetica, sans-serif;































	margin-bottom:15px;































	}































	.error-box, .wpcf7-mail-sent-ng {































		border-color:#ff9999;































		color:#c31b00;































		background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;































		}































	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {































		border-color:#e6c555;































		color:#9e660d;































		background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;































		}































	.notice-box {































		border-color:#68a2cf;































		color:#2e6093;































		background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;































		}































	.approved-box, .wpcf7-mail-sent-ok {































		border-color:#a3c159;































		color:#5e6f33;































		background:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;































		}































	































































































/* Forms































---------------------------------------- */































































/* Form defaults */































input, select, textarea { 































	font-family:Arial, Helvetica, sans-serif;































	font-size:1em;































	vertical-align:middle;































	font-weight:normal;































	border:1px solid #dbdbdb;































	outline:none;































}































input[type="text"], textarea {































	background:#fff;































	border:1px solid #d4cec6;































	padding:9px 5px;































	}































input[type="text"]:focus, textarea:focus {































	border-color: #887664;































}	































input[type="submit"], input[type="reset"] {































	position:relative;































	display:inline-block;































	padding:0 19px;































	line-height:32px;































	color:#fff;































	text-transform:uppercase;































	text-decoration:none;































	font-size:11px;































	background-repeat:repeat;































	background-position:0 0;































	background-image:url(https://andermattconsulting.com/wp-content/themes/theme1685/images/pattern.gif);































	border:1px solid #2c2c2c;































	height:32px;































	cursor:pointer;































	margin-right:4px;































	































	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);































	}































input[type="submit"]:hover, input[type="reset"]:hover {































	background:#eca662;































		border-color: #d28b46 !important;































		text-shadow:1px 1px #d28b46;































		































		box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);































		-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);































		-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);































	}































































































/* Comment form */































#commentform a {































	color:#eca662;































	text-decoration:underline;































	}































#commentform a:hover {































	text-decoration:none;































}	































	#commentform p.field {































		margin-bottom:10px;































		}































		#commentform small {































			color:#eca662;































			font-size:1em;































			}































	#commentform label {































		display:block;































		}































	#commentform input[type="text"] {































		width:268px;































		}































	#commentform textarea {































		width:458px;































		max-width:458px;































		min-width:458px;































		height:143px;































		min-height:143px;































		overflow:auto;































		margin-bottom: 12px;































		}































	.children #commentform textarea {































		width:398px;































		max-width:398px;































		min-width:398px;































	}	































































































































































/* Contact form */































.wpcf7-form p.field {































	margin-bottom:9px;































	overflow:hidden;































	vertical-align:top;































	position:relative;































	}































.wpcf7-form p.field input {































	width:288px;































	}































	.wpcf7-form p.field small {































		color:red;































		}































.wpcf7-form textarea {































	width:288px;































	max-width:288px;































	min-width:288px;































	height:255px;































	min-height:255px;































	overflow:auto;































	margin-bottom:17px;































	}































.wpcf7-form .submit-wrap {































	padding:0;































	margin:0;































	}































	span.wpcf7-form-control-wrap {































		display:block;































		}































	.wpcf7-not-valid-tip {































		width:288px !important;































		position:absolute;































		left:0 !important;































		top:0 !important;































		padding:6px 0 7px 10px !important;































		background:#f3b7b7 !important;































		color:red !important;































		border:1px solid red !important;































		}































	.ie9 .wpcf7-not-valid-tip {































		padding:6px 0 6px 10px !important;































		}	































	div.wpcf7-response-output {































		margin-left:0 !important;































		margin-right:0 !important;































		}































































































































































































/* Sidebar search form */































#searchform {































	































	}































#searchform .searching {































		width:202px;































		margin-right:10px;































		}































	#searchform .submit {































		width:70px;































		cursor:pointer;































		padding-left:0;































		padding-right:0;































		}































































































































/* Fluid Columns */































.one_half{ width:48%; }































.one_third{ width:30.66%; }































.two_third{ width:65.33%; }































.one_fourth{ width:22%; }































.three_fourth{ width:74%; }































.one_fifth{ width:16.8%; }































.two_fifth{ width:37.6%; }































.three_fifth{ width:58.4%; }































.four_fifth{ width:79.2%; }































.one_sixth{ width:13.33%; }































.five_sixth{ width:82.67%; }































.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }































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































































































.fleft { float:left;}































.fright { float:right;}































.clear { clear:both;}































































.wrapper { 































	width:100%;































	overflow:hidden;































}































.extra-wrap {































	overflow:hidden;































	}































































































/* Clear Floated Elements */































.clear {































	clear: both;































	display: block;































	overflow: hidden;































	visibility: hidden;































	width: 0;































	height: 0;































}































































.clearfix:after {































	clear: both;































	content: ' ';































	display: block;































	font-size: 0;































	line-height: 0;































	visibility: hidden;































	width: 0;































	height: 0;































}































































.clearfix {































	display: inline-block;































}































































* html .clearfix {































	height: 1%;































}































































.clearfix {































	display: block;































}



article.testimonial .post-content {margin-left:-135px;}



























































/* Always remember to compress your live stylesheet and keep an uncompressed backup */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:7px 0 0}.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(https://andermattconsulting.com/wp-content/themes/theme1685/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1e3ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2e3ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(https://andermattconsulting.com/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(https://andermattconsulting.com/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(https://andermattconsulting.com/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}
.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}