/*
Theme Name: Charlotte Agenda v3
Version: 3.0
Text Domain: charlotteagendav3

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
  font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #38485e;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
  border-top:10px solid #21BCB0;
	background: #ffffff;
}

a {
	color: #23bfb0;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #2ac4f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}
.homedate{
  position:relative;
  overflow:hidden;
  line-height:1.3;
  margin-top:0px;
  font-size:14px;
  color:#9f9f9f;
  font-size:12px;
}
.homefinished{
  position:relative;
  overflow:hidden;
  line-height:1.3;
  margin: 0 25px 0 0;
  font-size:14px;
  color:#9f9f9f;
  font-size:12px;
}
.homedateline{
	position:absolute; 
	top:6px; 
	width:100%; 
	height:1px;
	background:#eaeaea;
	margin-left:13px;
}
.hometitleline{
	position:absolute; 
	top:15px; 
	width:100%; 
	height:1px;
	background:#eaeaea;
	margin-left:13px;
}
.sidebardateline{
  position:absolute; 
  top:10px; 
  width:100%; 
  height:2px;
  overflow:hidden;
  background:#21BCB0;
  margin-left:13px  
}
.content-sidebar .guidesidebar{
  margin-bottom:50px;
  padding-left:20px;
}
.guidesidebar li{
  font-size:13px;
  color:#21BCB0;
  list-style-type: disc;
  padding-bottom:10px;
}
.guidesidebar li a{
 color:#38485e;
}
.guidesidebar li a:hover{
  text-decoration:underline;
}
.indexsidebartitle{
  position:relative;
  font-size:14px;
  font-weight:700;
  padding-bottom:10px;
  overflow:hidden;
  text-transform:uppercase;
  width:100%;
 }
.partnerholder{
  padding-top:18px;
}
.partnercontent .hentry{
  margin-left:29px;
  margin-right:29px;
}
.homepartners{
  position:relative;
  overflow:hidden;
  text-transform:uppercase;
  margin-right:0px;
  line-height:1.3;
  margin-top:-16px;
  font-weight:600;
  font-size:26px;
  padding-bottom:11px;
}
.partnerad{
  background:#c7c5c5;
  margin:0 auto;
}
.smalllink{
  font-size:13px;
}
.partnerstable{
  border:none;
  border-bottom:2px solid #21BCB0;
  margin-top: 0px;
}
.partners_sm{
  border:none;
}
.partners_m{
  border:none;
}

.partnerstable td{
  text-align:center;
  border:none;
  padding-bottom:0px;
}
.partnerstable .partners_lasttd{
  padding-bottom:0;
}
.partnerstable .partners_sm td{
  padding-bottom:15px;
}
.partnerstable .partners_sm td a{
  font-size:13px;
}

.partnerstable .partners_m td{
  padding-bottom:10px;
}
.partnerstable .partners_m td a{
  font-size:13px;
}
h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

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

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
.answers blockquote {
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
.answers blockquote:before {
  color: #21BCB0;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.answers blockquote p {
  display: inline;
}
.answers .author{
  padding-top:10px;
  font-style:normal;
  font-weight:bold;
  padding-left: 50px;
  
}
.addanswers{
padding-top:10px;
}
.entry-meta .addanswers a{
  
  color:#23bfb0 !important;
  font-weight:bold;
}
 .noscroll{
  overflow:hidden;
  position:relative;
}
.clr{
  clear:both;
}

.read-more .done{
  display:none;
}
.smalltext, .smalltext p, post-entry-content .smalltext p{
  font-size:11px !important;
  padding:0;
  margin:0;
}
/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
.ninja-forms-form-wrap input[type="submit"]{
  text-transform: none;  
}
.answerpage .ninja-forms-req-symbol, .answerssidebar .ninja-forms-required-items, .answerpage .ninja-forms-required-items{
  display:none;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #21BCB0;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 17px 6px;
	text-transform: lowercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.activebutton {
	background-color: #33C4F3;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
 {
	background-color: #00acdc;
  color:#fff;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 13px !important;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
.eventloc{
  background-image: url("images/locationmarker.png");
  background-repeat:no-repeat;
  background-size:12px 12px;
  background-position:0px 4px;
  padding-left:12px;
  font-size:13px;
  font-weight:normal;
  color:#38485e;
}
.like{
  background-image: url("images/star1.png");
  background-repeat:no-repeat;
  background-size:20px 20px;
  width:20px;
  height:20px;
  display:inline-block;
  cursor:pointer;
}
.like:hover, .liked{
  background-image: url("images/star2.png") !important;
}
.element-animation{
  background-image: url("images/star2.png");
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -moz-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -o-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -ms-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}
/* Separators */



/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */


.main-content {
   width:1200px;	
    margin:0 auto;
}


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

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

.site-header{
  width:1200px;
  margin:0 auto;
  
}
.header-right{
  float:right;
}
.menuicon{
  float:right;
  margin-top:29px;
  padding-left:23px;
}
.menuicon a{
  color:#384853;
  font-weight:700;
  font-size:20px;
}
.menuicon img{
  padding-right:6px; 
}
 .logoline{
   position:relative;
 }
 .socialmediaicons{
  padding:0 0 0 0px;
  margin:40px 0px 0 0;
  list-style-type:none;
  text-align:center;
  float:left;
 }
 .socialmediaicons li{
  display:inline-block;
  list-style-type: none;
  padding-left:15px;
 }
 .socialmediaicons li a{
  display:block;
 }
 .socialmediaicons li img{
  width:22px;
  height:22px;
 }
 .menusocialmediaicons{
  padding:0 0 0 0px;
  margin:20px 0px 0 0;
  list-style-type:none;
  text-align:center;
 }
 .menusocialmediaicons li{
  display:inline-block;
  list-style-type: none;
  padding: 0 10px;
 }
 .menusocialmediaicons li a{
  display:block;
 }
 .menusocialmediaicons li img{
  width:52px;
  height:52px;
 }
.headerad{
  text-align:center;
  padding:0px 0 20px;
}
.sectionheader{
  position:absolute;
  left:34px;
  top:25px;
	color:#32495d;
	text-decoration:none;
	font-weight:700;
	
  	font-size:22px;
  line-height:43px;
    letter-spacing:2px;
  background-repeat:no-repeat;
  background-position:0px 9px;
  background-size:25px 28px;
  
}
.sectionsection{
  padding:0 0 0 31px;
}

.author-bio{
  font-size:18px;
  padding-bottom:18px !important;
}
.author-bottom .most-recently,.author-bottom .most-recently a{
  font-size:17px;
}
.author-title{
display:inline;
margin-left:15px;
}
.post-entry-content .section-description{
  font-size:15px;
  padding:0px 35px 0 0;
}
.offer-top{
  padding-top:18px;
}
.post-entry-content .section-description p{
  font-size:15px;
}
.sectionsimg{
  background: url(images/sections.png) no-repeat;
  background-size:140px 22px;
  background-position:67px 35px;
  height:77px;
  width:100%;
}
.sectionsimg_h{
  background: url(images/sections_h.png) no-repeat;
  background-size:144px 18px;
  background-position:67px 35px;
  height:77px;
  width:100%;
}
.cn{

	border-bottom:1px solid #eaeaea;
	padding-bottom:25px;
}
.home .cn{
	border-bottom:none;
	padding-bottom:20px;
}
.mainnav li:hover > .topicsnavholder
{
	display:block;
}
.mainnav li .topicsspan{
  font-weight:700;
  font-size:16px;
  cursor:pointer;
}
.mainnav li .topicsspan:hover{
  color:#21BCB0;
}
.topicsnavholder{
  float:left;
  display:none;
  position:absolute;
  padding-top:34px;
  margin:0px 0 0 -110px; 
  top:100%;
	left:0;
  z-index:1003;
}
.topicsnav
{
  width: 274px; 
  position: relative;
  padding: 0px;
  box-shadow:1px 1px 3px rgb(204, 204, 204), -1px 1px 3px #ccc;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #CECECE solid 1px;
  text-align:center;
	list-style:none;
	float:left;                      
	padding:8px 0;	
	background:#fff;
  
}

.topicsnav:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 23px 18px;
border-color: #FFFFFF transparent;
-moz-transform: scale(.9999);
display: block;
width: 0;
z-index: 1;
margin-left: -23px;
top: -18px;
left: 50%;
}

.topicsnav:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 23px 18px;
border-color: #CECECE transparent;
-moz-transform: scale(.9999);
display: block;
width: 0;
z-index: 0;
margin-left: -23px;
top: -19px;
left: 50%;
}
.topicsnav a{

	display:block;
	line-height:26px;
	padding:10px 15px;
  border-bottom:1px solid #eaeaea;
  margin:0 24px;
}
.topicsnav li:last-child a{
  border-bottom:none;
}
.topicsnav li{
position:relative;
	float:left;
	margin:0;
	padding:0 !important;
  float:none;
	width:244px
  text-align:center;
  }
.sectionsnav{
  top:92px;
  left:0;
  position:fixed;
  z-index:22;
  list-style:none;

  width:277px;
  margin:0;
  padding:0;
  display:none;
}
.sectionsnav li{
  position:relative;
	margin:0;
	padding:0;
}
.sectionsnav li a{
  display:block;
	color:#32495d;
	text-decoration:none;
	font-weight:700;
	line-height:43px;
	padding:0 99px;
  
  	font-size:14px;
    letter-spacing:2px;
 border-top:1px solid #37485E;
   padding-top: 1px; /*Increase padding by width of border */
    margin-top: -1px;   
  background-color:rgba(255,255,255,0.95);
  background-image: url("images/whitebubble2x.png");
  background-repeat:no-repeat;
  background-position:68px 9px;
  background-size:25px 28px;
}
.sectionsnav li a:hover{
  background-color: rgba(6, 6, 6, 0.80);
color:#d5d6d8;
}
 .homepagenav, .homemobilenav{
  margin-top:3px;
  font-size:22px;
  width:100%;
  color:#32495D;
  text-align:center;
 }
 .homepagenav .arrownav, .homemobilenav .arrownav{
  color:#32495D; 
 }
.gearnav{
  top:92px;
  right:0;
  position:fixed;
  z-index:22;
  list-style:none;

  width:277px;
  margin:0;
  padding:0;
  display:none;
}

.gearnav li{
  position:relative;
	margin:0;
	padding:0;
}
.gearnav li a{
  display:block;
	color:#32495d;
	text-decoration:none;
	font-weight:bold;
  letter-spacing:2px;
	font-size:14px;

	line-height:42px;
	padding:0 99px;
  border-top:1px solid #37485E;
   padding-top: 1px; /*Increase padding by width of border */
    margin-top: -1px;
  background-color:rgba(255,255,255,0.95);
  background-image: url("images/whitebubble2x.png");
  background-repeat:no-repeat;
  background-position:68px 9px;
  background-size:25px 28px;
}
.gearnav li a:hover{
  background-color: rgba(6, 6, 6, 0.80);
  background-image: url("images/workbubble2x.png");
color:#d5d6d8;
}
.overlay-menu{
  display:none;


}
.mobileview{
  display:none;
}
.slidemenu{
  display:none;
    width:400px;
  background:#fff;
  height:100%;
  position:fixed;
  top:0;
  right:0;  
}
.slidemenu_search a, .slidemenu_popular a, .slidemenu_newsletter a, .slidemenu_submit a, .slidemenu_caedge a{
  color:#fff;
  display:block;
  padding-left:20px;
}
.slidemenu_search{
  background:#363636 url("images/search-icon@2x.png") no-repeat 20px center;
  background-size: 30px 30px;
  color:#fff;
  line-height:25px;
  font-size:22px;
  padding:5px 0 5px 60px
}

.slidemenu_popular{
  background:#7D69AF;
  color:#fff;
  line-height:55px;
  font-size:22px;
  padding:0;
  
}
.slidemenu_submit{
  background:#6EB8FE;
  color:#fff;
  line-height:55px;
  font-size:22px;
  padding:0;

}
.slidemenu_newsletter{
  background:#E96E6B;
  color:#fff;
  line-height:55px;
  font-size:22px;
  padding:0;
  
}

