/*   
Theme Name: Infectious Media
Theme URI: http://codebean.co.uk
Description: A blank framework
Author: CB
Author URI: http://codebean.co.uk
Version: 1.0
Tags: light, white, black, gray, two-columns, right-sidebar, fixed-width, custom-background, post-formats
*/

/* Contents
 
 Global
 Header 
 Navigation
 Sidebar
 Post
 Meta
 Footer
 Misc
 Pagination
 Forms
 Comments 
 Typography
 
*/

/* Global */
/* ---------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
}

html {
	padding: 0px;
	margin: 0px;
}

/* Flex Grid */
.outer_wrap {
}

.inner_wrap {
	padding: 0 0px;
}



.flex_10,
.flex_20,
.flex_25,
.flex_12,
.flex_33,
.flex_40,
.flex_50,
.flex_60,
.flex_66,
.flex_75,
.flex_80,
.flex_90,
.flex_100 {
	display: inline;
	float: left;
	position: relative;
}

.push {
	margin: 1px 0px 0px 0px;
}

.flex_10 {
	width: 10%;
}

.flex_12 {
	width: 12.5%;
}

.flex_14 {
	width: 14%;
}

.flex_20 {
	width: 20%;
}

.flex_25 {
	width: 25%;
}

.flex_33 {
	width: 33%;
}

.flex_40 {
	width: 40%;
}

.flex_50 {
	width: 50%;
}

.flex_60 {
	width: 60%;
}

.flex_66 {
	width: 66%;
}

.flex_75 {
	width: 75%;
}

.flex_80 {
	width: 80%;
}

.flex_90 {
	width: 90%;
}

.flex_100 {
	width: 100%;
}

.flex_pad {
	padding: 10px;
}

.flex_vert_pad {
	padding: 20px 0px 20px 0px;
}

.clear {
	clear: both;
}

/* Header */
/* ---------------------------------------------------------- */


.inner_header_wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}



/* Navigation */
/* ---------------------------------------------------------- */
nav a#pull {
	display: none;
}


.inner_header_wrap {
	display:none;
}

#navigation {
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#navigation a.scrolled2 {
		-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	color: #000;
		font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#navigation a {
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	color: #FFF;
		font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#navigation li li a {
	color: #000;
}

#navigation ul {
	font-size: 14px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
	float: right;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation a {
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}

#navigation ul ul ul {
	left: 100%;
	top: 0;
}

#navigation ul ul a {
	background: #f9f9f9;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	text-align: left;
}

#navigation li:hover > a,
#navigation ul ul :hover > a,
#navigation a:focus {
}

#navigation li:hover > a,
#navigation a:focus {
	color: #9dc12a;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#navigation li:hover > a.scrolled2,
#navigation a:focus {
	color: #9dc12a;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


#navigation ul li:hover > ul {
	display: block;
}

#navigation .current_page_item > a,
#navigation .current_page_ancestor > a,
#navigation .current_page_ancestor > a.scrolled2 {
	color: #9dc12a !important;
}



/* Sidebar */
/* ---------------------------------------------------------- */

#sidebar {
	margin: 0px 0px 0px 25px;
}

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

#pages,
#archives,
#categories,
#feeds,
#sidebarmeta,
#blogroll {
	margin: 0px;
}

.sidebaritem {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}

/* Post */
/* ---------------------------------------------------------- */

.postmetadata {
	padding: 0px 0px 5px 0px;
	color: #777777;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	clear: both;
}

.meta {
	padding: 0px 0px 10px 0px;
}

object,
video {
	max-width: 100%;
	width: 100%;
}

.wp-caption {
	max-width: 95%;
	height: auto;
}

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

.wp-caption img,
.gallery-icon img {
	max-width: 98%;
	height: auto;
}

.archive .post,
.blog .post {
	padding: 0px 0px 50px 0px;
}

.post,
.type-post,
.type-page {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	clear: both;
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	clear: both;
}

.attachment-post-thumbnail {
	float: left;
	min-width: inherit;
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 2px #888;
	overflow: hidden;
	margin: 0px 20px 20px 0px;
}

/* Meta */
/* ---------------------------------------------------------- */

