@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400|Open+Sans:300,400,600|Oswald');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* ==========================================================================
   The Meat and Potatoes 
   ========================================================================== */

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

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #636363;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #636363;
}

img {
    height: auto;
    max-width:100%;
}
ul, ol {
    padding: 0 0 0 40px;
}
.header-container-wrapper {
    height:100px;
}
.header-container-wrapper header {
    position:fixed;
    height:100px;
    top:0;
    left:0;
    right:0;
    margin-bottom:100px;
    width:100%;
    z-index: 999;
    background:#0085ca;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0px 2px 5px 0px rgba(0,0,0,0.23);
}
.logo {
    padding-top:10px;
    z-index: 9999;
    position:relative;
    width:30%;
}

.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
    content: " ";
	display: table;
}
.body-container-wrapper {
    min-height:350px;
}
.page-wide {
    padding: 50px;
}
.page-wide h2, .page-wide h3 {
    font-size:25px;
    font-weight:bold;
    color:#636363 !important;
}
.page-center {
    max-width:1300px;
    padding: 0 45px;
    margin: 0 auto!important;
    float: none!important;
    overflow:hidden;
}
.super-page-center {
    max-width: 800px;
    margin: 60px auto !important;
    float: none!important;
}
a {
    color: #0085ca;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}

a:hover {
    color:#333;
}
h1 {
    line-height: 1.5em;
}

hr {
    color:rgba(99, 99, 99, 0.25);
    background-color: rgba(99, 99, 99, 0.25);
    border:0;
    height:2px;
}
.top-spacer {
    margin-top: 80px;
}

.buttons {
    margin: 20px 0;
}

.list-topics {
    margin: 0 10px 20px;
    font-size: 15px;
    line-height: 1em;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
}
.topic-filter {
    padding:10px;
}
.topic-filter ul li {
    display:inline;
    padding: 3px;
}
/* ==========================================================================
   Blog                                         
   ========================================================================== */

/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

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

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper .post-header h2 {
    font-size: 30px;
}
.blog-post-wrapper img {
    padding: 5px;
    border: solid 1px #ddd;
}
.blog-post-wrapper #hubspot-author_data {
    margin-bottom: 5px;
}

/* Blog Title */
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    font-size: 24px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin: 0 0 20px;
}
.post-header h2 a:hover {
    text-decoration: none;
}

/* Blog Author and Avatar */
.full-article-footer {
    border-top: 2px solid rgba(99, 99, 99, 0.25);
    border-bottom: 2px solid rgba(99, 99, 99, 0.25);
    margin:25px 0;
}
.article-footer {
    padding: 20px 10px 10px 10px;
    min-height: 115px;
    display:table;
}
.article-footer a {
    font-family: 'Open Sans',sans-serif;
    font-size:20px;
}
.avatar-module {
    display: table-cell; 
    vertical-align: middle;
}
.avatar-module img {
    float: left;
    margin:0px 60px 0px 20px;
    padding-right:30px;
}
a.author-link {
    font-family: 'Open Sans',sans-serif;
    font-size:20px;
    line-height:2em;
    color:#0085ca;
    text-decoration:none;
}
a.author-link:hover {
    color:#636363;
    text-decoration:none;
}

.socialLinks li {
    list-style-type:none;
    display:inline-block;
}
.socialLinks li a {
    font-size:25px;
    padding-right:5px;
}
.hs-author-profile {
    padding:25px;
    font-family: 'Open Sans',sans-serif;
    font-size:22px;
}
.hs-author-name {
    text-align:center;
}
.hs-author-listing-header {
    text-align:center;
}

#hubspot-author_data {
    float: left;
    margin: 0;
    text-align: left;
}
#hubspot-author_data .fa {
    margin-left: 10px;
}
#hubspot-author_data .fa.fa-clock-o {
    margin-left: 0;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    width:49%;
    height:auto;
    display:inline-block;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    background: #f7f7f7;
    padding: 15px;
    margin: 15px auto;
    font-size: 14px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-link {
    width: 100%;
    height:100%;
    display: block;
    float: left;
    padding: 5px;
    border: solid 1px #ccc;
    margin: 0 20px 10px 0;
}
.featured-image-box {
    background-size:cover;
    background-position:center top;
    background-repeat: no-repeat;
    height: 132px;
}

