/*
Theme Name: Twenty Twelve Child
Theme URI: http://wordpress.org/themes/twentytwelve
Author: Symphony
Author URI: https://www.symphony.com/
Description: Twenty twelve child theme
Template: twentytwelve
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve-child
Verson: 1.1

*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:*/

@import url("../../twentytwelve/style.css");
@import url("//hello.myfonts.net/count/2cbfa0");

/* =Theme customization starts here
-------------------------------------------------------------- */




/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/



/* =Reset
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
}
body {
	line-height: 1;
	/*border-bottom: solid 1px #33353e;*/
}

a { cursor: default; }
a:link { cursor: pointer; }


body.home {
	/*background: url('../img/content/home-carousel/1/m.jpg') center center no-repeat fixed;*/
	margin-top: 101px;
	min-width: 320px;
	display: block;
	}
	/*@media (max-width: 4000px) and (max-height: 2667px){
		body.home {
			background: url('../img/content/home-carousel/1/xl.jpg') center center no-repeat fixed;
		}
	}
	@media (max-width: 3000px) and (max-height: 2000px){
		body.home {
			background: url('../img/content/home-carousel/1/l.jpg') center center no-repeat fixed;
		}
	}
	@media (max-width: 2000px) and (max-height: 1333px){
		body.home {
			background: url('../img/content/home-carousel/1/m.jpg') center center no-repeat fixed;
		}
	}
	@media (max-width: 1280px) and (max-height: 853px){
		body.home {
			background: url('../img/content/home-carousel/1/s.jpg') center center no-repeat fixed;
		}
	}
	@media (max-width: 960px) and (max-height: 640px){
		body.home {
			background: url('../img/content/home-carousel/1/xs.jpg') center center no-repeat fixed;
		}
	}*/



	body {min-width: 320px;}

		@media (max-width: 488px) {
			body.home {
				background: #fff;
				margin: 0;
				}
			}


html, body {height: 100%;}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1, .entry-header .entry-title, .entry-header .entry-title a {
	font: 300 35px "gotham",Verdana,Geneva,sans-serif;
	color: #363636;
	}

h2, .entry-content h2 {
	color: #464646;
    font: 20px/26px "gotham",Verdana,Geneva,sans-serif;
    padding: 0;
	}

	h2.team-member {
		padding: 10px 0;
		}

		h2.team-member span {
			display: block;
			font: 14px "gotham",Verdana,Geneva,sans-serif;
			padding: 5px 0 0;
			color: #73bc85;
			}

h3 {
	color: #363636;
    font: 16px "gothamlight",Verdana,Geneva,sans-serif;
    padding: 0 0 5px;
	}

p {
	color: #757575;
	font: 15px/22px "gothambook", Verdana, Geneva, sans-serif;
	padding: 0 0 20px;
	}

	.p-dk {color: #363636; padding: 0;}


	.entry-content p strong {
		font: 15px/22px "gothambook", Verdana, Geneva, sans-serif;
		color: #363636;
		}

	.site-content ul {padding: 0 0 0 20px;}

	.site-content form ul {
		padding: 0;
		}

	.site-content ul li {
		color: #757575;
		font: 14px/22px "gothambook", Verdana, Geneva, sans-serif;
		padding: 0 20px 5px 0;
		margin-bottom: 10px;
		list-style: disc outside none;
		}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

p {
	font-family: "gothambook", Verdana, Geneva, sans-serif;
	}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
	font: 400 12px "gothamlight", Verdana, Geneva, sans-serif;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	-webkit-transition: background-color 150ms linear;
		-moz-transition: background-color 150ms linear;
		-o-transition: background-color 150ms linear;
		-ms-transition: background-color 150ms linear;
		transition: background-color 150ms linear;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:focus {background: none;}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #71a1ca;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: none;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	background-color: #fff;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #71a1ca;
}

.entry-content a {color: #71a1ca!important;}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
	margin-top: 120px;
}

.ie8 .site, .ie7 .site {
	width: 960px;
	}

.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

@media (max-width: 767px) {
	.widget-area, .site-content {
		width: 100%!Important;
		}

		.ie8 .site-content, .ie7 .site-content {
			width: 65.1%!important;
		}
		.ie8 .widget-area, .ie7 .widget-area {
			width: 26.04%!important;
		}
	}

/* Header */
.site-header {
	background-color: #323232;
	height: 51px;
	min-height: 51px;

	padding: 0;
	/*background: rgba(0,0,0,0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000)";*/
	/*background: #33353e;*/
	/*height: 101px;*/
	/*-webkit-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.15);*/
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
	}