.slidemenu_caedge{
  background:#FDE434;
  color:#fff;
  line-height:55px;
  font-size:22px;
  padding:0;
  
}
.slidemenu #s{
  background:#363636;  
  color:#fff;
  font-size:22px;
  border:none;
  text-transform:uppercase;
}
.slidemenu  input::-webkit-input-placeholder {
   color: #fff;
}

.slidemenu  input::-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.slidemenu input:-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.slidemenu input:-ms-input-placeholder {  
   color: #fff;  
}
.slidemenu #searchsubmit{
  display:none;
}
.slidemenumiddle{
  padding:18px 18px;
  border-bottom:1px solid #cecece;
}
.slidemenubottom{
  padding:18px 18px;
}
.slidemenuleft{
  float:left;
  width:50%;
  text-align:center;
}
.slidemenuright{
  float:left;
  width:50%;
  text-align:center;
}
.slidemenuleft ul, .slidemenuleft li{
  list-style:none;
  padding:0;
  margin:0;
}
.slidemenuleft li a, .slidemenuleft li a:hover, .slidemenuleft li a:visited{
  color:#707070;
  font-size:18px;
  line-height:40px;
  text-decoration:none;
  text-transform:uppercase;  
}
.slidemenuright ul, .slidemenuright li{
  list-style:none;
  padding:0;
  margin:0;
}
.slidemenuright li a, .slidemenuright li a:hover, .slidemenuright li a:visited{
  color:#707070;
  font-size:18px;
  line-height:40px;
  text-decoration:none;
  text-transform:uppercase;  
}
  .overlay {
  display:none;
	position: fixed;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:1002;
	background: rgba(0,0,0,0.5);
}
.overlay-close{
  float:left;
  position:absolute;
  margin-top:30px;
  margin-left:-40px;
  width:10px;
  padding:7px 15px;
  background:#21BCB0;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
  border-radius:5px 0px 0px 5px
}
.slidemenu{
  z-index:1003;
}

.site-title {
    margin:0 0;
    float:left;
}

.site-title-sections {

	margin: 0 0;
 
  text-align:center;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}
.site-title a,
.site-title a:hover {
	color: #fff;
	white-space: nowrap;

}
.headernav{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
.mainnav{
  float:left;
  margin-top:40px;
  margin-left:25px;
  position:relative;
}
.innermainnav .mainnav{
  float:left;
  margin-top:26px;
  margin-left:0px;
  position:relative;
}
.mainnav li{
  display: inline-block;
  list-style-type: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom:0px;
  position:relative;
}
.mainnav li a{
  color:#384853;
  font-weight:700;
  font-size:14px;
  padding:3px;
}
.mainnav li a:hover, .mainnav li a:active, .mainnav li.current_page_item a{
  border:1px solid #21bcb0;
  border-radius: 3px;
  background:#eee;
  padding:2px;
}

.menunav{
  float:left;
  margin-top:40px;
  margin-left:0px;
  position:relative;
}
.menunav li{
  display: inline-block;
  list-style-type: none;
  padding-right: 0px;
  padding-left: 15px;
  margin-bottom:0px;
  position:relative;
}
.menunav li a{
  color:#384853;
  font-weight:700;
  font-size:14px;
  padding:3px;
}
.menunav li a:hover, .menunav li a:active, .menunav li.current_page_item a{
  border:1px solid #21bcb0;
  border-radius: 3px;
  background:#eee;
  padding:2px;
}

.advicebox
{
  display:none;
  width: 200px; 
  position: absolute;
  bottom:100%;
  left:0px;
  padding: 0px;
  box-shadow:1px 1px 3px rgb(204, 204, 204), -1px 1px 3px #ccc;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #CECECE solid 1px;
  text-align:center;
	list-style:none;
	float:left;                      
	padding:8px 10px;
  text-align:center;	
  margin:17px -88px;
	background:#fff;
 
}

.advicebox:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 18px 15px 0;
border-color: #FFFFFF transparent;
-moz-transform: scale(.9999);
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
bottom: -18px;
left: 50%;
}

.advicebox:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 18px 15px 0px;
border-color: #CECECE transparent;
-moz-transform: scale(.9999);
display: block;
width: 0;
z-index: 0;
margin-left: -15px;
bottom: -19px;
left: 50%;
}
.mobileplannertablerow{
  display:none;
}
.plannertable{
  padding-right:35px;
}
.plannertablerow{
  padding:30px 0 20px;
  border-bottom:1px solid #D5D5D5;
}
.plannertableheader div{
  color: #fff;
  text-transform:uppercase;
  font-weight:600;
  background-color:#53BBAD;
}
.plannerhappening{
  width:275px;
  margin-right:50px;
  float:left;
}
.plannerday{
  width:85px;
  margin-right:58px;
  float:left;
  font-size:15px;
}
.plannercategory{
  width:108px;
  margin-right:32px;
  float:left;
  text-align:center;
  font-size:15px;
}
.planneradvice{
  width:180px;
  float:left;
  font-size:15px;
  text-align:center;
}
.directoryadvice{
  width:100%;
  float:right;
  font-size:15px;
  text-align:right;
  position:absolute;
  bottom:0;
  right:5px;
}
.directoryadvice .advicebox{
  color:#38485e !important;
}
.directoryadvice .mobileadvicebox{
  color:#38485e !important;
}

.eventadvice{
  width:100%;
  float:right;
  font-size:15px;
  text-align:right;
  margin-top:10px;
  position:absolute;
  bottom:0;
  right:5px;
}
.eventadvice .advicebox{
  color:#38485e !important;
}
.eventadvice .mobileadvicebox{
  color:#38485e !important;
}
.plannerhappeningtitle{
  width:185px;
  margin-right:140px;
  float:left;
  text-align:center;
}
.plannerdaytitle{
  width:54px;
  margin-right:88px;
  float:left;
  text-align:center;
}
.plannercategorytitle{
  width:110px;
  margin-right:80px;
  float:left;
  text-align:center;
}
.planneradvicetitle{
  width:83px;
  float:left;
  text-align:center;
}

.mobileguideentrytablerow{
  display:none;
}
.guideentrytablerow{
  padding:30px 0 20px;
  border-bottom:1px solid #D5D5D5;
}
.guideentrytableheader div{
  color: #fff;
  text-transform:uppercase;
  font-weight:600;
  background-color:#53BBAD;
}
.guideentryranking{
  width:530px;
  font-size:17px;
  padding-right:10px;
  float:left;

}
.post-entry-content .guideentryranking p{
  font-size:17px;
}
.guideentrytitle{
  font-size:24px;
  line-height:1;
  padding-bottom:5px;
}
.guideentryadvice{
  width:170px;
  float:left;
  font-size:15px;
  text-align:center;
}

.guideentryrankingtitle{
  width:90px;
  margin-right:565px;
  float:left;
  text-align:center;
}

.guideentryadvicetitle{
  width:83px;
  float:left;
  text-align:center;
}