.time {
	background: url(images/swpf_icons.png) no-repeat left -88px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.post-comments {
	background: url(images/swpf_icons.png) no-repeat left -66px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.categories {
	background: url(images/swpf_icons.png) no-repeat left -108px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.tags {
	background: url(images/swpf_icons.png) no-repeat left -24px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.meta_author {
	background: url(images/swpf_icons.png) no-repeat left -45px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

.author {
	background: #f3f3f3;
	padding: 20px 20px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.author img {
	float: left;
	margin: 0px 20px 10px 0px;
}

.authorinfo h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.authorinfo p {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	font-size: 12px;
}

/* Footer */
/* ---------------------------------------------------------- */

#footer {

	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #848484;
	padding-top: 50px;
	padding-bottom: 50px;
}

div.outer_footer_wrap.landing {
	padding-top: 20px;
	padding-bottom: 20px;
}

.outer_footer_wrap {
	background-color: #2f2f2e;
}

.inner_footer_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* Misc */
/* ---------------------------------------------------------- */

.sticky {
	background: url(images/must-read.png) no-repeat right top;
	background-color: #fff;
}

.gallery-caption {
	width: 90%;
	padding: 0px;
	margin: 0 auto;
}

.bypostauthor {
}

.wp-caption-text {
	font-size: 10px;
	color: #777;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Pagination */
/* ---------------------------------------------------------- */

.pagenavi {
	margin: 0 auto 20px auto;
	width: 400px;
	padding: 5px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}

.pagenavi a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
	background-color: inherit;
}

.pagenavi a:hover {
	color: #000;
}

.pagenavi span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
}

.pagenavi span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
}

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



input#email-a8ba5796-3d85-426f-b2b4-3d8ed73b7587.hs-input  {
	width:15em;
	border: 1px solid black;
	color: black !important;
}

input#firstname-a8ba5796-3d85-426f-b2b4-3d8ed73b7587.hs-input {
	width:15em;
	border: 1px solid black;
	color: black !important;
}

input#email-a8ba5796-3d85-426f-b2b4-3d8ed73b7587::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}

input#email-a8ba5796-3d85-426f-b2b4-3d8ed73b7587::-moz-placeholder { /* Firefox 19+ */
  color: black;
}

input#email-a8ba5796-3d85-426f-b2b4-3d8ed73b7587::-ms-input-placeholder { /* IE 10+ */
  color: black;
}

input#email-a8ba5796-3d85-426f-b2b4-3d8ed73b7587::-moz-placeholder {
  color: black;
}

input#firstname-a8ba5796-3d85-426f-b2b4-3d8ed73b7587::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}

input#firstname-a8ba5796-3d85-426f-b2b4-3d8ed73b7587::-moz-placeholder { /* Firefox 19+ */
  color: black;
}

input#firstname-a8ba5796-3d85-426f-b2b4-3d8ed73b7587::-ms-input-placeholder { /* IE 10+ */
  color: black;
}

input#firstname-a8ba5796-3d85-426f-b2b4-3d8ed73b7587::-moz-placeholder {
  color: black;
}

input#a8ba5796-3d85-426f-b2b4-3d8ed73b7587.hs-button {
	border: 1px solid black !important;
	color: black !important;
}

.footer-form .hbspt-form label {
	display: none;
}

.footer-form .hbspt-form input {
	border: 2px solid white;
	background: #2f2f2e;
	color: white !important;
}

.footer-form .hbspt-form .hs_email input {
	width: 97.5% !important;
	margin-top: 2rem;
}

.footer-form .hbspt-form .hs_submit input {
	color: #2f2f2e !important;
	background: white !important;
	width: 15rem;
	padding: 15px;
	font-size: 16px;
	letter-spacing: 1.1px;
}

/* Comments */
/* ---------------------------------------------------------- */
h3#reply-title {
	padding: 0px;
	margin: 0px;
}

.logged-in-as {
	padding: 0px;
	margin: 0px;
}

#comments-title:before {
	content: "Comments: ";
	color: #777;
}

#comments-title {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	text-align: center!important;
}

.comment-author {
	font-weight: bolder;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}

.comment-author .avatar {
	display: block;
	float: left;
	margin: -5px 12px 0px 0px;
	padding: 0px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: solid 5px #f3f3f3;
}

#comment-block {
	padding: 0px;
	overflow: hidden;
}

.comment-body p {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px;
	background-color: #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#comment-block .children {
	margin: -50px 0px 0px 0px;
}

#comment-block ol,
#comment-block .children li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	list-style-type: none;
}

#comment-block a {
	color: #006699;
}

.commentmetadata {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#respond {
	margin: 40px 0px 0px 0px;
}

/* Navigation 2 */
/* ---------------------------------------------------------- */

.navigation {
	text-shadow: 0px 1px 0px #ccc;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin: 30px 0px 50px 0px!important;
}

.navigation a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #555555;
	text-shadow: 0px 1px 0px #fff;
	background: #fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navigation a:hover {
	color: #000;
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	background-color: #dfdfdf;
}

.navigation span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
	display: none;
}

.navigation span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #333;
	background-color: #888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Typography Framework */
/* ---------------------------------------------------------- */


body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: transparent;
}

#header h1 {
	font-weight: 600;
	margin: 0px;
	line-height: 36px;
}

#header h1 a {
	color: black;
	font-size: 36px;
	letter-spacing: -.5px;
	text-decoration: none;
}

#header h1 a:hover {
	color: #333;
	text-decoration: none;
}

.description {
	color: #777777;
}

.bread-crumb {
	color: #777777;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
}

.postdate {
	text-align: right;
	padding: 30px 20px 0px 0px;
}