/* Blog Footer */
.blog-post-footer {
    margin: 15px -15px -15px;
    padding: 10px 15px;
    background: #eee;
    border-top: 1px solid #ddd;
    color: #000;
}

/* Read More Link */
a.more-link {
    float: right;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
}

.blog .hs-author-social-links a.hs-author-social-link.hs-social-facebook,
.blog .hs-author-social-links a.hs-author-social-link.hs-social-linkedin,
.blog .hs-author-social-links a.hs-author-social-link.hs-social-twitter,
.blog .hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: none;
}


/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 70px;
}
.blog-pagination a {
    display: inline-block;
    background: #eee;
    padding: 6px 12px;
    margin-left: -4px;
    border: 1px solid #ddd;
}
.blog-pagination a:first-child {
    margin-left: 0;
}
.blog-pagination a:hover {
    text-decoration: none;
    color: #fff;
    background: ;
}
.blog-pagination .previous-posts-link {}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {}

/* Blog Author */
.hs-author-name {
    margin-top: 0;
}
.hs-author-listing-header {
    margin-bottom: 30px;
}



/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}
.blog .blog-sidebar h3 {
    margin-top: 0;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 20px;
}

/* ==========================================================================
   Post Template - For landing page type posts
   ========================================================================== */

.left-content {
    float: left;
    width: 55%;
    padding: 0 45px;
    margin: 10px 0;
    font-size: 18px;
}
.left-content p, .left-content ul, .left-content h1 {
    color: #636363;
    font-family: baskerville !important;
    line-height: 1.5;
}
.left-content img {
    vertical-align: middle;
}
.title-bar {
    width:75%;
    background: #eae9eb;
    padding: 10px;
}
.title-bar h1 {
    color: #636363;
    font-weight: bold;
    text-align:left;
}
.title-bar p, .title-bar a {
    text-align:left;
    color:#0085ca;
    font-size:20px;
    font-weight:bold;
}
.right-content {
    float: right;
    width: 45%;
    padding: 0 45px;
}
.right-content h1 {
    color: #636363;
    font-weight: bold;
    font-size: 25px;
}
.right-content .hs-form .hs-form-field ul li {
    display:block;
}


/* ==========================================================================
   Post Template - For regular full posts
   ========================================================================== */
   
.section.post-body h1, 
.section.post-body h2, 
.section.post-body h3, 
.section.post-body h4, 
.section.post-body h5, 
.section.post-body h6 {
    color:#222222;
}
.section-post-wrapper .cell-wrapper {
    font size: 18px;
    line-height: 34px;
    margin: 0 20px 10px 20px;
}
.section.post-body p {
    margin:25px 0;
    font-family: baskerville, serif;
    font-size: 18px;
    line-height: 34px;
    color:#222222 !important;
}
.post-body img {
    max-width: 100%;
    height: auto;
}

.ftr-img-hdr .post-header h1 {
    font-size:60px;
}
.headerWidgets {
    margin-bottom:40px;
    text-align:center;
}
.headerWidgets li {
    display:inline-block;
    text-align:right;
    list-style-type:none;
    width:49%;
    background-color:#ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding:15px;
    vertical-align: top;
    line-height:1.5 !important;
}

.headerWidgets li img {
    float:left;
    margin-right:20px;
}
.apaText {
    text-align:left;
    padding-right: 10px;
    float:right;
    width:65%;
}
.apaText h1 {
        font-size:25px;
        font-weight:bold;
}
.apaText h2 {
        font-size:20px;
        color:#636363;
}
.embed-box {
    float:left;
    width:30%;
    height: 165px;
    background:#0085ca;
}
.embed-box .wistia_embed, .embed-box img {
    height:165px !important;
}
#hs_form_target_subscribe_pmi_blog {
    width:20%;
    margin:0 auto;
}
#hs_form_target_subscribe_pmi_blog span {
    display:none;
}
.related-posts {
    text-align:center;
    list-style: none;  
    margin-bottom:50px;
    font-size:0;
    padding:25px;
}
.related-posts:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.related-post-item {
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-align: center;
    padding: 30px;
    display:inline-block;
    margin:35px 3px;
    position: relative;
    width: 24.5%;
    height: 300px;
    vertical-align: top;
}
.related-post-item h2 {
    margin-bottom:10px;
}
.related-post-item img {
    width:75%;
}