.author_image img{  
  position:relative;
  border-radius: 50%;
	width: 50px;
	height: 50px; 
  display:inline-block;
  cursor:pointer;  
}
.ted_advice{  
  position:relative;
  border-radius: 50%;
	width: 50px;
	height: 50px; 
  display:inline-block;
  background:url("https://www.charlotteagenda.com/wp-content/uploads/2015/04/ted-williams-145x143.jpg") no-repeat;
  background-size:50px 50px;  
  cursor:pointer;  
}
.katie_advice{
  position:relative;
  border-radius: 50%;
	width: 50px;
	height: 50px; 
  display:inline-block;
  margin-left:5px;
  background:url("https://www.charlotteagenda.com/wp-content/uploads/2015/04/katie-levans-143x143.jpg");
  background-size:50px 50px;      
  cursor:pointer;  
}
.kylie_advice{
  position:relative;
  border-radius: 50%;
	width: 50px;
	height: 50px; 
  display:inline-block;
  margin-left:5px;
  background:url("https://www.charlotteagenda.com/wp-content/uploads/2015/11/kylie-moore-charlotte-nc-100x100.jpg");
  background-size:50px 50px;      
  cursor:pointer;  
}
.cristina_advice{
  position:relative;
  border-radius: 50%;
	width: 50px;
	height: 50px; 
  display:inline-block;
  margin-left:5px;
  background:url("https://www.charlotteagenda.com/wp-content/uploads/2015/10/cristina-wilson-charlotte.jpg");
  background-size:50px 50px;      
  cursor:pointer;  
}
.samantha_advice{
  position:relative;
  border-radius: 50%;
	width: 50px;
	height: 50px; 
  display:inline-block;
  margin-left:5px;
  background:url("https://www.charlotteagenda.com/wp-content/uploads/2016/03/samantha-alexander-charlotte.jpg");
  background-size:50px 50px;      
  cursor:pointer;  
}
.lizzy_advice{
  position:relative;
  border-radius: 50%;
	width: 50px;
	height: 50px; 
  display:inline-block;
  margin-left:5px;
  background:url("https://www.charlotteagenda.com/wp-content/uploads/2016/06/lizzy-sirkin-square-1.png");
  background-size:50px 50px;      
  cursor:pointer;  
}
.andrew_advice{
  position:relative;
  border-radius: 50%;
	width: 50px;
	height: 50px; 
  display:inline-block;
  margin-left:5px;
  background:url("https://charlotteagenda.com/wp-content/uploads/2015/08/andrew-dunn-charlotte1-100x100.jpg");
  background-size:50px 50px;      
  cursor:pointer;  
}
.ted_advice:hover > .advicebox{
  display:block;
}
.katie_advice:hover > .advicebox{
  display:block;
}
.kylie_advice:hover > .advicebox{
  display:block;
}
.cristina_advice:hover > .advicebox{
  display:block;
}
.samantha_advice:hover > .advicebox{
  display:block;
}
.lizzy_advice:hover > .advicebox{
  display:block;
}
.andrew_advice:hover > .advicebox{
  display:block;
}
.post-entry-content .plannerhappening p{
  font-size: 15px;
}
.homelistings{
  float:left;
  width:100%;
  margin-bottom:36px;
}
/* jobs */
.openjobs{
  float:left;
  width:100%;
  margin-bottom:36px;
}
.storycolumn{
  float:right;
  width:420px;
}
.storycolumn .hentry{
  width:175px;
}
.storycolumn .entry-title{
  font-size:14px;
  line-height:18px;
}
.storycolumn .thumbnail-image{
  width:175px;
}
.storycolumn .indextag{
  font-size:13px;
  
}
.oneline{
  padding-left:50px;
  position:relative;
  width:48%;
  float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.onelinenoimage{
  padding-left:5px;
  position:relative;
  width:48%;
  float:left;
  margin-bottom:24px;
}
.oneline_image{
  display:inline-block;
  width: 40px;
  padding-left:10px;
  position:absolute;
  top:3px;
  left:0;
}
.oneline-content{
  display:inline-block;
  font-size:18px;
}
.oneline-content p{
   font-size:18px;
}
.oneline-image img{
  width:25px;
}
.partnershiring{
  margin-bottom:60px;
}
.partners{
  margin-bottom:72px;
  margin-top:60px;
}
.partnerstitle{
  font-size:18px;
  font-weight:700;
  padding-bottom:22px;
  text-transform:uppercase  
}
.partnersleft{
  float:left;
  border-right:1px solid #c7c5c5;
  width:600px;
}
.inviteleft{
  float:left;
  border-right:1px solid #c7c5c5;
  width:48%;
  box-sizing:border-box;
  padding-right:25px;
}
.inviteright{
  float:right;
  width:50%;
  box-sizing:border-box;
  padding-left:25px;
}
.partnersright{
  float:right;
  width:524px;
  padding-left:75px;
  padding-top: 54px;
}
.partnersrighttop{
  padding-left:35px;
  position:relative;
  margin-bottom:16px;
}
.partnersright_image{
  display:inline-block;
  width: 35px;
  position:absolute;
  top:0px;
  left:0;
}
.partnersright-content{
  display:inline-block;
  font-size:16px;
}
.partnersright-content p{
   font-size:16px;
}
.partnersright-image{
  width:20px;
}


.specialtop{
  float:left;
  width:195px;
  padding:0 10px 0 70px;
  position:relative;
  height:114px;
  margin-bottom:15px;
  overflow:hidden;
}
.special_image{
  display:inline-block;
  width:60px;
  position:absolute;
  top:5px;
  left:10px;
}
.specialtop-content{
  font-size:18px;
}
.special-image{
  width:50px;
}

.aptsbox .special-image{
  width:70px;
}
.aptsbox .specialtop{
  float:left;
  width:175px;
  padding:0 10px 0 90px;
  position:relative;
  height:114px;
  margin-bottom:15px;
  overflow:hidden;
}
.aptsbox .special_image{
  display:inline-block;
  width:80px;
  position:absolute;
  top:5px;
  left:10px;
}
 .specialh2, .specialh2:hover{
  display:inline-block;
  padding:5px 12px;
  text-align:center;
  text-transform:uppercase;
  background:#21BCB0;
  margin:0;
  color:#fff;
  font-size:18px;
  margin-bottom:45px;
  }
  
  .companieshiring{
    margin-bottom:36px;
  }
 .aptsbox, .realestatebox{
    margin-bottom:11px;
  }
/* popular */
.popbuttonsmobile{
    display:none;
  }
.popbuttons{
  margin:26px 0 30px;
}
.popbuttons .button.activebutton, .popbuttons .button:hover{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  text-transform:uppercase;
  width:224px;
  background:#21BCB0;
  border:1px solid #21BCB0;
  margin:0;
  color:#fff;
}
.popbuttons .button{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  color:#21BCB0;
  text-transform:uppercase;
  width:224px;
  background:#fff;
  border:1px solid #21BCB0;
  margin:0;
}

.filterbuttons{
  margin:0px 0 0px;
}
.filterbuttons .button.activebutton, .filterbuttons .button:hover{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  text-transform:uppercase;
  width:100%;
  background:#21BCB0;
  border:1px solid #21BCB0;
  margin:0;
  color:#fff;
}
.filterbuttons .button{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  color:#21BCB0;
  text-transform:uppercase;
  width:100%;
  background:#fff;
  border:1px solid #21BCB0;
  margin:0;
}

.formpostbutton-wrap .ninja-forms-field-description{
  float:right;
  width:80%;

}
.formpostbuttondir-wrap .ninja-forms-field-description{
  float:right;
  width:85%;

}
.formpostbutton-wrap  .ninja-forms-field-description p{
  font-size:14px;
}
.formeventpostbutton-wrap{
  display:table;
}
.formeventpostbutton-wrap div{
  display:table-cell;
  padding-right:20px;
  vertical-align:top;
}

.formeventpostbutton{
  font-size:18px !important;
  padding:8px 17px !important;
}
.formeventpostbutton-wrap  .ninja-forms-field-description p{
  font-size:14px;
}


.formpostbuttondir-wrap  .ninja-forms-field-description p{
  font-size:14px;
}
.guidebuttons{
  margin:26px 0 30px;
}
.guidebuttons .button.activebutton, .guidebuttons .button:hover{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  text-transform:uppercase;
  width:22%;
  box-sizing:border-box;
  background:#21BCB0;
  border:1px solid #21BCB0;
  margin:0;
  color:#fff;
}
.guidebuttons .button{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  color:#21BCB0;
  text-transform:uppercase;
  width:22%;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #21BCB0;
  margin:0;
}
/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */




/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.home .content-area {
	padding-top: 45px;
}

.hentry {
  width:241px;
  float:left;
  margin-right: 35px;
  margin-bottom:34px;
  height:330px;
}
.directory-entry .hentry, .event-entry .hentry{
  width:280px;
  margin-right:25px;    
       
}
.directory-entry .hentry{
  height:360px; 
}
.event-entry .hentry{
  height:auto;
}
.directory-entry .thumbnail-image, .event-entry .thumbnail-image{
  width:278px;
  height:164px;
}
.event-entry .entry-item{
  height:260px;
}
.byline-author{
  color:#21BCB0;
}
.entry-meta .byline-authorname a{
  color:#21BCB0;
  text-transform:uppercase;  
}
.site-content{


}
.content-full{
  width:800px;
  margin:0 auto 20px;
  padding-top:18px;
}
.content-left{
  width:828px;
  float:left;
  min-height:1000px;
  border-right:1px solid #c7c5c5;
  margin-bottom:20px;

}
.content-left-60{
  width:720px;
  float:left;
  border-right:1px solid #c7c5c5;
  margin-bottom:20px;

}
/* explore */
.explorenav{
  background:url("images/search-iconheader@2x.png") no-repeat;
  background-size:20px 20px;
  
}
.explorenav:hover{
  background:url("images/search-iconheaderhover@2x.png") no-repeat;
  background-size:20px 20px;
}
.explorenav a{
padding:0 0 0 25px;
}
.exploretop{
  text-align:center; 
  margin-bottom:20px;
  padding-top:18px;
}
.exploreheader{
  display:inline-block;
}
.exploretop .searchform{
  display:inline-block;
  padding-left:30px;
  vertical-align:top;
  padding-top:16px;
  
}
.exploretop .searchform #s{
  width:600px;  
}
.exploretop #searchsubmit{
background:url(images/search-iconheaderhover@2x.png);
background-repeat: no-repeat;
width:40px;
height:40px;
border: 0;    
vertical-align:baseline;
text-indent:-9999px;
}
.explorecontainer{
  padding-left:5px;
}
.explore-content{
  width:1200px;
  font-size: 17px;   
  text-align:left;    
  margin: 0px auto 20px;  
  border-top:1px solid #c7c5c5; 
}
.explorecontent{
  display:inline-block;
  width:24.7%;
  padding:5px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
  
}
.explore_image{
  position:relative;
}                   
.explore-image{ 
  width:100%;
  height:auto;
  
}
.exploreimageoverlay{
	position: absolute;
	overflow: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:999;
  background: rgba(0,0,0,0.3);
}
.exploreimageoverlay:hover{
background: rgba(0,0,0,0.8);  
}
.exploreimagetag{
  color:#fff;
  text-align:center;
  vertical-align:middle;
  height:100%;
  display:table;
  position:relative;
  
  width:100%;
  font-size:32px;
  font-weight:bold;
}
.exploreimagetag a{
  color:#fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  height:100%;
  padding:5px;
}
.exploreimagetag a:hover{
  color:#23bfb0;
}
.directory-full{
  width:920px;
  float:left;
  min-height:1000px;
  margin-bottom:20px;
  
}
.directory-full .entry-header{
  z-index: auto;
}
.directory-full .advicebox{
  z-index:555;
}
.directory-content{
padding-top:18px;
}
.directory-entry .entry-meta p, .event-entry .entry-meta p, .featuredhomestory .entry-meta p{
  font-size:12px;
}
.event-entry .event-date, .featuredhomestory .event-date {
  font-size:12px;
  color: #38485e;
}
.terms .activetype{
  color:#000;
  font-weight:bold;
}
.termsouter {
    padding: 0;
    margin: 0;
    border: 1px solid #21BCB0;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("images/arrowdown.gif") no-repeat 95% 50%;
}

.termsouter select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.termsouter select:focus {
    outline: none;
}
.directory-tax{
  display:inline-block;
  color:#21BCB0;
  font-size:13px;
  font-weight:bold;
}
.post-entry-content .content-left{
  width:828px;
  float:left;
  min-height:1000px;
  border-right:1px solid #c7c5c5;
  padding-top:18px;
  margin-bottom:20px; 
  
}
.content-area-padded .post-entry-content .content-left, .content-area-single .post-entry-content .content-left{
  width:793px;
  float:left;
  min-height:1000px;
  border-right:1px solid #c7c5c5;
  padding-top:18px;
  margin-bottom:20px;
  padding-right:35px;
}  
.content-area-single .post-entry-content .content-left, .content-area-single .post-entry-content .content-sidebar{
  margin-top:56px;
}
.content-area-single .post-entry-content .content-sidebar{

  padding-top:0;
}
.content-area-single .post-entry-content .content-left .entry-meta{
  margin-top:-47px; 
}
.post-entry-content .content-sidebar{
  padding-top:35px;

}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	/*max-width: 474px;     */
}

.page-content {
	margin-bottom: 48px;
}

