/*!
Theme Name: ASHEcon
Theme URI: http://underscores.me/
Author: American Society of Health Economists
Author URI: http://ashecon.org/
Description: A professional organization dedicated to promoting excellence in health economics research in the United States
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ashecon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ASHEcon is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-weight: 300;
	font-size: 90%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	clear: both;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #FFFFFF;
	background-size: 600px 600px;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-weight: 400;
	font-size: 90%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li {
	margin-bottom: 6px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 16px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	width: 208px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {

}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1249px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




/* Grid
	 ========================================================================== */


/* TYPOGRAPHY */

h1 {
  font-size: 1.65rem;
  margin-top: 32px;
}

h2 {
  font-size: 1.35rem;
}

h3 {
  font-size: 1.175rem;
  line-height: 1.3em;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}



@media only screen and (min-width: 33.75em) {  /* 540px */
	h1 {
	  font-size: 2.1rem;
	}

	h2 {
  	  font-size: 1.85rem;
	}

	h3 {
	  font-size: 1.375rem;
	  line-height: 1.3em;
	}
}


p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.container {
  position: relative;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 65em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    width: 85%;
    max-width: 78rem;
  }
}



/* Responsive Slides
	 ========================================================================== */


.rslides {
	background: #FFFFFF;
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	max-height: 460px;
	padding: 0;
	margin: -8px 0 0 0;
	text-align: center;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin-bottom: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.rslides li:first-child {

}

.rslide-slide {
	background-position: 50% 35%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 390px;
}

.rslide-slide::before {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}

.rslide-slide-copy {
	position: relative;
	z-index: 100;
	padding: 0 32px;
}

.rslide-slide-copy h2 {
	color: #FFFFFF;
	font-size: 140%;
	line-height: 1.2em;
	margin: 0 0 0 0;
}

@media (min-width: 490px) {
	.rslide-slide-copy h2 {
		margin: 0 0 0 0;
	}
}

@media (min-width: 990px) {
	.rslide-slide-copy h2 {
		margin: 0 0 0 0;
		font-size: 2rem;
	}
}


.rslide-slide-copy p {
	color: #FFFFFF;
}

.rslide-slide-copy a {
	background: #FFFFFF;
	color: #3C3E44;
	text-decoration: none;
	border-radius: 4px;
	padding: 8px 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}

.rslide-slide-copy a:hover {
	background: #a02720;
	color: #FFFFFF;
	text-decoration: none;
		box-shadow: 0 4px 8px rgba(0,0,0,0.32);
}

.rslides_tabs {
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin: 0 0 0 -76px;
	width: 152px;
	height: 12px;
	z-index: 120;
	list-style: none;
	padding: 0;
}

.rslides_tabs li {
	margin-bottom: 0;
}

.rslides_tabs li a {
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.32);
	border-radius: 6px;
	text-indent: -9999px;
	display: inline-block;
	float: left;
	margin-right: 16px;
	cursor: pointer;
	outline: none;
}


.rslides_tabs li a:hover,
.rslides_tabs li.rslides_here a {
	background: rgba(255,255,255,1);
}

.rslides1_tabs li.rslides1_s6 a {
	margin-right: 0;
}

.rslides1_nav.prev {
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	height: 60px;
	margin: -30px 0 0 0;
	background: url(_assets/img/slider-left-arrow.svg) no-repeat 50% 50%;
	background-color: rgba(0,0,0,0.16);
	text-indent: -9999px;
	z-index: 120;
	outline: none;
}

.rslides1_nav.next {
	position: absolute;
	right: 0;
	top: 50%;
	width: 50px;
	height: 60px;
	margin: -30px 0 0 0;
	background: url(_assets/img/slider-right-arrow.svg) no-repeat 50% 50%;
	background-color: rgba(0,0,0,0.16);
	text-indent: -9999px;
	z-index: 19;
	outline: none;
}

.rslides1_nav.prev:hover,
.rslides1_nav.next:hover {
	background-color: rgba(0,0,0,0.40);
}



/* Type
	 ========================================================================== */

a, a:visited {
	color: #448ad4;
	text-decoration: none;
}