.postmonth {
	color: #ccc;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}

.postyear {
	color: #ccc;
	font-weight: bolder;
	font-size: 22px;
	padding: 0px;
	margin: -2px 0px 0px 0px;
}

.content-format-aside .entry,
.content-format-gallery .entry,
.content-format-link .entry,
.content-format-image .entry,
.content-format-quote .entry,
.content-format-status .entry,
.content-format-video .entry,
.content-format-audio .entry,
.content-format-chat .entry {
	padding: 15px 0px 0px 0px;
}

.content-format-aside .entry {
	padding: 10px 0px 0px 0px;
}

.content-format-link p {
	font-size: 22px;
	padding: 0px 0px 0px 0px;
}

.content-format-link p:before {
	content: 'Link: ';
	margin: 0px;
	font-weight: 600;
}

.content-format-quote blockquote {
	font-size: 22px;
	padding: 20px 10px 20px 90px;
	margin: 0px;
	background: url("images/quotes.png") 10px 10px no-repeat #f3f3f3;
}

.content-format-status p:before {
	content: 'Status: ';
	margin: 0px;
	font-weight: 600;
}

.content-format-status p {
	font-size: 26px;
	margin: 0px;
	line-height: 32px;
}

.content-format-status .entry p {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

.content-format-status .entry img {
	float: left;
	text-align: center;
}

a,
a:visited {
	text-decoration: none;
	color: #9eca3e;
}



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



h1.center_search {
	color: #888 !important;
	text-align: center;
}

thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}


h2,
h3 {
	page-break-after: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

p {
	margin: 0 0 10px;
	font: 300 14px/18px 'Montserrat', sans-serif !important;

}

h5.blog_single_list_title {
	margin-bottom: 0;
	font: 700 14px/18px 'Montserrat', sans-serif !important;
}

.single_blog_info {
	margin-bottom: 22px;
}

h2.sidebar_latest {
	color: #64c6da;
}

h2.sidebar_title {
	color: #9dc12a;
}



small {
	font-size: 85%;
}

strong {
	font-weight: 400;
}

em {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	color: inherit;
	text-rendering: optimizelegibility;
	margin-top: 0;
}

h1,
h2,
h3 {
	line-height: 30px;
}

h1 {
	font-size: 60px;
	line-height: 60px;
}

h2 {
	font-size: 31.5px;
}



h3 {
	font-size: 24.5px;
}


h4 {
	font-size: 17.5px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11.9px;
}

h1 small {
	font-size: 24.5px;
}

h2 small {
	font-size: 17.5px;
}

h3 small {
	font-size: 14px;
}

h4 small {
	font-size: 14px;
}

h1 a {
	text-decoration: none;
}

.headline {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	font-size: 14px;
	color: #222222;
	padding: 0;
	margin: 0 0 10px 25px;
	margin-bottom: 20px;
	margin-top: 20px;
	list-style-type: disc;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 20px;
	margin-top: 20px;
	list-style-type: disc;
}

li {
	line-height: 20px;
}

li.yml_item {
	display: inline-block;
	width: 33.33%;
	padding-right: 20px;
	float: left;
}

dl {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

dt,
dd {
	line-height: 20px;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin: 5px 0px 0px 20px;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

blockquote {
	font-size: 14px;
	line-height: 22px;
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 20px;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 20px 10px 20px 90px;
	background: url("images/quotes.png") 10px 10px no-repeat #f3f3f3;
}

address {
	display: block;
	margin-bottom: 0px;
	font-style: normal;
	line-height: 20px;
}

code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre.prettyprint {
	margin-bottom: 20px;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}

tr,
td {
	border: 1px solid #ccc;
	padding: 5px;
}

th {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}

form {
	margin: 0 0 20px;
}

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

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

#footer div.flex_50.footer_right h3 {
	color: #feffff;
	margin-bottom: 30px;
}

legend small {
	font-size: 15px;
	color: #999999;
}

label,
input,
button,
select,
textarea {

}

input,
button,
select,
textarea {
	
}

label {
	display: block;
	margin-bottom: 5px;
}

select,
textarea,
input[type="text"] {

}

input[type="text"] , input[type="email"]{
	display: inline-block;
	height: 36px;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 8px;
	font-size: 14px;
	line-height: 20px;
	color: gray;
	vertical-align: middle;
	background-color: transparent;
}

textarea {
	height: auto;
	width: 80%;
}

radio,
checkbox {
	min-height: 20px;
	padding-left: 20px;
}

radio input[type="radio"],
checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

textarea,
input[type="text"],
input[type="email"] {
	background-color: transparent;
	border: 2px solid #feffff;
	font: 13px 'Montserrat', sans-serif;
	color: #feffff !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;

}

.footer_submit:hover {
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	background-color: transparent;
	border: 2px solid #feffff;
	color: #feffff;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

select {
	height: 30px;
	line-height: 30px;
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.button {
	color: #fff;
	text-decoration: none;
}

.button,
input[type="submit"] {
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	display: inline-block;
	padding: 10px 40px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #2f2f2e;
	background-color: #fff;
	border: 0px;
	font: 13px 'Montserrat', sans-serif;
		border: 2px solid #feffff;

}

.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
	color: #FFF;
	background-color: #CCC;
	border: 0px;
}

.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.vc_row {
	margin-bottom: 0 !important;

  margin-left: -15px;
  margin-right: 0px !important;

}

li.footer_social_item > a {
	color: #fff !important;
}

a.facebook:hover {
	color: #3b5998 !important;
}

a.twitter:hover {
	color: #55acee !important;
}

a.linked:hover {
	color: #007bb5 !important;
}

a.google:hover {
	color: #dd4b39 !important;
}


#about > .vc_row {
	background-position: 10px 500px !important;
	background-attachment: fixed !important;
}




#top h1  {
	color: #feffff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h1  {
	color: #feffff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}


#award h1  {
	color: #40b28e !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 0;
}

.home_about {
		color: #feffff !important;
	font-family: 'Montserrat', sans-serif;
}

.integrate.home_about {
		color: #000 !important;
	font-family: 'Montserrat', sans-serif;
}


.adidas_text {
		color: #feffff !important;
	font-family: 'Montserrat', sans-serif;
}

.logo {
	width: 300px;
	display: block;
	background: url(http://impressiondesk.com/wp-content/uploads/2018/02/Impression_Desk_logo_white.png) no-repeat;
	height: 131px;
	background-size:100%;
}


.home_header_btn > .vc_btn3-style-custom {
			color: #feffff !important;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #9dc22b !important;
			background-image:none !important;
}

.wwd_btn > .vc_btn3-style-custom {
			color: #feffff !important;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #73c6d9 !important;
			background-image:none !important;
}

.expedia_btn > .vc_btn3-style-custom {
			color: #73c6d9;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #fff !important;
			background-image:none !important;
}

.wwd_btn > .vc_btn3-style-custom:hover {
	background: transparent 0 100% !important;
	border: 2px solid #73c6d9 !important;

	background-image:none !important;
}

.wwu_btn > .vc_btn3-style-custom:hover {
	background: transparent 0 100% !important;
	border: 2px solid #73c6d9 !important;
		color: #fff !important;
	background-image:none !important;
}

.wwu_btn > .vc_btn3-style-custom {

	border: 2px solid #73c6d9 !important;
font: 700 15px 'Montserrat', sans-serif !important;
	background-image:none !important;
}

.integrate_btn.vc_btn3-left button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
	border: 2px solid #9dc635;
}

.safeguard_btn.vc_btn3-left button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
		border: 2px solid #9dc635 !important;
}

.safeguard_btn.vc_btn3-left button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom:hover {
		border: 2px solid #9dc635 !important;
	background-color: transparent !important;
	color: #9dc635 !important;
	background-image:none !important;
}

.opto_btn.vc_btn3-left button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
	border: 2px solid #50b48e !important;
	background-image: none !important;
}