.mobiletitle{
  display:none;
}
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}
.indeximage {
  /* image specified in separate class below */
  height: 380px;
  width: 100%; 
  text-align:left;
  position:relative;    
  margin-top:0px;
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;

  /* scale bg image proportionately */
  background-size: cover;
    
  /* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}
.indeximagelink{
  display:block;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.7);
}
.indeximagecontent{
  text-align:center;
}
.indeximageblurb{

   width:1200px;
   text-align:center;
   bottom:18px;
   position:absolute;
   z-index:1001;
}
.indeximageblurb p{
  margin:0;
  padding:0;
}
.indeximageblurb span.byline-author{
  font-weight:normal;
  font-size:20px;
  padding:1px 20px 3px;
}
.indeximageblurb span.byline-authorname{
  font-weight:normal;
  font-size:20px;
  padding:0;
  margin:0;
}
.indeximageblurb span{
   color:#fff;
   padding:3px 0px 5px;
   font-size:33px;
   line-height:55px;
}
.indeximageholder{
	margin-right:35px;
	margin-left: 20px;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #eaeaea;
}
.indeximageoverlay{
  display:none;
	position: absolute;
	overflow: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:999;
	background: rgba(0,0,0,0.5);  
}
.indexfullimagelink{
	position: absolute;
	overflow: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:1000;  
}
.indeximageviews{
  color:#fff;
  text-align:center;
  padding-top:140px;
  width:100%;
  font-size:22px;
  font-weight:bold;
}
.indeximageviews a{
  color:#fff;
}
.indexstory .thumbnail_image{
  height:177px;   
  width:300px;
  -webkit-flex:1 0 auto;
  -ms-flex:1 0 auto;
}
.indexstory .thumbnail-image{
  height:100%;
  width:300px;   
}
 .indexstory .thumbnail-image, .indexstory .indeximageoverlay, .indeximageholder .thumbnail-image, .indeximageholder .indeximageoverlay{
  	border-radius: 6px;    
  }
.indexstory .byline-author, .indeximageholder .byline-author{
	font-weight:normal;
}
.indexstory .entry-item{
  padding-top:0px;
  padding-bottom:0px;
  height:auto;
  -webkit-flex:1 1 auto;
  -ms-flex:1 1 auto;
}
.indeximageholder .indeximage{
	margin-bottom:20px;
	border-radius:6px;
}
.indeximageholder .entry-item{
	padding:0;
	height:auto;
}
.indexstory .entry-meta .byline-authorname a, .indeximageholder .entry-meta .byline-authorname a{
  text-transform:none;
}
.indeximage:hover .indeximageoverlay{
  display:block;
}
.featuredeventstory .event-title, .featuredhomestory .event-title{
	margin-bottom:0;
}
.site-content .featuredhomestory .entry-meta, .featuredhomestory .entry-meta p{
	margin-bottom:0;
}
.featuredeventstory .event-title a, .featuredhomestory .event-title a{
	color:#38485e;
}
.featuredeventstory .event-title a:hover, .featuredhomestory .event-title a:hover{
	text-decoration: underline;
}

.featuredeventstory .entry-meta a, .featuredhomestory .entry-meta a{
	color:#23bfb0;
	font-weight:bold;
}
.featuredeventstory .entry-meta a:hover, .featuredhomestory .entry-meta a:hover{
	text-decoration: underline;
}
.featuredeventstory .thumbnail_image, .featuredhomestory .thumbnail_image{
  height:236px;   
  -ms-flex:1 0 auto;
}
.featuredeventstory .thumbnail-image, .featuredhomestory .thumbnail-image{
  height:236px;
  width:400px;   
}
.featuredhomestory .slideholder{
	width:400px;
	position:relative;
	-ms-flex:1 0 auto;
}
.featuredhomestory .eventadvice{
	right:100px;
}
.eventfeaturedcontent{
	border:none;
	border-bottom:1px solid #eaeaea;
	table-layout:fixed;
}
.eventfeaturedcontentleft{
	padding-right:20px;
	border:none;
	width:50%;
}
.eventfeaturedcontentright{
	padding-left:20px;
	border:none;
	width:50%;
}
.slideholder .badgeicon{
	top:10px;
}

.featuredeventstory .byline-author, .featuredhomestory .byline-author{
	font-weight:normal;
}
.featuredeventstory .entry-item, .featuredhomestory .entry-item{
  padding-top:30px;
  padding-bottom:30px;
  height:auto;
}

.golink{
	color:#23bfb0;
	font-weight:bold;
}
 .unslider{
  	position: relative;
  }
  .unslider-arrow{
  	position:absolute;
  	top:50%;
  	z-index: 1000;
  	width:40px;
  	height:40px;
  	display:block;
  }
  .unslider-arrow.next{
  	background:url('images/navright.png');
  	background-size: 40px 40px;
    background-repeat: none;

  }
  .unslider-arrow.prev{
  	background:url('images/navleft.png');
  	background-size: 40px 40px;
    background-repeat: none;
  }

.excerpt{
    font-size:13px;
    padding-bottom:10px;
  }
  .storyviews{
	float:right;
  	margin-right:0px;
  	text-align:right;
  	width:40%;
  	color:#9f9f9f;
  	font-size:12px;

  }
.fire{
  	background:url('images/fire.png');
  	background-repeat:no-repeat;
  	background-size:25px 25px;
  	padding-right:25px;
  	background-position: right center; 
  }
.home .fire{
 	background-size:15px 15px;	
 	padding-right:15px;
}
  .dateviews{
  	width:400px;
  }
  .indeximageholder .dateviews{
  	width:100%;
  }
.thumbnail_image:hover .indeximageoverlay{
  display:block;

}  
.thumbnail_image:hover .indeximageoverlay .indeximageviews{
  color:#fff;
  text-align:center;
  position:relative;
  font-size:18px;
  padding-top:0;
  height:100%;
 }
.thumbnail_image:hover .indeximageoverlay .indeximageviews a{
  color:#fff;
  width:100%;
  height:89px;
    padding-top:49px;
  display:block;
}
.indexstory .thumbnail_image:hover .indeximageoverlay .indeximageviews a{
    padding-top:55px;
    font-size:23px;
    box-sizing:border-box;
    height:100%;
}

.indeximagebar{
position:absolute;
  bottom:13px;
  background-color:rgba(255,255,255,0.7);
  width:100%;
  text-align:center;
  height:67px;
  
 }

.indexemailclose{
  position:absolute;
  font-size:12px;
  right:50px;
  top:20px;
  width:10px;
  height:10px;
}
.indeximageemail{
  width:265px;
  height:298px;
  float:right;  
  margin-right:20px;  
}                              
.indeximageemailinner{
  padding:95px 22px 0 32px;
  

}

.sidebarimageemail{
  margin-bottom:20px;
 
}                              
.sidebarimageemailinner, .singlenewsletter{
  padding:0px 0px 0 0px;
  

}
.sidebarimageemailinner form, .singlenewsletter form{
  padding:14px 0px 5px 0px;  
  margin:0;
  font-size:0;
}
.sidebarimageemailinner input.emailaddress, .singlenewsletter input.emailaddress{
  height:48px;
  color:#000;
  border-color:1px solid #d5d5d5;
  border-radius: 5px 0px 0px 5px; 
  -moz-border-radius: 5px 0px 0px 5px; 
  -webkit-border-radius: 5px 0px 0px 5px; 
  padding:2px 0px 2px 20px;
  width:210px;
  margin:0;
  font-size:14px;
  display:inline;
}

.sidebarimageemailinner input.submitemail, .singlenewsletter input.submitemail{
  height:48px;
  width:75px;
  background:#53BBAD;
  display:inline;
  margin:0;
  padding:0;
  text-transform:uppercase;
  font-size:14px;
border-radius: 0px 5px 5px 0px; 
-moz-border-radius: 0px 5px 5px 0px; 
-webkit-border-radius: 0px 5px 5px 0px; 
}

.topad{
  background:#5B8AD8;
  text-align:center;
  margin:5px auto 20px auto;
  color:#fff;
  display: -webkit-box; 
  display: -ms-flexbox;
  display:flex;
  padding:5px 0;
  font-size:14px;
}
.topadviews{
  font-size:11px;
}
.topad-image{
  max-width:45px;
  border-radius: 5px;
}
.topad .btn{
  padding:5px 10px; 
  background:#333333;
  color:#fff;  
  white-space: nowrap;
  border-radius:5px;
  display:block;
}

.topad .author_image img{
  width:24px;
  height:24px;
}
.topadinner{
  width:900px;
  text-align:left;
  margin: 0 auto;
  display: -webkit-flex; 
  display: -ms-flexbox;
  display:flex;
    align-items: center;
}
.topadinner div{
  padding:0 10px;
  text-align:center;
}
.topadinner .topadbuttoninner{
  padding-top:7px;
}
.topadinner p{
  margin:0;
  padding:0;
}
.sponsorguides{
	margin-top:60px;
}
.sponsorguidesinner{
  display: -webkit-flex; 
  display: -ms-flexbox;
  display:flex;
}
.sponsorguidesinner .entry-header{
  	border-radius:6px;

  }
.sponsorguidesinner .hentry{
  margin:0 auto 34px;
  width:200px;
}
.sponsorguidesinner .hentry .thumbnail-image{
  width:100%;
  height:auto;
  border-radius:6px 6px 0 0;
}
.sponsorguidesinner .hentry .indeximageoverlay{
  border-radius:6px 6px 0 0;}
.sponsorguidesinner .entry-item{
  height:180px;
}
.guidelogo{
  text-align:center;
  position: absolute;
  right:0;
  left:0;
  bottom:20px;
  margin:auto;


}
.guidelogo img{

	border:1px solid #000;
  border-radius:5px;
}
.home .sponsorguidesinner .entry-title{
  font-size:15px !important;
  line-height:18px;
}
#smartPWLogin input[type="submit"]{
  height:48px;
  width:75px;
  background:#53BBAD;
  display:inline;
  margin:0;
  padding:0;
  text-transform:uppercase;
  font-size:14px;
border-radius: 0px 5px 5px 0px; 
-moz-border-radius: 0px 5px 5px 0px; 
-webkit-border-radius: 0px 5px 5px 0px; 


}
#smartPWLogin #smartPassword{
  height:48px;
  color:#000;
  border-color:1px solid #d5d5d5;
  border-radius: 5px 0px 0px 5px; 
  -moz-border-radius: 5px 0px 0px 5px; 
  -webkit-border-radius: 5px 0px 0px 5px; 
  padding:2px 0px 2px 20px;
  width:210px;
  margin:0;
  font-size:14px;
  display:inline;
}
.widget button.sitebutton{
  height:48px;
  background-color:#53BBAD !important;
  display:inline;
  margin:0;
  padding:0 20px;
  text-transform:uppercase;
  font-size:14px;
border-radius: 5px 5px 5px 5px; 
-moz-border-radius: 5px 5px 5px 5px; 
-webkit-border-radius: 5px 5px 5px 5px; 
}
.sitebutton{
  height:48px;
  background-color:#53BBAD !important;
  display:inline;
  margin:0;
  padding:0 20px;
  text-transform:uppercase;
  font-size:14px;
border-radius: 5px 5px 5px 5px; 
-moz-border-radius: 5px 5px 5px 5px; 
-webkit-border-radius: 5px 5px 5px 5px; 
}
.twobuttons a{
  display:block;
}
.twobuttons{
  margin-bottom:24px;
}

.widget button.sitebutton:hover{
  background-color: #2ac4f4 !important;
}
.sitebutton:hover{
  background-color: #2ac4f4 !important;
}
.job_tagline{
  font-size:13px;
}
.postwidget{
  text-align:center;

}
.eventbutton{
  text-align:center;
  margin:0 0 15px 0;
}
.postwidget p{
  font-size:14px;
  padding-top:8px;
}
.companywidget{
  border-top: 1px solid #c7c5c5;
  padding:20px 0;
  text-align:center;
}
.post-entry-content .companywidget p{
  font-size:15px;
}
.companywidget ul, .companywidget li{
  list-style:none;
  padding:0;
  margin:0;  
  text-align:center;
}
.companywidget li{
  display:inline-block;
  padding:10px 10px;     
}
.sidebarimageemailtext{
  font-size:13px;
  padding:20px 0px;
  font-weight:normal;
  color:#38485e;
}  
.home .sidebarimageemailtext{
  font-size:13px;
  border:none;
  font-weight:normal;
  color:#38485e;
}
.sidebarimageemailtext a, .sidebarimageemailtext a:hover{
  font-size:13px;
  text-decoration:underline;
  color:#a9b0b9;
}
.sidebaremailclose{
  position:absolute;
  font-size:12px;
  right:33px;
  top:20px;
  width:10px;
  height:10px;
}
.footerimageemailinner{
  padding:0px 0px 0 0px;
  

}
.footerimageemailinner form{
  padding:14px 0px 5px 0px;  
  margin:0;
  font-size:0;
}
.footerimageemailinner input.footeremailaddress{
  height:48px;
  color:#000;
  border-color:1px solid #d5d5d5;
  border-radius: 5px 0px 0px 5px; 
  -moz-border-radius: 5px 0px 0px 5px; 
  -webkit-border-radius: 5px 0px 0px 5px; 
  padding:2px 0px 2px 20px;
  width:210px;
  margin:0;
  font-size:14px;
  display:inline;
}
.footerimageemailinner input.submitemail{
  height:48px;
  width:75px;
  background:#53BBAD;
  display:inline;
  margin:0;
  padding:0;
  text-transform:uppercase;
  font-size:14px;
border-radius: 0px 5px 5px 0px; 
-moz-border-radius: 0px 5px 5px 0px; 
-webkit-border-radius: 0px 5px 5px 0px; 
}
.badge {
	border-radius: 50%;
	width: 60px;
	height: 40px; 
	color:#fff;

  background:#2AC4F4;
  font-size:16px;
  position:absolute;
  text-transform:uppercase;
  font-weight:700;
  text-align:center;
  padding-top:20px;
  top:-15px;
  right:30px;
  z-index:1005;
}

.badgeicon{

	width: 52px;
	height: 52px; 
	color:#fff;
  position:absolute;
  text-align:center;
  top:-20px;
  right:20px;
  z-index:1001;
}
.badgeicon img{
  border: 2px solid #e3e3e3;
}
.badge_red {
	border-radius: 50%;
	width: 60px;
	height: 40px; 
	color:#fff;
  background:#F36355;
  font-size:16px;
  position:absolute;
  text-transform:uppercase;
  font-weight:700;
  text-align:center;
  padding-top:20px;
  top:-15px;
  right:30px;
  z-index:1005;
}
.link_badge{
  margin-top:-5px;
}
.bubble {
	border-radius: 50%;
	width: 18px;
	height: 16px; 
	color:#fff;
  background:#F36355;
  font-size:9px;
  position:absolute;
  text-transform:uppercase;
  font-weight:700;
  text-align:center;
  padding-top:3px;
  top:-9px;
  z-index:1001;
}
.popbadge {
	border-radius: 50%;
	width: 50px;
	height: 40px; 
	color:#fff;
  float:left;
  margin-right:25px;
  font-size:18px;
  font-weight:700;
  text-align:center;
  padding-top:12px;
  margin-top:10px;
  }
.popbadge_1{
  background:#E46356;
}
.popbadge_2{
  background:#000;
}


.guidebadge {
	border-radius: 50%;
	width: 50px;
	height: 40px; 
	color:#fff;
  float:left;
  margin-right:25px;
  font-size:18px;
  font-weight:700;
  text-align:center;
  padding-top:12px;
  }
.badge_1{
  background:#53BBAD;
}
.badge_2{
  background:#6985EE;
}
.badge_3{
  background:#E46356;
}
.badge_4{
  background:#7D69AF;
}
.badge_5{
  background:#EAA61D;
}
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
  border:1px solid #E3E3E3;


}

.entry-title {
  font-size:15px;
  line-height:18px;
  padding-top:3px;
	font-weight: bold;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
  color: #32495d;
}
.event-title {
  font-size:12px;
  line-height:19px;
  padding-top:3px;
	font-weight: bold;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
  color: #32495d;
}

.weekenderstory .entry-item{
	padding-top:20px;
	height:auto;
}
.weekenderstory{
	margin-bottom:15px;
	display: -webkit-flex; 
  display: -ms-flexbox;
  display:flex;
}
.oneitem .entry-item a{
	font-size:20px;
	line-height:24px;

}
.oneitem .weekenderstory .entry-item{
	padding-top:5px;

}
.oneitem .weekenderstory .indextag{
	font-size:14px;
}
.oneitem .eventfeaturedcontentright{
	padding:0;
	width:100%;
}

.post-header h1{
  font-size:40px;
  padding:25px 0;
  line-height:50px;
}
.post-header .indextag{
  font-size:24px;
}
.nextstory{
  font-size:26px;
  color:#23BFB0;
  font-weight:600;
  width:1200px;
  margin: 52px auto 68px;
}
.nextstorylabel{
  text-transform:uppercase;
  display:block;
}
.nextstory .thumbnail_image{
   float:left;
   width:475px;
}
.nextstory .thumbnail_job{
   float:left;
   width:190px;
   position:relative;
}
.nextstory .thumbnail-image{
  margin-top:10px;
  width:425px;
  height:250px;
}
.nextstory .thumbnail-job{
  margin-top:10px;
  width:178px;
  height:100px;
}
.nextstory .entry-title{
  font-size:24px;
  padding-top:8px;
  line-height:26px;
}
.nextstory .entry-item{
  float:left;
  width:500px;
  padding-top:0px;
}
.entry-title a {
	color: #32495d;
}
.nextstory .byline-author{
  font-size:16px;
  padding-top:8px;
}




.popularstory{
  font-size:26px;
  color:#23BFB0;
  font-weight:600;
  width:710px;
  float:left;
  border-bottom:1px solid #c7c5c5;
  margin-bottom:20px
  
}
.popularstorylabel{
  text-transform:uppercase;
}
.popularstory .thumbnail_image{
   float:left;
   width:260px;
}
.popularstory .thumbnail-image{
  margin-top:10px;
  width:233px;
  height:134px;
}
.popularstory .entry-title{
  font-size:24px;
  padding-top:8px;
  font-weight:600;
  line-height:26px;
}
.popularstory .entry-item{
  float:left;
  width:400px;
  padding-top:0px;
  height:auto;
}
.popularstory .entry-meta{
  font-size:16px;
}
.popularstory .byline-author{
  font-size:16px;
  padding-top:8px;
}



.home .author_image img{
  width:40px;
  height:40px;
  
}
.home .widget{
  margin-bottom:40px;
}
.home .entry-title{
  font-size:22px;
  line-height:26px;
  padding-top:3px;
}
.indexstory{
  display: -webkit-flex; 
  display: -ms-flexbox;
  display:flex;
  -webkit-flex:0 0 auto;
  border-bottom:1px solid #eaeaea;
  padding-bottom:25px;
  margin-bottom:25px;
  margin-right:20px;
  margin-left:20px;
  position:relative;
}

.featuredhomestory, .featuredeventstory{
  display: -webkit-flex; 
  display: -ms-flexbox;
  -ms-flex:1 0 auto;
  display:flex;
  border-bottom:1px solid #eaeaea;
  padding-bottom:15px;
  margin-bottom:15px;
  margin-right:20px;
  position:relative;
}
.entry-title a:hover {
	color: #32495d;
}

.site-content .entry-header {
	background-color: #fff;
}

.thumbnail_image{
  float:left;
  position:relative;
}
.jobimage{
  width:50px;
}
.home .jobimage{
  width:35px;
}
.inviteimage{
  width:50px;
}
.thumbnail-image{ 

  width:239px;
height:138px;
}
.sidebar-image{

}
.entry-item{
  float:left;
  height:160px;
  padding:15px 16px;
}
.joblistpost{
  border-top:1px solid #c7c5c5;
  padding:20px 0;
  margin-right:20px;
}
.list-item{
  float:left;
  width:60%;
  padding:0px 16px;
  display:table;
}
.list-meta{
  float:right;
  width:20%;
  padding:15px 16px;  
  font-size:12px;
  text-align:right;
}
.list-item .thumbnail_image{
  padding-right:20px;
  display:table-cell;
  float:none;
  width:70px;
}
.list-item .thumbnail_image img{
  vertical-align:baseline;
}
.list-item .offerind{
  display:table-cell;
  vertical-align:top;
}
.list-item .jobind{
  display:table-cell;
  vertical-align:top;
}
.list-item .entry-title{
  display:inline-block;   
}
.list-item .entry-title:hover{
  text-decoration:underline;
}
.indextag{
  text-transform:uppercase;
  font-weight:bold;
  font-size:14px;
  height:28px;
  padding:1px 0 5px;
}
.news, .news a, .news a:hover, .news a:visited{
  color:#F16667;  
}
.caedge, .caedge a, .caedge a:hover, .caedge a:visited{
  color:#FDE434;  
}
.newsteal, .newsteal a, .newsteal a:hover, .newsteal a:visited{
  color:#21BCB0;  
}
.play, .play a, .play a:hover, .play a:visited{
  color:#21BCB0;  
}

.work, .work a, .work a:hover, .work a:visited{
  color:#21BCB0;  
}
.life, .life a, .life a:hover, .life a:visited{
  color:#33c4f3;  
}
.health, .health a, .health a:hover, .health a:visited{
  color:#21BCB0;  
}

.home .indextag, .nextstory .indextag{
  font-size:16px; 
  padding-bottom:5px;
  background-size:20px 24px;
}
.home .indextag{
	font-size:14px;
	font-weight:700;
}
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
.indexstory .entry-meta, .indeximageholder .entry-meta{
  display: -webkit-flex; 
  display: -ms-flexbox;
  display:flex;
}
.indexstory .entry-meta .byline-author{
  padding: 5px 0 0 10px;
  display:block;
} 

.featuredeventstory .entry-meta, .featuredhomestory .entry-meta{

}
.featuredeventstory .entry-meta p, .featuredhomestory .entry-meta p{
	font-size:12px;
}
.featuredeventstory .entry-meta .byline-author, .featuredhomestory .entry-meta .byline-author{
  padding: 5px 0 0 10px;
  display:block;
} 
.indeximageholder .entry-meta .byline-author{
	padding:5px 0 0 10px;
	box-sizing:border-box;
	display:block;
	width:100%;
}
.entry-meta {
	clear: both;
	color: #38485e;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #2AC4F4;
}
.entry-arrow{
  float:right;
  width:13px;
  margin-top:50px;
}
.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #2AC4F4;
}


.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 18px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}
.avatarwrapper{
  position:relative;
  float:left;
  width:95px;
}
.avatarwrapper img{
  z-index:-1;
}

.byline-author{
  font-weight:bold;
}
.authoravatarwrapper{
 position:relative;
  float:left;
  width:85px;
  margin-top:0px;
  margin-right:15px;
}


.writeravatarwrapper img{
  z-index:-1;
}
.authoravatarwrapper span {
position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 95px;
background: transparent url(images/writersfg.png) no-repeat;
background-size:85px 95px;
}
.writersholder{
    padding-bottom:20px;
    border-bottom: 1px solid #c7c5c5;
    margin-bottom:20px;
}
.writeravatarwrapper{
  position:relative;
  width:85px;
  margin-top:0px;
  height:90px;
}
.writeravatarwrapper img{
  z-index:-1;
}
.writeravatarwrapper span {
position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 95px;
background: transparent url(images/writersfg.png) no-repeat;
background-size:85px 95px;
}
.writerinfo{
  margin-top:10px;
}
.writername{
  font-size:18px;
}
.writerdescription{
  font-size:14px;
  color:#939598;
  padding-right:100px;
}
.writersreadmore{
  background:url(images/arrow_grey.png) no-repeat;
  background-position:right center;
  width:150px;
  margin-top:5px;
  padding-top:2px;
}
.writersreadmore a{
  display:block;
  font-style:italic;
  color:#939598;
}
.byline{
  float:left;
}
.sharetop{
  position:absolute;
  left:0;
  padding-top:5px;
}
.sharetop ul{
  margin:0;
  padding:0;
}
.sharetop li
{
list-style-type: none;
padding-right: 18px;
}
.sharetop li a{
  line-height:0;
  display:block;
  width:67px;
  height:67px;
}
.sharetop ul li img{
  width:67px;
  height:67px;
}
.sharebottom{
  float:right;
  width:280px;
  padding-top:10px;
}
.sharebottom ul{
  margin:0;
  padding:0;
  float:right;
}
.sharebottom li
{
display: inline;
list-style-type: none;
padding-left: 18px;
}
.entry-bottom{
  text-align:center;
  margin-bottom:36px;
  font-size:18px;
  padding:34px 0;
  width:100%;
    border-bottom:2px solid #21bcb0;
}
.entry-bottom .viewshares{
  margin: 0 auto 10px auto;
  width:336px;
  padding:0px 0 10px;
  	border-bottom:2px solid #21bcb0;
  display:block;
  text-align:center;
  font-weight:700;
}
.entry-bottom .sidebarimageemailtext{
	padding:5px 0 5px;
}
.entry-bottom .viewshareslabel{
  width:56px;
  display:inline-block;
}
.postinvitebottom{
  border-top:1px solid #C7C5C5;
  padding-top:20px;
  margin-top:20px;
  margin-right:25px;
}
.author-bottom a, .author-bottom{
  font-size:18px;
}
.author-wrapper a, .author-wrapper{
  font-size:18px;
  padding-bottom:18px;
}
.author-bottom-right{
  float:left;
  width:690px;
}
.author-top{
  font-size:18px;
}
.author-top .byline-authorname, author-top .byline{
  font-size:18px;

}
.author-top .byline-authorname a{
  text-transform:none;
}
.bylinedate{
  color:#9f9f9f;
  font-style:italic;
}
.indexstory .bylinedate, .indeximageholder .bylinedate{
	width:50%;
	float:left;
}
.featuredeventstory .bylinedate, .featuredhomestory .bylinedate{
	width:50%;
	float:left;
}

.post-shares{
  font-weight:bold;
}

#kento-pvc{
  display:none;
}
/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #2AC4F4;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
 .page-title{
  font-size:40px;
  font-weight:600;
  color:#21BCB0;
  text-transform:uppercase;
  margin:6px 0 10px;
 }
 .full-title-holder{
  padding-top:18px;
 }
.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.post-entry-content{
  text-align:left;
  width:1200px;	
  margin:20px auto 0;
  font-size:17px;
}
.post-entry-content p{
  font-size:18px;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
	padding: 12px 0px 0;
}

.page .entry-content {
	padding-top: 0;
}

.postimage {
  overflow:hidden;
  width: 100%; 
  text-align:center;
  position:relative;
  background-color:#fff;
}
.postimage img{
  height:auto;
  width:100%;
  max-width:1300px;
}
.postimage {
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #2AC4F4;
}

.entry-content .more-link {
	white-space: nowrap;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #2AC4F4;
	border: 1px solid #2AC4F4;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}





/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #2AC4F4;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

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


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

 .content-sidebar ul{
  list-style:none;
  margin:0;
 }
 .sidebartitle{
  font-size:15px;
  font-weight:700;
  padding-bottom:10px;
  text-transform:uppercase
 }

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */



/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	margin-bottom: 48px;
	width: 100%;
}