.ie8 .site-header, .ie7 .site-header {
	min-width: 960px;
	}

	.home .site-header {
		position: fixed;
			width: 100%;
			/*height: 101px;*/
			top: 0;
			z-index: 2;
		}

	.ie8 .home .site-header, .ie7 .home .site-header {
		min-width: 960px;
		position: absolute;
		}

		@media (max-width: 979px) {
		.home .site-header {
			min-height: 51px;
			height: 51px;
			height: auto;
			/*position: relative;*/
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			}
		}

		@media (max-width: 488px) {
			.home .site-header {
				position: fixed;
				}
			}

	@media (max-width: 979px) {
		.site-header {
			/*min-height: 101px;*/
			height: auto;
			}

			.ie8 .site-header, .ie7 .site-header {
				padding: 0;
				background: #33353e;
				/*height: 101px;*/
				-webkit-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.15);
				-moz-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.15);
				box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.15);
				}
		}

	.site-header .wrapper {
		max-width: 68.5714rem;
		margin: auto;
		padding: 0 30px;
		}

		footer .wrapper {
			padding: 0 30px;
			}

	.site-header .wrapper a.logo {
		display: block;
    	/*height: 63px;*/
    	/*margin: 19px 0;*/
    	margin: 8px 0;
    	/*width: 371px;*/
    	width: 200px;
		float: left;
		}
	.site-header .wrapper a.logo img {
		width: 200px;
	}

		@media (max-width: 767px) {
			.site-header .wrapper a.logo {
				width: 202px;
				height: 35px;
				margin: 9px 0;
				}

				.ie8 .site-header .wrapper a.logo, .ie7 .site-header .wrapper a.logo {
					display: block;
					height: 63px;
					margin: 19px 0;
					width: 371px;
					float: left;
					}

				.site-header .wrapper a.logo img {
					width: 202px;
					height: auto;
					}

					.ie8 .site-header .wrapper a.logo img, .ie7 .site-header .wrapper a.logo img {
						width: 100%;
						height: auto;
						}
			}

	.main-navigation {margin: 0;}

	/*.site-header .wrapper nav, ul#menu-main-menu {
		float: right;
		padding-top: 13px;
		}*/

	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		border: none!important;
		float: right;
		height: 14px;
		/*margin-top: 43.5px;*/
		margin-top: 17px;
		width: auto!important;
		}

		@media (max-width: 979px) {
			.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
				height: auto;
				clear: right;
				margin: 15px auto;
				}

				.ie8 .main-navigation ul.nav-menu, .ie7 .main-navigation ul.nav-menu, .ie8 .main-navigation div.nav-menu > ul, .ie7 .main-navigation div.nav-menu > ul {
					border: none!important;
					float: right;
					height: 14px;
					margin-top: 43.5px;
					width: auto!important;
					}

				#menu-item-479 a, #menu-item-639 a, #menu-item-11 a, #menu-item-15 a, #menu-item-1074 > a {
					display: none!important;
					}

				#menu-item-14 a, #menu-item-13 a  {
					margin-right: 12px;
					margin-top: 12px;
				}


					#menu-item-479 ul li a, #menu-item-639 ul li a, #menu-item-11 ul li a, #menu-item-15 ul li a {
						display: block!important;
						}

					.ie8 #menu-item-648, .ie7 #menu-item-648, .ie8 #menu-item-650, .ie7 #menu-item-650 {
						display: block!important;
						}

				ul#menu-main-menu li ul.sub-menu li {
					background-color: rgba(0, 0, 0, 0) !important;
				}
			}

		ul#menu-main-menu li, .main-navigation > li {
			float: left;
			display: block;
			margin: 0;
			/*text-transform: capitalize!important;*/
			padding: 17px 12px;
			/*height: 22px;*/
			/*border-right: solid 1px #4e546b;*/
			margin-top: -16px;
			}

		ul#menu-main-menu li ul.sub-menu {
			margin-top: -4px;
			width: 100%;
			background-color: #323232;
			padding: 0px 70px 10px 10px;
			margin-left: -10px;
		}
		ul#menu-main-menu li#menu-item-15 ul.sub-menu {
			width: 120px;
		}
		ul#menu-main-menu li#menu-item-1074 ul.sub-menu {
			width: 110px;
		}
		ul#menu-main-menu li ul.sub-menu li {
			margin-top: 0;
			background-color: rgba(0, 0, 0, 0);
			height: 30px;
			padding: 0px 10px 0px 12px;
		}
		ul#menu-main-menu li ul.sub-menu li a {
			margin-top: 0;
			background: rgba(0, 0, 0, 0);
			padding: 0px !important;
			width: 130px;
			font-weight: bold !important;
		}

			ul#menu-main-menu li#menu-item-635, .main-navigation li#menu-item-635 {
				padding-right: 0;
				border-right: none;
				}

			@media (max-width: 979px) {
				ul#menu-main-menu li ul.sub-menu {
					margin-top: 13px;
					background-color: rgba(0, 0, 0, 0);
					padding: 0;
				}

				ul#menu-main-menu li, .main-navigation li {
					float: right;
					clear: right;
					text-align: right;
					padding: 0;
					border-right: 0;
					}

					.ie8 ul#menu-main-menu li, .ie7 ul#menu-main-menu li, .ie8 .main-navigation li, .ie7 .main-navigation li {
						float: left;
						display: block;
						margin: 0;
						/*text-transform: capitalize!important;*/
						padding: 0 22px;
						/*border-right: solid 1px #4e546b;*/
						text-align: left;
						}
				}

			@media (max-width: 488px) {
				ul#menu-main-menu li, .main-navigation li {
					width: 100%;
					}

					.ie8 ul#menu-main-menu li, .ie7 ul#menu-main-menu li, .ie8 .main-navigation li, .ie7 .main-navigation li {
						width: 100%;
						}
					}

	.site-header .wrapper nav a, ul#menu-main-menu li a {
		float: left;
		display: inline;
		border-radius: 2px;
		padding: 0;
		/*cursor: pointer;*/
		/*margin-left: 5px;*/
		margin-left: 0;
		color: #fff;
		text-decoration: none;
		/*text-transform: uppercase;*/
		/*font: 300 14px 'gothamlight','Arial',sans-serif;*/
		font: bold 14px 'Glober','Arial',sans-serif;
		/*letter-spacing: 0.4px;*/
		}

		@media (max-width: 979px) {
			.site-header .wrapper nav a, ul#menu-main-menu li a {
				float: right;
				line-height: 30px;
				display: block;
				padding: 0;
				height: 30px;
				}

				.ie8 .site-header .wrapper nav a, .ie7 .site-header .wrapper nav a, .ie8 ul#menu-main-menu li a, .ie7 ul#menu-main-menu li a {
					float: left;
					display: inline;
					border-radius: 2px;
					padding: 0;
					/*cursor: pointer;*/
					margin-left: 5px;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
					font: 300 14px 'gothamlight','Arial',sans-serif;
					letter-spacing: 0.4px;
					}
			}

		.site-header .wrapper nav a:hover,  ul#menu-main-menu li a:hover,
		.site-header .wrapper nav li li:hover a,  ul#menu-main-menu li li:hover a {
    		color: #71a1ca !important;
    		color: #cccccc !important;
			}

			.site-header .wrapper nav a.nav_selected, .site-header .wrapper nav a.nav_selected:visited,  ul#menu-main-menu li.current-menu-item a, ul#menu-main-menu li.current-menu-item a:visited {
    			color: #fff;
				}


.site-header h1,
.site-header h2 {
	text-align: center;
}

h1.blogtitle {
	color: #000;
	font: 300 40px "gotham", Verdana, Geneva, sans-serif;
	border-bottom: solid 5px #e5e5e5;
	padding: 0 0 17px;
	}

.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #71a1ca;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
/*.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}*/
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #71a1ca;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul, ul#menu-main-menu {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:active, .menu-toggle.toggled-on {
	overflow: hidden;
	background: none;
	/*border: solid 2px #f1f1f1;*/
	border: none;
	width: 45px;
	padding: 2px 0;
	box-shadow: none!important;
	top: 5px;
	position: relative;
	}

	.menu-toggle span {
		width: 15px;
		height: 2px;
		background: #f1f1f1;
		display: block;
		margin: 4px auto;
		}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 2rem;
	word-wrap: break-word;
}

.widget-area aside.SMCWidget {
	margin-bottom: 30px;
	margin-bottom: 1rem;
	border: solid 1px #cbd2d8;
	padding: 12px 20px;
	min-height: 56px;
	}

	.widget-area aside.SMCWidget h3, #text-2 h3, #text-3 h3, #nav_menu-2 h3, .widget_nav_menu h3 {
		font: 18px "gothamlight", Verdana, Geneva, sans-serif!important;
		padding: 0 0 15px!important;
		}

	.widget-area aside.SMCWidget #socialmedia-container {
		height: 27px;
		overflow: hidden;
		}

.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #71a1ca;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

#secondary h3 {
    margin-bottom: 2px;
	color: #333;
    display: inline;
    float: left;
    text-align: left;
    width: 100%;
	text-transform: capitalize;
	font: 23px/26px "gothamlight", Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
}



#secondary li {
    font-size: 14px;
    font-weight: 400;
}

#secondary a, #secondary a:visited {
	color: #50a1cb;
    /*cursor: pointer;*/
    text-decoration: none;
	}




#text-2, #nav_menu-2, .widget_nav_menu {
	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU5ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e6e9ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e6e9ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e6e9ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e6e9ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e6e9ec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#e6e9ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e6e9ec',GradientType=0 ); /* IE6-8 */
	margin-bottom: 1rem;
	padding: 15px 20px 20px;
	font: 12px/30px "gotham", Verdana, Geneva, sans-serif;
	-moz-hyphens: none;
	overflow: hidden;
	}

	#text-2 ul, #nav_menu-2 ul, .widget_nav_menu ul {
		margin: 0;
		}

		#text-2 ul li, #nav_menu-2 ul li, #secondary .widget_nav_menu ul li {
			background: url('../img/dots-horz.png') bottom repeat-x;
			font: 500 14px/39px "Glober", Verdana, Geneva, sans-serif;
			color: #797979;
			list-style: none;
			margin-left: 0;
			}


			#nav_menu-2 ul li a, #secondary #nav_menu-2 ul li a, #secondary #nav_menu-2 ul li a:visited, #secondary .widget_nav_menu ul li a, #secondary .widget_nav_menu ul li a:visited {
				color: #464646;
				}

			#text-2 ul li.dark {
				color: #464646;
				}

				#secondary #nav_menu-2 ul li a:hover, #secondary .widget_nav_menu ul li a:hover, #secondary #nav_menu-2 li.current_page_item a, #secondary #nav_menu-2 li.current_page_item a:visited, #secondary .widget_nav_menu li.current_page_item a, #secondary .widget_nav_menu li.current_page_item a:visited {
					color: #50a1cb;
					}

				#secondary #nav_menu-2 li.current_page_item, #secondary #nav_menu-2 li.current_page_item a, #secondary #nav_menu-2 li.current_page_item a:visited, #secondary .widget_nav_menu li.current_page_item a, #secondary .widget_nav_menu li.current_page_item a:visited {cursor: default;}

			#text-2 ul li.last, #nav_menu-2 li:last-child, #secondary .widget_nav_menu li:last-child {
				background: none;
				}

			#text-2 p, #nav_menu-2 p, #secondary .widget_nav_menu p {
				color: #979797;
				font: 11px Arial, Helvetica, sans-serif;
				margin: 0 0 20px;
				}

				#text-2 .links, #nav_menu-2 .links, #secondary .widget_nav_menu .links {line-height: 30px; height: 30px;}

				#text-2 .links a.blk-btn, #nav_menu-2 .blk-btn a, #secondary .widget_nav_menu .blk-btn a {
					float: left;
					margin-right: 10px;
					}

					#nav_menu-2 .blk-btn a {
						margin-top: 20px;
						}

				#text-2 .links a.text-link, #nav_menu-2 .links a.text-link {
					text-decoration: underline;
					color: #000;
					font: 12px "gotham", Verdana, Geneva, sans-serif;
					}