/* ==========================================================================
   Google Search Bar
   ========================================================================== */
                    
#hs-search-module {
    padding:25px !important;
}

input.gsc-search-button {
    height:40px !important;
    min-width:85px !important;
    border-radius:0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important; 
    padding:9px 30px !important;
}
.gsc-input-box {
    height:40px !important;
}
table.gsc-search-box td.gsc-input {
    padding-right:0 !important;
}
#hs-search-module .hs-button.primary {
    height:40px !important;
    min-width:85px !important;
    border-radius:0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important; 
    padding:9px 30px !important;
    float: right;
}

/* ==========================================================================
   Footer Area
   ========================================================================== */
.footer-container-wrapper {
    margin-top: 100px;
}
.lowerFooter {
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 15%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.15)), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.25));
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .15) 15%, transparent 25%, transparent 75%, rgba(0, 0, 0, .15) 75%, rgba(0, 0, 0, .15)), -webkit-linear-gradient(45deg, rgba(0, 0, 0, .15) 15%, transparent 25%, transparent 75%, rgba(0, 0, 0, .15) 75%, rgba(0, 0, 0, .15));
    background-position: 0 0pt, 2px 2px;
    background-size: 4px 4px;
    background-color: #434343;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: left;
    padding: 25px;
}
.about {
    padding-bottom: 15px;
    color: #ffffff;
    font: 100 15px 'fira-sans', sans-serif;
}

.creds {
    font: 100 15px 'fira-sans', sans-serif;
    color: #ffffff;
    border-top: 2px solid rgba(99, 99, 99, 0.25);
    padding-top: 15px;
}
.footerMenu {
    padding: 7px 25px;
    background-color: #eae9eb;
    border-top: 2px solid rgba(99, 99, 99, 0.25);
    border-bottom: 2px solid rgba(99, 99, 99, 0.25);
    text-align: left;
    clear: both;
    margin-bottom:0;
}
.footerMenu li {
    display: inline;
}
.footerMenu li a {
    color: #434343;
    font: 15px 'fira-sans', sans-serif;
}
.socialMenu {
    margin: -33px 19px;
    float: right;
}
.socialMenu li {
    display: inline;
    padding: 10px;
}
.socialMenu li .fa {
    font-size: 30px;
    color: #434343;
}
#afterMain {
    width:100%;
    background: #eae9eb;
	text-align:center;
    border-top: 2px solid rgba(99, 99, 99, 0.25);
    border-bottom: 2px solid rgba(99, 99, 99, 0.25);
    margin-bottom:90px;
    margin-top:25px;
}

#quiz {
	width:20%;
    vertical-align: middle;
}

#quiz:hover, .quiz1 a:hover, .quiz2 a:hover  {
	opacity:0.8;
}

.quiz1 {
    color:#434343;
	font:400 33px 'Open Sans', sans-serif;
}

.quiz2 {
    color:#0085ca;
	font:400 33px 'Open Sans', sans-serif;
}
.footer-object ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}
.footer-object ul li {
    margin: 15px 0;
}
.footer-object ul li a:link {
    color: #bcbcbc;
}
.footer-object ul li a:active {
    color: #bcbcbc;
}
.footer-object ul li a:visited {
    color: #bcbcbc;
}
.footer-object ul li a:hover {
    color: ;
}
.topic-cloud ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}
.topic-cloud ul li {
    display: inline-block;
    margin: 8px 2px;
    font-size: 12px;
}
.topic-cloud ul li a {
    color: #fff;
    padding: 3px 4px;
    text-shadow: 1px 1px rgba(15, 15, 15, .7);
}
.topic-cloud ul li a:hover {
    color: #fff;
}

.bottom-line {
    margin: 40px 0 30px;
    background-color: #676767;
    color: #676767;
}
.full-width-footer-section {
    
    color: #bcbcbc;
}
.full-width-footer-section h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #bfbfbf;
}

.copyright-section {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-top:20px;
    margin-bottom:20px;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    color:#bbb;
    text-decoration:none;
    font-size:20px;
}