.widget a {
	color: #23BFB0;
}

.widget a:hover {
	color: #2AC4F4;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #2AC4F4;
}
.homewidgetinfo{
  text-align:center;
}
/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}



/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */




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

#supplementary {
	padding: 0 10px;
}

.footerholder{
  width:100%;
	background-color: #F7F7F7;
  border-top:10px solid #21BCB0;
}
.site-footer {

	font-size: 18px;
	position: relative;
	z-index: 3;
  width:1240px;
  margin:0px auto;
  padding-top:78px;
  padding-bottom:50px;
}
.fcol1{
  float:left;
  width:130px;
  padding:16px 0;
  border-right: 1px solid #c7c5c5;                         
}
.fcol2{
  float:left;
  width:442px;
  font-size:16px;
  padding-left:58px;
  padding-top:24px;
}
.fcol2 div{
  line-height:40px;
}
.fcol3{
  float:left;
  width:435px;
}
.fcol3 .sidebarimageemailtext{
  border-bottom:none;
}
.fcol4{
  float:left;
  width:170px;
}
.fcol4 ul li{
  list-style:none;  
  font-size:16px;
  padding-bottom:10px;
}
.site-info {
		display: inline-block;
	font-size: 20px;
	margin: 0;
  text-align:center;
  padding:0;
  padding-bottom:15px;
}
.homebutton{
  padding:14px 0 3px 0;
  margin:0;  
}
.footerlogo{
  margin:0;
  padding:0 0 4px;
  
}
.prev-posts-link{
  text-align:center;
  width:100%;
}
.prev-posts-link .button, .prev-posts-link .button:hover{
  border-radius: 6px;
  padding: 10px 0;
}
#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #fff;
}