.site-header .wrapper nav .no-link a:hover, ul#menu-main-menu li.no-link a:hover {
	color: #fff!important;
	}

	.site-header .wrapper nav li.no-link li:hover a, ul#menu-main-menu li.no-link li:hover a {
		/*color: #71a1ca !important;*/
		color: #cccccc !important;
		}

a.blk-btn, #nav_menu-2 .blk-btn a, #secondary .widget_nav_menu .blk-btn a {
	background: #78787a;
	width: 170px;
	height: 40px;
	display: block;
	font: 400 14px/40px "gothambook", Verdana, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 150ms linear;
		-moz-transition: background-color 150ms linear;
		-o-transition: background-color 150ms linear;
		-ms-transition: background-color 150ms linear;
		transition: background-color 150ms linear;
	}

	a.blk-btn, #nav_menu-2 .blk-btn a, #secondary .widget_nav_menu .blk-btn a {
		background: #404245;
		height: 30px;
		width: 130px;
		font: 11px/30px "gotham", Verdana, Geneva, sans-serif;
		color: #fff!important;
		}

		a.blk-btn:hover, #nav_menu-2 .blk-btn a:hover, #secondary .widget_nav_menu .blk-btn a:hover {
			background: #333;
			}



a.grey-btn, footer.entry-meta a {
	background: #78787a;
	color: #fff!important;
	width: 170px;
	height: 40px;
	display: block;
	font: 400 14px/40px "gothambook", Verdana, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
		-webkit-transition: background-color 150ms linear;
		-moz-transition: background-color 150ms linear;
		-o-transition: background-color 150ms linear;
		-ms-transition: background-color 150ms linear;
		transition: background-color 150ms linear;
		}

		a.grey-btn:hover, .comments-link a:hover, .entry-meta a:hover {
			background: #86cde8;
			}



#text-3, #text-2 {
	background: #a5def4;
	padding: 15px 20px;
	margin-bottom: 1rem;
	-moz-hyphens: none;
	overflow: hidden;
	}

	#text-3 p, #text-2 p {
		font: 12px/18px "gothambook", Verdana, Geneva, sans-serif;
		color: #004a80;
		padding: 0 0 20px;
		margin: 0;
		}

#content-wrap {
	min-height: 100%;
  	margin-bottom: -158px;
	}

/* Footer */
footer[role="contentinfo"] {
	background: #33353e;
	max-width: 100%;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	border-top: solid 2px #7783a6;
	height: 110px;
}

	.home footer[role="contentinfo"] {
		margin-top: 0;
		}

	@media (max-width: 488px) {
		footer[role="contentinfo"] {
			min-height: 110px;
			height: auto;
			}
		}


.ie8 footer[role="contentinfo"], .ie7 footer[role="contentinfo"] {
	min-width: 960px;
	}

.push {
	height: 158px; /* .push must be the same height as .footer */
}
	footer .wrapper {
		max-width: 68.5714rem;
		margin: auto;
		}

		footer .wrapper a.footer-logo {
			margin: auto;
			width: 33px;
			height: 32px;
			display: block;
			}

		footer .wrapper ul {
			display: table;
			margin: auto;
			overflow: hidden;
			}

			footer .wrapper ul li {
				display: table-cell;
				padding: 0 20px;
				border-right: solid 1px #4e546b;
				line-height: 14px;
				text-align: center;
				}

				footer .wrapper ul li.last {
					border-right: none;
					}


			@media screen and (max-width: 767px) {
				footer .wrapper ul {
					margin: 15px auto 10px;
					clear: left;
					width: auto;
					}

					footer .wrapper ul li.first {
						display: block;
						border: none;
						width: 100%;
						}

						.ie8 footer .wrapper ul li, .ie7 footer .wrapper ul li, .ie8 footer .wrapper ul li.first, .ie7 footer .wrapper ul li.first  {
							display: table-cell;
							padding: 0 20px;
							border-right: solid 1px #4e546b;
							line-height: 14px;
							text-align: center;
							}


				}

			@media screen and (max-width: 488px) {
				footer .wrapper ul li {
					display: block;
					margin: 10px auto;
					border-right: 0;
					}

					.ie8 footer .wrapper ul li, .ie7 footer .wrapper ul li {
						display: table-cell;
						padding: 0 20px;
						border-right: solid 1px #4e546b;
						line-height: 14px;
						text-align: center;
						}
				}

			footer .wrapper ul li a {
				font: 400 14px "Glober", Arial, Helvetica, sans-serif;
				color: #fff;
				text-decoration: none;
				text-align: center;
				}

			footer .wrapper p {
				color: #6e7595;
				text-align: center;
				margin: 12px 0;
				font: 12px "Glober", Arial, Helvetica, sans-serif;
				}


footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #71a1ca;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	padding: 5px 0 0;
	line-height: 20px;
	color: #71a1ca;
	font-size: 12px;
	}
	.entry-meta a {
		text-decoration: none;
		}

.read-more-link {
	color: #71a1ca!important;
	font: 15px "gothambook", Arial, Helvetica, sans-serif!important;
	display: block;
	text-decoration: none;
	margin: 20px 0 0;
	}

	.read-more-link:hover {text-decoration: underline;}

.page .entry-header {
	margin-bottom: 0;
}
.entry-header img.wp-post-image {
	margin: 20px 0 0;
	border-radius: 0;
	}

.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}



.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #71a1ca;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #71a1ca;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: none;
	margin-bottom: 30px;
	padding-bottom: 10px;
	word-wrap: normal;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

.site-content article.post {
	border-bottom: 1px solid #dadada;
	}
.blog .entry-content p {color: #757575;}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #71a1ca;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #71a1ca;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #71a1ca;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}





/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
#respond form input[type="submit"] {
	background: #78787a;
	width: 170px;
	height: 40px;
	display: block;
	font: 400 14px/40px "gothambook", Verdana, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-transition: background-color 150ms linear;
		-moz-transition: background-color 150ms linear;
		-o-transition: background-color 150ms linear;
		-ms-transition: background-color 150ms linear;
		transition: background-color 150ms linear;
	}

	#respond form input[type="submit"]:hover {
		background: #6b6b6d;
		}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #71a1ca;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}