a:hover {
	color: #306caf;
	text-decoration: underline;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}


/* Header
	 ========================================================================== */

.site-header {
	border-top: 4px solid #a02720;
	position: relative;
	z-index: 20;
}


.site-header .col-12 {
	margin-top: 0;
	margin-bottom: 0;
}

.site-header {
	background: #FFFFFF;
	width: 100%;
	box-shadow: 0 4px 6px rgba(0,0,0,0.06), 0 1px 0px rgba(0,0,0,0.12);
}

.site-branding {
	position: relative;
}

.site-title {
	margin: 0;
}

.site-title a {
	width: 240px;
	height: auto;
	margin: 12px 0;
	display: block;
	float: left;
}

@media (min-width: 360px) {
	.site-title a {
		width: 280px;
	}
}

.site-title a img {
	float: left;
}




/* Top Nav
	 ========================================================================== */


@media (max-width: 1249px) {

	.menu-toggle {
		background: #FFFFFF;
		border: 1px solid #CDCFD1;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		top: 13px;
		right: 16px;
	}

	.main-navigation .menu-item a {
		width: 100%;
		display: block;
		padding: 12px 0;
		border-top: 1px solid #E3E3E3;
		font-weight: bold;
		color: #3C3E44;
	}

	.main-navigation .menu-item a:hover {
		color: #a02720;
	}

	.main-navigation li {
		width: 100%;
		margin-bottom: 0;
	}

	.main-navigation ul ul a {
		width: 100%;
		display: block;
		padding-left: 16px;
		font-weight: normal;
		color: #777777;
	}

	.main-navigation ul ul ul a {
		padding-left: 32px;
	}

	.main-navigation ul ul ul ul a {
		padding-left: 48px;
	}

	.main-navigation.toggled ul {
		width: 100%;
	}

	.main-navigation ul ul,
	.main-navigation ul ul ul,
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		position: relative;
		top: auto;
		left: auto;
		z-index: 1;
		box-shadow: none;
	}

	.main-navigation .menu-item-has-children a {
		font-weight: bold;
		color: #3C3E44;
	}

	.main-navigation .sub-menu .menu-item a {
		font-weight: normal;
		color: #777777;
	}

	.main-navigation .sub-menu .menu-item-has-children a {
		font-weight: bold;
		color: #3C3E44;
	}

	.main-navigation .sub-menu .sub-menu .menu-item a {
		font-weight: normal;
		color: #777777;
	}

	.main-navigation .sub-menu .sub-menu .menu-item-has-children a {
		font-weight: bold;
		color: #3C3E44;
	}

	.main-navigation .sub-menu .sub-menu .sub-menu .menu-item a {
		font-weight: normal;
		color: #777777;
	}


	.nav-menu {
		float: right;
	}

	.main-navigation li.menu-icon {
		width: 33%;
		text-align: center;
		border: none;
		margin: 16px 0 16px 0;
	}

	.main-navigation .menu-icon a {
		border: none;
		width: 16px;
		height: 16px;
		padding: 8px;
		display: inline-block;
		text-indent: -9999px;
		opacity: 1;
	}

}