.copyright{
  font-size:11px;
  color:#37485d;
}
.mobilesectionad{
  display:none;
}
.homemobilenav{
  display:none;
}
.mobileindexsidebar{
  display:none;
}
.ad{
      text-align:center;
}
.mobilead{
  margin:0 auto;
  padding-bottom:10px;
  width:300px;
}
.textwidget_mobile{
  width:100%;
  float:left;
  
}
.ad a{
  font-weight:bold;
}
.entry-item-sidebar{
    display:table-cell;
    width:100%;
    float:none;
    vertical-align:top;
    padding:0px 0 0 16px;
}


.widget .entry-meta a{
  color:#767676;
}
.entry-header-sidebar{
    display:table;
  margin-bottom:10px;
  padding-bottom:16px;
}

.entry-header-sidebar .entry-meta{
  padding-top:6px;
  font-size:13px;
  font-weight:600;
  margin-bottom:0;
}
.entry-header-sidebar .entry-meta, .entry-header-sidebar .entry-meta a {
  color:#21bcb0;
  
}
.home .popular-sidbar-title{
  font-size:13px;
  font-weight:normal;
}
.home .events-sidebar-title, .home .jobs-sidebar-title{
  font-size:13px;
  font-weight:normal;
}

.events-sidebar-title a, .events-sidebar-title a:hover, .events-sidebar-title a:visited{
  color:#38485e;
  
}
.jobs-sidebar-title{
	font-size:14px;
	font-weight:bold;
}
.jobs-sidebar-title a, .jobs-sidebar-title a:hover, .jobs-sidebar-title a:visited{
  color:#38485e;
  
}
.popular-sidbar-title{
  font-size:13px;
  font-weight:normal;
}
.popular-sidbar-title a, .popular-sidbar-title a:hover, .popular-sidbar-title a:visited{
  color:#38485e;
  
}
.popular-sidbar-title a:hover, .jobs-sidebar-title a:hover, .events-sidebar-title a:hover{
  text-decoration:underline;
}
.popularimage{
    display:table-cell;
      vertical-align:top;
    width:84px;
    padding-right:5px;
}
.home .popularimage{
  width:102px;
  -webkit-flex:1 0 auto;
}
.popularimage img{
  max-width:102px;
}
.popular-sidebar-wrapper{
  width:285px;
  text-align:left;
  margin:16px 0 0 6px;
}
.home .home-sidebar-wrapper{
  width:285px;
  text-align:left;
  margin:0px 0 0 6px;
}

.home-sidebar-wrapper{
  width:438px;
  text-align:left;
  margin:0px 0 0 16px;
}
.content-top{
    width:1200px;
  }
  .mobilebuttons{
    display:none;
  }
  .headerholder{
    padding-top:44px;
  }
  .headermembership{
    text-align:right;
    background:#21BCB0;
    padding: 3px 10px 5px;
    border-radius: 0px 0px 3px 3px;
    float:right;
    display:inline-block;
    color:#fff;
    
  }
  .headermembership a{
    color:#fff;
    font-size:12px;
    font-weight:bold;
  }
  .home .headerholder{
    margin-bottom:0;
  }
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */




/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */




/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

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

@viewport {
	width: device-width;
}