.widget-area .widget_archive {
	border: 1px solid #cbd2d8;
	padding: 15px 20px;
	}

	.widget-area .widget_archive h3 {
		color: #464646!important;
		font: 18px "gothamlight", Verdana, Geneva, sans-serif!important;
		margin-top: 0!important;
		}

	.widget-area .widget_archive li {
		line-height: 22px;
		}

		.widget-area .widget_archive a, .widget-area .widget_archive a:visited {
			color: #757575!important;
			font-size: 13px;
			}

			.widget-area .widget_archive a:hover {color: #464646!important;}



/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		margin-top: 140px;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		/*width: 26.041666667%;*/
		width: 30.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: none!Important;
		text-align: left;

	}

	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: capitalize;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}


	.main-navigation li ul li, .main-navigation li ul li.last a {
		border: none!important;
		}

		.main-navigation li ul li, .main-navigation li ul li:hover {
			background: #33353e;
			}

		.main-navigation li ul li a {
			padding: 3px 0!important;
			display: block;
			}




	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
		/*top: 36px;*/
		padding: 0px;
	}
	.main-navigation li ul li a {
		/*background: #33353e!important;*/
		background: rgba(0, 0, 0, 0.8);
		border-bottom: none!important;
		display: block;
		/*font: 300 13px/30px 'gothamlight','Arial',sans-serif!important;*/
		font: 400 14px/30px 'Glober','Arial',sans-serif!important;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		/*width: 12.85714286rem;*/
		width: 120px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: none;
		/*color: #71a1ca;*/
		color: #cccccc;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
		float: right;
		/*margin-top: 27px;*/
		margin-top: 7px;
		}

		.ie8 .menu-toggle, .ie7 .menu-toggle {
			display: none;
			}

		.menu-toggle:hover {
			color: #71a1ca;
			}

	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}


.ie8 .menu-toggle, .ie7 .menu-toggle {
			display: none;
			}

		@media (min-width: 980px) {
			.main-navigation li ul {
				margin: 0;
				padding: 20px 0 10px;
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 1;
				height: 1px;
				width: 1px;
				overflow: hidden;
				clip: rect(1px, 1px, 1px, 1px);
				background: #33353e;
				}

				}


				@media (max-width: 979px) {
					.main-navigation li ul {
						position: relative;
						display: block;
						width: auto;
						height: auto;
						clip: rect(auto, auto, auto, auto);
						float: right;
						clear: right;
						padding: 0;
						}



						.ie8 .main-navigation li ul, .ie7 .main-navigation li ul {
							margin: 0;
							padding: 20px 0 10px;
							position: absolute;
							top: 100%;
							z-index: 1;
							height: 1px;
							width: 1px;
							overflow: hidden;
							clip: rect(1px, 1px, 1px, 1px);
							background: #33353e;
							}


					}


@media screen and (min-width: 980px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block!important;
		text-align: left;
		}

	}

	.ie8 .main-navigation ul.nav-menu,
	.ie8 .main-navigation div.nav-menu > ul {
		display: none;
	}

	.ie8 .main-navigation li ul li a, .ie7 .main-navigation li ul li a {
		background: none!important;
		border-bottom: none!important;
		height: 30px!important;
		}

		.ie8 .main-navigation li ul li, .ie7 .main-navigation li ul li {
			background: #33353e;
			border-right: none;
			}

		.ie8 ul#menu-main-menu li ul li, .ie7 ul#menu-main-menu li ul li {
			border-right: none!important;
			}

		.ie8 .main-navigation li ul, .ie7 .main-navigation li ul {
			left: 0;
			padding-top: 20px;
			}

			.ie7 .main-navigation li:hover ul {display: block!important; position: relative; clear: left; top: 0; left: 0; float: left;}




@media screen and (max-width: 979px) {
	.menu-toggle, .main-navigation ul.nav-menu.toggled-on {
		display: block!important;
		}

		.ie8 .menu-toggle, .ie7 .menu-toggle {
			display: none!important;
			}

		.main-navigation ul.nav-menu.toggled-on  {
			padding-bottom: 15px;
			}

		.menu-toggle {
			float: right;
			margin-top: 7px;
			}

			.ie8 .menu-toggle, .ie7 .menu-toggle {
			display: none;
			}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: none;
		}

		.ie8 .main-navigation ul.nav-menu, .ie8 .main-navigation div.nav-menu > ul, .ie7 .main-navigation ul.nav-menu, .ie7 .main-navigation div.nav-menu > ul {
			display: block;
			}

			.ie8 .main-navigation li ul li a, .ie7 .main-navigation li ul li a {
				border: none!important;
				}
		}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #fff;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 100px;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: none;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}




#socialmedia-container #social-facebook.smc_icon_container {margin-left: 0!Important;}


h1, .entry-header .entry-title, .entry-header .entry-title a {
	font: 300 35px "gotham",Verdana,Geneva,sans-serif;
	color: #363636;
	}

	.entry-header .entry-title a, article.post h1.entry-title {
		font: 24px/32px "gotham",Verdana,Geneva,sans-serif;
		}

h2, .entry-content h2 {
	color: #464646;
    font: 20px/26px "gotham",Verdana,Geneva,sans-serif;
    padding: 0;
	}

	h2.team-member {
		padding: 10px 0;
		margin: 0;
		}

		h2.team-member span, h2.team-member strong {
			display: block;
			font: 14px "gotham",Verdana,Geneva,sans-serif;
			padding: 5px 0 0;
			color: #73bc85;
			}

			.post-696 .entry-content img {
				padding: 5px 20px 20px 0;
				float: left;
				}

				@media (max-width: 767px) {
					.post-696 .entry-content img {
						padding: 5px 20px 20px 0;
						}
					}

			.post-696 .entry-content img:first-child {
				padding: 5px 20px 15px 0;
				}

			.team-p {
				font-size: 14px;
				margin: 0;
				}

				@media (max-width: 488px) {
					.team-p {
						clear: left;
						}
					}





h3 {
	color: #363636;
    font: 16px "gothamlight",Verdana,Geneva,sans-serif;
    padding: 0 0 5px;
	}

	.entry-content h2 {
		margin: 0;
		}

p {
	color: #757575;
	font: 16px/22px "Glober", Verdana, Geneva, sans-serif;
	padding: 0 0 20px;
	margin: 0;
	}

	.entry-content p {
		margin: 0;
		}

	.p-dk {color: #363636; padding: 0;}


	.entry-content p strong {
		font: 15px/22px "gothambook", Verdana, Geneva, sans-serif;
		color: #363636;
		}

	.site-content ul {padding: 0;}

	.site-content form ul {
		padding: 0;
		}

	.site-content ul li {
		color: #757575;
		font: 14px/22px "gothambook", Verdana, Geneva, sans-serif;
		padding: 0 20px 5px 0;
		margin-bottom: 10px;
		list-style: disc outside none;
		}


/* FORM */

.site-content article.post-712 {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.site-content article.post-712 footer.entry-meta {
	margin: 0;
	padding: 0;
	}

#contact_form {padding-bottom: 18px; min-height: 440px;}

	#contact_form #form-left, #contact_form #form-right {
		width: 99%;
		/*float: left;*/
		}

		@media (max-width: 488px) {
			#contact_form #form-left, #contact_form #form-right {
				width: 99%;
				float: none;
				margin: auto;
				display: block;
				}
			}

	#contact_form .wrapper-block {
		display: block;
		float: left;
		clear: left;
		width: 95%;
	}


	#contact_form input {
		width: 100%;
		padding: 0 2.5%;
		margin: 5px 0;
		border-radius: 0;
		font: 14px/30px "gothamlight", Verdana, Geneva, sans-serif;
		border: 1px solid #ccc;
		color: #363636;
		height: 30px;
		}

		#contact_form input#contact_tarp {
			display: none;
			}

		@media (max-width: 979px) {
			#contact_form select {
				width: 105%;
				}
			}



	#contact_form textarea {
		float: left;
		clear: left;
		resize: none;
		width: 100%;
		padding: 10px 2.5%;
		margin: 5px 0;
		border-radius: 0;
		min-height: 90px;
		color: #363636;
		font: 14px "gothamlight", Verdana, Geneva, sans-serif;
		}

	#contact_form input[type="checkbox"] {
		float: left;
		clear: left;
		width: auto;
		margin: 0 10px 10px 0;
		}

		@media (max-width: 488px) {
			#contact_form input[type="checkbox"] {
				height: 20px;
				}
			}

	#contact_form input[type="submit"] {
		background: #78787a;
		width: 170px;
		height: 40px;
		display: block;
		font: 14px/40px "gothamlight", Verdana, Geneva, sans-serif;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		border: 0;
		float: right;
		margin: 10px 1% 10px 10px;
		-webkit-transition: background-color 150ms linear;
		-moz-transition: background-color 150ms linear;
		-o-transition: background-color 150ms linear;
		-ms-transition: background-color 150ms linear;
		transition: background-color 150ms linear;
		-webkit-appearance: none;
		}

		#contact_form input[type="submit"]:hover {
			background: #86cde8;
			}


	#contact_form p {
		float: left;
		font: 14px/30px "gothamlight", Verdana, Geneva, sans-serif;
		}

		@media (max-width: 488px) {
			#contact_form p {
				font: 14px/20px "gothamlight", Verdana, Geneva, sans-serif;
				float: none;
				}
			}

	.site-content form ul {
		padding: 0;
		}