.hs-button.primary {
    background-color: #0085ca;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 300;
    padding: 16px 24px;
    width: auto;
    margin-top: 10px;
}
.hs-button.primary:hover {
    opacity:0.8;
}
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
}
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #bbbcbc;
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #636363;
    letter-spacing: 0.5px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}
body label {
    font-size: 18px;
    color: #636363;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 2;
}

.main-page {
    margin-top:50px;
    padding-top:50px;
    padding-bottom:50px;
}
/* ==========================================================================
   Landing Pages/Forms
   ========================================================================== */
.landing-content {
    padding:25px;
}
.hs-form {
    float: none!important;
    margin: 0 auto!important;
    text-align: left;
}
.hs-form-radio {
    list-style-type:none;
}
.hs-form-booleancheckbox {
    list-style-type:none;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}
.hs-form fieldset.form-columns-1 input[type=checkbox], .hs-form fieldset.form-columns-1 input[type=radio] {
    width:auto!important;
}
.hs-form-field .hs_email {
    display:inline-block;
}
.hs-form .hs-form-field ul.inputs-list {
    list-style-type:none;
}
.hs-form .hs-form-field ul li {
    display:inline-block;
    margin-right:25px;
}
input[type="radio"], input[type="checkbox"] {
    margin-right:5px;
}
.registration-form {
    padding:25px;
    width: 60%;
    margin: 0 auto;
}
.unsubscribe-reason-form ul li {
    display:block !important;
}
.video-form .hs-form fieldset {
    max-width:80%;
}
#hs_cos_wrapper_WP-Title h1 {
    background:#eae9eb;
    color:#636363;
    font-weight:bold;
    padding:10px;
}
.wp-image-background {
    padding: 0;
    min-height:400px;
    height: 400px;
    margin: 1px 0 15px;
    box-shadow: 0px 2px 20px -10px #000;
    -webkit-box-shadow: 0px 2px 20px -10px #000;
}
.wp-text-landing p, .wp-text-landing ul li {
    margin: 10px 0;
    font-family: baskerville;
    color:#222222;
    font-size:18px;
    line-height:1.5;  
}
.wp-landing-form .hs-form .hs-form-field ul li {
    display:block;
    margin-right:0;
}
.wp-landing-form label {
    line-height:2.3;
}
.wp-landing-form h3 {
    color:#636363;
    font-weight:bold;
    font-size:25px;
}
.widget-type-email_subscriptions_confirmation h2 {
    font-size:20px;
    font-weight:bold;
}
#hs-pwd-widget-password {
    height: 45px !important;
}

/* ==========================================================================
   Image Slider
   ========================================================================== */
   
