@charset "UTF-8";
/*  
	Theme Name: 	    AACI - V1.3
	Theme URI:		http://autismawarenesscentre.com
	Description: 	Themed by <a href="http://qualiadesigns.com">Qualia Designs</a>.
	Author: 		    Qualia Designs
	Author URI: 	    http://qualiadesigns.com
	Version: 		Version 1.3
	License: 		Restricted - All Rights Reserved
*/
/* BASE RULES */
/* ADAPTED FROM MEYER RESET - http://meyerweb.com/eric/tools/css/reset/ */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'entypo';
  src: url("fonts/entypo.eot?ewpttz");
  src: url("fonts/entypo.eot?ewpttz#iefix") format("embedded-opentype"), url("fonts/entypo.woff2?ewpttz") format("woff2"), url("fonts/entypo.ttf?ewpttz") format("truetype"), url("fonts/entypo.woff?ewpttz") format("woff"), url("fonts/entypo.svg?ewpttz#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'entypo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-articles:before {
  content: "\e018";
}

.icon-speakers:before {
  content: "\e06d";
}

.icon-training:before {
  content: "\e0b1";
}

.icon-date:before {
  content: "\e112";
}

.icon-conferences:before {
  content: "\e198";
}

.icon-blog:before {
  content: "\e1a3";
}

.icon-all:before {
  content: "\e349";
}

.icon-sort-alpha-asc:before {
  content: "\e618";
}

.icon-phone:before {
  content: "\e600";
}

.icon-direction:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e601";
}

.icon-send:before {
  content: "\e61a";
}

.icon-user:before {
  content: "\e611";
}

.icon-users:before {
  content: "\e603";
}

.icon-comment:before {
  content: "\e604";
}

.icon-home:before {
  content: "\e61c";
}

.icon-search:before {
  content: "\73";
}

.icon-links:before {
  content: "\e606";
}

.icon-account:before {
  content: "\e607";
}

.icon-books-products:before {
  content: "\e608";
}

.icon-page:before {
  content: "\e612";
}

.icon-clock:before {
  content: "\e615";
}

.icon-resources:before {
  content: "\e605";
}

.icon-creditcard:before {
  content: "\e901";
}

.icon-clipboard:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e609";
}

.icon-rss:before {
  content: "\e60a";
}

.icon-lock-open:before {
  content: "\e903";
}

.icon-cross:before {
  content: "\e61b";
}

.icon-info:before {
  content: "\e616";
}

.icon-grid:before {
  content: "\e619";
}

.icon-menu:before {
  content: "\e60b";
}

.icon-download:before {
  content: "\e904";
}

.icon-book2:before {
  content: "\e617";
}

.icon-arrow-left:before {
  content: "\e60c";
}

.icon-arrow-down:before {
  content: "\e60d";
}

.icon-arrow-up:before {
  content: "\e60e";
}

.icon-arrow-right:before {
  content: "\e60f";
}

.icon-facebook:before {
  content: "\e610";
}

html {
  font-size: 100%;
}

body {
  position: relative;
  padding: 1em;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #444;
}

table {
  width: 100%;
  vertical-align: top;
}

table td {
  vertical-align: top;
}

a {
  color: #ee8f25;
  text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: .5em;
}

h1 {
  font-size: 1.5em;
  color: #A8BB21;
}

@media (min-width: 560px) {
  h1 {
    font-size: 1.85em;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.125em;
  }
}

h2 {
  font-size: 1.25em;
  /* 22/16 */
  color: #135079;
}

@media (min-width: 560px) {
  h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.25em;
  /* 20/16 */
}

h4 {
  font-size: 1.125em;
  /* 18/16 */
}

h5, h6 {
  font-size: 1em;
  /* 16 */
}

p, ul, ol {
  -webkit-text-size-adjust: none;
}