/*========== DROPKICK RESET ===================*/

#contact_form .dk-select {
	margin: 5px 0;
	font: 14px/30px "gothamlight", Verdana, Geneva, sans-serif;
	color: #363636;
	/*background: url('../../img/bg/dropdown.png') right center no-repeat;*/
	}

	.site-content .dk-select ul li {
		color: #363636;
		}

.dk-select, .dk-select-multi {
	line-height: 30px;
	color: #363636;
	width: 105%!important;
	}

	.dk-select ul li, .dk-select-multi ul li {
		list-style: none;
		line-height: 30px;
		padding: 0 10px;
		}

	.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before, .dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
		border-bottom-color: #ccc;
		border-left-color: #ccc;
		border-right-color: #ccc;
		}

	.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {border-color: #ccc;}

	.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {border-bottom-color: #ccc;}

	.dk-selected {color: #363636;}

	.dk-select-options-highlight .dk-option-selected {
		color: #fff;
		}

	.dk-select-options {
		border-radius: 0;
		font: 14px/30px "gothamlight", Verdana, Geneva, sans-serif;
		color: #464646;
		}

	.dk-select-options .dk-option-highlight {
		background-color: #71a1ca!important;
		}

	/*.dk-option-selected {background-color: #ccc!important;}*/



/* FORM ERRORS */

.contact-message {
	display: block;
	border: 1px solid #000;
	padding: 5px;
}

.contact-message.error {
	background-color: #fef5f1;
	color: #8c2e0b;
	border-color: #ed541d;
}

#contact_form .error {
	border-color: #ed541d !important;
}

.contact-message.sent {
	background-color: #f8fff0;
	color: #234600;
	border-color: #be7;
}

h2.contact-message {
	margin-bottom: 20px;
}

em.contact-message {
	float: left;
	clear: left;
	padding: 8px 10px 5px 5px;
}






/* =HOME SLIDER
-------------------------------------------------------------- */

#carousel-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    /*top: 91px;*/
    top: 51px;
    width: 100%;
}

#carousel {
    border: 0 none;
    display: block;
    height: 100%;
    line-height: 1;
    margin: 0;
    min-width: 320px;
    overflow: visible;
    padding: 0;
    position: absolute;
    vertical-align: baseline;
    width: 500%;
    left: 0;
    bottom: 23px;
}

#carousel-mobile { display: none; }

@media (max-width: 488px) {
	/*#carousel, .carousel-footer { display: none; }*/
	#carousel, .carousel-footer { display: none; }
	#carousel-mobile {
		display: block;
		display: block;
		/*margin-top: 110px;*/
		margin-top: 30px;
		background-image: url('../img/content/home-carousel/1/l.jpg');
		background-size: cover;
		height: 360px;
	}
	.slide, .slide-text {
		display: none;
	}
	#carousel-mobile {
		position: relative;
		z-index: 99;
	}
	/*#carousel-wrapper {
		display: none;
	}*/
}

#carousel .slide {
	background: url("../img/content/ws-m.jpg") no-repeat center center rgba(0, 0, 0, 0);
	border: 0 none;
    display: block;
    float: left;
    height: 100%;
    line-height: 1;
    margin: 0;
    min-width: 320px;
    padding: 0;
    vertical-align: baseline;
    width: 20%;
    margin-top: -28px;
    position: absolute;
    opacity: 0;
    z-index: 1;
    zoom: 100%;
    -webkit-transition: opacity 150ms linear;
		-moz-transition: opacity 150ms linear;
		-o-transition: opacity 150ms linear;
		-ms-transition: opacity 150ms linear;
		transition: opacity 150ms linear;
}
#carousel .slide.active {
	opacity: 1;
	z-index: 5;
	-webkit-transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
	-ms-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
}

.carousel-footer {
	z-index: 5 !important;
}
#masthead {
	z-index: 1000;
}