.hs_cos_wrapper_type_image_slider {
    display:block;
	overflow:hidden
}
.hs_cos_flex-container a:active,.hs_cos_flex-slider a:active,.hs_cos_flex-container a:focus,.hs_cos_flex-slider a:focus {
	outline:none
}
.hs_cos_flex-slides,.hs_cos_flex-control-nav,.hs_cos_flex-direction-nav {
	margin:0;
	padding:0;
	list-style:none
}
.hs_cos_flex-slider {
	margin:0;
	padding:0
}
.hs_cos_flex-slider .hs_cos_flex-slides>li {
	display:none;
	-webkit-backface-visibility:hidden;
	position:relative
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
	width:60%;
	display:block;
	border-radius:0
}
.hs_cos_flex-pauseplay span {
	text-transform:capitalize
}
.hs_cos_flex-slides:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
html[xmlns] .hs_cos_flex-slides {
	display:block
}
* html .hs_cos_flex-slides {
	height:1%
}
.hs_cos_flex-slider {
	margin:0 0 60px;
	background:#fff;
	border:0;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	zoom:1
}
.hs_cos_flex-viewport {
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease
}
.loading .hs_cos_flex-viewport {
	max-height:300px
}
.hs_cos_flex-slider .hs_cos_flex-slides {
	zoom:1
}
.carousel li {
	margin-right:5px
}
.hs_cos_flex-direction-nav {
	*height:0
}
.hs_cos_flex-direction-nav a {
	width:30px;
	height:30px;
	margin:-20px 0 0;
	display:block;
	background:url(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	text-indent:-9999px;
	opacity:0;
	-webkit-transition:all .3s ease
}
.hs_cos_flex-direction-nav .hs_cos_flex-next {
	background-position:100% 0;
	right:-36px
}
.hs_cos_flex-direction-nav .hs_cos_flex-prev {
	left:-36px
}
.hs_cos_flex-slider:hover .hs_cos_flex-next {
	opacity:.8;
	right:5px
}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {
	opacity:.8;
	left:5px
}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
	opacity:1
}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
	opacity:.3!important;
	filter:alpha(opacity=30);
	cursor:default
}
.hs_cos_flex_thumbnavs-direction-nav {
	margin:0;
	padding:0;
	list-style:none
}
.hs_cos_flex_thumbnavs-direction-nav {
	*height:0
}
.hs_cos_flex_thumbnavs-direction-nav a {
	width:30px;
	height:140px;
	margin:-60px 0 0;
	display:block;
	background:url(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 40%;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	text-indent:-9999px;
	opacity:1;
	-webkit-transition:all .3s ease
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
	background-position:100% 40%;
	right:0
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
	left:0
}
.hs-cos-flex-slider-control-panel img {
	cursor:pointer
}
.hs-cos-flex-slider-control-panel img:hover {
	opacity:.8
}
.hs-cos-flex-slider-control-panel {
	margin-top:-30px
}
.hs_cos_flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-40px;
	text-align:center
}
.hs_cos_flex-control-nav li {
	margin:0 6px;
	display:inline-block;
	zoom:1;
	*display:inline
}
.hs_cos_flex-control-paging li a {
	width:11px;
	height:11px;
	display:block;
	background:#666;
	background:rgba(0,0,0,0.5);
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	box-shadow:inset 0 0 3px rgba(0,0,0,0.3)
}
.hs_cos_flex-control-paging li a:hover {
	background:#333;
	background:rgba(0,0,0,0.7)
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active {
	background:#000;
	background:rgba(0,0,0,0.9);
	cursor:default
}
.hs_cos_flex-control-thumbs {
	margin:5px 0 0;
	position:static;
	overflow:hidden
}
.hs_cos_flex-control-thumbs li {
	width:25%;
	float:left;
	margin:0
}
.hs_cos_flex-control-thumbs img {
	width:100%;
	display:block;
	opacity:.7;
	cursor:pointer
}
.hs_cos_flex-control-thumbs img:hover {
	opacity:1
}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {
	opacity:1;
	cursor:default
}

/* ==========================================================================
   YouTube Popup Video
   ========================================================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }


/* ==========================================================================
   Custom Menu Primary 
   ========================================================================== */

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    float:none !important;
    padding: 16px;
    
}
.custom-menu-primary .hs-menu-wrapper li a {
    color:#ffffff;
    font: 300 16px 'Fira Sans', sans-serif;
}
.custom-menu-primary  {
    text-align: right;
    position: relative;
    top: -80px;
    right: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: '';
    display: block;
    border-bottom: 4px solid transparent; 
	width: 0;
	transition: width .5s ease, background-color .5s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus:after,
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:after {
    width: 100%;
    border-bottom: 4px solid #ffffff;
	padding: 5px; 
}
.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

/* ==========================================================================
   Dropdown Menu, Main
   ========================================================================== */

.hs-menu-children-wrapper {
    display:none;
    position: absolute;
  	top: 102%;
  	min-width: 26.3em;
  	padding: 0;
  	text-align: left;
  	background:#ffffff;
  	border-left:3px solid #0085ca;
  	border-bottom:3px solid #0085ca;
  	border-right:3px solid #0085ca;
    list-style-type: none;
}
.hs-menu-children-wrapper li {
    padding:20px;
}
.hs-menu-children-wrapper li a {
    color:#0085ca !important;
}
ul.hs-menu-children-wrapper .hs-menu-children-wrapper {
    display:none;
	top: 10px;
    left: 50%;
    min-width: 14em;
	border:none;
    background:none;
}
ul.hs-menu-children-wrapper .hs-menu-children-wrapper li a {
	font-style: italic;
}
.custom-menu-primary .hs-menu-wrapper li a:focus {
    outline:none;
}    
.hs-menu-item.hs-menu-depth-3 {
    padding:5px;
}
/* ==========================================================================
   Dropdown Menu, Topics
   ========================================================================== */
   
.custom-menu-topics {
    margin-bottom:25px;
    text-align: right;
}
.custom-menu-topics .hs-menu-wrapper {
    border-bottom: 3px solid #0085ca;
}
.custom-menu-topics .hs-menu-wrapper li {
    display:inline-block;
    padding: 0 15px;
}
.custom-menu-topics .hs-menu-wrapper li a {
    font: 300 16px 'Fira Sans', sans-serif;
}
.custom-menu-topics .hs-menu-children-wrapper {
    border-top:3px solid #0085ca;
    top: auto;
    right: 0;
    width:auto;
    z-index: 990;
}
.custom-menu-topics .hs-menu-wrapper .hs-menu-children-wrapper li {
    padding:10px 7px;
}
.custom-menu-topics .hs-menu-wrapper .hs-menu-children-wrapper li a {
    font-style: italic;
    font-size:15px;
}

.commMenuItem .hs-menu-children-wrapper {
    right: auto;
}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1031px) {
      .custom-menu-primary .hs-menu-wrapper { 
            display:block !important;
      }
  }


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */





/*================================ */
/* RESPONSIVE LAYOUTS              */
/*================================ */

@media only screen and (max-width: 1330px) {
    .related-post-item h2 {
        font-size:18px;
    }
    .title-bar {
        width:100%;
        top:0;
    }
    .title-bar h1 {
        font-size: 1.5em;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .headerWidgets li {
        width:98%;
        margin-bottom:10px;   
    }
    .apaText {
        margin-top:0;
    }
    .apaText h2 {
        font-size:25px;
    }
    .custom-menu-topics {
        text-align:center;
    }
    .custom-menu-topics .hs-menu-wrapper li {
        padding: 0 5px;
    }
}


@media only screen and (max-width: 1030px) {
    .logo {
        width:100%;
        z-index: initial;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:focus:after,
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:after {
        display:none;
    }
    .custom-menu-topics .hs-menu-wrapper {
        display:none;
    }
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none; 
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;  
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color:#ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after {
        border-bottom: 0 !important;
        padding: 0 !important;
    }

  /* Toggle Button
     ========================================================================== */

  .mobile-trigger {
        display: inline-block !important; /* Show button on mobile */
        cursor: pointer; /* Mouse pointer type on hover */
        position: fixed; /*******************************************/
        top: 30px;          /* Position Button at right of screen  */
        right: 3%;        /*******************************************/
        width: auto; /* Button width */
        height: auto; /* Button height */      
        padding: 5px;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
  }
  .mobile-trigger:hover {
        text-decoration: none; /* Removes link text underline on button */
        background-color: #0085ca; 
        border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
        color:#ffffff;
        border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i {
        display: inline;
        position: relative;
  }
  .mobile-trigger i:before, .mobile-trigger i:after {
        position: absolute;
        content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
        width: 36px; /* Icon line width */
        height: 5px; /* Icon line height */
        background-color: #ffffff;
        display: inline-block;
  }
  .mobile-trigger i:before {
        top: -10px; /* Position top line */
  }
  .mobile-trigger i:after {
        top: 10px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
        background-color: #ffffff; /* Icon color */
  }
  
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled .hs-menu-wrapper {
        position: fixed;
        padding-top: 44px; /* Makes room for button */
        min-height:350px;
        overflow-y: scroll;
        bottom: 0px;
        width: 75%;
        padding: 0;
        top: 100px;
        
    }
  
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch {
        /*background:#ffffff;
        color:#0085ca;*/
    }
    
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper{
        background-color:#0085ca; 
        width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
        font-size: 22px; /* Font size of top level list items */
        color:#ffffff;
        line-height: 45px;
        overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a,
  .hs-menu-children-wrapper li a {
        padding: 20px 26px;
        color:#ffffff !important; 
        font: 300 16px 'fira sans', sans-serif;
        border-bottom: 1px solid rgba(255, 255, 255, .3333);
  }
  .custom-menu-topics .hs-menu-wrapper >  ul li a,
  .hs-menu-children-wrapper li a {
        color:#0085ca !important; 
        font: 300 16px 'fira sans', sans-serif;
        border-bottom: none;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
        background-color: #0085ca;
        padding-left: 10% !important;
  }
  
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
        text-indent: 50px; /* Indent Child lists */
  }
}

@media only screen and (max-width: 960px) {
   .quiz1, .quiz2 {
       font:400 25px 'Open Sans', sans-serif;
    }
    .related-post-item {
        width:48%;
        margin-right:0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75); 
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; 
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; 
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; 
    } 
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; 
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0; 
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; 
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; 
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; 
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; 
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; 
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; 
    }
}
@media only screen and (max-width: 800px) {
    .right-content, .left-content {
        float:none;
        width:100%;
    }
}
@media only screen and (max-width: 767px) {
    
    .blog-main-page {
        padding-top:60px
    }
    .topic-cloud {
        margin-bottom: 80px;
    }
    .socialMenu {
        float:none;
        margin:0;
        text-align: center;
        background-color: #eae9eb;
        border-bottom: 2px solid rgba(99, 99, 99, 0.25);
    }
    .footerMenu {
      text-align:center;
      border-bottom:none;
    }
    #quiz {
      display:none;
    }
    
    .quiz1 {
      display:block;
    }
    .article-footer {
      display:inherit;
      margin:0px;
    }
    .avatar-module {
      display:inherit; 
      vertical-align: none;
    }
    .avatar-module img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      float:none;
      margin-top:0px;
    }
    .article-footer p {
      text-align:center;
      padding-left:0px;
    }
    .apaText h2 {
        font-size:18px;
    }
    .related-post-item h2 {
        font-size:18px;
    }
}