.opto_btn.vc_btn3-left button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom:hover {
	border: 2px solid #50b48e !important;
	color: #50b48e !important;
	background-image: none !important;
	background-color: transparent !important;
}


.integrate_btn.vc_btn3-left button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
	border: 2px solid #73c6d9 !important;
	background-image: none !important;
}

.integrate_btn.vc_btn3-left button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom:hover {
	border: 2px solid #73c6d9 !important;
	background-color: transparent !important;
	background-image:none !important;
	color: #73c6d9 !important;
	
}


.expedia_btn > .vc_btn3-style-custom:hover {
	background: none !important;
	border: 2px solid #fff !important;
	background-image:none !important;
	color: #feffff !important;
}

.send_cv > .vc_btn3-style-custom {
			color: #73c6d9;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #73c6d9 !important;
			background-image:none !important;
}


.send_cv > .vc_btn3-style-custom:hover {
	background: none !important;
	border: 2px solid #73c6d9 !important;
	background-image:none !important;
	color: #feffff !important;
}

.adidas_cs > .vc_btn3-style-custom:hover {
	background: transparent 0 100% !important;
	border: 2px solid #fff !important;
	background-image:none !important;
	color: #feffff !important;
}

.home_header_btn > .vc_btn3-style-custom:hover {
	background: transparent 0 100% !important;
	border: 2px solid #86dc49 !important;
	background-image:none !important;
}

.meet_team > .vc_btn3-style-custom {
			color: #feffff !important;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #40b28e !important;
}

.wwd_plan .vc_btn3-style-custom {
			color: #feffff !important;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #40b28e !important;
}

