
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #0b0c0c;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Serif Pro', serif;
	margin: 0 0 0.5em;
	clear: both;
	line-height: 1.05;
	font-weight: 400;
}

h1 {
	font-size: 2.3em;
}
	@media screen and (min-width: 600px) {
		h1 {
			font-size: 3.5em;
		}
	}

h2 {
	font-size: 1.8em;
}
@media screen and (min-width: 600px) {
	h2 {
		font-size: 2.5em;
	}
}

h3, .h3 {
	font-size: 1.5em;
}
	@media screen and (min-width: 600px) {
		h3 {
			font-size: 1.8em;
		}
	}

h4 {
	font-size: 1.4em;
}
	@media screen and (min-width: 600px) {
		h4 {
			font-size: 1.5em;
		}
	}

h5 {
	font-size: 1.2em;
}

.subhead {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	font-size: 1.2em;
	color: #828b90;
}

.hero-heading {
	font-size: 2em;
	line-height: 1.3;
}
@media screen and (min-width: 600px) {
	.hero-heading {
		font-size: 3.4em;
	}
}

.serif {
	font-family: 'Source Serif Pro', serif;
}

.sans {
	font-family: 'Source Sans Pro', sans-serif;
}

p, li {
	font-family: 'Source Serif Pro', serif;
	font-size: 19px;
}

p {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0 0 1.5em;
	-moz-font-feature-settings:    "kern" 1;
  -ms-font-feature-settings:     "kern" 1;
  -o-font-feature-settings:      "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings:         "kern" 1;
  font-kerning: normal;
  word-spacing: 0.001em;
}
	@media screen and (min-width: 600px) {
		p {
			font-size: 1.3em;
			line-height: 1.55;
		}
	}

p:last-child {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

nav li {
	font-family: 'Source Sans Pro', sans-serif;
}

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%;
}

.justify {
	text-align: justify;
}

.sans {
	font-family: 'Source Sans Pro', sans-serif;
}

.serif {
	font-family: Times, serif;
}

mark {
	background: hsl(60deg 100% 50% / 36%);
}

.text-two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
}



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

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
    margin: 0 0 1.5em 1.5em;
    padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

li {
	list-style-position: outside;
}

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. */
}

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

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.two-third  {
	width: 100%;
	margin: 0 0 2em;
	display: block;
    float: left;
}

@media screen and (min-width: 600px) {
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.two-third {
		position: relative;
		margin: 0 4% 4% 0;
		float: left;
	}

	.one-half {
		width: 48%;
	}

	.one-third {
		width: 30.66%;
	}

	.one-fourth {
		width: 22%;
	}

	.one-fifth {
		width: 16.8%;
	}

	.two-third {
		width: 65%;
		margin-right: 0;
		padding-bottom: 5px;
	}

	.two-third p {
		padding-bottom: 5px;
	}

	.one-half:nth-of-type(even),
	.one-third:nth-of-type(3n+3),
	.one-fourth:nth-of-type(4n+4),
	.col-last {
		margin-right: 0;
	}
}