@media (min-width: 1250px) {

	.main-navigation {
		width: auto;
		float: right;
		clear: none;
		margin: 15px 0 0 0;
	}

	.main-navigation ul {
		padding-bottom: 0;
	}

	.main-navigation .menu-item a {
		color: #3C3E44;
		padding: 8px 12px 8px 0;
		margin-right: 18px;
	}

	.main-navigation .menu-item a:hover {
		color: #a02720;
	}

	.main-navigation .menu-item-has-children a {
		background: url(_assets/img/icon-dropdown-down.svg) no-repeat 100% 50%;
	}

	.main-navigation .sub-menu {
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.25);
		border-radius: 4px;
	}

	.main-navigation .sub-menu .menu-item {
		margin-bottom: 0;
		width: 100%;
	}

	.main-navigation .sub-menu .menu-item a {
		background: none;
		padding-left: 12px;
		margin-right: 12px;
	}

	.main-navigation .sub-menu .menu-item-has-children a {
		background: url(_assets/img/icon-dropdown-down.svg) no-repeat 100% 50%;
	}

	.main-navigation .sub-menu .sub-menu .menu-item a {
		background: none;
	}

	.main-navigation .sub-menu .sub-menu .menu-item-has-children a {
		background: url(_assets/img/icon-dropdown-down.svg) no-repeat 100% 50%;
	}

	.main-navigation .sub-menu .sub-menu .sub-menu .menu-item a {
		background: none;
	}


	.main-navigation .menu-icon a {
		border: none;
		width: 16px;
		height: 16px;
		padding: 8px 12px;
		margin: 9px 0 0 6px;
		display: inline-block;
		text-indent: -9999px;
		opacity: 1;
	}

	.main-navigation .menu-icon a:hover {
		opacity: 0.75;
	}

	.menu-icon-facebook a {
		background: url(_assets/img/icon-facebook.svg) no-repeat 50% 50%;
	}

	.menu-icon-twitter a {
		background: url(_assets/img/icon-twitter.svg) no-repeat 50% 50%;
	}

	.menu-icon-rss a {
		background: url(_assets/img/icon-rss.svg) no-repeat 50% 50%;
	}

}




/* Breadcrumbs
	 ========================================================================== */

.breadcrumbs {
	margin: 16px 0 0 0;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}




/* Post and Page
	 ========================================================================== */

body.single .entry-header .entry-meta {
	margin-top: -12px;
}

.nav-links {
	margin: 12px 0 0 0;
}

.nav-links a {
	background: #448ad4;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 12px;
	border-radius: 2px;
	text-decoration: none;
}

.nav-links a:hover {
	background: #a02720;
}




/* Front Page
	 ========================================================================== */

.section-title {
	margin-bottom: 8px;
	color: #a02720;
}

.content-box {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.12);
	background-clip: padding-box;
	margin-bottom: 12px;
}

@media (min-width: 1038px) {
	.content-box {
		margin-bottom: 24px;
	}
}



/* Main Col
	 ========================================================================== */


.main-col .content-box {
	padding: 24px 24px 24px 24px;
}

.fp-main-section {
	display: flex;
}

.fp-main-section-image {
	width: 60px;
	height: 60px;
	background: #EBEDF0 url(_assets/img/icon-no-image.svg) no-repeat 50% 50%;
	display: flex;
	flex-shrink: 0;
	margin: 0 24px 0 0;
}

.fp-main-section-copy {

}

.fp-main-section-copy h3 {
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 1.175rem
}

.fp-main-section-copy h3 a {
	color: #3C3E44;
}

.fp-main-section-copy h3 a:hover {
	color: #306caf;
}

.fp-main-section-copy p {
	margin: 0;
}


@media (min-width: 1038px) {
	.fp-main-section-image {
		width: 100px;
		height: 100px;
	}

	.fp-main-section-copy h3 {
		font-size: 1.375rem;
	}
}




/* Secondary Col
	 ========================================================================== */

 .widget-title {
 	display: none;
 }


.secondary-col .content-box {
	padding: 0 12px;
}

.page-secondary-col .content-box {
	padding-top: 12px;
	padding-bottom: 0;
	margin-top: 32px;
}

.page-secondary-col .content-box .widget,
.page-secondary-col .content-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-secondary-col .content-box ul.children li a {
	padding-left: 16px;
}

.page-secondary-col .content-box ul.children li ul li a {
	padding-left: 24px;
}

.page-secondary-col .content-box .fp-side-section {
	border: none;
}

.page-secondary-col .content-box .fp-side-section li a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
	padding: 6px 0;
}

.page-secondary-col .content-box .sub-menu {
	margin-left: 16px;
}


.fp-side-section {
	display: flex;
}

.fp-side-section-image {
	width: 56px;
	height: 56px;
	background: #298AD6;
	border-radius: 2px;
	display: flex;
	flex-shrink: 0;
	margin: 24px 16px 0 0;
}

.fp-side-section-image-1 {
	background: #298AD6 url(_assets/img/icon-about.svg) no-repeat 50% 50%;
}