#carousel #slide2, #carousel #slide4 {
    background: url("../img/content/ws-m.jpg") no-repeat center center rgba(0, 0, 0, 0);
}


	/* Slide 1 Background */
	#carousel #slide1 {
		background-image: url('../img/content/home-carousel/1/xxl.jpg');
	}
		@media (max-width: 4000px) and (max-height: 2667px){
			#carousel #slide1 {
				background-image: url('../img/content/home-carousel/1/xl.jpg');
			}
		}
		@media (max-width: 3000px) and (max-height: 2000px){
			#carousel #slide1 {
				background-image: url('../img/content/home-carousel/1/l.jpg');
			}
		}
		@media (max-width: 2000px) and (max-height: 1333px){
			#carousel #slide1 {
				background-image: url('../img/content/home-carousel/1/m.jpg');
			}
		}
		@media (max-width: 1280px) and (max-height: 853px){
			#carousel #slide1 {
				background-image: url('../img/content/home-carousel/1/s.jpg');
			}
		}
		@media (max-width: 960px) and (max-height: 640px){
			#carousel #slide1 {
				background-image: url('../img/content/home-carousel/1/xs.jpg');
			}
		}



	/* Slide 2 Background */
	#carousel #slide2 {
		background-image: url('../img/content/home-carousel/2/xxl.jpg');
	}
		@media (max-width: 4000px) and (max-height: 2667px){
			#carousel #slide2 {
				background-image: url('../img/content/home-carousel/2/xl.jpg');
			}
		}
		@media (max-width: 3000px) and (max-height: 2000px){
			#carousel #slide2 {
				background-image: url('../img/content/home-carousel/2/l.jpg');
			}
		}
		@media (max-width: 2000px) and (max-height: 1333px){
			#carousel #slide2 {
				background-image: url('../img/content/home-carousel/2/m.jpg');
			}
		}
		@media (max-width: 1280px) and (max-height: 853px){
			#carousel #slide2 {
				background-image: url('../img/content/home-carousel/2/s.jpg');
			}
		}
		@media (max-width: 960px) and (max-height: 640px){
			#carousel #slide2 {
				background-image: url('../img/content/home-carousel/2/xs.jpg');
			}
		}


	/* Slide 3 Background */
	#carousel #slide3 {
		background-image: url('../img/content/home-carousel/3/xxl.jpg');
	}
		@media (max-width: 4000px) and (max-height: 2667px){
			#carousel #slide3 {
				background-image: url('../img/content/home-carousel/3/xl.jpg');
			}
		}
		@media (max-width: 3000px) and (max-height: 2000px){
			#carousel #slide3 {
				background-image: url('../img/content/home-carousel/3/l.jpg');
			}
		}
		@media (max-width: 2000px) and (max-height: 1333px){
			#carousel #slide3 {
				background-image: url('../img/content/home-carousel/3/m.jpg');
			}
		}
		@media (max-width: 1280px) and (max-height: 853px){
			#carousel #slide3 {
				background-image: url('../img/content/home-carousel/3/s.jpg');
			}
		}
		@media (max-width: 960px) and (max-height: 640px){
			#carousel #slide3 {
				background-image: url('../img/content/home-carousel/3/xs.jpg');
			}
		}


	/* Slide 4 Background */
	#carousel #slide4 {
		background-image: url('../img/content/home-carousel/4/xxl.jpg');
	}
		@media (max-width: 4000px) and (max-height: 2667px){
			#carousel #slide4 {
				background-image: url('../img/content/home-carousel/4/xl.jpg');
			}
		}
		@media (max-width: 3000px) and (max-height: 2000px){
			#carousel #slide4 {
				background-image: url('../img/content/home-carousel/4/l.jpg');
			}
		}
		@media (max-width: 2000px) and (max-height: 1333px){
			#carousel #slide4 {
				background-image: url('../img/content/home-carousel/4/m.jpg');
			}
		}
		@media (max-width: 1280px) and (max-height: 853px){
			#carousel #slide4 {
				background-image: url('../img/content/home-carousel/4/s.jpg');
			}
		}
		@media (max-width: 960px) and (max-height: 640px){
			#carousel #slide4 {
				background-image: url('../img/content/home-carousel/4/xs.jpg');
			}
		}


	/* Slide 5 Background */
	#carousel #slide5 {
		background-image: url('../img/content/home-carousel/5/xxl.jpg');
	}
		@media (max-width: 4000px) and (max-height: 2667px){
			#carousel #slide5 {
				background-image: url('../img/content/home-carousel/5/xl.jpg');
			}
		}
		@media (max-width: 3000px) and (max-height: 2000px){
			#carousel #slide5 {
				background-image: url('../img/content/home-carousel/5/l.jpg');
			}
		}
		@media (max-width: 2000px) and (max-height: 1333px){
			#carousel #slide5 {
				background-image: url('../img/content/home-carousel/5/m.jpg');
			}
		}
		@media (max-width: 1280px) and (max-height: 853px){
			#carousel #slide5 {
				background-image: url('../img/content/home-carousel/5/s.jpg');
			}
		}
		@media (max-width: 960px) and (max-height: 640px){
			#carousel #slide5 {
				background-image: url('../img/content/home-carousel/5/xs.jpg');
			}
		}





/*  homepage styles */

#intro {
	width: 100%;
	/*height: 510px;
	background: url('../../img/content/banner.jpg') center -90px no-repeat;
	overflow: hidden;*/
	position: relative;
	height: 500px;
	}

	@media (max-width: 488px) {
		#intro {
			display: none;
			height: auto;
			}
		}



#intro-text {
	background: rgba(0, 0, 0, 0.55);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000)";
	width: 100%;
	min-height: 150px;
	padding: 20px 0;
	/*margin: -120px auto 0;*/
	position: absolute;
	/*bottom: 51px;*/
	z-index: 1;
	/*width: 460px;*/
	margin: 0 auto;
	/*top: 26%;*/
	bottom: 51px;
	/*position: relative;*/
	/*border-radius: 3px;*/
	height: 150px;
}

	.ie8 #intro-text, .ie7 #intro-text {
		min-width: 960px;
		}


	.slide-text {
		/*position: absolute;*/
		/*width: 1000px;*/
		/*left: 50%;*/
  	/*margin: 0 0 0 -500px;*/
		display: none;
		position: relative;
		/*width: 370px;*/
		width: 100%;
		margin: 0 auto;
	}

	.slide-text.active {
		display: block;
	}

	.beta-tagline {
		font: 400 16px/36px 'Glober', Verdana, Geneva, sans-serif !important;
		position: absolute;
		top: 118px;
		color: #ffffff !important;
		padding: 0 !important;
		/*left: 85px;*/
	}

	@media (min-width: 489px) and (max-height: 600px) {
		#intro-text {
			/*top: 200px;*/
			margin: 0 auto;
			}
		}

	@media (max-width: 960px) {
		/*#intro-text {
			min-height: 180px;
		}

		.slide-text {
			width: 90%;
			margin-left: -45%;
		}*/
	}

	@media (max-width: 740px) {

		#intro-text {
			min-height: 180px;
		}
	}


	@media (max-width: 488px) {

		.slide-text.active { display: none; }

		#intro-text {
			margin: 0;
			background: none;
			position: relative;
			height: auto;
			top: 0;
			min-height: 0;
			padding-bottom: 0;
			width: 100%;
			}
		}

		#intro-text h2 {
			font: 28px/40px "gothambook", Verdana, Geneva, sans-serif;
			color: #fff;
			text-align: center;
			padding: 0 0 20px;
			}

			@media (max-width: 767px) {
				#intro-text h2 {
					padding: 0 20px 20px;
					}
				}

			@media (max-width: 488px) {
				#intro-text h2 {
					color: #363636;
					padding: 0 30px;
					}
				}

			#intro-text h1 span.sub-h, #intro-text p.sub-h {
				font: 22px/32px "gothamthin", Verdana, Geneva, sans-serif;
				display: block;
				color: #fff;
				padding: 0;
				max-width: 75.5714rem;
				margin: auto auto 20px;
				font-weight: bold;
				}

				@media (max-width: 740px) {
					#intro-text p.sub-h {
						font: 600 22px/32px "gothamthin", Verdana, Geneva, sans-serif;
						}
					}

				@media (max-width: 488px) {
					#intro-text h1 span.sub-h, #intro-text p.sub-h {
						font: 21px/28px "gothamlight", Verdana, Geneva, sans-serif;
						/*color: #363636;*/
						color: #ffffff;
						background-color: rgba(0, 0, 0, 0.42);
						padding: 10px;
						border-radius: 0px;
						}
					}



		#intro-text p {
			color: #454545;
			font: 300 26px/36px "gothamthin", Verdana, Geneva, sans-serif;
			padding: 25px 40px;
			text-align: center;
			letter-spacing: 0.3px;
			}

			#intro-text p span {
				display: block;
				color: #757575;
				font: 400 13px "gothamthin", Verdana, Geneva, sans-serif;
				padding: 10px 0 0;
				}


			.intro-btns {
				width: 380px;
				margin: auto;
				overflow: hidden;
				padding-top: 10px;
				}

				@media (max-width: 960px) {
					.intro-btns {
						/*padding-top: 100px;*/
					}
				}

				@media (max-width: 488px) {
					.intro-btns {
						width: auto;
						margin: 0 auto;
						padding-top: 0;
					}
				}

				.intro-btns a {float: left; margin: 0 10px 10px;}

				.intro-btns .grey-btn.first {
					margin-right: 10px;
					}

				@media (max-width: 488px) {
					.intro-btns a, .intro-btns .grey-btn, .intro-btns .grey-btn.first {
						float: none;
						margin: 20px auto;
						}
					}



	span.arrow, span.arrow2, span.arrow-mobile {
		background: url('../img/icons/arrow.png') center no-repeat;
		width: 33px;
		height: 22px;
		display: block;
		position: absolute;
			left: 50%;
			margin-left: -16.5px;
			bottom: 16px;
			z-index: 1;
		cursor: pointer;
		top: 150px;
		}

	@media (max-width: 960px) {
		span.arrow, span.arrow-mobile {
			top: 155px;
		}
	}

	@media (max-width: 701px) {
		span.arrow, span.arrow-mobile {
			top: 180px;
		}
	}


		span.arrow-mobile {display: none;}

		@media (max-width: 488px) {
			span.arrow {display: none;}

			/*span.arrow-mobile {
				background: url('../img/icons/arrow-dk.png') center no-repeat;
				position: relative;
				display: block;
				bottom: auto;
				margin-top: 5px;
			}*/
		}