.two-cols,
.three-cols,
.four-cols {

}
	.two-cols .col,
	.three-cols .col,
	.four-cols .col {
		width: 100%;
		margin-bottom: 40px;
		overflow: hidden;
		float: left;
	}
	.last-row-hack:after {
	  content: "";
	  flex: auto;
	}
	@media screen and (min-width: 600px) {
		.col {
			float: none;
		}
		.two-cols,
		.four-cols {
			display: flex;
			justify-content: space-between;
		}
		.three-cols,
		.two-cols {
			flex-wrap: wrap;
		}
		.two-cols .col {
			width: 48%;
		}
		.two-cols.plus-gutter .col {
			width: 46%;
		}
	}
	@media screen and (min-width: 760px) {
		.three-cols {
			display: flex;
			justify-content: flex-start;
	    align-items: flex-start;
		}
		.three-cols .col {
			width: 30%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 761px) and (max-width: 1024px) {
		.three-cols .col:nth-of-type(3n+3),
		.three-cols .col {
			width: 47.5%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(even) {
			margin-right: 0;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
	    width: 46%;
		}
	}
	@media screen and (min-width: 600px) and (max-width: 1024px) {
		.four-cols {
			flex-wrap: wrap;
		}
		.four-cols .col {
			width: 48%;
			margin-bottom: 60px;
		}
		.four-cols .col:nth-last-child(-n+2) {
			margin-bottom: 0;
		}
	}
	@media screen and (min-width: 1025px) {
		.four-cols {
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.four-cols .col {
			width: 22%;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
			width: 28.5%;
		}
	}
	.align-start {
		align-items: flex-start;
	}

.row {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center-wrap {
  position: absolute;
  display: table;
  overflow: hidden;
  height: 100%;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
}

.center-wrap-row {
  display: table-row;
  height: 100%;
}

.center-wrap-cell {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

.center-blk {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1130px;
    width: 90%;
}

a.hot-spot {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	top: 0;
	left: 0;
}

body.ie a.hot-spot {
	background: transparent url('img/blank.gif'); /* helps IE */
}

.full-bleed {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    outline: 0;
		font-size: 19px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

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: #000;
    border: 1px solid #313131;
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 13px;
    font-size: 22px;
    padding: 5px !important;
}

select {
border: 1px solid #000;
    padding: 6px 3px;
    border-radius: 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;
	outline: none;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* -------- Placeholders ---------- */

input[type="text"]::-webkit-input-placeholder {
   color: #1D1D1D;
}

input[type="text"]::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

input[type="text"]:-ms-input-placeholder {
   color: #1D1D1D;
}

input[type="email"]::-webkit-input-placeholder {
   color: #1D1D1D;
}

input[type="email"]::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

input[type="email"]:-ms-input-placeholder {
   color: #1D1D1D;
}


textarea::-webkit-input-placeholder {
   color: #1D1D1D;
}

textarea::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

textarea:-ms-input-placeholder {
   color: #1D1D1D;
}

label {
	display: block;
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 18px;
	
}


.search-form {
	position: relative;
}
	.search-form input[type="text"] {
display: block;
    width: 100%;
    padding: 10px 100px 10px 15px;
    border: 1px solid #000;
    border-radius: 3px;
	}
	.search-form input[type="submit"] {
position: absolute;
    bottom: 17px;
    right: 4px;
    margin: 0;
    padding: 8px 15px 9px;
    min-width: auto;
    border-radius: 3px;
    width: auto;
	}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0d60a9;
	transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    outline: none;
}

a:visited {
}

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

a:focus {
	outline: none;
}

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


/* -------- Buttons ---------- */
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
a.btn {
	color: #ffffff;
	font-size: 1em;
	display: inline-block;
	text-decoration: none;
	padding: 0.8em 1.3em;
	line-height: 0.9em;
	font-weight: 400;
	position: relative;
	text-align: center;
	border-radius: 3em;
	background: #008080;
	border: 1px solid #008080;
	margin-bottom: 0.5em;
	font-family: 'Source Sans Pro', serif;
}
	a.btn:not(:last-of-type) {
			margin-right: 1em;
	}
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	button {
		font-size: 19px;
		width: 100%;
		margin-top: 10px;
	}


a.btn.outline {
	background: #FFF;
	color: #000;
	border: 1px solid #CCC;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover,
a.btn:hover,
a.btn.outline:hover {
    background: #000;
    color: #FFF;
		border-color: #000;
}

a.btn.outline.btn-slack {
	background: transparent url(../img/slack_icon.svg) no-repeat 16px center;
	background-size: 20px;
	padding-left: 46px;
}
	a.btn.outline.btn-slack.sml {
		font-size: 0.8em;
		padding-left: 33px;
		padding-right: 15px;
		background: transparent url(../img/slack_icon.svg) no-repeat 10px center;
		background-size: 15px;
	}
	a.btn.outline.btn-slack:hover,
	a.btn.outline.btn-slack.sml:hover {
		background-color: #EFEFEF;
		border-color: #EFEFEF;
		color: #000;
	}

a.btn.outline.btn-signup {
    position: relative;
    background: #ffbd44;
    border: #ffbd44;
    padding: 1em 2em;
    font-size: initial;
    margin-top: 20px;
}
	a.btn.outline.btn-signup:hover {
		background: #000;	
	}


a.btn:active {
	    top: 2px;
}

a.btn:focus {
	outline: 2;
}

/* Button Large */

a.btn.lrg {
	font-size: 1.1em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: none;
    display: block;
    float: right;
    width: auto;
    margin: 0;
}

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

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

.main-navigation a {
    color: #0b0c0c;
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    padding: 28px 16px;
    line-height: 0.9em;
    font-weight: 600;
    position: relative;
    text-align: center;
    background: #FFF;
    border: 1px solid transparent;
}
	@media screen and (max-width: 990px) {
		.main-navigation a {
			    margin:0;
				padding: 28px 5px;
		}
	}
	@media screen and (max-width: 870px) {
		.main-navigation {
			float: left;
		}
		.main-navigation a {
			    margin: 0 0 5px 0;
				padding: 10px;
		}
	}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
    background: white;
    width: 10em;
    padding: 0.5em 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation a:hover,
.main-navigation li:hover > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_parent > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current-menu-ancestor > a {
	background: #0b0c0c;
	color: #FFF;
	border-color: #0b0c0c;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 auto;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0 5%;
}

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

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



nav.step-by-step {

}

	nav.step-by-step ul {
		list-style: none;
		margin-bottom: 2em;
		counter-reset: num-counter;
	}
	nav.step-by-step li {
		counter-increment: num-counter;
		line-height: normal;
		margin-top: 0.5em;
	}
	nav.step-by-step li.menu-item-has-children > a {
		color: #0b0c0c;
		font-weight: 700;
		font-size: 1.2em;
		text-decoration: none;
		cursor: pointer;
	}
	nav.step-by-step li.number-item > a {
		font-weight: 700;
		font-size: 1.2em;
		text-decoration: none;
	}
	nav.step-by-step span.sbs-show-toggle {
		display: block;
		font-size: 16px;
		text-decoration: underline;
		color: #0d60a9;
		font-weight: 400;
	}
	nav.step-by-step span.sbs-show-toggle:before {
		content: "Hide ";
	}
	body.js nav.step-by-step li.menu-item-has-children:not(.sub-menu-open) a span.sbs-show-toggle:before {
		content: "Show ";
	}
	body.js nav.step-by-step li.menu-item-has-children:not(.sub-menu-open) ul.sub-menu {
		display: none;
	}
	nav.step-by-step span.sbs-menu-description {
		display: block;
		text-decoration: none;
		color: #0b0c0c;
		font-size: 0.8em;
		font-weight: normal;
		max-width: 500px;
	}
	nav.step-by-step li.number-item,
	nav.step-by-step li.menu-item-has-children {
		border-left: 2px solid;
		margin: 0;
		padding: 0 0 30px 30px;
		position: relative;
	}
	nav.step-by-step li.number-item:before,
	nav.step-by-step li.menu-item-has-children:before {
		content: counter(num-counter);
    display: block;
    border-radius: 100%;
    border: 2px solid;
    background: #FFF;
    width: 34px;
    height: 34px;
    position: absolute;
    left: -18px;
    top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
	}
	nav.step-by-step li.number-item:last-of-type::after,
	nav.step-by-step li.menu-item-has-children:last-of-type::after {
		display: block;
    border-bottom: 2px solid;
    width: 18px;
    position: absolute;
    left: -10px;
    bottom: 0;
    content: "";
	}
	nav.step-by-step li.menu-item-has-children ul.sub-menu {
		margin: 1.5em 0 0.5em;
	}
	nav.step-by-step ul.sub-menu li {
		position: relative;
	}
	nav.step-by-step ul.sub-menu li.current-menu-item::before {
		display: block;
    border-bottom: 2px solid;
    width: 18px;
    position: absolute;
    left: -30px;
    top: 0.6em;
    content: "";
	}
	nav.step-by-step li.current-menu-item::before {
		background: #0b0c0c;
		color: #FFF;
	}
	nav.step-by-step li.current-menu-item span.sbs-menu-description {

	}
	nav.step-by-step li.current-menu-item a,
	nav.step-by-step ul.sub-menu li.current-menu-item a {
		color: inherit;
		text-decoration: none;
	}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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
--------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	margin: 0 auto;
	position: relative;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

#page-wrapper {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
}

.site-header {
    padding: 0;
    margin-bottom: 3em;
    border-top: 8px solid #000;
}

.site-branding {
	float: left;
}
	.site-branding svg {
    width: 220px;
    height: auto;
    margin: 17px 0 6px;
	}
	footer .site-branding svg path {
		fill: #FFF;
	}

.site-title {
    margin: 0;
}

.site-title a {
	text-decoration: none;
	font-weight: 600;
	color: #0b0c0c;
}

/* -- Footer -- */



.site-footer {
	width: 100%;
	margin-top: 5em;
	clear: both;
	background: #0b0c0c;
	color: #FFF;
}
	.site-footer .center-blk {
		padding: 4em 0;
		overflow: hidden;
	}
	.site-footer p {
		margin: 0;
	}
	.site-footer .col {
		margin-bottom: 20px;
	}
	@media screen and (min-width: 600px) {
		.site-footer .col {
			margin-bottom: 0;
		}
	}
	.site-footer .site-title a {
		color: #FFF;
	}
	.site-footer nav.footer-navigation ul {
		list-style: none;
		margin: 0;
	}
	.site-footer nav.footer-navigation ul li {
		display: block;
		clear: both;
		margin: 0 0 5px;
	}
	.site-footer nav.footer-navigation ul li:not(:first-of-type){
	}
	.site-footer nav.footer-navigation ul li a {
		color: #FFF;
		font-size: 0.9em;
		text-decoration: none;
	}
	.site-footer nav.footer-navigation ul li a:hover {
		text-decoration: underline;
	}
	@media screen and (min-width: 600px) {
		.site-footer nav.footer-navigation ul {
			text-align: left;
		}
		.site-footer .site-info .two-cols .col:nth-child(2) {
			text-align: right;
		}
	}
	@media screen and (min-width: 600px) and (max-width: 1024px) {
		.site-footer .three-cols .col:nth-of-type(1) {
			width: 100%;
			margin-right: 0;
		}
		.site-footer .three-cols .col:nth-of-type(n+2) {
			width: 47.5%;
			margin: 2em 5% 0 0;
		}
		.site-footer .three-cols .col:nth-of-type(3) {
			margin-right: 0;
		}
	}
	.site-footer .feedback-banner {
		border-bottom: 10px solid #ffeda9;
		background: #FFF;
	}
	.site-footer .feedback-banner .center-blk {
    background: #ffeda9;
    padding: 5px 10px 0;
    color: #000;
	}
	.site-footer .feedback-banner .center-blk p {
		font-size: 1.1em;
	}

.site-info {
	color: #a7a7a7;
	margin-top: 21px;
}
	.site-info p {
		font-size: 0.9em;
	}
	.site-info p a {
		color: #a7a7a7;
	}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

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

.page-header .page-title  {
	margin: 1em 0;
	font-size: 2.5em;
}

header.post-header {
	margin-top: 2em;
}
	header.post-header .post-title  {
		margin: 0 0 0.25em;
		font-size: 2.5em;
	}
	header.post-header .post-title span.heading-icon {
		display: inline-block;
    height: 1em;
    width: 1em;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
	}
	header.post-header .excerpt {
		font-size: 1.3em;
		line-height: 1.4;
		margin-bottom: 2em;
	}
	header p.part-of {
		font-size: 17px;
		color: #757575;
		margin-bottom: 0.6em;
	}
	header p.part-of a {
		color: #757575;
	}


.narrow-center-wrap {
	max-width: 800px;
	margin: 2em auto 4em;
	width: 100%;
}


.narrow-center {
	max-width: 800px;
	width: 100%;
}
	.narrow-center h2 {
		margin-bottom: 1em;
	}

.mid-narrow-center {
	max-width: 900px;
	width: 100%;
}

.super-narrow-center {
	max-width: 600px;
}


header.home-header {
}
	header.home-header .hero-heading {
	}
	header.home-header .hero-description {
		max-width: 680px;
		margin: 0 auto;
		display: block;
	}
	header.home-header .hero-description p {
		font-family: 'Source Sans Pro', sans-serif;
	}
	@media screen and (min-width: 600px) {
		header.home-header .btn-row,
		header.home-header .hero-heading,
		header.home-header .hero-description {
			text-align: center;
		}
	}

.home-updates-feed {
	border-top: 1px dashed #CCC;
	margin-top: 3em;
	padding-top: 3em;
	max-width: 600px;
}

.home-callout {
	background: #f9f9f9;
	padding: 2em 1em;
	text-align: center;
	margin-bottom: 4em;
}

	.home-callout .quote-col {
		align-self: center;
	}
	@media screen and (min-width: 600px) {
		.home-callout .col {
			margin-bottom: 0;
			padding-right: 1em;
		}
		.home-callout::before {
			border-left: 1px solid #CCC;
			position: absolute;
			left: 48%;
			height: calc(100% - 4em);
			content: "";
			width: 1px;
		}
	}

.data-number {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 1em;
}
	.data-number strong {
		font-size: 3em;
		display: block;
		clear: both;
		line-height: 1;
	}

blockquote {
	margin-bottom: 2em;
}
	blockquote p {
		font-style: italic;
		margin-bottom: 0.7em;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 1.2em;
		line-height: 1.4;
	}
	blockquote cite {
		font-family: 'Source Sans Pro', sans-serif;
		font-style: normal;
	}

.main-carousel blockquote {
	width: 100%;
}

.knowledge-col {
	overflow: visible !important;
}

.knowledge-summary {
	font-family: 'Source Sans Pro', sans-serif;
	border: 2px solid;
	padding: 1.5em;
	position: relative;
}
	.knowledge-summary::after {
		border-right: 2px solid;
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 11px;
    top: 11px;
	}
	.knowledge-summary:hover::after {
		border-width: 10px;
	}
	.knowledge-summary h3 {
		font-size: 1.5em;
    line-height: 1.3;
		margin-bottom: 10px;
	}
	.knowledge-summary h3 strong {
		font-size: 2.1em
	}
	.knowledge-summary h3:not(.data-number) {
		font-size: 2.5em;
		line-height: 1;
	}
	.knowledge-summary:hover h3 {
		text-decoration: underline;
	}
	.knowledge-summary p {
		font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.3;
    font-size: 1em;
    margin-bottom: 0;
	}

.pad-btm-5 {
	padding-bottom: 5em;
}

.pad-btm-4 {
	padding-bottom: 4em;
}

.pad-btm-3 {
	padding-bottom: 3em;
}

.pad-btm-2 {
	padding-bottom: 2em;
}

.pad-btm-1 {
	padding-bottom: 1em;
}


.sponsors {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
	.sponsors .sponsor {
		margin: 0 10px 15px;
	}
	.sponsors .sponsor img {
		max-width: 230px;
	}
	.sponsors .sponsor:hover {
		opacity: 0.5;
	}

.eop-cta {
	max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 2em;
  background: #EFEFEF;
}
	.eop-cta h2 {
		margin-bottom: 1em;
		    font-size: 1.8em;
	}
	.eop-cta .btn {
		min-width: 140px;
	}

.content-with-sidebar {

}
	.content-with-sidebar aside,
	.content-with-sidebar .content-wide {
		width: 100%;
		margin-bottom: 2em;
	}
	aside.in-page-nav {
		background: #f7f7f7;
		padding: 1.5em;
	}
	@media screen and (min-width: 770px) {
		.content-with-sidebar .content-wide {
			float: left;
			width: calc(100% - 240px);
		}
		.content-with-sidebar.right-side .content-wide {
			float: right;
		}
		.content-with-sidebar aside {
			width: 210px;
			float: right;
		}
		.content-with-sidebar.right-side aside {
			float: left;
			width: 220px;
		}
		aside.in-page-nav {
			top: 30px;
			float: right;
			margin-top: 48px;
			position: sticky;
			width: 200px;
			background: #f7f7f7;
			padding: 1.5em;
		}
	}


ul.category-list {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
}
	ul.category-list li {
		margin-bottom: 5px;
		font-size: 1em;
		line-height: 1.2;
		display: block;
		width: 100%;
		padding: 2px 2px 2px 10px;
		border-left: 3px solid transparent;
	}
	ul.category-list li.current-cat {
		border-left: 3px solid #000;
	}
	ul.category-list li a {
		
	}

span.back-link {
	display: block;
	margin-bottom: 2em;
}
	span.back-link a {
			color: #0b0c0c;
	}


.side-cta {
	background: #f9f9f9;
	padding: 1em;
}
	.side-cta p,
	.side-cta h4 {
		font-family: 'Source Sans Pro', sans-serif;
	}
	.side-cta h4 {
		font-weight: 700;
	}
	.side-cta p {
		font-size: 1em;
		margin-bottom: 20px;
		line-height: 1.3;
	}


.person-profile {

}
	.person-profile img {
		width: 100%;
		margin-bottom: 15px;
	}
	.person-profile h4 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		margin-bottom: 5px;
	}
	.person-profile h4 a {
		color: inherit;
	}
	.person-profile p.job-title {

	}
	.person-profile p {
		font-family: 'Source Sans Pro', sans-serif;
		margin-bottom: 10px;
		font-size: 1em;
	}
	.person-profile p:last-of-type {
		margin-bottom: 0;
	}


ul.supporter-list {
	list-style: none;
	margin: 0;
}
	ul.supporter-list li.col {
		margin-bottom: 0;
	}
	ul.supporter-list li {
    padding: 0 0 4px;
    font-size: 17px;
	}


.join-reason {

}

	.join-reason .col {
		background: #f7f7f7;
		padding: 1.5em;
	}
	.join-reason p {
		font-size: 1.2em;
	}
	.join-reason .col {
	}
	.join-reason h3 {
		margin-bottom: 10px;
	}
	.join-reason blockquote {
		margin: 0 auto;
		padding: 0 1em;
	}
	.join-reason time {
		margin-bottom: 10px;
    display: block;
	}

#primary.sidebar,
.full-width.longform {
	max-width: 720px;
	margin: 0 auto;
}

#primary.sidebar {
	width: 100%;
}

#secondary {
	width: 100%;
	margin: 0 0 2em;
}

#primary.full-width.longform + #secondary {
	margin-top: 4em;
	margin-left: 10px;
	clear: left;
}
	@media screen and (min-width: 770px) {
		#primary.full-width.longform + #secondary {
			max-width: 720px;
			padding-left: 1em;
			margin: 4em auto 0;
			float: none;
			width: auto;
			clear: left;
		}
	}
	@media screen and (min-width: 1023px) {
		#primary.sidebar  {
			width: calc(100% - 410px);
			float: left;
		}
		#secondary {
			float: right;
			width: 320px;
			margin-top: 71px;
		}
		#primary.sidebar + #secondary {
		}
	}
	@media screen and (max-width: 1023px) {
		#primary.sidebar + #secondary {
			max-width: 720px;
			padding-left: 1em;
			margin: 4em auto 0;
			float: none;
			width: auto;
		}
	}
	@media screen and (max-width: 600px) {
		#secondary {
			width: 100%;
			padding-left: 1em;
		}
	}




