<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Site Name: TechnologyAdvice
TechnologyAdvice Development Team: Amanda Thurman | Thomas Vaughn | Stephen Belcher
*/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 &amp; FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  /* margin: 0 auto; */
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 &amp; FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: 600;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

b, strong, .strong {
  font-weight: 600;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
  list-style-position: inside;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins &amp; Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins &amp; Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: Its very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*-------------------
Clearfix
---------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear-both {
  clear: both;
}

.hide {
  display: none !important;
}

/*-------------------
Tools
---------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*-------------------
Media Query Breaks
---------------------*/
/*-------------------
Colors
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
---------------------*/
/* Webinar Lemonade Colors */
/*
Heres a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*-------------------
Typography
---------------------*/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-italic {
  font-style: italic;
}

.bold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

a.gplus-red, a.gplus-red:visited,
a.gplus-red:hover, a.gplus-red:active {
  color: #d94733 !important;
}

a.linkedin-blue, a.linkedin-blue:visited,
a.linkedin-blue:hover, a.linkedin-blue:active {
  color: #4875B4 !important;
}

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*-------------------
Transition
---------------------*/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*-------------------
Border Radius
---------------------*/
/*
USAGE: @include rounded(4px);
*/
/*-------------------
Module Styles
---------------------*/
.module {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 0 25px 0;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 150px;
  border: 1px solid #ccc;
}
.module .module-title {
  margin: 0;
}

.video-title, .careers-title, .follow-title {
  margin: 2em 0 0;
  font-size: 1.5em;
  text-transform: uppercase;
}

/*-------------------
Google Map
---------------------*/
.gmap {
  position: relative;
  margin-top: 1em;
  padding-bottom: 65%;
  height: 400px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------
CSS3 Gradients
Be careful with these since they can
really slow down your CSS. Don't overdo it.
---------------------*/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*-------------------
Box Sizing
---------------------*/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*-------------------
Buttons
---------------------*/
.button, .button:visited {
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
  background: #B3D256;
  padding: 8px 16px;
  color: #4d4d4d;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0px 2px 0px #4d4d4d;
  position: relative;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #4d4d4d;
  box-shadow: 0 1px 0 #4d4d4d;
  top: 1px;
}
.button:active, .button:visited:active {
  color: #4d4d4d;
  box-shadow: 0 0px 0 #4d4d4d;
  top: 2px;
}

.button-close {
  background: transparent;
  color: #4d4d4d;
  font-weight: 700;
  font-size: 30px;
  border: 0;
  float: right;
  outline: none;
}

.button-grey, .button-grey:visited {
  background: #ccc;
  color: #303030;
  line-height: 21px;
}
.button-grey:hover, .button-grey:focus, .button-grey:visited:hover, .button-grey:visited:focus {
  color: #303030;
  background-color: #bfbfbf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#bfbfbf));
  background-image: -webkit-linear-gradient(top, #bfbfbf, #bfbfbf);
  background-image: -moz-linear-gradient(top, #bfbfbf, #bfbfbf);
  background-image: -o-linear-gradient(top, #bfbfbf, #bfbfbf);
  background-image: linear-gradient(to bottom, #bfbfbf, #bfbfbf);
}
.button-grey:active, .button-grey:visited:active {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#9e9e9e));
  background-image: -webkit-linear-gradient(top, #9e9e9e, #9e9e9e);
  background-image: -moz-linear-gradient(top, #9e9e9e, #9e9e9e);
  background-image: -o-linear-gradient(top, #9e9e9e, #9e9e9e);
  background-image: linear-gradient(to bottom, #9e9e9e, #9e9e9e);
}

.orange-btn {
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
  background: #ff853b;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  width: 180px;
  text-align: center;
  font-size: 1.1em;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 2px 0px #4d4d4d;
  position: relative;
}
.orange-btn:hover {
  box-shadow: 0 1px 0 #4d4d4d;
  top: 1px;
}
.orange-btn:active, .orange-btn:visited {
  color: #fff;
  background: #ff853b;
  box-shadow: 0 0px 0 #4d4d4d;
  top: 2px;
}

.blue-button {
  background: #468dbb;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 15px 8px;
  max-width: 110px;
  text-align: center;
  color: #fff;
  font-size: 0.6em;
  box-shadow: 0px 2px 0px #1f4064;
  position: relative;
}
.blue-button:hover {
  outline: 0;
  box-shadow: 0 1px 0 #1f4064;
  top: 1px;
}
.blue-button:active, .blue-button:visited {
  color: #fff;
  box-shadow: 0 0px 0 #1f4064;
  top: 2px;
}

.medium-btn, .medium-btn:visited {
  padding: 8px 0px;
  width: 150px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}

.small-btn, .small-btn:visited {
  padding: 8px 10px;
  font-size: 14px;
  min-width: 80px;
}

#blog-search input[type=submit], .btn-blog-search input[type=submit]:visited {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  background: linear-gradient(top, #ffffff 0%, #ededed 100%);
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #777;
  cursor: pointer;
  font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;
  outline: none;
  padding: 6px 10px 5px;
  text-align: center;
  text-decoration: none;
  line-height: 14px;
}

#blog-search input[type=submit]:hover, #blog-search input[type=submit]:active {
  background: #ededed;
  background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
  background: linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}

/*Page Headings*/
.page-heading {
  margin-top: 0;
  font-weight: 300;
  font-size: 26px;
  padding: 10px 0;
  color: #4d4d4d;
}

.hidden {
  display: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.modal-open {
  overflow: auto;
  overflow-x: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  display: inline;
  margin-left: 10px !important;
  font-weight: 700 !important;
  font-size: 1.1rem;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.img-responsive,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.carousel {
  position: relative;
}

.carousel .item {
  margin: 0 auto;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}

.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}

.carousel-inner &gt; .active {
  left: 0;
}

.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner &gt; .next {
  left: 100%;
}

.carousel-inner &gt; .prev {
  left: -100%;
}

.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}

.carousel-inner &gt; .active.left {
  left: -100%;
}

.carousel-inner &gt; .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-repeat: repeat-x;
}

.carousel-control.right {
  left: auto;
  right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover &gt; .arrow {
  border-width: 11px;
}

.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #aaa;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 14px 20px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #4d4d4d;
  background: #ddd;
}

::selection {
  background: rgba(0, 0, 0, 0.15);
  color: #303030;
}

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

.gmnoprint img {
  max-width: none;
}

hr {
  border-style: solid;
  border: 1px solid #ccc;
  border-color: #ccc;
}

.loginRadiusHorizontalSharing, .loginRadiusVerticalSharing,
.lrsharecontainer, .lrverticalsharecontainer,
div.lrshare_button {
  display: none !important;
}

.social-share-bar {
  margin: 0;
  padding: 0 !important;
}
.social-share-bar li.total-shares {
  display: inline-block;
  color: #418bb9;
  line-height: 1;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-right: 0px;
  text-transform: uppercase;
}
.social-share-bar li.total-shares span.share-text {
  color: #000;
  font-weight: 400;
  display: block;
  margin: 0 0 0 2px;
  font-size: 0.8em;
}

.social-share-bar li {
  list-style: none;
  display: inline-block;
  margin-right: 2px;
  width: auto;
  max-width: 150px;
  vertical-align: top;
}
.social-share-bar li a {
  min-width: 50px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff !important;
  padding: 4px 10px 2px;
  font-size: 18px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.08)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.08));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.08));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.08));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.08));
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-share-bar li a.google-share {
  background-color: #D34836;
  border-color: #9b3022;
}
.social-share-bar li a.google-share:hover, .social-share-bar li a.google-share:focus {
  background-color: #c43d2b;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-share-bar li a.linkedin-share {
  background-color: #007bb6;
  border-color: #00476a;
}
.social-share-bar li a.linkedin-share:hover, .social-share-bar li a.linkedin-share:focus {
  background-color: #006a9d;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-share-bar li a.twitter-share {
  background-color: #00aced;
  border-color: #0074a1;
}
.social-share-bar li a.twitter-share:hover, .social-share-bar li a.twitter-share:focus {
  background-color: #0099d3;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-share-bar li a.facebook-share {
  background-color: #3b5998;
  border-color: #263961;
}
.social-share-bar li a.facebook-share:hover, .social-share-bar li a.facebook-share:focus {
  background-color: #344e86;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-share-bar li a.email-share {
  padding: 3px 10px 3px;
  background-color: #9e9e9e;
  border-color: #787878;
}
.social-share-bar li a.email-share:hover, .social-share-bar li a.email-share:focus {
  background-color: #919191;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fb_iframe_widget span {
  height: 25px !important;
}

.phone-number,
.phone-number a {
  color: #418bb9;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* Front Page */
.home #content {
  margin: 0;
  margin-top: 0px;
}
.home #inner-content {
  padding: 0 15px;
  position: relative;
}
.home .front-page-headline {
  margin-top: 0;
  font-weight: 300;
  font-size: 25px;
  padding: 10px 0;
  background: #B3D256;
  color: #4d4d4d;
}
.home .brandname {
  font-weight: 400;
}
.home #header-section-hero {
  position: relative;
}
.home #hero-section {
  border-bottom: 30px solid #B3D256;
  background: #418bb9;
  position: relative;
}
.home #hero-section h1 {
  color: white;
  text-align: left;
  font-size: 1.6em;
  margin: 20px 0 0 0;
  position: relative;
  z-index: 10;
}
.home #hero-section h3 {
  margin: 1em auto;
  margin-top: .5em;
  font-size: 18px;
  color: #4d4d4d;
}
.home #hero-section .home-blurb {
  text-align: center;
}
.home #hero-section .home-blurb p {
  color: white;
  text-align: justify;
  font-weight: 300;
  font-size: 1.2em;
}
.home #hero-section .home-blurb p br {
  display: none;
}
.home #hero-section .home-blurb .button {
  color: #000;
  font-size: 1.4em;
  padding: 20px 30px;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  border-bottom: 3px solid #4d4d4d;
}
.home #hero-section .home-blurb .button i {
  color: #fff;
}
.home #hero-section img {
  width: 65%;
  margin: 0 auto;
  display: block;
}
.home #hero-section p.vendor-cta {
  color: #fff;
  font-size: 1.2em;
  margin: 16px 0 1em 0;
}
.home .home-section-header {
  font-size: 1.6em;
  margin: 0.8em 0;
  font-weight: 600;
  text-align: left;
}
.home #smart-advisor-tool {
  background: #fff;
  padding: 10px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.home #smart-advisor-tool a {
  font-weight: 600;
  color: #418bb9;
  text-decoration: none;
}
.home #smart-advisor-tool #coming-soon-list {
  margin: 0 auto 12px;
}
.home #smart-advisor-tool ul {
  margin: 0 auto;
}
.home #smart-advisor-tool ul li {
  width: 95%;
  text-align: left;
  font-weight: 400;
  font-size: 1em;
  color: #4d4d4d;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
.home #smart-advisor-tool ul li a {
  padding: 5px 0 5px 5px;
  text-decoration: none;
  display: block;
}
.home #smart-advisor-tool ul li a:hover {
  background: #efefef;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home #smart-advisor-tool ul li a i {
  min-width: 22px;
}
.home #smart-advisor-tool ul li a i.fa-mobile {
  font-size: 1.5em;
  vertical-align: bottom;
  padding-left: 5px;
}
.home #smart-advisor-tool .sa-date {
  font-style: italic;
  color: #9e9e9e;
  margin-left: 3px;
}
.home #smart-advisor-tool .home-section-header {
  font-size: 1.05em;
}
.home #smart-advisor-tool .home-section-header i {
  margin-left: 5px;
}
.home #front-page-recent-reputation {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 50px;
}
.home #front-page-recent-reputation #reputation-reviewed {
  margin: 15px auto;
  max-width: 513px;
  width: 85%;
  float: none;
}
.home #front-page-recent-reputation #reputation-reviewed img {
  display: block;
  margin: 0 auto;
}
.home #front-page-recent-reputation .vr {
  width: 1px;
  background: #acacac;
  height: 230px;
  float: left;
  display: none;
  margin-top: 62px;
}
.home #front-page-recent-reputation #reputation-advised {
  margin: 15px auto;
  float: none;
  max-width: 490px;
  width: 85%;
}
.home #front-page-recent-reputation #reputation-advised img {
  display: block;
  margin: 0 auto;
}
.home #front-page-reputation-saying {
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
}
.home #front-page-reputation-saying .wrap {
  max-width: 950px;
}
.home #front-page-reputation-saying #sidebar-social-links {
  display: none;
}
.home #reputation-quote {
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 14px;
  margin: 2.5em 0 0 0;
  width: 95.5%;
}
.home #reputation-quote blockquote {
  font-size: 1em;
  font-weight: 300;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 15px 20px 20px 30px;
  line-height: 23px;
}
.home #reputation-quote blockquote p {
  margin: 5px 0 0 0;
}
.home #talk-to-expert {
  margin: 0 0 1.5em 0;
}
.home #talk-to-expert h4 {
  font-weight: 400;
  font-size: 1.95em;
  margin: 18px 0;
}
.home #talk-to-expert p {
  margin: 5px 0 0 0;
  font-weight: 600;
  font-size: 0.9em;
}
.home #talk-to-expert p i {
  margin: 0 5px 0 0;
  color: #1f1f1f;
}
.home #talk-to-expert a {
  color: #418bb9;
}
.home #front-page-recent {
  text-align: center;
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
}
.home #front-page-recent .home-section-header {
  margin-bottom: 0;
}
.home #front-page-recent p {
  font-weight: 300;
  font-size: 1em;
  margin: 10px 0;
  line-height: 25px;
  text-align: justify;
}
.home #front-page-recent .button {
  text-align: center;
  width: 200px;
  font-size: 1em;
  padding: 10px 0;
  margin: 10px 0;
}
.home #recent-posts {
  margin-top: 32px;
  margin-bottom: 25px;
}
.home #recent-posts .loop {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
.home #recent-posts .loop h4 {
  margin: 0;
  margin-top: -5px;
  font-size: 1em;
  font-weight: 400;
}
.home #recent-posts .loop a, .home #recent-posts .loop a:visited {
  display: block;
  color: #303030;
  text-decoration: none;
  padding: 3px 0;
}
.home #recent-posts .loop a:hover, .home #recent-posts .loop a:active {
  color: #191919;
}
.home #recent-posts .loop img {
  border: 1px solid #ccc;
  height: 100% !important;
  width: auto !important;
}
.home #recent-posts .loop p {
  font-size: 15px;
  line-height: 17px;
  margin: 0;
}
.home #recent-posts .loop .post-image {
  width: 20%;
  float: left;
  height: 67px;
}
.home #recent-posts .loop .recent-post-content {
  float: right;
  width: 78%;
  margin-left: 2%;
  margin-top: -2px;
}
.home #as-seen-in {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
}
.home #as-seen-in .home-section-header {
  margin: 10px 0;
}
.home #as-seen-in img {
  display: block;
  margin: 0;
  vertical-align: middle;
}
.home #frontpage-faq {
  background: #f0f0f0;
  padding: 15px 0;
  text-align: center;
}
.home #frontpage-faq .home-section-header {
  margin: 10px 0;
}
.home #frontpage-faq .button {
  text-align: center;
  width: 200px;
  font-size: 1em;
  padding: 10px 0;
  margin: 10px 0;
}
.home #frontpage-faq .question {
  text-align: left;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 15px;
}
.home #frontpage-faq .answer {
  text-align: justify;
  font-weight: 300;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 28px;
}

/* Blog */
.blog {
  background: #ffffff;
}
.blog #content {
  margin: 20px 0 30px;
}

.archive {
  background: #ffffff;
}
.archive .archive-title {
  margin-top: 0;
}

/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* Search */
.search #content {
  margin-top: 20px;
}

.search-results {
  background: #ffffff;
}

/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 */
.error404 #content {
  margin-top: 0px;
  background: #fff;
}
.error404 .header-image {
  width: 100%;
}
.error404 .header-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.error404 .wrap {
  max-width: 1041px;
  padding: 0;
}
.error404 section {
  margin: 1rem 0 2rem;
  padding: 0 15px;
}
.error404 h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px 0;
}
.error404 #find-software h4 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.3rem;
}
.error404 #find-software p {
  font-weight: 300;
  font-size: 20px;
  margin-top: 0;
  line-height: 1.4;
}
.error404 #find-software br {
  display: none;
}
.error404 #find-software strong {
  font-weight: 600;
}
.error404 #find-software .button {
  width: 293px;
  text-align: center;
  text-transform: none;
  font-size: 23px;
  font-weight: 400;
  padding: 16px 0;
  margin: 16px 0 44px;
  display: block;
}
.error404 #recent-posts {
  margin: 1rem auto;
}
.error404 #recent-posts a {
  text-decoration: none;
  display: block;
  margin-bottom: 18px;
}
.error404 #recent-posts img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
}
.error404 #recent-posts h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1;
}
.error404 #recent-posts p {
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0 0;
}

/* Single */
.single-post {
  background: #ffffff;
}
.single-post .wrap {
  max-width: 1140px;
}
.single-post article a:link, .single-post article a:visited {
  color: #418bb9;
}
.single-post pre {
  margin: 0;
  padding: 0 20px !important;
  border: none !important;
}
.single-post textarea {
  width: 100%;
  height: 300px;
  font-size: 12px;
  color: #303030;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  resize: vertical;
}
.single-post .authorsure-author-box h4,
.single-post #content .authorsure-author-box h4 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  clear: none;
  background: #bcd1ec;
}
.single-post .authorsure-author-box {
  background: #fff;
  overflow: hidden;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  display: none;
}
.single-post #authorsure-author-profile img.avatar,
.single-post .authorsure-author-box img.avatar {
  float: left;
  border: 1px solid #A9A9A9;
  margin: 0 10px 0 0;
  padding: 4px;
  position: relative;
  background: #A9A9A9;
}
.single-post section.entry-content ul, .single-post section.entry-content ol {
  padding: 0 30px;
}
.single-post #mailchimp-post {
  float: left;
  margin-bottom: 60px;
  width: 100%;
}
.single-post #mailchimp-post h4 {
  font-weight: 400;
  font-size: 24px;
  border-top: 3px solid #aaa;
  padding-top: 13px;
  margin-bottom: 0;
}
.single-post #mailchimp-post p {
  margin-top: 0;
  line-height: 1em;
  font-size: 18px;
}
.single-post #mailchimp-post label {
  display: none;
}
.single-post #mailchimp-post input {
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px;
  width: 200px;
  margin: 5px 8px 0 0;
  display: inline-block;
  float: left;
  background: #fff;
}
.single-post #mailchimp-post input[type="submit"] {
  max-width: 200px;
  font-size: 16px !important;
  border: 0;
  padding: 6px 16px;
  background: #B3D256;
}
.single-post #mailchimp-post .gform_wrapper, .single-post #mailchimp-post .gform_wrapper .gform_heading {
  margin-top: 0;
  line-height: 1;
}
.single-post #mailchimp-post .gform_description {
  font-size: 18px;
  font-weight: 400 !important;
}
.single-post #mailchimp-post .gform_wrapper ul li.gfield {
  clear: none;
}
.single-post #mailchimp-post .gform_wrapper .gform_footer {
  clear: none;
  margin: 0;
  padding: 0;
}
.single-post #mailchimp-post .ginput_container {
  margin: 11px 0 0 -30px;
}
.single-post #mailchimp-post .validation_message {
  display: none;
}
.single-post #mailchimp-post .validation_error {
  color: red;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.single-post .blog-download-form {
  background-color: #4d4d4d;
  padding: 25px;
  margin: 1em 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.single-post .blog-download-form img {
  margin: 0 auto 10px;
  display: block;
  max-width: 160px;
}
.single-post .blog-download-form h4 {
  font-size: 1.5em;
  margin: 5px 0;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.single-post .blog-download-form .free-download {
  text-transform: uppercase;
  color: #B3D256;
}
.single-post .blog-download-form p {
  color: #ccc;
  font-weight: 400;
  line-height: 1.2;
  margin: 5px 0;
  text-align: center;
}
.single-post .blog-download-form a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 400;
  display: block;
  font-size: 1.3em;
  width: 100%;
  margin: 15px auto 0;
  max-width: 240px;
  padding: 10px;
}

.single {
  /* Featured Image */
}
.single .entry-title.single-title {
  margin: 0 0 .4em 0;
  font-size: 1.5em;
  line-height: 1em;
}
.single .single-featured-image img {
  width: 700px;
  max-width: 100%;
  margin-bottom: 12px;
}

.single-post .magic-action-box {
  margin: 50px auto 50px !important;
}
.single-post .magic-action-box #gforms_confirmation_message {
  min-height: 235px;
  margin: 10px 10px 15px 35px;
  font-size: 19px;
  color: #448dbc;
  font-weight: 600;
}

.single-careers #content {
  height: 800px;
}

/* Product Post Type */
.single-products {
  /* Ratings styles */
  /* Reviews Plugin */
  /* Reviews Plugin */
}
.single-products hr {
  border: none;
  border-top: 1px solid #ccc;
}
.single-products header.header {
  position: relative;
}
.single-products .product-sidebar {
  display: none;
}
.single-products header.pp-variant-sticky-header.sticky {
  background: #f0f0f0;
  padding: 1em 0;
  border-bottom: 1px solid #d7d7d7;
  height: 70px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  -moz-box-shadow: 1px 1px 10px #ccc;
  box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.5);
}
.single-products header.pp-variant-sticky-header.sticky .product-wrap {
  position: absolute;
  bottom: 1em;
  width: 100%;
}
.single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap .blue-button {
  margin: 0 15px 0 0;
}
.single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone {
  display: none;
}
.single-products header.pp-variant-sticky-header.sticky .product-image {
  width: 12.5%;
}
.single-products div#reviews_stars {
  text-align: center;
  margin: 5px 0;
}
.single-products .ratings_left {
  width: 35%;
}
.single-products .ratings_right {
  width: 60%;
  float: right;
}
.single-products #reviews_wrapper .reviews_left {
  width: 13%;
}
.single-products #reviews_wrapper .reviews_left img {
  float: left;
}
.single-products #reviews_wrapper .reviews_right {
  width: 78%;
}
.single-products #reviews_wrapper .reviews_right input[type="submit"] {
  width: 45%;
  position: relative;
  box-shadow: 0px 2px 0px #4d4d4d;
}
.single-products #reviews_wrapper .reviews_right input[type="submit"]:active, .single-products #reviews_wrapper .reviews_right input[type="submit"]:visited {
  box-shadow: 0 0px 0 #4d4d4d;
  top: 2px;
}
.single-products #reviews_wrapper .reviews_right input[type="submit"]:hover {
  box-shadow: 0 1px 0 #4d4d4d;
  top: 1px;
  background: #B3D256;
}
.single-products .reviews-share-container {
  margin: -50px 0 40px 0;
  float: right;
  width: 78%;
  margin-bottom: 12px;
  position: relative;
}
.single-products .reviews-share-container p {
  text-transform: none;
  font-weight: 400;
  margin: 10px 0 12px 0;
}
.single-products .reviews-share-container a {
  max-width: none;
  width: auto;
  display: inline-block;
  padding: 6px 8px;
  font-size: 14px;
  text-decoration: none;
}
.single-products .reviews-share-container a:hover {
  color: #fff;
}
.single-products .reviews-share-container .sharebox {
  padding: 10px;
  width: 230px;
  position: absolute;
  border-radius: 8px;
  top: -130px;
  left: 35px;
  background: #fff;
  height: 175px;
  border: 1px solid #ccc;
  z-index: 99;
}
.single-products .reviews-share-container .sharebox span {
  display: block;
  margin-bottom: 12px;
}
.single-products .reviews-share-container .sharebox .email-btn a {
  padding-left: 0px;
}
.single-products .reviews-share-container .sharebox .social-share-bar li {
  display: inline-block;
  margin: 3px;
}
.single-products .reviews-share-container .sharebox .social-share-bar li a {
  width: 88px;
}
.single-products hr {
  border-top: 1px solid #ccc;
}
.single-products #breadcrumbs-wrap {
  width: 100%;
  background: #f0f0f0;
  text-align: left;
  float: left;
  font-size: 12px;
  display: none;
  padding: 0 20px 1em;
}
.single-products #breadcrumbs-wrap span {
  margin: 0 0.5em;
  font-weight: 300;
}
.single-products #breadcrumbs-wrap span a {
  color: #418bb9;
}
.single-products #breadcrumbs-wrap #breadcrumbs {
  max-width: 1140px;
  margin: 1em auto 0;
}
.single-products #breadcrumbs-wrap span.first {
  margin-left: 0;
}
.single-products .product-header-wrap {
  padding: 0 20px;
}
.single-products .product-header {
  width: 100% !important;
}
.single-products .product-header.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #f0f0f0;
  width: 100% !important;
  padding: 0 20px;
}
.single-products .product-header.sticky .product-image, .single-products .product-header.sticky .product-title {
  display: none;
}
.single-products #inner-content.sticky {
  margin-top: 125px;
}
.single-products #inner-content.sticky #breadcrumbs-wrap {
  display: none;
}
.single-products #content {
  margin-top: 0;
  text-align: justify;
  background: #fff;
}
.single-products #content header {
  margin: 0 auto;
  padding: 0 0 1em 0;
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
}
.single-products #product-meta {
  background: #fff;
  width: 100%;
  margin-top: 34px;
}
.single-products .product-main h4 {
  font-size: 20px;
  margin: 10px 0 0 0;
  font-weight: 600;
}
.single-products .product-main ol, .single-products .product-main ul {
  padding: 0 30px;
}
.single-products .product-main hr {
  border: none;
  border-top: 1px solid #ccc;
}
.single-products #about-product-header h4 {
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 1;
}
.single-products #about-product-header .update-time {
  font-size: 0.85em;
}
.single-products .product-image img {
  width: 40%;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 0 auto;
  display: block;
  margin-top: 12px;
}
.single-products #product-info-bar .vendor-approved-image {
  display: none;
}
.single-products #product-info-bar .vendor-approved {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 60%;
  max-width: 219px;
}
.single-products #product-info-bar .product-title {
  margin: .1em auto 0px;
  padding: 0;
  font-weight: 500;
  text-align: center;
  color: #303030;
}
.single-products #product-info-bar #product-menu-options {
  margin-top: 0;
}
.single-products #product-info-bar #product-menu-options a {
  margin: 0;
}
.single-products #product-info-bar #product-menu-options .product-button-wrap {
  margin-top: .75em;
  text-align: center;
}
.single-products #product-info-bar #product-menu-options .product-button-wrap a {
  text-decoration: none;
}
.single-products #product-info-bar #product-menu-options .product-button-wrap a:hover {
  color: #fff;
}
.single-products #product-info-bar #product-menu-options .product-button-wrap a:active, .single-products #product-info-bar #product-menu-options .product-button-wrap a:visited {
  color: #fff;
}
.single-products #product-info-bar #product-menu-options .product-button-wrap a.click-to-call:hover {
  color: #418bb9;
}
.single-products #product-info-bar #product-menu-options .product-button-wrap button {
  padding: 8px 10px;
  line-height: 1.5;
}
.single-products #product-info-bar #product-menu-options .button {
  width: 38%;
  padding: 10px 0;
  font-size: 16px;
  margin: 0 15px 0 0;
}
.single-products #product-info-bar #product-menu-options .blue-button {
  display: inline-block;
  margin-right: 0px;
}
.single-products #product-info-bar #product-suggestions {
  margin: 20px 0;
  display: none;
}
.single-products #product-info-bar #product-suggestions p {
  text-align: left;
  margin: 0;
  color: #757575;
  font-weight: 500;
  margin-bottom: -10px;
}
.single-products #product-info-bar #product-suggestions p.phone {
  color: #3d3d3d;
  font-size: 1.7em;
  font-weight: 600;
}
.single-products #product-info-bar #product-suggestions a {
  color: #317195;
}
.single-products #product-info-bar hr {
  margin: 5px 0;
  border-top: 1px solid #ccc;
}
.single-products #product-info-bar .reviews {
  display: none;
}
.single-products #product-info-bar #reviews_stars {
  display: block;
  float: left;
}
@media screen and (max-width: 320px) {
  .single-products #product-info-bar #reviews_stars {
    position: relative;
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}
.single-products #product-info-bar #reviews_stars span {
  text-transform: lowercase;
  display: inline-block;
  font-size: 1.1em;
  padding: 0 5px;
  position: relative;
  top: -4px;
}
.single-products .product-get-answers {
  padding: 20px 0;
}
.single-products .product-get-answers h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
  line-height: 1;
}
.single-products .product-get-answers a {
  font-size: 41px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fc7c12;
  font-weight: 600;
}
.single-products .product-quick-facts dt {
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}
.single-products .product-quick-facts dt.product_industry_specialties {
  margin-top: 15px;
}
.single-products .product-quick-facts dt.product_industry_specialties:before, .single-products .product-quick-facts dt.product_pricing:before, .single-products .product-quick-facts dt.product_best_for:before {
  font-family: "FontAwesome";
  color: #4d4d4d;
  display: inline-block;
  margin-right: 20px;
  width: 12px;
}
.single-products .product-quick-facts dt.product_industry_specialties:before {
  content: "\f1ad";
  font-size: 22px;
  margin-top: -2px;
  vertical-align: middle;
}
.single-products .product-quick-facts dt.product_pricing:before {
  content: "\f155";
  font-size: 19px;
  font-weight: 400;
  margin-left: 4px;
  margin-right: 16px;
}
.single-products .product-quick-facts dt.product_best_for:before {
  content: "\f109";
  font-size: 21px;
  vertical-align: middle;
  margin-top: -1px;
}
.single-products .product-quick-facts dd {
  margin-left: 32px;
  margin-bottom: 10px;
  margin-top: -8px;
}
.single-products #product-attributes .attContainer {
  margin-bottom: 25px;
}
.single-products #product-attributes .attContainer h4 {
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 1;
}
.single-products #product-attributes .product-terms ul {
  margin: 0;
  padding: 0;
}
.single-products #product-attributes .product-terms ul li {
  color: #317195;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  list-style: none;
  font-size: .9em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.single-products #product-attributes .product-terms ul li i {
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.single-products #product-attributes .product-terms ul li a {
  text-decoration: none;
  color: #317195;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
.single-products #product-attributes .product-terms ul li a:hover {
  background: #efefef;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.single-products #product-attributes .product-terms ul li a:hover i {
  margin-left: 10px;
}
.single-products #product-attributes .product-terms ul li span {
  position: relative;
  display: block;
  padding: 10px 0;
}
.single-products #product-attributes a.view-more-terms {
  line-height: 1;
  color: #317195;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
}
.single-products #product-reviews {
  margin: 25px 0 1.5em 0;
  /* Login Radius */
}
.single-products #product-reviews input::-moz-placeholder,
.single-products #product-reviews textarea::-moz-placeholder,
.single-products #product-reviews textarea::-webkit-input-placeholder,
.single-products #product-reviews input::-webkit-input-placeholder {
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
}
.single-products #product-reviews img.review-cta {
  margin: 1.5em 0 0 0;
}
.single-products #product-reviews .login-radius-social-products div {
  margin: 1rem auto;
  text-align: center;
  background: #f0f0f0;
  padding: 1px 0 5px;
}
.single-products #product-reviews .login-radius-social-products div label {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.single-products #product-reviews .login-radius-social-products div .lr-secured-linkboxtext {
  margin: 0 auto;
}
.single-products #product-reviews .login-radius-social-products div .interfacecontainerdiv {
  margin: 0;
}
.single-products #product-comparison-link h4 {
  margin: 10px 0 0 0;
  font-weight: 600;
  line-height: 1.2;
}
.single-products #product-comparison-link p {
  margin: 0 0 0 5px;
  color: #418bb9;
}
.single-products #product-comparison-link a {
  color: #418bb9;
}
.single-products #product-screenshots .product-screenshot {
  margin: 0 1%;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
}
.single-products #product-screenshots .screenshot-wrap img {
  cursor: pointer;
  padding: 5px;
  max-height: 200px;
}
.single-products #product-screenshots .screenshot-wrap img:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #317195;
}
.single-products #product-screenshots .screenshot-thumbs,
.single-products #product-screenshots .screenshot-thumbs-mobile {
  display: block;
  margin: 0 auto;
}
.single-products #product-screenshots .screenshot-thumbs img,
.single-products #product-screenshots .screenshot-thumbs-mobile img {
  width: 55px;
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
}
.single-products #product-screenshots .screenshot-thumbs img:hover,
.single-products #product-screenshots .screenshot-thumbs-mobile img:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #317195;
}
.single-products #product-screenshots .screenshot-thumbs .selected,
.single-products #product-screenshots .screenshot-thumbs-mobile .selected {
  opacity: 1;
  background: #317195;
}
.single-products .modal#loginRadiusModal {
  padding-top: 25%;
}
.single-products header.review-view {
  display: none;
}
.single-products #customer-reviews {
  padding: 0 0 20px;
}
.single-products #customer-reviews h4.events-section-header {
  font-size: 1.8em;
  margin: 0 0 0.5em;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}
.single-products #customer-reviews h4.reviews_display_title {
  font-weight: 600;
  margin: -5px 0 5px 0;
}
.single-products #customer-reviews h4.customer-reviews-header {
  display: none;
}
.single-products #customer-reviews h4.customer-reviews-header.mobile {
  display: block;
}
.single-products #customer-reviews .reviews_display_label {
  font-weight: 600;
  font-size: 18px;
}
.single-products #customer-reviews .reviews_display_label p {
  margin-bottom: 0px;
}
.single-products #customer-reviews img.tapr-reviews-stars {
  width: 20px;
  height: auto;
  margin: 0;
}
.single-products #customer-reviews img.avatar {
  margin: 0;
}
.single-products #customer-reviews .reviews_display_text {
  font-weight: 400;
  font-size: 18px;
}
.single-products #customer-reviews .reviews_display_text p {
  margin-top: 0;
}
.single-products #customer-reviews .tapr_reviews_display_author_date {
  position: relative;
  top: -1px;
  font-size: 16px;
}
.single-products #customer-reviews p.ta_reviews_display_author_date {
  margin: 5px 0;
  line-height: 1;
}
.single-products #customer-reviews #reviews_display_wrapper {
  margin: 20px 0 0 0;
}
.single-products #customer-reviews .tapr_reviews_display_bottom {
  width: 100%;
}
.single-products #customer-reviews .review-intro-info {
  padding: 15px 0;
}
.single-products #customer-reviews .review-intro-info .write-review-cta {
  padding: 30px 20px 28px;
  background-color: #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.single-products #customer-reviews .review-intro-info .write-review-cta p, .single-products #customer-reviews .review-intro-info .write-review-cta h4 {
  color: #1f1f1f;
  margin-top: 0;
}
.single-products #customer-reviews .review-intro-info .write-review-cta h4 {
  font-size: 18px;
}
.single-products #customer-reviews .review-intro-info .write-review-cta p {
  font-size: 14px;
  margin: 8px 0 12px;
}
.single-products #customer-reviews .review-intro-info .write-review-cta .blue-button {
  margin: 0 auto;
  padding: 8px 20px;
  display: block;
  width: 100%;
  line-height: 1;
  min-width: 180px;
  font-size: 20px;
  text-decoration: none;
}
.single-products #customer-reviews .review-intro-info .write-review-cta .blue-button:hover {
  color: #fff;
}
.single-products #customer-reviews .review-intro-info .stars-and-bars {
  display: none;
}
.single-products #customer-reviews .review-intro-info .stars-and-bars p {
  font-weight: 600;
  color: #1f1f1f;
  margin: 0 0 8px;
}
.single-products #customer-reviews .review-intro-info .stars-and-bars img.tapr-reviews-stars {
  width: 25px;
}
.single-products #customer-reviews .review-intro-info .stars-and-bars span {
  position: relative;
  top: -5px;
  padding-left: 3px;
}
.single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container {
  display: none;
}
.single-products #customer-reviews .review-intro-info .review-to-give-cta {
  margin: 10px 0;
}
.single-products #customer-reviews .review-intro-info .review-to-give-cta h4 {
  margin: 0;
  color: #418bb9;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}
.single-products #customer-reviews .review-intro-info .review-to-give-cta p {
  margin: 0 0 5px;
  color: #1f1f1f;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
.single-products #customer-reviews .reviews_display_label.likelihood p {
  margin-bottom: 12px;
}
.single-products #customer-reviews .review-cta {
  width: 100%;
  text-align: center;
}
.single-products #customer-reviews .review-cta .text-container {
  text-align: center;
}
.single-products #customer-reviews .review-cta .text-container p {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}
.single-products #customer-reviews .review-cta .small-btn {
  min-width: 180px;
  margin: 5px auto 15px;
  padding: 8px 20px;
  line-height: 1;
}
.single-products #customer-reviews .tapr_reviews_display_wrapper h4.reviews_display_title {
  text-align: left;
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 15px;
}
.single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_review_title img.avatar {
  float: left;
  width: 30%;
}
.single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_review_title #reviews_stars_main {
  float: right;
  width: 65%;
}
.single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_review_title #reviews_stars_main p.user-company-name {
  font-size: 16px;
}
.single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_review_title #reviews_stars_main p.user-company-name.user-name {
  font-size: 18px;
}
.single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_review_title #reviews_stars_main .tapr_reviews_display_author_date {
  padding: 0;
  font-size: 13px;
  text-align: left;
}
.single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_bottom_right p {
  text-align: left;
}
.single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_bottom_right .reviews_display_text p {
  font-size: 16px;
}
.single-products #cat-dropdown {
  max-width: 250px;
  margin-left: 2%;
  float: right;
  font-size: 13px;
}
.single-products #cat-dropdown ul {
  list-style: none;
  float: right;
  z-index: 5;
  position: relative;
}
.single-products #cat-dropdown ul li a {
  text-decoration: none;
  display: block;
  font-weight: 300;
}
.single-products #cat-dropdown ul li ul {
  display: none;
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0);
  list-style: none;
  position: absolute;
}
.single-products #cat-dropdown ul li ul li {
  width: 160px;
  padding: 5px 8px;
  float: none;
  z-index: 20;
  background: #ccc;
  text-align: left;
}
.single-products #cat-dropdown ul li ul li:hover {
  background: #b5b5b5;
}
.single-products #cat-dropdown ul li ul li a {
  display: block;
}
.single-products #product-author-meta {
  display: none;
}
.single-products #product-author-meta .author-img {
  width: 89px;
  float: right;
}
.single-products #product-author-meta .author-info {
  float: left;
  margin-right: 5px;
  text-align: left;
}
.single-products #product-author-meta img {
  padding: 3px;
  border: 1px solid #9e9e9e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  width: 100%;
}
.single-products #product-author-meta ul {
  list-style: none;
  margin: 0;
}
.single-products #product-author-meta ul li {
  display: inline;
}
.single-products #product-author-meta ul li a,
.single-products #product-author-meta ul li a:visited {
  display: inline-block;
  margin: 3px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  width: 27px;
  text-align: center;
  padding: 3px;
}
.single-products #product-author-meta ul li a.twitter {
  background: #00aced;
}
.single-products #product-author-meta ul li a.twitter:hover {
  background: #008bbf;
  color: #fff;
}
.single-products #product-author-meta ul li a.linkedin {
  background: #4875B4;
}
.single-products #product-author-meta ul li a.linkedin:hover {
  background: #3b6093;
  color: #fff;
}
.single-products #product-author-meta ul li a.gplus {
  background: #d94733;
}
.single-products #product-author-meta ul li a.gplus:hover {
  background: #bb3523;
  color: #fff;
}
.single-products #product-author-meta ul li a.email {
  background: #ffa800;
  color: #fff;
}
.single-products #product-author-meta ul li a.email:hover {
  background: #d18a00;
  color: #fff;
}
.single-products #product-author-meta p, .single-products #product-author-meta h4 {
  font-size: 1em;
  display: block;
  vertical-align: text-top;
  line-height: 1;
  margin: 0 0 3px 0;
  font-weight: 300;
}
.single-products #product-author-meta p.author-link a {
  color: #418bb9;
}
.single-products #product-author-meta p.author-link a:hover {
  color: #357197;
}
.single-products #product-author-meta h4 {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 8px;
}
.single-products #product-vendor p {
  width: 75%;
  margin: 0 auto 15px;
  font-size: 1.2em;
  font-weight: 300;
}
.single-products #product-vendor .button {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.single-products #screenshotsModal .modal-header {
  padding: 10px;
}
.single-products #screenshotsModal .modal-header .close {
  margin-top: -10px;
  height: 28px;
}
.single-products #screenshotsModal a {
  color: #fff;
}
.single-products #screenshotsModal i {
  font-size: 1.5em;
  margin-top: 65px;
  color: #fff;
}
.single-products .modal .modal-content {
  border-radius: 15px;
}
.single-products .modal .modal-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #f0f0f0;
  padding: 0px 5px;
}
.single-products .modal .modal-header .button-close {
  color: #4d4d4d;
}
.single-products .modal .modal-body {
  padding: 14px;
  background: #fff;
  margin-bottom: 20px;
}
.single-products .modal .modal-body .modal-headline {
  font-size: 500;
}
.single-products .modal .modal-footer {
  margin-top: 0;
  background: #f0f0f0;
  padding: 20px 35px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.single-products .modal .modal-footer p {
  text-align: left;
  font-size: 10px;
}
.single-products .modal .modal-dialog {
  width: 300px;
  margin: 0 auto;
}
.single-products .modal h4 {
  margin: 0;
  font-size: 0.9em;
  line-height: 1em;
  margin-bottom: 5px;
}
.single-products .modal p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
}
.single-products .modal h4.phone,
.single-products .modal h4.phone a,
.single-products .modal h4.phone-number,
.single-products .modal h4.phone-number a {
  color: #418bb9;
  font-weight: 600;
  position: relative;
  float: none;
  font-size: 17px;
  display: block;
  text-align: center;
}
.single-products .modal p.call-us {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}
.single-products .modal span.modal-product-title {
  color: #418bb9;
}
.single-products .modal span.free-estimate {
  color: #418bb9;
  text-transform: uppercase;
}
.single-products .modal #modal-product-logo {
  width: 100%;
  float: none;
  margin: 10px 0;
}
.single-products .modal #modal-product-logo img {
  width: 50%;
  padding: 5px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
}
.single-products #freeDemoModal .close,
.single-products #suggestionModal .close,
.single-products #requestQuoteModal .close {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 30px;
  outline: none;
  border: 0;
  float: right;
  background-color: transparent;
  padding: 2px 6px 3px;
  margin-top: 3px;
}
.single-products #freeDemoModal .call-container,
.single-products #suggestionModal .call-container,
.single-products #requestQuoteModal .call-container {
  max-width: 100%;
  width: 100%;
  height: 15px;
  padding: 0;
  display: block;
}
.single-products #freeDemoModal .call-container li,
.single-products #suggestionModal .call-container li,
.single-products #requestQuoteModal .call-container li {
  list-style: none;
}
.single-products #freeDemoModal input,
.single-products #freeDemoModal textarea,
.single-products #suggestionModal input,
.single-products #suggestionModal textarea,
.single-products #requestQuoteModal input,
.single-products #requestQuoteModal textarea {
  width: 100%;
  font-size: 14px;
  padding: 5px;
  background: #fff;
  border: 1px solid #418bb9;
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.single-products #freeDemoModal input#phone,
.single-products #suggestionModal input#phone,
.single-products #requestQuoteModal input#phone {
  padding-left: 42px;
}
.single-products #freeDemoModal #valid-msg,
.single-products #suggestionModal #valid-msg,
.single-products #requestQuoteModal #valid-msg {
  font-size: 15px;
  color: #1fa67a;
  text-align: left;
  margin-top: -6px;
}
.single-products #freeDemoModal #error-msg,
.single-products #suggestionModal #error-msg,
.single-products #requestQuoteModal #error-msg {
  font-size: 15px;
  color: #F12920;
  text-align: left;
  margin-top: -6px;
}
.single-products #freeDemoModal input[type=submit],
.single-products #suggestionModal input[type=submit],
.single-products #requestQuoteModal input[type=submit] {
  text-transform: none;
  background: #418bb9;
  border: 0;
  border-bottom: 2px solid #1f4064;
  border-radius: 4px;
  display: block;
  padding: 5px;
  width: 80%;
  max-width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 auto;
}
.single-products #freeDemoModal .form_body &gt; div input[type=checkbox],
.single-products #suggestionModal .form_body &gt; div input[type=checkbox],
.single-products #requestQuoteModal .form_body &gt; div input[type=checkbox] {
  float: right !important;
  display: inline-block;
  width: auto;
}
.single-products #freeDemoModal .form_body &gt; div label,
.single-products #suggestionModal .form_body &gt; div label,
.single-products #requestQuoteModal .form_body &gt; div label {
  font-size: 11px;
  line-height: 1;
  float: right;
  margin: 0px 8px 4px 0;
}
.single-products #freeDemoModal .popover,
.single-products #suggestionModal .popover,
.single-products #requestQuoteModal .popover {
  background: #c20000;
  color: white;
}
.single-products #freeDemoModal .popover.top .arrow:after,
.single-products #suggestionModal .popover.top .arrow:after,
.single-products #requestQuoteModal .popover.top .arrow:after {
  border-top-color: #c20000;
}
.single-products #freeDemoModal .company-name,
.single-products #suggestionModal .company-name,
.single-products #requestQuoteModal .company-name {
  color: #418bb9;
}
.single-products #product-screenshots .screenshot-thumbs-variant {
  display: block;
  margin: 15px auto 0;
}
.single-products #product-screenshots .screenshot-thumbs-variant .variant-video-thumbnail {
  background: url(../images/default-video-icon.jpg) no-repeat;
  background-size: contain;
  background-color: #fff;
  display: inline-block;
  padding: 5px;
}
.single-products #product-screenshots {
  display: none;
}
.single-products .review-wrap h4#review-title {
  display: none;
  font-size: 1.5em;
  margin: 0 0 20px;
}
.single-products .review-wrap .likelihood {
  position: relative;
  padding-top: 25px;
}
.single-products .review-wrap .likelihood span.left {
  position: absolute;
  left: 0;
  top: 0;
}
.single-products .review-wrap .likelihood span.right {
  position: absolute;
  right: 0;
  top: 0;
}
.single-products .review-wrap .likelihood span.middle {
  position: absolute;
  left: 42%;
  top: 0;
}
.single-products .review-wrap .likelihood .likelihood-bar {
  width: 100%;
  height: 5px;
  background: #f0f0f0;
}
.single-products .review-wrap #reviews_wrapper input[type="submit"] {
  position: relative;
  box-shadow: 0px 2px 0px #1f4064;
}
.single-products .review-wrap #reviews_wrapper input[type="submit"]:hover {
  outline: 0;
  box-shadow: 0 1px 0 #1f4064;
  top: 1px;
}
.single-products .review-wrap #reviews_wrapper input[type="submit"]:focus {
  outline: none;
  box-shadow: 0px 0px 0px #1f4064;
  position: relative;
  top: 2px;
}
.single-products .review-wrap #reviews_wrapper span.remaining-char {
  float: right;
  font-weight: 300;
  font-size: 14px;
}
.single-products .review-wrap #reviews_wrapper .in-the-red {
  color: #E94221;
}
.single-products #main.review .product-sidebar #review-strength {
  border: 3px solid #ccc;
  border-top: 14px solid #ccc;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  padding: 15px;
  max-width: 285px;
}
.single-products #main.review .product-sidebar #review-strength h6 {
  margin: 0 0 12px 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.single-products #main.review .product-sidebar #review-strength p {
  font-weight: 300;
  line-height: 1.2;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.single-products #main.review .product-sidebar #review-strength p.label {
  font-size: 14px;
  color: #949494;
}
.single-products #main.review .product-sidebar #review-strength .review-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #ccc;
  width: 100%;
  height: 30px;
  position: relative;
}
.single-products #main.review .product-sidebar #review-strength .review-bar .review-strength {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #EA5045;
  height: 26px;
  width: 0%;
  position: absolute;
  top: 0px;
}
.single-products a.review-btn {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 10px;
  line-height: 1;
}
.single-products a.review-btn:hover {
  color: white;
}
.single-products .modal#reviewThankYou p,
.single-products .modal#loginRadiusModal p {
  float: none;
  margin: 10px 0;
  color: #1f1f1f;
  font-size: 14px;
}
.single-products .modal#reviewThankYou h4,
.single-products .modal#loginRadiusModal h4 {
  margin: 12px 0 25px;
  font-weight: 500;
  font-size: 1.9em;
}
.single-products .modal#reviewThankYou p.share,
.single-products .modal#loginRadiusModal p.share {
  margin: 5px 0 8px 0;
  font-weight: 600;
}
.single-products .modal#reviewThankYou .modal-header,
.single-products .modal#loginRadiusModal .modal-header {
  background-color: #418bb9;
}
.single-products .modal#reviewThankYou .modal-header .button-close,
.single-products .modal#loginRadiusModal .modal-header .button-close {
  color: #ccc;
}
.single-products .modal#reviewThankYou .modal-footer,
.single-products .modal#loginRadiusModal .modal-footer {
  background-color: #fff;
  border: none;
}
.single-products .modal#reviewThankYou hr,
.single-products .modal#loginRadiusModal hr {
  border: none;
  border-top: 1px solid #ccc;
}

/* Evergreen Post Type */
#evergreen-wrap .evergreen-link {
  text-decoration: underline;
  cursor: pointer;
  color: #35aafd;
  margin: 5px 0;
}
#evergreen-wrap .entry-title {
  text-align: center;
}
#evergreen-wrap .entry-content {
  margin-top: 20px;
}
#evergreen-wrap .entry-content h5 {
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0.08em;
  margin: 10px 0 20px 0;
  line-height: 1em;
}
#evergreen-wrap .entry-content ol, #evergreen-wrap .entry-content ul {
  padding: 0 30px;
}

.single-evergreen #content {
  margin-top: 100px;
}
.single-evergreen #sidebar-evergreen {
  display: none;
}

.single-podcast-interview {
  background: #fff;
}
.single-podcast-interview #content {
  margin-top: 0px;
}
.single-podcast-interview h2.process-step {
  font-weight: 300;
  margin-bottom: 30px;
}
.single-podcast-interview h2.process-step span {
  font-weight: 600;
}
.single-podcast-interview header#podcast-interview-header {
  text-align: center;
  background: url(../images/single-event-header-image-mobile.jpg) no-repeat;
  background-size: cover;
  background-color: #418bb9;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  color: #fff;
}
.single-podcast-interview header#podcast-interview-header #title-container {
  text-align: center;
}
.single-podcast-interview header#podcast-interview-header h1 {
  font-size: 2em;
  margin: 0;
  padding: 20px 0 0 0;
  color: #fff;
}
.single-podcast-interview header#podcast-interview-header h3 {
  margin: 0 0 8px 0;
  font-weight: 300;
  color: #fff;
}
.single-podcast-interview header#podcast-interview-header img {
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.single-podcast-interview #podcast-process {
  padding: 0 15px;
  margin-top: 30px;
}
.single-podcast-interview .podcast-process-content {
  margin-bottom: 2em;
}
.single-podcast-interview .podcast-process-content img {
  width: 28%;
  float: left;
}
.single-podcast-interview .podcast-process-content .content-container {
  width: 68%;
  float: right;
}
.single-podcast-interview .podcast-process-content h2 {
  color: #303030;
}
.single-podcast-interview .podcast-process-content h4 {
  margin: 0 0 8px 0;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  color: #303030;
}
.single-podcast-interview .podcast-process-content p {
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px;
  margin: 0;
}
.single-podcast-interview section.scheduler {
  border-bottom: 1px solid #ccc;
}
.single-podcast-interview section.scheduler hr {
  margin: 20px auto;
  border-style: solid;
  border: none;
  border-top: 1px solid #ccc;
  border-color: #ccc;
}
.single-podcast-interview section.scheduler h4.content-headline {
  margin-bottom: 8px;
}
.single-podcast-interview p {
  font-size: 18px;
}
.single-podcast-interview .lets-talk h2 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 600;
}
.single-podcast-interview .lets-talk p {
  margin: 0;
}
.single-podcast-interview .lets-talk h3 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}
.single-podcast-interview .lets-talk a {
  display: block;
}
.single-podcast-interview .lets-talk img {
  margin: 35px 0 0 5px;
}
.single-podcast-interview .lets-talk .social-links a {
  margin-left: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}
.single-podcast-interview .lets-talk .social-links i {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  background: #444;
  color: #fff;
}
.single-podcast-interview .podcast-interview {
  margin-bottom: 30px;
}
.single-podcast-interview .podcast-interview h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 36px;
}
.single-podcast-interview .podcast-interview p {
  margin: 0;
}
.single-podcast-interview .podcast-interview .cta {
  width: 230px;
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
}
.single-podcast-interview .podcast-interview .cta i {
  margin-left: 10px;
  vertical-align: bottom;
}
.single-podcast-interview aside {
  display: none;
  margin-top: 20px;
}
.single-podcast-interview aside iframe {
  border: 0;
  width: 100%;
}
.single-podcast-interview section.questions-covered {
  background: #f0f0f0;
  padding: 20px 0;
}
.single-podcast-interview section.questions-covered p.podcast-question {
  font-weight: 300;
  margin: 5px 0;
  font-size: 17px;
  line-height: 1.5;
}
.single-podcast-interview section.questions-covered #question-list {
  max-width: 800px;
  margin: 0 auto;
}
.single-podcast-interview section.scheduling-content {
  padding: 20px 0;
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  padding: 0 15px;
}
.single-podcast-interview section.scheduling-content h2#podcast-process-desc {
  color: #303030;
  font-weight: 300;
  font-size: 1.3em;
}
.single-podcast-interview .content-headline {
  line-height: 1.2;
  color: #444;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}
.single-podcast-interview .quick-guide {
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  padding: 20px 0;
}
.single-podcast-interview .quick-guide h3 {
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.single-podcast-interview .quick-guide h3 span {
  font-weight: 400;
}

.single-glossary {
  /* end term body */
}
.single-glossary .container {
  margin: 0px auto 0;
  max-width: 1140px;
  width: 100%;
  padding: 10px 20px;
}
.single-glossary #content {
  margin-top: 0px;
  background: #fff;
}
.single-glossary #content header {
  background: url(../images/glossary-page-mobile.jpg) no-repeat;
  background-size: cover;
  background-color: #fff;
}
.single-glossary #content header .back-button {
  font-size: 18px;
  color: #131313;
  text-decoration: none;
  float: none;
  display: block;
}
.single-glossary #content header .term-information {
  padding: 30px 0;
}
.single-glossary #content header .term-information p {
  color: #131313;
  font-size: 18px;
  display: none;
}
.single-glossary #content header .term-information h2 {
  margin-top: 0;
  font-size: 2em;
}
.single-glossary #term-content .mobile-definition p {
  color: #131313;
  font-size: 18px;
}
.single-glossary #term-content .term-body {
  display: none;
  width: 100%;
  float: none;
}
.single-glossary #term-content .term-body h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 10px 0;
}
.single-glossary #term-content .term-body h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.single-glossary #term-content .term-body p {
  font-weight: 400;
}
.single-glossary #term-content .term-body p:first-child {
  margin-top: 2px;
}
.single-glossary .term-sidebar {
  float: none;
  display: none;
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}
.single-glossary .term-sidebar .module {
  text-align: center;
}
.single-glossary .term-sidebar .module .title,
.single-glossary .term-sidebar .module .widgettitle {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  color: #3f3f3f;
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.single-glossary .term-sidebar .module p {
  font-size: 17px;
  font-weight: 300;
  color: #414141;
  margin: 15px 0;
  text-align: left;
}
.single-glossary .term-sidebar .module .medium-btn {
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 6px 22px;
  text-decoration: none;
  font-weight: 400;
}
.single-glossary .term-sidebar .module .medium-btn:hover {
  color: #fff;
}
.single-glossary .term-sidebar .related-articles ul {
  margin: 0;
}
.single-glossary .term-sidebar .related-articles li {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
}
.single-glossary .term-sidebar .related-articles li a {
  display: block;
  font-size: 19px;
  font-weight: 600;
  color: #3f3f3f;
  text-decoration: none;
  padding: 10px 0;
  height: 95px;
}
.single-glossary .term-sidebar .related-articles li a img {
  float: left;
  margin-right: 15px;
  border: 3px solid #9e9e9e;
  width: 75px;
  height: 75px;
}
.single-glossary .term-sidebar .related-articles li a p {
  line-height: 19px;
  font-weight: 600;
  float: left;
  width: 60%;
  margin-top: 0;
}
.single-glossary table#glossary-terms-results-table {
  width: 100%;
}
.single-glossary table#glossary-terms-results-table thead {
  display: none;
}
.single-glossary table#glossary-terms-results-table tr {
  display: block;
  margin: 0;
  width: 100%;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  width: 100%;
  padding: 7px 0 17px;
  border-bottom: 1px solid #d7d7d7;
  float: right;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell a {
  text-decoration: none;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell img {
  width: 105px;
  height: auto;
  border: none;
  float: left;
  margin-left: 10px;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell .reviews {
  display: block;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell .reviews img {
  border: 0;
  width: auto;
  height: 20px;
  margin: 0;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell .reviews span {
  font-size: 14px;
  padding-left: 5px;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell p {
  margin: 5px 0 0;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell .title-container {
  display: block;
  float: left;
  margin-top: 5px;
  width: 83%;
}
.single-glossary table#glossary-terms-results-table tr td.result-cell .title-container .title {
  color: #418bb9;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.single-glossary table#glossary-terms-results-table tr td:hover .title-container .title {
  color: #5aabe0;
  -webkit-transition: color 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: color 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.single-glossary table#glossary-terms-results-table tr td.rating-cell {
  display: none;
}
.single-glossary table#glossary-terms-results-table tr:first-of-type {
  border-top: 1px solid #ccc;
}

/* end single Glossary */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
.author {
  /* Authorsure */
}
.author #authorsure-author-profile {
  display: none;
}
.author .author-info {
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 1rem;
}
.author .authorsure-author-box, .author #content .authorsure-author-box {
  background: transparent;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}
.author .authorsure-author-box img, .author #content .authorsure-author-box img {
  display: block;
  float: none;
  margin: 1rem auto;
  padding: 3px;
  border: 1px solid #9e9e9e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.author .authorsure-author-box h4, .author #content .authorsure-author-box h4 {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 1rem auto .5rem;
  clear: none;
  background: transparent;
  text-align: center;
  font-size: 24px;
}
.author .authorsure-author-box h4 a, .author #content .authorsure-author-box h4 a {
  color: #4d4d4d;
}
.author .authorsure-author-box p, .author #content .authorsure-author-box p {
  text-align: justify;
}
.author .author-social {
  float: right;
  list-style: none;
  margin: 0;
}
.author .author-social li {
  display: inline;
  font-size: 1em;
}
.author .author-social li a,
.author .author-social li a:visited {
  display: inline-block;
  margin: 3px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  width: 27px;
  text-align: center;
  padding: 3px;
}
.author .author-social li a.twitter {
  background: #00aced;
  color: #fff;
}
.author .author-social li a.twitter:hover {
  background: #008bbf;
  color: #fff;
}
.author .author-social li a.linkedin {
  background: #4875B4;
  color: #fff;
}
.author .author-social li a.linkedin:hover {
  background: #3b6093;
  color: #fff;
}
.author .author-social li a.gplus {
  background: #d94733;
  color: #fff;
}
.author .author-social li a.gplus:hover {
  background: #bb3523;
  color: #fff;
}
.author .author-social li a.email {
  background: #ffa800;
  color: #fff;
}
.author .author-social li a.email:hover {
  background: #d18a00;
  color: #fff;
}

/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* About Us Page */
.page-template-page-templatespage-about-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-about-php .inner-content {
  max-width: 1140px;
  padding: 0 22px;
  margin: 0 auto;
}
.page-template-page-templatespage-about-php #about-us-title {
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0;
}
.page-template-page-templatespage-about-php #about-us-title h1 {
  line-height: 1;
  margin: 0;
  color: #303030;
  font-size: 3.1em;
}
.page-template-page-templatespage-about-php #about-us-content {
  padding: 35px 0 0 0;
  background: #fff;
}
.page-template-page-templatespage-about-php #about-us-content h4.sub-header {
  font-weight: 600;
  margin: 10px 0 -10px 0;
  line-height: 1.2;
  font-size: 1.5em;
}
.page-template-page-templatespage-about-php #about-us-content section {
  text-align: justify;
}
.page-template-page-templatespage-about-php #about-us-content section p {
  font-weight: 400;
}
.page-template-page-templatespage-about-php #mission-statement-section {
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 25px 0;
}
.page-template-page-templatespage-about-php #mission-statement-section h2 {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 1.5em;
}
.page-template-page-templatespage-about-php #mission-statement-section h4 {
  margin: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.4;
}
.page-template-page-templatespage-about-php .about-us-cta-sidebar {
  padding-bottom: 20px;
}
.page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type {
  padding: 8px 0;
}
.page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type h4 {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
}
.page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type p {
  margin: 0 0 12px 0;
  font-weight: 400;
  line-height: 1.4;
}
.page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type a {
  text-decoration: none;
  padding: 8px;
  max-width: none;
  font-size: 1em;
}
.page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type a:hover, .page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type a:visited {
  color: #fff;
}
.page-template-page-templatespage-about-php #meet-the-team-section {
  padding: 20px 0;
  background: #fff;
}
.page-template-page-templatespage-about-php #meet-the-team-section h2 {
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member {
  width: 80%;
  margin: 0 auto 25px;
  min-height: 280px;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member p, .page-template-page-templatespage-about-php #meet-the-team-section .team-member h4 {
  margin: 0;
  text-align: center;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member img {
  width: 169px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  z-index: 0;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member .image-overlay {
  position: relative;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links {
  width: 169px;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links a {
  font-size: 1.3em;
  color: #fff;
  padding: 5px;
  float: right;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links a:hover {
  color: #B3D256;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links .bio-link {
  margin: 0;
  line-height: 1;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links .bio-link a {
  font-size: 1.2em;
  text-transform: uppercase;
  float: left;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-name {
  font-weight: 600;
  font-size: 16px;
  margin: 8px 0 0 0;
  line-height: 1.2;
}
.page-template-page-templatespage-about-php #meet-the-team-section .team-member .job-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  -moz-hyphens: none;
}
.page-template-page-templatespage-about-php #meet-the-team-section #view-more-team {
  font-size: 1.4em;
  cursor: pointer;
  display: inline-block;
}
.page-template-page-templatespage-about-php #meet-the-team-section #view-more-team p {
  display: inline-block;
  vertical-align: top;
  margin: 5px 8px 0 0;
  font-weight: 600;
}
.page-template-page-templatespage-about-php #meet-the-team-section #view-more-team .fa-plus-square-o,
.page-template-page-templatespage-about-php #meet-the-team-section #view-more-team .fa-minus-square-o {
  font-size: 2em;
}
.page-template-page-templatespage-about-php #giving-back-section {
  padding: 40px 0;
  background: #f0f0f0;
  border-top: 1px solid #d7d7d7;
}
.page-template-page-templatespage-about-php #giving-back-section h2 {
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
}
.page-template-page-templatespage-about-php #giving-back-section p {
  font-size: 1em;
  font-weight: 400;
  margin: 10px 0;
  text-align: justify;
}
.page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back img {
  width: auto;
  height: auto;
  max-height: 407px;
}
.page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back a i {
  position: relative;
  padding: 10px 5px;
  font-size: 0.8em;
  top: 100px;
  background: rgba(0, 0, 0, 0.6);
}
.page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back .carousel-control {
  width: 6%;
  opacity: 1;
}
.page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back .carousel-caption {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 0;
  left: 0%;
  right: 0%;
  bottom: 0;
}
.page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back .carousel-caption p {
  font-size: 14px;
  margin: 0;
  position: relative;
  padding-left: 4%;
  padding-right: 4%;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content {
  border: 2px solid #d7d7d7;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .modal-header {
  background: #f0f0f0;
  border-bottom: 2px solid #d7d7d7;
  padding: 5px;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .modal-footer {
  background: #f0f0f0;
  border-top: 2px solid #d7d7d7;
  padding: 5px;
  min-height: 50px;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .team-member-name {
  display: inline-block;
  font-weight: 600;
  margin: 5px 0;
  line-height: 1;
  color: #303030;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .team-member-title {
  color: #9e9e9e;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .team-member-question {
  line-height: 1.2;
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 16px;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .team-member-question:first-of-type {
  margin: 35px 0 0 0;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .team-member-answer {
  margin: 0 0 1em 0;
  line-height: 1.2;
  font-size: 16px;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .team-member-bio {
  margin-bottom: 0;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content i {
  font-size: 1.6em;
  margin: 0 0 0 8px;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .fa-linkedin-square {
  color: #4875B4;
}
.page-template-page-templatespage-about-php #teamBioModal .modal-content .fa-twitter {
  color: #00aced;
}

/* Contact Us Page */
.page-template-page-templatespage-contact-us-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-contact-us-php .inner-content {
  max-width: 1140px;
  padding: 0 22px;
  margin: 0 auto;
}
.page-template-page-templatespage-contact-us-php #contact-us-title {
  //background: url(../images/contact-us-background.jpg) no-repeat;
  background: #0099d3;
  background-size: cover;
  padding: 1em 0;
}
.page-template-page-templatespage-contact-us-php #contact-us-title h1 {
  line-height: 1;
  margin: 0;
  color: #fff;
  font-size: 2em;
  text-align: center;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container {
  display: none;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper {
  margin: 25px 0;
  min-height: 300px;
  background: #f0f0f0;
  padding: 30px 25px 65px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_heading,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_heading span.gform_description,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_heading span.gform_description {
  font-weight: 600 !important;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_body .ginput_container input,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_body .ginput_container input[type=email],
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_body .ginput_container input[type=tel],
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_body .ginput_container textarea.textarea,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_body .ginput_container input,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_body .ginput_container input[type=email],
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_body .ginput_container input[type=tel],
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_body .ginput_container textarea.textarea {
  width: 100%;
  font-size: 14px;
  padding: 8px 6px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_body ::-webkit-input-placeholder,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_body ::-webkit-input-placeholder {
  color: #303030;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_body :-moz-placeholder,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_body :-moz-placeholder {
  color: #303030;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_body ::-moz-placeholder,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_body ::-moz-placeholder {
  color: #303030;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_body :-ms-input-placeholder,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_body :-ms-input-placeholder {
  color: #303030;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_footer,
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_footer {
  margin: 0;
  padding: 5px 0 0 0;
  text-align: right;
}
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_wrapper .gform_footer input[type=submit],
.page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message .gform_confirmation_wrapper .gform_footer input[type=submit] {
  text-transform: none;
  background: #418bb9;
  border: 0;
  border-radius: 4px;
  display: block;
  padding: 5px;
  width: 100% !important;
  max-width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.8em !important;
  font-weight: 500;
  margin: 0 auto;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper {
  width: 100%;
  max-width: 100%;
  float: none;
  min-height: 200px;
  margin: 0 0 10px 0;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .gform_heading {
  display: none;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .gfield.subscribe {
  margin-top: 20px !important;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper ul.gform_fields li {
  margin-bottom: 8px;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper ul.gfield_checkbox li {
  margin-top: 6px;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  float: right;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper ul.gfield_checkbox li label {
  font-size: 11px;
  line-height: 1;
  float: left;
  margin: 5px 2px 4px 0;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .gfield_label {
  display: none !important;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .ginput_container input[type=text],
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .ginput_container input[type=email],
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .ginput_container input[type=tel],
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .ginput_container textarea.textarea {
  width: 100%;
  font-size: 14px;
  padding: 8px 6px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_30_1,
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_30_2,
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_31_1,
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_31_2 {
  clear: none;
  float: left;
  width: 48%;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_30_1,
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_31_1 {
  margin-right: 10px;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper ::-webkit-input-placeholder {
  color: #303030;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper :-moz-placeholder {
  color: #303030;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper ::-moz-placeholder {
  color: #303030;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper :-ms-input-placeholder {
  color: #303030;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  float: none;
  display: block;
  width: 100%;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .gform_footer input[type=submit] {
  text-transform: none;
  background: #418bb9;
  border: 0;
  border-radius: 4px;
  display: block;
  padding: 5px 30px;
  float: right;
  width: auto !important;
  text-align: center;
  color: #fff;
  font-size: 1.5em !important;
  font-weight: 500;
  margin: 0 auto;
  max-width: none !important;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .button {
  width: 100% !important;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper div.validation_error {
  display: none;
}
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .top_label .gfield_description.validation_message,
.page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper .gfield_description.validation_message {
  padding: 2px 0 !important;
}
.page-template-page-templatespage-contact-us-php #contact-us-title div.ginput_container {
  margin-top: 0px;
}
.page-template-page-templatespage-contact-us-php #contact-us-title li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 2px !important;
}
.page-template-page-templatespage-contact-us-php .contact-header {
  font-size: 1.3em;
  font-weight: 600;
  margin: 5px 0;
}
.page-template-page-templatespage-contact-us-php .contact-header i {
  font-size: 25px;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section {
  background: #fff;
  padding: 25px 0 20px 0;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information .mobile-desktop {
  display: none;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table {
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 1.1em;
  font-weight: 300;
  margin-bottom: 15px;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table td {
  line-height: 1.2;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table .top {
  padding: 15px 0 0 0;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table .bottom {
  padding: 15px 0;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table .title {
  font-weight: 600;
  width: 30%;
  font-size: 1.1em;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table a {
  color: #418bb9;
  text-decoration: underline;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information p {
  margin: 5px 0;
  font-weight: 300;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information .blue-button {
  max-width: none !important;
  display: inline-block;
  padding: 10px 18px;
  font-size: 1em;
  margin-top: 8px;
  cursor: pointer;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information #vendors-info,
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information #buyers-info {
  margin: 25px 0;
}
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information #vendors-info a:hover,
.page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information #buyers-info a:hover {
  color: #fff;
}

/* Careers Page */
.page-template-page-templatespage-careers-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-careers-php #careers-header {
  background: url(../images/careers-header-image-mobile.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 183px;
  margin: 0;
}
.page-template-page-templatespage-careers-php #careers-about-section {
  background: #f0f0f0;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
.page-template-page-templatespage-careers-php #careers-about-section .module-title {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1;
  margin: 0 0 15px;
}
.page-template-page-templatespage-careers-php #careers-about-section .module-title a {
  font-size: 1em;
  color: #9e9e9e;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-templatespage-careers-php #careers-about-section .module-title a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #B3D256;
}
.page-template-page-templatespage-careers-php .module-title {
  font-weight: 400;
  font-size: 2em;
  margin: 0;
  text-align: left;
  line-height: 1;
}
.page-template-page-templatespage-careers-php #careers-openings-section {
  background: #fff;
  padding: 25px 0;
}
.page-template-page-templatespage-careers-php #careers-openings-section .module-title {
  margin: 0 0 15px 0;
}
.page-template-page-templatespage-careers-php #careers-benefits-section {
  background: #f0f0f0;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.page-template-page-templatespage-careers-php #careers-benefits-section .benefits-img img {
  margin: 1.4em 0;
}
.page-template-page-templatespage-careers-php #contact-careers-cta {
  background: #f0f0f0;
  padding: 25px 0;
  border-top: 1px solid #ccc;
}
.page-template-page-templatespage-careers-php #contact-careers-cta h4 {
  font-size: 1.5em;
  margin: 0;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0px;
}
.page-template-page-templatespage-careers-php #contact-careers-cta p {
  font-size: 17px;
}
.page-template-page-templatespage-careers-php #contact-careers-cta a.blue-button {
  text-decoration: none;
  padding: 8px 20px;
  max-width: none;
  width: 65%;
  margin: 0 auto;
}
.page-template-page-templatespage-careers-php #contact-careers-cta a.blue-button:hover {
  color: white;
}
.page-template-page-templatespage-careers-php #contact-careers-cta .vr {
  display: none;
}
.page-template-page-templatespage-careers-php #contact-careers-cta .sixcol {
  margin-bottom: 1em;
  position: relative;
}
.page-template-page-templatespage-careers-php #tour-office-section {
  background: #fff;
  padding: 25px 0;
}
.page-template-page-templatespage-careers-php #tour-office-section .carousel-control {
  width: 6%;
  opacity: 1;
}
.page-template-page-templatespage-careers-php #tour-office-section .carousel-control i {
  color: white;
  position: relative;
  padding: 10px 5px;
  font-size: 0.8em;
  top: 100px;
  background: rgba(0, 0, 0, 0.6);
}
.page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container {
  display: none;
}
.page-template-page-templatespage-careers-php #inner-content {
  padding: 0 15px;
}
.page-template-page-templatespage-careers-php article {
  text-align: left;
}
.page-template-page-templatespage-careers-php #careers-openings ul.job-titles-group {
  list-style: none;
  margin-top: 0;
}
.page-template-page-templatespage-careers-php #careers-openings ul.job-titles-group li {
  font-size: 1.1em;
  line-height: 1.36em;
  padding-left: 12px;
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-page-templatespage-careers-php #careers-openings .type-careers:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: #B3D256;
}
.page-template-page-templatespage-careers-php #careers-openings .selected-title {
  color: #418bb9;
  font-weight: 400 !important;
  font-style: italic;
}
.page-template-page-templatespage-careers-php #careers-openings .job-desc {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-template-page-templatespage-careers-php #careers-benefits {
  text-align: center;
}
.page-template-page-templatespage-careers-php .title-group {
  margin-bottom: 10px;
}
.page-template-page-templatespage-careers-php .title-group p {
  margin: 1em 0;
  margin-bottom: 10px;
}
.page-template-page-templatespage-careers-php p.description {
  width: 85%;
  margin: 20px auto 0;
  margin-bottom: 40px;
  text-align: left;
}
.page-template-page-templatespage-careers-php p.description h4 {
  margin: 10px 0;
  font-weight: 600;
  font-size: 1.2em;
}
.page-template-page-templatespage-careers-php p.description a.blue-button {
  display: block;
  text-align: center;
  width: 50%;
  margin: 1em auto;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 35px;
  max-width: none;
}
.page-template-page-templatespage-careers-php p.description a.blue-button:hover {
  color: #fff;
}
.page-template-page-templatespage-careers-php p.description ol, .page-template-page-templatespage-careers-php p.description ul {
  padding: 0 30px;
}
.page-template-page-templatespage-careers-php #careers-share {
  display: none;
}

/* Press Page */
.page-template-archive-press-articles-php #content,
.page-template-archive-press-releases-php #content,
.single-pressposts #content,
.page-template-archive-press-media-resources-php #content {
  margin-top: 0px;
}

#press-posts {
  background: #fff;
}
#press-posts hr {
  border-bottom: 0;
  margin: 1em 0;
}
#press-posts #press-article-intro h1 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.2em;
}
#press-posts #press-article-intro p:first-of-type {
  margin-top: 0;
}
#press-posts #press-article-intro a {
  color: #418bb9;
  text-decoration: underline;
}
#press-posts #press-article-intro h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
#press-posts .press-social-media {
  list-style: none;
  margin: 0;
}
#press-posts .press-social-media li {
  display: inline-block;
  font-size: 1em;
}
#press-posts .press-social-media li a {
  display: inline-block;
  margin: 3px;
  text-decoration: none;
  font-size: 14px !important;
  color: #fff !important;
  width: 27px;
  text-align: center;
  padding: 3px;
}
#press-posts .press-social-media li a.twitter {
  background: #00aced;
  color: #fff;
}
#press-posts .press-social-media li a.twitter:hover {
  background: #008bbf;
}
#press-posts .press-social-media li a.linkedin {
  background: #4875B4;
  color: #fff;
}
#press-posts .press-social-media li a.linkedin:hover {
  background: #3b6093;
}
#press-posts .press-social-media li a.gplus {
  background: #d94733;
  color: #fff;
}
#press-posts .press-social-media li a.gplus:hover {
  background: #bb3523;
}
#press-posts .press-social-media li a.facebook {
  background: #3c5b97;
}
#press-posts .press-social-media li a.rss {
  background: #fd8631;
}
#press-posts h2 {
  font-weight: 600;
  margin-bottom: 0;
}
#press-posts #press-title {
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
}
#press-posts #press-title h1 {
  font-weight: 600;
}
#press-posts a {
  text-decoration: none;
}
#press-posts .post-image img {
  width: 40%;
  height: auto;
  display: block;
  margin: 15px auto;
}
#press-posts .post-image .share-container {
  position: relative;
}
#press-posts .post-image .share-container a.share-btn {
  width: 75px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 1px 10px 0 30px;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin: 10px auto;
  background: url(../images/share-plus.png) no-repeat -2px -1px #fff;
}
#press-posts .post-image .share-container a:hover {
  cursor: pointer;
}
#press-posts .post-image .share-container .sharebox {
  padding: 10px;
  width: 230px;
  position: absolute;
  border-radius: 8px;
  top: -136px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  height: 180px;
  border: 1px solid #ccc;
  z-index: 99;
  display: none;
}
#press-posts .post-image .share-container .sharebox .share-title {
  font-size: 0.8em;
  display: block;
  margin-top: -3px;
  margin-bottom: 5px;
}
#press-posts .post-image .share-container .sharebox ul {
  margin: 0;
}
#press-posts .post-image .share-container .sharebox ul li {
  list-style: none;
  float: left;
  display: inline-block;
  height: 30px;
  margin: 3px;
}
#press-posts .post-image .share-container .sharebox ul li a {
  width: 88px;
}
#press-posts .post-image .share-container .sharebox ul li:nth-child(even) {
  width: 70px;
}
#press-posts .post-image .share-container .sharebox ul li.mail a {
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
}
#press-posts .post-image .share-container .sharebox ul li.mail a img {
  width: 60px;
  margin: 0;
}
#press-posts .post-content .post-title {
  font-size: 2.5em;
  line-height: 1.2em;
  margin-top: .5em;
}
#press-posts .post-content h4 {
  color: #418bb9;
  font-weight: 400;
  margin: 0;
}
#press-posts .post-content h4 a {
  color: #418bbc;
  text-decoration: none;
}
#press-posts .post-content h4 a:hover {
  color: #205f89;
  text-decoration: underline;
}
#press-posts .post-content p {
  margin: 5px 0 10px 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}
#press-posts .post-content .byline {
  color: #333;
  font-weight: 400;
  font-size: 22px;
  margin: .5em 0;
}
#press-posts .post-content .publisher-info {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 8px;
}
#press-posts .post-content .social-share-bar {
  margin: 2em 0 1em;
}
#press-posts #product-author-meta {
  margin: 0 auto;
  margin-bottom: 1em;
}
#press-posts #product-author-meta .author-img {
  width: 31.491712705%;
  float: left;
}
#press-posts #product-author-meta .author-info {
  width: 65.74585634900001%;
  float: left;
  margin-left: 2.762430939%;
  text-align: left;
}
#press-posts #product-author-meta .author-info a {
  color: #418bb9;
  text-decoration: underline;
}
#press-posts #product-author-meta .author-info a:hover {
  color: #357197;
}
#press-posts #product-author-meta .media-contact {
  font-weight: 600;
  font-size: 1.3em;
}
#press-posts #product-author-meta img {
  border: 1px solid #9e9e9e;
  margin: 0;
  width: 100%;
}
#press-posts #product-author-meta hr {
  margin: 5px 0 10px 0;
}
#press-posts #product-author-meta ul {
  list-style: none;
  margin: 0;
}
#press-posts #product-author-meta ul li {
  display: inline;
  font-size: 1em;
}
#press-posts #product-author-meta ul li a,
#press-posts #product-author-meta ul li a:visited {
  display: inline-block;
  margin: 3px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  width: 27px;
  text-align: center;
  padding: 3px;
}
#press-posts #product-author-meta ul li a.twitter {
  background: #00aced;
  color: #fff;
}
#press-posts #product-author-meta ul li a.twitter:hover {
  background: #008bbf;
  color: #fff;
}
#press-posts #product-author-meta ul li a.linkedin {
  background: #4875B4;
  color: #fff;
}
#press-posts #product-author-meta ul li a.linkedin:hover {
  background: #3b6093;
  color: #fff;
}
#press-posts #product-author-meta ul li a.gplus {
  background: #d94733;
  color: #fff;
}
#press-posts #product-author-meta ul li a.gplus:hover {
  background: #bb3523;
  color: #fff;
}
#press-posts #product-author-meta ul li a.email {
  background: #ffa800;
  color: #fff;
}
#press-posts #product-author-meta ul li a.email:hover {
  background: #d18a00;
  color: #fff;
}
#press-posts #product-author-meta span {
  font-size: 0.8em;
  display: block;
  vertical-align: text-top;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 300;
}
#press-posts #product-author-meta br {
  display: none;
}
#press-posts #sidebar-pressposts .module .button {
  font-weight: normal;
  width: 190px;
}
#press-posts #sidebar-pressposts #press-links a {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
  color: #418bbc;
  text-decoration: underline;
}
#press-posts #sidebar-pressposts #press-links a:hover {
  color: #357197;
}

.page-template-archive-press-media-resources-php #press-feed h4.main-title {
  color: #1f1f1f;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  margin: 15px 0;
}
.page-template-archive-press-media-resources-php #press-feed h4.sub-title {
  font-weight: 400;
  font-size: 1.3em;
  color: #ccc;
  margin: 0 0 15px 0;
}
.page-template-archive-press-media-resources-php #press-feed img {
  display: block;
  margin: 0 auto 20px;
}
.page-template-archive-press-media-resources-php #press-feed h5.image-title-desc {
  color: #9e9e9e;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  font-size: 1em;
  line-height: 1.2;
}
.page-template-archive-press-media-resources-php #press-feed a {
  color: #418bb9;
  text-decoration: underline;
  line-height: 1.2;
}

#sa-cta h4 {
  text-transform: none;
  font-weight: 400;
  font-size: 1.5em;
  margin: 0;
  line-height: 1.2em;
}
#sa-cta p {
  font-size: 1.07em;
  line-height: 1.35em;
}

/* Internship Program LP */
.page-template-page-templatespage-internship-php {
  position: static;
}
.page-template-page-templatespage-internship-php #container {
  overflow: hidden;
}
.page-template-page-templatespage-internship-php #intern-password-form {
  min-height: 200px;
  width: 70%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
  display: block;
}
.page-template-page-templatespage-internship-php #intern-password-form input[type="text"],
.page-template-page-templatespage-internship-php #intern-password-form input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 10px;
  padding: 8px 14px;
}
.page-template-page-templatespage-internship-php #intern-password-form input[type="submit"] {
  background: #B3D256;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.page-template-page-templatespage-internship-php #intern-password-form input[type="submit"]:hover {
  background: #c1e064;
}
.page-template-page-templatespage-internship-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-internship-php .wrap {
  max-width: 1140px;
  padding: 0 15px;
}
.page-template-page-templatespage-internship-php #internship-lp {
  background: #fff;
}
.page-template-page-templatespage-internship-php #internship-lp #internship-title {
  background: #f0f0f0;
}
.page-template-page-templatespage-internship-php #internship-lp #internship-title h1 {
  font-weight: 400;
  font-size: 2.99em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp #internship-title h1 {
    font-size: 2em;
  }
}
.page-template-page-templatespage-internship-php #internship-lp #internship-title span.intern-page-title {
  font-weight: 600;
}
.page-template-page-templatespage-internship-php #internship-lp #internship-content {
  padding: 1.8em 0;
}
.page-template-page-templatespage-internship-php #internship-lp #intern-hero-section {
  background: #9e9e9e;
}
.page-template-page-templatespage-internship-php #internship-lp #intern-hero-section #congrats-text {
  padding-right: 1.6em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp #intern-hero-section #congrats-text {
    padding: 0;
  }
}
.page-template-page-templatespage-internship-php #internship-lp #intern-hero-section img {
  height: auto;
}
.page-template-page-templatespage-internship-php #internship-lp #intern-hero-section p {
  font-size: 1.1em;
}
.page-template-page-templatespage-internship-php #internship-lp #intern-hero-section h2 {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.3em;
}
.page-template-page-templatespage-internship-php #internship-lp #intern-hero-section h2, .page-template-page-templatespage-internship-php #internship-lp #intern-hero-section p {
  color: #fff;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp #intern-hero-section h2, .page-template-page-templatespage-internship-php #internship-lp #intern-hero-section p {
    text-align: center;
    padding: 20px;
  }
}
.page-template-page-templatespage-internship-php #internship-lp .get-started {
  border-bottom: 1px solid #eee;
}
.page-template-page-templatespage-internship-php #internship-lp .get-started h3 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 0;
  margin: 1.2em 0 0.8em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp .get-started h3 {
    margin-bottom: 20px;
  }
}
.page-template-page-templatespage-internship-php #internship-lp .get-started p {
  font-size: 1.3em;
  color: #303030;
  font-weight: 300;
  line-height: 1.4em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp .get-started p {
    font-size: 1.2em;
  }
}
.page-template-page-templatespage-internship-php #internship-lp #training-modules a {
  text-decoration: none;
  display: block;
  padding: 20px;
  border-radius: 4px;
}
.page-template-page-templatespage-internship-php #internship-lp #training-modules a:hover {
  color: #000;
  background-color: #f2f1ee;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp #training-modules {
    text-align: center;
  }
}
.page-template-page-templatespage-internship-php #internship-lp #training-modules h3 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 0;
  display: block;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp #training-modules h3 {
    margin-bottom: 20px;
  }
}
.page-template-page-templatespage-internship-php #internship-lp #training-modules h4 {
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
  padding: 0 29px;
  line-height: 1em;
  margin: 11px 0;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp #training-modules h4 {
    margin: 10px 0 100px;
  }
}
.page-template-page-templatespage-internship-php #internship-lp #training-modules img {
  display: block;
  margin: 0 auto;
}
.page-template-page-templatespage-internship-php #internship-lp #misc-info {
  padding: 5px 0 20px;
  background: #f1f1f1;
}
.page-template-page-templatespage-internship-php #internship-lp #misc-info h4 {
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp #misc-info h4 {
    text-align: center;
  }
}
.page-template-page-templatespage-internship-php #internship-lp #misc-info ul li {
  font-size: 1.3em;
  font-weight: 300;
  list-style: none;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-internship-php #internship-lp #misc-info ul li {
    font-size: 0.9em;
    text-align: center;
  }
}
.page-template-page-templatespage-internship-php #internship-lp #misc-info ul li img {
  margin-left: 10px;
}
.page-template-page-templatespage-internship-php #internship-lp #misc-info a {
  color: #468db9;
  text-decoration: none;
  font-weight: 500;
}
.page-template-page-templatespage-internship-php #internship-lp #misc-info a:hover {
  text-decoration: underline;
}
.page-template-page-templatespage-internship-php #internship-lp #misc-info p {
  font-size: 1.3em;
  font-weight: 100;
}
.page-template-page-templatespage-internship-php #internship-lp #sidebar-social-links .fb-like span {
  height: 24px !important;
}
.page-template-page-templatespage-internship-php #internship-lp #sidebar-social-links #___plusone_0 {
  width: 70px !important;
}

/* Internship Program - Content Creation */
.page-template-page-templatespage-intern-content-creation-php #intern-password-form {
  min-height: 200px;
  width: 70%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
  display: block;
}
.page-template-page-templatespage-intern-content-creation-php #intern-password-form input[type="text"],
.page-template-page-templatespage-intern-content-creation-php #intern-password-form input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 10px;
  padding: 8px 14px;
}
.page-template-page-templatespage-intern-content-creation-php #intern-password-form input[type="submit"] {
  background: #B3D256;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.page-template-page-templatespage-intern-content-creation-php #intern-password-form input[type="submit"]:hover {
  background: #c1e064;
}
.page-template-page-templatespage-intern-content-creation-php h2, .page-template-page-templatespage-intern-content-creation-php h3, .page-template-page-templatespage-intern-content-creation-php h4 {
  font-size: 2.4em;
  font-weight: 600;
  margin: 0.6em 0 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-content-creation-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-intern-content-creation-php .wrap {
  max-width: 1140px;
  padding: 0 15px;
}
.page-template-page-templatespage-intern-content-creation-php #internship-lp {
  background: #fff;
}
.page-template-page-templatespage-intern-content-creation-php #internship-lp #internship-title {
  background: #f0f0f0;
}
.page-template-page-templatespage-intern-content-creation-php #internship-lp #internship-title h1 {
  font-weight: 400;
  font-size: 2.99em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-intern-content-creation-php #internship-lp #internship-title h1 {
    font-size: 2em;
  }
}
.page-template-page-templatespage-intern-content-creation-php #internship-lp #internship-title span.intern-page-title {
  font-weight: 600;
}
.page-template-page-templatespage-intern-content-creation-php #internship-lp #internship-content {
  padding: 1.8em 0;
}
.page-template-page-templatespage-intern-content-creation-php #intern-hero-section {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #5c5c5c;
}
.page-template-page-templatespage-intern-content-creation-php #intern-hero-section h2 {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-content-creation-php #intern-hero-section p {
  font-weight: 300;
  font-size: 1.1em;
}
.page-template-page-templatespage-intern-content-creation-php .bread-crumbs a, .page-template-page-templatespage-intern-content-creation-php .bread-crumbs span {
  margin: 0 0.5em;
  font-weight: 100;
}
.page-template-page-templatespage-intern-content-creation-php #training-materials {
  margin-bottom: 1em;
}
.page-template-page-templatespage-intern-content-creation-php #training-materials h3 {
  margin: 0.8em 0 0.6em;
}
.page-template-page-templatespage-intern-content-creation-php #training-materials .articles h3 {
  margin: 1em 0 0em;
}
.page-template-page-templatespage-intern-content-creation-php #training-materials .articles ul li {
  list-style: none;
  margin: 0 0 1em;
}
.page-template-page-templatespage-intern-content-creation-php #training-materials .articles a {
  color: #458ebd;
  text-decoration: underline;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-content-creation-php #training-materials .videos {
  width: 50%;
}
.page-template-page-templatespage-intern-content-creation-php #training-materials .videos h3 {
  margin-top: 1em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-intern-content-creation-php #training-materials .videos {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper {
  background: #f1f1f1;
  padding: 1em 0;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper h3 {
  -webkit-margin-before: 0;
  margin-bottom: 0.3em;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper #manager-info .manager-title {
  font-size: 1.8em;
  font-weight: 500;
  font-style: italic;
  float: left;
  margin-right: 25px;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper #manager-info .social-media {
  display: inline-block;
  margin: 0.5em 0;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper #manager-info .social-media li {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper #manager-info .social-media a {
  display: block;
  text-indent: -9999px;
  height: 32px;
  width: 34px;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper #manager-info .social-media a.twitter {
  background: url(../images/twitter-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper #manager-info .social-media a.gplus {
  background: url(../images/gplus-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper #manager-info .social-media a.linkedin {
  background: url(../images/linkedin-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-content-creation-php #manager-wrapper #manager-info p {
  color: #303030;
  font-weight: 100;
  -webkit-margin-before: 0;
}

/* Internship Program - Content Marketing */
.page-template-page-templatespage-intern-content-marketing-php #intern-password-form {
  min-height: 200px;
  width: 70%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
  display: block;
}
.page-template-page-templatespage-intern-content-marketing-php #intern-password-form input[type="text"],
.page-template-page-templatespage-intern-content-marketing-php #intern-password-form input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 10px;
  padding: 8px 14px;
}
.page-template-page-templatespage-intern-content-marketing-php #intern-password-form input[type="submit"] {
  background: #B3D256;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.page-template-page-templatespage-intern-content-marketing-php #intern-password-form input[type="submit"]:hover {
  background: #c1e064;
}
.page-template-page-templatespage-intern-content-marketing-php h2, .page-template-page-templatespage-intern-content-marketing-php h3, .page-template-page-templatespage-intern-content-marketing-php h4 {
  font-size: 2.4em;
  font-weight: 600;
  margin: 0.6em 0 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-content-marketing-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-intern-content-marketing-php .wrap {
  max-width: 1140px;
  padding: 0 15px;
}
.page-template-page-templatespage-intern-content-marketing-php #internship-lp {
  background: #fff;
}
.page-template-page-templatespage-intern-content-marketing-php #internship-lp #internship-title {
  background: #f0f0f0;
}
.page-template-page-templatespage-intern-content-marketing-php #internship-lp #internship-title h1 {
  font-weight: 400;
  font-size: 2.99em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-intern-content-marketing-php #internship-lp #internship-title h1 {
    font-size: 2em;
  }
}
.page-template-page-templatespage-intern-content-marketing-php #internship-lp #internship-title span.intern-page-title {
  font-weight: 600;
}
.page-template-page-templatespage-intern-content-marketing-php #internship-lp #internship-content {
  padding: 1.8em 0;
}
.page-template-page-templatespage-intern-content-marketing-php #intern-hero-section {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #5c5c5c;
}
.page-template-page-templatespage-intern-content-marketing-php #intern-hero-section h2 {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-content-marketing-php #intern-hero-section p {
  font-weight: 300;
  font-size: 1.1em;
}
.page-template-page-templatespage-intern-content-marketing-php .bread-crumbs a, .page-template-page-templatespage-intern-content-marketing-php .bread-crumbs span {
  margin: 0 0.5em;
  font-weight: 100;
}
.page-template-page-templatespage-intern-content-marketing-php #training-materials {
  margin-bottom: 1em;
}
.page-template-page-templatespage-intern-content-marketing-php #training-materials h3 {
  margin: 0.8em 0 0.6em;
}
.page-template-page-templatespage-intern-content-marketing-php #training-materials ul li {
  list-style: none;
  margin: 0 0 1em;
}
.page-template-page-templatespage-intern-content-marketing-php #training-materials a {
  color: #458ebd;
  text-decoration: underline;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-content-marketing-php #training-materials .articles h3 {
  margin: 1em 0 0em;
}
.page-template-page-templatespage-intern-content-marketing-php #training-materials .videos {
  width: 50%;
}
.page-template-page-templatespage-intern-content-marketing-php #training-materials .videos h3 {
  margin-top: 1em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-intern-content-marketing-php #training-materials .videos {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper {
  background: #f1f1f1;
  padding: 1em 0;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper h3 {
  -webkit-margin-before: 0;
  margin-bottom: 0.3em;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper #manager-info .manager-title {
  font-size: 1.8em;
  font-weight: 500;
  font-style: italic;
  float: left;
  margin-right: 25px;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper #manager-info .social-media {
  display: inline-block;
  margin: 0.5em 0;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper #manager-info .social-media li {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper #manager-info .social-media a {
  display: block;
  text-indent: -9999px;
  height: 32px;
  width: 34px;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper #manager-info .social-media a.twitter {
  background: url(../images/twitter-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper #manager-info .social-media a.gplus {
  background: url(../images/gplus-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper #manager-info .social-media a.linkedin {
  background: url(../images/linkedin-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-content-marketing-php #manager-wrapper #manager-info p {
  color: #303030;
  font-weight: 100;
  -webkit-margin-before: 0;
}

/* Internship Program - Account Coordination */
.page-template-page-templatespage-intern-acct-coord-php #intern-password-form {
  min-height: 200px;
  width: 70%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
  display: block;
}
.page-template-page-templatespage-intern-acct-coord-php #intern-password-form input[type="text"],
.page-template-page-templatespage-intern-acct-coord-php #intern-password-form input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 10px;
  padding: 8px 14px;
}
.page-template-page-templatespage-intern-acct-coord-php #intern-password-form input[type="submit"] {
  background: #B3D256;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.page-template-page-templatespage-intern-acct-coord-php #intern-password-form input[type="submit"]:hover {
  background: #c1e064;
}
.page-template-page-templatespage-intern-acct-coord-php h2, .page-template-page-templatespage-intern-acct-coord-php h3, .page-template-page-templatespage-intern-acct-coord-php h4 {
  font-size: 2.4em;
  font-weight: 600;
  margin: 0.6em 0 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-acct-coord-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-intern-acct-coord-php .wrap {
  max-width: 1140px;
  padding: 0 15px;
}
.page-template-page-templatespage-intern-acct-coord-php #internship-lp {
  background: #fff;
}
.page-template-page-templatespage-intern-acct-coord-php #internship-lp #internship-title {
  background: #f0f0f0;
}
.page-template-page-templatespage-intern-acct-coord-php #internship-lp #internship-title h1 {
  font-weight: 400;
  font-size: 2.99em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-intern-acct-coord-php #internship-lp #internship-title h1 {
    font-size: 2em;
  }
}
.page-template-page-templatespage-intern-acct-coord-php #internship-lp #internship-title span.intern-page-title {
  font-weight: 600;
}
.page-template-page-templatespage-intern-acct-coord-php #internship-lp #internship-content {
  padding: 1.8em 0;
}
.page-template-page-templatespage-intern-acct-coord-php #intern-hero-section {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #5c5c5c;
}
.page-template-page-templatespage-intern-acct-coord-php #intern-hero-section h2 {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-acct-coord-php #intern-hero-section p {
  font-weight: 300;
  font-size: 1.1em;
}
.page-template-page-templatespage-intern-acct-coord-php .bread-crumbs a, .page-template-page-templatespage-intern-acct-coord-php .bread-crumbs span {
  margin: 0 0.5em;
  font-weight: 100;
}
.page-template-page-templatespage-intern-acct-coord-php #training-materials {
  margin-bottom: 1em;
}
.page-template-page-templatespage-intern-acct-coord-php #training-materials h3 {
  margin: 0.8em 0 0.6em;
}
.page-template-page-templatespage-intern-acct-coord-php #training-materials .articles h3 {
  margin: 1em 0 0em;
}
.page-template-page-templatespage-intern-acct-coord-php #training-materials .articles ul li {
  list-style: none;
  margin: 0 0 1em;
}
.page-template-page-templatespage-intern-acct-coord-php #training-materials .articles a {
  color: #458ebd;
  text-decoration: underline;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-acct-coord-php #training-materials .videos {
  width: 50%;
}
.page-template-page-templatespage-intern-acct-coord-php #training-materials .videos h3 {
  margin-top: 1em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-intern-acct-coord-php #training-materials .videos {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper {
  background: #f1f1f1;
  padding: 1em 0;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper h3 {
  -webkit-margin-before: 0;
  margin-bottom: 0.3em;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper #manager-info .manager-title {
  font-size: 1.8em;
  font-weight: 500;
  font-style: italic;
  float: left;
  margin-right: 25px;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper #manager-info .social-media {
  display: inline-block;
  margin: 0.5em 0;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper #manager-info .social-media li {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper #manager-info .social-media a {
  display: block;
  text-indent: -9999px;
  height: 32px;
  width: 34px;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper #manager-info .social-media a.twitter {
  background: url(../images/twitter-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper #manager-info .social-media a.gplus {
  background: url(../images/gplus-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper #manager-info .social-media a.linkedin {
  background: url(../images/linkedin-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-acct-coord-php #manager-wrapper #manager-info p {
  color: #303030;
  font-weight: 100;
  -webkit-margin-before: 0;
}

/* Internship Program - Product Information */
.page-template-page-templatespage-intern-product-info-php #intern-password-form {
  min-height: 200px;
  width: 70%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
  display: block;
}
.page-template-page-templatespage-intern-product-info-php #intern-password-form input[type="text"],
.page-template-page-templatespage-intern-product-info-php #intern-password-form input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 10px;
  padding: 8px 14px;
}
.page-template-page-templatespage-intern-product-info-php #intern-password-form input[type="submit"] {
  background: #B3D256;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.page-template-page-templatespage-intern-product-info-php #intern-password-form input[type="submit"]:hover {
  background: #c1e064;
}
.page-template-page-templatespage-intern-product-info-php h2, .page-template-page-templatespage-intern-product-info-php h3, .page-template-page-templatespage-intern-product-info-php h4 {
  font-size: 2.4em;
  font-weight: 600;
  margin: 0.6em 0 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-product-info-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-intern-product-info-php .wrap {
  max-width: 1140px;
  padding: 0 15px;
}
.page-template-page-templatespage-intern-product-info-php #internship-lp {
  background: #fff;
}
.page-template-page-templatespage-intern-product-info-php #internship-lp #internship-title {
  background: #f0f0f0;
}
.page-template-page-templatespage-intern-product-info-php #internship-lp #internship-title h1 {
  font-weight: 400;
  font-size: 2.99em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-intern-product-info-php #internship-lp #internship-title h1 {
    font-size: 2em;
  }
}
.page-template-page-templatespage-intern-product-info-php #internship-lp #internship-title span.intern-page-title {
  font-weight: 600;
}
.page-template-page-templatespage-intern-product-info-php #internship-lp #internship-content {
  padding: 1.8em 0;
}
.page-template-page-templatespage-intern-product-info-php #intern-hero-section {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #5c5c5c;
}
.page-template-page-templatespage-intern-product-info-php #intern-hero-section h2 {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-product-info-php #intern-hero-section p {
  font-weight: 300;
  font-size: 1.1em;
}
.page-template-page-templatespage-intern-product-info-php .bread-crumbs a, .page-template-page-templatespage-intern-product-info-php .bread-crumbs span {
  margin: 0 0.5em;
  font-weight: 100;
}
.page-template-page-templatespage-intern-product-info-php #training-materials {
  margin-bottom: 1em;
}
.page-template-page-templatespage-intern-product-info-php #training-materials h3 {
  margin: 0.8em 0 0.6em;
}
.page-template-page-templatespage-intern-product-info-php #training-materials .articles h3 {
  margin: 1em 0 0em;
}
.page-template-page-templatespage-intern-product-info-php #training-materials .articles ul li {
  list-style: none;
  margin: 0 0 1em;
}
.page-template-page-templatespage-intern-product-info-php #training-materials .articles a {
  color: #458ebd;
  text-decoration: underline;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0;
  line-height: 1em;
}
.page-template-page-templatespage-intern-product-info-php #training-materials .videos {
  width: 50%;
}
.page-template-page-templatespage-intern-product-info-php #training-materials .videos h3 {
  margin-top: 1em;
}
@media screen and (max-width: 320px) {
  .page-template-page-templatespage-intern-product-info-php #training-materials .videos {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper {
  background: #f1f1f1;
  padding: 1em 0;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper h3 {
  -webkit-margin-before: 0;
  margin-bottom: 0.3em;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper #manager-info .manager-title {
  font-size: 1.8em;
  font-weight: 500;
  font-style: italic;
  float: left;
  margin-right: 25px;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper #manager-info .social-media {
  display: inline-block;
  margin: 0.5em 0;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper #manager-info .social-media li {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper #manager-info .social-media a {
  display: block;
  text-indent: -9999px;
  height: 32px;
  width: 34px;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper #manager-info .social-media a.twitter {
  background: url(../images/twitter-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper #manager-info .social-media a.gplus {
  background: url(../images/gplus-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper #manager-info .social-media a.linkedin {
  background: url(../images/linkedin-block.jpg) no-repeat;
}
.page-template-page-templatespage-intern-product-info-php #manager-wrapper #manager-info p {
  color: #303030;
  font-weight: 100;
  -webkit-margin-before: 0;
}

/* Webinar Main Page Styling: */
.page-template-page-templatespage-webinar-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-webinar-php .wrap {
  max-width: 1140px;
  position: relative;
}
.page-template-page-templatespage-webinar-php .webinar-section-header {
  font-size: 1.4em;
  margin: 0.8em 0 12px 0;
  font-weight: 600;
  text-align: left;
}
.page-template-page-templatespage-webinar-php #webinar-header-section {
  padding: 20px 0;
  background: url(../images/webinar-library-header-image.jpg) no-repeat;
  background-size: cover;
  background-color: #4d4d4d;
}
.page-template-page-templatespage-webinar-php #webinar-header-section .wrap {
  max-width: 1140px;
}
.page-template-page-templatespage-webinar-php #webinar-header-section h1#webinar-header {
  font-weight: 500;
  font-size: 2.5em;
  color: #fff;
  line-height: 1;
  margin: 0;
  position: relative;
  border: none;
  height: auto;
}
.page-template-page-templatespage-webinar-php #webinar-header-section p {
  color: #fff;
  margin: 10px 0;
  font-weight: 300;
  font-size: 1.3em;
}
.page-template-page-templatespage-webinar-php #webinar-schedule-section {
  background: #fff;
  padding: 30px 0;
}
.page-template-page-templatespage-webinar-php #webinar-schedule-section .entry-content .webinar-content {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.page-template-page-templatespage-webinar-php #webinar-schedule-section .entry-content .webinar-content h4 {
  margin: 0;
}
.page-template-page-templatespage-webinar-php #webinar-schedule-section .entry-content .webinar-content p.webinar-category {
  display: inline-block;
  background: #707070;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 8px;
  margin: 0;
}
.page-template-page-templatespage-webinar-php #webinar-schedule-section .entry-content .webinar-content p.summary {
  color: #707070;
  margin: 0;
}
.page-template-page-templatespage-webinar-php #webinar-schedule-section .entry-content .webinar-content a.blue-button {
  width: auto;
  display: inline-block;
  max-width: none;
  margin: 10px auto 0;
  padding: 12px 30px;
  background: #418bb9;
  font-size: 1em;
}
.page-template-page-templatespage-webinar-php #webinar-schedule-section .entry-content .webinar-content a.blue-button:hover {
  color: #fff;
}
.page-template-page-templatespage-webinar-php #webinar-schedule-section .entry-content div:last-of-type {
  border-bottom: none;
}
.page-template-page-templatespage-webinar-php #sidebar-webinar {
  display: none;
}

/* Webinar - Single Styles */
.single-webinars #content {
  background: #fff;
  margin-top: 0;
}

.webinar-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#webinar-title {
  display: block;
  background: #f0f0f0;
  border-bottom: 1px solid #d6d6d6;
  height: auto;
}
#webinar-title h1 {
  font-size: 2.22em;
  padding: 17px 0 0;
  display: block;
  font-weight: 300;
  margin-top: 0;
}
#webinar-title h1 strong {
  font-weight: 600;
}

#webinar-body {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px 40px;
}

#webinar-header {
  display: block;
  margin: 10px auto;
  padding: 10px 0;
}
#webinar-header .date {
  display: block;
  float: none;
  width: 100%;
  padding-bottom: 10px;
  border-right: 0px solid #ccc;
}
#webinar-header .date h4 {
  margin: 0;
  text-align: center;
}
#webinar-header .date ul {
  margin: 0;
}
#webinar-header .date li {
  text-transform: uppercase;
  list-style: none;
  text-align: center;
  margin: 0;
  line-height: 28px;
}
#webinar-header .date .day {
  color: #458bbd;
  font-size: 1.750em;
}
#webinar-header .date .month {
  font-size: 3em;
  color: #458bbd;
  font-weight: 600;
  line-height: 37px;
}
#webinar-header .date .time {
  color: #3f3f3f;
  font-size: 1.550em;
  font-weight: 300;
}
#webinar-header .date-passed .day {
  font-size: 1.5em;
}
#webinar-header .date-passed .month {
  font-size: 1.5em;
  font-weight: 400;
}
#webinar-header .expert {
  width: 100%;
  float: none;
  font-size: 1.500em;
  color: #3f3f3f;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
#webinar-header .expert p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
}
#webinar-header .expert img {
  float: left;
  max-width: 35%;
  padding: 10px;
  height: auto;
}

#webinar-info {
  min-height: 500px;
  margin-bottom: 30px;
}
#webinar-info h2 {
  color: #3f3f3f;
  font-size: 26px;
}
#webinar-info .going-to-show {
  max-width: 100%;
  float: none;
}
#webinar-info .going-to-show li {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 6px;
  list-style: none;
  background: url(../images/orange-check.jpg) no-repeat 0 8px;
  padding: 0 0 0 28px;
  display: block;
}
#webinar-info .going-to-show .limited-space {
  position: relative;
  margin-bottom: 20px;
}
#webinar-info .going-to-show .limited-space span {
  padding: 20px 100px 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #478cbb;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  background: url(../images/limited-arrow.jpg) no-repeat right;
}
#webinar-info #attend-form {
  max-width: 100%;
  display: block;
  float: none;
}
#webinar-info #attend-form .form-title {
  font-weight: 600;
}
#webinar-info #attend-form .form-wrapper {
  background: #deebf4;
  border: none;
  padding: 20px 30px !Important;
  border-radius: 8px;
  min-height: 438px;
}
#webinar-info #attend-form .form-wrapper input[type="text"],
#webinar-info #attend-form .form-wrapper input[type="email"],
#webinar-info #attend-form .form-wrapper input[type="tel"] {
  width: 100% !important;
  display: block;
  max-width: 100%;
  background: #fff !important;
  border-radius: 4px;
  padding: 10px 10px !important;
  border: 1px solid #458cba !important;
  margin-bottom: 17px;
}
#webinar-info #attend-form .form-wrapper input[type="submit"] {
  background: #e87437 !important;
  width: 100% !important;
  display: block;
  padding: 14px !important;
  border: 0 !important;
  border-bottom: 2px solid #1c3e64 !important;
  font-weight: normal;
  margin: 0 !important;
  text-align: center;
  max-width: 100%;
  font-size: 24px !important;
  border-radius: 6px !important;
  color: #fff;
}
#webinar-info #attend-form .form-wrapper input[type="submit"]:hover {
  background: #db692e;
}
#webinar-info #attend-form .form-wrapper .gfield_html {
  color: #646464;
  font-size: 12px;
  margin: 20px 0;
}
#webinar-info #attend-form .form-wrapper .gform_footer.top_label {
  margin: 0;
  padding: 0;
}
#webinar-info #attend-form .form-wrapper .mab-heading {
  color: #505251 !important;
  font-weight: normal !important;
  font-size: 18px !important;
}
#webinar-info #attend-form .form-wrapper .mab-main-action-wrap .gform_wrapper {
  margin-top: 0;
}
#webinar-info #attend-form .form-wrapper .mab-main-action-wrap form {
  margin-top: 0;
}
#webinar-info #attend-form .form-wrapper .form-thankyou {
  display: none;
}
#webinar-info #attend-form .form-wrapper .form-thankyou p {
  font-size: 18px;
  line-height: 25px;
}
#webinar-info #attend-form .form-wrapper .form-thankyou hr {
  margin: 28px 0 32px;
  background: #000;
  border-color: #a1a1a1;
  border-width: 1px;
  border-top: 0;
}
#webinar-info #attend-form .form-wrapper .form-thankyou strong {
  font-weight: 600;
}
#webinar-info #attend-form .form-wrapper .share-webinar .share-title {
  margin-top: -5px;
  margin-bottom: 10px;
  display: block;
}
#webinar-info #attend-form .form-wrapper .share-webinar li {
  margin-bottom: 9px;
}
#webinar-info .gform_wrapper .gfield_required {
  display: none !important;
}

#best-companies {
  background: #f0f0f0;
  display: block;
  padding: 15px 0;
  border-top: 1px solid #dadada;
  color: #525252;
}
#best-companies .company-list {
  margin: 0 auto;
  display: block;
  float: none;
}
#best-companies .company-list li {
  list-style: none;
  display: block;
  float: none;
  width: 100%;
  max-width: 180px;
}

.page-template-page-templatespage-decision-diamond-pm-php {
  /* end dd header */
}
.page-template-page-templatespage-decision-diamond-pm-php #content {
  background: #fff;
  margin-top: 0px;
}
.page-template-page-templatespage-decision-diamond-pm-php .container {
  display: block;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-header {
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
  min-height: 130px;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-header #inner-header {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 15px 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 {
  color: #418bb9;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 span {
  display: inline-block;
  color: #303030;
  font-style: italic;
  font-size: 30px;
  margin-right: 26px;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 span::first-letter {
  font-style: normal;
  margin-left: 4px;
  display: none;
  font-size: 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-header .breadcrumbs {
  font-size: 14px;
  display: none;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-header .breadcrumbs a {
  color: #418bbc;
  font-size: 14px;
  font-weight: 300;
  padding: 0 5px;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-header .breadcrumbs a:first-child {
  padding-left: 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .container {
  max-width: 1140px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category h3 {
  font-size: 34px;
  color: #474747;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category p {
  color: #2e2e2e;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category .category-product-list {
  display: block;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .construction {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .construction .category-product-list {
  background: #cbd8e0;
  padding: 15px;
  border-radius: 2px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .construction .category-product-list li {
  list-style: none;
  margin-left: 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .construction .category-product-list a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #e9f1f6;
  padding: 5px 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise .category-product-list {
  background: #cbe0d1;
  padding: 15px;
  border-radius: 2px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise .category-product-list li {
  list-style: none;
  margin-left: 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise .category-product-list a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #e5f2e9;
  padding: 5px 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .software-development {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .software-development .category-product-list {
  background: #ebebeb;
  padding: 15px;
  border-radius: 2px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .software-development .category-product-list li {
  list-style: none;
  margin-left: 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .software-development .category-product-list a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f7f7f7;
  padding: 5px 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing .category-product-list {
  background: #e0e0cb;
  padding: 15px;
  border-radius: 2px;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing .category-product-list li {
  list-style: none;
  margin-left: 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing .category-product-list a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f2f2e7;
  padding: 5px 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond {
  display: block;
  width: 100%;
  background: none;
  margin: 20px 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond ul li {
  font-size: 23px;
  color: #42424a;
  font-weight: 500;
  margin-bottom: 12px;
  list-style: none;
  margin-left: 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond ul li img {
  margin-right: 4px;
  width: 26px;
  height: 26px;
  background: #fff;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond ul li a {
  text-decoration: none;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q1 {
  display: none;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q2 {
  display: none;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q3 {
  display: none;
}
.page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q4 {
  display: none;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-footer {
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  display: block;
  padding: 20px 0;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-footer .social-share-bar {
  text-align: center;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-footer .footer-copy {
  float: none;
  width: 100%;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-footer p {
  font-size: 18px;
  line-height: 1.5rem;
  text-align: justify;
}
.page-template-page-templatespage-decision-diamond-pm-php #dd-footer .cta-form {
  margin: 35px auto;
}
.page-template-page-templatespage-decision-diamond-pm-php .tooltipster-default {
  background: #fff;
  width: 277px;
}
.page-template-page-templatespage-decision-diamond-pm-php .tooltipster-default img {
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.page-template-page-templatespage-decision-diamond-pm-php .tooltipster-default strong {
  font-size: 21px;
  color: #545454;
}
.page-template-page-templatespage-decision-diamond-pm-php .tooltipster-default a {
  color: #418bbc;
  font-size: 20px;
}

/* Terms and Conditions */
.page-template-page-templatespage-terms-php {
  background: #fff;
}
.page-template-page-templatespage-terms-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-terms-php #inner-content {
  max-width: 1140px;
}
.page-template-page-templatespage-terms-php h1.page-title {
  font-size: 2em;
}

/* Privacy Policy */
.page-template-page-templatespage-privacy-php {
  background: #fff;
}
.page-template-page-templatespage-privacy-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-privacy-php h1.page-title {
  font-size: 2em;
}

/* BUYERS GUIDE LANDING PAGES */
.page-template-page-templatespage-gamification-lp-php #content,
.page-template-page-templatespage-ehr-lp-php #content,
.page-template-page-templatespage-business-intelligence-lp-php #content,
.page-template-page-templatespage-project-mgmt-lp-php #content,
.page-template-page-templatespage-ehr-buyers-guide-lp-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-gamification-lp-php #inner-content,
.page-template-page-templatespage-ehr-lp-php #inner-content,
.page-template-page-templatespage-business-intelligence-lp-php #inner-content,
.page-template-page-templatespage-project-mgmt-lp-php #inner-content,
.page-template-page-templatespage-ehr-buyers-guide-lp-php #inner-content {
  max-width: 1140px;
  margin: 0 auto;
}
.page-template-page-templatespage-gamification-lp-php .top-bar,
.page-template-page-templatespage-gamification-lp-php .bottom-bar,
.page-template-page-templatespage-ehr-lp-php .top-bar,
.page-template-page-templatespage-ehr-lp-php .bottom-bar,
.page-template-page-templatespage-business-intelligence-lp-php .top-bar,
.page-template-page-templatespage-business-intelligence-lp-php .bottom-bar,
.page-template-page-templatespage-project-mgmt-lp-php .top-bar,
.page-template-page-templatespage-project-mgmt-lp-php .bottom-bar,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .top-bar,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .bottom-bar {
  min-height: 45px;
  background: #f1f1f1;
}
.page-template-page-templatespage-gamification-lp-php .top-bar,
.page-template-page-templatespage-ehr-lp-php .top-bar,
.page-template-page-templatespage-business-intelligence-lp-php .top-bar,
.page-template-page-templatespage-project-mgmt-lp-php .top-bar,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .top-bar {
  padding: 46px 15px;
  border-bottom: 1px solid #9e9e9e;
}
.page-template-page-templatespage-gamification-lp-php .top-bar h1,
.page-template-page-templatespage-ehr-lp-php .top-bar h1,
.page-template-page-templatespage-business-intelligence-lp-php .top-bar h1,
.page-template-page-templatespage-project-mgmt-lp-php .top-bar h1,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .top-bar h1 {
  color: #4d4d4d;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 1.9rem;
}
.page-template-page-templatespage-gamification-lp-php .main-content,
.page-template-page-templatespage-ehr-lp-php .main-content,
.page-template-page-templatespage-business-intelligence-lp-php .main-content,
.page-template-page-templatespage-project-mgmt-lp-php .main-content,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content {
  background: #fff;
  padding: 2em 15px;
}
.page-template-page-templatespage-gamification-lp-php .main-content img,
.page-template-page-templatespage-ehr-lp-php .main-content img,
.page-template-page-templatespage-business-intelligence-lp-php .main-content img,
.page-template-page-templatespage-project-mgmt-lp-php .main-content img,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content img {
  margin: 0 auto;
  display: block;
}
.page-template-page-templatespage-gamification-lp-php .main-content h4,
.page-template-page-templatespage-ehr-lp-php .main-content h4,
.page-template-page-templatespage-business-intelligence-lp-php .main-content h4,
.page-template-page-templatespage-project-mgmt-lp-php .main-content h4,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content h4 {
  margin: 0 0 2rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.2;
}
.page-template-page-templatespage-gamification-lp-php .main-content .free,
.page-template-page-templatespage-ehr-lp-php .main-content .free,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .free,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .free,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .free {
  text-transform: uppercase;
  color: #418bb9;
  font-weight: 700;
}
.page-template-page-templatespage-gamification-lp-php .main-content .guide-category,
.page-template-page-templatespage-ehr-lp-php .main-content .guide-category,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .guide-category,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .guide-category,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .guide-category {
  color: #888;
  font-weight: 700;
  font-style: italic;
  margin-right: 5px;
}
.page-template-page-templatespage-gamification-lp-php .main-content .content-copy,
.page-template-page-templatespage-ehr-lp-php .main-content .content-copy,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .content-copy,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .content-copy,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .content-copy {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-templatespage-gamification-lp-php .main-content .content-copy .fa-ul li,
.page-template-page-templatespage-ehr-lp-php .main-content .content-copy .fa-ul li,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .content-copy .fa-ul li,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .content-copy .fa-ul li,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .content-copy .fa-ul li {
  margin-bottom: 0.6em !important;
}
.page-template-page-templatespage-gamification-lp-php .main-content .content-copy img,
.page-template-page-templatespage-ehr-lp-php .main-content .content-copy img,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .content-copy img,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .content-copy img,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .content-copy img {
  margin: 0 auto !important;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form {
  margin-top: 1.5rem;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper {
  background: #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px 15px;
  border: 1px solid #9e9e9e;
  margin: 10px auto;
  max-width: 98%;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper .gform_body input,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper .gform_body input,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper .gform_body input,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper .gform_body input,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper .gform_body input {
  margin-top: 8px;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper .gform_footer,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper .gform_footer,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper .gform_footer,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper .gform_footer,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper .gform_footer {
  text-align: center;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit],
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit],
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit],
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit],
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit] {
  text-transform: none;
  background: #ff853b;
  border: 0;
  cursor: pointer;
  border-bottom: 3px solid #4d4d4d;
  display: block;
  padding: 15px 20px;
  width: 226px;
  text-align: center;
  color: #fff;
  font-size: 1.4em !important;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 250px !important;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit]:hover,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit]:hover,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit]:hover,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit]:hover,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #fff;
  background: #ff8b45;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li {
  margin-top: 6px;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  float: right;
  margin-left: 5px;
  margin-top: 3px;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  float: right;
  margin: 5px 2px 4px 0;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper .top_label .gfield_label,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper .top_label .gfield_label,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper .top_label .gfield_label,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper .top_label .gfield_label,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_heading,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_heading,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_heading,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_heading,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_heading {
  padding: 1em 0 0 0;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_heading span,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_heading span,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_heading span,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_heading span,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_heading span {
  text-align: left;
  line-height: 1;
  font-weight: 600 !important;
  font-size: 18px;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_body,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_body,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_body,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_body,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_body {
  text-align: left;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_body input,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_body input,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_body input,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_body input,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_body input {
  width: 100%;
  font-size: 18px;
  margin: 5px 0;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #418bb9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=text],
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=url],
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=email],
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=tel],
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=number],
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=password],
.page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper li.gfield_error textarea,
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=text],
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=url],
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=email],
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=tel],
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=number],
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=password],
.page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper li.gfield_error textarea,
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=text],
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=url],
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=email],
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=tel],
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=number],
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=password],
.page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper li.gfield_error textarea,
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=text],
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=url],
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=email],
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=tel],
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=number],
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=password],
.page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper li.gfield_error textarea,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=text],
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=url],
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=email],
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=tel],
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=number],
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper li.gfield_error input[type=password],
.page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper li.gfield_error textarea {
  border: 1px solid red;
}
.page-template-page-templatespage-gamification-lp-php .gform_wrapper li.gfield.gfield_error,
.page-template-page-templatespage-gamification-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-page-templatespage-ehr-lp-php .gform_wrapper li.gfield.gfield_error,
.page-template-page-templatespage-ehr-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-page-templatespage-business-intelligence-lp-php .gform_wrapper li.gfield.gfield_error,
.page-template-page-templatespage-business-intelligence-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-page-templatespage-project-mgmt-lp-php .gform_wrapper li.gfield.gfield_error,
.page-template-page-templatespage-project-mgmt-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .gform_wrapper li.gfield.gfield_error,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  padding: 0 !important;
  border: none;
  margin-bottom: 0px !important;
}
.page-template-page-templatespage-gamification-lp-php .gform_wrapper .top_label .gfield_description.validation_message,
.page-template-page-templatespage-gamification-lp-php .gform_wrapper .gfield_description.validation_message,
.page-template-page-templatespage-ehr-lp-php .gform_wrapper .top_label .gfield_description.validation_message,
.page-template-page-templatespage-ehr-lp-php .gform_wrapper .gfield_description.validation_message,
.page-template-page-templatespage-business-intelligence-lp-php .gform_wrapper .top_label .gfield_description.validation_message,
.page-template-page-templatespage-business-intelligence-lp-php .gform_wrapper .gfield_description.validation_message,
.page-template-page-templatespage-project-mgmt-lp-php .gform_wrapper .top_label .gfield_description.validation_message,
.page-template-page-templatespage-project-mgmt-lp-php .gform_wrapper .gfield_description.validation_message,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .gform_wrapper .top_label .gfield_description.validation_message,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
}
.page-template-page-templatespage-gamification-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.page-template-page-templatespage-ehr-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.page-template-page-templatespage-business-intelligence-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.page-template-page-templatespage-project-mgmt-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px !important;
}
.page-template-page-templatespage-gamification-lp-php .gform_wrapper .top_label .gfield_error,
.page-template-page-templatespage-ehr-lp-php .gform_wrapper .top_label .gfield_error,
.page-template-page-templatespage-business-intelligence-lp-php .gform_wrapper .top_label .gfield_error,
.page-template-page-templatespage-project-mgmt-lp-php .gform_wrapper .top_label .gfield_error,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.page-template-page-templatespage-gamification-lp-php .gform_wrapper .validation_message,
.page-template-page-templatespage-ehr-lp-php .gform_wrapper .validation_message,
.page-template-page-templatespage-business-intelligence-lp-php .gform_wrapper .validation_message,
.page-template-page-templatespage-project-mgmt-lp-php .gform_wrapper .validation_message,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .gform_wrapper .validation_message {
  font-weight: 400;
}
.page-template-page-templatespage-gamification-lp-php .gform_wrapper div.validation_error,
.page-template-page-templatespage-ehr-lp-php .gform_wrapper div.validation_error,
.page-template-page-templatespage-business-intelligence-lp-php .gform_wrapper div.validation_error,
.page-template-page-templatespage-project-mgmt-lp-php .gform_wrapper div.validation_error,
.page-template-page-templatespage-ehr-buyers-guide-lp-php .gform_wrapper div.validation_error {
  font-weight: 500;
}

.bottom-bar {
  padding: 0 15px 1rem;
  border-top: 1px solid #9e9e9e;
}
.bottom-bar h4 {
  margin: 1rem 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}
.bottom-bar .footer-content {
  padding: .5rem 0 1rem;
}
.bottom-bar .footer-content h4 {
  font-weight: 600;
  margin: 0;
  line-height: 1;
  font-size: 22px;
}
.bottom-bar .footer-content .phone-number {
  font-size: 35px;
  margin: 10px 0 0;
  font-weight: 700;
  line-height: 1;
}
.bottom-bar .footer-logos {
  margin: 0 auto;
  display: block;
}

/* CONSULTATION LANDING PAGE */
.page-template-page-templatespage-consultation-lp-php #content {
  background: #f0f0f0;
}
.page-template-page-templatespage-consultation-lp-php .wrap {
  max-width: 100%;
  padding: 0;
}
.page-template-page-templatespage-consultation-lp-php article header {
  margin-top: 40px;
  text-align: center;
  color: #f0f0f0;
  padding: 2rem 0 1.5rem;
  background: #418bbc;
}
.page-template-page-templatespage-consultation-lp-php article header h1 {
  font-size: 53px;
  font-weight: 600;
  margin: 0;
}
.page-template-page-templatespage-consultation-lp-php article header h2 {
  margin-top: 0;
  font-size: 33px;
  font-weight: 300;
}
.page-template-page-templatespage-consultation-lp-php section {
  max-width: 1140px;
  margin: 0 auto;
}
.page-template-page-templatespage-consultation-lp-php section .download-form {
  margin-top: 1.5rem;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper {
  background: #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px 15px;
  border: 1px solid #9e9e9e;
  margin: 10px auto;
  max-width: 98%;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper .gform_body input {
  margin-top: 8px;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper .gform_footer {
  text-align: center;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper .gform_footer input[type=submit] {
  text-transform: none;
  background: #ff853b;
  border: 0;
  cursor: pointer;
  border-bottom: 3px solid #4d4d4d;
  display: block;
  padding: 15px 20px;
  width: 226px;
  text-align: center;
  color: #fff;
  font-size: 1.4em !important;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 250px !important;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #fff;
  background: #ff8b45;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper ul.gfield_checkbox li {
  margin-top: 6px;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  float: right;
  margin-left: 5px;
  margin-top: 3px;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper ul.gfield_checkbox li label {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  float: right;
  margin: 5px 2px 4px 0;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_heading {
  padding: 1em 0 0 0;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_heading span {
  text-align: left;
  line-height: 1;
  font-weight: 600 !important;
  font-size: 18px;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_body {
  text-align: left;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_body input {
  width: 100%;
  font-size: 18px;
  margin: 5px 0;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #418bb9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper li.gfield_error input[type=text],
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper li.gfield_error input[type=url],
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper li.gfield_error input[type=email],
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper li.gfield_error input[type=tel],
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper li.gfield_error input[type=number],
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper li.gfield_error input[type=password],
.page-template-page-templatespage-consultation-lp-php section .download-form .gform_wrapper li.gfield_error textarea {
  border: 1px solid red;
}
.page-template-page-templatespage-consultation-lp-php section .gform_wrapper li.gfield.gfield_error,
.page-template-page-templatespage-consultation-lp-php section .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  padding: 0 !important;
  border: none;
  margin-bottom: 0px !important;
}
.page-template-page-templatespage-consultation-lp-php section .gform_wrapper .top_label .gfield_description.validation_message,
.page-template-page-templatespage-consultation-lp-php section .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
}
.page-template-page-templatespage-consultation-lp-php section .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px !important;
}
.page-template-page-templatespage-consultation-lp-php section .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.page-template-page-templatespage-consultation-lp-php section .gform_wrapper .validation_message {
  font-weight: 400;
}
.page-template-page-templatespage-consultation-lp-php section .gform_wrapper div.validation_error {
  font-weight: 500;
}

/* Modern Tribe Events Calendar */
#tribe-events-pg-template {
  background: #fff;
  margin-top: 0px;
  max-width: none;
  /* Events Main Page Styling: */
}
#tribe-events-pg-template #event-reviews {
  margin: 0;
}
#tribe-events-pg-template .wrap {
  max-width: 1140px;
  padding: 0 15px;
}
#tribe-events-pg-template .events-section-header {
  font-size: 1.4em;
  margin: 0.5em 0;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}
#tribe-events-pg-template .contact-events {
  width: 80%;
  margin: 0 auto;
  font-weight: 400;
  padding-bottom: 20px;
}
#tribe-events-pg-template .contact-events a {
  color: #418bb9;
}
#tribe-events-pg-template #tribe-events-container .month-share {
  display: block;
  margin: 20px auto 0;
  max-width: 600px;
}
#tribe-events-pg-template #tribe-events-container .social-share-bar {
  margin-bottom: 15px;
}
#tribe-events-pg-template #events-homepage-hero-section {
  background: url(../images/events-home-headerimage-01-mobile.jpg) no-repeat;
  background-size: cover;
  background-color: #418bb9;
  text-align: left;
  padding: 24px 0;
}
#tribe-events-pg-template #events-homepage-hero-section h1 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 1.55em;
}
#tribe-events-pg-template #events-homepage-hero-section p {
  color: #fff;
  margin: 0;
  font-size: 0.95em;
}
#tribe-events-pg-template #events-featured-section {
  padding-bottom: 20px;
}
#tribe-events-pg-template #events-featured-section .month-share {
  display: none;
}
#tribe-events-pg-template #events-featured-section a {
  text-decoration: none;
}
#tribe-events-pg-template #events-featured-section .featured-event {
  background: #f2f2f2;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 4px 0 #e9e8e8;
  margin-bottom: 15px;
  border-top: 8px solid #dbdbdb;
}
#tribe-events-pg-template #events-featured-section .featured-event h4 {
  margin: 0 0 15px 0;
  color: #418bb9;
}
#tribe-events-pg-template #events-featured-section .featured-event h3 {
  margin: 0;
}
#tribe-events-pg-template #events-featured-section .featured-event p {
  font-size: 1em;
  line-height: 21px;
  font-weight: 300;
}
#tribe-events-pg-template #events-featured-section .featured-event a.pull-right {
  color: #418bb9;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#tribe-events-pg-template #events-featured-section .featured-event a.pull-right:hover {
  color: #6ca7cb;
}
#tribe-events-pg-template #events-featured-section .featured-event a.pull-right i {
  font-size: 13px;
}
#tribe-events-pg-template #events-featured-section .post-image {
  float: left;
  width: 40%;
}
#tribe-events-pg-template #events-featured-section .post-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 135px;
}
#tribe-events-pg-template #events-featured-section .post-content {
  text-align: left;
  float: right;
}
#tribe-events-pg-template #events-featured-section .post-content h4 {
  color: #418bb9;
  font-weight: 400;
  margin: 0;
}
#tribe-events-pg-template #events-featured-section .post-content p {
  margin: 5px 0 10px 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}
#tribe-events-pg-template #events-featured-section .post-content .event-info {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 8px;
}
#tribe-events-pg-template #events-sweepstakes-section {
  padding: 20px 0;
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#tribe-events-pg-template #events-sweepstakes-section a {
  text-decoration: none;
}
#tribe-events-pg-template #events-sweepstakes-section a.sweepstakes-link {
  color: #418bb9;
  display: block;
  margin: 15px 0 0 0;
  font-size: 18px;
}
#tribe-events-pg-template #events-sweepstakes-section a.sweepstakes-link i {
  font-size: 12px;
  font-weight: 300;
}
#tribe-events-pg-template #events-sweepstakes-section .vr {
  display: none !important;
}
#tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb {
  margin-bottom: 15px;
}
#tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb p {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0 0 12px 0;
  text-align: left;
}
#tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb a.sweepstakes-link {
  color: #418bb9;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1;
  text-align: left;
}
#tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event {
  margin-bottom: 15px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event .post-image img {
  width: 100%;
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2px;
}
#tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event .post-content {
  text-align: center;
}
#tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event .post-content h4 {
  color: #418bb9;
  font-weight: 400;
  margin: 0;
}
#tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event p {
  margin: 0;
  text-align: center;
}
#tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event a {
  text-align: center;
}
#tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event a.button {
  margin: 15px 0 0 0;
}
#tribe-events-pg-template #events-search-bar .events-section-header {
  margin-bottom: 0;
}
#tribe-events-pg-template #events-content {
  background: #fff;
}
#tribe-events-pg-template #events-content hr {
  margin: 0;
}
#tribe-events-pg-template .browse-category-container,
#tribe-events-pg-template .sweepstakes-events-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 35px 20px;
  background-color: #efefef;
  box-shadow: 0 4px 0 #d3d3d3;
  margin-top: 15px;
}
#tribe-events-pg-template .sweepstakes-events-container {
  background-color: #fff;
  padding: 20px;
}
#tribe-events-pg-template #events-browse-category-section {
  padding-bottom: 3em;
}
#tribe-events-pg-template #events-browse-category-section .events-section-header {
  margin-bottom: 0;
}
#tribe-events-pg-template #events-browse-category-section ul.type-tribe_events {
  list-style: none;
  margin: 0;
}
#tribe-events-pg-template #events-browse-category-section ul.type-tribe_events li {
  line-height: 1.8em;
}
#tribe-events-pg-template #events-browse-category-section ul.type-tribe_events a {
  text-decoration: none;
  color: #418bb9;
  font-size: 1.2em;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#tribe-events-pg-template #events-browse-category-section ul.type-tribe_events a:hover {
  color: #357197;
}
#tribe-events-pg-template #tribe-events-container {
  background: #f0f0f0;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
#tribe-events-pg-template #tribe-events-container #tribe-bar-form .tribe-bar-filters {
  background: #f0f0f0;
  padding-top: 20px;
}
#tribe-events-pg-template .tribe-events-user-recurrence-toggle {
  display: none;
}
#tribe-events-pg-template .tribe-events-list .vevent.hentry {
  width: 93%;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 15px;
  padding-top: 15px;
  text-align: center;
}
#tribe-events-pg-template .tribe-events-list-event-description p {
  display: none;
}
#tribe-events-pg-template .module-title {
  padding-bottom: 8px;
}
#tribe-events-pg-template .tribe-events-list .tribe-events-event-cost {
  text-align: center;
  float: none;
}
#tribe-events-pg-template .tribe-events-featured-image img {
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
}
#tribe-events-pg-template .tribe-events-back a, #tribe-events-pg-template .tribe-events-nav-previous a, #tribe-events-pg-template .tribe-events-nav-next a {
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
}
#tribe-events-pg-template .tribe-events-sub-nav {
  list-style: none;
}
#tribe-events-pg-template .tribe-events-sub-nav li {
  display: inline-block;
}
#tribe-events-pg-template .tribe-events-sub-nav li a {
  background: none;
  color: #303030;
}
#tribe-events-pg-template .tribe-events-nav-next {
  float: right;
}
#tribe-events-pg-template .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events-pg-template .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] &gt; a, #tribe-events-pg-template #tribe_events_filters_wrapper input[type=submit] {
  background-color: #B3D256;
}
#tribe-events-pg-template .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover, #tribe-events-pg-template .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] &gt; a:hover, #tribe-events-pg-template #tribe_events_filters_wrapper input[type=submit]:hover {
  background-color: #a1c635;
}
#tribe-events-pg-template .tribe-events-list-separator-month span {
  background-color: #f0f0f0;
}
#tribe-events-pg-template .tribe-events-list-separator-month {
  margin-bottom: 10px;
}
#tribe-events-pg-template .tribe-events-single-event-description {
  text-align: justify;
}
#tribe-events-pg-template .tribe-events-single-event-description ol, #tribe-events-pg-template .tribe-events-single-event-description ul {
  padding: 0 30px;
}

/* Modern Tribe Events Calendar - SINGLE EVENTS PAGE */
.single-tribe_events {
  /* Ratings styles */
  /* Login Radius */
}
.single-tribe_events .ratings_left {
  width: 35%;
}
.single-tribe_events .ratings_right {
  width: 60%;
  float: right;
}
.single-tribe_events #reviews_wrapper .reviews_left {
  width: 13%;
}
.single-tribe_events #reviews_wrapper .reviews_left img {
  float: left;
  height: auto;
}
.single-tribe_events #reviews_wrapper .reviews_right {
  width: 78%;
}
.single-tribe_events #reviews_wrapper .reviews_right input,
.single-tribe_events #reviews_wrapper .reviews_right textarea {
  background-color: #ccc;
}
.single-tribe_events #reviews_wrapper .reviews_right input[type="submit"] {
  width: 45%;
  position: relative;
  box-shadow: 0 2px 0 #4d4d4d;
}
.single-tribe_events #reviews_wrapper .reviews_right input[type="submit"]:active, .single-tribe_events #reviews_wrapper .reviews_right input[type="submit"]:visited {
  box-shadow: 0 0px 0 #4d4d4d;
  top: 2px;
}
.single-tribe_events #reviews_wrapper #reviews_compose_box {
  height: 140px;
}
.single-tribe_events #reviews_wrapper .reviews_right input[type="submit"] {
  box-shadow: 0 2px 0 #4d4d4d;
  top: 0px;
  background: #B3D256;
}
.single-tribe_events #reviews_wrapper .reviews_right input[type="submit"]:hover {
  box-shadow: 0 1px 0 #4d4d4d;
  top: 1px;
  background: #B3D256;
}
.single-tribe_events #reviews_display_wrapper .ta_reviews_display_review_title h4.reviews_display_title {
  float: left;
  margin: 0 25px 0 0;
}
.single-tribe_events #reviews_display_wrapper p.ta_reviews_display_author_date {
  margin: 5px 0 !important;
}
.single-tribe_events #reviews_display_wrapper span.reviews_display_text p {
  margin: 5px 0;
}
.single-tribe_events .login-radius-social-events div {
  margin: 1rem auto;
  text-align: center;
  background: #f0f0f0;
  padding: 1px 0 5px;
}
.single-tribe_events .login-radius-social-events div label {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.single-tribe_events .login-radius-social-events div .lr-secured-linkboxtext {
  margin: 0 auto;
}
.single-tribe_events .login-radius-social-events div .interfacecontainerdiv {
  margin: 0;
}
.single-tribe_events #tribe-events-pg-template {
  background-color: #f0f0f0;
  /* Single Event Sidebar */
}
.single-tribe_events #tribe-events-pg-template #single-event-header {
  text-align: center;
  background: url(../images/single-event-header-image-mobile.jpg) no-repeat;
  background-size: cover;
  background-color: #418bb9;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
}
.single-tribe_events #tribe-events-pg-template #single-event-header h1 {
  margin: 15px 0 15px 0;
  font-weight: 600;
  font-size: 1.8em;
  vertical-align: text-top;
  line-height: 1;
  color: #fff;
}
.single-tribe_events #tribe-events-pg-template #single-event-header .event-top-reviews {
  display: none;
  margin: 10px 0 0;
}
.single-tribe_events #tribe-events-pg-template #single-event-header .event-info {
  font-weight: 400;
  font-size: 1.2em;
  margin: 10px 0 15px 0;
}
.single-tribe_events #tribe-events-pg-template #single-event-header .event-info .seperator {
  display: none;
}
.single-tribe_events #tribe-events-pg-template #single-event-header .button {
  width: 175px;
}
.single-tribe_events #tribe-events-pg-template #single-event-header #reviews_stars span,
.single-tribe_events #tribe-events-pg-template #single-event-header #reviews_stars span a {
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  padding: 0 5px;
  position: relative;
  top: -4px;
}
.single-tribe_events #tribe-events-pg-template #single-event-header #reviews_stars span a {
  top: -1px;
}
.single-tribe_events #tribe-events-pg-template #single-event-header .event-title-info {
  position: relative;
}
.single-tribe_events #tribe-events-pg-template #single-event-detail-info {
  background: #fff;
  border-bottom: 5px solid #ccc;
  padding: 22px 0;
}
.single-tribe_events #tribe-events-pg-template #single-event-detail-info div.vr {
  display: none;
}
.single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details,
.single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details {
  margin-left: 30%;
}
.single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details h3,
.single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details h3 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details p,
.single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details p {
  margin: 2px 0 0 0;
  line-height: 1.2;
  font-size: 16px;
}
.single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details a,
.single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details a {
  color: #418bb9;
  text-decoration: none;
}
.single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details div,
.single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details div {
  margin: 0 0 10px 0;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content {
  padding-top: 15px;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content p.share-event {
  margin: 0 0 2px 0;
  font-weight: 600;
  font-size: 14px;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content .events-section-header {
  font-weight: bold;
  margin: 0;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content #componentDiv {
  margin: 15px 0;
  width: 100%;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content .event-ticket-giveaway-section iframe {
  box-shadow: none !important;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content .event-ticket-giveaway-section h4.events-section-header {
  margin: 0 0 15px 0;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content .soundcloud-listing-section {
  height: 440px;
  overflow: scroll;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content .soundcloud-listing-section p {
  margin: 0 0 15px 0;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content .event-image-container {
  padding: 10px;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content .event-image-container img {
  vertical-align: bottom;
  opacity: 0;
  max-width: 100%;
  height: auto;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-single-event-description p {
  font-size: 1em;
  line-height: 1.4;
}
.single-tribe_events #tribe-events-pg-template #event-googlemap-mobile .module-title {
  text-align: center;
}
.single-tribe_events #tribe-events-pg-template #event-googlemap-mobile .single-event-venue-name {
  font-weight: 600;
  margin: 0;
}
.single-tribe_events #tribe-events-pg-template #event-googlemap-mobile p {
  margin-top: 0;
}
.single-tribe_events #tribe-events-pg-template ul.tribe-related-events .tribe-related-events-thumbnail img {
  width: 100%;
}
.single-tribe_events #tribe-events-pg-template ul.tribe-related-events .tribe-related-event-info h3 {
  font-size: 9px;
  margin: 0;
}
.single-tribe_events #tribe-events-pg-template #product-reviews h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.single-tribe_events #tribe-events-pg-template #customer-reviews {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
}
.single-tribe_events #tribe-events-pg-template #customer-reviews h4.events-section-header {
  font-size: 1.8em;
  margin: 0.5em 0;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}
.single-tribe_events #tribe-events-pg-template #customer-reviews #reviews_display_wrapper {
  margin-top: 20px;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle {
  display: none;
  padding-top: 15px;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .media-field {
  width: 100%;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .event-sidebar-header {
  line-height: 1.2;
  font-size: 18px;
  margin: 15px 0 0;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle p {
  line-height: 1.2;
  font-size: 16px;
  margin: 8px 0 25px 0;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .product-selection-tool-cta-sidebar {
  text-align: center;
  margin: 22px 0;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .product-selection-tool-cta-sidebar h4 {
  color: #fff;
  line-height: 1.2;
  background: #418bb9;
  padding: 12px 24px;
  font-weight: 600;
  margin: 0;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .product-selection-tool-cta-sidebar p {
  margin: 0;
  line-height: 1.2;
  font-size: 15px;
  padding: 16px 32px;
  background-color: #CFE2FF;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .product-selection-tool-cta-sidebar .button-container {
  background-color: #418bb9;
  padding: 16px;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .product-selection-tool-cta-sidebar .button-container a.medium-btn {
  width: 100%;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #event-googlemap p {
  margin: 0 0 5px 0;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.25;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #event-googlemap #tribe-events-gmap {
  margin-top: 25px !important;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #event-googlemap .single-event-venue-name {
  font-weight: 600;
  font-size: 1.3em;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #event-media a.customisable-highlight {
  font-size: 1.3em;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .module-title {
  padding-left: 0;
  text-align: center;
  text-transform: none;
  margin: 0 0 8px 0;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .medium-btn, .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle .medium-btn:visited {
  width: 190px;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #tribe-events-gmap {
  padding-top: 75%;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #sa-download-guide h4 {
  font-size: 1.1em;
  font-weight: 700;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #sa-download-guide p {
  font-size: 12px;
  line-height: 1.2;
}
.single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #sa-download-guide img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.single-tribe_events #tribe-events-pg-template .related_events {
  margin-bottom: 30px;
}

/* Modern Tribe Events Calendar - SINGLE VENUE PAGE */
.single-tribe_venue #tribe-events-pg-template {
  background-color: #f0f0f0;
}
.single-tribe_venue #tribe-events-pg-template #single-event-header {
  text-align: center;
}
.single-tribe_venue #tribe-events-pg-template #single-event-header #breadcrumbs-wrap {
  width: 50%;
  text-align: left;
  float: left;
  font-size: 8px;
}
.single-tribe_venue .tribe-events-venue-meta h2.entry-title {
  text-align: center;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-tribe_venue .tribe-events-venue-meta {
  padding-bottom: 20px;
}
.single-tribe_venue .tribe-events-venue-meta #tribe-events-gmap {
  width: 100% !important;
}
.single-tribe_venue .tribe-events-venue address.venue-address {
  display: block;
  text-align: center;
  font-size: 13px;
}
.single-tribe_venue .tribe-events-venue address.venue-address span.street-address,
.single-tribe_venue .tribe-events-venue address.venue-address span.tel,
.single-tribe_venue .tribe-events-venue address.venue-address span.url {
  text-align: center;
  display: inline-block;
  font-size: 13px;
}
.single-tribe_venue .tribe-events-venue .tribe-events-map-wrap {
  float: none;
  margin: 20px auto 14px;
  border: none;
  width: 95%;
}
.single-tribe_venue #tribe-events-content.tribe-events-list {
  background: #fff;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
}
.single-tribe_venue #tribe-events-content.tribe-events-list h2.tribe-events-page-title {
  text-transform: none;
  margin-top: 15px !important;
  font-size: 2em;
  font-weight: bold;
}
.single-tribe_venue #tribe-events-content.tribe-events-list .tribe-events-event-image img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

/* Modern Tribe Events Calendar - BROWSE BY CATEGORY PAGE */
.page-template-category-events-php #content {
  margin-top: 0px;
}
.page-template-category-events-php .wrap {
  max-width: 1140px;
}

#browse-events-by-category {
  background: #fff;
}
#browse-events-by-category #events-cat-title {
  background: #f0f0f0;
  padding-bottom: 20px;
}
#browse-events-by-category #events-cat-title h1 {
  margin: 15px 0 5px 0;
  font-weight: 300;
  font-size: 1.4em;
}
#browse-events-by-category #events-cat-title h1 span.browse-event-cat-title {
  font-weight: 600;
}
#browse-events-by-category #events-cat-title #breadcrumbs-wrap {
  display: none;
  width: 55%;
  text-align: left;
  float: left;
  font-size: 12px;
}
#browse-events-by-category #events-cat-title #event-cat-dropdown {
  margin-top: 10px;
}
#browse-events-by-category #events-cat-title #event-cat-dropdown ul {
  border: 1px solid #aaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 180px;
  padding: 4px 8px;
  list-style: none;
  position: relative;
  margin: 0;
}
#browse-events-by-category #events-cat-title #event-cat-dropdown ul li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  text-align: center;
}
#browse-events-by-category #events-cat-title #event-cat-dropdown ul li ul {
  display: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  list-style: none;
  position: absolute;
  top: 32px;
  left: 0;
  background: #f0f0f0;
}
#browse-events-by-category #events-cat-title #event-cat-dropdown ul li ul li {
  padding: 5px 8px;
}
#browse-events-by-category #events-cat-title #event-cat-dropdown ul li ul li:hover {
  background: #b5b5b5;
}
#browse-events-by-category #events-cat-title #event-cat-dropdown ul li ul li a {
  display: block;
  text-align: left;
}
#browse-events-by-category #events-cat-title #componentDiv {
  display: none;
}
#browse-events-by-category #category-events-feed {
  text-align: center;
  padding-bottom: 2em;
}
#browse-events-by-category #category-events-feed .entry-content {
  text-align: left;
}
#browse-events-by-category #category-events-feed .entry-content .no-upcoming {
  color: #418bb9;
}
#browse-events-by-category #category-events-feed .show-more-results {
  display: none;
  text-align: left;
}
#browse-events-by-category #category-events-feed a {
  text-decoration: none;
}
#browse-events-by-category #category-events-feed .post-image img {
  width: 40%;
  height: auto;
  display: block;
  margin: 15px auto;
  border: 1px solid #4d4d4d;
  border-radius: 2px;
}
#browse-events-by-category #category-events-feed .post-content {
  text-align: left;
}
#browse-events-by-category #category-events-feed .post-content h4 {
  color: #418bb9;
  font-weight: 400;
  margin: 0;
}
#browse-events-by-category #category-events-feed .post-content p {
  margin: 5px 0 10px 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}
#browse-events-by-category #category-events-feed .post-content .event-info {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 8px;
}

.event-sub-navigation {
  display: none;
  padding: 10px 0 8px;
  background-color: #303030;
  color: #fff;
  margin-bottom: 22px;
}
.event-sub-navigation .nav-wrap {
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
}
.event-sub-navigation a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.event-sub-navigation a:hover {
  color: #B3D256 !important;
}
.event-sub-navigation p, .event-sub-navigation ul {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}
.event-sub-navigation .fa {
  font-size: 18px;
  padding: 0 0 0 2px;
}
.event-sub-navigation .fa-chevron-right {
  font-size: 10px;
  padding: 0 3px;
  font-weight: 300;
}
.event-sub-navigation #breadcrumbs-wrap {
  width: 50%;
  text-align: left;
  float: left;
  font-size: 8px;
}
.event-sub-navigation #event-cat-dropdown {
  width: 50%;
  margin-left: 2%;
  float: right;
  font-size: 13px;
}
.event-sub-navigation #event-cat-dropdown ul {
  list-style: none;
  float: right;
  z-index: 5;
  position: relative;
}
.event-sub-navigation #event-cat-dropdown ul li a {
  text-decoration: none;
  display: block;
}
.event-sub-navigation #event-cat-dropdown ul li ul {
  display: none;
  margin: 0;
  list-style: none;
  position: absolute;
}
.event-sub-navigation #event-cat-dropdown ul li ul li {
  width: 160px;
  padding: 5px 8px;
  float: none;
  z-index: 20;
  text-align: left;
}
.event-sub-navigation #event-cat-dropdown ul li ul li:nth-child(even) {
  background: #444;
}
.event-sub-navigation #event-cat-dropdown ul li ul li:nth-child(odd) {
  background: #303030;
}
.event-sub-navigation #event-cat-dropdown ul li ul li a {
  display: block;
}

#sidebar-browse-events {
  margin-bottom: 35px;
}
#sidebar-browse-events #product-author-meta {
  display: none;
  margin: 0 auto;
  margin-bottom: 20px;
}
#sidebar-browse-events #product-author-meta .author-img {
  width: 31.491712705%;
  float: left;
}
#sidebar-browse-events #product-author-meta .author-info {
  width: 65.74585634900001%;
  float: left;
  margin-left: 2.762430939%;
  text-align: left;
}
#sidebar-browse-events #product-author-meta .author-info a {
  color: #418bb9;
  text-decoration: underline;
}
#sidebar-browse-events #product-author-meta .author-info a:hover {
  color: #357197;
}
#sidebar-browse-events #product-author-meta .events-contact {
  font-weight: 600;
  font-size: 1.3em;
}
#sidebar-browse-events #product-author-meta img {
  border: 1px solid #9e9e9e;
  margin: 0;
  width: 100%;
}
#sidebar-browse-events #product-author-meta p {
  margin: 0;
}
#sidebar-browse-events #product-author-meta hr {
  margin: 5px 0 10px 0;
}
#sidebar-browse-events #product-author-meta ul {
  list-style: none;
  margin: 0;
}
#sidebar-browse-events #product-author-meta ul li {
  display: inline;
}
#sidebar-browse-events #product-author-meta ul li a,
#sidebar-browse-events #product-author-meta ul li a:visited {
  display: inline-block;
  margin: 3px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  width: 27px;
  text-align: center;
  padding: 3px;
}
#sidebar-browse-events #product-author-meta ul li a.twitter {
  background: #00aced;
  color: #fff;
}
#sidebar-browse-events #product-author-meta ul li a.twitter:hover {
  background: #008bbf;
  color: #fff;
}
#sidebar-browse-events #product-author-meta ul li a.linkedin {
  background: #4875B4;
  color: #fff;
}
#sidebar-browse-events #product-author-meta ul li a.linkedin:hover {
  background: #3b6093;
  color: #fff;
}
#sidebar-browse-events #product-author-meta ul li a.gplus {
  background: #d94733;
  color: #fff;
}
#sidebar-browse-events #product-author-meta ul li a.gplus:hover {
  background: #bb3523;
  color: #fff;
}
#sidebar-browse-events #product-author-meta span {
  font-size: 1em;
  display: block;
  vertical-align: text-top;
  line-height: 1;
  margin-bottom: 5px;
}
#sidebar-browse-events #product-author-meta br {
  display: none;
}
#sidebar-browse-events #button-wrapper {
  text-align: center;
}
#sidebar-browse-events .module h4 {
  text-transform: none;
  font-weight: 400;
  font-size: 1.5em;
  margin: 0;
  line-height: 1.2em;
}
#sidebar-browse-events .module p {
  margin-bottom: 0;
}
#sidebar-browse-events #sa-cta {
  display: none;
}

/* Advertisers Page */
.page-template-page-templatespage-advertisers-php {
  /*  bubble */
}
.page-template-page-templatespage-advertisers-php .wrap {
  max-width: 1340px;
}
.page-template-page-templatespage-advertisers-php .module hr {
  border-bottom: none;
}
.page-template-page-templatespage-advertisers-php .module p {
  margin: 8px 0 20px 0;
  font-size: 1.1em;
}
.page-template-page-templatespage-advertisers-php .module h2 {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2em;
}
.page-template-page-templatespage-advertisers-php .module h4 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
}
.page-template-page-templatespage-advertisers-php a.cta-btn {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  padding: 12px 0;
  display: block;
  margin: 1em auto;
  text-transform: inherit;
}
.page-template-page-templatespage-advertisers-php .advert-brands {
  padding: 0;
}
.page-template-page-templatespage-advertisers-php .advert-brands a.cta-btn {
  width: 250px;
  max-width: 250px;
}
.page-template-page-templatespage-advertisers-php .advert-brands img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
}
.page-template-page-templatespage-advertisers-php #content {
  margin-top: 0px;
  min-height: 1000px;
}
.page-template-page-templatespage-advertisers-php #content .entry-content {
  margin: 0 auto;
}
.page-template-page-templatespage-advertisers-php #content .page-heading {
  color: #fff;
  padding: 15px 0 15px 0;
}
.page-template-page-templatespage-advertisers-php #advert-do-for-you {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-template-page-templatespage-advertisers-php #advert-do-for-you .lead-type-active {
  background: #ddd;
}
.page-template-page-templatespage-advertisers-php #advert-do-for-you ul {
  list-style: none;
}
.page-template-page-templatespage-advertisers-php #advert-do-for-you ul li {
  font-size: 1.3em;
  margin-top: 5px;
  cursor: pointer;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-template-page-templatespage-advertisers-php #advert-do-for-you ul li:hover {
  background: #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-templatespage-advertisers-php #advert-do-for-you .lead-types-container {
  display: none;
}
.page-template-page-templatespage-advertisers-php .leads-hr {
  display: none;
}
.page-template-page-templatespage-advertisers-php #getInTouchModal .gform_wrapper div.validation_error {
  font-weight: 500;
}
.page-template-page-templatespage-advertisers-php #getInTouchModal .gform_wrapper .top_label .gfield_description.validation_message,
.page-template-page-templatespage-advertisers-php #getInTouchModal .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
}
.page-template-page-templatespage-advertisers-php #We-Connect-You-to-IT-Professionals,
.page-template-page-templatespage-advertisers-php #Get-Leads-Throughout-the-Funnel,
.page-template-page-templatespage-advertisers-php #smartadviser-product-categories,
.page-template-page-templatespage-advertisers-php #brandlogo,
.page-template-page-templatespage-advertisers-php #testimonial-and-case-study {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-template-page-templatespage-advertisers-php #We-Connect-You-to-IT-Professionals,
.page-template-page-templatespage-advertisers-php #smartadviser-product-categories,
.page-template-page-templatespage-advertisers-php #testimonial-and-case-study {
  background: #f0f0f0;
  border-bottom: solid 1px #c2c2c2;
}
.page-template-page-templatespage-advertisers-php #Get-Leads-Throughout-the-Funnel,
.page-template-page-templatespage-advertisers-php #smartadviser-product-categories,
.page-template-page-templatespage-advertisers-php #testimonial-and-case-study {
  border-bottom: solid 1px #c2c2c2;
}
.page-template-page-templatespage-advertisers-php #brandlogo {
  background: #fff;
  border-bottom: solid 1px #c2c2c2;
}
.page-template-page-templatespage-advertisers-php #We-Connect-You-to-IT-Professionals img {
  display: none;
}
.page-template-page-templatespage-advertisers-php #smart-advisor-tool-box {
  padding: 15px;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.page-template-page-templatespage-advertisers-php #smart-advisor-tool-box ul li {
  list-style: none;
  border-bottom: solid 1px #ddd;
  font-size: 23px;
  font-weight: 600;
  line-height: 45px;
  text-indent: 10px;
}
.page-template-page-templatespage-advertisers-php #smart-advisor-tool-box ul li a {
  color: #418bbc;
  text-decoration: none;
  display: block;
}
.page-template-page-templatespage-advertisers-php #smart-advisor-tool-box ul li i {
  width: 40px;
}
.page-template-page-templatespage-advertisers-php #smart-advisor-tool-box ul li:last-child {
  border-bottom: none;
}
.page-template-page-templatespage-advertisers-php #smart-advisor-tool-box ul li:hover {
  background: #efefef;
}
.page-template-page-templatespage-advertisers-php .Tighten {
  padding: 0;
}
.page-template-page-templatespage-advertisers-php .bubble {
  position: relative;
  padding: 25px;
  height: 250px;
  background: #fff;
  border: #ccc solid 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: table;
}
.page-template-page-templatespage-advertisers-php .bubble font {
  display: table-cell;
  vertical-align: middle;
}
.page-template-page-templatespage-advertisers-php .bubble:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 10%;
  border-style: solid;
  border-width: 26px 26px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.page-template-page-templatespage-advertisers-php .bubble:before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 10%;
  border-style: solid;
  border-width: 26px 26px 0;
  border-color: #ccc transparent;
  display: block;
  width: 0;
  z-index: 0;
}
.page-template-page-templatespage-advertisers-php .gform_wrapper .ginput_container input[type=text],
.page-template-page-templatespage-advertisers-php .gform_wrapper .ginput_container input[type=email],
.page-template-page-templatespage-advertisers-php .gform_wrapper .ginput_container input[type=tel],
.page-template-page-templatespage-advertisers-php .gform_wrapper .ginput_container textarea.textarea {
  width: 100%;
  font-size: 14px;
  padding: 8px 6px;
  background: white;
  border: 1px solid #418bb9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-template-page-templatespage-advertisers-php .gform_wrapper .gform_footer input[type=submit] {
  text-transform: none;
  background: #418bb9;
  border: 0;
  border-radius: 4px;
  display: block;
  padding: 5px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.8em !important;
  font-weight: 500;
  margin: 0 auto;
}
.page-template-page-templatespage-advertisers-php .gform_wrapper .top_label .gfield_label {
  display: none;
}
.page-template-page-templatespage-advertisers-php .gform_wrapper .gfield_required {
  display: none;
}
.page-template-page-templatespage-advertisers-php .gform_wrapper .gform_footer {
  margin-top: 0;
}
.page-template-page-templatespage-advertisers-php .gform_wrapper ul.gform_fields li {
  margin-bottom: 8px;
}
.page-template-page-templatespage-advertisers-php .gform_wrapper .ginput_container ul.gfield_checkbox li input,
.page-template-page-templatespage-advertisers-php .gform_wrapper .ginput_container ul.gfield_checkbox li label {
  float: right;
}
.page-template-page-templatespage-advertisers-php .modal .modal-dialog {
  width: 300px;
  margin: 0 auto;
}
.page-template-page-templatespage-advertisers-php .modal h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 0.72em;
  line-height: 1em;
  text-align: center;
}
.page-template-page-templatespage-advertisers-php .modal p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
}
.page-template-page-templatespage-advertisers-php .modal h4.phone {
  color: #418bb9;
  font-weight: 600;
  position: relative;
  float: none;
  font-size: 17px;
  display: block;
  text-align: center;
}
.page-template-page-templatespage-advertisers-php .modal .modal-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #f0f0f0;
  padding: 0px 5px;
}
.page-template-page-templatespage-advertisers-php .modal .modal-content {
  border-radius: 15px;
}
.page-template-page-templatespage-advertisers-php .modal .modal-footer {
  margin-top: 0;
  background: #f0f0f0;
  padding: 20px 35px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.page-template-page-templatespage-advertisers-php .modal .modal-footer p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  text-align: left;
}
.page-template-page-templatespage-advertisers-php .modal .modal-footer img {
  margin: 0;
}
.page-template-page-templatespage-advertisers-php .modal img.cartoon {
  display: block;
  width: 35%;
  margin: 10px auto;
  position: relative;
}

/* Media Partnerships Pages */
.page-template-page-templatespage-media-partnerships-expanded-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-title {
  background: url(../images/events-home-headerimage-01-mobile.jpg) no-repeat;
  background-size: cover;
  background-color: #418bb9;
  padding: 24px 0;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-title h1 {
  color: #fff;
  margin: 0;
  font-size: 1.55em;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-title h4 {
  color: #fff;
  margin: 0;
  font-weight: 300;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-title .inner-content {
  padding: 0 15px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area {
  background: #fff;
  padding: 20px 0;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area .inner-content {
  padding: 0 15px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table {
  border-collapse: separate;
  border-spacing: 1px 0px;
  max-width: 100%;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.first-cell {
  border-top: 1px solid #ccc;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table th {
  padding: 5px;
  width: 25%;
  margin: 0 8px 0 0;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table th h4 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table th p {
  display: none;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table th.header-cell {
  background: #418bb9;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td {
  width: 25%;
  padding: 5px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.sub-header-cell {
  background: #418bb9;
  border-top: 1px solid #346f93;
  border-bottom: 1px solid #346f93;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.sub-header-cell p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 10px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status {
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  padding: 10px 5px;
  height: 45px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status p {
  margin: 0;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status p i {
  color: #B3D256;
  font-size: 1.3em;
  text-shadow: 1px 1px 0px #aaa;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status p i.fa-times {
  color: #dae2e1;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status p span.total {
  display: none;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status a.button {
  display: block;
  margin: 0 auto;
  background: #B3D256;
  font-size: 10px;
  width: auto;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.cell-feature-desc {
  border-bottom: 1px solid #ccc;
  font-size: 10px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.cell-feature-desc i {
  display: none;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.section-header {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  font-size: 10px;
  color: #1f1f1f;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.section-header img.ta-icon {
  width: 14px;
  height: 14px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.section-header i {
  color: #418bb9;
}
.page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table .box-shadow {
  box-shadow: 0 3px 0 #aaa;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials {
  background: #f0f0f0;
  padding: 30px 0;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .inner-content {
  padding: 0 15px;
  max-width: 1080px;
  margin: 0 auto 10px;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial img.testimonial-logo {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  padding: 5px;
  border: 3px solid #aaa;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial p, .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial h4 {
  margin: 0;
  line-height: 1.2;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial i {
  display: block;
  width: 5%;
  float: left;
  margin: 12px 0 15px;
  font-size: 1.4em;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial h4.testimonial-quote {
  margin: 12px 0 15px;
  font-size: 1.3em;
  width: 90%;
  float: right;
  font-style: italic;
  font-weight: 400;
  color: #4d4d4d;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial .testimonial-info {
  color: #aaa;
  font-weight: 300;
  font-size: 1.1em;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial a {
  color: #418bb9;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial a:hover {
  color: #61a0c7;
}

/* Reviews Landing Page */
.page-template-page-templatespage-reviews-lp-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container {
  padding: 1em 0;
  background: url(../images/background-photo-reviews.png) no-repeat;
  background-size: cover;
  background-color: #418bbc;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container h1 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.7em;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container h4.research-sub-header {
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 10px;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form {
  width: 100%;
  /* Placeholder text */
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form input[type="text"] {
  width: 100%;
  background: #fff;
  border: none;
  padding: 13px 12px;
  font-size: 0.75em;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-indent: 0;
  width: 135px;
  padding: 10px;
  background-color: #B3D256;
  color: #1f1f1f;
  font-size: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9e9e9e !important;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9e9e;
  opacity: 1;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9e9e;
  opacity: 1;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9e9e9e;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.page-template-page-templatespage-reviews-lp-php #review-lp-content {
  background: #fff;
  padding: 3em 0;
}
.page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content {
  margin-bottom: 1em;
}
.page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content img {
  float: left;
  width: 18%;
}
.page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content .content-container {
  float: right;
  width: 78%;
}
.page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content .content-container h4 {
  margin: 0;
  line-height: 1.2;
  color: #444;
  font-size: 1.5em;
}
.page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content .content-container p {
  font-weight: 300;
  font-size: 1.3em;
}
.page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content .content-container p a {
  color: #418bb9;
}

/* Buyers guide downloads page*/
.page-template-page-templatespage-downloads-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-downloads-php .wrap {
  max-width: 1140px;
}
.page-template-page-templatespage-downloads-php #inner-content {
  background: #fff;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message {
  margin-top: 35px;
  min-height: 400px;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message h2 {
  text-align: left;
  font-weight: 400;
  font-size: 1.4em;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message p {
  text-align: left;
  font-size: 1.3em;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message .buyers-guide-title {
  font-weight: 600;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message .button {
  width: 200px;
  padding: 10px 16px;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message .button a {
  font-size: 2em !important;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links {
  margin-top: 10px;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links .fb-like span {
  height: 24px !important;
}
.page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links #___plusone_0 {
  width: 80px !important;
}

/* Magic Action Box */
.mab-content-override {
  position: relative;
  z-index: auto;
}

/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT &amp; GRID STYLES
*********************/
.wrap {
  margin: 0 auto;
  padding: 0 15px;
}

/*********************
LINK STYLES
*********************/
.button a, .button a:visited {
  color: #404040;
  font-size: 14px !important;
  line-height: 1.4em;
  text-decoration: none;
  /* on hover */
}
.button a:hover, .button a:focus, .button a:visited:hover, .button a:visited:focus {
  color: #303030;
}

a, a:visited {
  color: #303030;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #191919;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Roboto", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  color: #1f1f1f;
  /* removing text decoration from all heading links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/

.header {
  position: relative;
  
  width: 100%;
  //height: 150px;
  //background: #4d4d4d;
  //background: #fff; 
  //z-index: 999;
  //height: 100px;
  //border-bottom: 1px solid red;
  //position: fixed;
  //height:80px;
z-index: 10001;
background: #fff url(../images/bg-header.png) repeat-x;

  
}
.shadow{
//border-color: #dbdbdb;
background: url("../images/shadow.png") repeat-x scroll 0 0;
height: 10px;
width: 100%;
position: fixed;
top: 74px;
z-index: 1000;
    
}

.shadowfooter{
//border-color: #dbdbdb;
background: url("../images/shadow.png") repeat-x scroll 0 0;
height: 10px;
width: 100%;
//position: fixed;
//top: 40px;
//z-index: 1000;
    
}

.header .header-wrap {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
}
.header .sweepstakes-cta-nav {
  display: none;
}

.header.header-variant {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #E5E5E5;
  /* Placeholder text */
}
.header.header-variant .header-wrap {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
}
.header.header-variant button.navbar-toggle {
  background: #ccc;
}
.header.header-variant .navbar-toggle .icon-bar {
  background: #4d4d4d;
}
.header.header-variant #primary-menu li a {
  color: #343434;
  font-family: "Roboto", sans-serif;
  font-weight: 3400;
  font-size: 1.1em;
}
.header.header-variant #primary-search-form input {
  background: #fff;
  border: 1px solid #ccc;
  font-weight: 300;
  color: #343434;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 10px -1px #ccc;
}
.header.header-variant #primary-search-form input[type="submit"] {
  width: 55px;
  background: #ccc;
  box-shadow: none;
}
.header.header-variant #primary-search-form:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  font-size: 18px;
  color: #343434;
  position: absolute;
  top: 4px;
  right: 19px;
  z-index: 99;
}
.header.header-variant ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #343434 !important;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.header.header-variant :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #343434;
  opacity: 1;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.header.header-variant ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #343434;
  opacity: 1;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.header.header-variant :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #343434;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.header.header-variant .review-hello-bar {
  display: none;
}

#inner-header {
  padding: 10px 15px 15px;
}

#logo {
  float: left;
  width: 218px;
  height: 41px;
}

#logo a {
  width: 218px;
  height: 38px;
  display: inline-block;
}

/*********************
NAVIGATION STYLES
*********************/
/*------------------------------------------
Main Menu
 -------------------------------------------
*/
#primary-menu {
  clear: left;
}

#primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary-menu li a {
  display: block;
  text-decoration: none;
  padding: 10px 0 5px 0;
  //color: #9e9e9e;
  color: black;
  //font-weight: bold;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.7);
}

#primary-menu .current_page_item &gt; a,
#primary-menu .current_page_ancestor &gt; a,
#primary-menu .current-menu-item &gt; a,
#primary-menu .current-menu-ancestor &gt; a {
  font-style: italic;
  color: #B3D256 !important;
}

#primary-menu li ul.sub-menu {
  display: none;
}

#primary-menu li ul.sub-menu li a,
#primary-menu li ul.children li a {
  padding-left: 30px;
}

.dropdown:after {
  display: none;
}

#primary-menu .compare-vendors {
  display: none;
}

/*-----------------------------
Sub-menu
-------------------------------
*/
#primary-menu li ul.sub-menu {
  display: none;
}

/* toggle on */
#primary-menu li.open a {
  color: #B3D256;
  font-style: italic;
}

#primary-menu li.open ul.sub-menu {
  display: block;
}

#primary-menu li.open ul.sub-menu a {
  color: #fff;
  padding: 5px 0 5px 17px;
  font-style: normal;
  font-weight: 300;
}

#primary-menu li.open ul.sub-menu a:active,
#primary-menu li.open ul.sub-menu a:focus {
  color: #B3D256;
  background: #5a5a5a;
}

/*------------------------------------------
Collapse
 -------------------------------------------
*/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  zoom: 1;
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: "";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.collapse {
  display: none;
}

/*------------------------------------------
Toggle Button
 -------------------------------------------
*/
button.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 10px;
  background: #4d4d4d;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

button.navbar-toggle:hover,
button.navbar-toggle:focus {
  background: #4d4d4d;
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #B3D256;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/*------------------------------------------
Primary Search
 -------------------------------------------
*/
/* Icon */
#primary-search-form:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  font-size: 18px;
  color: #888;
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 4;
}

#primary-search-form {
  margin: 10px auto;
  position: relative;
  width: 100%;
  /* Placeholder text */
}
#primary-search-form label {
  display: none;
}
#primary-search-form input {
  background: #444;
  border: 0;
  color: #9e9e9e;
  padding: 4px 8px 7px;
  outline: none;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#primary-search-form input[type="submit"] {
  background: rgba(255, 255, 255, 0.13);
  border: 0;
  padding: 4px 8px 7px;
  text-indent: -999px;
  width: 40px;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#primary-search-form input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.2);
}
#primary-search-form input[type="submit"]:active {
  background: rgba(255, 255, 255, 0.17);
}
#primary-search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9e9e9e !important;
  font-style: italic;
  letter-spacing: -.01rem;
}
#primary-search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9e9e;
  opacity: 1;
  font-style: italic;
  letter-spacing: -.01rem;
}
#primary-search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9e9e;
  opacity: 1;
  font-style: italic;
  letter-spacing: -.01rem;
}
#primary-search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9e9e9e;
  font-style: italic;
  letter-spacing: -.01rem;
}

/*------------------------------------------
Blog Menu
 -------------------------------------------
*/
.blog-nav,
.careers-nav {
  width: 100%;
  padding: 5px 0;
  background: #303030;
}

.blog-navigation {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 10px;
}

.careers-navigation {
  display: none;
}

ul#menu-blog-menu,
div#menu-blog-menu &gt; ul,
ul#menu-careers-menu {
  margin: 0;
}

form#search-blog-form {
  display: none;
}

#menu-blog-menu li {
  position: relative;
}

#menu-blog-menu li a,
#menu-careers-menu li a {
  color: #9e9e9e;
  display: block;
  padding: 2px;
  text-decoration: none;
  font-size: 14px;
  padding: 8px;
}

#menu-blog-menu li:hover &gt; a,
#menu-blog-menu li a:hover {
  color: #fff;
}

ul#menu-blog-menu ul a:hover,
#menu-blog-menu ul ul a:hover {
  background: transparent;
}

#menu-blog-menu .sub-menu,
#menu-blog-menu .children {
  background: #303030;
  display: none;
  padding-top: 5px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 9999;
}

#menu-blog-menu .sub-menu:last-child,
.navmenu .children:last-child {
  padding-bottom: 3px;
}

/* Hide Industry Topics Mobile */
#menu-blog-menu li:last-child {
  display: none;
}

#menu-blog-menu .sub-menu ul,
#menu-blog-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

ul#menu-blog-menu ul a,
#menu-blog-menu ul ul a {
  color: #ccc;
  margin: 5px;
  width: 150px;
}

ul#menu-blog-menu li:hover &gt; ul,
#menu-blog-menu ul li:hover &gt; ul {
  display: none;
}

#menu-blog-menu .current_page_item &gt; a,
#menu-blog-menu .current_page_ancestor &gt; a,
#menu-blog-menu .current-menu-item &gt; a,
#menu-blog-menu .current-menu-ancestor &gt; a {
  font-style: italic;
  color: #f0f0f0;
}

ul#menu-blog-menu,
div#menu-blog-menu &gt; ul {
  display: none;
}

/*------------------------------------------
Toggle Menu
 -------------------------------------------
*/
.menu-toggle {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
}

.menu-toggle:after {
  -webkit-font-smoothing: antialiased;
  display: inline;
  font: normal 16px/1 FontAwesome;
  content: "\f078";
  font-size: 12px;
  padding-left: 8px;
}

.toggled-on .menu-toggle:after {
  content: "\f077";
}

.toggled-on #menu-blog-menu,
.toggled-on #menu-blog-menu &gt; ul {
  display: block;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.toggled-on li,
.toggled-on .children {
  display: block;
}

/*-------------------------------
User Account Menu
------------------------------*/
#primary-menu #user-account {
  float: right;
}
#primary-menu #user-account li {
  display: inline-block;
}
#primary-menu #user-account li a, #primary-menu #user-account li a:hover {
  padding: 8px 5px;
  border-right: 1px solid #999;
  color: #999;
  padding: 0px 5px 0 2px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  background: transparent;
}
#primary-menu #user-account li a:last-child {
  border: none;
}

/*------------------------------------------
Press Menu
 -------------------------------------------
*/
.press-nav {
  width: 100%;
  padding: 5px 0;
  background: #303030;
}

.press-navigation {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0;
}

ul#menu-press-menu,
div#menu-press-menu &gt; ul {
  margin: 0;
}

#menu-press-menu li {
  position: relative;
}

#menu-press-menu li a {
  color: #9e9e9e;
  display: block;
  padding: 2px;
  text-decoration: none;
  font-size: 14px;
  padding: 8px;
}

#menu-press-menu li:hover &gt; a,
#menu-press-menu li a:hover {
  color: #fff;
}

ul#menu-press-menu ul a:hover,
#menu-press-menu ul ul a:hover {
  background: transparent;
}

#menu-press-menu .sub-menu,
#menu-press-menu .children {
  background: #303030;
  display: none;
  padding-top: 5px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 9999;
}

#menu-press-menu .sub-menu:last-child,
.navmenu .children:last-child {
  padding-bottom: 3px;
}

#menu-press-menu .sub-menu ul,
#menu-press-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

ul#menu-press-menu ul a,
#menu-press-menu ul ul a {
  color: #ccc;
  margin: 5px;
  width: 150px;
}

ul#menu-press-menu li:hover &gt; ul,
#menu-press-menu ul li:hover &gt; ul {
  display: none;
}

#menu-press-menu .current_page_item &gt; a,
#menu-press-menu .current_page_ancestor &gt; a,
#menu-press-menu .current-menu-item &gt; a,
#menu-press-menu .current-menu-ancestor &gt; a {
  font-style: italic;
  color: #B3D256;
}

ul#menu-press-menu,
div#menu-press-menu &gt; ul {
  display: none;
}

/*------------------------------------------
Press Toggle Menu
 -----------------------------------------*/
.toggled-on #menu-press-menu,
.toggled-on #menu-press-menu &gt; ul {
  display: block;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

/*********************
POSTS &amp; CONTENT STYLES
*********************/
#content {
  margin-top: 20px;
  position: relative;
}

.hentry header {
  padding: 0 10px 0 0;
}
.hentry footer.article-footer h4 {
  text-transform: uppercase;
  margin: 8px 0 25px 0;
  font-size: 1.3em;
}
.hentry footer.article-footer .related-posts {
  margin-bottom: 20px;
}
.hentry footer.article-footer .related-posts h4 {
  margin: 10px 0;
}
.hentry footer.article-footer .related-posts ul {
  margin: 10px 0;
  list-style: none;
}
.hentry footer.article-footer .related-posts ul li {
  text-align: center;
  margin-bottom: 20px;
}
.hentry footer.article-footer .related-posts ul li img {
  display: block;
  width: 206px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}

/* entry content */
.entry-content {
  padding: 0;
}
.entry-content .pulled-right,
.entry-content .pulled-left {
  display: block;
  text-transform: uppercase;
  color: #418bb9;
  font-style: italic;
  width: 170px;
  font-size: 1.4em;
  line-height: 1.2em;
  text-align: left;
}
.entry-content .pulled-right {
  float: right;
  padding: 10px 0 0 10px;
  margin: 0 0 5px 5px;
}
.entry-content .pulled-left {
  float: left;
  padding: 10px 10px 0 0;
  margin: 0 5px 5px 0;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.blog article,
.archive article,
.search article,
.author article {
  background: #fff;
  padding: 15px 0;
  text-align: left;
  margin: 0;
  position: relative;
}
.blog article .image-wrap a,
.archive article .image-wrap a,
.search article .image-wrap a,
.author article .image-wrap a {
  opacity: 1;
  text-decoration: none;
}
.blog article .image-wrap h4.post-category-variant,
.archive article .image-wrap h4.post-category-variant,
.search article .image-wrap h4.post-category-variant,
.author article .image-wrap h4.post-category-variant {
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  background: #303030;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 30px;
}
.blog article .post-info-variant a,
.archive article .post-info-variant a,
.search article .post-info-variant a,
.author article .post-info-variant a {
  text-decoration: none;
}
.blog article .post-info-variant a h1.variant-article-title,
.archive article .post-info-variant a h1.variant-article-title,
.search article .post-info-variant a h1.variant-article-title,
.author article .post-info-variant a h1.variant-article-title {
  color: #303030;
  font-size: 1.2em;
  font-weight: 400;
  margin: 5px 0;
  line-height: 1.2;
  max-width: 708px;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog article .post-info-variant a h1.variant-article-title:hover,
.archive article .post-info-variant a h1.variant-article-title:hover,
.search article .post-info-variant a h1.variant-article-title:hover,
.author article .post-info-variant a h1.variant-article-title:hover {
  color: #418bb9;
}
.blog article .post-info-variant p,
.archive article .post-info-variant p,
.search article .post-info-variant p,
.author article .post-info-variant p {
  margin: 5px 0;
  line-height: 1.2;
}
.blog article .post-info-variant p.byline,
.archive article .post-info-variant p.byline,
.search article .post-info-variant p.byline,
.author article .post-info-variant p.byline {
  color: #303030;
  font-weight: 600;
}
.blog article .post-info-variant p.byline span.entry-date,
.archive article .post-info-variant p.byline span.entry-date,
.search article .post-info-variant p.byline span.entry-date,
.author article .post-info-variant p.byline span.entry-date {
  font-weight: 300;
  color: #9e9e9e;
}
.blog article .post-info-variant p.excerpt-variant,
.archive article .post-info-variant p.excerpt-variant,
.search article .post-info-variant p.excerpt-variant,
.author article .post-info-variant p.excerpt-variant {
  max-width: 708px;
}
.blog article .post-info-variant a.read-more-variant,
.archive article .post-info-variant a.read-more-variant,
.search article .post-info-variant a.read-more-variant,
.author article .post-info-variant a.read-more-variant {
  text-transform: uppercase;
  color: #418bb9;
}

.blog-home-variant #variant-divider {
  width: 100%;
  height: 10px;
  background: #ccc;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.7em 0 2.2em;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
.pagination ul li {
  padding: 0;
  margin: 0 3px 15px;
  float: left;
  display: inline;
}
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  color: #303030;
  font-size: 1em;
  font-weight: normal;
  padding: .5em .7em;
  min-width: 2em;
  display: block;
  background: #ccc;
  border-radius: 4px;
}
.pagination ul li span.current {
  font-weight: bold;
  color: #303030;
  background: #B3D256;
}
.pagination ul li a:hover, .pagination ul li a:focus {
  color: #303030;
  background-color: #a6ca3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0da72), to(#a6ca3a));
  background-image: -webkit-linear-gradient(top, #c0da72, #a6ca3a);
  background-image: -moz-linear-gradient(top, #c0da72, #a6ca3a);
  background-image: -o-linear-gradient(top, #c0da72, #a6ca3a);
  background-image: linear-gradient(to bottom, #c0da72, #a6ca3a);
}
.pagination ul li a:active {
  margin-top: 1px;
  padding-bottom: 7px;
}

/* end .bones_page_navi */
/* fallback previous &amp; next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
#comment-section {
  padding: 20px 0;
}
#comment-section h4 {
  margin-bottom: 0;
  padding-bottom: 5px;
}
#comment-section h4 i span {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
}

#respond
#comments {
  /* number of comments span */
}

.commentlist {
  margin-top: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
  /* cancel comment reply link */
}
.commentlist header {
  padding: 0;
}
.commentlist li {
  border-top: solid 1px #ccc;
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  padding: 0.7335em 0 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  margin-left: 50px;
  /* variations */
  /* change number for different depth */
}
.commentlist li ul.children ul.children ul.children {
  margin-left: 0;
}
.commentlist li[class*=depth-] {
  /* margin-top: 1.1em;*/
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
}
.commentlist .odd {
  /*   background: $ta-white;*/
}
.commentlist .even {
  /*background: #f5f5f5;*/
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  display: block;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 0;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.1em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  margin-bottom: 10px;
  font-size: 14px;
}
.commentlist #cancel-comment-reply-link {
  background: #ccc;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  color: #303030;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}
.commentlist #cancel-comment-reply-link:hover, .commentlist #cancel-comment-reply-link:focus {
  color: #303030;
  background-color: #bfbfbf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#bfbfbf));
  background-image: -webkit-linear-gradient(top, #bfbfbf, #bfbfbf);
  background-image: -moz-linear-gradient(top, #bfbfbf, #bfbfbf);
  background-image: -o-linear-gradient(top, #bfbfbf, #bfbfbf);
  background-image: linear-gradient(to bottom, #bfbfbf, #bfbfbf);
}
.commentlist #cancel-comment-reply-link:active {
  color: #f0f0f0;
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#9e9e9e));
  background-image: -webkit-linear-gradient(top, #9e9e9e, #9e9e9e);
  background-image: -moz-linear-gradient(top, #9e9e9e, #9e9e9e);
  background-image: -o-linear-gradient(top, #9e9e9e, #9e9e9e);
  background-image: linear-gradient(to bottom, #9e9e9e, #9e9e9e);
}

/* end .commentlist */
#respond {
  margin-bottom: 3rem;
  /* Leave a Reply h4 */
  /* comment submit button */
  /*----------------------
  Login Radius
  -----------------------*/
}
#respond #comment-form-title {
  font-weight: 800;
}
#respond textarea {
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 16px;
  color: #303030;
  height: 100px;
}
#respond .blue-button {
  padding: 5px 20px;
}
#respond .blue-button:focus {
  border: none;
}
#respond .login-radius-social-comments div {
  margin: 0 auto;
  text-align: center;
  background: #f0f0f0;
  padding: 1em 0 1.5em;
  width: 100%;
}
#respond .login-radius-social-comments div label {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
#respond .login-radius-social-comments div .lr-secured-linkboxtext {
  margin: 0 auto;
}
#respond .login-radius-social-comments h4.text-center {
  text-transform: none;
  background: #f0f0f0;
  margin: 0 !important;
  padding: 25px 0 0 0;
  color: #4d4d4d;
  font-weight: 400;
}
#respond p {
  display: none;
}

/******************************************************************
CONTACT FORM STYLES
******************************************************************/
/*----------------------
Gravity Forms
-----------------------*/
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container textarea {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  background: #efefef;
  border: 3px solid #cecece;
}

.gform_wrapper .ginput_container input[type=text]:focus,
.gform_wrapper .ginput_container input[type=url]:focus,
.gform_wrapper .ginput_container input[type=email]:focus,
.gform_wrapper .ginput_container input[type=tel]:focus,
.gform_wrapper .ginput_container input[type=number]:focus,
.gform_wrapper .ginput_container input[type=password]:focus,
.gform_wrapper .ginput_container textarea:focus {
  background: #fff;
}

.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password] {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  background: #efefef;
  border: 3px solid #cecece;
}

/* Description */
.gform_wrapper span.gform_description {
  font-weight: bold !important;
  font-size: 20px;
}

/* Subscription Checkbox */
.gfield.subscribe ul.gfield_checkbox li {
  margin-left: 5px !important;
}

/* Submit */
input[type=submit].gform_button {
  width: 100%;
  max-width: 130px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 18px !important;
}

/* Errors */
.gform_wrapper ul li.gfield.gfield_error.gfield_contains_required {
  padding: 0 !important;
}

.gform_wrapper .gfield_error .ginput_container input[type=text],
.gform_wrapper .gfield_error .ginput_container input[type=url],
.gform_wrapper .gfield_error .ginput_container input[type=email],
.gform_wrapper .gfield_error .ginput_container input[type=tel],
.gform_wrapper .gfield_error .ginput_container input[type=number],
.gform_wrapper .gfield_error .ginput_container input[type=password],
.gform_wrapper .gfield_error .ginput_container textaea {
  background: #fff;
  border: 1px solid red !important;
}

.gform_wrapper .gfield_error .ginput_container textarea.textarea {
  border: 1px solid red !important;
}

.gform_wrapper .top_label .gfield_error textarea.textarea {
  border: 1px solid red;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  background-color: transparent;
  padding: 0 !important;
  border: none;
  margin: 0px !important;
}

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
  margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: 100%;
}

.gform_wrapper .validation_message {
  font-weight: 400;
}

.gform_wrapper div.validation_error {
  font-weight: 500;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
  font-weight: 300;
  margin-top: 0 !important;
}

.gform_wrapper .top_label .gfield_description.validation_message, .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
}

.gform_wrapper .validation_message {
  font-weight: normal !important;
}

/*********************
SIDEBARS &amp; ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}

/* Hide sidebars on blog */
#sidebar-blogright,
#sidebar-blogbottom1,
#sidebar-blogbottom2 {
  display: none;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  width: 100%;
  //background-color: #4d4d4d;
  background-color: #ffffff;
  //color: #9e9e9e;
  color:red;
}
.footer #inner-footer {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
  /* Footer General Link Style */
  /* Footer Social Links */
  /* Footer Sitemap Links */
}
.footer #inner-footer a,
.footer #inner-footer a:visited {
  color: #9e9e9e;
  text-decoration: none;
}
.footer #inner-footer a:hover,
.footer #inner-footer a:visited:hover,
.footer #inner-footer a:focus,
.footer #inner-footer a:visited:focus {
  text-decoration: underline;
}
.footer #inner-footer a:link,
.footer #inner-footer a:visited:link {
  -webkit-tap-highlight-color: transparent;
}
.footer #inner-footer #footer-social-links {
  padding-left: 8px;
}
.footer #inner-footer #footer-social-links ul {
  text-align: left;
  margin: 10px 0;
}
.footer #inner-footer #footer-social-links ul li {
  display: inline-block;
}
.footer #inner-footer #footer-social-links h2, .footer #inner-footer #footer-social-links a.phone-number {
  background: none;
  width: auto;
  //color: #B3D256;
  color:#418bb9;
  text-align: left;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.footer #inner-footer #footer-social-links h2 a, .footer #inner-footer #footer-social-links a.phone-number a {
  font-size: 30px;
}
.footer #inner-footer #footer-social-links p {
  margin: 5px 0;
}
.footer #inner-footer #footer-social-links ul li a, .footer #inner-footer #footer-social-links:visited {
  display: block;
  margin: 3px 0px;
  text-decoration: none;
  font-size: 18px;
  color: #FFFFFF;
  //color: #008bbf;
  background: none repeat scroll 0% 0% rgba(51, 51, 51, 0.64);
  width: 33px;
  text-align: center;
  padding: 3px;
}
.footer #inner-footer #footer-social-links li a:hover, .footer #inner-footer #footer-social-links li a:active {
  background: #444;
  color: #b3d256;
  background: rgba(0, 0, 0, 0.5) !important;
}
.footer #inner-footer #footer-sitemap-links ul {
  text-align: left;
  margin: 0;
}
.footer #inner-footer #footer-sitemap-links ul li {
  margin: 5px 0;
  font-size: 18px;
}
.footer #inner-footer #footer-sitemap-links ul .link-header {
  //color: #B3D256;
  color: #008bbf;
  font-weight:bold;
}
.footer #inner-footer h2.phone-number a {
  text-decoration: none;
  color: #B3D256;
  -webkit-tap-highlight-color: transparent;
}
.footer #inner-footer h2.phone-number a:hover {
  background-color: transparent;
}
.footer #inner-footer h2.phone-number a:visited {
  text-decoration: none;
  background-color: transparent;
  //color: #B3D256;
  color: #008bbf;
  //font-weight:bold;
  -webkit-tap-highlight-color: transparent;
}
.footer #inner-footer #footer-sitemap-links li a {
  padding: 0 10px 0 0;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.footer #inner-footer .copyright {
  color: #9e9e9e;
  font-size: 14px;
  padding-top: 5px;
}
.footer #inner-footer .email-us {
  font-size: 16px;
  line-height: 1;
}
.footer #inner-footer .email-us a {
  text-decoration: underline;
  font-size: 16px;
}

.footer.footer-variant {
  background: #343434;
  color: #fff;
  font-weight: 300;
}
.footer.footer-variant #inner-footer {
  /* Footer Social Links */
}
.footer.footer-variant #inner-footer a,
.footer.footer-variant #inner-footer a:visited {
  color: #fff;
  text-decoration: none;
}
.footer.footer-variant #inner-footer h2.phone-number a {
  color: #fff;
}
.footer.footer-variant #inner-footer #footer-sitemap-links li a {
  padding: 0 10px 0 0;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  color: #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer.footer-variant #inner-footer #footer-sitemap-links li a:hover {
  color: #B3D256;
}
.footer.footer-variant #inner-footer .copyright {
  color: #fff;
}
.footer.footer-variant #inner-footer #footer-sitemap-links ul {
  text-align: left;
  margin: 0;
}
.footer.footer-variant #inner-footer #footer-sitemap-links ul li {
  margin: 5px 0;
  font-size: 18px;
}
.footer.footer-variant #inner-footer #footer-sitemap-links ul .link-header {
  color: #fff;
  font-size: 22px;
  border-bottom: 1px solid #B3D256;
  padding: 0 0 6px 0;
  width: 132px;
}
.footer.footer-variant #inner-footer .email-us a {
  text-decoration: underline;
}
.footer.footer-variant #inner-footer #footer-social-links ul li a, .footer.footer-variant #inner-footer #footer-social-links:visited {
  display: block;
  margin: 3px 0px;
  text-decoration: none;
  font-size: 18px;
  color: #f0f0f0;
  background: none repeat scroll 0% 0% #418bb9;
  width: 33px;
  text-align: center;
  padding: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer.footer-variant #inner-footer #footer-social-links li a:hover, .footer.footer-variant #inner-footer #footer-social-links li a:active {
  background: #61a0c7 !important;
  color: #f0f0f0;
}

.scroll-to-top {
  position: absolute;
  z-index: 1;
  font-size: 42px;
  bottom: 157px;
  right: 3%;
  cursor: pointer;
}
.scroll-to-top i {
  color: #9e9e9e;
}
.scroll-to-top i:hover {
  color: #878787;
}

.back-to-top {
  z-index: 1;
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 0px;
  left: 8px;
  color: #9e9e9e;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 14px;
  padding: 0.5em 0.8em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: none;
}

.zopim {
  display: none;
}

/*Holiday Review Landing Page*/
.page-template-page-templatespage-holiday-review-php #content {
  margin-top: 0;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-head {
  padding: 30px 0;
  height: auto;
  background-image: url(../images/holiday-review-header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-head h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  margin: 0;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-head p {
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-head p i {
  font-weight: 400;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-head #youthvillages,
.page-template-page-templatespage-holiday-review-php #content #holiday-review-head #technology-advice-logo-holiday-review-head {
  display: none;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-how-to-donate {
  background: #fff;
  padding-bottom: 35px;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-how-to-donate h1 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-how-to-donate h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-how-to-donate p {
  font-size: 1.2em;
  font-weight: 300;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-how-to-donate a {
  color: #418bb9;
}
.page-template-page-templatespage-holiday-review-php #content #holiday-review-how-to-donate .wrap {
  max-width: 952px;
}
.page-template-page-templatespage-holiday-review-php #content .supper_head {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.page-template-page-templatespage-holiday-review-php #content .supper_head span {
  padding: 10px;
}
.page-template-page-templatespage-holiday-review-php #content .supper_head:before, .page-template-page-templatespage-holiday-review-php #content .supper_head:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #ccc;
}
.page-template-page-templatespage-holiday-review-php #content .supper_head:before {
  margin-left: -50%;
  text-align: right;
}
.page-template-page-templatespage-holiday-review-php #content #review-a-product p,
.page-template-page-templatespage-holiday-review-php #content #search-for-software p,
.page-template-page-templatespage-holiday-review-php #content #donation-is-made p {
  width: 80%;
  margin: 0 auto;
}
.page-template-page-templatespage-holiday-review-php #content #review-a-product {
  position: relative;
}
.page-template-page-templatespage-holiday-review-php #content #review-a-product:before, .page-template-page-templatespage-holiday-review-php #content #review-a-product:after {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 120px;
  height: 120px;
  content: '\a0';
  display: none;
  background-size: cover;
}
.page-template-page-templatespage-holiday-review-php #content #review-a-product:after {
  left: 85%;
  text-align: right;
  top: 80px;
  background: url(../images/arrow-bottom-curve.png) no-repeat top left;
}
.page-template-page-templatespage-holiday-review-php #content #review-a-product:before {
  top: -20px;
  margin-left: -80px;
  text-align: right;
  background: url(../images/arrow-top-curve.png) no-repeat top left;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review {
  background: #3c3c3c;
  padding: 0 0 35px 0;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review ul {
  margin: 0;
  padding: 0;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review ul li {
  list-style: none;
  font-size: 1.3em;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review ul li a:hover {
  color: #418bb9;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review ul li i {
  width: 35px;
  text-align: center;
  color: #717171;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review h1 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #418bb9;
  line-height: 55px;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review h2 {
  color: #fff;
  margin-top: 0;
  font-size: 1.2em;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review .separator {
  color: #fff;
  width: 100%;
  position: relative;
  background: #717171;
  height: 2px;
  margin: 50px auto;
}
.page-template-page-templatespage-holiday-review-php #content #contribute-your-review .separator:before {
  padding: 5px;
  position: absolute;
  left: 45%;
  top: -25px;
  background: #3c3c3c;
  content: "or";
  text-align: center;
  font-size: 25px;
}
.page-template-page-templatespage-holiday-review-php #content form#primary-search-form {
  width: 100%;
  text-align: center;
  /* Placeholder text */
}
.page-template-page-templatespage-holiday-review-php #content form#primary-search-form input[type="text"] {
  width: 100%;
  background: #fff;
  border: none;
  padding: 13px 12px;
  font-size: 1.2em;
  text-align: left;
}
.page-template-page-templatespage-holiday-review-php #content form#primary-search-form button {
  font-size: 1.5em;
  max-width: 215px;
  padding: 8px 20px;
}
.page-template-page-templatespage-holiday-review-php #content form#primary-search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9e9e9e !important;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.page-template-page-templatespage-holiday-review-php #content form#primary-search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9e9e;
  opacity: 1;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.page-template-page-templatespage-holiday-review-php #content form#primary-search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9e9e;
  opacity: 1;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.page-template-page-templatespage-holiday-review-php #content form#primary-search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9e9e9e;
  font-style: italic;
  letter-spacing: -.01rem;
  font-weight: 300 !important;
}
.page-template-page-templatespage-holiday-review-php #content form#primary-search-form:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 18px;
  color: #343434;
  position: absolute;
  top: 4px;
  right: 19px;
  z-index: 99;
}
.page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes {
  background: #fff;
  padding: 35px 0 35px 0;
}
.page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
}
.page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes p {
  font-size: 1.2em;
  font-weight: 300;
}
.page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes a {
  color: #418bb9;
  text-decoration: none;
}
.page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes a:hover {
  text-decoration: underline;
}
.page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes #about-holiday-heroes-text {
  margin-bottom: 15px;
}
.page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes #holiday-heroes-img {
  text-align: right;
}
.page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes #holiday-heroes-img img {
  width: 48%;
}
.page-template-page-templatespage-holiday-review-php .wrap {
  max-width: 1140px;
}

/*Schedule-an-appt*/
.page-template-page-templatespage-schedule-an-appt-php #content {
  margin-top: 0px;
}
.page-template-page-templatespage-schedule-an-appt-php #content #Header-section {
  width: 100%;
  padding: 20px 10px;
  background: url(../images/schedule-an-appt-header.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.page-template-page-templatespage-schedule-an-appt-php #content #Header-section #header-text {
  display: block;
  float: none;
  margin: 0 auto;
}
.page-template-page-templatespage-schedule-an-appt-php #content #Header-section #header-text h1 {
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-size: 2.3em;
}
.page-template-page-templatespage-schedule-an-appt-php #content #Header-section #header-text p {
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 12px;
}
.page-template-page-templatespage-schedule-an-appt-php #brands {
  padding: 30px 0;
}
.page-template-page-templatespage-schedule-an-appt-php #brands #brandslogos {
  height: 217px;
  background: url(../images/ta-worked-with-logos.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.page-template-page-templatespage-schedule-an-appt-php #brands #brandslogos img {
  display: none;
}
.page-template-page-templatespage-schedule-an-appt-php #brands h2 {
  color: #418bb9;
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 22px;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec {
  background: #fff;
  padding: 0 0 35px 0;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #how-it-works {
  padding: 30px 0;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #how-it-works h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #how-it-works h1 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #418bb9;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #how-it-works p {
  font-size: 1.1em;
  width: 75%;
  margin: 0 auto;
  font-weight: 600;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #how-it-works img {
  max-width: 150px;
  width: 60%;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #tell-a-techadvisor-your-goal {
  position: relative;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #tell-a-techadvisor-your-goal:before, .page-template-page-templatespage-schedule-an-appt-php #main-content-sec #tell-a-techadvisor-your-goal:after {
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  display: none;
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #tell-a-techadvisor-your-goal:before {
  left: -50px;
  top: 0;
  background: url(../images/arrow-top-curve-sm.png);
  content: ' ';
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec #tell-a-techadvisor-your-goal:after {
  top: 35%;
  right: -50px;
  background: url(../images/arrow-bottom-curve-sm.png);
  content: ' ';
}
.page-template-page-templatespage-schedule-an-appt-php #main-content-sec hr {
  border-width: 1px 0 0 0;
}
.page-template-page-templatespage-schedule-an-appt-php #expert-say blockquote {
  margin: 15px 0;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
}
.page-template-page-templatespage-schedule-an-appt-php #expert-say blockquote i {
  font-weight: 600;
}
.page-template-page-templatespage-schedule-an-appt-php #expert-say span {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-size: 1.3em;
  color: #418bb9;
  font-weight: 300;
}
.page-template-page-templatespage-schedule-an-appt-php #expert-say span b {
  color: #1f1f1f;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now {
  background: #e0e0e0;
  padding: 20px 25px;
  display: block;
  margin: 10px;
  position: inherit;
  border: solid 1px #d7d7d7;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now h1 {
  font-size: 2em;
  margin: 10px 0;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now input, .page-template-page-templatespage-schedule-an-appt-php #get-started-now textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now input[type=submit].gform_button {
  border: none;
  color: #fff;
  text-transform: none;
  box-shadow: 0px 2px 0px #4d4d4d;
  max-width: none;
  background: #418bb9;
  font-size: 22px !important;
  font-weight: 500;
  padding: 14px;
  margin-bottom: 0px;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now select {
  height: 35px;
  border: 1px solid #d7d7d7;
  font-size: 16px !important;
  width: 50%;
  background: #fff;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now .top_label .gfield_label {
  font-weight: 400;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now .gfield_required {
  color: #418bb9;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now li.gfield {
  margin-bottom: 15px;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now .gform_confirmation_wrapper {
  min-height: 568px;
}
.page-template-page-templatespage-schedule-an-appt-php #get-started-now .privacy-link {
  display: block;
  text-decoration: none;
  color: #868686;
  font-weight: 300;
  margin: 0;
}
.page-template-page-templatespage-schedule-an-appt-php .wrap {
  max-width: 1140px;
}

/* Blog Author Line*/
.tribe-theme-techadvice .byline {
  display: block;
  margin-bottom: 15px;
}
.tribe-theme-techadvice .byline ul {
  margin: 0;
  padding: 0;
  display: table;
}
.tribe-theme-techadvice .byline ul li {
  list-style: none;
  display: table-cell;
  vertical-align: bottom;
}
.tribe-theme-techadvice .byline ul li span {
  padding: 5px 15px;
  display: block;
}
.tribe-theme-techadvice .byline ul li span i {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}
.tribe-theme-techadvice .byline ul li span.separator {
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.tribe-theme-techadvice .byline ul li #author_name {
  text-transform: uppercase;
  color: #418bb9;
  font-weight: 700;
}
.tribe-theme-techadvice .byline ul li a {
  text-decoration: none;
}
.tribe-theme-techadvice .byline ul li a:hover {
  text-decoration: underline;
}
.tribe-theme-techadvice .byline #author_img {
  display: none;
}
.tribe-theme-techadvice .byline #author_name_wrap span {
  padding-left: 0;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  .home #content {
    margin-top: 0;
  }
  .home .select-prod-cat {
    font-size: 2em;
    color: #4d4d4d;
    margin-top: 1em;
  }

  .page-template-page-templatespage-about-php #content {
    margin-top: 0px;
  }

  .page-template-page-templatespage-contact-us-php #content {
    margin-top: 0px;
  }

  .page-template-page-templatespage-careers-php #content {
    margin-top: 0px;
  }
  .page-template-page-templatespage-careers-php .button-group {
    left: 30%;
    bottom: 15px;
  }

  /* Webinar Main Page Styling: */
  .page-template-page-templatespage-webinar-php #content {
    margin-top: 0px;
  }

  /* Decision Diamond */
  .page-template-page-templatespage-decision-diamond-pm-php #content {
    margin-top: 0;
  }

  /* Media Partnerships Pages */
  .page-template-page-templatespage-media-partnerships-expanded-php #content {
    margin-top: 0px;
  }

  /* Terms and Conditions */
  .page-template-page-templatespage-terms-php #content {
    margin-top: 0px;
  }

  /* Privacy Policy */
  .page-template-page-templatespage-privacy-php #content {
    margin-top: 0px;
  }

  .error404 #content {
    margin-top: 0;
  }
  .error404 #find-software .button {
    margin: 16px 0 44px;
  }

  .single .entry-title.single-title {
    margin: 0 0 .4em 0;
    font-size: 2.5em;
    line-height: 1em;
  }

  .single-podcast-interview #content {
    margin-top: 0;
  }

  .single-glossary #content {
    margin-top: 0;
  }

  /* Press Page */
  .page-template-archive-pressposts-php #content {
    margin-top: 0;
  }

  #tribe-events-pg-template {
    margin-top: 0px;
  }
  #tribe-events-pg-template #events-homepage-hero-section h1 {
    font-size: 2.55em;
  }
  #tribe-events-pg-template #events-homepage-hero-section p {
    font-size: 1.2em;
  }
  #tribe-events-pg-template .module-title {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 3px;
  }
  #tribe-events-pg-template .tribe-events-list-event-description p {
    display: block;
  }
  #tribe-events-pg-template .tribe-events-list .vevent.hentry {
    text-align: left;
  }
  #tribe-events-pg-template .tribe-events-event-image {
    width: 30%;
    float: left;
    margin: 0 20px 20px 0;
  }
  #tribe-events-pg-template .tribe-events-event-cost {
    float: right;
    margin: 0 0 5px 5px;
  }
  #tribe-events-pg-template .tribe-events-list .tribe-events-content {
    float: left;
    width: 65%;
  }
  #tribe-events-pg-template .tribe-events-list .tribe-events-content a:hover, #tribe-events-pg-template .tribe-events-list .tribe-events-content a:active {
    text-decoration: underline;
  }
  #tribe-events-pg-template .tribe-events-back a, #tribe-events-pg-template .tribe-events-nav-previous a, #tribe-events-pg-template .tribe-events-nav-next a {
    font-size: 1.2em;
    font-weight: 300;
  }
  #tribe-events-pg-template .tribe-events-sub-nav li a {
    background: none;
    color: #303030;
  }

  /* Internship Program LP */
  .page-template-page-templatespage-internship-php #content {
    margin-top: 0;
  }

  /* BUYERS GUIDE LANDING PAGES */
  .page-template-page-templatespage-gamification-lp-php #content,
  .page-template-page-templatespage-ehr-lp-php #content,
  .page-template-page-templatespage-business-intelligence-lp-php #content,
  .page-template-page-templatespage-project-mgmt-lp-php #content,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php #content {
    margin-top: 0;
  }

  .page-template-category-events-php #content {
    margin-top: 0;
  }

  .page-template-page-templatespage-advertisers-php #content {
    margin-top: 0;
  }
  .page-template-page-templatespage-advertisers-php #content #We-Connect-You-to-IT-Professionals img {
    display: block;
  }
  .page-template-page-templatespage-advertisers-php .Tighten {
    padding: 0;
  }
  .page-template-page-templatespage-advertisers-php .leads-hr {
    display: block;
  }

  /* Reviews Landing Page */
  .page-template-page-templatespage-reviews-lp-php #content {
    margin-top: 0px;
  }

  .single-evergreen #content {
    margin-top: 0;
  }

  /* Buyers guide downloads page*/
  .page-template-page-templatespage-downloads-php #content {
    margin-top: 0px;
  }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    position: relative;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  POSTS &amp; CONTENT STYLES
  *********************/
  #content {
    margin-top: 25px;
  }

  .blog #content {
    margin-top: 25px;
  }

  .search #content {
    margin-top: 25px;
  }

  .blog article .title-wrap h1, .search article .title-wrap h1, .archive article .title-wrap h1, .author article .title-wrap h1 {
    font-size: 2em;
  }

  /* entry content */
  .entry-content {
    font-size: 1.08em;
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /* Press Page */
  .page-template-archive-press-articles-php #content,
  .page-template-archive-press-releases-php #content,
  .single-pressposts #content,
  .page-template-archive-press-media-resources-php #content {
    margin-top: 0;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*Holiday Review Landing Page*/
  .page-template-page-templatespage-holiday-review-php #content {
    margin-top: 0;
  }
  .page-template-page-templatespage-holiday-review-php #content #holiday-review-head h1 {
    font-size: 2.5em;
  }
  .page-template-page-templatespage-holiday-review-php #content #holiday-review-head #youthvillages, .page-template-page-templatespage-holiday-review-php #content #holiday-review-head #technology-advice-logo-holiday-review-head {
    display: inline;
    width: 42%;
    margin-right: 10px;
  }
  .page-template-page-templatespage-holiday-review-php #content #holiday-review-how-to-donate h1 {
    font-size: 2.5em;
  }
  .page-template-page-templatespage-holiday-review-php #content #contribute-your-review ul li {
    font-size: 1em;
  }
  .page-template-page-templatespage-holiday-review-php #content #contribute-your-review .separator {
    color: #fff;
    width: 2px;
    position: relative;
    background: #717171;
    height: 155px;
    margin: 0 auto;
  }
  .page-template-page-templatespage-holiday-review-php #content #contribute-your-review .separator:before {
    padding: 5px;
    position: absolute;
    left: -15px;
    top: 40%;
    background: #3c3c3c;
    content: "or";
    text-align: center;
    font-size: 25px;
  }
  .page-template-page-templatespage-holiday-review-php #content form#primary-search-form {
    width: 100%;
    margin-top: 25px;
    text-align: left;
  }
  .page-template-page-templatespage-holiday-review-php #content form#primary-search-form button {
    float: right;
  }
  .page-template-page-templatespage-holiday-review-php #content #about-holiday-heroes h1 {
    font-size: 2.3em;
  }
  .page-template-page-templatespage-holiday-review-php #content #youthvillages,
  .page-template-page-templatespage-holiday-review-php #content #technology-advice-logo-holiday-review-head {
    display: none;
  }

  /*Schedule-an-appt*/
  .page-template-page-templatespage-schedule-an-appt-php #content {
    margin-top: 0;
  }
  .page-template-page-templatespage-schedule-an-appt-php #content #header-text {
    display: block;
    float: left;
    margin: 0;
  }
  .page-template-page-templatespage-schedule-an-appt-php #content #brands {
    padding: 43px 10px 10px;
  }

  .social-share-bar li.total-shares {
    font-size: 22px;
  }
  .social-share-bar li.total-shares span.share-text {
    font-size: 11px;
  }

  /* Blog Author Line*/
  .tribe-theme-techadvice .byline #author_img {
    display: block;
  }
  .tribe-theme-techadvice .byline #author_name_wrap span {
    padding-left: 15px;
  }
}
/*
TABLET &amp; SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  .first {
    margin-left: 0;
  }

  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet &amp; Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  .social-share-bar {
    margin: 0;
    padding: 0 !important;
  }
  .social-share-bar li.total-shares {
    display: inline-block;
  }

  .social-share-bar li a {
    min-width: 88px;
  }

  /*********************
  GENERAL STYLES
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /* for sites that are read right to left (i.e. hebrew) */
  /* Front Page */
  .home .wrap {
    max-width: 900px;
  }
  .home .front-page-headline {
    margin-top: 0;
    font-size: 2.5em;
  }
  .home #inner-content {
    position: relative;
  }
  .home #hero-section {
    position: relative;
  }
  .home #hero-section h1 {
    font-size: 2.5em;
  }
  .home #hero-section h3 {
    font-size: 24px;
  }
  .home #hero-section .home-blurb {
    text-align: left;
  }
  .home #hero-section .home-blurb p {
    text-align: left;
    line-height: 28px;
  }
  .home #hero-section .home-blurb p br {
    display: block;
  }
  .home #hero-section img {
    position: absolute;
    top: -57px;
    right: 24px;
    height: 125%;
    width: auto;
  }
  .home #smart-advisor-tool .select-prod-cat {
    font-size: 2em;
  }
  .home #smart-advisor-tool #coming-soon-list {
    display: block;
    width: 95%;
    margin: 0 auto 12px;
  }
  .home #smart-advisor-tool .home-section-header {
    font-size: 1.7em;
  }
  .home #smart-advisor-tool ul li {
    font-size: 0.9em;
  }
  .home #smart-advisor-tool ul li a i {
    min-width: 22px;
  }
  .home #smart-advisor-tool .first ul li:last-child {
    border-bottom: none;
  }
  .home .home-section-header {
    font-size: 2em;
  }
  .home #front-page-reputation-saying #sidebar-social-links {
    margin-bottom: 1.5em;
    margin-top: 1em;
    display: block;
    text-align: center;
  }
  .home #front-page-reputation-saying #sidebar-social-links .fb_iframe_widget {
    vertical-align: top;
  }
  .home #front-page-reputation-saying #sidebar-social-links #twitter-widget-0 {
    vertical-align: top;
  }
  .home #front-page-reputation-saying #sidebar-social-links #___plusone_0 {
    vertical-align: top !important;
    width: 95px !important;
  }
  .home #front-page-reputation-saying #sidebar-social-links .IN-widget {
    vertical-align: top !important;
    margin-right: 10px !important;
  }
  .home #front-page-reputation-saying #sidebar-social-links #___ytsubscribe_0 {
    vertical-align: top !important;
    margin-right: 14px !important;
  }
  .home #front-page-reputation-saying #sidebar-social-links .fb_iframe_widget {
    vertical-align: top;
    margin: 0px 14px 0 0;
  }
  .home #front-page-recent-reputation #reputation-reviewed {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  .home #front-page-recent-reputation #reputation-reviewed img {
    display: block;
    margin-left: 0;
  }
  .home #front-page-recent-reputation .vr {
    display: block;
  }
  .home #front-page-recent-reputation #reputation-advised {
    float: right;
    width: 45%;
  }
  .home #front-page-recent-reputation #reputation-advised img {
    display: block;
    margin-left: 0;
  }
  .home #reputation-quote {
    margin: 2.5em 0 1.5em 0;
    width: 47%;
  }
  .home #reputation-quote blockquote {
    font-size: 1em;
    padding: 20px 20px 20px 30px;
    line-height: 20px;
  }
  .home #reputation-quote blockquote p {
    margin: 5px 0 0 0;
  }
  .home #talk-to-expert {
    margin: 2.5em 0 1.5em 0;
  }
  .home #talk-to-expert h4 {
    font-size: 1.25em;
    margin: 8px 0;
  }
  .home #talk-to-expert p {
    margin: 5px 0 0 0;
  }
  .home #front-page-recent {
    text-align: left;
    padding: 25px 0 50px 0;
  }
  .home #front-page-recent p {
    text-align: left;
    font-size: 1.2em;
    margin: 10px 0 20px 0;
  }
  .home #front-page-recent .home-section-header {
    margin: 0.7em 0 0.1em 0;
  }
  .home #front-page-recent .loop .title {
    text-align: left;
  }
  .home #as-seen-in {
    text-align: left;
    padding: 30px 0;
  }
  .home #as-seen-in .home-section-header {
    margin: 0.8em 0;
    font-size: 1.9em;
  }
  .home #as-seen-in .ninecol {
    margin-top: 10px;
  }
  .home #frontpage-faq {
    text-align: left;
    padding: 40px 0;
  }
  .home #frontpage-faq .answer {
    text-align: left;
  }

  /* BUYERS GUIDE LANDING PAGES */
  .page-template-page-templatespage-gamification-lp-php #content,
  .page-template-page-templatespage-ehr-lp-php #content,
  .page-template-page-templatespage-business-intelligence-lp-php #content,
  .page-template-page-templatespage-project-mgmt-lp-php #content,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php #content {
    background: #333132;
  }
  .page-template-page-templatespage-gamification-lp-php .top-bar h1,
  .page-template-page-templatespage-ehr-lp-php .top-bar h1,
  .page-template-page-templatespage-business-intelligence-lp-php .top-bar h1,
  .page-template-page-templatespage-project-mgmt-lp-php .top-bar h1,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .top-bar h1 {
    font-size: 2.5rem;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content img,
  .page-template-page-templatespage-ehr-lp-php .main-content img,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content img,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content img,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content img {
    float: right;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content h4,
  .page-template-page-templatespage-ehr-lp-php .main-content h4,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content h4,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content h4,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content h4 {
    margin: 1rem 0 1rem 0;
    font-size: 2.5rem;
  }
  .page-template-page-templatespage-gamification-lp-php .bottom-bar h4,
  .page-template-page-templatespage-ehr-lp-php .bottom-bar h4,
  .page-template-page-templatespage-business-intelligence-lp-php .bottom-bar h4,
  .page-template-page-templatespage-project-mgmt-lp-php .bottom-bar h4,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .bottom-bar h4 {
    font-size: 24px;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }
  .page-template-page-templatespage-gamification-lp-php .bottom-bar .footer-content,
  .page-template-page-templatespage-ehr-lp-php .bottom-bar .footer-content,
  .page-template-page-templatespage-business-intelligence-lp-php .bottom-bar .footer-content,
  .page-template-page-templatespage-project-mgmt-lp-php .bottom-bar .footer-content,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .bottom-bar .footer-content {
    border-right: 1px solid #9e9e9e;
  }

  /* CONSULTATION LANDING PAGE */
  .page-template-page-templatespage-consultation-lp-php #content {
    background: #fff;
  }
  .page-template-page-templatespage-consultation-lp-php .wrap {
    max-width: 100%;
    padding: 0;
  }
  .page-template-page-templatespage-consultation-lp-php .article-header {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    padding: 2rem 0 1.5rem;
    background: #418bbc;
  }
  .page-template-page-templatespage-consultation-lp-php .article-header h1 {
    font-size: 53px;
    margin: 0 0 0 11px;
  }
  .page-template-page-templatespage-consultation-lp-php .article-header h2 {
    font-size: 33px;
    font-weight: 300;
    margin: 0 0 0 17px;
  }
  .page-template-page-templatespage-consultation-lp-php section {
    max-width: 1089px;
    margin: 50px auto;
  }
  .page-template-page-templatespage-consultation-lp-php section #intro img {
    margin-bottom: 0;
  }
  .page-template-page-templatespage-consultation-lp-php section #intro p span {
    font-weight: 600;
    margin-top: -6px;
    display: block;
  }
  .page-template-page-templatespage-consultation-lp-php section #intro h3 {
    font-size: 24px;
    margin-top: -8px;
    margin-bottom: 0;
  }
  .page-template-page-templatespage-consultation-lp-php section #intro h3:nth-of-type(2n) {
    margin-top: 3px;
  }
  .page-template-page-templatespage-consultation-lp-php section #intro p {
    margin: 0;
  }
  .page-template-page-templatespage-consultation-lp-php section #intro .phone-number {
    margin-top: -12px;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    color: #ea742c;
  }
  .page-template-page-templatespage-consultation-lp-php section #why h3 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul {
    list-style-type: none;
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul li.gears:before, .page-template-page-templatespage-consultation-lp-php section #why ul li.database:before, .page-template-page-templatespage-consultation-lp-php section #why ul li.thumbsup:before {
    font-family: FontAwesome;
    font-size: 22px;
    color: #418bbc;
    float: left;
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul li.gears:before {
    content: "\f085";
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul li.database:before {
    content: "\f1c0";
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul li.thumbsup:before {
    content: "\f087";
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul i {
    margin-right: 15px;
    color: #418bbc;
    display: inline-block;
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul .list-content {
    margin-left: 45px;
    margin-bottom: 10px;
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul .list-content h4, .page-template-page-templatespage-consultation-lp-php section #why ul .list-content p {
    margin: 0;
  }
  .page-template-page-templatespage-consultation-lp-php section #why ul .list-content h4 {
    font-size: 18px;
  }
  .page-template-page-templatespage-consultation-lp-php section #about h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .page-template-page-templatespage-consultation-lp-php section #about p {
    margin-top: 0;
  }
  .page-template-page-templatespage-consultation-lp-php section .download-form {
    width: 415px;
    margin-top: 0;
  }
  .page-template-page-templatespage-consultation-lp-php section .download-form img {
    margin: 0 auto;
    display: block;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer {
    background: #f0f0f0;
    border-top: 1px solid #d7d7d7;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer #testimonials {
    max-width: 1140px;
    margin: 0 auto;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .left-quote blockquote, .page-template-page-templatespage-consultation-lp-php .article-footer .right-quote blockquote {
    padding: 0;
    margin: 0;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .left-quote blockquote:before, .page-template-page-templatespage-consultation-lp-php .article-footer .right-quote blockquote:before {
    content: '\201C';
    font-weight: 700;
    font-size: 26px;
    font-family: georgia;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .left-quote blockquote:after, .page-template-page-templatespage-consultation-lp-php .article-footer .right-quote blockquote:after {
    content: '\201D';
    font-weight: 700;
    font-size: 26px;
    font-family: georgia;
    display: inline-block;
    margin-top: -12px;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .left-quote h4, .page-template-page-templatespage-consultation-lp-php .article-footer .right-quote h4 {
    font-size: 17px;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .left-quote img, .page-template-page-templatespage-consultation-lp-php .article-footer .right-quote img {
    float: right;
    margin-top: -20px;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .left-quote {
    border-right: 1px solid #999;
    margin: 30px 0px;
    padding: 5px 70px 0 26px;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .left-quote img {
    width: 200px;
    height: 38px;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .right-quote {
    margin: 30px 0px;
    padding: 5px 26px 5px 45px;
  }
  .page-template-page-templatespage-consultation-lp-php .article-footer .right-quote img {
    width: 136px;
    height: 43px;
  }

  /* date archive page */
  /* replace the number to the corresponding page number */
  /* search result page */
  /* no results search page */
  /* individual paged search (i.e. body.search-paged-3) */
  /* 404 */
  .error404 #content {
    margin-top: 0;
  }
  .error404 section {
    margin: 2rem 0;
  }
  .error404 #find-software {
    border-right: 1px solid #ccc;
    padding: 0 15px 3rem 0;
  }
  .error404 #find-software h4 {
    font-size: 28px;
    font-weight: 400;
  }
  .error404 #find-software strong {
    font-size: 22px;
  }
  .error404 #find-software br {
    display: block;
  }
  .error404 #find-software .button {
    width: 293px;
  }
  .error404 #recent-posts {
    margin-top: 0;
    padding-left: 15px;
  }
  .error404 #recent-posts a {
    text-align: left;
  }
  .error404 #recent-posts img {
    width: 90%;
  }
  .error404 #recent-posts h4 {
    font-size: 20px;
  }
  .error404 #recent-posts p {
    text-align: left;
    margin: 0;
  }

  /* END 404 */
  /* Single */
  .single #blog-wrap {
    width: 67%;
  }
  .single #main {
    width: 99.999999993%;
    margin-left: 0;
  }
  .single .module-featured {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .single .module {
    margin-bottom: 1em;
  }
  .single .single-post article a:hover, .single .single-post article a:active {
    color: #418bb9;
  }
  .single .single-post .blog-download-form img {
    float: left;
    width: 30%;
  }
  .single .single-post .blog-download-form .container {
    float: left;
    width: 70%;
  }

  .single-post .blog-download-form img {
    float: left;
    width: 32%;
    margin: 0;
  }
  .single-post .blog-download-form .container {
    float: left;
    margin-left: 3%;
    width: 65%;
  }
  .single-post .blog-download-form .container h4 {
    text-align: left;
    margin: 8px 0;
  }
  .single-post .blog-download-form .container p {
    text-align: left;
  }
  .single-post .blog-download-form .container h4.free-download {
    margin-top: 0;
    line-height: 1;
  }
  .single-post .blog-download-form .container a {
    margin: 15px 0 0 0;
  }

  /* Product Post Type */
  .single-products header.pp-variant-sticky-header.sticky {
    background: #f0f0f0;
    padding: 1em 0;
    border-bottom: 1px solid #d7d7d7;
    height: 142px;
  }
  .single-products header.pp-variant-sticky-header.sticky .product-wrap {
    position: absolute;
    bottom: 1em;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar {
    width: 84.309392%;
    margin: 10px 0 0 0;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options {
    width: 475px;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap .blue-button {
    float: left;
    margin: 0 15px 0 0;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone {
    display: block;
    float: left;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone h4, .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone p {
    margin: 0;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone h4 a, .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone p a {
    color: #418bb9;
    text-decoration: underline;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone h4 a:hover, .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone p a:hover {
    color: #418bb9;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone p {
    font-size: 15px;
    line-height: 1.2;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap #stickey-header-phone .phone-number {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .single-products header.pp-variant-sticky-header.sticky .product-image {
    width: 12.5%;
  }
  .single-products div#reviews_stars {
    text-align: left;
    margin: 0;
  }
  .single-products #content {
    text-align: left;
  }
  .single-products #content header {
    padding: 0 0 1.5em 0;
  }
  .single-products .product-header.sticky {
    padding-top: 1em !important;
  }
  .single-products .product-header.sticky .product-image, .single-products .product-header.sticky .product-title {
    display: block;
  }
  .single-products #inner-content.sticky {
    margin-top: 153px;
  }
  .single-products .product-image {
    width: 16.2%;
  }
  .single-products .product-image img {
    width: 100%;
  }
  .single-products #breadcrumbs-wrap {
    display: block;
    font-size: 1em;
    margin-bottom: 0;
  }
  .single-products #breadcrumbs-wrap #breadcrumbs {
    margin-bottom: 5px;
  }
  .single-products #product-author-meta {
    width: 225px;
    display: block;
    margin: -35px 0 0;
  }
  .single-products #product-author-meta img {
    width: 95%;
  }
  .single-products #product-author-meta ul li a,
  .single-products #product-author-meta ul li a:visited {
    font-size: 10px;
    width: 22px;
    padding: 2px;
    margin: 0 2px;
  }
  .single-products #product-author-meta p {
    font-size: 16px;
    margin: 5px 0 3px 0;
  }
  .single-products #product-author-meta h4 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .single-products #product-info-bar {
    float: right;
    width: 80.309392%;
  }
  .single-products #product-info-bar .vendor-approved-image {
    float: right;
    width: auto;
    position: absolute;
    right: 0px;
    top: 15px;
  }
  .single-products #product-info-bar .product-title {
    margin: 0;
    text-align: left;
    max-width: 73%;
  }
  .single-products #product-info-bar .vendor {
    font-size: .7em;
  }
  .single-products #product-info-bar #product-menu-options {
    width: 330px;
  }
  .single-products #product-info-bar #product-menu-options .product-button-wrap {
    margin-top: 10px;
    text-align: left;
  }
  .single-products #product-info-bar #product-menu-options .product-button-wrap .blue-button {
    margin-right: 8px;
    font-size: 0.8em;
    padding: 10px 15px;
  }
  .single-products #product-info-bar #product-menu-options .product-button-wrap a:hover {
    color: #fff;
  }
  .single-products #product-info-bar #product-menu-options .product-button-wrap a.click-to-call:hover {
    color: #418bb9;
  }
  .single-products #product-info-bar #product-menu-options .button {
    min-width: 130px;
    margin-right: 15px;
  }
  .single-products #product-info-bar #product-suggestions {
    margin: 0;
    display: block;
  }
  .single-products #product-info-bar #product-suggestions p {
    text-align: right;
  }
  .single-products #product-info-bar .reviews {
    display: block;
    float: left;
    width: 100%;
  }
  .single-products .product-get-answers {
    display: none;
  }
  .single-products .mobile-product-quick-facts {
    display: none;
  }
  .single-products #product-screenshots {
    display: block;
  }
  .single-products #product-screenshots .screenshot-thumbs {
    display: block;
    width: 208px;
    margin: 0 auto;
  }
  .single-products #product-screenshots .screenshot-thumbs img {
    width: 47px;
  }
  .single-products .product-sidebar {
    width: 33%;
    margin-left: 0;
    display: block;
  }
  .single-products .mobile-screenshots {
    display: none;
  }
  .single-products .product-main {
    margin-left: 0;
    padding-right: 15px;
  }
  .single-products #product-vendor p {
    width: 100%;
  }
  .single-products #product-attributes .attContainer {
    margin-bottom: 15px;
  }
  .single-products #product-attributes .product-terms ul {
    margin: 0 0 25px 0;
  }
  .single-products #product-attributes .product-terms ul div.attribute-term {
    width: 42%;
    float: left;
    margin-right: 8%;
  }
  .single-products #product-attributes .product-terms ul li {
    margin: 0 5% 0 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  .single-products #product-attributes .product-terms ul .first-two {
    border-top: none;
  }
  .single-products .modal {
    padding-top: 5%;
  }
  .single-products .modal .modal-dialog {
    width: 650px;
  }
  .single-products .modal h4.phone,
  .single-products .modal h4.phone a,
  .single-products .modal h4.phone-number,
  .single-products .modal h4.phone-number a {
    position: relative;
    float: left;
    font-size: 1.5em;
  }
  .single-products .modal p.call-us {
    float: left;
  }
  .single-products .modal .modal-header {
    padding: 2px 15px;
  }
  .single-products .modal .modal-header .button-close {
    line-height: 1;
  }
  .single-products .modal .modal-header .button-close:hover {
    color: #646464;
  }
  .single-products .modal .modal-body {
    padding: 20px 35px 10px;
    margin-bottom: 0;
  }
  .single-products .modal #modal-product-logo img {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
  }
  .single-products .modal .modal-footer {
    margin-top: 0;
  }
  .single-products .modal .modal-footer p {
    text-align: left;
    font-size: 15px;
  }
  .single-products .modal h4 {
    font-size: 2em;
    margin-bottom: 0;
  }
  .single-products .modal p {
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
  }
  .single-products .modal p.sub-header {
    width: 100%;
    margin: 15px 0;
  }
  .single-products #screenshotsModal .modal-header {
    padding: 15px;
  }
  .single-products #screenshotsModal i {
    font-size: 3em;
    margin-top: 150px;
  }
  .single-products #suggestionModal input[type=submit],
  .single-products #requestQuoteModal input[type=submit],
  .single-products #freeDemoModal input[type=submit] {
    margin: 5px 0 !important;
    min-width: 130px;
    max-width: 210px;
    font-size: 1em;
    padding: 10px 13px;
    float: right;
  }
  .single-products #suggestionModal #modal-product-logo,
  .single-products #requestQuoteModal #modal-product-logo,
  .single-products #freeDemoModal #modal-product-logo {
    width: 30%;
    float: left;
  }
  .single-products #suggestionModal .form_body,
  .single-products #requestQuoteModal .form_body,
  .single-products #freeDemoModal .form_body {
    width: 65%;
    float: right;
  }
  .single-products #suggestionModal .call-container,
  .single-products #requestQuoteModal .call-container,
  .single-products #freeDemoModal .call-container {
    max-width: 170px;
    height: 75px;
    margin: -45px 0 0;
  }
  .single-products #suggestionModal h4.phone,
  .single-products #requestQuoteModal h4.phone,
  .single-products #freeDemoModal h4.phone {
    display: block;
    margin-top: 5px;
    font-size: 2em;
    text-align: left;
  }
  .single-products #suggestionModal .call-us,
  .single-products #requestQuoteModal .call-us,
  .single-products #freeDemoModal .call-us {
    display: block;
    position: relative;
    text-align: left;
  }
  .single-products #suggestionModal .call-container {
    margin: -62px 0 0;
  }
  .single-products #suggestionModal .call-us {
    font-size: 1.3em;
  }
  .single-products #product-info-bar.for-reviews {
    width: 90.2%;
    margin-left: 1.5%;
  }
  .single-products #product-info-bar.for-reviews .product-title {
    margin: 16px 0 0;
    font-size: 2em;
  }
  .single-products #product-info-bar.for-reviews p {
    margin: 0;
  }
  .single-products header.review-view.product-information-area .product-image {
    width: 8.2%;
  }
  .single-products #main.review .product-sidebar {
    display: none;
  }
  .single-products #main.review .review-wrap {
    width: 99.999999993%;
    margin: 0 0 40px;
  }
  .single-products #main.review .review-wrap h4#review-title {
    font-size: 18px;
    display: block;
  }
  .single-products #main.review .review-wrap hr {
    margin: 30px 0;
  }
  .single-products #main.review .review-wrap .star-ratings-container .rating-star-container {
    float: left;
    width: 50%;
  }
  .single-products #main.review .review-wrap .star-ratings-container .rating-star-container .ratings_left {
    width: 32%;
    font-size: 18px;
  }
  .single-products #main.review .review-wrap .star-ratings-container .rating-star-container .ratings_right {
    width: 68%;
  }
  .single-products #main.review .review-wrap #reviews_wrapper label {
    font-size: 19px;
  }
  .single-products #main.review .review-wrap #reviews_wrapper input[type="text"],
  .single-products #main.review .review-wrap #reviews_wrapper .textarea {
    margin: 8px 0 10px 0;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .star-ratings-container {
    margin: 20px 0;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .likelihood input {
    margin: 12px 3px 12px 5.3%;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .likelihood input:first-of-type {
    margin-left: 0;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .likelihood .likelihood-ness {
    height: 5px;
    float: left;
    background-color: #418bb9;
    width: 0%;
  }
  .single-products .modal#reviewThankYou,
  .single-products .modal#loginRadiusModal {
    padding-top: 15%;
  }
  .single-products .modal#reviewThankYou p,
  .single-products .modal#loginRadiusModal p {
    font-size: 20px;
  }
  .single-products .modal#reviewThankYou h4,
  .single-products .modal#loginRadiusModal h4 {
    font-size: 2em;
  }
  .single-products .modal#reviewThankYou hr,
  .single-products .modal#loginRadiusModal hr {
    margin: 30px 0 20px;
  }
  .single-products header.review-view {
    display: block;
  }
  .single-products #customer-reviews {
    padding: 20px 0 50px;
  }
  .single-products #customer-reviews h4.customer-reviews-header {
    display: block;
  }
  .single-products #customer-reviews h4.customer-reviews-header.mobile {
    display: none;
  }
  .single-products #customer-reviews .tapr_reviews_display_top p {
    display: none;
  }
  .single-products #customer-reviews .review-cta {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    padding: 13px 0 5px;
  }
  .single-products #customer-reviews .review-cta .text-container {
    text-align: left;
    width: 50%;
    float: left;
  }
  .single-products #customer-reviews .review-cta .text-container p {
    margin: 0 0 12px 0;
    font-size: 16px;
  }
  .single-products #customer-reviews .review-cta a.review-btn,
  .single-products #customer-reviews .review-cta button {
    float: right;
    margin: 8px 0;
    width: 50%;
  }
  .single-products #customer-reviews .review-intro-info .stars-and-bars {
    display: block;
  }
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container .total-bar {
    float: left;
    height: 20px;
    background-color: #ccc;
    width: 60%;
    margin-bottom: 5px;
  }
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container .relational-star-rating {
    float: left;
    height: 20px;
    background-color: #418bb9;
    width: 0%;
  }
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container span.star-number,
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container span.total-count {
    padding: 0 10px 0 0;
    display: block;
    float: left;
    width: 23%;
    line-height: 1;
    position: relative;
    top: 2px;
    font-size: 15px;
  }
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container span.total-count {
    padding: 0 0 0 10px;
    width: 5%;
  }
  .single-products #customer-reviews .review-intro-info .write-review-cta p {
    font-size: 1em;
    margin-top: 0;
  }
  .single-products #customer-reviews .review-intro-info .write-review-cta h4 {
    font-size: 20px;
  }
  .single-products #customer-reviews .review-intro-info .review-to-give-cta h4 {
    text-align: left;
  }
  .single-products #customer-reviews .review-intro-info .review-to-give-cta p {
    text-align: left;
  }
  .single-products #customer-reviews .tapr_reviews_display_bottom .likelihood-bar {
    width: 88% !important;
  }
  .single-products #customer-reviews .tapr_reviews_display_top {
    width: 11.8%;
    float: left;
  }
  .single-products #customer-reviews .tapr_reviews_display_top img {
    width: 100%;
  }
  .single-products #customer-reviews .tapr_reviews_display_bottom {
    width: 86.2%;
  }
  .single-products #customer-reviews .tapr_reviews_display_wrapper h4.reviews_display_title {
    margin-bottom: 0;
  }
  .single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_bottom_right .reviews_display_text p {
    font-size: 1em;
  }
  .single-products #customer-reviews .tapr_reviews_display_wrapper .tapr_reviews_display_review_title #reviews_stars_main {
    float: none;
    width: 100%;
  }
  .single-products .modal#loginRadiusModal .modal-dialog {
    width: 370px;
  }
  .single-products .modal#loginRadiusModal .modal-dialog h4 {
    font-size: 1.5em;
  }

  /* Evergreen Post Type */
  .single-evergreen #evergreen-wrap .entry-title {
    text-align: left;
  }
  .single-evergreen #evergreen-wrap {
    width: 67%;
  }
  .single-evergreen #sidebar-evergreen {
    width: 31.491712705%;
    display: block;
    margin-left: 1%;
  }
  .single-evergreen #sidebar-evergreen #contact-us-evergreen h2 {
    color: #B3D256;
    font-weight: bold;
    margin: 0.53em 0;
  }
  .single-evergreen #sidebar-evergreen #contact-us-evergreen span {
    color: #303030;
    font-size: 0.7em;
  }

  .single-podcast-interview .podcast-interview-wrap {
    max-width: 1120px;
    padding: 0 15px;
  }
  .single-podcast-interview header#podcast-interview-header {
    background: url(../images/single-event-header-image.jpg) no-repeat;
    background-size: cover;
    background-color: #418bb9;
    padding: 20px 0;
  }
  .single-podcast-interview header#podcast-interview-header #title-container {
    float: left;
    width: 80%;
    text-align: left;
  }
  .single-podcast-interview header#podcast-interview-header h1 {
    font-size: 3em;
    margin: 12px 0 0 0;
    padding: 0;
    line-height: 1;
  }
  .single-podcast-interview header#podcast-interview-header h3 {
    font-size: 1.8em;
  }
  .single-podcast-interview header#podcast-interview-header img {
    float: left;
    width: 15%;
    margin-left: 3.5%;
  }
  .single-podcast-interview .podcast-process-content {
    margin-bottom: 0;
  }
  .single-podcast-interview .podcast-process-content h4 {
    margin: 0 0 8px 0;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1;
    color: #303030;
  }
  .single-podcast-interview .podcast-process-content p {
    font-weight: 300;
    line-height: 1.2;
    font-size: 14px;
    margin: 0;
  }
  .single-podcast-interview #podcast-process {
    max-width: 1020px;
    margin: 45px auto 25px;
    padding-bottom: 30px;
  }
  .single-podcast-interview .content-headline {
    font-size: 1.8em;
  }
  .single-podcast-interview main {
    width: 90%;
  }
  .single-podcast-interview .quick-guide .wrap {
    max-width: 1120px;
  }
  .single-podcast-interview .quick-guide h3 {
    text-align: left;
  }
  .single-podcast-interview .quick-guide .headset,
  .single-podcast-interview .quick-guide .skype,
  .single-podcast-interview .quick-guide .environment {
    padding: 0 25px 15px 25px;
    margin: 0 0 50px 0;
    width: 33.3%;
  }
  .single-podcast-interview .quick-guide .headset,
  .single-podcast-interview .quick-guide .skype {
    border-right: 1px solid #ccc;
  }
  .single-podcast-interview .questions-covered-container {
    width: 77%;
    margin: 20px auto 0;
  }
  .single-podcast-interview section.scheduling-content h2#podcast-process-desc {
    font-size: 1.5em;
  }

  .single-glossary {
    display: block;
  }
  .single-glossary #content header {
    background: url(../images/glossary-page-background.jpg) no-repeat;
    background-size: cover;
    background-color: #fff;
  }
  .single-glossary #content header .back-button {
    display: inline-block;
  }
  .single-glossary #content header .term-information h2 {
    font-size: 3.2em;
  }
  .single-glossary #content header .term-information p {
    display: block;
    font-size: 22px;
  }
  .single-glossary #term-content .mobile-definition {
    display: none;
  }
  .single-glossary #term-content .term-body {
    display: block;
    width: 100%;
    margin-right: 5%;
    float: left;
  }
  .single-glossary #term-content .term-body h3 {
    font-size: 32px;
  }
  .single-glossary #term-content .term-sidebar {
    float: right;
    width: 34%;
    max-width: 370px;
    margin-top: 24px;
  }
  .single-glossary #term-content .term-sidebar .recent-downloads img.recent-download-cover {
    width: 50px;
    height: auto;
    margin-right: 5px;
    border: 1px solid #ccc;
  }
  .single-glossary #term-content .term-sidebar .recent-downloads h3 {
    margin: 8px 0 0;
    width: 70%;
    text-align: left;
    font-size: 12px;
  }
  .single-glossary #term-content .term-sidebar .recent-downloads a {
    display: block;
    margin-bottom: 15px;
  }
  .single-glossary #term-content .term-sidebar .recent-posts-extended {
    padding: 15px;
  }
  .single-glossary #term-content .term-sidebar .recent-posts-extended .rpwe-block li {
    border: none;
    text-align: left;
    min-height: 82px;
    clear: both;
  }
  .single-glossary #term-content .term-sidebar .recent-posts-extended .rpwe-block li time {
    display: none;
  }
  .single-glossary #term-content .term-sidebar .recent-posts-extended .rpwe-block li h3 {
    padding-top: 12px;
    margin-top: 0 !important;
    font-size: 12px !important;
    line-height: 1.3;
  }
  .single-glossary #term-content .related-products {
    position: relative;
    margin-top: 14px;
    padding-bottom: 30px;
  }
  .single-glossary #term-content .related-products h3 {
    margin: 0 0 12px;
    font-weight: 500;
    line-height: 1;
  }
  .single-glossary #term-content .related-products a.current-category,
  .single-glossary #term-content .related-products h4.current-category {
    display: none;
    color: #418bb9;
    font-size: 1.7em;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
  }
  .single-glossary #term-content .related-products a.current-category span,
  .single-glossary #term-content .related-products h4.current-category span {
    line-height: 1;
  }
  .single-glossary #term-content .related-products a.current-category i,
  .single-glossary #term-content .related-products h4.current-category i {
    font-size: 20px;
  }
  .single-glossary #term-content .related-products .other-terms {
    max-height: 300px;
    min-width: 198px;
    overflow: scroll;
    display: none;
    margin: 0;
    background: #f0f0f0;
    list-style: none;
    border: none;
    position: absolute;
    left: 0px;
    border-radius: 0px;
    border: 1px solid #ccc;
  }
  .single-glossary #term-content .related-products .other-terms li {
    padding: 5px 8px;
    float: none;
    z-index: 20;
    background: #f0f0f0;
    text-align: left;
  }
  .single-glossary #term-content .related-products .other-terms li a {
    display: block;
    text-decoration: none;
  }
  .single-glossary #term-content .related-products .other-terms li:hover {
    background: #d9d9d9;
  }
  .single-glossary .dataTables_length,
  .single-glossary .select-filter-by {
    margin-bottom: 16px;
    margin-top: 35px;
    float: left;
    margin-right: 20px;
    width: 40%;
  }
  .single-glossary .dataTables_length label,
  .single-glossary .select-filter-by label {
    display: inline-block;
  }
  .single-glossary .dataTables_length select.display-menu,
  .single-glossary .select-filter-by select.display-menu {
    font-weight: 400;
    margin-left: 12px;
    margin-bottom: 0;
    min-width: 195px;
    height: 28px;
    border: 1px solid #418bbc;
    border-radius: 4px;
    background: #fff;
  }
  .single-glossary .select-filter-by {
    margin-top: 13px;
  }
  .single-glossary #glossary-terms-results-table_wrapper {
    margin-top: 25px;
  }
  .single-glossary #glossary-terms-results-table_wrapper .dataTables_paginate {
    margin-top: 35px;
    text-align: right;
  }
  .single-glossary #glossary-terms-results-table_wrapper .dataTables_paginate a {
    border: 1px solid #418bb9;
    border-radius: 4px;
    margin-left: 4px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #418bb9;
    padding: 2px 8px;
  }
  .single-glossary #glossary-terms-results-table_wrapper .dataTables_paginate a.current {
    color: #1f1f1f;
    border: none;
  }
  .single-glossary #glossary-terms-results-table_wrapper .dataTables_paginate a.next, .single-glossary #glossary-terms-results-table_wrapper .dataTables_paginate a.previous {
    border: none;
  }
  .single-glossary #glossary-terms-results-table_wrapper .dataTables_length#glossary-terms-results-table_length {
    margin-top: 0;
  }
  .single-glossary table#glossary-terms-results-table tr td.result-cell .title-container .title {
    font-size: 26px;
    line-height: 39px;
    display: block;
  }
  .single-glossary table#glossary-terms-results-table tr td.result-cell a {
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #d7d7d7;
  }

  /* Press Page */
  #press-posts #press-feed {
    width: 99.999999993%;
  }
  #press-posts .entry-content {
    margin: 1.8em 0;
  }
  #press-posts .post-image img {
    width: 110px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #press-posts .post-image .share-container {
    position: relative;
  }
  #press-posts .post-image .share-container a.share-btn {
    width: 75px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #ccccca;
    padding: 1px 10px 0 30px;
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 10px auto;
    background: url(../images/share-plus.png) no-repeat -2px -1px #fff;
  }
  #press-posts .post-image .share-container a:hover {
    cursor: pointer;
  }
  #press-posts .post-image .share-container .sharebox {
    padding: 10px;
    width: 210px;
    position: absolute;
    border-radius: 8px;
    top: -165px;
    left: 40px;
    background: #fff;
    height: 160px;
    border: 1px solid #ccc;
    z-index: 99;
    display: none;
  }
  #press-posts .post-image .share-container .sharebox ul {
    margin: 0;
  }
  #press-posts .post-image .share-container .sharebox ul li {
    list-style: none;
    float: left;
    display: inline-block;
    height: 30px;
    margin: 3px;
  }
  #press-posts .post-image .share-container .sharebox ul li.mail a {
    background: none;
    padding: 0;
    border: 0;
    margin: 0;
  }
  #press-posts .post-image .share-container .sharebox ul li.mail a img {
    width: 60px;
  }
  #press-posts .post-content {
    margin-top: -6px;
  }
  #press-posts .post-content p {
    font-size: 17px;
    line-height: 22px;
    margin: 0;
  }
  #press-posts #product-author-meta span {
    font-size: 1.1em;
  }
  #press-posts #sidebar-pressposts {
    width: 99.999999993%;
  }
  #press-posts #sidebar-pressposts .author-img {
    width: 21.491712705%;
  }

  /* individual post page by id (i.e. body.postid-73) */
  /* individual paged single (i.e. body.single-paged-3) */
  /* attatchment page */
  /* individual attatchment page (i.e. body.attachmentid-763) */
  /* style mime type pages */
  .author {
    /* Authorsure */
  }
  .author .authorsure-author-box img, .author #content .authorsure-author-box img {
    float: left;
    margin: 0 15px 0 0;
  }
  .author .authorsure-author-box h4, .author #content .authorsure-author-box h4 {
    margin: 0;
    text-align: left;
  }
  .author .authorsure-author-box p, .author #content .authorsure-author-box p {
    text-align: left;
    margin-top: .5rem;
  }

  /* author page */
  /* user nicename (i.e. body.author-samueladams) */
  /* paged author archives (i.e. body.author-paged-4) for page 4 */
  /* category page */
  /* individual category page (i.e. body.category-6) */
  /* replace the number to the corresponding page number */
  /* tag page */
  /* individual tag page (i.e. body.tag-news) */
  /* replace the number to the corresponding page number */
  /* custom page template page */
  /* individual page template (i.e. body.page-template-contact-php */
  /* About Us */
  .page-template-page-templatespage-about-php #about-us-content h4.sub-header {
    font-size: 2.2em;
    margin: 14px 0 -10px 0;
  }
  .page-template-page-templatespage-about-php #about-us-content .content-section {
    float: left;
    width: 67%;
    margin-bottom: 20px;
  }
  .page-template-page-templatespage-about-php #about-us-content .content-section section {
    text-align: left;
    font-size: 1.1em;
    font-weight: 300;
  }
  .page-template-page-templatespage-about-php #about-us-content .content-section section p {
    line-height: 1.4;
  }
  .page-template-page-templatespage-about-php .about-us-cta-sidebar {
    float: right;
    width: 30%;
    margin-left: 3%;
  }
  .page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type a {
    text-decoration: none;
    padding: 8px;
    max-width: 225px;
  }
  .page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type a:hover, .page-template-page-templatespage-about-php .about-us-cta-sidebar .viewer-type a:visited {
    color: #fff;
  }
  .page-template-page-templatespage-about-php .about-us-cta-sidebar .top {
    padding-top: 0;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section h2 {
    margin: 0 0 10px;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member {
    width: 14.5%;
    float: left;
    margin: 1em 1% 8px;
    min-height: 235px;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member p, .page-template-page-templatespage-about-php #meet-the-team-section .team-member h4 {
    margin: 0;
    text-align: left;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member img {
    width: 100%;
    min-width: 115px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links {
    width: 100%;
    min-width: 115px;
    display: block;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links a {
    font-size: 1em;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links .bio-link a {
    font-size: 0.9em;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-name {
    font-size: 14px;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .job-title {
    font-size: 14px;
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back {
    float: left;
    width: 70%;
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back img {
    width: auto;
    height: auto;
    max-height: 407px;
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back a i {
    position: relative;
    padding: 30px 5px;
    font-size: 0.8em;
    top: 150px;
    background: rgba(0, 0, 0, 0.6);
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back .carousel-control {
    width: 4%;
    opacity: 1;
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back .carousel-caption {
    padding: 12px 0;
    left: 0%;
    right: 0%;
    bottom: 0;
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back .carousel-caption p {
    margin: 0;
    font-size: 1em;
    text-align: left;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
  }
  .page-template-page-templatespage-about-php #giving-back-section #giving-back-description {
    float: left;
    width: 25%;
    margin-left: 5%;
  }
  .page-template-page-templatespage-about-php #giving-back-section h2 {
    margin: 0 0 10px 0;
  }
  .page-template-page-templatespage-about-php #giving-back-section p {
    font-size: 14px;
    text-align: left;
  }

  /* Contact Us Page */
  .page-template-page-templatespage-contact-us-php .inner-content {
    padding: 0 32px 0 23px;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title {
    padding: 2em 0;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title h1 {
    font-size: 3.1em;
    text-align: left;
    margin-bottom: 35px;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #leave-a-message {
    display: none;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container {
    display: block;
    background-color: #fff;
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container {
    float: left;
    width: 40%;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .text-container {
    margin: 0 auto;
    width: 96%;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container h4, .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container p {
    color: #4d4d4d;
    margin-top: 0;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button {
    position: relative;
    cursor: pointer;
    padding: 27px 20px;
    background-color: #fff;
    width: 100%;
    min-height: 191px;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button p {
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button h4 {
    font-size: 1em;
    font-weight: 500;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button.active {
    background-color: #418bb9;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button.active p, .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button.active h4 {
    color: #fff;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button.active:after {
    content: "";
    position: absolute;
    top: 40%;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #418bb9;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container .form-container {
    background: #f0f0f0;
    float: right;
    width: 60%;
    border-left: 1px solid #ccc;
    padding: 65px 30px 0;
    min-height: 382px;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container .form-container #gform_wrapper_31 {
    display: none;
  }
  .page-template-page-templatespage-contact-us-php .contact-header {
    font-size: 1.3em;
    margin: 5px 0;
  }
  .page-template-page-templatespage-contact-us-php .contact-header i {
    font-size: 22px;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section {
    background: #fff;
    padding: 45px 0 40px 0;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information {
    width: 50%;
    float: left;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information .desktop-mobile {
    display: none;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information .mobile-desktop {
    display: block;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table .title {
    font-weight: 600;
    width: 37%;
    font-size: 15px;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #google-maps {
    margin-top: 41px;
    width: 46%;
    float: right;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper {
    width: 68%;
    float: right;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper .gform_heading {
    display: block;
    margin: 0 0 8px 0;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper .gform_heading .gform_description {
    font-weight: 400 !important;
    font-size: 22px;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper .ginput_container input {
    font-size: 1em;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    margin-top: 0;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper ul.gfield_checkbox li label {
    font-size: 14px;
    margin: 0 10px 0 0;
    font-weight: 400;
    float: right;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper .gform_footer input[type=submit] {
    width: 205px !important;
    margin-top: 5px;
    font-size: 1.3em !important;
    line-height: 1.428571429;
    max-width: 250px;
    padding: 10px;
    float: right;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: 400;
  }
  .page-template-page-templatespage-contact-us-php .gform_wrapper .gfield_label {
    display: none !important;
  }

  /* Careers Page */
  .page-template-page-templatespage-careers-php .wrap {
    max-width: 1140px;
  }
  .page-template-page-templatespage-careers-php #careers-header {
    background: url(../images/careers-header-image.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    margin: 0;
  }
  .page-template-page-templatespage-careers-php .entry-content {
    margin: 0 auto;
  }
  .page-template-page-templatespage-careers-php .entry-content p {
    font-size: 0.85em;
    line-height: 1.4;
    margin: 0 0 1em;
  }
  .page-template-page-templatespage-careers-php .video-wrap {
    margin: 0 0 1em 1em;
  }
  .page-template-page-templatespage-careers-php #careers-about-section .module-title {
    font-size: 3.2em;
    margin: 0 0 25px;
    text-align: center;
  }
  .page-template-page-templatespage-careers-php #careers-about-section .module-title a {
    font-size: 35px;
    padding: 0 3px;
  }
  .page-template-page-templatespage-careers-php #careers-benefits {
    text-align: left;
  }
  .page-template-page-templatespage-careers-php #careers-benefits img {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .page-template-page-templatespage-careers-php #careers-benefits-section .benefits-img {
    margin-left: 2.2430939%;
  }
  .page-template-page-templatespage-careers-php #careers-benefits-section .benefits-img.first {
    margin-left: 0;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office {
    width: 75%;
    float: left;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office .carousel-control {
    width: 4%;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office .carousel-control i {
    font-weight: 300;
    padding: 30px 5px;
    font-size: 0.8em;
    top: 150px;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container {
    display: block;
    float: right;
    width: 23%;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container h4 {
    margin: 0;
    font-size: 2em;
    color: #444;
    text-align: left;
    line-height: 1;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails {
    margin-top: 1em;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .thumbnail {
    float: left;
    width: 48%;
    margin: 0 0 3px 0;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .thumbnail img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .thumbnail img:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .selected img {
    opacity: 1 !important;
    border: 2px solid #418bb9;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .office-1,
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .office-3,
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .office-5,
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .office-7,
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .office-9 {
    margin: 0 4% 3px 0;
  }
  .page-template-page-templatespage-careers-php #contact-careers-cta .vr {
    display: block;
    height: 215px;
    width: 1px;
    background-color: #ccc;
    float: left;
  }
  .page-template-page-templatespage-careers-php #contact-careers-cta .sixcol {
    margin-left: 1.762431%;
    padding: 0 30px 0 15px;
    min-height: 215px;
  }
  .page-template-page-templatespage-careers-php #contact-careers-cta .sixcol.first {
    margin-left: 0;
  }
  .page-template-page-templatespage-careers-php #contact-careers-cta a.blue-button {
    width: 50%;
    position: absolute;
    bottom: 0;
  }
  .page-template-page-templatespage-careers-php #contact-careers-cta a.blue-button:hover {
    top: auto;
    box-shadow: 0px 2px 0px #1f4064;
  }
  .page-template-page-templatespage-careers-php p.description {
    margin: 20px auto;
    text-align: left;
    width: 85%;
    min-height: 330px;
  }
  .page-template-page-templatespage-careers-php p.description a.blue-button {
    font-weight: 400;
    text-decoration: none;
    float: right;
    padding: 6px 35px;
    max-width: 170px;
    margin: 1em 0 0 0;
  }
  .page-template-page-templatespage-careers-php p.description a.blue-button:hover {
    color: #fff;
  }
  .page-template-page-templatespage-careers-php #careers-openings p {
    font-size: 1em;
  }
  .page-template-page-templatespage-careers-php #careers-openings ul.job-titles-group li {
    font-size: 1em;
  }
  .page-template-page-templatespage-careers-php .title-group p {
    margin: 1.5em 0;
    margin-bottom: 10px;
  }
  .page-template-page-templatespage-careers-php .title-group hr {
    width: 90%;
  }
  .page-template-page-templatespage-careers-php #careers-share {
    display: block;
    float: right;
    font-size: 0.9em;
    line-height: 1;
    margin-top: 2em;
    width: 100%;
  }
  .page-template-page-templatespage-careers-php #careers-share ul.social-share-bar {
    width: 78%;
    display: inline-block;
    float: right;
  }
  .page-template-page-templatespage-careers-php #careers-share span.share-pos {
    display: inline-block;
    padding-top: 6px;
  }

  /* Webinar Main Page Styling: */
  .page-template-page-templatespage-webinar-php .webinar-section-header {
    font-size: 1.6em;
    margin: 0.8em 0 12px 0;
  }
  .page-template-page-templatespage-webinar-php #webinar-header-section h1#webinar-header {
    font-size: 3em;
    padding: 11px 0;
  }
  .page-template-page-templatespage-webinar-php #webinar-schedule-section .entry-content .webinar-content h4 {
    font-size: 1.6em;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar {
    display: block;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .module {
    padding: 15px 20px 20px 15px;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .module h4.widgettitle {
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 1.4em;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .module p.phone-number {
    font-size: 1.6em;
    margin: 0;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .module p.phone-number a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .module p.phone-number a:hover {
    color: #61a0c7;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .recent-downloads img.recent-download-cover {
    width: 50px;
    height: auto;
    margin-right: 5px;
    border: 1px solid #ccc;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .recent-downloads h3 {
    margin: 5px 0 0;
    width: 70%;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .recent-downloads a {
    display: block;
    margin-bottom: 15px;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .rpwe-block ul li {
    text-align: left !important;
    border-bottom: none !important;
    min-height: 82px;
    clear: both;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .rpwe-block ul h3 {
    margin-top: 0 !important;
    font-size: 1em !important;
    line-height: 1.3;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .rpwe-block ul .rpwe-thumb {
    border: 3px solid #9e9e9e !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .rpwe-block ul .rpwe-time {
    display: none !important;
  }

  .page-template-page-templatespage-decision-diamond-pm-php .container {
    width: 100%;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header {
    padding: 10px 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header #inner-header {
    padding-bottom: 10px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 {
    font-size: 40px;
    line-height: 30px;
    text-align: left;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 span {
    font-size: 40px;
    margin-right: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 span::first-letter {
    display: block;
    font-size: 40px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header .breadcrumbs {
    display: block;
    font-size: 1rem;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header .breadcrumbs a {
    font-size: 1rem;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content {
    padding: 20px 15px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category {
    padding-bottom: 20px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category h3 {
    margin: 1rem 0 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category p {
    font-size: 14px;
    line-height: 1rem;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category .category-product-list {
    display: none;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .construction {
    position: absolute;
    width: 223px;
    top: -35px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .construction p {
    text-align: left;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise {
    position: absolute;
    width: 227px;
    right: 0;
    top: -35px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise p, .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise h3 {
    text-align: right;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .software-development {
    width: 285px;
    position: absolute;
    left: 0;
    top: 538px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .software-development p {
    text-align: left;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing {
    width: 275px;
    position: absolute;
    right: 0;
    top: 538px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing p, .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing h3 {
    text-align: right;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond {
    width: 700px;
    height: 700px;
    margin: 30px auto 50px;
    position: relative;
    background: url(../images/dd-bg.png) no-repeat center center;
    background-size: cover;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond ul li {
    font-size: 16px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q1 {
    display: block;
    position: absolute;
    text-align: right;
    width: 346px;
    top: 71px;
    left: -5px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q2 {
    display: block;
    position: absolute;
    text-align: left;
    width: 385px;
    top: 70px;
    right: -42px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q2 #hydra-tt {
    display: block;
    width: 80px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q3 {
    display: block;
    position: absolute;
    text-align: right;
    width: 385px;
    top: 340px;
    left: -43px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q4 {
    display: block;
    position: absolute;
    text-align: left;
    width: 385px;
    top: 342px;
    right: -42px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer {
    padding: 15px 15px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .container {
    max-width: 1140px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .footer-copy h3 {
    font-size: 22px;
    margin-top: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .footer-copy p {
    font-size: 16px;
    text-align: left;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .cta-form {
    float: none;
    width: 75%;
  }

  .page-template-page-templatespage-intern-content-creation-php #imac img,
  .page-template-page-templatespage-intern-content-marketing-php #imac img,
  .page-template-page-templatespage-intern-acct-coord-php #imac img,
  .page-template-page-templatespage-intern-product-info-php #imac img {
    margin-top: 80px;
  }

  /* Modern Tribe Events Calendar */
  #tribe-events-pg-template .events-section-header {
    font-size: 1.8em;
  }
  #tribe-events-pg-template #events-homepage-hero-section {
    background: url(../images/events-home-headerimage-01.jpg) no-repeat;
    background-size: cover;
    background-color: #418bb9;
    padding-top: 0;
  }
  #tribe-events-pg-template #events-homepage-hero-section h1 {
    font-size: 3em;
    margin: 0;
    padding: 10px 0;
  }
  #tribe-events-pg-template #events-homepage-hero-section #page-title-wrap {
    width: 48%;
    margin: 40px auto 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  #tribe-events-pg-template #events-featured-section {
    padding: 30px 0 20px;
  }
  #tribe-events-pg-template #events-featured-section h4.events-section-header {
    float: left;
    width: 40%;
    margin: 0 0 20px 0;
  }
  #tribe-events-pg-template #events-featured-section .month-share {
    display: block;
    float: right;
    width: 50%;
    margin: 0 0 20px 0;
  }
  #tribe-events-pg-template #events-featured-section .month-share .social-share-bar li a {
    min-width: 50px;
    background-color: #646464;
    border: 1px solid #4d4d4d;
    -webkit-transition: all 0.2s;
    -transition: all 0.2s;
    transition: all 0.2s;
  }
  #tribe-events-pg-template #events-featured-section .month-share .social-share-bar li a:hover {
    background-color: #9e9e9e;
  }
  #tribe-events-pg-template #events-featured-section .post-image {
    width: 48.618784527%;
  }
  #tribe-events-pg-template #events-featured-section .featured-event {
    min-height: 370px;
  }
  #tribe-events-pg-template #events-browse-category-section ul.type-tribe_events {
    float: left;
    margin-right: 2.07%;
  }
  #tribe-events-pg-template #events-browse-category-section ul.type-tribe_events a {
    font-size: 0.9em;
  }
  #tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb {
    padding: 50px 25px;
  }
  #tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event {
    padding: 16px 10px;
    margin-bottom: 0;
  }
  #tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event .post-image img {
    border: 1px solid #ccc;
  }
  #tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event h4 {
    margin: 0 0 1em 0;
    font-size: 1.1em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 2px;
    color: #418bb9;
    text-align: left;
  }
  #tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
    text-align: left;
    display: inline-block;
  }
  #tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event .post-content {
    text-align: left;
  }
  #tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event a.button {
    float: right;
    margin: 0;
  }
  #tribe-events-pg-template .tribe-events-list .tribe-events-event-image {
    float: left;
    width: 30%;
    margin: 0 3% 0 0;
  }
  #tribe-events-pg-template .tribe-events-list .vevent.hentry {
    width: 100%;
  }
  #tribe-events-pg-template .tribe-events-featured-image img {
    width: 100%;
  }

  /* Modern Tribe Events Calendar - SINGLE EVENTS PAGE */
  .single-tribe_events .ratings_left {
    width: 20%;
  }
  .single-tribe_events .ratings_right {
    width: 80%;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header {
    background: url(../images/single-event-header-image.jpg) no-repeat;
    background-size: cover;
    background-color: #418bb9;
    text-align: left;
    padding-bottom: 24px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header h1 {
    margin: 0;
    font-size: 2.5em;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .event-info {
    font-size: 1.7em;
    font-weight: 300;
    margin: 5px 0 10px 0;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .event-info .seperator {
    display: inline;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .tribe-events-single-event {
    width: 79%;
    padding-top: 35px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .button {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .event-top-reviews {
    display: block;
    margin: 8px 0 0;
    float: left;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info div.vr {
    display: block;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details,
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details {
    width: auto;
    margin: 0;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details h3,
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details h3 {
    font-size: 15px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details p,
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details p {
    font-size: 13px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details div,
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details div {
    margin: 0 0 10px 0;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details .event-detail,
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details .event-detail {
    float: left;
    margin: 0 20px 0 0;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details {
    float: left;
    width: 37%;
    margin-right: 18px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details .when-details {
    float: left;
    margin: 0 30px 0 0;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details {
    float: left;
    margin-left: 30px;
  }
  .single-tribe_events #tribe-events-pg-template #tribe-events-content .social-share-bar {
    display: block;
  }
  .single-tribe_events #tribe-events-pg-template #event-photos {
    display: block;
  }
  .single-tribe_events #tribe-events-pg-template ul.tribe-related-events .tribe-related-events-thumbnail img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .single-tribe_events #tribe-events-pg-template ul.tribe-related-events .tribe-related-event-info h3 {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1.2;
    min-height: 75px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .single-tribe_events #tribe-events-pg-template ul.tribe-related-events .tribe-related-event-info h3 a {
    font-weight: 600;
    text-decoration: none;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle {
    display: block;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle hr {
    margin: 14px 0;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta ul li a,
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta ul li a:visited {
    font-size: 10px;
    width: 20px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta span.author-social {
    margin-bottom: 5px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta h4 {
    font-size: 1em;
    margin: 0;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta p {
    font-size: 1em;
    margin: 0;
    line-height: 1em;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta .author-phone {
    margin-bottom: 5px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta .author-link {
    margin-top: 5px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta .author-link a {
    color: #418bb9;
  }
  .single-tribe_events #tribe-events-pg-template .tribe-events-single-event-description {
    text-align: left;
  }
  .single-tribe_events #reviews_display_wrapper .reviews_segments_hidden {
    top: -180px;
  }

  /* Modern Tribe Events Calendar - SINGLE VENUE PAGE */
  .single-tribe_venue .tribe-events-venue-meta h2.entry-title {
    font-size: 2em;
    margin-bottom: 0px;
  }
  .single-tribe_venue .tribe-events-venue address.venue-address {
    font-size: 1em;
  }
  .single-tribe_venue .tribe-events-venue address.venue-address span.street-address,
  .single-tribe_venue .tribe-events-venue address.venue-address span.tel,
  .single-tribe_venue .tribe-events-venue address.venue-address span.url {
    font-size: 1em;
  }
  .single-tribe_venue .tribe-events-venue .tribe-events-map-wrap {
    width: 50%;
  }
  .single-tribe_venue .tribe-events-venue .tribe-events-venue-meta {
    padding-top: 0;
  }
  .single-tribe_venue #tribe-events-content.tribe-events-list h2.tribe-events-page-title {
    margin-top: 0px !important;
  }
  .single-tribe_venue #tribe-events-content.tribe-events-list .tribe-events-event-image img {
    width: 100%;
  }

  /* Modern Tribe - Events Calendar Plugin: BROWSE EVENTS PAGE */
  .page-template-category-events-php #content {
    margin-top: 0px;
  }

  #browse-events-by-category #category-events-feed {
    width: 99.999999993%;
  }
  #browse-events-by-category #events-cat-title h1 {
    font-size: 2.5em;
    margin: 0 0 15px 0;
  }
  #browse-events-by-category #events-cat-title #breadcrumbs-wrap {
    display: block;
  }
  #browse-events-by-category #events-cat-title #breadcrumbs-wrap, #browse-events-by-category #events-cat-title #event-cat-dropdown {
    font-size: 1em;
  }
  #browse-events-by-category #events-cat-title #event-cat-dropdown {
    margin-top: -110px;
  }
  #browse-events-by-category #events-cat-title #event-cat-dropdown ul {
    border: 0;
    padding: 0;
    z-index: 2;
  }
  #browse-events-by-category #events-cat-title #event-cat-dropdown ul li ul {
    top: 25px;
  }
  #browse-events-by-category #events-cat-title #event-cat-dropdown ul li ul li {
    background: #cccccc;
  }
  #browse-events-by-category #events-cat-title #event-cat-dropdown ul li a {
    font-size: 16px;
  }
  #browse-events-by-category .social-share-bar {
    display: block;
  }
  #browse-events-by-category #category-events-feed .entry-content {
    margin: 1.8em 0;
  }
  #browse-events-by-category #category-events-feed .post-image img {
    width: 110px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #browse-events-by-category #category-events-feed .post-content {
    margin-top: -6px;
  }
  #browse-events-by-category #category-events-feed .post-content p {
    font-size: 17px;
    line-height: 22px;
    margin: 0;
  }

  .event-sub-navigation {
    display: block;
  }
  .event-sub-navigation #breadcrumbs-wrap {
    width: 68%;
    font-size: 15px;
  }
  .event-sub-navigation #breadcrumbs-wrap p#breadcrumbs {
    font-size: 15px;
  }
  .event-sub-navigation #event-cat-dropdown {
    display: block;
    width: 28%;
    font-size: 15px;
  }
  .event-sub-navigation #event-cat-dropdown ul li ul {
    right: -30px;
    height: 350px;
    overflow: scroll;
  }
  .event-sub-navigation #event-cat-dropdown ul li ul li {
    width: 200px;
    padding: 5px 8px 5px 20px;
  }

  #sidebar-browse-events {
    width: 99.999999993%;
  }
  #sidebar-browse-events #product-author-meta {
    display: block;
  }
  #sidebar-browse-events .author-img {
    width: 21.491712705%;
  }
  #sidebar-browse-events .tribe_mini_calendar_widget {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ccc;
    margin: 0 0 25px 0;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #sidebar-browse-events .tribe_mini_calendar_widget #button-wrapper {
    margin: 0 auto;
    width: 150px;
  }
  #sidebar-browse-events .tribe_mini_calendar_widget .medium-btn, #sidebar-browse-events .tribe_mini_calendar_widget .medium-btn:visited {
    padding: 8px 16px;
    text-align: center;
  }
  #sidebar-browse-events .tribe-mini-calendar-grid-wrapper {
    margin-top: 16px;
  }
  #sidebar-browse-events .widgettitle {
    text-align: center;
    border: 0px;
    margin: 0;
  }
  #sidebar-browse-events .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present,
  #sidebar-browse-events .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
    background-color: #B3D256;
  }
  #sidebar-browse-events .tribe-mini-calendar .tribe-events-has-events.tribe-events-present a:hover,
  #sidebar-browse-events .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a:hover {
    background-color: #aacd42;
  }
  #sidebar-browse-events #sa-cta {
    display: block;
  }

  /* Advertisers Page */
  .page-template-page-templatespage-advertisers-php #content {
    margin-top: 0;
  }
  .page-template-page-templatespage-advertisers-php .verticals ul {
    text-align: left;
  }
  .page-template-page-templatespage-advertisers-php .module {
    margin: 15px auto;
    padding: 2em 3em 0.8em 3em;
  }
  .page-template-page-templatespage-advertisers-php .wrap {
    max-width: 1140px;
  }
  .page-template-page-templatespage-advertisers-php .page-heading {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .page-template-page-templatespage-advertisers-php .lead-desc p {
    margin-top: 18px;
  }
  .page-template-page-templatespage-advertisers-php #advert-do-for-you img {
    margin-top: 4em;
  }
  .page-template-page-templatespage-advertisers-php #advert-do-for-you .module {
    background: #f0f0f0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-height: 575px;
  }
  .page-template-page-templatespage-advertisers-php #advert-do-for-you .module h5 {
    margin: 0 0 10px 0;
  }
  .page-template-page-templatespage-advertisers-php #advert-do-for-you .lead-types-container {
    display: block;
  }
  .page-template-page-templatespage-advertisers-php #advert-do-for-you .leads-hr {
    display: block;
  }
  .page-template-page-templatespage-advertisers-php footer.article-footer p.testimonial {
    min-height: 150px;
  }
  .page-template-page-templatespage-advertisers-php footer.article-footer #advert-case-study .verticals {
    text-align: left;
  }
  .page-template-page-templatespage-advertisers-php footer.article-footer #advert-case-study .verticals .case-study {
    min-height: 280px;
    border-right: 2px solid #9e9e9e;
  }
  .page-template-page-templatespage-advertisers-php .modal #field_12_4 .gfield_label {
    display: none !important;
  }
  .page-template-page-templatespage-advertisers-php .modal .modal-dialog {
    width: 650px;
    padding-top: 5%;
  }
  .page-template-page-templatespage-advertisers-php .modal .modal-header {
    padding: 2px 18px 10px 18px;
  }
  .page-template-page-templatespage-advertisers-php .modal .modal-header .button-close {
    margin-top: 5px;
  }
  .page-template-page-templatespage-advertisers-php .modal .modal-header .button-close:hover {
    color: #646464;
  }
  .page-template-page-templatespage-advertisers-php .modal .modal-body {
    padding: 20px 35px;
    background: #fff;
  }
  .page-template-page-templatespage-advertisers-php .modal .modal-footer {
    margin-top: 0;
  }
  .page-template-page-templatespage-advertisers-php .modal h4 {
    font-size: 1.45em;
    margin-bottom: 0;
  }
  .page-template-page-templatespage-advertisers-php .modal p.sub-header {
    float: right;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    width: 54%;
    text-align: left;
    margin: 10px 0 0;
  }
  .page-template-page-templatespage-advertisers-php .modal img.cartoon {
    width: 36%;
    margin: 28px 4% 28px 15px;
  }
  .page-template-page-templatespage-advertisers-php .modal h4.phone {
    margin-left: 25px;
    font-size: 2em;
    position: relative;
    float: left;
  }
  .page-template-page-templatespage-advertisers-php .modal #get-advice {
    float: left;
    margin-left: 20px;
  }
  .page-template-page-templatespage-advertisers-php .modal img.cartoon {
    float: left;
  }
  .page-template-page-templatespage-advertisers-php .modal .gform_wrapper .gform_heading {
    display: none;
  }
  .page-template-page-templatespage-advertisers-php .modal .gform_wrapper {
    width: 54%;
    min-height: 235px;
    float: right;
  }
  .page-template-page-templatespage-advertisers-php .modal .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    margin-top: 0;
  }
  .page-template-page-templatespage-advertisers-php .modal .gform_wrapper ul.gfield_checkbox li label {
    font-size: 12px;
    margin: 0 10px 0 0;
    font-weight: 400;
    float: right !important;
  }
  .page-template-page-templatespage-advertisers-php .modal .gform_wrapper .gform_footer {
    padding: 0;
  }
  .page-template-page-templatespage-advertisers-php .modal .gform_wrapper .gform_footer input[type=submit] {
    width: 205px !important;
    margin-top: 5px;
    font-size: 1.3em !important;
    line-height: 1.428571429;
    max-width: 250px;
    padding: 10px;
    float: right;
  }
  .page-template-page-templatespage-advertisers-php .modal .gform_confirmation_message {
    width: 57%;
  }
  .page-template-page-templatespage-advertisers-php .modal .modal-footer p {
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
  }

  /* Media Partnerships Pages */
  .page-template-page-templatespage-media-partnerships-expanded-php #content {
    margin-top: 0px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-title {
    background: url(../images/events-home-headerimage-01.jpg) no-repeat;
    background-size: cover;
    background-color: #418bb9;
    padding: 43px 0 40px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-title h1 {
    font-size: 2.55em;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-title h4 {
    font-size: 1.8em;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table {
    border-collapse: separate;
    border-spacing: 5px 0px;
    width: 90%;
    margin: 10px auto;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table th {
    padding: 12px 34px;
    min-width: 160px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table th h4 {
    font-size: 1.2em;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table th p {
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.sub-header-cell {
    padding: 10px 0;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.sub-header-cell p {
    font-size: 1em;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.cell-feature-desc {
    padding: 5px;
    font-size: 1em;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.cell-feature-desc i {
    display: inline-block;
    color: #dae2e1;
    font-size: 1.3em;
    cursor: pointer;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.section-header {
    font-size: 1em;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status a.button {
    font-size: 1em;
    width: 150px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status p.text-center.social {
    padding-left: 26px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.check-status p.text-center.social span.total {
    display: inline-block;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php .tooltipster-base {
    background: #fff;
    border: 1px solid #ccc;
    width: 250px;
    color: #4d4d4d;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial {
    border-bottom: none;
    width: 25%;
    float: left;
    min-height: 375px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial div.border-right-content {
    min-height: 285px;
    padding: 0 20px 0 15px;
    border-right: 1px solid #ccc;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial p, .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial h4 {
    margin: 0;
    line-height: 1.2;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial i {
    display: block;
    width: 5%;
    float: left;
    margin: 15px 0;
    font-size: 0.9em;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial h4.testimonial-quote {
    margin: 12px 0 15px;
    font-size: 1em;
    width: 90%;
    float: right;
    min-height: 175px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial .testimonial-info {
    font-size: 1em;
    margin: 0 0 5px;
    width: 90%;
    float: right;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .last-testimonial {
    border-right: none !important;
  }

  /* Reviews Landing Page */
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container {
    padding: 3em 0;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container h1 {
    margin-bottom: 0;
    font-size: 2.25em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container h4.research-sub-header {
    font-size: 2.2em;
    margin-top: 0;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form input[type="text"] {
    padding: 20px;
    font-size: 1.3em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form input[type="submit"] {
    width: 280px;
    padding: 19px;
    font-size: 1.4em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    font-size: 1.3em;
    color: #1f1f1f;
    position: absolute;
    top: 17px;
    right: 225px;
    z-index: 8;
  }
  .page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content .content-container h4 {
    font-size: 1em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content .content-container p {
    font-size: 1em;
  }

  /* Buyers guide downloads page*/
  .page-template-page-templatespage-downloads-php #buyers-guide-message h2 {
    font-size: 2em;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message p {
    font-weight: 300;
    font-size: 1.5em;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links {
    margin-bottom: 1.5em;
    display: block;
    text-align: center;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links .fb_iframe_widget {
    vertical-align: top;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links #twitter-widget-0 {
    vertical-align: top;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links #___plusone_0 {
    vertical-align: top !important;
    width: 95px !important;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links .IN-widget {
    vertical-align: top !important;
    margin-right: 10px !important;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links #___ytsubscribe_0 {
    vertical-align: top !important;
    margin-right: 14px !important;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message #sidebar-social-links .fb_iframe_widget {
    vertical-align: top;
  }

  /* individual page template (i.e. body.page-template-contact-php */
  /* replace the number to the corresponding page number */
  /* parent page template */
  /* child page template */
  /* replace the number to the corresponding page number */
  /* if user is logged in */
  /* paged items like search results or archives */
  /* individual paged (i.e. body.paged-3) */
  /*********************
  LAYOUT &amp; GRID STYLES
  *********************/
  .wrap {
    max-width: 1340px;
    padding: 0 15px;
  }

  /*********************
  HEADER STYLES
  *********************/
  .header #inner-header {
    padding: 10px 20px 15px;
  }
  .header .review-hello-bar {
    display: none;
  }

  .header.header-variant #primary-menu {
    width: 455px;
  }
  .header.header-variant #primary-menu li.compare-vendors:after {
    color: #343434;
    font-size: 14px;
    position: absolute;
    left: 167px;
    top: 13px;
  }
  .header.header-variant #primary-menu li.open ul.sub-menu {
    background: #ccc;
  }
  .header.header-variant #primary-menu li.open ul.sub-menu:before {
    color: #ccc;
  }
  .header.header-variant #primary-menu li.open ul.sub-menu a {
    color: #343434;
  }
  .header.header-variant #primary-menu li.open ul.sub-menu a:hover {
    background: #9e9e9e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .header.header-variant #primary-menu li.open ul.sub-menu li {
    font-size: 13px;
  }
  .header.header-variant #primary-menu li.open ul.sub-menu li.all-categories {
    background: #9e9e9e;
  }

  .breadcrumbs-sub-navigation {
    background: #fff;
    border-bottom: 1px solid #DEDEDE;
  }
  .breadcrumbs-sub-navigation #breadcrumbs-wrap {
    background: none;
    padding-bottom: 0px;
  }
  .breadcrumbs-sub-navigation #breadcrumbs {
    margin: 6px auto 8px !important;
  }

  #logo {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  #primary-menu {
    display: block;
    margin: 0 auto;
    clear: none;
    float: none;
    width: 405px;
  }

  #primary-menu ul {
    float: left;
  }

  #primary-menu li {
    float: left;
    position: relative;
  }

  #primary-menu li a {
    display: inline-block;
    border-bottom: 0;
    padding: 8px 15px;
  }

  #primary-menu li.login-signup a {
    display: inline-block;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    color: #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 70%;
    text-transform: uppercase;
    margin: 3px 0 0 20px;
  }

  #primary-menu li a:hover, #primary-menu li a:active {
    background: rgba(255, 255, 255, 0.08);
    color: #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -transition: all 0.2s;
    transition: all 0.2s;
  }

  #primary-menu li.login-signup a:hover, #primary-menu li.login-signup a:active {
    color: #f0f0f0;
    background: rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0s;
    -transition: all 0s;
    transition: all 0s;
  }

  /*-----------------------------
  Sub-menu
  -------------------------------
  */
  #primary-menu li.compare-vendors {
    display: inline-block;
  }

  #primary-menu li.compare-vendors a {
    padding-right: 17px;
    outline: none;
  }

  #primary-menu li.compare-vendors:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #9e9e9e;
    font-size: 12px;
    position: absolute;
    left: 145px;
    top: 13px;
  }

  #primary-menu li.compare-vendors.open:after {
    color: #B3D256;
    left: 147px;
  }

  #primary-menu li.open ul.sub-menu {
    display: block;
    position: absolute;
    top: 50px;
    left: -28px;
    background: #5a5a5a;
    width: 220px;
    padding: 15px 0 0;
    z-index: 1;
  }

  #primary-menu li.compare-vendors a:active {
    background: transparent;
    outline: none;
  }

  #primary-menu li.compare-vendors.open a {
    background: transparent;
    color: #B3D256;
    font-style: italic;
    position: relative;
    z-index: 2;
    outline: none;
  }

  #primary-menu ul.sub-menu ul:first-of-type {
    width: 250px;
  }

  #primary-menu ul.sub-menu ul:last-of-type {
    width: 265px;
  }

  #primary-menu ul.sub-menu ul {
    width: 220px;
    float: left;
    margin: 0;
    padding: 0;
  }

  #primary-menu li.open ul.sub-menu li {
    float: none;
    padding: 0 15px 0 10px;
  }

  #primary-menu li.open ul.sub-menu li.all-categories {
    background: #4d4d4d;
    margin-top: 5px;
  }

  #primary-menu li.open ul.sub-menu li.all-categories i {
    margin: 0 5px 0 0;
    vertical-align: middle;
  }

  #primary-menu li.open ul.sub-menu a {
    color: #f0f0f0;
    width: 100%;
    height: 35px;
    padding: 5px 0 5px 10px;
    font-style: normal;
    font-weight: 300;
  }

  #primary-menu li.open ul.sub-menu a:hover,
  #primary-menu li.open ul.sub-menu a:active,
  #primary-menu li.open ul.sub-menu a:focus {
    color: #B3D256;
    background: #4d4d4d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #primary-menu .sub-menu li:last-child a:hover,
  #primary-menu .sub-menu li:last-child a:active {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  #primary-menu .sub-menu:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #5a5a5a;
    font-size: 62px;
    position: absolute;
    top: -50px;
    left: 88px;
    z-index: 1;
  }

  /*Main Menu Toggle*/
  .navbar-toggle {
    display: none;
  }

  /*------------------------------------------
  Primary Search
   -----------------------------------------*/
  #primary-search-form {
    position: relative;
    width: 405px;
    margin: 50px auto 10px;
    clear: both;
  }

  /*------------------------------------------
  Blog Menu
   -----------------------------------------*/
  h3.menu-toggle {
    display: none;
  }

  .careers-navigation {
    display: block;
  }

  ul#menu-blog-menu,
  div#menu-blog-menu &gt; ul {
    display: block;
    margin: 0 auto;
    width: 750px;
  }

  .menu-careers-menu-container {
    width: 470px;
    display: block;
    margin: 0 auto;
  }

  ul#menu-blog-menu li, ul#menu-careers-menu li {
    display: inline-block;
    padding-left: 6px;
    border-right: 1px solid #4d4d4d;
  }

  ul#menu-blog-menu li li, ul#menu-careers-menu li li {
    padding: 3px;
  }

  ul#menu-blog-menu li:first-child {
    padding-left: 0;
  }

  ul#menu-blog-menu li:last-child, ul#menu-careers-menu li:last-child {
    border-right: 0;
  }

  ul#menu-blog-menu li a, ul#menu-careers-menu li a {
    padding: 2px;
    padding-right: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    -transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }

  #menu-blog-menu .sub-menu li {
    border-right: 0;
  }

  ul#menu-careers-menu, div#menu-careers-menu-container &gt; ul {
    float: right;
  }

  form#search-blog-form {
    display: block;
    float: left;
    position: relative;
    margin: 0 0 1em 0;
    width: 100%;
    background: #fff;
    clear: none;
    /* Placeholder text */
  }
  form#search-blog-form:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    font-size: 18px;
    color: #888;
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 4;
  }
  form#search-blog-form input {
    color: #9e9e9e;
    outline: none;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #ccc;
    padding: 8px 10px;
  }
  form#search-blog-form input[type="submit"] {
    text-indent: -999px;
    width: 40px;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  form#search-blog-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9e9e9e !important;
    font-style: italic;
    letter-spacing: -.01rem;
  }
  form#search-blog-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9e9e9e;
    opacity: 1;
    font-style: italic;
    letter-spacing: -.01rem;
  }
  form#search-blog-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9e9e9e;
    opacity: 1;
    font-style: italic;
    letter-spacing: -.01rem;
  }
  form#search-blog-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9e9e9e;
    font-style: italic;
    letter-spacing: -.01rem;
  }

  /*------------------------------------------
  Show "More"
   -----------------------------------------*/
  #menu-blog-menu li:last-child {
    display: inline-block;
  }

  .sub-menu li:last-child {
    border-bottom: 0;
  }

  #menu-blog-menu .sub-menu li a {
    border-right: none;
  }

  ul#menu-blog-menu li:hover &gt; ul,
  #menu-blog-menu ul li:hover &gt; ul {
    display: block;
  }

  .blog-more:after {
    -webkit-font-smoothing: antialiased;
    color: #9e9e9e;
    font: normal 8px/1 FontAwesome;
    content: "\f078";
    float: right;
    margin-top: -16px;
    -webkit-transition: all 0.35s ease-in-out;
    -transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }

  .blog-more:hover:after {
    content: "\f077";
    color: #f0f0f0;
  }

  /*------------------------------------------
  Press Menu
   -----------------------------------------*/
  .press-navigation {
    padding: 0 15px;
  }

  ul#menu-press-menu,
  div#menu-press-menu &gt; ul {
    display: block;
    margin: 0 auto;
    width: 750px;
  }

  ul#menu-press-menu li {
    display: inline-block;
    padding-left: 6px;
    border-right: 1px solid #4d4d4d;
  }

  ul#menu-press-menu li li {
    padding: 3px;
  }

  ul#menu-press-menu li:first-child {
    padding-left: 0;
  }

  ul#menu-press-menu li:last-child {
    border-right: 0;
  }

  ul#menu-press-menu li a {
    padding: 2px;
    padding-right: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    -transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }

  #menu-press-menu .sub-menu li {
    border-right: 0;
  }

  /*********************
  POSTS &amp; CONTENT STYLES
  *********************/
  .blog article .title-wrap, .search article .title-wrap, .archive article .title-wrap, .author article .title-wrap {
    top: 1em;
  }
  .blog article .title-wrap h1, .search article .title-wrap h1, .archive article .title-wrap h1, .author article .title-wrap h1 {
    font-size: 2.7em;
  }

  .blog-home-variant #main-featured-article {
    width: 66.309392%;
  }
  .blog-home-variant #main-featured-article article {
    border-right: 2px solid #ccc;
    margin: 0 0 20px 0;
    padding: 15px 15px 0 0;
  }
  .blog-home-variant #other-featured-articles {
    width: 29.928177%;
  }
  .blog-home-variant #sidebar-blogright.variant {
    padding-top: 25px;
    width: 30%;
  }
  .blog-home-variant #sidebar-blogright.variant .rpwe-block ul li {
    text-align: left !important;
    border-bottom: none !important;
    min-height: 82px;
    clear: both;
  }
  .blog-home-variant #sidebar-blogright.variant .rpwe-block ul h3 {
    margin-top: 0 !important;
    font-size: 12px !important;
    line-height: 1.3;
  }
  .blog-home-variant #sidebar-blogright.variant .rpwe-block ul .rpwe-thumb {
    border: 3px solid #9e9e9e !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .blog-home-variant #sidebar-blogright.variant .rpwe-block ul .rpwe-time {
    display: none !important;
  }

  .blog #inner-content.variant #blog-wrap,
  .archive #inner-content.variant #blog-wrap,
  .search #inner-content.variant #blog-wrap,
  .author #inner-content.variant #blog-wrap {
    width: 68%;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant {
    position: static;
    overflow: visible;
    min-height: 0px;
    text-align: left;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant h4,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant h4,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant h4,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant h4 {
    margin: 0;
    line-height: 1.2;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul {
    list-style: none;
    z-index: 5;
    float: right;
    width: 100%;
    position: relative;
    margin: 8px 0 0 0;
    border: 1px solid #ccc;
    padding: 5px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li a,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li a,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li a,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li a {
    text-decoration: none;
    display: block;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li a i.fa,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li a i.fa,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li a i.fa,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li a i.fa {
    float: right;
    font-size: 1.4em;
    line-height: 1.2;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav {
    height: 300px;
    overflow: scroll;
    display: none;
    margin: 5px 0 0 0;
    background: #f0f0f0;
    list-style: none;
    border: none;
    position: absolute;
    left: 0px;
    border-radius: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li {
    padding: 5px 8px;
    float: none;
    z-index: 20;
    background: #f0f0f0;
    text-align: left;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li:hover,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li:hover,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li:hover,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li:hover {
    background: #d9d9d9;
  }
  .blog #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li a,
  .archive #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li a,
  .search #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li a,
  .author #inner-content.variant #sidebar-blogright.variant #browse-by-category-variant ul li ul#cat-nav li a {
    display: block;
  }

  .hentry footer.article-footer .related-posts ul {
    list-style: none;
  }
  .hentry footer.article-footer .related-posts ul li {
    display: inline-block;
    text-align: left;
  }
  .hentry footer.article-footer .related-posts ul li img {
    display: block;
    margin: 0;
  }

  .entry-content .pulled-right {
    padding: 15px 5px 5px 5px;
    margin: 0 0 8px 8px;
    width: 270px;
    font-size: 30px;
  }
  .entry-content .pulled-left {
    padding: 15px 5px 5px 5px;
    margin: 0 8px 8px 0;
    width: 270px;
    font-size: 30px;
  }

  /*********************
  SIDEBARS &amp; ASIDES
  *********************/
  /* Show sidebars */
  #sidebar-blogright {
    text-align: center;
    width: 31.491712705%;
    display: block;
    margin-left: 1%;
  }
  #sidebar-blogright .module {
    padding: 15px;
  }
  #sidebar-blogright .medium-btn, #sidebar-blogright .medium-btn:visited {
    min-width: 190px;
  }
  #sidebar-blogright .module.free-download {
    padding: 0;
  }
  #sidebar-blogright .module.free-download .module-heading, #sidebar-blogright .module.free-download h4 {
    background: #f0f0f0;
    text-transform: uppercase;
    margin: 0;
  }
  #sidebar-blogright .module.free-download .module-heading {
    font-size: 20px;
    padding-top: 15px;
    line-height: 1;
  }
  #sidebar-blogright .module.free-download h4:nth-of-type(2n) {
    font-size: 14px;
    color: #418bb9;
    padding: 0 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.2em;
  }
  #sidebar-blogright .module.free-download img {
    margin: 15px auto 10px;
    display: block;
    width: 130px;
    height: 166px;
  }
  #sidebar-blogright .module.free-download ul {
    display: inline-block;
    text-align: left;
    margin: 10px auto 0;
  }
  #sidebar-blogright .module.free-download ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #sidebar-blogright .module.free-download ul i {
    color: #418bb9;
    margin-right: 5px;
  }
  #sidebar-blogright .module.free-download .button {
    width: 210px;
    font-size: 16px;
    margin: 5px auto 20px;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-dialog {
    width: 770px;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-header {
    background: #f0f0f0;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px solid #A9DAFA;
    padding: 8px 15px;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-header .close {
    background: transparent;
    outline: 0;
    color: #4d4d4d;
    font-weight: 700;
    font-size: 30px;
    border: 0;
    float: right;
    text-shadow: none;
    opacity: 1;
    line-height: 2.5rem;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body h4.modal-headline {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 38px;
    text-transform: none;
    background: none;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .sub-header {
    text-align: center;
    font-size: 30px;
    margin: 0 auto 25px;
    color: #787878;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .sub-header span {
    color: #418bb9;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body img {
    float: left;
    max-width: 140px;
    border: 1px solid #ccc;
    width: 140px;
    height: auto;
    margin: 15px 0 15px 34px;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body {
    padding-left: 40px;
    float: left;
    width: 71.1%;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body p {
    font-size: 18px;
    margin-top: 0;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body input#first_name,
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body input#email,
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body input#phone {
    padding-left: 40px;
    margin: 10px 0;
    border: 1px solid #777;
    font-size: 18px;
    height: 40px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body input#phone {
    padding-left: 45px;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body .intl-tel-input .selected-flag {
    height: 100%;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body #optin_newsletter {
    display: inline-block;
    font-size: 13px;
    float: right;
    margin: 3px 0 0 10px;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body div label {
    display: inline-block;
    font-size: 13px;
    float: right;
    margin-bottom: 10px;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body .form_body input[type="submit"] {
    float: right;
    width: 205px;
    font-size: 23px;
    max-width: 250px;
    padding: 8px 10px;
    color: #f0f0f0;
    background-color: #418bbc;
    box-shadow: 0px 2px 0px #1f4064;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body ul.call-container {
    margin-left: 34px;
    margin-top: -52px;
    float: left;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body ul.call-container h4.phone-number {
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
    background: none;
    line-height: 1;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-body ul.call-container p {
    font-size: 22px;
    margin: 0;
    line-height: 1;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-footer {
    background: #f0f0f0;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: 1px solid #A9DAFA;
  }
  #sidebar-blogright .module.free-download #blogSidebarDownloadModal .modal-footer img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  #sidebar-blogright .mailchimp .gform_description {
    font-size: 16px;
    font-weight: 400 !important;
    display: block;
    text-align: center;
  }
  #sidebar-blogright .mailchimp .gform_footer {
    padding: 0;
  }
  #sidebar-blogright .mailchimp label {
    display: none;
  }
  #sidebar-blogright .mailchimp input {
    border: 1px solid #B3D256;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;
    width: 230px;
    margin: 0 auto;
    display: block;
    background: #fff;
  }
  #sidebar-blogright .mailchimp input[type="submit"] {
    width: 153px;
    font-size: 16px !important;
    margin: 25px auto 5px;
    background: #B3D256;
    position: relative;
    box-shadow: 0px 2px 0px #4d4d4d;
  }
  #sidebar-blogright .mailchimp input[type="submit"]:hover, #sidebar-blogright .mailchimp input[type="submit"]:focus {
    color: #4d4d4d;
    box-shadow: 0 1px 0 #4d4d4d;
    top: 1px;
  }
  #sidebar-blogright .mailchimp input[type="submit"]:active {
    color: #4d4d4d;
    box-shadow: 0 0px 0 #4d4d4d;
    top: 2px;
  }
  #sidebar-blogright .mailchimp .validation_error {
    font-size: 16px;
    text-align: center;
    color: red;
    font-weight: 600;
    margin-bottom: 0;
  }
  #sidebar-blogright .mailchimp .validation_message {
    display: none;
  }
  #sidebar-blogright .tribe_mini_calendar_widget {
    text-align: left;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 0 25px 0;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #sidebar-blogright .tribe_mini_calendar_widget #button-wrapper {
    margin: 0 auto;
    width: 150px;
  }
  #sidebar-blogright .tribe_mini_calendar_widget .medium-btn, #sidebar-blogright .tribe_mini_calendar_widget .medium-btn:visited {
    padding: 8px 16px;
    text-align: center;
  }
  #sidebar-blogright .tribe-mini-calendar-grid-wrapper {
    margin-top: 16px;
  }
  #sidebar-blogright .widgettitle {
    text-align: center;
    border: 0px;
    margin: 0;
  }
  #sidebar-blogright .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present,
  #sidebar-blogright .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
    background-color: #B3D256;
  }
  #sidebar-blogright .tribe-mini-calendar .tribe-events-has-events.tribe-events-present a:hover,
  #sidebar-blogright .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a:hover {
    background-color: #aacd42;
  }

  .sidebar #sidebar-social-links {
    margin-bottom: 8px;
  }
  .sidebar #sidebar-social-links .IN-widget {
    float: left;
    margin-top: -5px;
  }
  .sidebar #sidebar-social-links .follow-title {
    margin-top: 0;
  }
  .sidebar #sidebar-social-links .fb-like {
    margin-bottom: 5px;
  }
  .sidebar #sidebar-social-links .twitter-follow-button {
    text-indent: -100%;
    display: block;
    margin-bottom: 5px;
  }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  .widget {
    padding: 0 5px;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  .commentlist .vcard time {
    float: right;
    display: list-item;
  }

  /******************************************************************
  BUTTON STYLES
  ******************************************************************/
  .blue-button {
    padding: 14px 20px;
    max-width: 180px;
    font-size: 1.1em;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .footer #inner-footer #footer-social-links a,
  .footer #inner-footer #footer-social-links a:visited {
    font-size: 16px;
  }
  .footer #inner-footer #footer-social-links ul {
    text-align: right;
  }
  .footer #inner-footer #footer-social-links h2 {
    text-align: right;
  }
  .footer #inner-footer #footer-social-links p {
    text-align: right;
  }
  .footer #inner-footer #footer-links {
    padding-left: 0;
  }
  .footer #inner-footer #footer-sitemap-links ul {
    text-align: left;
  }
  .footer #inner-footer #footer-sitemap-links ul li {
    font-size: 16px;
    margin: 10px 0;
  }
  .footer #inner-footer #footer-sitemap-links ul li a {
    font-size: 16px;
  }

  .footer.footer-variant #inner-footer #footer-sitemap-links ul .link-header {
    width: 103px;
    text-transform: uppercase;
  }

  .scroll-to-top {
    bottom: 60px;
  }

  /* Show chat widget*/
  .zopim {
    display: block;
  }

  /*Holiday Review Landing Page*/
  .page-template-page-templatespage-holiday-review-php #content {
    margin-top: 0;
  }
  .page-template-page-templatespage-holiday-review-php #content #holiday-review-head h1 {
    font-size: 1.7em;
  }
  .page-template-page-templatespage-holiday-review-php #content #contribute-your-review ul li {
    font-size: 1em;
  }
  .page-template-page-templatespage-holiday-review-php #content .separator {
    color: #fff;
    width: 2px;
    position: relative;
    background: #717171;
    height: 200px;
    margin: 0 auto;
  }
  .page-template-page-templatespage-holiday-review-php #content .separator:before {
    padding: 5px;
    position: absolute;
    left: -15px;
    top: 40%;
    background: #3c3c3c;
    content: "or";
    text-align: center;
    font-size: 25px;
  }

  /*Schedule-an-appt*/
  .page-template-page-templatespage-schedule-an-appt-php #brands {
    padding: 30px 10px 0px;
  }
  .page-template-page-templatespage-schedule-an-appt-php #brands #brandslogos {
    height: auto;
    background: none;
  }
  .page-template-page-templatespage-schedule-an-appt-php #brands #brandslogos img {
    display: block;
    width: 100%;
  }
  .page-template-page-templatespage-schedule-an-appt-php #brands h2 {
    text-align: left;
    margin: 0;
    font-size: 1.2em;
  }
  .page-template-page-templatespage-schedule-an-appt-php hr {
    display: block;
  }
  .page-template-page-templatespage-schedule-an-appt-php #expert-say {
    padding: 30px 0;
  }
  .page-template-page-templatespage-schedule-an-appt-php #expert-say blockquote {
    text-align: left;
    font-size: 1em;
    margin: 0;
  }
  .page-template-page-templatespage-schedule-an-appt-php #expert-say span {
    text-align: left;
    font-size: 1em;
    margin-top: 5px;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now {
    padding: 20px 10px;
    margin: 65px 10px 10px;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now h1 {
    font-size: 1.3em;
    text-align: center;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now input[type=submit].gform_button {
    font-size: 19px !important;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now .gform_wrapper {
    max-width: 100%;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now li.gfield {
    margin-bottom: 4px;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now .gform_confirmation_wrapper {
    min-height: 535px;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  .home .wrap {
    max-width: 1140px;
  }
  .home #content {
    margin-top: 117px;
  }
  .home #inner-content {
    padding: 0;
  }
  .home #hero-section h1 {
    font-size: 3.6em;
    margin: 15px 0 0 0;
    line-height: 65px;
  }
  .home #hero-section .home-blurb p {
    font-size: 1.4em;
    line-height: 28px;
  }
  .home #hero-section .home-blurb .button {
    font-size: 1.7em;
    margin-bottom: 50px;
  }
  .home #hero-section .home-blurb .button i {
    padding-left: 8px;
  }
  .home #hero-section img {
    top: -52px;
    height: 120%;
    right: 60px;
  }
  .home #smart-advisor-tool #coming-soon-list {
    width: 100%;
  }
  .home #smart-advisor-tool .home-section-header {
    font-size: 2em;
    margin: 0 0 15px 0;
  }
  .home #smart-advisor-tool ul li {
    font-size: 1.2em;
  }
  .home #smart-advisor-tool ul li a i {
    min-width: 30px;
  }
  .home .home-section-header {
    font-size: 2.3em;
  }
  .home #reputation-quote {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 14px;
    background-size: 100%;
    height: 275px;
    margin: 2.5em 0 1.5em 0;
    width: 45.5%;
  }
  .home #reputation-quote blockquote {
    font-size: 1.2em;
    padding: 28px 30px 30px 40px;
    line-height: 27px;
  }
  .home #front-page-recent-reputation #reputation-reviewed {
    max-width: 464px;
  }
  .home #front-page-recent-reputation #reputation-reviewed img {
    display: block;
    margin-left: 0;
  }
  .home #talk-to-expert {
    margin: 2.5em 0 1.5em 0;
  }
  .home #talk-to-expert h4 {
    font-size: 1.75em;
    margin: 12px 0 30px;
  }
  .home #talk-to-expert p {
    margin: 5px 0 0 0;
  }
  .home #front-page-recent p {
    font-weight: 300;
    font-size: 1.3em;
    margin-top: 10px;
    line-height: 30px;
  }
  .home #front-page-recent .home-section-header {
    margin: 0.9em 0 0.1em 0;
  }
  .home #front-page-recent .button {
    text-align: center;
    width: 250px;
    font-size: 1.3em;
    padding: 12px 0;
  }
  .home #recent-posts {
    margin-top: 47px;
  }
  .home #recent-posts .loop {
    border: 1px solid transparent;
    position: relative;
  }
  .home #recent-posts .loop h4 {
    font-size: 1.2em;
  }
  .home #recent-posts .loop p {
    font-size: 18px;
    line-height: 20px;
  }
  .home #recent-posts .loop .post-image {
    height: 90px;
    padding-left: 8px;
  }
  .home #recent-posts .loop .post-content {
    padding-right: 8px;
  }
  .home #recent-posts .loop a::before,
  .home #recent-posts .loop a::after {
    position: absolute;
    top: -22px;
    font-weight: 100;
    font-size: 8.5em;
    font-weight: 200;
    color: #ccc;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, transform 0.3s;
  }
  .home #recent-posts .loop a::before {
    left: -0.1em;
    content: '[';
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .home #recent-posts .loop a::after {
    right: -0.1em;
    content: ']';
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .home #recent-posts .loop a:hover::before,
  .home #recent-posts .loop a:hover::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .home #as-seen-in .home-section-header {
    font-size: 2.3em;
  }
  .home #as-seen-in .ninecol {
    margin: 0;
    width: 77.071823199%;
  }
  .home #frontpage-faq .button {
    text-align: center;
    width: 250px;
    font-size: 1.3em;
    padding: 12px 0;
  }
  .home #frontpage-faq .question {
    font-size: 1.5em;
  }
  .home #frontpage-faq .question:first-of-type {
    margin-top: 10px;
  }
  .home #frontpage-faq .answer {
    font-size: 1.3em;
    line-height: 30px;
  }

  .blog #content, .search #content, .archive #content, .author #content {
    margin-top: 140px;
  }

  .error404 #content {
    margin-top: 69px;
  }

  .single-post #content {
    margin-top: 140px;
  }
  .single-post .blog-download-form {
    width: 90%;
  }
  .single-post .blog-download-form img {
    width: 32%;
  }
  .single-post .blog-download-form .container {
    margin-left: 4%;
    width: 55%;
  }
  .single-post .blog-download-form .container h4.free-download {
    font-size: 1.8em;
  }
  .single-post .blog-download-form .container a {
    margin: 12px 0 0 0;
  }

  .page-template-page-templatespage-about-php #content {
    margin-top: 68px;
  }
  .page-template-page-templatespage-about-php .inner-content {
    padding: 0;
  }
  .page-template-page-templatespage-about-php #about-us-content h4.sub-header {
    font-size: 2.5em;
  }
  .page-template-page-templatespage-about-php #about-us-content .content-section {
    float: left;
    width: 67%;
  }
  .page-template-page-templatespage-about-php #about-us-content .content-section section {
    text-align: left;
  }
  .page-template-page-templatespage-about-php #mission-statement-section h2 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 2em;
  }
  .page-template-page-templatespage-about-php #mission-statement-section h4 {
    width: 85%;
    margin: 0 auto;
    font-size: 1.7em;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member {
    width: 14.5%;
    margin: 1em 1% 8px;
    min-height: 285px;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member p, .page-template-page-templatespage-about-php #meet-the-team-section .team-member h4 {
    margin: 0;
    text-align: left;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member img {
    width: 100%;
    min-width: 159px;
    height: auto;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links {
    width: 164px;
    height: 207px;
    display: block;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links a {
    font-size: 2em;
    margin: 50px 0 0 0;
    float: none;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links .bio-social-links {
    width: 54%;
    margin: 20px auto;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links .bio-social-links .fa-linkedin-square {
    float: left;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links .bio-social-links .fa-twitter {
    float: right;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links .bio-social-link a {
    text-align: center;
    display: block;
    margin: 10px 0 0 0;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links .bio-link a {
    font-size: 1.3em;
    text-align: center;
    display: block;
    float: none;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-links:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .team-member-name {
    font-size: 16px;
  }
  .page-template-page-templatespage-about-php #meet-the-team-section .team-member .job-title {
    font-size: 16px;
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back {
    width: 75%;
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back img {
    max-height: 547px;
  }
  .page-template-page-templatespage-about-php #giving-back-section #carousel-giving-back a i {
    top: 220px;
  }
  .page-template-page-templatespage-about-php #giving-back-section #giving-back-description {
    width: 23%;
    margin-left: 2%;
  }
  .page-template-page-templatespage-about-php #giving-back-section p {
    font-size: 1em;
  }

  /* Contact Us Page */
  .page-template-page-templatespage-contact-us-php #content {
    margin-top: 68px;
  }
  .page-template-page-templatespage-contact-us-php .inner-content {
    padding: 0;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_30_1,
  .page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_30_2,
  .page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_31_1,
  .page-template-page-templatespage-contact-us-php #contact-us-title .gform_wrapper #field_31_2 {
    width: 49%;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button {
    padding: 52px 23px;
    min-height: 231px;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button .text-container {
    width: 100%;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button h4 {
    font-size: 1.55em;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button p {
    padding-left: 33px;
    font-size: 17px;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container #information-container .information-button.active:after {
    top: 42%;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container .form-container {
    min-height: 462px;
    padding: 70px 60px 0;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container .form-container .gform_wrapper textarea {
    height: 230px;
  }
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container .form-container .gform_wrapper #field_30_1,
  .page-template-page-templatespage-contact-us-php #contact-us-title #contact-forms-container .form-container .gform_wrapper #field_31_1 {
    margin-right: 7px;
  }
  .page-template-page-templatespage-contact-us-php .contact-header {
    font-size: 1.6em;
  }
  .page-template-page-templatespage-contact-us-php .contact-header i {
    font-size: 25px;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table {
    font-size: 1.2em;
    margin-bottom: 45px;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table .title {
    width: 40%;
    font-size: 1em;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information p {
    font-size: 1.2em;
    word-break: keep-all;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 1.2;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information .blue-button {
    margin-top: 18px;
    font-size: 1.2em;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #google-maps {
    margin-top: 47px;
    width: 45%;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #google-maps #map_canvas {
    height: 400px !important;
  }

  .page-template-page-templatespage-careers-php #content {
    margin-top: 105px;
  }
  .page-template-page-templatespage-careers-php #careers-header {
    height: 300px;
  }
  .page-template-page-templatespage-careers-php #inner-content {
    padding: 0;
  }
  .page-template-page-templatespage-careers-php .entry-content p {
    font-size: 1em;
  }
  .page-template-page-templatespage-careers-php #careers-openings p,
  .page-template-page-templatespage-careers-php #careers-openings ul.job-titles-group li {
    font-size: 1.1em;
  }
  .page-template-page-templatespage-careers-php p.description {
    margin: 30px auto;
    min-height: 320px;
  }
  .page-template-page-templatespage-careers-php #contact-careers-cta .vr {
    display: block;
    height: 185px;
  }
  .page-template-page-templatespage-careers-php #contact-careers-cta .sixcol {
    min-height: 185px;
  }
  .page-template-page-templatespage-careers-php #contact-careers-cta a.blue-button {
    width: 45%;
  }
  .page-template-page-templatespage-careers-php .title-group p {
    margin: 1.1em 0;
    margin-bottom: 10px;
  }
  .page-template-page-templatespage-careers-php #careers-share {
    width: 74.745856%;
  }
  .page-template-page-templatespage-careers-php #careers-share ul.social-share-bar {
    width: 73%;
  }
  .page-template-page-templatespage-careers-php #careers-share span.share-pos {
    padding-left: 40px;
  }
  .page-template-page-templatespage-careers-php #tour-office-section {
    padding: 35px 0;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office {
    height: 520px;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office .carousel-inner img {
    height: 520px;
    width: 100%;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office .carousel-control {
    width: 3%;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office .carousel-control i {
    padding: 35px 7px;
    font-size: 1em;
    top: 250px;
  }

  /* Webinar Main Page Styling: */
  .page-template-page-templatespage-webinar-php #content {
    margin-top: 66px;
  }
  .page-template-page-templatespage-webinar-php #webinar-header-section {
    padding: 75px 0;
  }
  .page-template-page-templatespage-webinar-php #webinar-header-section h1#webinar-header {
    font-size: 4.3em;
  }
  .page-template-page-templatespage-webinar-php #webinar-header-section p {
    font-size: 1.5em;
  }
  .page-template-page-templatespage-webinar-php #sidebar-webinar .recent-downloads h3 {
    margin: 8px 0 0;
    width: 80%;
  }

  /* Terms and Conditions */
  .page-template-page-templatespage-terms-php #content {
    margin-top: 66px;
  }

  /* Privacy Policy */
  .page-template-page-templatespage-privacy-php #content {
    margin-top: 66px;
  }

  .page-template-page-templatespage-advertisers-php #content {
    margin-top: 69px;
  }
  .page-template-page-templatespage-advertisers-php #content #We-Connect-You-to-IT-Professionals img {
    display: block;
  }
  .page-template-page-templatespage-advertisers-php .Tighten {
    padding: 0;
  }
  .page-template-page-templatespage-advertisers-php .leads-hr {
    display: block;
  }
  .page-template-page-templatespage-advertisers-php .advert-brands {
    margin-bottom: 10px;
  }
  .page-template-page-templatespage-advertisers-php footer.article-footer #advert-case-study .verticals .case-study {
    min-height: 230px;
  }
  .page-template-page-templatespage-advertisers-php #advert-do-for-you h4.module-title, .page-template-page-templatespage-advertisers-php #advert-do-for-you #advert-case-study h4 {
    margin-bottom: 15px;
  }
  .page-template-page-templatespage-advertisers-php #advert-do-for-you .module {
    min-height: 450px;
  }
  .page-template-page-templatespage-advertisers-php #advert-do-for-you .module h5 {
    margin: 0 0 10px 0;
  }
  .page-template-page-templatespage-advertisers-php footer.article-footer {
    margin: 0 auto;
  }
  .page-template-page-templatespage-advertisers-php footer.article-footer p.testimonial {
    min-height: 125px;
  }

  /* Media Partnerships Pages */
  .page-template-page-templatespage-media-partnerships-expanded-php #content {
    margin-top: 66px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area {
    padding: 40px 0 80px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table {
    border-collapse: separate;
    border-spacing: 5px 0px;
    width: 80%;
    margin: 10px auto;
    max-width: 1080px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table th {
    padding: 12px 34px;
    min-width: 190px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.sub-header-cell {
    padding: 10px 0;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.section-header {
    padding: 10px 5px 10px 20px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #partnerships-level-table-area table#media-partnerships-table td.cell-feature-desc {
    padding: 10px 5px 10px 35px;
    white-space: nowrap;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial {
    min-height: 370px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial p, .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial h4 {
    margin: 0;
    line-height: 1.2;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial i {
    display: block;
    width: 5%;
    float: left;
    margin: 15px 0;
    font-size: 1.2em;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial div.border-right-content {
    min-height: 245px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial h4.testimonial-quote {
    margin: 12px 0 15px;
    font-size: 1.1em;
    width: 90%;
    float: right;
    min-height: 150px;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial .testimonial-info {
    font-size: 1em;
    margin: 0;
  }
  .page-template-page-templatespage-media-partnerships-expanded-php #media-partnership-testimonials .media-partnership-testimonial a {
    display: block;
    margin-top: 10px;
  }

  /* Webinars Single Styles */
  /* Webinar Single Styles */
  .webinar-container {
    padding: 0px;
  }

  #webinar-title {
    margin-top: 70px;
    display: block;
    background: #f0f0f0;
    border-bottom: 1px solid #d6d6d6;
    height: 83px;
  }

  #webinar-body {
    padding: 0 0 40px 0;
  }

  #webinar-header {
    display: block;
    margin: 10px auto;
    padding: 10px 0;
    height: 143px;
    border-bottom: 1px solid #ccc;
  }
  #webinar-header .date {
    display: block;
    float: left;
    width: 21%;
    border-right: 1px solid #ccc;
    padding-bottom: 0;
    border-right: 1px solid #ccc;
  }
  #webinar-header .date h4 {
    text-align: left;
    margin: 0 0 10px 0;
  }
  #webinar-header .date li {
    text-align: left;
  }
  #webinar-header .expert {
    width: 75%;
    float: right;
    padding-top: 0;
    border-bottom: 0;
  }
  #webinar-header .expert p {
    font-size: 24px;
    font-weight: 300;
    line-height: 27px;
    max-width: 571px;
    text-align: left;
    margin-top: 10px;
    float: left;
  }
  #webinar-header .expert img {
    float: right;
    height: 132px;
    padding: 0;
  }

  #webinar-info {
    position: relative;
  }
  #webinar-info h2 {
    color: #3f3f3f;
    font-size: 26px;
  }
  #webinar-info .going-to-show {
    max-width: 625px;
    float: left;
  }
  #webinar-info .going-to-show .limited-space {
    position: absolute;
    bottom: 2px;
    max-width: 625px;
  }
  #webinar-info #attend-form {
    width: 315px;
    float: right;
    margin-top: 11px;
    margin-top: 31px;
  }

  #best-companies {
    background: #f0f0f0;
    display: block;
    padding: 40px 0;
  }
  #best-companies p {
    display: block;
    float: left;
    width: 275px;
    margin-left: 60px;
  }
  #best-companies .best-comanies {
    float: right;
    margin-right: 120px;
    margin-top: 14px;
  }

  .page-template-page-templatespage-decision-diamond-pm-php #content {
    margin-top: 68px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header {
    padding: 10px 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header #inner-header {
    padding: 10px 20px 15px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 {
    font-size: 50px;
    margin: 20px 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 span {
    font-size: 50px;
    margin-right: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header h1 span::first-letter {
    display: block;
    font-size: 52px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-header .breadcrumbs {
    font-size: 1rem;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content {
    padding: 0 15px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category h3 {
    line-height: 1.5rem;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .diamond-category p {
    font-size: 18px;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .construction {
    display: block;
    width: 385px;
    top: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise {
    display: block;
    width: 360px;
    right: 0;
    top: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise p, .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .enterprise h3 {
    text-align: left;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .software-development {
    display: block;
    width: 360px;
    left: 0;
    top: 630px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing {
    display: block;
    width: 350px;
    right: 0;
    top: 630px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing p, .page-template-page-templatespage-decision-diamond-pm-php #diamond-content .marketing h3 {
    text-align: left;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond {
    width: 809px;
    height: 809px;
    margin: 30px auto 50px;
    background: url(../images/dd-bg.png) no-repeat;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond ul li {
    font-size: 23px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q1 {
    text-align: right;
    width: 385px;
    top: 105px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q2 {
    text-align: left;
    width: 385px;
    top: 105px;
    right: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q2 #hydra-tt {
    width: 100px;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q3 {
    text-align: right;
    width: 385px;
    top: 400px;
    left: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #diamond-content #diamond .q4 {
    text-align: left;
    width: 385px;
    top: 400px;
    right: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer {
    padding: 25px 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .footer-copy {
    float: left;
    width: 40.055248616%;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .footer-copy h3 {
    font-size: 26px;
    margin: 0;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .footer-copy p {
    font-size: 18px;
    line-height: 1.5rem;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .footer-copy p:first-of-type {
    margin-top: 1rem;
  }
  .page-template-page-templatespage-decision-diamond-pm-php #dd-footer .cta-form {
    float: right;
    width: 57.182320438000005%;
    margin: 0;
  }

  /* Product Post Type */
  .single-products header.pp-variant-sticky-header.sticky .product-wrap {
    width: 100%;
    margin-bottom: 7px;
  }
  .single-products header.pp-variant-sticky-header.sticky .product-image {
    width: 8.5%;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar {
    width: 89.2%;
    margin-top: 5px;
    margin-left: 1.562431%;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options {
    width: 65.74585634900001%;
  }
  .single-products header.pp-variant-sticky-header.sticky #product-info-bar #product-menu-options .product-button-wrap {
    margin: 5px 0 0 0;
  }
  .single-products .product-wrap {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: -15px;
  }
  .single-products .product-wrap #breadcrumbs-wrap {
    margin: 15px 0 0 0;
  }
  .single-products .product-main {
    padding-right: 22px;
  }
  .single-products .wrap {
    padding: 0;
  }
  .single-products #content {
    margin-top: 0;
  }
  .single-products #inner-content.sticky {
    margin-top: 185px;
    padding-bottom: 2em;
  }
  .single-products .product-image {
    width: 12.2%;
    max-width: 170px;
  }
  .single-products .product-image img {
    width: 100%;
  }
  .single-products #product-info-bar {
    width: 85.2%;
    margin-top: 5px;
    margin-left: 2.562430939%;
  }
  .single-products #product-info-bar .product-title {
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: 77%;
  }
  .single-products #product-info-bar #product-menu-options {
    width: 65.74585634900001%;
  }
  .single-products #product-info-bar #product-menu-options .button {
    font-size: 18px;
  }
  .single-products #product-info-bar #product-menu-options .product-button-wrap {
    margin-top: 16px;
  }
  .single-products #product-info-bar #product-menu-options .product-button-wrap .blue-button {
    margin-right: 12px;
    width: 170px;
    font-size: 1.25em;
    line-height: 1.15;
  }
  .single-products #product-info-bar #product-suggestions {
    margin: 10px 0 0;
  }
  .single-products #product-info-bar .vendor-approved-image {
    float: right;
    width: auto;
    position: absolute;
    right: 0px;
    top: 15px;
  }
  .single-products #product-author-meta {
    margin: -46px 0 0;
    width: 275px;
  }
  .single-products #product-author-meta ul {
    margin: 10px 0 0 0;
  }
  .single-products #product-author-meta ul li a,
  .single-products #product-author-meta ul li a:visited {
    margin: 3px;
    font-size: 14px;
    width: 27px;
    padding: 3px;
  }
  .single-products #product-author-meta p, .single-products #product-author-meta h4 {
    font-size: 18px;
  }
  .single-products #product-author-meta h4 {
    font-size: 22px;
  }
  .single-products #product-author-meta .author-img {
    width: 110px;
    margin-top: 4px;
    margin-right: -4px;
  }
  .single-products #product-attributes .product-terms ul div.attribute-term {
    width: 41%;
  }
  .single-products #product-rating #ratingsDiv {
    margin: 1em auto;
  }
  .single-products #product-screenshots .screenshot-thumbs {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .single-products #product-screenshots .screenshot-thumbs img {
    width: 69px;
  }
  .single-products #product-vendor p {
    width: 90%;
  }
  .single-products #main.review .product-sidebar {
    display: block;
    width: 30%;
    margin-left: 3%;
  }
  .single-products #main.review .review-wrap {
    width: 65.74585634900001%;
  }
  .single-products #main.review .review-wrap h4#review-title {
    font-size: 28px;
    font-weight: 500;
  }
  .single-products #main.review .review-wrap #reviews_wrapper label {
    font-size: 20px;
    font-weight: 600;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .likelihood input {
    margin: 15px 3px 12px 4.85798%;
  }
  .single-products #customer-reviews .tapr_reviews_display_top p {
    display: block;
  }
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container span.star-number,
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container span.total-count {
    width: 17%;
  }
  .single-products #customer-reviews .review-intro-info .stars-and-bars .graph-container span.total-count {
    width: 10%;
  }
  .single-products #customer-reviews .review-intro-info .write-review-cta {
    margin-top: 43px;
  }
  .single-products #customer-reviews .review-intro-info .review-to-give-cta {
    width: 85%;
  }

  /* Single */
  .single .entry-title.single-title {
    margin: 0 0 .4em 0;
    font-size: 3.5em;
    line-height: 1em;
  }

  .single-evergreen #content {
    margin-top: 100px;
  }

  .single-podcast-interview #content {
    margin-top: 69px;
  }
  .single-podcast-interview .podcast-interview-wrap {
    max-width: 1140px;
    padding: 0px;
    margin: 0 auto;
  }
  .single-podcast-interview header#podcast-interview-header {
    padding: 20px 0;
  }
  .single-podcast-interview header#podcast-interview-header #title-container {
    margin-top: 5px;
  }
  .single-podcast-interview header#podcast-interview-header h1 {
    font-size: 2.5em;
    margin: 0;
  }
  .single-podcast-interview header#podcast-interview-header h3 {
    font-size: 1.6em;
  }
  .single-podcast-interview header#podcast-interview-header img {
    width: 11%;
    margin-right: 1.5%;
  }
  .single-podcast-interview .podcast-process-content h4 {
    font-weight: 400;
    font-size: 1.4em;
  }
  .single-podcast-interview .podcast-process-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .single-podcast-interview .podcast-process-content .strong {
    font-weight: 400;
  }
  .single-podcast-interview #podcast-process {
    padding-bottom: 20px;
  }
  .single-podcast-interview section.wrap {
    max-width: 100%;
    padding: 0;
  }
  .single-podcast-interview section.scheduling-content {
    padding: 20px 0;
  }
  .single-podcast-interview .podcast-interview .cta {
    display: none;
  }
  .single-podcast-interview main {
    display: none;
  }
  .single-podcast-interview aside {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  /* SINGLE GLOSSARY STYLES */
  .single-glossary {
    /* end term body */
  }
  .single-glossary .container {
    padding: 10px 0;
  }
  .single-glossary #content {
    margin-top: 69px;
    background: #fff;
  }
  .single-glossary #content header .back-button {
    font-size: 18px;
    margin-top: 5px;
  }
  .single-glossary #content header .term-information {
    padding: 50px 0 65px;
  }
  .single-glossary #term-content .term-body {
    max-width: 710px;
    width: 65%;
    display: block;
    float: left;
    margin-right: 0;
  }
  .single-glossary #term-content .term-sidebar {
    float: right;
    display: block;
    width: 34%;
    max-width: 360px;
    margin-top: 24px;
  }
  .single-glossary #term-content .term-sidebar .recent-downloads h3 {
    width: 80%;
    font-size: 1.125em;
    margin: 4px 0 0;
  }
  .single-glossary #term-content .term-sidebar .recent-posts-extended .rpwe-block li h3 {
    font-size: 15px !important;
  }
  .single-glossary #term-content .related-products h3 {
    font-size: 2.6em;
  }
  .single-glossary #term-content .related-products a.current-category,
  .single-glossary #term-content .related-products h4.current-category {
    display: inline-block;
  }

  /* end single Glossary */
  /* Press Posts Archive */
  .post-type-archive-pressposts #content {
    margin-top: 67px;
  }

  .page-template-archive-press-articles-php #content,
  .page-template-archive-press-releases-php #content,
  .single-pressposts #content,
  .page-template-archive-press-media-resources-php #content {
    margin-top: 116px;
  }

  #press-posts .wrap {
    max-width: 1140px;
  }
  #press-posts #press-feed {
    width: 70.30939226%;
  }
  #press-posts .post-content {
    margin-top: -8px;
  }
  #press-posts .post-content .post-title {
    margin-top: 0;
    font-size: 3.5em;
  }
  #press-posts .post-content h4 {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 3px;
  }
  #press-posts .post-content p {
    font-size: 17px;
    line-height: 20px;
  }
  #press-posts .post-content .publisher-info {
    font-size: 1.3em;
  }
  #press-posts #sidebar-pressposts {
    width: 26.928176794%;
    margin-top: 1.8em;
  }
  #press-posts #sidebar-pressposts .author-img {
    width: 34.491712705%;
  }
  #press-posts #sidebar-pressposts .author-info {
    width: 62.74585634900001%;
  }

  .page-template-archive-press-media-resources-php #press-feed h4.main-title {
    font-size: 2em;
    line-height: 1.2;
    margin: 0 0 15px 0;
  }
  .page-template-archive-press-media-resources-php #press-feed h4.sub-title {
    font-size: 1.3em;
    color: #ccc;
  }
  .page-template-archive-press-media-resources-php #press-feed div.media-resource.ta-logo {
    float: left;
    width: 42%;
    margin: 0 3% 45px 0;
  }
  .page-template-archive-press-media-resources-php #press-feed div.media-resource.ta-logo img {
    max-width: 100%;
  }
  .page-template-archive-press-media-resources-php #press-feed div.media-resource.ta-office-culture {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin: 0 3% 20px 0;
    min-height: 255px;
  }
  .page-template-archive-press-media-resources-php #press-feed div.media-resource.ta-office-culture img {
    max-width: 100%;
  }
  .page-template-archive-press-media-resources-php #press-feed div.media-resource.ta-headshot {
    float: left;
    width: 25%;
    margin-right: 3%;
    margin: 0 3% 45px 0;
  }
  .page-template-archive-press-media-resources-php #press-feed h5.image-title-desc {
    text-align: left;
  }

  /* BUYERS GUIDE LANDING PAGES */
  .page-template-page-templatespage-gamification-lp-php #content,
  .page-template-page-templatespage-ehr-lp-php #content,
  .page-template-page-templatespage-business-intelligence-lp-php #content,
  .page-template-page-templatespage-project-mgmt-lp-php #content,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php #content {
    margin-top: 66px;
  }
  .page-template-page-templatespage-gamification-lp-php .top-bar,
  .page-template-page-templatespage-gamification-lp-php .bottom-bar,
  .page-template-page-templatespage-ehr-lp-php .top-bar,
  .page-template-page-templatespage-ehr-lp-php .bottom-bar,
  .page-template-page-templatespage-business-intelligence-lp-php .top-bar,
  .page-template-page-templatespage-business-intelligence-lp-php .bottom-bar,
  .page-template-page-templatespage-project-mgmt-lp-php .top-bar,
  .page-template-page-templatespage-project-mgmt-lp-php .bottom-bar,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .top-bar,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .bottom-bar {
    min-height: 75px;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content,
  .page-template-page-templatespage-ehr-lp-php .main-content,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content {
    padding: 1em 4em 4.1em 4em;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content h4,
  .page-template-page-templatespage-ehr-lp-php .main-content h4,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content h4,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content h4,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content h4 {
    text-align: left;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content .content-copy .fa-ul li,
  .page-template-page-templatespage-ehr-lp-php .main-content .content-copy .fa-ul li,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content .content-copy .fa-ul li,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content .content-copy .fa-ul li,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .content-copy .fa-ul li {
    margin-bottom: 1.2em;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content .content-copy img,
  .page-template-page-templatespage-ehr-lp-php .main-content .content-copy img,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content .content-copy img,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content .content-copy img,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .content-copy img {
    margin-right: -35px;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper,
  .page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper {
    padding: 2em;
    margin-top: 0;
    max-width: 84%;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li,
  .page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li {
    margin-top: 6px;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
  .page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
  .page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
  .page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    float: right;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label,
  .page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_wrapper ul.gfield_checkbox li label {
    font-size: 12px;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_heading,
  .page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_heading,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_heading,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_heading,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_heading {
    padding: 0;
  }
  .page-template-page-templatespage-gamification-lp-php .main-content .download-form .gform_heading span,
  .page-template-page-templatespage-ehr-lp-php .main-content .download-form .gform_heading span,
  .page-template-page-templatespage-business-intelligence-lp-php .main-content .download-form .gform_heading span,
  .page-template-page-templatespage-project-mgmt-lp-php .main-content .download-form .gform_heading span,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .main-content .download-form .gform_heading span {
    font-size: 20px;
  }
  .page-template-page-templatespage-gamification-lp-php .bottom-bar .footer-content,
  .page-template-page-templatespage-ehr-lp-php .bottom-bar .footer-content,
  .page-template-page-templatespage-business-intelligence-lp-php .bottom-bar .footer-content,
  .page-template-page-templatespage-project-mgmt-lp-php .bottom-bar .footer-content,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .bottom-bar .footer-content {
    margin: 0 0 1rem;
    width: 38.7%;
  }
  .page-template-page-templatespage-gamification-lp-php .bottom-bar .footer-content h4,
  .page-template-page-templatespage-ehr-lp-php .bottom-bar .footer-content h4,
  .page-template-page-templatespage-business-intelligence-lp-php .bottom-bar .footer-content h4,
  .page-template-page-templatespage-project-mgmt-lp-php .bottom-bar .footer-content h4,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .bottom-bar .footer-content h4 {
    margin-left: 50px;
    margin-top: 0;
  }
  .page-template-page-templatespage-gamification-lp-php .bottom-bar .footer-logos,
  .page-template-page-templatespage-ehr-lp-php .bottom-bar .footer-logos,
  .page-template-page-templatespage-business-intelligence-lp-php .bottom-bar .footer-logos,
  .page-template-page-templatespage-project-mgmt-lp-php .bottom-bar .footer-logos,
  .page-template-page-templatespage-ehr-buyers-guide-lp-php .bottom-bar .footer-logos {
    margin: 1rem 1rem 1rem 2.5rem;
  }

  /* Internship Program LP */
  .page-template-page-templatespage-internship-php #content {
    margin-top: 66px;
  }

  /* Reviews Landing Page */
  .page-template-page-templatespage-reviews-lp-php #content {
    margin-top: 66px;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container {
    padding: 4em 0 8em 0;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container h1 {
    font-size: 3em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container h4.research-sub-header {
    font-size: 2.5em;
    margin-top: 0;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp {
    width: 75%;
    margin: 0 auto;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form {
    width: 100%;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form input[type="text"] {
    width: 100%;
    background: #fff;
    border: none;
    padding: 20px;
    font-size: 1.3em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form input[type="submit"] {
    text-indent: 0;
    width: 280px;
    padding: 19px;
    background-color: #B3D256;
    font-size: 1.4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .page-template-page-templatespage-reviews-lp-php #review-lp-content {
    padding: 4.5em 0 2.5em 0;
  }
  .page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content .content-container h4 {
    font-size: 1.5em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-lp-content .review-content .content-container p {
    font-size: 1.3em;
  }

  /* Buyers guide downloads page*/
  .page-template-page-templatespage-downloads-php #content {
    margin-top: 66px;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message {
    padding: 0 6em;
  }
  .page-template-page-templatespage-downloads-php #buyers-guide-message h2 {
    font-size: 1.906em;
  }

  /* Tribe Events Calendar HomePage */
  #tribe-events-pg-template {
    margin-top: 66px;
  }
  #tribe-events-pg-template #events-homepage-hero-section {
    padding-bottom: 35px;
  }
  #tribe-events-pg-template #events-homepage-hero-section h1 {
    font-size: 3.8em;
    line-height: 1;
    padding: 15px 0;
  }
  #tribe-events-pg-template #events-homepage-hero-section #page-title-wrap {
    width: 45%;
    margin: 85px auto 10px;
  }
  #tribe-events-pg-template .wrap {
    padding: 0;
  }
  #tribe-events-pg-template #events-featured-section {
    padding-bottom: 28px;
  }
  #tribe-events-pg-template #events-featured-section .month-share {
    width: 54%;
  }
  #tribe-events-pg-template #events-featured-section .month-share .social-share-bar li a {
    min-width: 88px;
  }
  #tribe-events-pg-template #events-featured-section .featured-event {
    margin-bottom: 0;
    min-height: 320px;
  }
  #tribe-events-pg-template #events-featured-section .post-content {
    margin-top: 0;
  }
  #tribe-events-pg-template #events-featured-section .post-content h4 {
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 2px;
  }
  #tribe-events-pg-template #events-featured-section .post-content p {
    margin: 3px 0 10px 0;
    font-size: 1em;
    line-height: 21px;
    font-weight: 300;
  }
  #tribe-events-pg-template #events-featured-section .post-content .event-info {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  #tribe-events-pg-template #events-sweepstakes-section {
    padding: 25px 0 35px 0;
  }
  #tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event h4 {
    font-size: 1.5em;
  }
  #tribe-events-pg-template #events-sweepstakes-section .sweepstakes-event p {
    font-size: 1.2em;
  }
  #tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb {
    margin-top: 65px;
    padding: 25px 3% 25px;
    position: absolute;
    left: 0;
    background: url(../images/events-arrow.png) no-repeat;
    background-size: 100% 100%;
  }
  #tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb h4, #tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb p {
    max-width: 235px;
    float: right;
    width: 100%;
  }
  #tribe-events-pg-template #events-browse-category-section ul.type-tribe_events {
    margin: 0 2.07% 0 0;
  }
  #tribe-events-pg-template #events-browse-category-section ul.type-tribe_events a {
    font-size: 1.4em;
    margin-bottom: 3px;
  }

  /* Modern Tribe Events Calendar - SINGLE EVENTS PAGE */
  .single-tribe_events #tribe-events-pg-template #single-event-header {
    padding-bottom: 18px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header h1 {
    margin: 0 0 10px 0;
    font-size: 2.8em;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .tribe-events-single-event {
    width: 70%;
    padding-top: 50px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .event-info {
    font-size: 1.8em;
    margin: 3px 0 16px;
    line-height: 1;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .event-title-info {
    padding: 5px 0 20px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-header .button {
    margin: 20px 0 0 0;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details p,
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details p {
    font-size: 16px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details h3,
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details h3 {
    font-size: 17px;
  }
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info #when-where-details .event-detail,
  .single-tribe_events #tribe-events-pg-template #single-event-detail-info .more-event-details .event-detail {
    margin: 0 35px 0 0;
  }
  .single-tribe_events #tribe-events-pg-template ul.tribe-related-events .tribe-related-event-info h3 {
    font-size: 16px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle {
    width: 25.491713%;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta ul li a,
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta ul li a:visited {
    font-size: 15px;
    width: 27px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta span.author-social {
    margin-bottom: 5px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta h4 {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    line-height: 1em;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta p {
    font-size: 1.2em;
    font-weight: 300;
    margin: 0 0 5px 0;
    line-height: 1em;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta .author-phone {
    margin-bottom: 8px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta .author-link {
    margin-top: 8px;
  }
  .single-tribe_events #tribe-events-pg-template #sidebar-eventsingle #single-event-author-meta .author-link a {
    color: #418bb9;
  }
  .single-tribe_events #tribe-events-pg-template #tribe-events-content {
    width: 71.745856%;
  }
  .single-tribe_events #tribe-events-pg-template #customer-reviews .events-review-container {
    width: 71.745856%;
  }

  /* Modern Tribe - Events Calendar Plugin: BROWSE EVENTS PAGE */
  .page-template-category-events-php #content {
    margin-top: 66px;
  }

  #browse-events-by-category #events-cat-title #breadcrumbs-wrap {
    font-size: 1em;
  }
  #browse-events-by-category #category-events-feed {
    width: 70.30939226%;
  }
  #browse-events-by-category #category-events-feed .post-content {
    margin-top: -3px;
  }
  #browse-events-by-category #category-events-feed .post-content h4 {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 3px;
  }
  #browse-events-by-category #category-events-feed .post-content p {
    font-size: 17px;
    line-height: 20px;
  }
  #browse-events-by-category #category-events-feed .post-content .event-info {
    font-size: 1.3em;
  }
  #browse-events-by-category #sidebar-browse-events {
    width: 26.928176794%;
    margin-top: 1.8em;
  }
  #browse-events-by-category #sidebar-browse-events .author-img {
    width: 34.491712705%;
  }
  #browse-events-by-category #sidebar-browse-events .author-info {
    width: 62.74585634900001%;
  }

  .event-sub-navigation #breadcrumbs-wrap {
    font-size: 1em;
  }
  .event-sub-navigation #event-cat-dropdown {
    font-size: 1em;
  }

  /*********************
  LAYOUT &amp; GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
    padding: 0;
  }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    position: fixed;
  }
  .header #inner-header {
    padding: 10px 0 15px;
  
}
  .header .sweepstakes-cta-nav {
    display: block;
    background: #303030;
  }
  .header .sweepstakes-cta-nav h4.sweepstakes-cta-header {
    font-weight: 400;
    color: #aeaeae;
    margin: 15px 0;
  }
  .header .sweepstakes-cta-nav h4.sweepstakes-cta-header .sweepstakes-bold {
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 8px;
  }
  .header .sweepstakes-cta-nav a.button {
    font-size: 1em;
    margin: 0;
    padding: 5px 24px;
    margin-left: 15px;
  }
  .header .review-hello-bar {
    display: block;
    background: #303030;
    padding: 10px 0;
  }
  .header .review-hello-bar .inner-header-wrap {
    margin: 0 auto;
    max-width: 955px;
    width: 100%;
  }
  .header .review-hello-bar p {
    color: #9e9e9e;
    float: left;
    margin: 2px 0 0;
  }
  .header .review-hello-bar h3 {
    color: #9e9e9e;
    float: left;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    padding-right: 15px;
  }
  .header .review-hello-bar a {
    font-size: 1em;
    float: right;
    padding: 4px 10px;
    margin: 0;
  }

  .header.header-variant #inner-header {
    padding: 20px 0;
  }
  .header.header-variant #primary-menu {
    display: inline-block;
    margin: 13px 0 0 0;
    clear: none;
    float: right;
    width: auto;
  }
  .header.header-variant #primary-menu li a {
    font-size: 1.2em;
  }
  .header.header-variant #primary-menu li.compare-vendors:after {
    color: #343434;
    font-size: 14px;
    position: absolute;
    left: 179px;
    top: 14px;
  }
  .header.header-variant #primary-search-form {
    width: 240px;
  }

  #logo {
    float: left;
    display: inline-block;
    margin: 0 0 0 -3px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* Main Menu */
  #primary-menu {
    display: inline-block;
    margin: 4px 0 0 0;
    clear: none;
    float: right;
    width: auto;
  }

  /* Blog Menu &amp; Careers Menu */
  ul#menu-blog-menu,
  div#menu-blog-menu &gt; ul,
  ul#menu-careers-menu,
  .menu-careers-menu-container {
    display: block;
    margin: 0;
    width: auto;
  }

  ul#menu-careers-menu li:last-child a {
    padding-right: 0;
  }

  .blog-navigation.wrap {
    max-width: 1140px;
  }

  ul#menu-blog-menu {
    float: left;
    padding-left: 10px;
  }

  /*------------------------------------------
  Primary Search
   -------------------------------------------
  */
  #primary-search-form {
    float: right;
    position: relative;
    margin: 5px 0 0 5px;
    width: 200px;
    clear: none;
  }
  #primary-search-form input {
    width: 200px;
  }

  /*------------------------------------------
  Press Menu
   -------------------------------------------
  */
  .press-navigation {
    padding: 0;
  }

  ul#menu-press-menu,
  div#menu-press-menu &gt; ul {
    display: block;
    margin: 0;
    width: auto;
  }

  .press-navigation.wrap {
    max-width: 1140px;
  }

  ul#menu-press-menu {
    float: left;
  }

  /*********************
  POSTS &amp; CONTENT STYLES
  *********************/
  .blog article .post-info-variant a h1.variant-article-title, .search article .post-info-variant a h1.variant-article-title, .archive article .post-info-variant a h1.variant-article-title, .author article .post-info-variant a h1.variant-article-title {
    font-size: 2.3em;
  }
  .blog article .post-info-variant p, .search article .post-info-variant p, .archive article .post-info-variant p, .author article .post-info-variant p {
    line-height: 1.5;
  }
  .blog article .post-info-variant a.read-more-variant, .search article .post-info-variant a.read-more-variant, .archive article .post-info-variant a.read-more-variant, .author article .post-info-variant a.read-more-variant {
    font-size: 18px;
  }

  .blog #inner-content,
  .search #inner-content,
  .archive #inner-content,
  .author #inner-content {
    max-width: 1140px;
    padding: 0;
  }
  .blog #inner-content .blog-home-variant #variant-divider,
  .search #inner-content .blog-home-variant #variant-divider,
  .archive #inner-content .blog-home-variant #variant-divider,
  .author #inner-content .blog-home-variant #variant-divider {
    width: 100%;
    height: 10px;
    background: #ccc;
  }
  .blog #inner-content #sidebar-blogright.variant .rpwe-block ul li,
  .search #inner-content #sidebar-blogright.variant .rpwe-block ul li,
  .archive #inner-content #sidebar-blogright.variant .rpwe-block ul li,
  .author #inner-content #sidebar-blogright.variant .rpwe-block ul li {
    padding-right: 50px;
  }
  .blog #inner-content #sidebar-blogright.variant .rpwe-block ul h3,
  .search #inner-content #sidebar-blogright.variant .rpwe-block ul h3,
  .archive #inner-content #sidebar-blogright.variant .rpwe-block ul h3,
  .author #inner-content #sidebar-blogright.variant .rpwe-block ul h3 {
    font-size: 15px !important;
  }
  .blog #inner-content #other-featured-articles article#post-variant .post-info-variant a h1.variant-article-title,
  .search #inner-content #other-featured-articles article#post-variant .post-info-variant a h1.variant-article-title,
  .archive #inner-content #other-featured-articles article#post-variant .post-info-variant a h1.variant-article-title,
  .author #inner-content #other-featured-articles article#post-variant .post-info-variant a h1.variant-article-title {
    font-size: 1.3em;
  }

  /*********************
  SIDEBARS &amp; ASIDES
  *********************/
  /* Show blog sidebar-blogleft */
  #sidebar-blogright,
  #sidebar-blogbottom1,
  #sidebar-blogbottom2 {
    display: block;
  }

  #sidebar-blogright .module.free-download .module-heading, #sidebar-blogright .module.free-download h4 {
    text-align: left;
  }
  #sidebar-blogright .module.free-download .module-heading {
    padding: 15px 15px 0 15px;
    font-size: 1.5em;
  }
  #sidebar-blogright .module.free-download h4:nth-of-type(2n) {
    padding: 0 0 10px 15px;
  }
  #sidebar-blogright .module.free-download img {
    float: left;
    margin: 15px 0 15px 15px;
    width: 110px;
    height: 143px;
  }
  #sidebar-blogright .module.free-download div.container {
    width: 90%;
    margin: 0 auto;
  }
  #sidebar-blogright .module.free-download ul {
    float: left;
    margin: 25px 0 30px 10px;
  }
  #sidebar-blogright .module.free-download ul li {
    margin-bottom: 6px;
    font-size: 16px;
  }
  #sidebar-blogright .widget_text {
    padding: 0 !important;
    border: none !important;
    border-radius: 0px;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .footer #inner-footer {
    padding: 20px 0;
  }
  .footer #inner-footer #footer-social-links ul a,
  .footer #inner-footer #footer-social-links ul a:visited {
    font-size: 16px;
    width: 40px;
  }
  .footer #inner-footer #footer-social-links ul p {
    font-size: 16px;
  }
  .footer #inner-footer #footer-sitemap-links li a {
    padding: 0 10px 0 0;
    font-size: 16px;
  }
  .footer #inner-footer .links-last {
    margin-top: 10px;
  }
  .footer #inner-footer .email-us a {
    font-size: 20px;
  }

  .footer #inner-footer #footer-social-links li a:hover {
    background: #444 !important;
    color: #b3d256 !important;
    background: rgba(0, 0, 0, 0.5) !important;
  }

  .footer.footer-variant #inner-footer {
    padding: 55px 0 35px 0;
  }
  .footer.footer-variant #inner-footer #footer-sitemap-links li a {
    font-size: 18px;
  }
  .footer.footer-variant #inner-footer #footer-sitemap-links ul .link-header {
    width: 150px;
    padding: 0 0 2px 0;
    font-size: 26px;
    text-transform: uppercase;
  }
  .footer.footer-variant #inner-footer #footer-social-links ul li a, .footer.footer-variant #inner-footer #footer-social-links:visited {
    display: block;
    margin: 3px 0px 3px 8px;
    text-decoration: none;
    font-size: 26px;
    color: #f0f0f0;
    background: none repeat scroll 0% 0% #418bb9;
    width: 42px;
    text-align: center;
    padding: 0 5px;
  }
  .footer.footer-variant #inner-footer #footer-social-links li a:hover, .footer.footer-variant #inner-footer #footer-social-links li a:active {
    background: #61a0c7 !important;
    color: #f0f0f0 !important;
  }
  .footer.footer-variant #inner-footer #footer-social-links a.click-to-call {
    font-size: 35px !important;
  }

  .scroll-to-top {
    bottom: 67px;
  }

  /*Holiday Review Landing Page*/
  .page-template-page-templatespage-holiday-review-php #content {
    margin-top: 66px;
  }
  .page-template-page-templatespage-holiday-review-php #content #holiday-review-head h1 {
    font-size: 2.5em;
  }
  .page-template-page-templatespage-holiday-review-php #content #review-a-product:before, .page-template-page-templatespage-holiday-review-php #content #review-a-product:after {
    display: block;
  }
  .page-template-page-templatespage-holiday-review-php #content #contribute-your-review ul li {
    font-size: 1.3em;
  }

  /*Schedule-an-appt*/
  .page-template-page-templatespage-schedule-an-appt-php #content {
    margin-top: 66px;
  }
  .page-template-page-templatespage-schedule-an-appt-php #content #Header-section {
    padding: 25px 0 8px;
    text-align: left;
  }
  .page-template-page-templatespage-schedule-an-appt-php #content #Header-section #header-text {
    display: block;
    float: left;
    margin: 0;
    width: 58%;
  }
  .page-template-page-templatespage-schedule-an-appt-php #content #Header-section #header-text h1 {
    font-size: 3em;
  }
  .page-template-page-templatespage-schedule-an-appt-php #content #main-content-sec #how-it-works h1 {
    text-align: left;
  }
  .page-template-page-templatespage-schedule-an-appt-php #content #main-content-sec hr {
    display: block;
  }
  .page-template-page-templatespage-schedule-an-appt-php #content #main-content-sec #tell-a-techadvisor-your-goal:before, .page-template-page-templatespage-schedule-an-appt-php #content #main-content-sec #tell-a-techadvisor-your-goal:after {
    display: block;
  }
  .page-template-page-templatespage-schedule-an-appt-php #expert-say blockquote {
    margin: 0 0 15px;
    font-size: 1.2em;
  }
  .page-template-page-templatespage-schedule-an-appt-php #expert-say span {
    margin-top: 20px;
    font-size: 1.3em;
  }
  .page-template-page-templatespage-schedule-an-appt-php #brands h2 {
    font-size: 1.5em;
  }
  .page-template-page-templatespage-schedule-an-appt-php .wrap {
    max-width: 1140px;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now {
    padding: 20px 25px;
    margin: 10px;
    display: block;
    margin-top: -162px;
    position: relative;
    border: solid 1px #d7d7d7;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now h1 {
    font-size: 2em;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now input[type=submit].gform_button {
    font-size: 22px !important;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now li.gfield {
    margin-bottom: 15px;
  }
  .page-template-page-templatespage-schedule-an-appt-php #get-started-now .gform_confirmation_wrapper {
    min-height: 568px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* Home Page */
  .home #hero-section h1 {
    font-size: 4em;
    line-height: 70px;
    margin-left: -3px;
  }
  .home #hero-section .home-blurb p {
    font-size: 1.5em;
    line-height: 1.3;
  }
  .home #hero-section .home-blurb .brandname {
    font-size: 1.3em;
    line-height: 1.3;
  }
  .home #hero-section img {
    top: -64px;
    height: 122%;
    right: 50px;
  }
  .home #smart-advisor-tool ul li {
    font-size: 1.4em;
  }
  .home #smart-advisor-tool ul li a i {
    min-width: 30px;
  }

  /* Contact Us Page */
  .page-template-page-templatespage-contact-us-php .contact-header {
    font-size: 1.6em;
  }
  .page-template-page-templatespage-contact-us-php .contact-header i {
    font-size: 25px;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information {
    width: 45%;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table {
    font-size: 1.2em;
    margin-bottom: 35px;
  }
  .page-template-page-templatespage-contact-us-php #main-contact-us-section #contact-information table .title {
    width: 40%;
    font-size: 1em;
  }

  /* Careers Page */
  .page-template-page-templatespage-careers-php #careers-share {
    width: 68.745856%;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office {
    height: 525px;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office .carousel-inner img {
    height: 525px;
    width: 100%;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office .carousel-control {
    width: 4%;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #carousel-tour-office .carousel-control i {
    font-size: 1.1em;
    top: 250px;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .thumbnail {
    width: 48%;
    height: 83px;
    margin-bottom: 15px;
  }
  .page-template-page-templatespage-careers-php #tour-office-section #office-thumbnail-container #office-thumbnails .thumbnail img {
    width: 125px;
  }

  /* Tribe Events Calendar HomePage */
  #tribe-events-pg-template {
    margin-top: 66px;
  }
  #tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb {
    margin-top: 60px;
    position: absolute;
    left: 0;
    background: url(../images/events-arrow.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px 3% 25px 12%;
    min-height: 235px;
    width: 35%;
  }
  #tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb h4, #tribe-events-pg-template #events-sweepstakes-section #sweepstakes-blurb p {
    max-width: 235px;
    float: right;
    width: 100%;
  }

  /* Advertisers Page */
  .page-template-page-templatespage-advertisers-php #advert-do-for-you .module {
    min-height: 425px;
  }
  .page-template-page-templatespage-advertisers-php footer.article-footer p.testimonial {
    min-height: 100px;
  }
  .page-template-page-templatespage-advertisers-php footer.article-footer #advert-case-study .verticals .case-study {
    min-height: 210px;
  }

  /* Reviews Landing Page */
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container h1 {
    font-size: 3.2em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container h4.research-sub-header {
    font-size: 2.7em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp {
    width: 75%;
    margin: 0 auto;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form {
    width: 100%;
    /* Placeholder text */
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form input[type="text"] {
    width: 100%;
    background: #fff;
    border: none;
    padding: 20px;
    font-size: 1.3em;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9e9e9e !important;
    font-style: italic;
    letter-spacing: -.01rem;
    font-weight: 300 !important;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9e9e9e;
    opacity: 1;
    font-style: italic;
    letter-spacing: -.01rem;
    font-weight: 300 !important;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9e9e9e;
    opacity: 1;
    font-style: italic;
    letter-spacing: -.01rem;
    font-weight: 300 !important;
  }
  .page-template-page-templatespage-reviews-lp-php #review-landing-page-search-container #search-form-container-lp form#primary-search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9e9e9e;
    font-style: italic;
    letter-spacing: -.01rem;
    font-weight: 300 !important;
  }

  .page-template-page-templatespage-decision-diamond-pm-php #dd-header #inner-header {
    padding: 10px 0 0;
  }

  /* Products Page */
  .single-products #product-screenshots .screenshot-thumbs {
    width: 343px;
    margin: 0 auto;
  }
  .single-products #product-screenshots .screenshot-thumbs img {
    width: 75px;
  }
  .single-products #main.review .product-sidebar {
    display: block;
  }
  .single-products #main.review .review-wrap {
    width: 65.74585634900001%;
  }
  .single-products #main.review .review-wrap h4#review-title {
    font-size: 28px;
    font-weight: 500;
  }
  .single-products #main.review .review-wrap #reviews_wrapper label span.questions_min_char {
    font-size: 14px;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .star-ratings-container {
    margin: 20px 0;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .star-ratings-container .rating-star-container .ratings_left {
    font-size: 20px;
    width: 40%;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .star-ratings-container .rating-star-container .ratings_right {
    width: 60%;
  }
  .single-products #main.review .review-wrap #reviews_wrapper .likelihood input {
    margin: 15px 3px 12px 5%;
  }

  /* Press Posts Archive */
  #press-posts .post-content p {
    font-size: 18px;
    line-height: 20px;
  }

  /*********************
  SIDEBARS &amp; ASIDES
  *********************/
  .single-post #blog-wrap {
    width: 70%;
  }
  .single-post #main {
    width: 730px;
    margin-left: 0;
  }

  #sidebar-blogright {
    margin-left: 1%;
    width: 29%;
  }
  #sidebar-blogright .module.free-download div.container {
    width: 97%;
    margin: 0 auto;
  }
  #sidebar-blogright .module.free-download img {
    float: left;
    margin: 15px 0 15px 15px;
    width: 100px;
    height: 125px;
  }
  #sidebar-blogright .module.free-download ul {
    margin: 22px 0 20px 10px;
  }
  #sidebar-blogright .module.free-download ul li {
    margin-bottom: 6px;
    font-size: 15px;
  }

  /*Holiday Review Landing Page*/
  .page-template-page-templatespage-holiday-review-php #content {
    margin-top: 66px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens &amp; Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

.about1{
    width: 92%;  margin: 0 auto;
}

.about2{
    padding: 20px;
}
    
    .about3{
        text-align: justify
    }
    @media screen and (max-width: 500px){
       .about1 h1{
            font-size:24px;
        } 
        
        .about1 h2{
            font-size:18px;
        } 
        .about1{
    width: 100%;
    margin: 0 auto;
}

.about2{
    padding: 20px;
}
    
    .about3{
        text-align: justify
    }
        
        
    }
    
    @media screen and (max-width: 500px){
        .shadow{
        //border-color: #dbdbdb;
       background: url("../images/shadow.png") repeat-x scroll 0 0;
        height: 10px;
        width: 100%;
        position: relative;
        top: 20px;
        z-index: 1000;

        }
    }

.subscribe {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #000;
	width: 100%;
	height: 60px;
	color:#fff;
	
	
}
.subscribe h5{
color:#fff;
}


.form__email {
	padding: 5px 10px;
	border-radius: 5px;
 	border: 1px solid #CAD3DB;
	
	font-size: 14px;
	color: #0F121F;
}

.form__email:focus {
	outline: 1px solid #3D9FFF;
}

.form__button {
	background: #3D9FFF;
	padding: 10px;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	box-shadow: 0 4px 20px rgba(61, 159, 255, 0.7);
}

.form__button:hover {
	box-shadow: 0 10px 20px rgba(61, 159, 255, 0.7);
}
.subcform p{
margin:0;
}


@media only screen and (max-width: 425px) {
  .subscribe {
   display:none;
  }
}</pre></body></html>