.section-wrapper {
	background: #fff;
	position: absolute;
		top: 100%;
		width:100%;
	}

	@media (max-width: 488px) {
		.section-wrapper {
			width: 100%;
			position: relative;
			top: 0;
			}
		}





.section-content {
		width: 68%;
		margin: auto;
		}

		@media (max-width: 488px) {
			.section-content {
				width: 90%;
				}
			}


		#intro-text .section-content {
			width: auto;
			max-width: 76.5714rem;
			/*padding: 0 7%;*/
			}

		#about .section-content {
			padding: 90px 30px 90px 552px;
			width: auto;
			margin: 0 0 0 30px;
			max-width: 43%;
			}



			@media (min-width: 980px) and (max-width: 1024px) {
				#about .section-content {
					padding: 90px 30px 90px 352px;
					width: auto;
					margin: 0 0 0 30px;
					max-width: 50%;
					}
				}

			@media (max-width: 979px) {
				#about .section-content {
					padding: 90px 30px 90px;
					margin: auto;
					width: auto;
					max-width: 73%;
					}
				}

			@media (max-width: 488px) {
				#about .section-content {
					padding: 0 0 30px;
					max-width: 100%;
					margin: 0 5%;
					width: 90%;
					}
				}


			.ie7 #about .section-content {
				width: 378px;
				max-width: 378px!important;
				}

				#about .section-content .grey-btn {
					width: 320px;
					margin: 30px 0 0;
					}

					@media (max-width: 979px) {
						#about .section-content .grey-btn {
							margin: 30px auto 0;
							}
						}

					@media (max-width: 488px) {
						#about .section-content .grey-btn {
							width: 100%;
							font: 400 12px/40px "gothambook",Verdana,Geneva,sans-serif;
							}
						}

		#testimonials .section-content {
			padding: 20px 0;
			max-width: 68.5714rem;
			}

			@media (max-width: 979px) {
				#testimonials .section-content {
					padding: 28px 0 0;
					width: 80%;
					max-width: 80%;
					}
				}

			@media (max-width: 767px) {
				#testimonials .section-content {
					padding: 20px 0 0;
					}
				}






#about {
	background: url('../img/bg/secure-bg.png') left bottom no-repeat;
	width: 100%;
	min-height: 798px;
	text-align: left;
	padding: 0;
	/*border-top: solid 2px #7783a6;*/
	}

	@media (min-width: 1025px) {
		#about {
			background: url('../img/bg/secure-bg.png') left bottom no-repeat;
			}
		}

	@media (min-width: 980px) and (max-width: 1024px) {
		#about {
			background: url('../img/bg/secure-bg.png') -200px bottom no-repeat;
			}
		}

	@media (max-width: 979px) {
		#about {
			background: none;
			text-align: center;
			}

			#about a.grey-btn {
				margin: auto;
				}
		}

	@media (max-width: 488px) {
		#about {
			border-top: none;
			min-height: 100px;
			}
	}




	#about h1, #solution h2, h1 {
		color: #363636;
		font-size: 35px;
		letter-spacing: 0.3px;
		padding: 0 0 20px;
		}

		#solution h2 {
			max-width: 800px;
			line-height: 40px;
			margin: auto;
		}

		article.category-blog h1 {padding: 0;}

		#about h1 { padding-bottom: 21px; }

		@media (max-width: 488px) {
			#about h1, #solution h2, .contact h1 {
				font-size: 44px/55px;
				padding: 0;
				margin: 20px 0 30px;
				}
			}

	#about p, #solution p {
		color: #757575;
		font: 600 15px/23px "gothamlight", Verdana, Geneva, sans-serif;
		}

		#about p.p-dk {
			font: 300 18px/29px "gothamlight", Verdana, Geneva, sans-serif;
			padding-bottom: 21px;
			}

		@media (max-width: 488px) {
			#about p, #solution p {
				font: 300 16px/29px "gothamlight", Verdana, Geneva, sans-serif;
				margin: 0 0 30px;
				}

				#solution p {margin: 0;}

				#about p, #about h3 {
					display: none;
					}

					#about p.p-dk {display: block;}
			}

		#about p.p-dk, #solution p.p-dk {
			color: #363636;
			}

	a.grey-btn, a.blue-btn, a.blk-btn, .intro-btns a {
		background: #78787a;
		width: 170px;
		height: 40px;
		display: block;
		font: 400 14px/40px "gothambook", Verdana, Geneva, sans-serif;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;

		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;

		-webkit-transition: background-color 150ms linear;
		-moz-transition: background-color 150ms linear;
		-o-transition: background-color 150ms linear;
		-ms-transition: background-color 150ms linear;
		transition: background-color 150ms linear;
		}

		a.blue-btn {
			background: #86cde8;
			}

			a.blue-btn:hover {
				background: #81c4de;
				}

		a.grey-btn:hover, .intro-btns a:hover {
			background: #86cde8;
			}

		a.blk-btn {
			background: #404245;
			height: 30px;
			width: 130px;
			font: 11px/30px "gotham", Verdana, Geneva, sans-serif;
			color: #fff!important;
			}

			a.blk-btn:hover {
				background: #333;
				}







#testimonials {
	width: 100%;
	min-height: 200px;
	background: #f0f0f0;
	}

	.ie7 #testimonials {
		min-width: 960px;
		}

	@media (max-width: 767px) {
		#testimonials {
			background: #f0f0f0;
			}
		}

	@media (max-width: 488px) {
		#testimonials {
			display: none;
			}
		}

	.testimonial-img {
		width: 160px;
		height: 160px;
		border-radius: 80px;
		-moz-border-radius: 80px;
		-webkit-border-radius: 80px;
		float: left;
		margin: 5px 20px 20px 0;
		}

		@media (max-width: 979px) {
			.testimonial-img {
				width: 130px;
				height: 130px;
				border-radius: 65px;
				-moz-border-radius: 65px;
				-webkit-border-radius: 65px;
				}

				.testimonial-img img {
					width: 130px;
					height: 130px;
					}
			}

		@media (max-width: 767px) {
			.testimonial-img {
				margin: 0 auto 20px;
				float: none;
				width: 100px;
				height: 100px;
				border-radius: 50px;
				-moz-border-radius: 50px;
				-webkit-border-radius: 50px;
				}

				.testimonial-img img {
					width: 100px;
					height: 100px;
					}

#testimonials .btnHolder {

margin: auto;
text-align: center;

}
			}

	#testimonials p {
		color: #f08392;
		font: 18px "gotham", Verdana, Geneva, sans-serif;
		margin-bottom:-10px;
		}

		#testimonials .btnHolder {

margin: auto;


}

		@media (max-width: 767px) {
			#testimonials p {
				text-align: center;
				}
			}

		#testimonials p.quote {
			font: italic 600 19px/30px "gothamthin", Verdana, Geneva, sans-serif;
			color: #797979;
			padding: 20px 0;
			}

			@media (max-width: 979px) {
				#testimonials p.quote {
					padding: 0 0 20px;
					font: italic 600 17px/25px "gothamthin", Verdana, Geneva, sans-serif;
					}
				}

			@media (max-width: 488px) {
				#testimonials p.quote {
					font: italic 600 17px/25px "gothamthin", Verdana, Geneva, sans-serif;
					}
				}