@media screen and (max-width: 1350px){
     .sharetop{
      position:relative
   }
   .sharetop li{
    display:inline
   }
   .sharetop li a{
    display:inline-block;
   }
  .sharetop{
    display:block;
    float:left;
    text-align:center;
    width:100%;
    padding-bottom:20px;
  }
  .sharetop ul{
    display:block;
    margin: 0 auto;
    width:100%;
  }   
}
@media screen and (max-width: 1240px){
  /* change footer, header, content left, */ 
  .main-content {
   width:970px;	
   }
   .dateviews{
  	width:100%;
  }
   .site-header{
  width:970px;
  }
  .post-entry-content{
  text-align:left;
   width:970px;
   }
   .mainnav li{
    padding-left:8px;
    padding-right:8px;
   }
   .home .content-sidebar{
    width:330px !important;
   }
   .home .home-sidebar-wrapper{
    width:330px;
   }
   .home .sidebarimageemailinner input.emailaddress{
    width:280px;
   }
   .sponsorguidesinner .hentry{
    width:180px;
   }
   .explorecontent{
    width:24%;
   }
  .content-left{
    width:560px;
  }
  .indexstory .thumbnail_image{
  	height:150px;
  	-webkit-flex:0 0 auto;
  	width:auto;
  }
  .indexstory .thumbnail-image{
  	width: 220px;
  }

  .featuredeventstory .thumbnail_image, .featuredhomestory .thumbnail_image{
  	height:150px;

  }
  .featuredeventstory .thumbnail-image, .featuredhomestory .thumbnail-image{
  	width: 300px;
  }

 
  .content-left-60{
    width:560px;
  }
  .directory-full{
    width:660px;
  }
  .directory-full .directory-entry .hentry, .directory-full .event-entry .hentry{
    margin-right:45px;
  }
  .partnersright{
    border-left:none;
    float:none;
    padding-left:25px;
  }
  .partnersleft{
    border-right:none;
  }
  .inviteright{
    border-left:none;
    float:none;
    padding-left:25px;
  }
  .inviteleft{
    border-right:none;
  }
  .post-entry-content .content-left{
    width:560px;
  }
  .content-area-padded .post-entry-content .content-left, .content-area-single .post-entry-content .content-left{
  width:525px;
  padding-right:10px;
  }
  .plannertable{
    padding-right:0px;
  }
  .author-bottom-right{
    width:450px;
  }
  
  .indeximageblurb{
    width:100%;
  }
  .content-top{
    width:970px;
  }
  .content-area-padded .post-entry-content .content-left, .content-area-single .post-entry-content .content-left{
  width:560px;
  }
  .socialmediaicons{
    display:none;
  }
  .nextstory{
    width:930px;
    padding:0 20px;
  }
  .nextstory .thumbnail_image{
   float:left;
   width:465px;
}
.nextstory .thumbnail_job{
   float:left;
   width:190px;
}
.nextstory .thumbnail-image{
  margin-top:10px;
  width:415px;
  height:250px;
}
.nextstory .entry-item{
  float:left;
  width:425px;
  margin-top:-8px;
}

.popbadge{
  margin-right:10px;
}
.popularstory{
  font-size:26px;
  color:#23BFB0;
  font-weight:600;
  width:500px;
  float:left;
  border-bottom:1px solid #c7c5c5;
  margin-bottom:20px
  
}
.popularstory .thumbnail_image{
   float:left;
   width:200px;
}
.popularstory .thumbnail-image{
  margin-top:10px;
  width:180px;
}
.popularstory .entry-title{
  font-size:24px;
  padding-top:8px;
  font-weight:600;
}
.popularstory .entry-item{
  float:left;
  width:260px;
  padding-top:10px;
}

  .fcol2{
    width:340px;
    padding-left:20px;
  }
.fcol1{
  width:110px;
}
.fcol3{
  width:310px;
}
.site-footer{
  width:970px;
}      
   .sharetop{
      position:relative
   }
   .sharetop li{
    display:inline
   }
   .sharetop li a{
    display:inline-block;
   }
  .sharetop{
    display:block;
    float:left;
    text-align:center;
    width:100%;
    padding-bottom:20px;
  }
  .sharetop ul{
    display:block;
    margin: 0 auto;
    width:100%;
  }   
  .plannerhappening{
    width:185px;
    margin-right:20px;
    float:left;
  }
  .plannerday{
    width:75px;
    margin-right:15px;
    float:left;
    font-size:15px;
  }
  .plannercategory{
    width:70px;
    margin-right:15px;
    float:left;
    text-align:center;
    font-size:15px;
  }
  .planneradvice{
    width:180px;
    float:left;
    font-size:15px;
  }
  .eventadvice{
    width:180px;
    float:left;
    font-size:15px;
  }
.plannerhappeningtitle{
  width:185px;
  margin-right:20px;
  float:left;
  text-align:center;
}
.plannerdaytitle{
  width:54px;
  margin-right:20px;
  float:left;
  text-align:center;
}
.plannercategorytitle{
  width:110px;
  margin-right:35px;
  float:left;
  text-align:center;
}
.planneradvicetitle{
  width:83px;
  float:left;
  text-align:center;
}  
.guideentryranking{
  width:294px;
  font-size:17px;
  padding-right:20px;
  float:left;
}
.post-entry-content .guideentryranking p{
  font-size:17px;
}
.guideentrytitle{
  font-size:24px;
  line-height:1;
  padding-bottom:5px;
}
.guideentryadvice{
  width:170px;
  float:left;
  font-size:15px;
  text-align:left;
}

.guideentryrankingtitle{
  width:90px;
  margin-right:350px;
  float:left;
  text-align:center;
}

.guideentryadvicetitle{
  width:83px;
  float:left;
  text-align:center;
} 
.popbuttons .button, .popbuttons .activebutton, .popbuttons .button:hover{
  display:block;
}
.filterbuttons .button, .popbuttons .activebutton, .filterbuttons .button:hover{
  display:block;
  max-width:350px;
}
.storycolumn{
  float:none;
  display:block;
  width:100%;
}
.openjobs{
  float:none;
  display:block;
  width:100%;
}
.homelistings{
  float:none;
  display:block;
  margin-bottom:36px;
}
.onelinenoimage{
  float:none;
  display:block;
}
.oneline{
  float:none;
  display:block;
}
.eventfeaturedcontentright,.eventfeaturedcontentleft{
	padding:0;
	width:100%;
	display:block;
}
}
@media screen and (max-width: 970px) {
  .fullad{
    display:none;
  }
   .dateviews{
  	width:100%;
  }
  .indexstory .bylinedate, .featuredhomestory .bylinedate, .featuredeventstory .bylinedate{
  	width:100%;
  }
  .storyviews{
  	display:block;
  	text-align:left;
  	width:100%;
  }
  .fullview{
    display:none;
  }
  .specialtop{
    height:auto;
  }
  .partnerstable{
    margin-top:10px;
  }
  .partnerstable td{
    padding-bottom:0px;
  }  
  .excerpt{
    font-size:12px;
  }
  .headerholder{
    padding-top:0px;  
    margin-bottom:0;
  }
  .main-content {
   width:100%;	
   }
   .mobileview{
    display:block;
   }
   .partnersleft{
    width:100%;
  }
  .partnersright{
    width:100%;
    padding-left:10px;
    box-sizing:border-box;
  }
  .inviteleft{
    width:100%;
  }
  .inviteright{
    width:100%;
    padding-left:10px;
    box-sizing:border-box;
  }
  .partnerstable td{
    display:block;
    width:100%;
  }
  .partners_sm td{
    display:table-cell;
    width:25%;
    padding-bottom:10px;
  }
  .partners_m td{
    display:table-cell;
    width:25%;
    padding-bottom:10px;
  }
  .topad{
  display:block;

}
.topadbutton{
  padding:10px 20px; 
  margin:5px 0 0px;
  width:100%;
  text-align:center;
}
.topadcontent{
  display:inline-block;
  width:80%;
  font-size:12px;
}
.topadinner{
  width:100%;
  display:block;
}
.topad-image{
  vertical-align:top;
  width:18%;
  display:inline-block;
  max-width:45px;
  padding-left:10px;
  padding-right:10px;
  box-sizing:border-box;
  border-radius:5px;
}
.home .topad .author_image img{
  width:20px;
  height:20px;
}
.topadbuttoninner{
  padding-left:25% !important;
  width:50%;
  text-align:center !important;
}
.topadinner div{
  padding:0 0px;
  text-align:left;
}
.topadinner p{
  margin:0;
  padding:0;
}
.excerpt{
  width:100%;
}
  .slidemenu{
    width:75%;
    overflow-y: scroll;
    padding-left:40px;
    background:none;
  }
  .slidemenuholder{
    background:#fff;
  }
  .overlay-menu{
    overflow-y:scroll;
  }
  .slidemenuleft{
    width:100%;
  }
  .slidemenuright{
    width:100%;
  }
  .site-header{
    width:100%;
  }
  .content-sidebar{
    display:block;
  } 
  .mobileindexsidebar{
    display:block;
  }
  .home .content-sidebar{
    display:none;
  }
  .button{
    white-space: nowrap;
    margin-top:5px;
  }
  .popbuttons{
    margin-top:5px;
  }
  .filterbuttons{
    margin-top:5px;
  }
  .nextstory{
    margin-bottom:20px;
  }
  .nextstory .thumbnail-image{
    margin-top:0px;
  }
  .home .content-area{
    padding:0;
  }
  .popbuttons .button{
    display:block;
  }
  .filterbuttons .button{
    display:block;
    font-size:10px;
  }
   .sharetop{
      position:relative
   }
   .sharetop li{
    display:inline
   }
   .sharetop li a{
    display:inline-block;
   }
  .overlay .overlay-close {
  float:left;
  position:absolute;
  margin-top:30px;
  margin-left:-40px;
  width:10px;
  padding:7px 15px;
  background:#21BCB0;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
} 
.mobilemenutop{
  height:51px;
  border-top:5px solid #fff;
}
.mobilemenuheader{
  font-size:22px;
  color:#fff;
  padding-left:26px;
  font-weight:bold;
  letter-spacing:2px;
  line-height:51px;
}
.overlay-menu ul{

  list-style:none;
  margin:0;
  padding:0;

}
.overlay-menu li{
  position:relative;
	margin:0;
	padding:0;
}
.overlay-menu li a{
  display:block;
	color:#32495d;
	text-decoration:none;
	font-weight:700;
	line-height:43px;
	padding:0 83px;
  
  	font-size:14px;
    letter-spacing:2px;
 border-top:1px solid #37485E;
   padding-top: 1px; /*Increase padding by width of border */
    margin-top: -1px;   
  background-color:rgba(255,255,255,0.95);
  background-image: url("images/whitebubble2x.png");
  background-repeat:no-repeat;
  background-position:50px 9px;
  background-size:25px 28px;
}

  .site-content{
    
  }
  .mobiletitle{
    padding-left:20px;
    padding-right:20px;
    display:block;

  }
  .mobilesectionheader{
	color:#32495d;
	text-decoration:none;
	font-weight:700;
	
  	font-size:18px;
  line-height:25px;
    letter-spacing:2px;
  background-repeat:no-repeat;
  background-position:0px 3px;
  background-size:22px 23px;
  padding-left:30px;  
  margin-bottom:5px;
  }
  .section-description{
    padding-right:20px;
    padding-left:20px;
  }
  .section-description p{
    font-size:14px;
  }
  .entry-title, .home .entry-title,.nextstory .entry-title{
    font-size:13px;
    line-height:15px;
    padding-top:0;
    margin-bottom:7px;
  }
  .home .entry-title{
  	font-size:15px;
  	line-height:18px;
  }
  .content-area-padded .post-entry-content .content-left, .content-area-single .post-entry-content .content-left{
    width:100%;
  }
  .content-area-single .content-top h1, .content-top h1{
    padding-left:0px;
    padding-right:0px;
    font-size:28px;
    padding-top:5px;
    line-height:32px;
  }
    .directory-left {
		padding-right:10px;
    padding-left:10px;
    width:100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	}
  .dirviews{
    font-size:13px;
    font-weight:bold;
       margin:-15px 0 15px;
  }
  .directory-full{
  padding-right:10px;
    padding-left:10px;
    width:100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right:none;
    float:none;
    margin-bottom:0;
    display:block;
    min-height:10px;
  }
  .directory-entry .event-entry, .directory-entry .featuredhomestory{
    margin-bottom:20px;
    height:auto;
  }
  .directory-full .hentry{
    width:100%;  
    float:none;
  }
  .directory-full .hentry .entry-title{
    font-size:16px;
  }
  .content-top h1{
    padding-left:20px;
    padding-right:20px;  
  }
  .exploretop{
    padding-left:10px;
    padding-right:10px; 
  }
  .exploretop .searchform{
    display:block;
    padding:10px 0 0;
    
  }
  .exploretop .searchform #s{
    width:65%;
  }
  .explorecontent{
    width:32%;
  }
  .exploreimagetag{
    font-size:18px;
  }
  .post-entry-content{
    width:100%;
    
  }   
  .post-entry-content p{
    font-size:16px;
  }                         
  .post-entry-content .content-left, .site-content .content-left {
    padding-right:10px;
    padding-left:10px;
    width:100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .content-top{
    padding-top:8px;  
  }
  .page-title{
    font-size:24px;
  }
  .post-header{
    padding: 0 20px;
  }
  .content-sidebar{
    padding:0 20px;
  }
  .content-sidebar ul{
    margin:0;
    padding:0;
  }
  .content-left{
    display:block;
    width:100%;
    padding:0 10px;
    min-height:10px;
    border-right:none;
    float:none;
    margin-bottom:0;
  }  
  .content-left-60{
    display:block;
    width:100%;
    padding:0 10px;
    min-height:10px;
    border-right:none;
    float:none;
    margin-bottom:0;
    box-sizing:border-box;
  }
 
  .content-left .indexstory{
    display:block;
  } 
  .content-full{
  width:100%;
  padding-left:10px;
  padding-right:10px;
  box-sizing:border-box;
}  
  .homemobilenav{
    display:block;
  }
  .homepagenav{
    font-size:14px;
  }
  .filterbuttons .filterholder{
    width:25%;
    float:left;
  }

  .popbuttonsmobile{
    display:block;
    padding:0 10px;
    width:100%;
    box-sizing: border-box;
    margin-bottom:20px;
  }
  .popbuttonsmobile .button{
    width:50%;
    box-sizing:border-box;
    float:left;
  }
  .popbuttonsmobile .button.activebutton, .popbuttonsmobile .button:hover{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  text-transform:uppercase;
  background:#21BCB0;
  border:1px solid #21BCB0;
  margin:0;
  color:#fff;
}
.popbuttonsmobile .button{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  color:#21BCB0;
  text-transform:uppercase;
  background:#fff;
  border:1px solid #21BCB0;
  margin:0;
}   

  .mobilebuttons{
    display:block;
    padding:0 1.6%;
    width:97.5%;
    margin-top:20px;
  }
  .mobilebuttons .button{
    width:50%;
    box-sizing:border-box;
    float:left;
  }
  .mobilebuttons .button.activebutton, .mobilebuttons .button:hover{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  text-transform:uppercase;
  background:#21BCB0;
  border:1px solid #21BCB0;
  margin:0;
  color:#fff;
}
.mobilebuttons .button{
  display:inline-block;
  padding:5px 0;
  text-align:center;
  color:#21BCB0;
  text-transform:uppercase;
  background:#fff;
  border:1px solid #21BCB0;
  margin:0;
} 


.popbuttons{
  display:none;
}
.popbuttonsmobile{
  display:block;
}
.popbuttonsmobile .button, .popbuttonsmobile .button.activebutton, .popbuttonsmobile .button:hover{
  box-sizing: border-box;
  width:33%;
  float:left;
}
.home .popbuttonsmobile .button, .popbuttonsmobile .button.activebutton, .popbuttonsmobile .button:hover{
  float:none;
}
.popholder{
  position:relative;
}
.popbadge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:555;
}
.popularstory{
  width:100%;
  border:1px solid #c7c5c5;
}
.popularstory .thumbnail_image{
  width:100%;
  min-height:80px;
}
.popularstory .thumbnail-image{
  height:auto;
  width:100%;
  margin-top:0;
}
.popularstory .entry-item{
   width:100%;
   height:auto;
   box-sizing:border-box;
}
.popularstory .entry-title a{
  font-size:20px;
  line-height:1.1;
}
.realestatebox{
  display:none;
}
.storycolumn{
  float:none;
  display:block;
  
}
.openjobs{
  float:none;
  display:block;
  width:100%;
  margin-bottom:36px;
}
.homelistings{
  float:none;
  display:block;
  width:100%;
  margin-bottom:36px;
}
.onelinenoimage{
  float:none;
  display:block;
  width:100%;
}
.oneline{
  float:none;
  display:block;
  width:100%;
}
.content-area-padded .post-entry-content .content-sidebar{
  display:none;
}
.indeximage:hover .indeximageoverlay, .thumbnail_image:hover .indeximageoverlay
{
  display:none;
}
.indeximageholder{
	padding-right: 0px;
	margin-left:0;
	margin-right:0;
}
.plannertableheader{
  display:none;
}
.plannertablerow{
  display:none;
}
.plannerday{
  width:100%;
  text-transform:uppercase;
  color:#21BCB0;
}
.plannerhappening{
  width:100%;
  font-size:17px;
}
.post-entry-content .plannerhappening p{
  font-size:17px;
}
.planneradvice{
  width:100%;
  text-align:left;
}
.eventadvice, .directoryadvice{
  width:100%;
  text-align:left;
  position:relative;

}
.featuredhomestory .eventadvice{
  width:100%;
  text-align:left;
  position:relative;
  left:0;
}
.ted_advice{
  width:40px;
  height:40px;
  display:inline-block;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:20px;
  float:left;
}
.katie_advice{
  width:40px;
  height:40px;
  display:inline-block;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:20px;
  float:left;
}
.andrew_advice{
  width:40px;
  height:40px;
  display:inline-block;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:20px;
  float:left;
}
.kylie_advice{
  width:40px;
  height:40px;
  display:inline-block;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:20px;
  float:left;
}
.samantha_advice{
  width:40px;
  height:40px;
  display:inline-block;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:20px;
  float:left;
}
.lizzy_advice{
  width:40px;
  height:40px;
  display:inline-block;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:20px;
  float:left;
}
.cristina_advice{
  width:40px;
  height:40px;
  display:inline-block;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:20px;
  float:left;
}
.guideentrytableheader{
  display:none;
}
.mobileguideentrytablerow{
    display:block;
  border:1px solid #c7c5c5;
  padding:10px;
  margin-bottom:15px;
  position:relative;
}
.guidebadge{
  display:inline-block;
  margin-right:10px;
}
.guideentrytitle{
   display:inline-block;
   padding-top:10px;
}
.guideentryranking{
  width:100%;
}
.guideentrytablerow{
  display:none;
}
.mobileadvicebox{                         
  font-size:13px;
  padding-bottom:10px;
}
.directory-content .mobileadvicebox{
  text-align:left;  
}
.directory-content .ted_advice, .directory-content .andrew_advice, .directory_content .katie_advice, .directory_content .cristina_advice, .directory_content .samantha_advice, .directory_content .lizzy_advice, .directory_content .kylie_advice{
  margin-left:10px;
}
.terms{
  list-style:none;
}
.terms li{
  display:inline-block;
  padding:5px 10px;
  margin:10px;
  border:1px solid #23bfb0;
}
.mobileplannertablerow{
  display:block;
  border:1px solid #c7c5c5;
  padding:10px;
  margin-bottom:15px;
  position:relative;
}
.plannerday{
  
}
.post-entry-content{
  border:none;
}
.post-entry-content .content-left{
  border:none;
}
.content-area-padded .post-entry-content .content-left, .content-area-single .post-entry-content .content-left{
  border:none;
}    
.post-entry-content .content-sidebar{
  display:none;
}
.content-top{
  width:100%;
}
.post-entry-content .section-description p{
  font-size:15px;
}
.single-post-wrapper .content-sidebar{
  display:none;
}
  .site-content .entry-meta{
    display:table;  
    width:100%;
  }
  .entry-bottom .viewshares{
    width:90%;
  }
  .author-bottom{
    padding-bottom: 10px;
    margin-bottom:10px;
    border-bottom: 1px solid #21bcb0;
  }
  .author-bottom .most-recently,.author-bottom .most-recently a{
  font-size:16px;
  }
  .nextstory{
    width:100%;
    box-sizing:border-box;
    padding: 0 10px;
    margin:0;
  }
  .nextstorylabel{
    font-weight:600;
    padding-bottom:10px;
    display:block;
  }
  .nextstory .entry-title a{
    font-size:14px;
  }
  .nextstory .byline-author{
    font-size:13px;
  }
  .nextstory .thumbnail-image{
    width:70px !important;
    height:70px !important;
    border-radius: 5px;
    min-height:1px;
  }
  .nextstory .thumbnail-job{
    width:70px !important;
    height:39px !important;
    min-height:1px;
  }
  .nextstory .thumbnail_image, .nextstory .thumbnail_job{
    width:80px;
  }
  .nextstory .entry-item{
    padding-top:0;
    width:200px;
  }
  .entry-bottom{
    margin-right:0;
    margin-bottom:10px;
  }
  .widget{
    margin-bottom:15px;
  }
  .successmsg{
    background:#fff;
  }
  .sharetop{
    display:block;
    float:left;
    text-align:center;
    width:100%;
    margin-top:10px;
    padding-top:10px;
  }
  .sharetop ul{
    display:block;
    margin: 0 auto;
    width:100%;
  }
  .byline{
    overflow:hidden;
    width:220px;
    padding-top:10px;
  }
  .popbuttonsmobile{
  padding-right:20px;
    padding-left:20px;  
  }
  .writersholder{
    border:none;
    padding-bottom:0;
    margin-bottom:0;
  }                  
  .writeravatarwrapper{
    display:table-cell;
    height:95px;
  }  
  .writerinfo{
    display:table-cell;
    vertical-align:top;
      padding-left:15px;
  }
  .writername{
    font-size:16px;
  }
  .writerdescription{
    padding-right:0;
  }
   #s{
    margin-bottom:5px;
   }
  .ad{
    padding:18px 0 18px 0;
    text-align:center;
  }
  .mobilesectionad{
    display:block;
    text-align:center;
    width:100%;
    padding:0;
    margin:0;
  }
  .mobilesectionad ul{
    list-style-type:none;
    padding:0;
    margin:0;
  }
  .content-area-category .content-sidebar{
    display:none;  
  }
  .content-sidebar-inner{
    text-align:center;
  }
  .content-sidebar-mobileindex ul{
    list-style-type:none;
    margin:0;
    padding:0;
  }
  .content-sidebar-mobileindex ul.guidesidebar{
    padding:0 15px 15px;
  }
    .content-sidebar-mobileindex  .ad{
      padding-top:10px;
      margin-top:10px;
    }
    .content-sidebar-mobileindex .widget{
      margin-bottom:0;
    }
    .latestmobileheader{
      padding-bottom:10px;
    }
  .sidebarimageholder{
    
    width:100%;
  }
  .sidebarimageemail{

  }
  .sidebarimageemailinner{
    padding:0px 0 0 0px;
  }
  .agendalink{
    display:none;
  }
  .sidebarimageemailinner input.emailaddress {
    width:225px;
  }
  .sidebarimageemailtext{
    padding-left:80px;
    padding-right:0;
    text-align:left;
  }
  .entry-bottom .sidebarimageemailtext{
  	text-align:center;
  }
  .sidebaremailclose{
    display:none;
  }
  .footerholder{
  }
  .partnerad{
    width:100% !important;
  }
  .site-footer{
    width:100% !important;
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .fcol1{
    display:block;
    text-align:center;
    margin:0 auto;
    width:100% !important;
    border-right:none;
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .fcol2{
  display:block;
  text-align:center;
    margin:0 auto;
    width:100% !important;
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .fcol3{
    display:block;
    text-align:center;
    margin:0 auto;
    border-top:1px solid #c7c5c5;
    padding-top:15px;
    margin-top:15px;
    width:100% !important;
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .fcol4{
    display:none;
  }
  .fcol3 .sidebarimageemailtext{
    text-align:center;
    padding-left:0px !important;
  }     
    
  .sharebottom{
    display:block;
    float:none;
    text-align:center;
    width:100%;
    margin-top:10px;
  }
  .entry-bottom .viewshares{
    float:none;
  }
  .sharebottom ul{
    display:block;
    margin: 0 auto;
    width:100%;
  }
  .cn{display:none;}
  .header-right{display:none;}
  .indeximageemailholder{display:none;}
  .indeximagebar{width:100%;}
  .cn{padding:0;}
  .storyemailbox{
    display:none;
  }
  .indeximageblurb{
    width:100%;
    position:absolute;
    margin:0;
    bottom:15px;
    }
    .indeximageblurb div{

    }
  .indeximageblurb span{
    font-size:14px;
    line-height:20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
  padding-left:20px;
  padding-right:20px;
  }
  .indeximageblurb span.byline-author, .indeximageblurb span.byline-authorname{
    font-size:12px;
    line-height:20px;
  }
  .indeximagebar {display:none;}
  .hentry {
	margin: 1% 0 1% 1.6%;
  width: 48%;
  height:295px;
  }    
  
  .entry-header{
    height:280px;
  }
  .directory-entry .entry-header, .event-entry .entry-header, .featuredhomestory .entry-header{
    height:330px;
  }
.hentry:first-child { margin-left: 0; }

 .entry-item{
  padding:8px 10px;
  height:150px;
 }  
 .indexstory{
  height:auto;
  margin:15px 0;
  padding:10px 0;
 }
 .indexstory .entry-item{
  float:left;
  width:50%;
  padding:0 0;
  height:auto;
 }  
 .indeximageholder .entry-item{
 	float:left;
 	width:100%;
  padding:0 0;
  height:auto;
 }
 .indexstory .entry-meta, .indeximageholder .entry-meta{
  display:none;
 }
 .sponsorguides{
  display:none;
 }
 .site-title:before,
.site-title:after {
    background: none;
}
 .event-entry .entry-item, .directory-entry .entry-item, .featuredhomestory .entry-item{
  height:auto;
 } 
 .event-entry .entry-header, .directory-entry .entry-header, .featuredhomestory .entry-header{
  height:auto;
 }
  .avatarwrapper img{
    width:35px;
  }
  .avatarwrapper{
    width:40px;
  }
  .byline{
    width:220px;
    padding-top:0px;    
  }
  .author-bottom-right{
    width:100%;
  }
  .author-bottom a, .author-bottom{
    font-size:16px;
  }
  .author-top{
    font-size:16px;
    padding-top:0px;
  }
  .author-top .byline-authorname, author-top .byline{
    font-size:16px;  
  }
  .thumbnail_image, .thumbnail_job{
    max-height:130px;
    overflow:hidden;
    width:100%;
    
  }
  
  .indexstory .thumbnail_image, .indexstory .thumbnail_job{
    max-height:130px;
    overflow:hidden;
    width:50%;
    float:left;
    box-sizing:border-box;
    padding:0 20px 0 0px;
  
  }
 
  .mobileindexjobs{
    text-align:left;
    padding:0 10px 10px;
  }
  .directory-entry .thumbnail_image, .event-entry .thumbnail_image, .featuredhomestory .thumbnail_image{
    max-height:180px;
  }
  .directory-entry .thumbnail-image, .event-entry .thumbnail-image, .featuredhomestory .thumbnail-image{
    width:100%;
  }
  .featuredhomestory{
  	display:block;
  	margin:0;
  	padding:0;
  }
  .featuredhomestory .slideholder{
  	width:100%;
  }
    .home .indextag, .nextstory .indextag, .indextag{
    font-size:12px;
    
  }
  .greyguidesbox{
    margin-bottom:10px;
    font-size:13px;
  }
  .post-header .indextag{
  font-size:18px;
}
  .thumbnail-image{
    display: block;
  max-width: 100%;
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  width: auto\9; /* ie8+9 */
  /* lt ie8 */
  -ms-interpolation-mode: bicubic; 
  width:100%;
  }
  div.headerholder{
    height:51px;
    margin-top:25px;
  }
  .mobileheader{
    height:51px;
    position:relative;
  }
  .footernav{
    display:block;
  }
  .mobilemenuicon{
    position:absolute;
    top:12px;
    right:20px;
    z-index:88;
    color:#384853;
  }
  .mobilesitetitle .site-title{
    padding:5px 0 0 10px;
  }
  .mobilemenuicon a{
    color:#384853;
    font-size:13px;
  }
  .mobilesearchicon{
    position:absolute;
    top:8px;
    right:20px;
    width:35px;
    z-index:88;
  }
  .mobilecenter{
    text-align:center;
    width:100%;
    position:absolute; 
    line-height:51px;

  }
  .mobilecenter a, .mobilecenter a:hover{
    font-size:16px;
    font-weight:bold;
    letter-spacing:2px;
    color:#32495D;    
  }
  .indeximage{
    height:208px;
    margin:15px 10px 0;
    width:auto;
  }
  .nextstory, .nextstory .entry-title{
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}
#s{
  width:100%;
}
.badge, .bubble, .badge_red{
  display:none;
} 
.homedate{
  display:none;
}

.list-item{
  display:block;
  width:100%;
}
.list-item .thumbnail_image{
  width:50px !important;
}
.list-item .job_tagline{
  clear:both;
  padding-top:10px;
}
.list-item .entry-title{
  display:inline; 

}
.list-item .jobind .entry-title{
  line-height:1.2;
  display:block;
  font-size:18px;
}
.list-item .jobind .job_tagline{
  font-size:15px;
}
.joblistpost .list-meta{
  padding-left:86px;
  box-sizing:border-box;
  
}
.jobtop .byline{
  width:100%;
}
.jobtop .avatarwrapper{
  text-align:center;
  width:100%;
}
.jobtop .avatarwrapper img{
  width:100px;
}
.list-meta{
  display:block;
  text-align:left;
  width:100%;
  padding:15px 16px;
  float:left;
}
.list-meta div{

}
}


@media screen and (max-width: 1200px) {
  .sectionheader{
    display:none;
  }  
}
@media screen and (max-width: 768px) {
.thumbnail_image{
   
        
  }
  .thumbnail-image{
    min-height:82px;    
  }
  .indexstory .thumbnail-image{
  	max-height:130px;
  }
}
@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}



	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 673px) {

	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}



	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

}