.home_top_btn.vc_btn3-center {
	border-style: solid;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {

	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
}


.home_top_text div.wpb_wrapper p {
	font: 400 15px 'Montserrat', sans-serif !important;
}

.wwd_plan_btn > .vc_btn3-style-custom:hover {
	background-color: transparent !important;
	border: 2px solid #feffff !important;
	color: #feffff !important;
	background-image:none !important;
}

.wwd_plan_btn > .vc_btn3-style-custom {

	border: 2px solid #feffff !important;
	background-image: none !important;
}



.meet_team > .vc_btn3-style-custom:hover {
			color: #feffff !important;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #40b28e !important; 
	background-color: transparent !important;
	background-image:none !important;
}

.find_out_more > .vc_btn3-style-custom {

	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #000 !important; 
	background-color: transparent !important;
	background-image: none !important;
}

.find_out_more > .vc_btn3-style-custom:hover {

	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #2e2e2d !important; 
	background-color: #2e2e2d !important;
	color: #feffff !important;
	background-image:none !important;
}




.latest_blog_btn > .vc_btn3-style-custom {
			color: #9dc635;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #fff !important;
	background-image: none !important;
}

#load-more {
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #9dc635 !important;
	background-color: transparent !important;
	color: #9dc635 !important;
	background-image:none !important;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

div#content.logos_descripton {
	font: 400 15px 'Montserrat', sans-serif !important;
}

.lates_news_col_no_pad {
	padding-left: 0 !important;
}

div.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1460727931177.vc_row-o-content-middle.vc_row-flex {
	padding-left: 0 !important;	
}

div.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1461835976443.vc_row-o-equal-height.vc_row-o-content-top.vc_row-flex {
	padding-left: 0 !important;	
}

#load-more:hover {
		border: 2px solid #9dc635 !important;
	background-color: #9dc635 !important;
	color: #fff !important;
	background-image:none !important;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.latest_blog_btn > .vc_btn3-style-custom:hover {
			color: #feffff !important;
	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #fff !important; 
	background-color: transparent !important;
	background-image:none !important;
}





.specfic_btn > .vc_btn3-style-custom {

	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #73c6d9 !important; 
		
}

.specfic_btn > .vc_btn3-style-custom:hover {

	text-transform: uppercase;
	font: 700 15px 'Montserrat', sans-serif !important;
		border: 2px solid #73c6d9 !important; 
			background-color: transparent !important;
	color: #73c6d9 !important;
	background-image:none !important;
}

h3 {
	font: 19px 'Montserrat', sans-serif;
	font-weight: 700 !important;
}

.vc_gitem-post-data-source-post_title h3 {
	font-size: 17px;
	font-weight: 700;
}

.vc_gitem-post-data-source-post_excerpt p{
	color: #feffff;
font: 300 12px 'Montserrat', sans-serif !important;

}

.line {
	border-top: 1px solid #feffff;
	margin-top: 40px;
	margin-bottom: 40px;
}

ul.footer_social {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
}

li.footer_social_item {
	display: inline-block;
	color: #feffff;
	font-size: 18px;
	margin-right: 20px;
}

#footer div.flex_50 {
	text-align: left;
}

h3.footer_white {
	color: #feffff;
	font-size: 20px;
	margin-bottom: 0;
}

span.footer_links {
	font: 13px 'Montserrat', sans-serif;
	font-weight: 700;
	color: #feffff;
	padding-top: 20px;
	display: block;
}

span.footer_links.rightbox {
	font: 13px 'Montserrat', sans-serif;
	font-weight: 700;
	color: #feffff;
	padding-top: 60px;
	display: block;
}

.footer_name {
	border: 2px solid #feffff;
	width: 42%;
	display: inline-block;
	float: left;
	margin-right: 0;
}

.footer_surname {
	width: 44%;
	display: inline-block;
	float: left;
	margin-right: 0;
}

.footer_email {
	width: 93%;
}

.blog_btn_1.active {
	font: 14px 'Montserrat', sans-serif;
	background-color: #64c6da;
	text-align: center;
	color: #feffff;
	padding-top: 20px;
	padding-bottom: 18px;
	border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
	position: relative;
}

.blog_btn_1.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #64c6da;
	border-width: 10px;
	margin-left: -10px;
}




.blog_btn_2 {
font: 14px 'Montserrat', sans-serif;
	text-align: center;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #e6e6e5;
	display: block;
}

.blog_btn_2:hover {
font: 14px 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 18px;
	border-right: 1px solid #e6e6e5;
	display: block;
	background-color: #64c6da;
}

.full_bleed_wrap {
	width: 100vw;
	height: 200px;
	background-color: #9dc635;
	display: block;
	position: absolute;
}

.vc_custom_1459350140833 {
	background-color: #9dc635;
	height: 300px !important;
}

div.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1459350435981.vc_row-o-content-top.vc_row-flex {
	 -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;

	padding-bottom: 0 !important;
}

button.blog-search {
	padding-bottom: 20px !important;
	padding-left: 22px !important;
	padding-right: 22px !important;
}



.blog_top_bar_wrap {
	box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	display: block;
	height: 56px;
	margin-bottom: 0;
	top: -35px;
	position: relative;
}