#cta-banner {
	position: fixed;
	top: 51px;
	/*background-color: #6E8489;*/
	background-color: #47B0C8;
	width: 100%;
	text-align: center;
	height: 40px;
	z-index: 6;
}
#cta-banner p {
	color: #ffffff;
	margin-top: 10px;
}
#cta-banner a {
	color: #ffffff;
	position: relative;
	text-decoration: underline;
}
#cta-banner a:hover {
	text-decoration: none;
}

a.interact-mobile-embed {
	height: 10px !important;
}
a.interact-mobile-embed img {
	margin-top: 100px !important;
	position: relative !important;
	top: 0 !important;
	margin-top: -30px !important;
	margin: 0 auto !important;
	height: 35px !important;
}

/*li#menu-item-13 {
	border-right: 0px !important;
}

#menu-item-13 a {
	border: 2px solid #ffffff !important;
	padding: 9px !important;
	bottom: 10px;
	position: relative;
	left: 0px;
	border-radius: 5px;
}
#menu-item-13 a:hover {
	background-color: #ffffff;
	color: #33353e !important;
}*/


#solution {
	width: 100%;
	min-height: 680px;
	text-align: center;
	padding: 130px 0 30px;
	background: url('../img/bg/secure-bg-flip.png') right bottom no-repeat;
	}

	.ie7 #solution {
		min-width: 960px;
		}

	@media (max-width: 767px) {
		#solution {background: none;}
		}

	@media (max-width: 488px) {
		#solution {
			padding: 30px 0;
			height: auto;
			min-height: 200px;
			}
		}

	#solution .section-content {
		max-width: 68.5714rem;
		width: auto;
		}

		@media (max-width: 767px) {
			#solution .section-content {
				margin: 0 5%;
				width: 90%;
				}
			}

	#solution .left, #solution .right {
		width: 44%;
		float: left;
		margin: 0 0 10px 0;
		}

		#solution .left {
			margin: 0 12% 10px 0;
			}


		@media (max-width: 1199px) {
			#solution .left, #solution .right {
				width: 42%;
				margin: 0 4% 10px;
				}

			}

		@media (max-width: 767px) {
			#solution .left, #solution .right {
				width: 90%;
				margin: 0 5%;
				}
			}


		#solution h3 {
			color: #464646;
			padding: 0 0 5px;
			}

			.home #solution h3 {
				font-weight: bold;
				}

		#solution p {
			color: #757575;
			clear: both;
			}


	#solution a.grey-btn {
		clear: both;
		margin: auto;
		}



.home #content-wrap {
	min-height: 100%;
  	margin-bottom: 0;
	}

	.home .push {
		height: 0;
		}



/* =Testimonials Home Page
-------------------------------------------------------------- */

#solution  .career-testimonial {
	width: 30%;
	float: left;
	margin: 0 0 10px 0;
	text-align:center;
	line-height:20px;
	letter-spacing: normal;
	padding: 0 1.5%;
}

#solution  .career-testimonial .st_tilt {
	font-size:14px;
	color:#464646;
	font-weight: normal;
	margin-bottom:0;
	padding-bottom:0;
}

#solution .career-testimonial .st_sub {
	font-size:14px;
	color:#25cf85;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:0;
}
#solution .career-testimonial p {
	font-size:14px;
	color:#959595;
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
	padding-bottom:0;
}

@media (max-width: 980px) {
	#menu-item-13 a {
		padding: 0;
		bottom: 0;
		border: 0;
	}
	.site-header .wrapper nav a, ul#menu-main-menu li a {
		font-size: 14px !important;
	}
}

@media (max-width: 1009px) {
	.site-header .wrapper nav a, ul#menu-main-menu li a {
		/*font-size: 12px;*/
	}
}

@media (max-width: 767px) {
		#solution  .career-testimonial {
			width: 100%;
			padding-bottom: 25px;
		}
}

@media (max-width: 635px) {
	#cta-banner {
		height: 60px;
	}
}



/*============ FONTS ==================*/

@font-face {
    font-family: 'gothamthin';
    src: url('../fonts/gotham-thin/gothamthin.eot');
    src: url('../fonts/gotham-thin/gothamthin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-thin/gothamthin.woff2') format('woff2'),
         url('../fonts/gotham-thin/gothamthin.woff') format('woff'),
         url('../fonts/gotham-thin/gothamthin.ttf') format('truetype'),
         url('../fonts/gotham-thin/gothamthin.svg#gothamthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gotham-light/gothamlight.eot');
    src: url('../fonts/gotham-light/gothamlight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-light/gothamlight.woff2') format('woff2'),
         url('../fonts/gotham-light/gothamlight.woff') format('woff'),
         url('../fonts/gotham-light/gothamlight.ttf') format('truetype'),
         url('../fonts/gotham-light/gothamlight.svg#gothamlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book/gothambook.eot');
    src: url('../fonts/gotham-book/gothambook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book/gothambook.woff2') format('woff2'),
         url('../fonts/gotham-book/gothambook.woff') format('woff'),
         url('../fonts/gotham-book/gothambook.ttf') format('truetype'),
         url('../fonts/gotham-book/gothambook.svg#gothamlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

@font-face {font-family: 'Glober';src: url('../fonts/webfonts/2CBFA0_9_0.eot');src: url('../fonts/webfonts/2CBFA0_9_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/2CBFA0_9_0.woff2') format('woff2'),url('../fonts/webfonts/2CBFA0_9_0.woff') format('woff'),url('../fonts/webfonts/2CBFA0_9_0.ttf') format('truetype'); font-weight:normal;}

@font-face {font-family: 'Glober';src: url('../fonts/webfonts/2CBFA0_E_0.eot');src: url('../fonts/webfonts/2CBFA0_E_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/2CBFA0_E_0.woff2') format('woff2'),url('../fonts/webfonts/2CBFA0_E_0.woff') format('woff'),url('../fonts/webfonts/2CBFA0_E_0.ttf') format('truetype'); font-weight:100;}

@font-face {font-family: 'Glober';src: url('../fonts/webfonts/2CBFA0_8_0.eot');src: url('../fonts/webfonts/2CBFA0_8_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/2CBFA0_8_0.woff2') format('woff2'),url('../fonts/webfonts/2CBFA0_8_0.woff') format('woff'),url('../fonts/webfonts/2CBFA0_8_0.ttf') format('truetype');font-weight:200;}

@font-face {font-family: 'Glober';src: url('../fonts/webfonts/2CBFA0_1_0.eot');src: url('../fonts/webfonts/2CBFA0_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/2CBFA0_1_0.woff2') format('woff2'),url('../fonts/webfonts/2CBFA0_1_0.woff') format('woff'),url('../fonts/webfonts/2CBFA0_1_0.ttf') format('truetype');font-weight:300;}

@font-face {font-family: 'Glober';src: url('../fonts/webfonts/2CBFA0_C_0.eot');src: url('../fonts/webfonts/2CBFA0_C_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/2CBFA0_C_0.woff2') format('woff2'),url('../fonts/webfonts/2CBFA0_C_0.woff') format('woff'),url('../fonts/webfonts/2CBFA0_C_0.ttf') format('truetype');font-weight:500;}

@font-face {font-family: 'Glober';src: url('../fonts/webfonts/2CBFA0_2_0.eot');src: url('../fonts/webfonts/2CBFA0_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/2CBFA0_2_0.woff2') format('woff2'),url('../fonts/webfonts/2CBFA0_2_0.woff') format('woff'),url('../fonts/webfonts/2CBFA0_2_0.ttf') format('truetype');font-weight:bold;}