/*************************** CASE STUDY ******************************/
	article.casestudy-partial {
		margin: 0 auto;
		position: relative;
		max-width: 600px;
	}
	
	article.casestudy-partial h3 a{
		text-decoration: none;
   	    font-size: 25px;
	}
	article.casestudy-partial h3 {
		margin-bottom: 0;
	}

	


/*************************** CASE STUDY ******************************/
/*************************** RECENT POST SG ******************************/

.r_post ul{
	list-style: square;
	font-size: 40px;
}
.r_post ul li a{
	text-decoration: none;
}
.r_post_div{
	font-size: 20px;
}
/*************************** RECENT POST SG ******************************/


/***************************TOOLKIT ******************************/
article.toolkit-partial{
	background: #f3f3f3;
	padding: 1.5em;
	margin-bottom: 1.5em;
}
article.toolkit-partial h3{
	margin-top: 0 !important;
}
article.toolkit-partial{

}
	article.toolkit-partial h3{
		line-height: 1.2;
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	article.toolkit-partial h3 a{
		text-decoration: none;
	}
	article.toolkit-partial time  {
		display: block;
		margin: 10px 0;
		font-size: 1.1em;
	}
	article.toolkit-partial .location {

	}
	article.toolkit-partial .categories {

	}
	article.toolkit-partial p.excerpt{
		color: inherit;
		margin-bottom: 20px;
		line-height: 1.3;
	}

	article.toolkit-partial hr{
		margin: 10px 0 20px;
	}

	.toolkit-partial .date-series {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 15px 0 0;
	}
	.toolkit-partial .date-series time {
		width: 40px;
		height: 40px;
		margin: 0 5px 0 0;
		padding-top: 3px;
		border-width: 1px;
	}
/***************************TOOLKIT SG******************************/
	
/*************************** UPDATES PARTIAL SG******************************/
article.update-partial{
	background: #f3f3f3;
	padding: 1.5em;
	margin-bottom: 1.5em;
}
article.update-partial h3{
	margin-top: 0 !important;
}

	article.update-partial h3{
		line-height: 1.2;
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	article.update-partial h3 a{
		text-decoration: none;
	}
	article.update-partial time  {
		display: block;
		margin: 10px 0;
		font-size: 1.1em;
	}
	
	article.update-partial p.excerpt{
		color: inherit;
		margin-bottom: 20px;
		line-height: 1.3;
	}

	article.update-partial hr{
		margin: 10px 0 20px;
	}

	.update-partial .date-series {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 15px 0 0;
	}
	.update-partial .date-series time {
		width: 40px;
		height: 40px;
		margin: 0 5px 0 0;
		padding-top: 3px;
		border-width: 1px;
	}
/*************************** UPDATES PARTIAL SG******************************/


.block-partial,
article.event-partial {
	background: #f3f3f3;
	padding: 1.5em;
	margin-bottom: 1.5em;
}

.block-partial h3,
article.event-partial h3 {
	margin-top: 0 !important;
}




article.event-partial {

}
	.block-partial h3,
	article.event-partial h3 {
		line-height: 1.2;
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	.block-partial h3 a,
	article.event-partial h3 a {
		text-decoration: none;
	}
	article.event-partial time {
		display: block;
		margin: 10px 0;
		font-size: 1.1em;
	}
	article.event-partial .location {

	}
	article.event-partial .categories {

	}
	.block-partial p.excerpt,
	article.event-partial p.excerpt {
		color: inherit;
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.block-partial p.excerpt:last-of-type {
		margin-bottom: 0;
	}
	article.event-partial hr {
		margin: 10px 0 20px;
	}
	.block-partial h4.aka {
		text-transform: capitalize;
		font-size: 1em;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.block-partial.glossary-partial {
		position: relative;
		padding: 0;
		background: transparent;
	}
	.block-partial.glossary-partial h3 {
		position: relative;
		z-index: 10;
	}
	.block-partial.glossary-partial p.excerpt::after {
		display: block;
		    position: absolute;
		    width: 100%;
		    left: 0;
		    height: 10px;
		    background: rgb(243,243,243);
		    background: linear-gradient(
		0deg
		, rgba(243,243,243,1) 20%, rgba(243,243,243,0.013042717086834688) 100%);
		    content: "";
		    bottom: 0px;
		    height: 110px;
	}

time.event-time {
	font-size: 1.6em;
}


.excerpt {
	line-height: 1.3;
	font-size: 1.1em;
}

.glossary-definition {
	border: 1px solid #CCC;
	padding: 1.5em;
	margin-bottom: 2em;
}
	.glossary-definition p {
		font-size: 1.2em;
	}
	.glossary-definition h4.sans {
		font-weight: 700;
		font-size: 1.3em;
	}

.next-btn-row {
	margin: 3.5em 0 0;
}
	.next-btn-row p.excerpt {
		margin-top: 0.75em;
	}




.sponsored-by {
	padding: 1em;
	margin: 3em 0;
	background: #efefefa1;
}
	.sponsored-by img {
		max-width: 250px;
	}


span.edit-link {
	display: inline-block;
	margin: 1em 0 0;
	background: yellow;
}
	span.edit-link a {
		color: #000;
	}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}


.content-block {

}
	.content-block figure {
		width: 100% !important;
		margin: 0 0 2em;
	}
	.content-block figcaption {
		color: #757575;
	}
	.content-block:not(:last-of-type) {
		margin-bottom: 3em;
	}
	.content-block img {
		width: 100%;
		border: 1px solid #CCC;
		padding: 3px;
	}
	.content-block h1,
	.content-block h2,
	.content-block h3,
	.content-block h4,
	.content-block h5 {
		font-weight: 400;
		margin-bottom: 0.5em;
		margin-top: 1em;
	}

.airtable-gallery-embed {
	width: 95%;
	height: calc(90% - 40px);
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
	background: url(../img/loading.gif) no-repeat center center;
	background-size: 40px;
}
	.airtable-gallery-embed h3.modal-heading {
		color: #FFF;
		padding-right: 100px;
	}
	.airtable-gallery-embed iframe {
		height: 100%;
		border: none !important;
	}
	.airtable-gallery-embed .fancybox-close-small:after {
		color: #FFF;
    background: #000;
	}



.accordion {
	border-bottom: 1px solid #CCC;
}
	.accordion .accordion-section {
		    clear: both;
	}
	.accordion .section-heading {
		border-top: 1px solid #CCC;
		cursor: pointer;
		padding: 15px 40px 15px 0;
		position: relative;
	}
	.accordion .section-heading h2 {
	    color: #0d60a9;
	    font-weight: 600;
	    margin: 0;
	    font-size: 1.3em;
	}
	.accordion .section-heading:hover h2 {
		text-decoration: underline;
	}
	.accordion .accordion-icon {
	    position: absolute;
	    top: 50%;
	    right: 5px;
	    width: 20px;
	    height: 20px;
	    margin-top: -10px;
	}
	.accordion .accordion-icon:before,
	.accordion .accordion-icon:after {
		content: "";
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    width: 20%;
	    height: 20%;
	    margin: auto;
	    background-color: #0b0c0c;
	}
	.accordion .accordion-icon:before {
	    width: 100%;
	    height: 3px;
	}
	.accordion .accordion-icon:after {
	    height: 100%;
	    width: 3px;
	}
	.accordion .accordion-section-expanded .accordion-icon:after {
		display: none;
	}
	.accordion .section-content {
		padding: 5px 0 20px;
		display: none;
	}
	.accordion .accordion-section.accordion-section-expanded .section-content {
		display: block;
	}
	.accordion .accordion-controls {
		text-align: right;
		margin-bottom: 10px;
	}
	.accordion .accordion-controls a {
		text-decoration: underline;
		cursor: pointer;
	}



.event-accordion {

}
	.event-accordion .section-heading.past,
	.event-accordion .section-heading.past h2 {
		color: #838d92;
	}
	.event-accordion .section-heading {
		display: flex;
    align-items: center;
	}
	.event-accordion .section-heading .heading-wrap {
		padding-left: 20px;
		width: calc(100% - 80px);
	}
	.event-accordion .section-heading h2 {

	}
	.event-accordion .section-heading p.time-location {
		font-size: 16px;
		margin: 0;
	}
	.event-accordion .section-heading time {
		display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid;
    text-align: center;
    line-height: 1;
		font-weight: 700;
		padding-top: 6px;
		text-indent: 1px;
		float: left;
		background: #0b0c0c;
		color: #FFF;
	}
	.event-accordion .section-heading.past time {
		background: #FFF;
		color: #838d92;
		text-decoration: line-through;
	}
	.event-accordion .section-heading time span {
		display: block;
		width: 100%;
		text-transform: uppercase;
	}
	.event-accordion .section-heading time .day {
		font-size: 1.4em;
	}
	.event-accordion .section-content .row {
		margin-bottom: 2em;
	}
	.event-accordion .section-content .row p {
		font-size: 1.2em;
	}

.date-series {
	display: flex;
  align-items: center;
  justify-content: center;
	overflow: hidden;
	position: relative;
}
	.date-series time {
		display: block;
		width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid;
    text-align: center;
    line-height: 1;
		font-weight: 700;
		padding-top: 6px;
		text-indent: 1px;
		float: left;
		background: #0b0c0c;
		color: #FFF;
		margin: 0 5px;
	}
	.event-partial .date-series {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 15px 0 0;
	}
	.event-partial .date-series time {
		width: 40px;
		height: 40px;
		margin: 0 5px 0 0;
		padding-top: 3px;
		border-width: 1px;
	}
	.date-series time.past {
		background: transparent;
		color: #838d92;
		text-decoration: line-through;
	}
	.date-series time span {
		display: block;
		width: 100%;
		text-transform: uppercase;
	}
	.date-series time .day {
		font-size: 18px;
	}
	.event-partial time .day {
			font-size: 16px;
	}
	.date-series time .month {
		font-size: 14px;
	}
	.event-partial time .month {
		font-size: 12px;
	}

.notice-info {
	padding: 1.4em;
	background: #fff9c0;
}
	.notice-info h4 {
		margin-bottom: 0.5em;
		font-size: 1.3em;
	}
	.notice-info p {
		margin-bottom: 0;
		font-size: 1.15em;
		line-height: 1.3;
	}


h1.entry-title + h4.aka {
	margin-bottom: 0;
}
	h1.entry-title .cat-name {
		font-size: 0.6em;
		line-height: 1.15;
		max-width: 700px;
		display: inline-block;
	}

p.resource-link,
p.model-dates {
	font-size: 1.1em;
	line-height: 1.3;
}
	p.model-dates time {
		margin-bottom: 0px;
		display: block;
		line-height: 1.3;
	}

.the-clause {
	background: #f5f5f5;
}
	.the-clause .inner-wrap {
		padding: 7%;
	}

.disclaimer {
	
}
	.disclaimer .accordion,
	.disclaimer .accordion .section-heading {
		border: none;
	}
	.disclaimer .accordion .section-content {
    	padding: 25px;
    	background: #e8e8e8;
	}
	.disclaimer .accordion .section-heading {
		background: #000;	
		padding: 15px 40px 15px 15px;
	}
	.disclaimer .accordion .section-heading h2 {
		color: #FFF;
	}
	.disclaimer .accordion .accordion-icon {
		right: 15px;
	}
	.disclaimer .accordion .accordion-icon:before, 
	.disclaimer .accordion .accordion-icon:after {
		background-color: #FFF;
	}


.glossary-references {
	border-top: 2px solid;
    margin: 2em 0 0;
    padding: 2em 0 0;
}
	.glossary-references p {
		font-size: 1.1em;
	}
	.glossary-references p span:not(:last-of-type)::after {
		content: ", "
	}



.striping:nth-of-type(odd) {
	background: #f5f5f5;
}


.event-breakdown {
	padding: 15px;
}
	.event-breakdown .time-block {

	}
	.event-breakdown .time-block:not(:last-of-type) {
		border-bottom: 1px solid #CCC;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.event-breakdown .session-theme-name h3 {
		margin: 0 0 10px;
	}
	@media screen and (min-width: 600px) {
		.event-breakdown .session-theme-name {
			margin: 0;
			max-width: 200px;
			display: block;
			float: left;
		}
		.event-breakdown .time-block {
			width: calc(100% - 220px);
			float: right;
		}
	}
	.event-breakdown .time-block time {
		font-weight: 600;
	}
	.event-breakdown .time-block p {
		font-size: 1em;
	}


.post-featured-image {
	width: 100%;
	text-align: center;
	background: #EFEFEF;
	margin: 1em 0;
    line-height: 0;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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


.alert-banner {
	display: block;
	padding: 15px;
	background: #EFEFEF;
	border-left: 5px solid #000;
}
	.alert-banner h4 {
		font-size: 18px;
    font-weight: 600;
	}
	.alert-banner p {
		font-size: 18px;
		line-height: 1.2;
	}
	.alert-banner.orange {
		background: #ffeecd;
		border-color: #ffb200;
	}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

#secondary h1.widget-title {
	font-size: 1em;
	font-weight: 600;
}

#secondary .widget ul {
    margin: 0;
    list-style-position: inside;
    padding: 0;
}

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

.bypostauthor {
	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%;
}

.holder-wrap {
	overflow: hidden;
}
	.img-holder {
		position: relative;
		display: block;
		z-index: 0;
		background: rgba(0,0,0,0.1);
		width: 100%;
		height: 100%;
		float: left;
	}
	.img-holder:before {
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 100%;
		background: rgba(0,0,0,0.1);
		left: 50%;
		top: 50%;
		margin-left: -10px;
		margin-top: -10px;
		z-index: 90;
	}
	.img-holder:before {
		-webkit-animation-name: 'pulse_animation';
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
	}
	.holder-wrap.image-loaded {
		background-color: #000;
	}
	.img-holder img {
		width: 100%;
		float: left;
		opacity: 0;
		z-index: 10;
		transition: opacity .2s linear;
		-moz-transition: opacity .2s linear;
		-webkit-transition: opacity .2s linear;
	}
	.holder-wrap.image-loaded a.img-holder:hover img {
		opacity: 0.3;
	}
	.image-loaded .img-holder img {
		opacity: 1;
	}
	.image-loaded .img-holder:before {
		display: none;
	}

	@-webkit-keyframes pulse_animation {
		0% { opacity: 0; }
		50% { opacity: 1; }
		100% { opacity: 0; }
	}

.sixteen-nine {
  position: relative;
  background-size: 110%;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
figure.video .sixteen-nine > figcaption.content {
	background: rgba(42, 35, 35, 0.35);
	transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin: 0;
}

figure.video:hover .sixteen-nine > figcaption.content {
	background: rgba(42, 35, 35, 0.8);
}

figure.video .sixteen-nine > figcaption.content h4 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2em 10%;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 0 0 2em rgba(0, 0, 0, 0.9);
}



.tabbed-content ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tabbed-content ul.tabs li{
	background: transparent;
    padding: 1.5em 1.5em 1em;
    margin-left: -1px;
    position: relative;
    left: 1px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.tabbed-content ul.tabs li.current{
	background: #FBFBFB;
}

.tabbed-content .tab-inner {
	background: #FBFBFB;
    padding: 2em;
    display: none;
    overflow: hidden;
}

.tabbed-content .tab-inner.current {
	display: inherit;
}

/*--------------------------------------------------------------
##  Plugins
--------------------------------------------------------------*/


		/*! Flickity v2.2.2
		https://flickity.metafizzy.co
		---------------------------------------------- */

		.flickity-enabled {
		  position: relative;
		}

		.flickity-enabled:focus { outline: none; }

		.flickity-viewport {
		  overflow: hidden;
		  position: relative;
		  height: 100%;
		}

		.flickity-slider {
		  position: absolute;
		  width: 100%;
		  height: 100%;
		}

		/* draggable */

		.flickity-enabled.is-draggable {
		  -webkit-tap-highlight-color: transparent;
		  -webkit-user-select: none;
		     -moz-user-select: none;
		      -ms-user-select: none;
		          user-select: none;
		}

		.flickity-enabled.is-draggable .flickity-viewport {
		  cursor: move;
		  cursor: -webkit-grab;
		  cursor: grab;
		}

		.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
		  cursor: -webkit-grabbing;
		  cursor: grabbing;
		}

		/* ---- flickity-button ---- */

		.flickity-button {
		  position: absolute;
		  background: hsla(0, 0%, 100%, 0.75);
		  border: none;
		  color: #333;
		}

		.flickity-button:hover {
		  background: white;
		  cursor: pointer;
		}

		.flickity-button:focus {
		  outline: none;
		  box-shadow: 0 0 0 5px #19F;
		}

		.flickity-button:active {
		  opacity: 0.6;
		}

		.flickity-button:disabled {
		  opacity: 0.3;
		  cursor: auto;
		  /* prevent disabled button from capturing pointer up event. #716 */
		  pointer-events: none;
		}

		.flickity-button-icon {
		  fill: currentColor;
		}

		/* ---- previous/next buttons ---- */

		.flickity-prev-next-button {
		  top: 50%;
		  width: 44px;
		  height: 44px;
		  border-radius: 50%;
		  /* vertically center */
		  transform: translateY(-50%);
		}

		.flickity-prev-next-button.previous { left: 10px; }
		.flickity-prev-next-button.next { right: 10px; }
		/* right to left */
		.flickity-rtl .flickity-prev-next-button.previous {
		  left: auto;
		  right: 10px;
		}
		.flickity-rtl .flickity-prev-next-button.next {
		  right: auto;
		  left: 10px;
		}

		.flickity-prev-next-button .flickity-button-icon {
		  position: absolute;
		  left: 20%;
		  top: 20%;
		  width: 60%;
		  height: 60%;
		}

		/* ---- page dots ---- */

		.flickity-page-dots {
		  position: absolute;
		  width: 100%;
		  bottom: 0;
		  padding: 0;
		  margin: 0;
		  list-style: none;
		  text-align: center;
		  line-height: 1;
		}

		.flickity-rtl .flickity-page-dots { direction: rtl; }

		.flickity-page-dots .dot {
		  display: inline-block;
		  width: 10px;
		  height: 10px;
		  margin: 0 8px;
		  background: #333;
		  border-radius: 50%;
		  opacity: 0.25;
		  cursor: pointer;
		}

		.flickity-page-dots .dot.is-selected {
		  opacity: 1;
		}