.blog_info h3 a {
	color: #feffff;
	font-size: 20px;
}

 a span.blog_list_excerpt {
	color: #feffff;
}

div.blog_info {
	vertical-align: top;
}



.blog_top_bar_wrap2 {
	box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	display: block;
	height: 56px;
	margin-bottom: 0;
	top: 0px !important;
	position: relative;
}

.blog_top_bar_wrap3 {
	box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	display: block;
	height: 56px;
	margin-bottom: 0;
	top: 0px !important;
	position: relative;
}

::-webkit-input-placeholder {
   color: gray;
}


:-moz-placeholder { /* Firefox 18- */
   color: gray;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: gray;  
}

:-ms-input-placeholder {  
   color: gray;  
}

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
  position: relative;
  min-height: 1px;
 padding-left: 0px !important; 
 padding-right: 0px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#searchsubmit {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.wwd_icons {
	font-size: 80px !important;
	color: #73c6d9;
}

.about_circle {
	color: #f3f3f4;
}

h2 {
		font: 700 35px 'Montserrat', sans-serif !important;
	margin-bottom: 20px;
}

.approach_box  {
	text-align: center;
	font: 400 18px 'Montserrat', sans-serif !important;
}


.approach_box p  {
	text-align: center;
	font: 400 10px/15px 'Montserrat', sans-serif !important;
	padding-left: 20px;
	padding-right: 20px;
}

#theteam h1 {
	color: #73c6d9 !important;
}

#theteam p {
	color: black !important;
	font: 400 10px/21px 'Montserrat', sans-serif;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 40px;
}

#map {
	height: 550px;
	width: 100%;
}

#contact_address h3 {
	font-size: 15px;
}

#contact_address p{
	font: 400 14px/21px 'Montserrat', sans-serif !important;
}

#wwd_integrate h1 {
	color: #64c6da !important;
}

#wwd_safeguard h1 {
	color: #9dc22b !important;
}

#wwd_opto h1 {
	color: #40b28e !important;
}

#map img {
    max-width: none !important;
}

#wwd_intro {
	font: 400 16px/21px 'Montserrat', sans-serif !important;
}

h2.blog_list_title {
	color: #000;
	text-decoration: none !important;
	margin-bottom: 10px;
}
.blog_list_title a {
	color: #000;
	text-decoration: none !important;
}

.blog_list_meta {
	font: 400 12px/21px 'Montserrat', sans-serif;

}

.blog_list_meta_bold {
	font: 700 12px/21px 'Montserrat', sans-serif;
}

span.blog_list_excerpt {
	font: 400 14px/16px 'Montserrat', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

span.res_list_excerpt {
	font: 400 12px/14px 'Montserrat', sans-serif;
	display: block;
}

span.info_but {
	text-transform: uppercase;
	font: 400 14px/21px 'Montserrat', sans-serif;
	color: #64c6da;
}

.blog_list_item_wrap {
	margin-top: 40px;
	margin-bottom: 40px;
			    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
}

.placid-edit {
	display: none;
}

.green {
	background-color: #9dc22b;
}

div#ajax-load-more.ajax-load-more-wrap.green.alm-0 {
	background-color: #feffff !important;
}

.sample-form input[type='text'], button[type='submit'] {
  padding: 20px 20px 18px;
  font-family:"Helvetica", sans-serif;
  font-size:inherit;
  border:0;
	background-color: #eaeae9;
	margin-left: 0;
}

button[type='submit'] {
  background-color: #2f2f2e;
  color:#fff;
  cursor:pointer;
}

input#s {
	color: gray !important;
	background-color: #eaeae9;
	padding-left:1em;
	margin-bottom: 0;
	margin-right: 0;
	display: inline-block;
	float: left;
	border-style: none;
	width: 90%;
	border-left: 1px solid #c4c4c3;
	height: 56px !important;
	 -webkit-appearance: none;
       border-radius: 0;
}

.blog_header_image_wrap {
	height: 320px;
	margin-bottom: 50px;
}

.single_blog_left {
	border-right: 1px solid #eaeaea;
}

h3.seemore {
	font: 700 26px/21px 'Montserrat', sans-serif;
	color: #40b28e;
	margin-top: 20px;
	margin-bottom: 30px;
}