@media screen and (min-width: 783px) {


	.header-main {
		padding-right: 0;
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */

	.masthead-fixed .site-header {
		position: fixed;
		top: 0;
	}

	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}

	.masthead-fixed .site-main {
		margin-top: 48px;
	}


}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}


}


@media screen and (min-width: 970px) {
	.content-sidebar {
		border: 0;
		float: left;
		padding: 0px 35px 24px;
		position: relative;
    width:300px;
	}
  .directory-left {
		border: 0;
		float: left;
		padding: 80px 35px 24px 25px;
		position: relative;
    width:220px;
	}
  .termsholder{
    background:#eee;
    padding:10px;
    margin-bottom:15px;
    font-size:13px;
  }
  .greyguidesbox{
   background:#eee;
    padding:10px;
    margin:15px 0px;
    font-size:13px; 
  }
  .greyguidesbox a, .greyguidesbox p{
    font-size:13px;
  }
  .greyguidesbox p{
    margin-bottom:5px;
  }
  .terms{
    margin-bottom:0px;
  }
  .dirviews{
    font-size:13px;
    font-weight:bold;
    margin:0px 0 15px;
  }
  .directory-left ul{
    list-style:none;
  }
  .directory-full .postcontent {
	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	}

 .directory-full .postcontent:hover {
          box-shadow: 10px 10px 5px #cecece;

}
  .content-top{
    text-align:left;
    margin:0 auto;
    padding-top:8px;  
  }
  	.content-area {
    text-align:left;

	}
  .mobileheader{
    display:none;
  }
}

@media screen and (min-width: 1080px) {
	.search-box .search-field {
		width: 324px;
	}


}


@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}
@media screen and (max-width: 1360px){
 

.fcol2{
    width:340px;
    padding-left:20px;
  }
.fcol1{
  width:110px;
}
.fcol3{
  width:310px;
}
.site-footer{
  width:970px;
} 
  
}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