b, strong, th, thead, dt, q, var {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

em, i, abbr {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

em b, em strong, i b, i strong {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: italic;
}

big {
  font-size: 1.25em;
}

small, sup, sub {
  font-size: .75em;
}

sup, sub {
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

address {
  font-style: normal;
}

code, kbd, tt, pre {
  font-family: "Andale Mono", AndaleMono, Consolas, monaco, monospace;
}

del, strike, s {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

q:before {
  content: '"';
}

q:after {
  content: '"';
}

blockquote {
  margin: 0 0 2em 2em;
  padding: .5em .5em .5em 1em;
  border-left: #cccccc solid 1px;
  font-style: italic;
}

blockquote cite {
  padding: 0 0 0 2em;
  font-weight: bold;
  font-style: normal;
}

blockquote cite:before {
  content: '— ';
}

code, pre {
  padding: 0 .3em;
  background: #e6e6e6;
}

pre {
  display: block;
  clear: both;
  padding: .5em;
}

/*	ELEMENT SPACING */
p, table, ul, ol, address {
  margin: 0 0 1em 0;
}

article ul, article ol {
  padding: 0 0 0 1em;
}

@media (min-width: 640px) {
  article ul, article ol {
    padding: 0 0 0 4em;
  }
}

dd {
  margin: 0 0 1em 0;
}

nav ul {
  margin: 0;
}

/* TEXT ALIGNMENT */
.textright {
  text-align: right;
}

/* LIST RULES */
article li,
.comment-body li {
  list-style: outside;
}

article ul li,
.comment-body ul li {
  list-style: disc;
}

article ul li li,
.comment-body ul li li {
  list-style: circle;
}

article ul li li li,
.comment-body ul li li li {
  list-style: square;
}

article ol li,
.comment-body ol li {
  list-style: decimal;
  padding-bottom:.75em;
}

article ol li li,
.comment-body ol li li {
  list-style: lower-roman;
}

article ol li li li,
.comment-body ol li li li {
  list-style: lower-alpha;
}

form p {
  margin-bottom: 0;
}

label {
  display: block;
  width: 100%;
  font-weight: bold;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="color"],
input[type="file"],
input[type="password"],
textarea {
  font-family: "source-serif-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.125em;
  line-height: 1;
  padding: 0.75em;
  margin-top: 0;
  margin-bottom: 1em;
  width: 100%;
  height: 54px;
  background: #f2f2f2;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="number"] {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

input[type="submit"] {
  color: #FFF;
  background: #00bff3;
  border: none;
  padding: 0.75em 1em;
  border-radius: 0;
  border-bottom: 800px #2e8ac8;
  -webkit-appearance: none;
  font-size: 1.25em;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

input[type="submit"]:hover {
  cursor: pointer;
  background: #2e8ac8;
  border-bottom: 800px #135079;
}

input[type="checkbox"] {
  margin: 0 .75em 0 0;
}

textarea {
  line-height: 1.5;
}

input[type="text"].large {
  width: 98.2% !important;
}

img,
/*iframe,*/
object,
embed,
video {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

.thumb img,
.gallery img,
.wp-caption img {
  width: 100%;
}

@media (max-width: 481px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignnone,
  .wp-caption {
    width: 100% !important;
    margin: 2.5% auto;
  }
}

.wp-caption {
  max-width: 100%;
}

.gallery a,
.wp-caption a {
  display: block;
  width: auto;
}

.wp-caption:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wp-caption-text {
  display: block;
  float: left;
  padding: .15em .5em;
  margin: 0;
  font-family: SourceSansPro-Italic;
  font-size: 85%;
  line-height: 1.4;
  color: #FFF;
  background: #1a1a1a;
  border-bottom: 1px solid #FFF;
}

img.aligncenter,
.wp-caption.aligncenter {
  margin: 2.5% auto;
}

img.alignleft,
.wp-caption.alignleft {
  margin: .5% 2.5% 1% 0;
  float: left;
}

img.alignright,
.wp-caption.alignright {
  margin: .5% 0 1% 2.5%;
}

img.alignnone,
.wp-caption.alignnone,
.attachment-medium {
  margin: 2.5% 0;
  clear: both;
}

.wp-caption:last-child {
  margin-bottom: 0;
}

/* GALLERY SPECIFIC RULES */
.gallery-size-thumbnail {
  display: flex;
}

.gallery br {
  display: none;
}

.gallery a:hover,
a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.gallery-item {
  border-bottom: 1px solid #FFF;
}

/* LAYOUT RULES */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/lib/boxsizing.htc);
  /*	If you need support for IE7 and lower make 
	  	sure the boxsizing.htc file is linked properly.
	  	More info here:  https://github.com/Schepp/box-sizing-polyfill */
}

/* MAIN CONTAINER 
Set the width to whatever you want the width of your site to be. */
.container {
  margin: 0 auto;
  max-width: 1000px;
}

.container.container_large {
  max-width: 1200px;
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD 
We don't care about IE 6-7 anymore so this will do */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* 	DEFAULT ROW STYLES 
Set bottom padding according to preference */
.row {
  padding-bottom: 0;
}

/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 800px) {
  .gutters > .col {
    margin-left: 2%;
    /* all browsers except IE6 and lower */
  }
  .gutters > .col:first-child {
    margin-left: 0;
  }
  .gutters > .span_1 {
    width: 6.5%;
  }
  .gutters > .span_2 {
    width: 15.0%;
  }
  .gutters > .span_3 {
    width: 23.5%;
  }
  .gutters > .span_4 {
    width: 32.0%;
  }
  .gutters > .span_5 {
    width: 40.5%;
  }
  .gutters > .span_6 {
    width: 49.0%;
  }
  .gutters > .span_7 {
    width: 57.5%;
  }
  .gutters > .span_8 {
    width: 66.0%;
  }
  .gutters > .span_9 {
    width: 74.5%;
  }
  .gutters > .span_10 {
    width: 83.0%;
  }
  .gutters > .span_11 {
    width: 91.5%;
  }
  .gutters > .span_12 {
    width: 100%;
  }
}

/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media (min-width: 800px) {
  .span_1 {
    width: 8.33333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

/* MODULE RULES */
nav.top_bar_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0.5em;
  background: #135079;
}

@media (min-width: 800px) {
  nav.top_bar_wrap {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    background: none;
  }
}

@media (min-width: 800px) {
  nav.top_bar_wrap ul.top_bar_nav {
    float: right;
    margin-top: -0.33333em;
  }
}

nav.top_bar_wrap ul.top_bar_nav li {
  position: relative;
  display: inline-block;
  width: 3em;
  height: auto;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 480px) {
  nav.top_bar_wrap ul.top_bar_nav li {
    width: 3.25em;
    margin: 0 0 0 1em;
  }
}

nav.top_bar_wrap ul.top_bar_nav li:nth-child(-n+2) {
  float: left;
  margin: 0 0.5em 0 0;
}

@media (min-width: 480px) {
  nav.top_bar_wrap ul.top_bar_nav li:nth-child(-n+2) {
    margin: 0 1em 0 0;
  }
}

@media (min-width: 800px) {
  nav.top_bar_wrap ul.top_bar_nav li:nth-child(-n+2) {
    display: none;
  }
}

nav.top_bar_wrap ul.top_bar_nav li:nth-child(n+3) {
  float: right;
}

nav.top_bar_wrap ul.top_bar_nav li:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 1.25em;
  width: 1.25em;
  padding: 0.125em;
  margin: 0 auto;
  font-family: entypo;
  font-size: 1.7em;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  border-radius: 100%;
  color: #444;
  background: white;
}

@media (min-width: 800px) {
  nav.top_bar_wrap ul.top_bar_nav li:before {
    padding: 0.16667em;
    color: white;
    background: #999;
  }
}

nav.top_bar_wrap ul.top_bar_nav li:hover:before {
  color: white;
  background: #444;
}

nav.top_bar_wrap ul.top_bar_nav a {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.75em;
  text-decoration: none;
  color: #999;
  text-align: center;
  line-height: 1;
}

@media (min-width: 480px) {
  nav.top_bar_wrap ul.top_bar_nav a {
    padding-top: 2.8em;
  }
}

@media (min-width: 800px) {
  nav.top_bar_wrap ul.top_bar_nav a {
    padding-top: 3em;
  }
}

nav.top_bar_wrap ul.top_bar_nav a .screen_reader_text {
  display: block;
  color: white;
  text-align: center;
}

@media (max-width: 480px) {
  nav.top_bar_wrap ul.top_bar_nav a .screen_reader_text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (min-width: 800px) {
  nav.top_bar_wrap ul.top_bar_nav a .screen_reader_text {
    color: #999;
  }
}

.top_bar_wrap .search_wrap {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
}

@media (min-width: 480px) {
  .top_bar_wrap .search_wrap {
    top: 76px;
  }
}

@media (min-width: 800px) {
  .top_bar_wrap .search_wrap {
    position: relative;
    display: block;
    width: 66.0%;
    top: auto;
    left: auto;
    float: left;
  }
}

.top_bar_wrap form {
  display: block;
  position: relative;
}

.top_bar_wrap form > div {
  position: relative;
  height: 54px;
}

.top_bar_wrap .search_left {
  display: none;
}

@media (min-width: 480px) {
  .top_bar_wrap .search_left {
    display: block;
    float: left;
    width: auto;
  }
}

.top_bar_wrap .search_left .search_left_inner {
  position: relative;
  float: left;
  height: 54px;
  overflow: hidden;
  background: #999;
}

.top_bar_wrap .search_left label {
  position: relative;
  top: 0;
  float: left;
  padding: 1em;
  height: 54px;
  cursor: default;
  line-height: 1;
  color: white;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_bar_wrap .search_left label .select_label_text {
  font-size: 0.8;
  text-transform: capitalize;
}

.top_bar_wrap .search_left label .icon-arrow-down {
  line-height: 1;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.1em;
}

.top_bar_wrap .search_left label .icon-arrow-down:before {
  font-size: 1.25em;
}

.top_bar_wrap .search_left select {
  width: 100%;
}

@media (min-width: 480px) {
  .top_bar_wrap .search_left select {
    position: absolute;
    display: block;
    padding-left: 1em;
    left: 1em;
    right: 0;
    height: 54px;
    line-height: 54px;
    opacity: 0;
    visibility: visible;
    outline: 0;
    cursor: pointer;
    border: none;
    text-transform: capitalize;
  }
}

.top_bar_wrap .search_left select option {
  text-transform: capitalize;
}

.top_bar_wrap .search_right {
  float: right;
}

.top_bar_wrap .search_right input[type="submit"] {
  padding: 5px;
  font-family: entypo;
  line-height: 1.5;
  width: 54px;
  height: 54px;
  color: #FFF;
  border: none;
  -webkit-appearance: none;
  background: #999;
}

.top_bar_wrap .search_right input[type="submit"]:hover {
  background: #999999;
  border: none;
}

.top_bar_wrap .search_fill {
  zoom: 1;
  overflow: hidden;
}

ul.ui-widget-content {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: white;
  border-top: 1px solid #ddd;
  z-index: 10000;
}

ul.ui-widget-content li.ui-menu-item {
  padding: 0;
  border-top: none;
  border-bottom: 1px solid #ddd;
}

ul.ui-widget-content li.ui-menu-item:last-child {
  border: none;
}

ul.ui-widget-content li.ui-menu-item.ui-state-focus {
  margin: 0;
  background: #f2f2f2;
  border: none;
  border-bottom: 1px solid #ddd;
}

ul.ui-widget-content li.ui-menu-item.ui-state-focus a {
  text-decoration: underline;
}

ul.ui-widget-content li.ui-menu-item a {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: block;
  padding: 0.75em;
}

ul.ui-widget-content hr.ui-menu-divider {
  margin: 0;
  border: none;
}

ul.ui-widget-content span.suggested {
  display: block;
  padding-right: 0.75em;
  line-height: 1.5;
  font-size: 0.75em;
}

.header_nav_wrap {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 60px;
  left: 0;
  right: 0;
  background: #f4f4f4;
}

@media (min-width: 480px) {
  .header_nav_wrap {
    top: 76px;
  }
}

@media (min-width: 800px) {
  .header_nav_wrap {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}

nav.header_nav li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 800px) {
  nav.header_nav li {
    display: block;
    float: left;
    width: 23.5%;
    width: 18%;
    border: none;
  }
}

@media (min-width: 800px) {
  nav.header_nav li:first-child {
    width: 6%;
  }
}

nav.header_nav li:last-child {
  border-bottom: 1px solid #135079;
}

@media (min-width: 800px) {
  nav.header_nav li:last-child {
    border: none;
  }
}

nav.header_nav li:before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 1em;
  right: 1em;
  height: 1em;
  width: 1em;
  font-family: entypo;
  line-height: 1;
  content: "\e60f";
}

@media (min-width: 800px) {
  nav.header_nav li:before {
    content: "";
  }
}

nav.header_nav li:hover {
  background: #ddd;
}

nav.header_nav li a {
  display: block;
  padding: 0.75em 1em;
  color: #444;
  text-align: left;
  text-decoration: none;
}

@media (min-width: 800px) {
  nav.header_nav li a {
    padding: 0.75em 0;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  nav.header_nav li a {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}

nav.header_nav li.conferences-training.current-menu-item a, nav.header_nav li.conferences-training.current-product-ancestor a {
  color: white;
  background: #ee8f25;
}

.tax-locations nav.header_nav li.conferences-training a,
.section-conferences nav.header_nav li.conferences-training a,
.section-training nav.header_nav li.conferences-training a,
.term-conferences nav.header_nav li.conferences-training a,
.term-training nav.header_nav li.conferences-training a,
.post-type-archive-speakers nav.header_nav li.conferences-training a,
.single-speakers nav.header_nav li.conferences-training a,
.search-results-conferences-training nav.header_nav li.conferences-training a {
  color: white;
  background: #ee8f25;
}

nav.header_nav li.books-products.current-menu-item a, nav.header_nav li.books-products.current-product-ancestor a, nav.header_nav li.books-products.current-menu-parent a {
  color: white;
  background: #3cc2dd;
}

.tax-product_cat nav.header_nav li.books-products a,
.tax-product_tag nav.header_nav li.books-products a,
.search-results-books-products nav.header_nav li.books-products a,
.section-books-products nav.header_nav li.books-products a {
  color: white;
  background: #3cc2dd;
}

nav.header_nav li.articles-blog.current-menu-item a, nav.header_nav li.articles-blog.current_page_item a, nav.header_nav li.articles-blog.current_page_parent a {
  color: white;
  background: #A8BB21;
}

.term-articles nav.header_nav li.articles-blog a,
.term-blog nav.header_nav li.articles-blog a,
.term-links nav.header_nav li.articles-blog a,
.search-results-post nav.header_nav li.articles-blog a {
  color: white;
  background: #A8BB21;
}


.post-type-archive-resources nav.header_nav li.help-resources a,
.tax-resource-topics nav.header_nav li.help-resources a,
.tax-resource-regions nav.header_nav li.help-resources a,
.section-help-resources nav.header_nav li.help-resources a {
  color: white;
  background: #2e8ac8;
}

nav.header_nav li.icon-home.current-menu-item,
.section-home nav.header_nav li.icon-home,
.section-checkout nav.header_nav li.icon-home,
.section-account nav.header_nav li.icon-home {
  background: #2e8ac8;
}

nav.header_nav li.icon-home.current-menu-item a, nav.header_nav li.icon-home.current-menu-item:before,
.section-home nav.header_nav li.icon-home a,
.section-home nav.header_nav li.icon-home:before,
.section-checkout nav.header_nav li.icon-home a,
.section-checkout nav.header_nav li.icon-home:before,
.section-account nav.header_nav li.icon-home a,
.section-account nav.header_nav li.icon-home:before {
  color: white;
}


nav.header_nav li.webinar.current-menu-item a, 
nav.header_nav li.webinar.current_page_parent a,
.term-articles nav.header_nav li.webinar a,
.term-blog nav.header_nav li.webinar a,
.term-links nav.header_nav li.webinar a,
.search-results-post nav.header_nav li.webinar a {
  color: white;
  background: #a85aa6;
}
/* .tax-product_cat nav.header_nav li.webinar a,
.tax-product_tag nav.header_nav li.webinar a,
.search-results-webinar nav.header_nav li.webinar a,
.section-webinar nav.header_nav li.webinar a {
  color: white;
  background: #a85aa6;
} */
nav.header_nav li.webinar.current-menu-item a, nav.header_nav li.webinar.current_page_item a, nav.header_nav li.webinar.current_page_parent a, nav.header_nav li.webinar.current-product-parent a {
  color: white;
  background: #a85aa6;
}


nav.header_nav li.icon-home:before {
  width: 100%;
  content: "\e61c";
  text-align: right;
}

@media (min-width: 800px) {
  nav.header_nav li.icon-home:before {
    text-align: center;
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

nav.header_nav li.icon-home a {
  position: relative;
  z-index: 1;
  color: #444;
}

@media (min-width: 800px) {
  nav.header_nav li.icon-home a span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

nav.header_nav li.icon-home a:hover {
  color: #444;
}

@media (min-width: 800px) {
  .filter_wrap > .row {
    padding: 1em;
  }
}

.filter_wrap > .row h2 {
  line-height: 1;
  color: white;
  padding: 0 0.75em 0.33333em 0.75em;
  margin: 0;
}

@media (min-width: 800px) {
  .filter_wrap > .row h2 {
    float: left;
    padding: 0.5em 0 0.5em 0.5em;
    line-height: 1.125;
    font-size: 1em;
  }
  .filter_wrap > .row h2:after {
    content: ": ";
  }
}

@media (min-width: 800px) {
  .filter_wrap > .row > .col {
    padding-right: 1em;
  }
}

.filter_wrap .conferences_training_filter_wrap,
.filter_wrap .books_products_filter_wrap,
.filter_wrap .articles_blog_filter_wrap,
.filter_wrap .help_resources_filter_wrap,
.filter_wrap .default_filter_wrap {
  padding: 1em;
}

.filter_wrap .conferences_training_filter_wrap h2,
.filter_wrap .books_products_filter_wrap h2,
.filter_wrap .articles_blog_filter_wrap h2,
.filter_wrap .help_resources_filter_wrap h2,
.filter_wrap .default_filter_wrap h2 {
  padding-left: 0;
}

@media (min-width: 800px) {
  .filter_wrap .conferences_training_filter_wrap h2,
  .filter_wrap .books_products_filter_wrap h2,
  .filter_wrap .articles_blog_filter_wrap h2,
  .filter_wrap .help_resources_filter_wrap h2,
  .filter_wrap .default_filter_wrap h2 {
    display: none;
  }
}

.filter_wrap label {
  color: white;
  padding: 0 0 0.33333em 0;
}

@media (min-width: 800px) {
  .filter_wrap label {
    font-size: 1.25em;
  }
}

.filter_wrap .woocommerce.widget_layered_nav ul li,
.filter_wrap .widget_product_categories ul li {
  position: relative;
  padding: 0;
}

.filter_wrap .woocommerce.widget_layered_nav ul li a,
.filter_wrap .widget_product_categories ul li a {
  display: block;
  padding: 1em;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
}

.filter_wrap .woocommerce.widget_layered_nav ul li:last-child a,
.filter_wrap .widget_product_categories ul li:last-child a {
  border-bottom: none;
}

.filter_wrap .woocommerce.widget_layered_nav ul li span.count,
.filter_wrap .widget_product_categories ul li span.count {
  display: none;
}

.filter_wrap .select_options {
  position: relative;
}

.filter_wrap .select_options a.list_toggle {
  position: relative;
  display: block;
  padding: 1.25em;
  font-family: "source-serif-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
  background: white;
  color: #999;
}

@media (min-width: 800px) {
  .filter_wrap .select_options a.list_toggle {
    font-size: 1.125em;
    padding: 1em;
  }
}

.filter_wrap .select_options a.list_toggle:before {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
  width: 54px;
  padding: 0;
  text-align: center;
  float: right;
  font-family: entypo;
  font-size: 2em;
  font-style: normal;
  line-height: 1.75;
  color: white;
  content: "\e60d";
  background: #444;
}

@media (min-width: 800px) {
  .filter_wrap .select_options a.list_toggle:before {
    line-height: 1.5;
  }
}

.filter_wrap .select_options a.list_toggle:hover {
  background: #f4f4f4;
}

.filter_wrap .select_options a.list_toggle:hover:before {
  background: #2b2b2b;
}

.filter_wrap .select_options a.list_toggle.active:before {
  content: "\e61b";
}

.filter_wrap .select_options .options {
  display: none;
  position: absolute;
  z-index: 200;
  top: 54px;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  border: 1px solid #e6e6e6;
}

.filter_wrap .select_options .options:last-child {
  border-bottom: 0;
}

.filter_wrap .select_options .options a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 1em;
  line-height: 1.35em;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
}

.filter_wrap .select_options li {
  position: relative;
}

.filter_wrap .select_options li.current-cat > a,
.filter_wrap .select_options li:hover > a {
  background: #f4f4f4;
}

.filter_wrap .select_options li.menu-item-has-children span.icon-menu,
.filter_wrap .select_options li.cat-parent span.icon-menu {
  display: block;
  height: 53px;
  width: 53px;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  cursor: pointer;
  border-left: 1px solid #ddd;
  background: #f4f4f4;
}

.filter_wrap .select_options li.menu-item-has-children span.icon-menu:hover,
.filter_wrap .select_options li.cat-parent span.icon-menu:hover {
  border-left: 1px solid #e6e6e6;
}

.filter_wrap .select_options li.menu-item-has-children span.icon-menu:before,
.filter_wrap .select_options li.cat-parent span.icon-menu:before {
  position: absolute;
  left: .625em;
  top: .75em;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  color: #999;
}

.filter_wrap .select_options li.menu-item-has-children span.icon-menu.active,
.filter_wrap .select_options li.cat-parent span.icon-menu.active {
  background: #f7f7f7;
  border-left: 1px solid #e6e6e6;
}

.filter_wrap .select_options li.menu-item-has-children span.icon-menu.active:before,
.filter_wrap .select_options li.cat-parent span.icon-menu.active:before {
  content: "\e61b";
}

.filter_wrap .select_options .sub-menu a,
.filter_wrap .select_options .children a {
  padding-left: 2em;
  background: #fcfcfc;
}

.filter_wrap .select_options .sub-menu a:last-child,
.filter_wrap .select_options .children a:last-child {
  border-bottom: 1px solid #ddd;
}

@media (min-width: 800px) {
  .filter_wrap ul.menu {
    float: left;
    width: auto;
  }
}

@media (min-width: 800px) {
  .filter_wrap ul.menu li {
    display: inline-block;
  }
}

.filter_wrap ul.menu li.current_page_item, .filter_wrap ul.menu li:hover {
  background: #f4f4f4;
}

@media (min-width: 800px) {
  .filter_wrap ul.menu li.current_page_item, .filter_wrap ul.menu li:hover {
    color: rgba(255, 255, 255, 0.7);
    background: none;
  }
}

@media (min-width: 800px) {
  .filter_wrap ul.menu li a {
    padding: 0.33333em 1em;
  }
}

@media (min-width: 1024px) {
  .filter_wrap ul.menu li a {
    padding: 0.33333em 1.5em;
  }
}

@media (min-width: 800px) {
  .additional_options_wrap label {
    font-size: 1.125em;
    width: auto;
    float: left;
  }
}

@media (min-width: 800px) {
  .additional_options_wrap .select_options {
    float: left;
    width: auto;
  }
}

@media (min-width: 800px) {
  .additional_options_wrap .select_options a.list_toggle {
    display: none;
  }
}

@media (min-width: 800px) {
  .additional_options_wrap .select_options .options {
    display: block;
    position: relative;
    background: none;
    border: none;
    top: auto;
  }
}

@media (min-width: 800px) {
  .additional_options_wrap .select_options .options li.current_page_item a {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media (min-width: 800px) {
  .additional_options_wrap .select_options .options a {
    padding: 0.4em 0 0 1em;
    line-height: 1;
    color: white;
    border: none;
  }
  .additional_options_wrap .select_options .options a:hover {
    color: rgba(255, 255, 255, 0.7);
    background: none;
  }
}

.default_filter_wrap {
  background: #2e8ac8;
}

.home .default_filter_wrap {
  display: none;
}

.account_filter_wrap,
.cart_filter_wrap,
.search_filter_wrap {
  background: #2e8ac8;
}

.conferences_training_filter_wrap,
.conferences_filter_wrap,
.training_filter_wrap {
  background: #ee8f25;
}

.books_products_filter_wrap {
  background: #3cc2dd;
}

.articles_blog_filter_wrap {
  background: #A8BB21;
}

.webinar_products_filter_wrap {
  background: #a85aa6;
}

.help_resources_filter_wrap {
  background: #2e8ac8;
}

.grid_filter_wrap {
  display: none;
}

@media (min-width: 800px) {
  .grid_filter_wrap {
    display: block;
    padding-right: 0 !important;
    padding-left: 1em;
  }
}

.icon_list_wrap li {
  position: relative;
  display: block;
  width: 3em;
  float: left;
  margin: -0.33333em 0.5em 0 0;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.icon_list_wrap li:last-child {
  margin-right: 0;
}

.icon_list_wrap li:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 1.25em;
  width: 1.25em;
  padding: 0.125em;
  margin: 0 auto;
  font-family: entypo;
  font-size: 1.8em;
  font-style: normal;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  color: #444;
  background: white;
}

.icon_list_wrap li:hover:before {
  color: #999;
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.icon_list_wrap li.active a {
  cursor: default;
}

.icon_list_wrap li.active:before {
  cursor: default;
  color: #999;
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.icon_list_wrap a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  text-decoration: none;
  color: white;
  text-align: center;
  line-height: 1;
  padding-top: 3em;
}

.product_type_filter_wrap .icon_list_wrap li {
  width: auto;
}

.product_type_filter_wrap .icon_list_wrap li.icon-training:before {
  font-size: 1.6em;
  padding: 0.22222em;
}

.alphabetical_options_wrap,
.resource_topic_options_wrap {
  padding-top: 1em;
}

@media (min-width: 800px) {
  .alphabetical_options_wrap,
  .resource_topic_options_wrap {
    padding-top: 0;
  }
}

.post_type_filter_wrap,
.product_type_filter_wrap {
  padding-top: 1em;
}

@media (min-width: 800px) {
  .post_type_filter_wrap,
  .product_type_filter_wrap {
    padding-top: 0;
    padding-left: 2em;
  }
}

.post_type_filter_wrap li,
.product_type_filter_wrap li {
  margin: 0 2em 0 0;
}

@media (max-width: 480px) {
  .post_type_filter_wrap li,
  .product_type_filter_wrap li {
    margin: 0 1em 0 0;
  }
}

header.primary {
  position: relative;
  padding-bottom: 1em;
}

header.primary .logo_wrap {
  padding: 4em 0 1em 0;
}

@media (min-width: 480px) {
  header.primary .logo_wrap {
    padding: 5em 0 1em 0;
  }
}

@media (min-width: 800px) {
  header.primary .logo_wrap {
    padding: 1em 0 2em 0;
  }
}

header.primary .logo {
  display: block;
  float: none;
  max-width: 580px;
}

header.primary .logo img {
  width: 100%;
}

@media (min-width: 800px) {
  header.primary .logo {
    float: left;
    margin: 0;
  }
}

header.primary .honcode_wrap {
  display: none;
}

@media (min-width: 800px) {
  header.primary .honcode_wrap {
    display: block;
    float: right;
    padding: 1em 0 0 0;
  }
}

header.primary .honcode_wrap a {
  color: #444;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.25;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  float: right;
  padding: 1em 2em;
  background: #f4f4f4;
}

header.primary .honcode_wrap a small {
  text-transform: none;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.slider {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 10px 0 #e6e6e6;
}

.slider .honcode {
  position: absolute;
  z-index: 100;
  right: 0.6875em;
  top: 0.6875em;
}

@media (min-width: 800px) {
  .slider .honcode {
    display: none;
  }
}

.slider .nivoSlider {
  margin: 0;
}

.slider .slider-wrapper {
  background: #fff;
  padding: 10px;
}

.slider .nivo-controlNav {
  position: absolute;
  bottom: -3em;
  right: 0;
}

.slider .nivo-controlNav a {
  display: block;
  float: left;
  margin: 0 .5em 0 0;
  width: 15px;
  height: 15px;
  background: #cccccc;
  border-radius: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slider .nivo-controlNav a.active {
  background: #135079;
}

.page_description_wrap {
  padding: 1em 0;
  padding-bottom: 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 640px) {
  .page_description_wrap {
    padding: 2em 0;
  }
}

.page_description_thumb {
  text-align: center;
  padding-bottom: 1em;
}

.page_description_thumb img {
  max-width: 150px !important;
  padding: 0;
  margin: 0 auto 0 auto;
  border-radius: 100%;
}

@media (max-width: 599px) {
  .page_description_wrap h1,
  .term_description_wrap h1 {
    text-align: center;
  }
}

.page_description_wrap p,
.term_description_wrap p {
  font-family: "source-serif-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  font-size: 1.125em;
  /* 22/16 */
}

@media (max-width: 599px) {
  .page_description_wrap p,
  .term_description_wrap p {
    text-align: center;
  }
}

@media (min-width: 560px) {
  .page_description_wrap p,
  .term_description_wrap p {
    font-size: 1.25em;
  }
}

@media (min-width: 768px) {
  .page_description_wrap p,
  .term_description_wrap p {
    font-size: 1.5em;
  }
}

.page_description_wrap ul,
.term_description_wrap ul {
  padding-left: 0;
}

.page_description_wrap ul span.label,
.term_description_wrap ul span.label {
  padding: 0 0.5em 0 0;
}

.page_description_wrap li,
.term_description_wrap li {
  display: inline-block;
}

.page_description_wrap li:after,
.term_description_wrap li:after {
  content: ",";
  padding: 0 0.33333em 0 0.125em;
}

.page_description_wrap li:first-child,
.term_description_wrap li:first-child {
  padding-left: 0;
}

.page_description_wrap li:last-child:after,
.term_description_wrap li:last-child:after {
  display: none;
}

.page_description_wrap li a,
.term_description_wrap li a {
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

.list_header {
  padding-left: 0.25em;
}

li.taxonomy_term {
  margin: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 1em;
}

@media (min-width: 480px) {
  li.taxonomy_term {
    width: 50%;
    padding: .5em;
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  li.taxonomy_term {
    width: 33.333%;
  }
}

@media (min-width: 1024px) {
  li.taxonomy_term {
    width: 25%;
  }
}

li.taxonomy_term a {
  display: block;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  border-bottom: 4px solid #2e8ac8;
  background: #f4f4f4;
}

li.taxonomy_term a:hover {
  border-bottom: 4px solid #135079;
}

li.taxonomy_term a:hover h3 {
  color: #135079;
}

li.taxonomy_term .thumb {
  margin-bottom: 1em;
}

li.taxonomy_term h3 {
  line-height: 3;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.125em;
  text-align: center;
  color: #2e8ac8;
}

.section_description {
  padding: 2em 1em 1em 1em;
  margin-bottom: 2em;
  border: 1px solid #e6e6e6;
  border-top: none;
  font-size: 1.25em;
  color: #4d4d4d;
}

.content_wrap {
  background: #FFF;
}

.entry li.product h2 {
  font-size: 1.25em;
}

.posts article {
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  border-bottom: 1px solid #ddd;
}

.posts article.no_posts {
  padding-left: 0;
}

.posts .thumb {
  padding: 0 0 1em 0;
}

@media (min-width: 480px) {
  .posts .thumb {
    width: 23.5%;
    padding: 0 1em 1em 0;
  }
}

@media (max-width: 480px) {
  .posts .thumb br {
    display: none;
  }
}

@media (min-width: 480px) {
  .posts .entry {
    width: 74.5%;
  }
}

.posts h2 {
  position: relative;
}

.posts h2:before {
  display: block;
  position: absolute;
  left: -2em;
  top: -.1em;
  font-family: entypo;
  font-size: 1.2em;
}

.posts article.type-product.product-cat-conferences .entry_wrap > h2:before {
  content: "\e603";
}

.post .share_wrap {
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.post .share_wrap a {
  text-decoration: none;
}

.post .author_wrap {
  margin-bottom: 1.5em;
}

.post .author_wrap .thumb {
  width: 20%;
  padding: 0 1em 1em 0;
}

@media (min-width: 480px) {
  .post .author_wrap .thumb {
    width: 15%;
  }
}

.post .author_wrap .thumb img {
  border-radius: 100%;
}

.post .author_wrap .author_bio {
  max-width: 34em;
}

.posts_nav {
  padding: 2em 0 1em 0;
  font-size: 1em;
}

.posts_nav ul {
  display: table;
  margin: 0 auto;
}

.posts_nav li {
  display: block;
  float: left;
  min-width: 20px;
}

@media (min-width: 768px) {
  .posts_nav li {
    min-width: 30px;
  }
}

.posts_nav li a,
.posts_nav li span {
  text-align: center;
  display: block;
  height: 40px;
}

.posts_nav li a {
  text-decoration: none;
  color: #135079;
}

.posts_nav li a:hover {
  color: #A8BB21;
}

.posts_nav .page-numbers {
  padding: 10px 0;
}

.posts_nav .next,
.posts_nav .prev {
  margin: 0 .25em;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  background: #135079;
  font-weight: bold;
  line-height: 1/1;
}

@media (min-width: 768px) {
  .posts_nav .next,
  .posts_nav .prev {
    margin: 0 1em;
    padding: 10px 20px;
  }
}

.posts_nav .next:hover,
.posts_nav .prev:hover {
  color: #FFF;
  background: #A8BB21 !important;
}

.speakers article {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #cccccc;
}

.single-speakers .speakers article {
  padding-top: 2em;
}

.speakers h1 small {
  text-transform: none;
}

.speakers .thumb {
  margin-bottom: 1em;
  max-width: 200px;
}

@media (min-width: 480px) {
  .speakers .thumb {
    width: 23.5%;
  }
}

@media (min-width: 480px) {
  .speakers .entry {
    width: 74.5%;
    margin-left: 2%;
  }
}

@media (min-width: 800px) {
  .page.section-home article .the_content {
    font-size: larger;
  }
}

.contact .label {
  display: block;
  float: left;
  width: 30%;
}

@media (min-width: 768px) {
  .contact .label {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .contact .label {
    width: 15%;
  }
}

.contact .value {
  display: block;
  float: left;
  width: 70%;
}

@media (min-width: 768px) {
  .contact .value {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .contact .value {
    width: 85%;
  }
}

.schedule-table td,
.registration-table td {
  vertical-align: middle;
  padding: .5em;
  background: #f7f7f7;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.schedule-table tr:nth-child(odd) td,
.registration-table tr:nth-child(odd) td {
  background: #e6e6e6;
}

.faqs h2 {
  margin-bottom: 1em;
  font-size: 1em;
  font-style: italic;
  text-transform: none;
  color: #666666;
  border: none;
}

.faqs h3 {
  font-size: 1em;
  text-transform: none;
}

.faqs h3 a {
  position: relative;
  color: #000;
  line-height: 30px;
  display: block;
  padding-left: 2.6em;
}

.faqs h3 a::before {
  display: block;
  position: absolute;
  left: 0;
  margin-right: .5em;
  width: 1em;
  height: 1em;
  content: "\e60d";
  font-family: entypo;
  text-align: center;
  line-height: 1;
  font-size: 1.75em;
  color: #FFF;
  background: #e6e6e6;
  border-radius: 1em;
}

.faqs h3 a.active::before {
  content: "\e60e";
}

.faqs .qa-faq-answer {
  padding-left: 2.6em;
}

.meta.upper {
  font-size: 90%;
  margin-bottom: 1em;
  color: #999999;
}

.meta.upper .col {
  display: inline-block;
}

@media (min-width: 640px) {
  .meta.upper .col {
    width: auto;
    padding-right: 2em;
  }
}

.meta.upper span {
  padding-right: 0.33333em;
}

.morelink {
  float: right;
  line-height: 1.75em;
  font-style: italic;
  font-weight: bold;
  clear: both;
  color: #135079;
  text-decoration: none;
}

.morelink.floatleft {
  float: left;
  padding-top: 1em;
}

@media (min-width: 768px) {
  .morelink.floatleft {
    float: right;
  }
}

.morelink:hover {
  color: #A8BB21;
}

.post_date {
  display: block;
  padding-bottom: .5em;
  font-size: 90%;
  color: #666666;
}

.tagged_as {
  font-weight: bold;
}

.tagged_as a {
  color: #135079;
  text-decoration: none;
}

.tagged_as a:hover {
  color: #A8BB21;
}

.edit_date {
  margin-top: 1em;
  margin-bottom: 4em;
  font-size: .9em;
  text-align: center;
  color: #999999;
}

footer.global {
  margin: 1em 0 0 0;
  text-align: center;
  line-height: 150px;
  background: #cccccc;
}

.regions_wrap,
.topics_wrap {
  margin-bottom: 2em;
}

.map_world {
  display: none;
  position: relative;
  padding: 1em;
  background: #e4f4f8;
  height: 0;
  padding-bottom: 70.4%;
}

@media (min-width: 640px) {
  .map_world {
    display: block;
  }
}

.map_world svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 1em;
}

.map_world > p {
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.map_world .region {
  fill: #ddd;
  transition: all 0.25s ease;
}

.map_world .region_canada {
  fill: #4d4d4d;
}

.map_world .region_united-states {
  fill: #666666;
}

.map_world .region_united-kingdom {
  fill: gray;
  padding: 1em;
}

.map_world .region_europe {
  fill: #999999;
}

.map_world .region_global {
  fill: #b3b3b3;
}

.map_world .pointer {
  position: absolute;
  z-index: 3;
  color: #444;
  text-decoration: none;
  font-size: 80%;
  line-height: 1;
}

.map_world .pointer.pointer_canada {
  top: 37%;
  left: 16%;
}

.map_world .pointer.pointer_united-states {
  top: 50%;
  left: 19%;
}

.map_world .pointer.pointer_united-kingdom {
  top: 38%;
  left: 45%;
}

.map_world .pointer.pointer_europe {
  top: 44.5%;
  left: 52%;
}

.map_world .pointer.pointer_global {
  top: 48%;
  left: 64%;
}

.map_world .pointer.pointer_united-kingdom .tooltip, .map_world .pointer.pointer_europe .tooltip, .map_world .pointer.pointer_global .tooltip {
  left: auto;
  right: 0;
}

@media (min-width: 800px) {
  .map_world .pointer.pointer_united-kingdom .tooltip, .map_world .pointer.pointer_europe .tooltip, .map_world .pointer.pointer_global .tooltip {
    left: 0;
  }
}

.map_world .pointer .label {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: white;
}

.map_world .pointer .tooltip {
  display: none;
  width: 260px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 1em;
  border-bottom: 32px solid white;
  background: #f4f4f4;
}

.map_world .pointer .tooltip p {
  margin-bottom: 0;
}

.map_world .pointer:hover {
  z-index: 4;
}

.map_world .pointer:hover .label {
  width: 100%;
  z-index: 5;
}

.map_world .pointer:hover .tooltip {
  display: block;
}

.map_world .pointer:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 0;
  height: 0;
  left: 7px;
  bottom: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid white;
}

@media (min-width: 640px) {
  ul.resource_regions {
    display: none;
  }
}

@media (min-width: 800px) {
  .resource_wrap {
    max-width: 80%;
    margin: 0 auto;
  }
}

.resource h2.toggle {
  cursor: pointer;
  line-height: 1.375em;
}

.resource h2.toggle::before {
  display: block;
  float: left;
  content: "\e60d";
  margin-right: .5em;
  font-family: entypo;
  font-size: 1.375em;
  /* 22/16 */
  color: #FFF;
  background: #A8BB21;
  border-radius: 30px;
}

.resource h2.toggle.active:before {
  content: "\e60e";
}

.resource a {
  color: #135079;
  text-decoration: none;
}

.resource a:hover {
  color: #A8BB21;
}

.comments_wrap {
  font-size: smaller;
  max-width: 41em;
}

.respond h3 {
  font-size: 1.375em;
  /* 22/16 */
  color: #135079;
}

.commentlist {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.commentlist li {
  list-style: none;
  margin: 1em 0;
  padding: 0 0 1em 0;
  border-bottom: #C2C2C2 dotted 1px;
  border-bottom: rgba(0, 0, 0, 0.3) dotted 1px;
}

.commentlist .children {
  padding: 0 0 0 3em;
}

.commentlist .children li {
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: none;
  border-top: #C2C2C2 dotted 1px;
  border-top: rgba(0, 0, 0, 0.3) dotted 1px;
}

.commentlist
.comment-body li {
  margin: 0;
  padding: 0;
  border: none;
}

.comment-author {
  width: 50%;
  float: left;
}

.comment-meta {
  width: 50%;
  float: right;
}

.comment-author .avatar {
  float: left;
  margin: 0 10px 10px 0;
}

.comment-meta a {
  float: right;
  clear: both;
}

.comment-body p {
  clear: both;
}

#comments_nav {
  margin: 0 0 20px 0;
}

.form-allowed-tags {
  margin-bottom: 1em;
  font-size: .8em;
}

.bypostauthor .comment-body {
  padding: 10px;
  background: #EBEBEB;
  background: rgba(0, 0, 0, 0.05);
}

.sidebar {
  padding-top: 1em;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sidebar {
    padding-left: 1em;
  }
}

.sidebar #desktop_nav {
  display: none;
}

@media (min-width: 768px) {
  .sidebar #desktop_nav {
    display: block;
  }
  .sidebar #desktop_nav .children {
    margin-bottom: 0;
    padding-left: 1em;
  }
}

.sidebar h1 {
  font-size: 1.28571428571429em;
  color: #135079;
}

.sidebar nav {
  line-height: 2;
}

.sidebar a {
  color: #135079;
  text-decoration: none;
}

.sidebar a:hover,
.sidebar .current-menu-item > a,
.sidebar .current_page_item > a,
.sidebar .current-articles-ancestor > a,
.sidebar .current-menu-parent > a,
.sidebar .current-articles-parent > a,
.sidebar .current-cat > a {
  color: #A8BB21;
}

.sidebar #mobile_nav {
  position: relative;
  z-index: 5000;
  cursor: pointer;
  margin-bottom: 1em;
  background: #135079;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .sidebar #mobile_nav {
    display: none;
  }
}

.sidebar #mobile_nav:after {
  z-index: 0;
  position: absolute;
  right: 10px;
  font-family: entypo;
  font-size: 1.25em;
  content: "\e60d";
  color: #FFF;
  float: right;
}

.sidebar select {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  cursor: pointer;
  color: #FFF;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
  border: none;
  background: none;
}

.sidebar .sub-menu {
  display: none;
}

.sidebar .sub-menu a {
  padding-left: .25em;
}

.sidebar nav a {
  display: block;
}

.sidebar nav a:hover {
  background: whitesmoke;
}

.sidebar nav a:hover:after {
  font-family: entypo;
  content: "\e60f";
  float: right;
  margin-right: .25em;
  color: #A8BB21;
}

.sidebar li {
  position: relative;
}

.sidebar li:hover .sub-menu {
  z-index: 200;
  display: block;
  width: 150px;
  position: absolute;
  left: 100%;
  top: 0;
  background: #FFF;
}

.sidebar .widget {
  margin: 0 0 2em 0;
}

@media (min-width: 481px) and (max-width: 767px) {
  .sidebar .widget {
    width: 48%;
    margin-left: 4%;
    float: left;
  }
  .sidebar .widget:nth-child(2n+1) {
    margin-left: 0;
  }
  .sidebar .widget.image {
    display: none;
  }
}

.sidebar .blog_nav ul {
  margin-bottom: 2em;
}

footer {
  background: url("images/bg-content-bottom.jpg") top center no-repeat;
  background-size: 100%;
}

footer .primary h1 {
  font-size: 1.14285714285714em;
  /* 16/14 */
  font-weight: bold;
  color: #135079;
}

footer .primary nav.footer_module {
  margin-bottom: 1.5em;
}

footer .primary nav.footer_module a {
  display: block;
  padding: .5em;
  text-decoration: none;
  color: #FFF;
  background: #135079;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  footer .primary nav.footer_module a {
    padding: .5em 0;
    color: #135079;
    background: none;
  }
}

footer .primary nav.footer_module a:hover {
  background: #A8BB21;
}

@media (min-width: 768px) {
  footer .primary nav.footer_module a:hover {
    color: #A8BB21;
    background: none;
  }
}

footer .primary nav.footer_module a:after {
  display: block;
  float: right;
  content: "\e60f";
  font-family: entypo;
}

@media (min-width: 768px) {
  footer .primary nav.footer_module a:after {
    display: none;
  }
}

footer .primary .label {
  display: block;
  float: left;
  width: 35%;
}

footer .primary .value {
  display: block;
  float: left;
  width: 65%;
}

footer .secondary {
  width: 100%;
  margin-top: 3em;
}

footer .secondary > div.col {
  width: auto;
}

footer .secondary button {
  text-transform: uppercase;
  color: #135079;
  background: none;
  border: none;
  line-height: 2em;
}

footer .secondary button:before {
  display: block;
  font-family: entypo;
  text-transform: none;
  font-size: 2em;
  line-height: 1;
  content: "\e60e";
}

footer .secondary button:hover {
  cursor: pointer;
}

footer .secondary p {
  margin-bottom: 0;
}

footer a {
  color: #135079;
}

footer a:hover {
  color: #A8BB21;
}

footer .copyright {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  footer .copyright {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}

footer .copyright span {
  display: block;
  width: 100%;
  height: 1px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 481px) {
  footer .copyright span {
    display: inline;
    padding: 0 1em;
  }
}

footer .back_to_top {
  float: right;
}

/* THEME RULES */
section.intro_wrap {
  padding: 2em 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #ddd;
}

article.intro {
  padding: 0 0 2em 0;
}

@media (min-width: 800px) {
  article.intro {
    padding: 0 1em 0 0;
  }
}

@media (min-width: 800px) {
  article.intro h1 {
    font-size: 1.8;
    text-align: center;
    /* 20/14 */
  }
}

@media (min-width: 1024px) {
  article.intro h1 {
    font-size: 2.2em;
    text-align: center;
    /* 26/14 */
  }
}

article.intro .excerpt {
  font-family: "source-serif-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.28571428571429em;
  text-align: center;
  /* 18/14 */
}

article.intro.conference_description {
  padding: 2em 0;
  margin: 1em 0;
  border-top: 1px solid #ddd;
}

@media (min-width: 800px) {
  section.primary_modules .conferences {
    padding-top: 0.5em;
    padding-right: 1.5em;
    border-right: 1px solid #ddd;
  }
}

section.primary_modules .conferences article:last-child {
  border-bottom: none;
}

section.primary_modules article {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}

section.primary_modules .thumb.span_3 {
  width: 23.5%;
  padding-right: 0.5em;
}

section.primary_modules .entry.span_9 {
  width: 74.5%;
}

section.primary_modules h2 a {
  font-weight: bold;
}

section.primary_modules .featured_books {
  padding-top: 0.5em;
  padding-left: 0;
}

@media (min-width: 800px) {
  section.primary_modules .featured_books {
    padding-left: 1em;
  }
}

section.primary_modules .featured_books .thumb {
  padding-right: 0.5em;
}

@media (min-width: 800px) {
  section.primary_modules .featured_books h2 {
    font-size: 1em;
  }
}

section.primary_modules .featured_books a {
  font-weight: bold;
}

section.primary_modules .featured_books i {
  color: gray;
}

section.secondary_modules .module {
  position: relative;
  padding: 0;
  padding-bottom: 2em;
  margin-bottom: 1em;
}

@media (min-width: 800px) {
  section.secondary_modules .module {
    height: 580px;
  }
}

section.secondary_modules img {
  width: 100%;
  padding: 2%;
}

@media (min-width: 480px) and (max-width: 799px) {
  section.secondary_modules img {
    width: 23.5%;
    float: left;
    padding: 2% 0 0 2%;
  }
}

section.secondary_modules .entry {
  padding: 1em;
}

@media (min-width: 480px) and (max-width: 799px) {
  section.secondary_modules .entry {
    padding: 2%;
    width: 74.5%;
    float: left;
  }
}

section.secondary_modules h2 {
  color: #A8BB21;
}

section.secondary_modules h3 {
  font-size: 1em;
  line-height: 1.5;
}

section.secondary_modules h3 a {
  color: #135079;
  text-decoration: none;
}

section.secondary_modules h3 a:hover {
  color: #A8BB21;
}

section.secondary_modules .morelink {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

section.secondary_modules .resource_regions {
  margin-top: 1.75em;
}

section.secondary_modules .resource_regions a {
  color: #135079;
  text-decoration: none;
}

section.secondary_modules .resource_regions a:hover {
  color: #A8BB21;
}

.news article {
  margin: 0 0 1em 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.news article:last-child {
  margin: 0;
  border: 0;
}

h2 a {
  color: #135079;
  text-decoration: none;
}

h2 a:hover {
  color: #A8BB21;
}

.float_right {
  float: right;
}

.module {
  margin-bottom: 1.5em;
  padding: .5em;
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .module {
    margin-bottom: 0;
  }
}


a.button {
  color: #444;
  background: #f4f4f4;
  padding: 0.75em 1em;
  border-bottom: 800px #ddd;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a.button:hover {
  cursor: pointer;
  border-bottom: 800px #999;
}

a.button_post{
	color: #FFF;
	background: #00bff3;
	margin-top: 1em;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	padding: 0.75em 1em;
	border-radius: 0;
	border-bottom: 4px solid #2e8ac8;
	font-size: 1.25em;
	font-family: "source-sans-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

a.button_post:hover {
  	cursor: pointer;
	background: #2e8ac8;	
  	border-bottom: 4px solid #135079;
}

a.showlogin {
	font-size:1.2em!important;
}

.serif {
  font-family: "source-serif-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

h2.serif,
h2 .serif {
  color: #444;
}

.page-id-709 .gform_wrapper,
.page-id-9274 .gform_wrapper {
  max-width: 100% !important;
}

.page-id-709 .gform_wrapper input[type=text],
.page-id-709 .gform_wrapper input[type=url],
.page-id-709 .gform_wrapper input[type=email],
.page-id-709 .gform_wrapper input[type=tel],
.page-id-709 .gform_wrapper input[type=number],
.page-id-709 .gform_wrapper input[type=password],
.page-id-709 .gform_wrapper textarea,
.page-id-9274 .gform_wrapper input[type=text],
.page-id-9274 .gform_wrapper input[type=url],
.page-id-9274 .gform_wrapper input[type=email],
.page-id-9274 .gform_wrapper input[type=tel],
.page-id-9274 .gform_wrapper input[type=number],
.page-id-9274 .gform_wrapper input[type=password],
.page-id-9274 .gform_wrapper textarea {
  font-size: 1em !important;
  line-height: 1 !important;
  padding: 0.5em !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  box-sizing: border-box;
  background: #f2f2f2 !important;
  border: 0 !important;
  width: 100% !important;
}

.page-id-709 .gform_wrapper .col,
.page-id-9274 .gform_wrapper .col {
  margin-left: 0;
  clear: none !important;
}

@media (min-width: 768px) {
  .page-id-709 .gform_wrapper .col,
  .page-id-9274 .gform_wrapper .col {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .page-id-709 .gform_wrapper .col.left input,
  .page-id-9274 .gform_wrapper .col.left input {
    width: 98% !important;
  }
}

.page-id-709 .validation_error,
.page-id-9274 .validation_error {
  font-weight: normal !important;
}

ul.tabs {
  padding: 3em 0 1em 0;
}

ul.tabs:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.tabs li {
  display: block;
  float: left;
  width: 50%;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  list-style-type: none;
}

@media (min-width: 620px) {
  ul.tabs li {
    width: 25%; 
  }
}

ul.tabs li.ui-tabs-active a {
  color: white;
  background: #135079;
  position: relative;
}

ul.tabs li.ui-tabs-active a:after {
  position: absolute;
  left: 45%;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

ul.tabs li a {
  display: block;
  padding: 1em;
  color: #999999;
  background: #e6e6e6;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 480px) {
  ul.tabs li a {
    text-align: center;
  }
}

@media (min-width: 560px) {
  ul.tabs li a {
    padding: 1em;
  }
}

ul.tabs li a:hover {
  color: white;
  background: #135079;
}

/* tab pane */
.tab_panel {
  display: none;
  min-height: 150px;
}

.lighten {
  color: #999999;
}

.breadcrumbs {
  padding: 1em;
}

.breadcrumbs ul.crumbs li.crumb {
  display: block;
  float: left;
}

.breadcrumbs ul.crumbs li.crumb:after {
  padding: 0 0.5em;
  content: '\203A';
  font-size: 1.25em;
  line-height: 1;
}

.breadcrumbs ul.crumbs li.crumb:last-child:after {
  display: none;
}

.breadcrumbs ul.crumbs li.crumb span#toggle {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.25em;
  transform: rotate(90deg);
}

.breadcrumbs ul.crumbs li.crumb span#toggle:hover {
  cursor: pointer;
  background: #f4f4f4;
}

.breadcrumbs ul.crumbs li.crumb span#toggle:after {
  display: block;
  content: '\203A';
  font-size: 1.25em;
  line-height: 1;
  text-align: center;
}

.breadcrumbs ul.crumbs .catcrumbs a {
  display: block;
}

.advanced_pagination .previous_next_nav > a,
.advanced_pagination .secondary_pagination > a {
  background: #135079 !important;
}

.advanced_pagination .previous_next_nav > a:hover,
.advanced_pagination .secondary_pagination > a:hover {
  background: #A8BB21 !important;
}

.advanced_pagination .secondary_pagination .page-numbers a {
  color: #135079;
}

.advanced_pagination .secondary_pagination .page-numbers a:hover {
  color: #A8BB21;
}

.subscribe_form {
  padding: 1em;
}

.subscribe_form .morelink {
  float: left;
  font-weight: normal;
  font-style: normal;
}

#mc_embed_signup form {
  position: relative;
}

#mc_embed_signup input[type="email"] {
  float: right;
  width: 100%;
  height: 56px;
  padding-right: 3em;
  margin: 0;
  color: #444;
  background: white;
  border: 1px solid #e6e6e6;
}

#mc_embed_signup input[type="submit"] {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
  width: 56px;
  padding: 0;
  text-align: center;
  font-family: entypo;
  font-size: 2em;
  line-height: 1;
  color: #FFF;
  border-radius: 0;
  border: 0 solid #e6e6e6;
  background: #135079;
  -webkit-appearance: none;
}

#mc_embed_signup input[type="submit"]:hover {
  color: white;
  background: #00bff3;
}

/* for front-page-notice.php */
.notice_area{
  background-color: #f4f4f4;
}
.p-1{
  padding: 1em;
}
.mb-1{
  margin-bottom: 1em;
}

/* For Woocommerce store override notice */
.woocommerce-store-notice.demo_store {
  background-color: #2e8ac8;
  color: #fefefe;
  position: static;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 800px){
.woocommerce-store-notice.demo_store {
  margin-bottom: -1rem;
  margin-top: 5.5rem;
}

}

.normal_text{
  font-weight: 400;
  font-style: normal;
}

/* my-account page full width and height video videoWrap element is located in vimeoproduct plugin */
li.vimeo-product{
	margin-bottom: 1.5em;

}

li.vimeo-product .video-buttons{
	margin-top: 1.5em;
}

div.videoWrap {
	position: relative;
	padding-bottom: 56.25% ;
	height: 0;
	overflow: hidden ;


}

.videoWrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width:100% ;
	height:100% ;

}


.associate-sites {
  margin: 50px 0 0 0;
}