.yml_list_pic {
	display: inline-block;
	width: 70px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

.yml_list_title  {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 5px;
}

a.yml_list_title {
	text-decoration: none;
}

.yml_item a{
	text-decoration: none;
}

.you_may_like {
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;


}

.yml_item {
	display: inline-block;
	width: 33.33%;
	float: left;
	padding-right: 20px;
	    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
}

div.content-format-standard {
	padding-right: 25px;
}

div.single_blog_pad {
	padding-right: 50px;
}

.res_box_top {
	width: 230px;
	height: 250px;
	background-color: #9dc12a;
	display: block;
	float: left;
	text-align: center;
}

.res_box_top:before
    {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.res_box {
		    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
	margin-right: 1%;
}

div.flex_25.res_box {
	width: 24%;
	margin-bottom: 20px;
}

.vc_custom_1461835976443 {
	height: 220px;
}



.res_list_pic_case_study {
	display: inline-block;
    vertical-align: middle;
	width: 90%;
}

.res_list_pic {
	display: inline-block;
    vertical-align: middle;
	width: 100%;
position:absolute;
left: 0px;
top: 0px;
bottom:0px;
box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.4);
	display: block;
	float: left;
}


.res_list_title {
	font-size: 14px !important;
	margin-bottom: 10px;
	margin-top: 10px !important;
	color: #000;
}

.res_list_title > a {

	text-decoration: none !important;
}

.res_box_bottom {
		box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	display: block;
	padding: 10px 20px;
	float: left;
	height: 160px;
}

.white_papers {
	background-color: white;
display: inline-block;
    vertical-align: middle;
	width: 100%;
}

.guides {
	background-color: white;
}

.research {
	background-color: white;
	width: 100%;
}

.webinar {
	background-color: white;
}

.infographics {
	background-color: white;
width: 100%;
}

.web_box_top {
	width: 100%;
	height: 250px;
	background-color: #9dc635;
	display: block;
	float: left;
	text-align: center;
box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -3px 15px -5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px -3px 15px -5px rgba(0,0,0,0.4);
	display: block;
	float: left;
}

.web_list_pic:before
    {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.flex_50.web_box {
	width: 49%;
}



.web_list_pic {
	height: 100%;
	text-align: center;
}



.web_box {
		    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
	margin-right: 1%;
}

#looking {
	padding-top: 100px;
	padding-bottom: 100px;
}

.vc_column-inner {
    padding-top: 0px !important;
	padding-right: 0 !important;
}

.required {
	background-color: #0432ff !important;
}

.cs_list_pic {
	display: inline-block;
	width: 70px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	background-color: #9dc635;
	height: 70px;
	padding: 8px;
}

.cs_list_pic :before
    {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    
    .job_title {
	color: rgb(255, 255, 255);
	text-align: center;
	font: normal 400 12px Montserrat;
}

.no_bot_pad {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

ul.list {
	font: normal 400 14px Montserrat;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: disc;
	margin-left: 30px;
}

ul {
	font: normal 300 14px Montserrat;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: disc;
	margin-left: 30px;
}




.z-active > h2.res_list_title.z-header {
	color: #64c6da !important;
	text-shadow: none !important;
}

.z-active > h2.res_list_title.z-header:hover {
	color: #fff !important;
	text-shadow: none !important;
}

h2.res_list_title.z-header:hover {
	color: #fff !important;
	text-shadow: none !important;
}

span.job_sub {
	font: normal 400 12px Montserrat;
}

.z-section{margin: 0 !important;}

.z-content {

	font: normal 400 14px Montserrat;
	color: #000;
}

.z-header {
	border-top: 2px solid #e3e3e3 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-shadow: none !important;
}


.z-header:hover {
	background-color: #64c6da !important;
	text-shadow: none !important;
}

.z-content ul {
	font: normal 400 14px Montserrat;
	color: #000 ;
}

.z-accordion.vertical>.z-section.z-active>.z-header>.z-arrow,.z-accordion.vertical>.z-section>.z-header:hover>.z-arrow{-webkit-transform:rotate(180deg) !important;
-moz-transform:rotate(180deg) !important;
transform:rotate(180deg) !important;right:14px}

.full-width-test {

 
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
	background-color: #75d5ff;
   position: relative ;
    width: 100vw !important;
 box-sizing: border-box;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

input.hs-input, textarea.hs-input, select.hs-input {
    display: inline-block;
    width: 95%;
    height: 40px;
    padding: 20px;
	margin-right: 10px;
    font-family: 'Montserrat', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: black !important;
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

textarea.hs-input {
	width:100% !important;
	height: 10rem;
}

.hbspt-form label {
	font-family: 'Montserrat', helvetica, arial, sans-serif !important;
    letter-spacing: 0.3px;
	margin-bottom: 10px;
	text-align: left;
}

.hbspt-form form {
    margin: 60px 10% 20px;
}

.hbspt-form .input div {
	padding-left: 0px !important;
}

.hbspt-form .button, input[type="submit"] {
	color: white;
	background-color: #BED740;
	width:20rem;
	text-transform: uppercase;
	margin-top: 2.5rem;
}

.hs_how_did_you_hear_about_us_ {
	margin-top:2.5rem;
}

fieldset.form-columns-2 {
	max-width:100%;
}

fieldset.form-columns-1 {
	max-width:100%;
}

.hs-error-msgs {
	margin-left: 20px;
    margin-top: 5px;
}

.hs-error-msgs li {
	font-size: 12px;
}

.contact_box_wrap {
	padding: 50px 50px 50px 80px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 190px;
	z-index: 1;
	background-color: #feffff;
	text-align: center;
	left: 10%;
	right: 50%;
	height: 75rem;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

@media only screen and (max-width: 767px) {}
.contact_box_wrap {
	height: 85rem;
}


a.footer_link_90 {
	color: #feffff;
	opacity: 1;
		-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a.footer_link_90:hover {
	opacity: 0.9;
		-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#myclient > li{
    position: relative;
    display: inline-block;
    margin-right:10px;
	width: 12.7%;
	height: auto;
}
#myclient > li a{
    border: 1px solid red;
    display: block;
    height: 222px;
    position: relative;
}
#myclient > li img{
    max-height: 100px;
    max-width: 100px;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.myhover{
    background-color: rgba(100,198,218,0.89);
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none;
}

.gambit_mtt.design_gallery.gallery_design_full.gallery_show_on_hover .mtt_item .mtt_info_container > div {
	padding: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.gambit_mtt .mtt_name {
	display: block;
font: normal 700 13px Montserrat !important;
	text-align: center;
}

.gambit_mtt .mtt_position {
	display: block;
font: normal 400 11px Montserrat !important;
	text-align: center;
	opacity: .8;
}

#211576835 {
	background-color: #9437ff !important;
}

.sign_up_header {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}

.blog_newsletter_wrap h2 {
	color: #feffff;
	font-size: 22px !important;
}

#post-39 div.entry h2 {
	margin-top: 50px;
}

.event_list_pic {
	background-color: #9eca3e;
	width: 30%;
	display: inline-block;
	float: left;
box-shadow: 0px -5px 15px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -5px 15px -5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px -5px 15px -5px rgba(0,0,0,0.4);
	display: block;
	float: left;
}

.event_box_bottom {

width: 70%;
	display: inline-block;
	float: left;
	vertical-align: top;
	padding: 10px;
}

.flex_50.event_box {
	width: 49%;
		box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.4);
	margin-right: 9px;
	margin-bottom: 23px;
}

.event_list_pic {
	background-color: #9fce44;
	width: 30%;
}

.event_box_top.events {
	width: 30%;
	display: inline-block;
	float: left;
	height: 141px;
}

ul.home_logos_top {
	list-style-type: none;
}

li.topologo {
	display: inline-block;
	width: 19%;
	margin-bottom: 30px;
	text-align: center;
}

li.topologo img {
	text-align: center;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	width: 160px;
}

img#top-one {
	width: 100px;
}

img#logo_one {
	width: 140px;
	margin-left: 20px;
}

li.topologo img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

img.top_logo_sep {
	margin-bottom: 40px;
}

a.anchor {
    padding-top: 80px;
  margin-top: -80px;
  display: inline-block; /* required for webkit browsers */
}

.outer_footer_wrap.landing {
	background-color: #9dc22b;
	position: relative;
	bottom: 0;
	width: 100%;
}

.top_pad {
	margin-top: 140px;
}

.landing_h1 {
	font-size: 51px;
	line-height: 50px;
}

.landing_form_wrap {
	background-color: #feffff;
	padding: 40px;
	border-top: 10px solid #9dc635;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30%;
}

h1.vc_custom_heading.landing_h1 {
	text-shadow: rgba(0,0,0,0.42) 0 0 10px;
}

div.landing_footer_wrap {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	color: #feffff;
	font-size: 10px;
}

.landing_form_inner p {
	font-size: 11px !important;
	line-height: 12px !important;
}

span.sub_text {
	color: #feffff;
	font: 400 14px 'Montserrat', sans-serif !important;
		text-shadow: rgba(0,0,0,0.42) 0 0 10px;
}

h2.blog_title {
	padding-top: 33px;
}
.page-template-page-resources .res_box_bottom {
    position: relative;
    z-index: 9;
}



/* Mobile Specific */

@media screen and (max-width: 540px) {
    .back_to_resources {
        display: none;
    }
}

@media screen and (max-width: 540px) {
.landing_mobile {
	padding-right: 1% !important;
}
}


.tech-p {
	color: white !important;
	font-size: 18px !important;
	line-height: 20px !important;
}

.postmetadata {
	display:none;
}

#comment-block {
	height: 0px;
}

.policy-boxes {
	border: 2px solid #ededed;
	z-index: 99;
}

.policy-buttons {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.1px;
}

.impdesk_logo {
	width: 300px !important;
	
}

#opt_out_placeholder {
        position: relative;
        top: 15px;
		text-align:center;
    }

.opt_out {
	text-align:center;
	margin: 0 auto;
}

.header_img {
	background-image: url(https://impressiondesk.com/wp-content/uploads/2018/02/person-woman-apple-hotel-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}

.full_width_image {
	background-image: url(https://impressiondesk.com/wp-content/uploads/2018/02/pexels-photo-363766-2.jpeg);
	background-repeat: no-repeat;
	background-size: cover;		
}