@media only screen and (max-width: 600px) {
    .related-post-item {
        width:98%;
        margin-right:0;
    }
    .apaText {
        float:none;
        width:100%;
    }
    .apaText h1 {
        text-align:center;
    }
    .embed-box {
        width:100%;
        text-align:center;
    }
    .headerWidgets li img {
        float:none;
    }
    .blog-listing-wrapper .post-listing .post-item {
        display: block;
        width:90%;
    }
    #hubspot-author_data span {
        display: block;
    }
    #hubspot-author_data .fa {
        margin: 0;
    }
}

/**
 * This code hides the Library main menu when viewing with a narrow screen
 * Added 10/31/2018 - Jason Pecor
 */

/* Clean up header layout styling */

#hs_cos_wrapper_fixed_header > header {
	display: flex !important;
  align-items: center;
  justify-content: space-around;
}

#hs_cos_wrapper_fixed_header > header > .logo > a > img {
	max-width: 200px;
  transform: translateX(16px);
}

#hs_cos_wrapper_fixed_header > header > .custom-menu-primary {
  top: auto;
  right: auto;
	flex-grow: 1;
  transform: translateY(7px);
}

#hs_cos_wrapper_fixed_header > header > .hamburger-menu-btn {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  padding: 16px;
  outline: none;
  display: none; /* Only display on small screens */
}

/* Smaller Device Screens */

@media screen and (max-width: 1030px) {
	#hs_cos_wrapper_fixed_header > header > .custom-menu-primary {
    background: #0085ca;
    border-top: 1px solid rgba(0, 0, 0, .15);
		display: none;
    bottom: 0;
    top: 100px !important;
    left: 0;
    overflow: none;
    overflow-y: auto;
    position: fixed;
    width: 100%;
    max-width: 400px;
    transform: none;
	}

	body.show-menu #hs_cos_wrapper_fixed_header > header > .custom-menu-primary {
		display: initial;
	}
  
  #hs_cos_wrapper_fixed_header > header > .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }
  
  #hs_cos_wrapper_fixed_header > header > .hamburger-menu-btn {
    display: initial;
  }
}

/**
 * Library Topic Menu
 * The topic menu is modified by JavaScript after page load, causing an awkward shift of elements.
 * Here we will hide the topic menu until a class "visible" is added to it.
 */

.widget-type-menu .hs-menu-wrapper > ul {
  opacity: 0;
  transition: opacity .1s ease-in;
}

.widget-type-menu .hs-menu-wrapper > ul.visible {
  opacity: 1;
}