.fp-side-section-image-2 {
	background: #a02720 url(_assets/img/icon-membership.svg) no-repeat 50% 50%;
}

.fp-side-section-image-3 {
	background: #10C496 url(_assets/img/icon-conferences.svg) no-repeat 50% 50%;
}


.fp-side-section-copy h5 {
	color: #3C3E44;
	margin: 20px 0 8px 0;
}

.fp-side-section-copy p {
	color: #7D818D;
	margin: 0;
}

.fp-side-section {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}

.fp-side-section-last {
	border: none;
}





/* Tertiary Col
	 ========================================================================== */


.tertiary-col .content-box {
	padding: 0 12px;
}

.page-tertiary-col .content-box {
	padding-top: 12px;
	padding-bottom: 0;
	margin-top: 32px;
}

.page-tertiary-col .content-box .widget,
.page-tertiary-col .content-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-tertiary-col .content-box ul.children li a {
	padding-left: 16px;
}

.page-tertiary-col .content-box ul.children li ul li a {
	padding-left: 24px;
}

.page-tertiary-col .content-box .fp-side-section {
	border: none;
}

.page-tertiary-col .content-box .fp-side-section li a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
	padding: 6px 0;
}

.page-tertiary-col .content-box .sub-menu {
	margin-left: 16px;
}




/* Page
	 ========================================================================== */

.in-page-thumbnail img {
	width: 100%;
	height: auto;
}




/* 404
	 ========================================================================== */

.error-404 {
	text-align: center;
	margin-top: 64px;
}

.error-404 .search-field,
.error-404 .search-field:focus {
	background: #FFFFFF;
	border: 2px solid #6A6C70;
	border-radius: 2px;
	padding: 2px 12px 0px 12px;
	line-height: 32px;
	font-weight: 300;
	width: 80%;
}

.error-404 .search-field:focus {
	border-color: #6A6C70;
}

.error-404 ::placeholder {
   opacity: 1;
   font-weight: 300;
}

.error-404 :-ms-input-placeholder {
   font-weight: 300;
}

.error-404 ::-ms-input-placeholder {
   font-weight: 300;
}

.error-404 .search-submit {
	display: none;
}


/* Table
	 ========================================================================== */

 .entry-content table {
 	border: none;
	 border-collapse: collapse;
 }

.entry-content table td {
	padding: 1.25em;
	border: 1px solid #cccccc;
}


table{font-size:13px;line-height:18px;margin:18px 0; text-align: left;}
th,td{padding:3px 12px;line-height:30px}
th{background:rgba(0, 0, 0, 0.2)}
tr:nth-child(even){background:rgba(0, 0, 0, 0.1)}
tr:nth-child(odd){}



/* Footer
	 ========================================================================== */

.site-footer {
	background: #1B1D23;
	color: #FFFFFF;
	padding: 64px 0 0 0;
	margin-top: 64px;
}

@media (min-width: 1038px) {

	.footer-search .search-field {
		margin-top: 0px;
	}

}

.footer-search .search-field,
.footer-search .search-field:focus {
	width: 100%;
	background: #3C3E44 url(_assets/img/icon-search.svg) no-repeat 12px 50%;
	border: 2px solid #6A6C70;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 2px 12px 0px 36px;
	line-height: 32px;
	font-weight: 300;
}

.footer-search .search-field:focus {
	border-color: #FFFFFF;
}

.footer-search ::placeholder {
   color: #FFFFFF;
   opacity: 1;
   font-weight: 300;
}

.footer-search :-ms-input-placeholder {
   color: #FFFFFF;
   font-weight: 300;
}

.footer-search ::-ms-input-placeholder {
   color: #FFFFFF;
   font-weight: 300;
}

.footer-bottom {
	background: #1B1D23;
	color: #FFFFFF;
	padding-bottom: 64px;
}

.footer-bottom p {
	margin-bottom: 12px;
}





.top-ads-wrapper .widget {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0;
}

.top-ads-wrapper .widget img {
	margin: 0 auto;
	display: block;
	max-width: 728px;
}
