html.photo-open,
html.modal-open,
body.photo-open,
body.modal-open { 
    overflow: hidden;
}

.gform_confirmation_message {
    border: 3px solid #000;
    padding: 15px;
    font-weight: bold;
}

iframe#form_iframe {
    overflow-y: scroll;
}

body {
    font-family: 'PT Sans', sans-serif;
}

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

em {
    font-style: italic;
}

b, strong {
    font-weight: 900;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 62px;
    line-height: 74px;
    text-transform: uppercase;
    text-align: center;
    margin: 40px auto;
}

ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

nav ul li:first-of-type:before {
    content: '';
    width: 0;
    height: 0;
    background: url('../img/logo-small.png') no-repeat 0 0;
    background-size: 100%;
    text-decoration: none;
    margin: 0 auto 30px;
    display: block !important;
    position: absolute;
    opacity: 0;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    /*transition: 1s ease all;*/
}

.sticky nav > .main-menu > ul > li:first-of-type:before {
    content: '';
    width: 23px;
    height: 35px;
    opacity: 1;
    transition: 1s ease all;
}

ul li {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f101';
    color: #E8681A;
    position: absolute;
    left: 0px;
}

ol {
    list-style: decimal;
    padding-left: 20px;;
    margin-left: 0;
}

ol li {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

header {
    width: 100%;
    padding: 30px 0;    
    background: #FFFFFF;
    border-bottom: 1px solid #CDCDCD;
}

header #logo {
    width: 332px;
    height: 72px;
    background: url('../img/logo.png') no-repeat 0 0;
    background-size: 100%;
    text-decoration: none;
    margin: 0 auto 30px;
    opacity: 1;
    display: block;
    position: relative;
    transition: 1s ease all;
}

div.menu-toggle { 
    display: none;
}

nav {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.sticky header {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.sticky header #logo {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 auto;
    transition: 1s ease all;
}

nav ul {
    width: 100%;
    text-align: center;
    margin: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 25px;
    margin-left: 25px;
    padding: 0;
}

nav ul li:before {
    display: none;
}

nav ul li:first-child {
    margin-left: 0;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    position: relative;
}

nav ul li a:after {
    content: '';
    width: 0%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    /*transition: 0.5s ease all;*/
}

nav ul li a:hover:after {
    width: 100%;
    /*transition: 0.5s ease all;*/
}

nav ul li a.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-page-blog-home nav ul li#menu-item-15251 a:after,
.single-post nav ul li#menu-item-15251 a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-page-training-home nav ul li#menu-item-15252 a:after,
.page-template-page-training-certified-scrum nav ul li#menu-item-15252 a:after,
.page-template-page-training-leadership nav ul li#menu-item-15252 a:after,
.page-template-page-training-product-strategy nav ul li#menu-item-15252 a:after,
.page-template-page-course-comparison nav ul li#menu-item-15252 a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-page-books-home nav ul li#menu-item-15253 a:after,
.page-template-page-books-single nav ul li#menu-item-15253 a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-page-tools-home nav ul li#menu-item-15254 a:after,
.page-template-page-tools-single nav ul li#menu-item-15254 a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-page-resources nav ul li#menu-item-15255 a:after,
.page-template-page-videos nav ul li#menu-item-15255 a:after,
.page-template-page-presentations nav ul li#menu-item-15255 a:after,
.page-template-page-podcasts nav ul li#menu-item-15255 a:after,
.page-template-page-photos nav ul li#menu-item-15255 a:after,
.page-template-page-vlog nav ul li#menu-item-15255 a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-page-about nav ul li#menu-item-15256 a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-page-contact nav ul li#menu-item-15257 a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E8681A;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

li.menu-item-has-children {
    position: relative;
}

ul.sub-menu {
    width: 300px;
    position: absolute;
    top: 22px;
    left: 0;
    text-align: left;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
}

ul.sub-menu > li > .sub-menu {
    left: 298px;
}

ul.sub-menu.open {
    opacity: 1;
    pointer-events: all;
}

ul.sub-menu li {
    display: block;
    margin: 0;
    background: #FFF;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: none;
}

ul.sub-menu li:last-of-type {
    border-bottom: 1px solid #CCC;
}

ul.sub-menu li a {
    font-size: 15px;
    padding: 10px 20px;
    display: block;
}

ul.sub-menu li a:hover {
    background: #CCC;
    color: #FFF;
}

ul.sub-menu li a:after {
    display: none !important;
}

/*
li.menu-item-has-children ul.sub-menu li:first-child {
    display: none;
}
*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

.container-narrow {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    position: relative;
}

.cta {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    text-decoration: none !important;
    outline: none;
    border-radius: 5px 5px 0 0;
    margin: 20px 10px;
    position: relative;
    cursor: pointer;
}

.cta.primary {
    border-bottom: 3px solid #E8681A;
}

.cta.secondary {
    border-bottom: 3px solid #005E88;
}

.about-block .cta {
    margin-bottom: 0;
}

.cta.sample {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
}

.cta:after {
    content: '';
    width: 0%;
    height: 3px;
    background: #707070;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.75s ease all;
}


.cta:hover:after {
    width: calc(100% + 1px);
    transition: 0.75s ease all;
}

.cta.sample:after {
    content: '\f019';
    width: 15px;
    height: 15px;
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: Bold;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    left: auto;
    top: 0;
    right: -30px;
}

.cta.sample:hover:after {
    width: 15px;
}

#homepage-categories {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
	justify-content: center;
}

.homepage-box {
    width: calc(50% - 15px);
    height: 385px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.homepage-box:nth-child(odd) {
    margin-right: 15px;
}

.homepage-box:nth-child(even) {
    margin-left: 15px;
}

.homepage-box:nth-of-type(3),
.homepage-box:nth-of-type(4){
    margin-bottom: 20px;
}

.homepage-box > span:nth-of-type(1) {
    width: 0%;
    height: 3px;
    top: 0;
    left: 0;
    background: #E8681A;
    display: block;
    position: absolute;
    transition: 0.1s 0.3s ease all;
}

.homepage-box > span:nth-of-type(2) {
    width: 3px;
    height: 0%;
    top: 0;
    right: 0;
    background: #E8681A;
    display: block;
    position: absolute;
    transition: 0.1s 0.2s ease all;
}

.homepage-box > span:nth-of-type(3) {
    width: 0%;
    height: 3px;
    bottom: 0;
    right: 0;
    background: #E8681A;
    display: block;
    position: absolute;
    transition: 0.1s 0.1s ease all;
}

.homepage-box > span:nth-of-type(4) {
    width: 3px;
    height: 0%;
    bottom: 0;
    left: 0;
    background: #E8681A;
    display: block;
    position: absolute;
    transition: 0.1s ease all;
}

.homepage-box:hover > span:nth-of-type(1) {
    width: 100%;
    transition: 0.1s ease all;
}

.homepage-box:hover > span:nth-of-type(2) {
    height: 100%;
    transition: 0.1s 0.1s ease all;
}

.homepage-box:hover > span:nth-of-type(3) {
    width: 100%;
    transition: 0.1s 0.2s ease all;
}

.homepage-box:hover > span:nth-of-type(4) {
    height: 100%;
    transition: 0.1s 0.3s ease all;
}

.box-overlay {
    width: calc(100% - 60px);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    background: rgba(255,255,255,0.8);
    transition: 0.5s ease all;
}

.box-overlay h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    line-height: 50px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

.box-overlay p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    font-weight: 300;
    margin: 10px 0 0;
}

.box-overlay span {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #E8681A;
    text-decoration: underline;
    display: inline-block;
    text-align: center;
    display: block;
    font-weight: 300;
    margin: 10px 0 0;
}

.about-block {
    border-top: 1px solid #CDCDCD;
    padding: 40px 0 40px;
    text-align: center;
    margin-top: 30px;
}

.about-block h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    line-height: 50px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px;
}

.about-block p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    font-weight: 300;
    margin: 10px 0 0;
}

.blog-home-articles {
    width: calc(76.5% - 30px);
    margin-right: 30px;
}

.blog-home-articles h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0 15px;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 15px;
}

.blog-home-sidebar {
    width: 23.5%;
}

.sidebar-container {
    position: sticky;
    top: 100px;
    margin-bottom: 20px;
}

.blog-home-sidebar-header {
    position: relative;
}

.blog-home-sidebar h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0 15px;
}

.blog-home-sidebar-header {
    border-bottom: 1px solid #CDCDCD;
}

/* Header Search */

header form#searchHome {
    width: 100%;
    position: absolute;
    bottom: -10px;
    right: 0;
}

@media (max-width: 768px) {
    header form#searchHome {
        bottom: 0;
        right: 20px;
    }
}

header input#s {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    width: 0%;
    height: 20px;
    padding: 10px;
    display: block;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    float: right;
    border: 1px solid #FFFFFF;
    transition: 0.5s ease all;
}

header input#s.open {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    width: -webkit-calc(100% - 21px);
    width:  calc(100% - 21px);
    height: 20px;
    padding: 10px;
    display: block;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    float: right;
    border: 1px solid #CDCDCD;
    transition: 0.5s ease all;
}

header .search-icon {
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    color: #7A8999;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

header .search-icon:before {
    content:'\f002';
}

header .search-icon.open:before {
    content:'\f00d';
}

/* Blog Search */

.blog-home-sidebar form#searchBlog {
    width: 100%;
    position: absolute;
    top: 5px;
}

.blog-home-sidebar li.categories {
    list-style-type: none;
}

.blog-home-sidebar li.categories ul {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    margin: 0 !important;
}

.blog-home-sidebar li.categories ul li,
.blog-home-sidebar li.topic ul li {
    padding: 10px 0;
    border-bottom: 1px solid #CDCDCD;
}

.blog-home-sidebar li.categories ul li:before,
.blog-home-sidebar li.topic ul li:before {
    display: none;
}

.blog-home-sidebar li a {
    color: #000000;
    text-decoration: none;
}

.blog-home-sidebar li.categories ul li:first-child,
.blog-home-sidebar li.topic ul li:first-child {
    padding-top: 10px;
}

.blog-home-sidebar li.categories, 
.blog-home-sidebar li.topic {
    list-style-type: none;
}

.blog-home-sidebar li.categories ul,
.blog-home-sidebar li.topic ul {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    margin: 0 !important;
}

.blog-home-sidebar li.categories ul li,
.blog-home-sidebar li.topic ul li {
    padding: 10px 0;
    border-bottom: 1px solid #CDCDCD;
}

.blog-home-sidebar li.categories ul li:before,
.blog-home-sidebar li.topic ul li:before {
    display: none;
}

.blog-home-sidebar li.categories ul li:first-child,
.blog-home-sidebar li.topic ul li:first-child {
    padding-top: 10px;
}

.blog-home-sidebar input#s {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    width: 0%;
    height: 20px;
    padding: 10px;
    display: block;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    float: right;
    border: 1px solid #FFFFFF;
    transition: 0.5s ease all;
}

.blog-home-sidebar input#s.open {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    width: -webkit-calc(100% - 21px);
    width:  calc(100% - 21px);
    height: 20px;
    padding: 10px;
    display: block;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    float: right;
    border: 1px solid #CDCDCD;
    transition: 0.5s ease all;
}

.blog-home-sidebar .search-icon {
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    color: #7A8999;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.blog-home-sidebar .search-icon:before {
    content:'\f002';
}

.blog-home-sidebar .search-icon.open:before {
    content:'\f00d';
}

.blog-home-sidebar .newsletter-signup {
    padding: 5px 15px 10px;
    border: 1px solid #CDCDCD;
    margin: 15px 0;
}

.blog-home-sidebar .newsletter-signup h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px !important;
    line-height: 20px;
    display: block;
    margin-bottom: 10px !important;
}

.blog-home-sidebar .newsletter-signup ul li {
    padding: 0 !important;
}

.blog-home-sidebar .newsletter-signup ul li:before {
    display: none !important;
}

.blog-home-sidebar .newsletter-signup label {
    display: none !important;
}

.blog-home-sidebar .newsletter-signup input {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 15px 10px;
    border: 1px solid #CDCDCD;
}

.blog-home-sidebar .newsletter-signup input[type="submit"] {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 3px solid #E8681A;
    text-decoration: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
    margin: 15px 0 0;
}

.blog-article {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 30px;
}

.blog-article.featured {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 100%;
    margin-bottom: 30px;
}

.blog-article.featured .feat-image {
    width: 40%;
    margin-right: 15px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.blog-article.featured .feat-content {
    width: 60%;
    display: block;
}

.blog-article.featured .feat-content .read-time {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-article.featured .feat-content .read-time:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    margin-right: 5px;
}

.blog-article.featured .feat-content h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    margin: 0 15px 10px 0;
}

.blog-article.featured .feat-content p {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px 0;
}

.blog-article.featured .feat-content a {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    color: #000000;
    text-decoration: underline;
}

.blog-article a.header-link {
    color: #000000 !important;
    text-decoration: none;
}

.blog-article {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 100%;
    margin-bottom: 30px;
}

.blog-article .feat-image {
    width: 40%;
    margin-right: 15px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.blog-article.single {
    width: 100%;
    display: flex;
}

.blog-article.single .feat-img {
    width: 100px;
    height: 100px;
    display: block;
    margin-top: 8px;
    margin-right: 20px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
}

.blog-article.single .read-time {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-article.single .read-time:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    margin-right: 5px;
}

.blog-article.single h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 15px 10px 0;
}


.blog-article.single p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.blog-article.single a {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    color: #000000;
    text-decoration: underline;
}

.blog-article a.read-more {
    display: block;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 10px 0 0 0;
    bottom: 0;
}

.blog-article a.read-more:after {
    content: ' >';
}

.blog-home-articles #moreArticles {
    width: 150px;
    display: block;
    margin: 0 auto 30px;
}

.blog-single-header {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.blog-single-header .image-caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #FFFFFF;
}

.blog-single-intro h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    line-height: 64px;
    text-transform: uppercase;
    text-align: left;
    margin: 60px 0 10px;
}

.blog-single-intro .publish-info {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.blog-single-intro .publish-date {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #707070;
}

.blog-single-intro .publish-date:before {
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    margin-right: 5px;
}

.blog-single-intro .read-time {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

.blog-single-intro .read-time:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    margin-right: 5px;
}

.author-info {
    width: 100%;
    display: block;
    float: left;
    padding: 20px 0;
    margin-bottom: 30px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    position: relative;
}

.author-image {
    width: 80px;
    height: 80px;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid #CDCDCD;
    float: left;
    overflow: hidden;
    position: relative;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-details {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.author-name {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.author-link {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-top: 5px;
    float: left;
    clear: both;
}

.blog-single-content {
    margin-bottom: 30px;
}

.blog-single-content p.intro {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    padding-bottom: 30px;
    position: relative;
}

.blog-single-content h2,
.blog-single-content h3 {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    line-height: 30px;
    font-weight: bold;
    position: relative;
}

.blog-single-content h2 {
    font-size: 24px;
}

.blog-single-content h3 {
    font-size: 20px;
}

hr {
    width: 100%;
    height: 3px;
    background: #F2F2F2;
    display: block;
    border: none;
    margin: 30px 0;
}

.blog-single-content p {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
    margin-top: 10px;
}

.blog-single-content a {
    color: #000000;
    text-decoration: underline;
}

.blog-single-content img {
    max-width: 90%;
    height: auto;
    margin: 30px auto 10px;
    display: block;
    text-align: center;
}

.blog-single-content li,
.blog-single-content ol {
    font-size: 17px;
    line-height: 26px;
    margin-top: 10px;
}

.wp-block-image {
    margin: 0 auto;
}

.learn-more > .container-narrow > .row {
    border-top: 3px solid #F2F2F2;
}

.learn-more-intro {
    width: 100%;
    padding: 30px 0 15px 0;
    display: block;
}

.learn-more-intro h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
}

.learn-more-intro p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0;
}

.learn-more-boxes {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.lm-box {
    width: -webkit-calc(33.333% - 7.5px);
    width: calc(33.333% - 7.5px);
    padding-top: 300px;
    background-size: cover;
    background-position: 75% 50%;
    margin-bottom: 30px;
    text-decoration: none;
    position: relative;
}

.lm-box-overlay {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 20px 25px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
}

.lm-box:nth-of-type(2) {
    margin-left: 15px;
    margin-right: 15px;
}

.lm-box-overlay span.category {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.lm-box-overlay h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #000000;
}

.lm-box-overlay span.link {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #E8681A;
    text-decoration: underline;
}

section#comments {
    width: 100% !important;
}

.comments > .container-narrow > .row {
    border-top: 3px solid #F2F2F2;
    padding-top: 30px;
}

.comments h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}

.comments h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.comments ul li {
    padding-left: 0;
    margin-top: 20px;
}

.comments .comment.depth-1 {
    padding: 30px 20px 0;
    border: 1px solid #CDCDCD;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.comments .comment.parent {
    padding: 30px 20px 0;
    border: 1px solid #CDCDCD;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.comments .comment.parent > .children > .comment.parent {
    padding: 0;
    border: 0;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;
}

.comments .comment-author {
    font-size: 18px;
    font-weight: bold;
}

.comments .comment-author a {
    color: #000000;
}

.comments .comment-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
}

.comments .comment-meta {
    font-size: 14px;
    margin: 10px 0 ;
}

.comments .comment-meta a {
    color: #000000;
}

.comments p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.comments .reply a {
    font-family: 'Oswald' !important;
    font-size: 16px;
    padding: 10px 20px 5px;
    display: inline-block;
    text-decoration: underline;
    color: #000;
    text-transform: uppercase;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 3px solid #E8681A;
    border-radius: 5px 5px 0 0;
    margin-top: 15px;
}

.comment .children {
    padding-left: 10px;
    border-left: 5px solid #EEE;
    padding-top: 10px;
}

.comments .reply a.comment-reply-link {
    text-decoration: none;
}

.comments ul li:before {
    display: none;
}

.comments .comment-author {
    font-size: 16px;
    font-weight: bold;
}

.comments form {
    width: 100%;
}

.comments textarea {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 200px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #7A8999;
    padding: 20px;
    border: 1px solid #7A8999;
    outline: none;
}

.comment-form label {
    width: 90%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.comments input {
    width: -webkit-calc(37.5% - 22px);
    width: calc(37.5% - 22px);
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #7A8999;
    padding: 11px 15px;
    border: 1px solid #7A8999;
    margin: 10px 15px 0 0;
    outline: none;
}

.comment-form-comment label {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.logged-in-as a {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #000000;
}

.comments input[type=submit] {
    width: auto !important;
    height: 40px !important;
    padding: 0 30px !important;
    margin: 0 0 15px 0 !important;
    font-size: 16px;
    background: #FFFFFF !important;
    cursor: pointer !important;
    color: #000000 !important;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-radius: 5px 5px 0 0 !important;
    border-top: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-bottom: 3px solid #E8681A !important;
    float: right;
}

.more-articles > .container-narrow > .row {
    border-top: 3px solid #F2F2F2;
    padding-top: 30px;
}

.more-articles h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}

.more-articles-boxes,
.yarpp-related-shortcode {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.more-box {
    width: -webkit-calc(33.333% - 7.5px);
    width: calc(33.333% - 7.5px);
    padding-top: 300px;
    background-size: cover;
    background-position: 75% 50%;
    margin-bottom: 30px;
    text-decoration: none;
    position: relative;
}

.more-box-overlay {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 20px 25px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
}

.more-box:nth-of-type(2) {
    margin-left: 15px;
    margin-right: 15px;
}

.more-box-overlay span.category {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.more-box-overlay h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #000000;
}

.more-box-overlay span.link {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #E8681A;
    text-decoration: underline;
}



.yarpp-related-shortcode .more-box-container {
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
    position: relative;
}

.yarpp-related-shortcode .more-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% - 7.5px);
    margin: 0 0 20px 0;
    padding-top: 300px;
    position: relative;
}

.yarpp-related-shortcode .more-box-container:first-child {
    margin-right: 7.5px;
}

.yarpp-related-shortcode .more-box-container:last-child {
    margin-left: 7.5px;
}

.yarpp-related-shortcode .more-box-overlay {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 0px 0px;
    margin: 0;
    background: rgba(255,255,255,0.8);
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
}

.yarpp-related-shortcode .more-box-overlay h3 {
    margin-bottom: 10px;
}

.yarpp-related-shortcode .more-box:after {
        content: '';
        width: 138px;
        height: 96px;
        display: block;
        background-image: url('../img/icon-vlog-play.png');
        background-size: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
}

.vid-info {
    display: block;
    margin-top: 20px;
}

.vid-info span {
    margin-right: 20px;
}

.training-home-header {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50% 25%;
}

.training-home-body h1 {
    font-size: 52px;
    line-height: 60px;
    text-align: left;    
    margin: 30px 0 20px;
}

.training-home-body  p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}



.training-home-body a {
    text-decoration: underline;
    color: #000000;
}

.training-home-body h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin: 20px 0 20px;
}

.courses-list {
    border: 1px solid #707070;
    margin-bottom: 30px;
}

.course  {
    padding: 20px;
    border-bottom: 1px solid #707070;
    display: flex;
    flex-wrap: wrap;
}

.eventbrite-iframe {
    width: 100%;
    height: 0;
    flex-wrap: nowrap;
    flex-basis: 100%;
    margin-top: 0;
    overflow: hidden;
    transition: 1s ease all;
}

.eventbrite-iframe.open {
    height: 100%;
    margin-top: 20px;
    transition: 1s ease all;
}

.training-single-header {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50% 25%;
}

.training-single-body {
    margin-bottom: 30px;
}

.training-single-body h1 {
    font-size: 52px;
    line-height: 60px;
    text-align: left;    
    margin: 30px 0 20px;
}

.training-single-body p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.training-single-body strong {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
}

.training-single-body .review strong {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
    clear: both;
}

.training-single-body div.review:last-of-type strong {
    margin-bottom: 0;
}

.training-single-body h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0 10px 0;
    display: inline-block;
}

.training-single-body a {
    text-decoration: underline;
    color: #000000;
}

.training-single-body ul li {
    margin-bottom: 10px;
}

.training-single-body h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.review p {
    display: inline-block;
}

.review p:before {
    font-family: 'PT Sans', sans-serif;
    content: '\201C';
}

.review p:after {
    font-family: 'PT Sans', sans-serif;
    content: '\201D';
}

.course-comparison-body h1 {
    font-size: 52px;
    line-height: 60px;
    text-align: left;    
    margin: 30px 0 20px;
}


.course-details {
    width: 80%;
    float: left;
}

.course-details strong {
    margin: 0;
}

.course-details h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
}

.course-details .date {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    display: block;
    overflow: hidden;
}

.course-details .single-date {
    display: inline-block !important;
    float: left !important;
    margin: 0;
}

.course-details .single-date:after {
    content: 'and';
    display: inline-block;
    margin: 0 5px;
}

.course-details .single-date:nth-child(3n) {
    clear: left;
}

.course-details .single-date:last-child:after {
    content: '';
}

.course-details span {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 10px 0 !important;
    display: block;
}

.course-details span.location,
.course-details span.lang,
.course-details span.timezone {
    display: inline;
}

.course-details span.online-course {
    display: inline;
    margin-right: -4px !important;
}

.course-details .waiting-list {
    font-size: 14px;
    margin: 10px 0 0 0;
}

.course-actions {
    width: 20%;
    float: right;
    text-align: center;
}

.course-actions .cta {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 0;
}

.course.soldout .cta {
    background: #D1D1D1;
    color: #808080;
    border-bottom: 3px solid #707070;
    pointer-events: none;
}

.course-actions .more-info {
   font-family: 'PT Sans', sans-serif;
   font-size: 16px;
   font-weight: normal;
   color: #E8681A;
   display: block;
}

.course.soldout .more-info {
    display: none;
}

.course:last-of-type {
    border-bottom: none;
}

.two-ctas {
    width: 100%;
    text-align: center;
}

.three-image-header {
    width: 100%;
    display: flex;
}

.three-image-header .image1,
.three-image-header .image2,
.three-image-header .image3 {
    width: -webkit-calc(33.333% - 4px);
    width: calc(33.333% - 4px);
    padding-bottom: 20%;
    background-size: cover;
    background-position: 50% 50%;
}

.three-image-header .image2 {
    margin-left: 15px;
    margin-right: 15px;
}

#comparisonTable {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 50px;
    margin-bottom: 30px;
}

#comparisonTable h3 {
    margin: 0;
}

#comparisonTable .row-header,
#comparisonTable .row1,
#comparisonTable .row2,
#comparisonTable .row3,
#comparisonTable .row4,
#comparisonTable .row5,
#comparisonTable .row6,
#comparisonTable .row7,
#comparisonTable .row1-subhead,
#comparisonTable .row2-subhead,
#comparisonTable .row3-subhead,
#comparisonTable .row4-subhead,
#comparisonTable .row5-subhead,
#comparisonTable .row6-subhead,
#comparisonTable .row7-subhead {
    padding: 15px;
}

#col1 {
    width: 20%;
}

#col2, #col3, #col4 {
    width: 28.333%;
}

.row-header, .row2, .row4, .row6,  .row7 {
    background: #F5F5F5;
    border-top: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
}

.row-header {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
    border-top: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    position: relative;
}

#col4 {
    border-right: 1px solid #E2E2E2;
}

.category .row-header {
    background: transparent;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

.row1, .row3, .row5 {
    background: #ECECEC;
    border-top: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
}

.row7 {
    border-bottom: 1px solid #E2E2E2;
}

.row1-subhead, .row2-subhead, .row3-subhead, 
.row4-subhead, .row5-subhead, .row6-subhead, .row7-subhead {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    background: #E0E0E0;
    display: none;
}

.vid-frame {
    width: 90%;
    max-width: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.page-template-page-training-product-owner-masterclass .vid-frame,
.page-template-page-training-leadership .vid-frame,
.page-template-page-training-product-strategy .vid-frame,
.page-template-page-training-certified-scrum .vid-frame {
    width: 100%;
    max-width: 768px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
}

#comparisonTable ul {
    margin: 0;
}

#comparisonTable ul li {
    margin: 0 0 10px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.category,
.author {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

#comparisonTable p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

#comparisonTable span {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
}

#comparisonTable .cta {
    width: calc(100% - 20px);
    font-size: 15px;
    padding: 10px 10px;
    margin: 0;
    text-align: center;
}

#comparisonTable .cspo .row-header:after {
    content: '';
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: 5px;
    position: absolute;
    bottom: 0;
    left: -1px;
    background:#E8681A;
}

#comparisonTable .roadmap .row-header:after {
    content: '';
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: 5px;
    position: absolute;
    bottom: 0;
    left: -1px;
    background:#7963A4;
}

#comparisonTable .leadership .row-header:after {
    content: '';
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: 5px;
    position: absolute;
    bottom: 0;
    left: -1px;
    background: #0077AB;
}

#comparisonTable .cspo .cta {
    border-bottom: 3px solid #E8681A;
}

#comparisonTable .roadmap .cta {
    border-bottom: 3px solid #7963A4;
}

#comparisonTable .leadership .cta {
    border-bottom: 3px solid #0077AB;
}

#comparisonTable .cspo ul li:before {
    color: #E8681A;
}

#comparisonTable .roadmap ul li:before {
    color: #7963A4;
}

#comparisonTable .leadership ul li:before {
    color: #0077AB;
}

#comparisonTable .row5 p:first-of-type {
    margin-bottom: 10px;
}

.course-comparison-body p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.course-comparison-body strong {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: inline-block;
}

.course-comparison-body h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0 10px 0;
    display: inline-block;
}
.course-comparison-body a {
    text-decoration: underline;
    color: #000000;
}

.four-image-header {
    width: 100%;
    display: flex;
}

.four-image-header .image1,
.four-image-header .image4 {
    width: -webkit-calc(30% - 4px);
    width: calc(30% - 4px);
    padding-bottom: 20%;
    background-size: cover;
    background-position: 50% 50%;
}

.four-image-header .image2,
.four-image-header .image3 {
    width: -webkit-calc(20% - 4px);
    width: calc(20% - 4px);
    padding-bottom: 20%;
    background-size: cover;
    background-position: 50% 50%;
}

.four-image-header .image2 {
    margin-left: 15px;
    margin-right: 7.5px;
}

.four-image-header .image3 {
    margin-left: 7.5px;
    margin-right: 15px;
}

.about-intro .row {
    padding: 0 30px 30px 30px;
    border: 1px solid #CDCDCD;
    margin-top: 30px;
}

.about-intro h1 {
    font-size: 52px;
    line-height: 60px;
    text-align: left;    
    margin: 30px 0 20px;
}

.about-intro h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.about-intro p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.about-intro strong {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: inline-block;
}

.about-intro h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0 10px 0;
    display: inline-block;
}

.about-intro a {
    text-decoration: underline;
    color: #000000;
}

.selected-clients {
    width: 100%;
    padding: 20px;
    background: #F5F5F5;
    margin: 20px auto;
}

.selected-clients h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}    

.selected-clients img {
    width: 65%;
    margin: 20px auto 0;
    display: block;
}

.client-feedback h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}    

.client-box {
    width: -webkit-calc(33.333% - 50px);
    width: calc(33.333% - 50px);
    background: #F5F5F5;
    padding: 20px;
    margin: 20px 0 0 0;
}

.client-box:nth-of-type(2) {
    margin-right: 15px;
    margin-left: 15px;
}

.client-info {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.client-info .client-image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: 50% 50%;
    float: left;
    margin-right: 10px;
}

.client-info p.name {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.client-info p.title {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.client-quote p {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
}

a.client-read-more {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
    display: inline;
    cursor: pointer;
}

a.client-read-more span {
    font-weight: bold;
}

a.client-read-more span:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 5px;
}

a.client-read-more span.less:after {
    transform: rotate(-90deg);
}

.more-about-roman .row {
    padding: 30px 30px 20px 30px;
    border: 1px solid #CDCDCD;
    margin-top: 30px;
    margin-bottom: 30px;
}

.more-about-roman h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.more-about-roman p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px 0;
}

.more-about-roman h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0 10px 0;
    display: inline-block;
}

.more-about-roman a {
    text-decoration: underline;
    color: #000000;
}

.roman-interview h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    margin: 5px 0 15px 0;
}

.roman-interview strong {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
}

.team-members {
    margin-bottom: 40px;
}

.team-members .row {
    padding: 30px 30px 20px 30px;
    border: 1px solid #CDCDCD;
    margin-top: 30px;
    text-align: center;
}

.team-members h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.team-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.team-row .team-profile {
    width: -webkit-calc(33.333% - 40px);
    width: calc(33.333% - 40px);
    text-align: center;
    padding: 20px;
}

.team-profile .photo {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 auto;
    border-radius: 50%;
}

.team-profile .name {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin: 5px 0 10px 0;
}

.team-profile .title {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    display: block;
}

.team-profile a {
    font-weight: bold;
    color: #000000;
}

.tools-single-header {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
}

.tools-single-body h1 {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: left;    
    margin: 30px 0 20px;
}

.tools-single-body h2 {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: left;    
    margin: 0 0 30px;
}

.tools-box {
    width: -webkit-calc(50% - 85px);
    width: calc(50% - 85px);
    padding: 30px 30px 90px;
    border: 1px solid #CDCDCD;
    text-align: center;
    position: relative;
}

.tools-box:nth-of-type(odd) {
    margin: 0 15px 30px 0;
}

.tools-box:nth-of-type(even) {
    margin: 0 0 30px 15px;
}

.tools-box img {
    width: 75%;
    border: 1px solid #707070;
    margin: 0 auto;
}

.tools-box h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    line-height: 48px;
    text-align: center;    
    text-transform: uppercase;
    margin: 20px 0 0;
}

.tools-box p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;   
    margin: 10px 0; 
}

.tools-box a.more-info {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}

.tools-box a.cta {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin: 20px 0 0 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.tools-single-intro .intro-box {
    padding: 30px;
    border: 1px solid #CDCDCD;
    margin: 40px 0 40px;
}

.tools-single-intro .intro-box h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    text-align: left;    
    margin: 0 0 20px;
}

.tools-single-intro .intro-box p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0; 
}

.tools-single-intro .intro-box .cta {
    float: right;
    margin: 0;
}

.items-list {
    margin-top: 40px;
}

.items-list h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
}

.items-list h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
}

.items-list .item {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}

.items-list a.more-info-link {
    display: inline-block;
    margin-top: 15px;
}

.items-list .item:last-of-type {
    border-bottom: none;
}

.items-list .item .image {
    width: 275px;
    height: 200px;
    display: inline-block;
    margin-right: 20px;
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid #CDCDCD;
}

.items-list .item.video .image {
    position: relative;
}

.items-list .item.video .image:before {
    content: '';
    width: 100px;
    height: 100px;
    background: url('../img/play-icon.png') no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.items-list .item .length {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}

.items-list .item .length strong {
    font-weight: bold;
}

.items-list .info {
    width: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: flex-start;
}

.items-list .info .vid-frame {
    width: 100%;
    position: relative;
    top:  auto;
    left:  auto;
    transform: none;
}

.items-list .item.podcast .info {
    width: 100%;
}

.items-list .item.podcast .info ul {
    margin-bottom: 20px;
}

.items-list .item.presentation .info {
    width: 100%;
}

.items-list .item.podcast audio {
    width: 100%;
}

.items-list .item.photos .photo-gallery {
    width: 100%;
}

.presentation .presentation-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.presentation .presentation-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.items-list .info h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-transform: normal;
    text-align: left;    
    margin: 0 0 15px;
}

.items-list .photo-gallery h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left;    
    margin: 0 0 15px;
}


.items-list .info p,
.items-list .photo-gallery p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;    
    margin: 0 0 15px;
}

.gallery-photos {
    width: 120px;
    margin: 0 15px 15px 0;
}

.gallery-photos img {
    width: 100%;
}

.items-list .info .cta {
    margin: 0 15px 0 0;
}

.items-list .info .find-out-more {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;   
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    display: block;
    margin-top: 20px;
}

.contact-header {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
}

.contact-body {
    max-width: 860px;
    margin: 0 auto 30px;
}

.contact-body h1 {
    font-size: 52px;
    line-height: 60px;
    text-align: left;    
    margin: 30px 0 20px;
}

.contact-body p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.contact-body a {
    text-decoration: underline;
    color: #000000;
}

#gform_1 {
    background: #F2F2F2;
    border: 1px solid #CDCDCD;
    padding: 30px 30px 70px;
    margin-top: 30px;
}

#gform_1 label {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px 0;
}

#gform_1 input {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #8A7D75;
    border-bottom: 5px solid #8A7D75;
}

#gform_1 textarea {
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #8A7D75;
    border-bottom: 5px solid #8A7D75;
}

#gform_1 button {
    float: right;
    margin: 0;
}

#gform_1 .button {
    width: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 3px solid #E8681A;
    text-decoration: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    margin: 20px 10px;
    position: absolute;
    cursor: pointer;
    bottom: 48px;
    right: 38px;
}

.books-single-header {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
}

.book-intro .book-text {
    width: -webkit-calc(70% - 30px);
    width: calc(70% - 30px);
    margin-right: 30px;
}

.book-intro .book-text h1 {
    font-size: 52px;
    line-height: 60px;
    text-align: left;    
    margin: 30px 0 0;
}

.book-intro .book-text h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
    margin: 15px 0 15px 0;
}

.book-intro .book-text p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.book-intro .book-text a {
    color: #000000;
    text-decoration: underline;
}

.book-intro .book-text i, .book-intro .book-text em {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    margin: 0 0 10px 0;
}

.book-intro .image-and-cta {
    width: 30%;
}

.book-intro .image-and-cta h3 {
    font-family: 'Oswald';
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 0;
}

.book-intro .image-and-cta .book-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 30px;
    border: 1px solid #CDCDCD;
}

.book-intro .image-and-cta .cta {
    width: -webkit-calc(100% - 62px);
    width: calc(100% - 62px);
    text-align: center;
    margin: 20px 0 10px;
}

.book-intro .image-and-cta .cta span {
    position: relative;
    padding-left: 33px;
}

.book-intro .image-and-cta .cta.amazon,
.book-intro .image-and-cta .cta.google,
.book-intro .image-and-cta .cta.apple,
.book-intro .image-and-cta .cta.audible {
    width: 145px;
    padding: 15px 0px 15px 0;
    font-size: 16px;
    margin: 20px 16px 0 0;
    display: block;
    float: left;
}

.book-intro .image-and-cta .cta:nth-of-type(2),
.book-intro .image-and-cta .cta:nth-of-type(4) {
    margin-right: 0;
}

.book-intro .image-and-cta .cta.amazon span:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('../img/amazon-logo.png');
    background-size: 25px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.book-intro .image-and-cta .cta.google span:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('../img/google-books-logo.png');
    background-size: 25px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
}

.book-intro .image-and-cta .cta.apple span:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('../img/apple-books-logo.png');
    background-size: 25px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.book-intro .image-and-cta .cta.audible span:before {
    content: '';
    width: 25px; 
    height: 25px;
    background-image: url('../img/audible-logo.png');
    background-size: 25px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.book-intro .image-and-cta .dropdown {
    width: -webkit-calc(100% - 62px);
    width: calc(100% - 62px);
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom:  3px solid #005E88;
    text-decoration: none;
    text-align: center;
    outline: none;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
  }
  
  .book-intro .image-and-cta .dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #707070;
    margin: 0;
    top: 40px;
    left: -1px;
    z-index: 1;
  }

.book-intro .image-and-cta .dropdown-content a {
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    display: block;
}

.book-intro .image-and-cta .dropdown:hover .dropdown-content {
    display: block;
}

#agenda {
    margin-bottom: 30px;
}

.agenda-item {
    margin: 0;
}

.agenda-item .agenda-heading {
    padding: 5px 60px 5px 20px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    position: relative;
}

.agenda-item .agenda-heading h3 {
    font-size: 18px;
    line-height: 24px;
}

.agenda-item:last-of-type .agenda-heading {
    border-bottom: 1px solid #707070;
}

.agenda-item:last-of-type.open .agenda-heading {
    border-bottom: 1px solid #FFFFFF;
}

.agenda-item .agenda-heading:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.agenda-item.open  .agenda-heading:after {
    transform: translateY(-50%) rotate(90deg);
}

.agenda-item .agenda-description {
    height: 0;
    padding: 0 20px;
    border-top: none;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: none;
    overflow: hidden;
}

.agenda-item.open .agenda-description {
    height: auto;
    padding: 0 20px 10px;
}


.agenda-item:last-of-type.open .agenda-description {
    border-bottom: 1px solid #CDCDCD;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: -999999;
    opacity: 0;
    transition: 0.5s ease all;
}

.modal.open {
    opacity: 1;
    z-index: 999999;
    transition: 0.5s ease all;
}

.modal-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    margin-top: 18px;
    display: inline-block;
    cursor: pointer;
    z-index: 999;
    transition: 0.4s ease all;
}

.modal-close .bar1, 
.modal-close .bar2, 
.modal-close .bar3 {
    width: 40px;
    height: 5px;
    background-color: #FFFFFF;
    margin: 5px 0;
    transition: 0.4s ease all;
    border-radius: 3px;
}

.modal-close .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
}

.modal-close .bar2 {
    opacity: 0;
}

.modal-close .bar3 {
    -webkit-transform: rotate(45deg) translate(-11px, -10px);
    transform: rotate(45deg) translate(-11px, -10px);
}

.video-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.page-template-page-tools-single .video-container {
    padding-top: 62.25%;
}

.formtemplate {
    margin: 0 !important;
    padding: 0;
}

.formtemplate li:before {
    display: none;
}

.formtemplate header {
    display: none;
}

.formtemplate .gform_wrapper {
    width: 100%;
    max-width: 700px;
}

.gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px;
    margin-left: 29%;
    width: 70%;
    overflow: hidden;
}

.formtemplate label {
    font-family: 'Oswald', sans-serif;
    font-size: 18px !important;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    margin: 0;
}

.formtemplate .gform_wrapper form h3 {
    font-family: 'Oswald', Sans-Serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.formtemplate .gform_wrapper form p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.formtemplate .gform_wrapper form a {
    color: #000;
    text-decoration: underline;
    margin: 10px 0 15px; 
}

.formtemplate .gform_wrapper input[type=text],
.formtemplate .gform_wrapper select {
    width: 100% !important;
}

.formtemplate .gform_wrapper input[type=text] {
    padding: 10px 20px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    min-height: 0 !important;
    border: 1px solid #8A7D75;
    border-bottom: 5px solid #8A7D75;
}

.formtemplate .gform_wrapper select {
    padding: 10px 20px !important;
    font-size: 16px;
    border: 1px solid #8A7D75;
    border-bottom: 5px solid #8A7D75;
    -webkit-appearance: none;
            appearance: none;
    border-radius: 0;
}

.formtemplate .gform_wrapper select::-ms-expand {
    display: none;
}

.formtemplate .gform_wrapper .ginput_container_select {
    position: relative;
}

.formtemplate .gform_wrapper .ginput_container_select:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d7";
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleY(0.7);
    right: 10px;
    pointer-events: none;
}

.formtemplate .gform_wrapper input.button, 
.formtemplate .gform_wrapper input[type=submit] {
    width: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 3px solid #E8681A;
    text-decoration: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    margin: 0 15px 0 0 !important;
    cursor: pointer;
    float: right;
}

.formtemplate .gform_wrapper input[type="submit"].disabled, 
.formtemplate .gform_wrapper input[type="submit"].button-disabled, 
.formtemplate .gform_wrapper input[type="submit"]:disabled {
    background: #cecece;
    color: #a5a5a5;
    cursor: not-allowed;
    border-top: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    border-bottom: 3px solid #a5a5a5;
}

.formtemplate .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    width: 100% !important;
    margin: 0 !important;
}

.gform_wrapper .gform_ajax_spinner {
    display: none;
}

@media (min-width: 960px) and (max-width: 1024px) {

    .container-narrow {
        max-width: 920px;
    }

    .box-overlay {
        width: calc(100% - 40px);
        padding: 15px 20px;
    }

    .box-overlay h2 {
        font-size: 36px;
    }

    .box-overlay p {
        font-size: 15px;
        line-height: 20px;
    }

    .box-overlay span {
        font-size: 15px;
    }

    .about-block h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .about-block p {
        font-size: 15px;
        line-height: 20px;
    }

    .about-block .cta {
        font-size: 15px;
    }

    .blog-article.featured .feat-image {
        width: 45%;
    }

    .blog-article.featured .feat-content {
        width: 55%;
    }

    .blog-single-header {
        height: 350px;
    }

    .blog-single-intro h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 30px 0 10px;
    }    

    .three-image-header .image1,
    .three-image-header .image2,
    .three-image-header .image3 {
        padding-bottom: 20%;
    }

    .four-image-header .image1,
    .four-image-header .image4 {
        padding-bottom: 20%;
    }
    
    .four-image-header .image2,
    .four-image-header .image3 {
        padding-bottom: 20%;
    }

    .tools-single-intro .intro-box {
        position: relative;
        padding-bottom: 80px;
    }

    .tools-single-intro .intro-box h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .tools-single-intro .intro-box .cta {
        position: absolute;
        bottom: 20px;
    }

}

@media (min-width: 768px) and (max-width: 959px) {

    header #logo {
        width: 280px;
        height: 60px;
    }
    
    h1 {
        font-size: 48px;
        line-height: 54px;
        margin: 40px auto;
    }

    .container-narrow {
        max-width: 760px;
    }

    nav ul li a {
        font-size: 18px;
    }

    nav ul li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .cta {
        font-size: 15px;
    }

    .homepage-box {
        /* width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px); */
		width: 335px;
        margin-bottom: 20px;
    }
    
    .homepage-box:nth-child(odd) {
        margin-right: 10px;
    }
    
    .homepage-box:nth-child(even) {
        margin-left: 10px;
    }

    .box-overlay {
        width: calc(100% - 30px);
        padding: 15px 15px;
    }

    .box-overlay h2 {
        font-size: 36px;
    }

    .box-overlay p {
        font-size: 14px;
        line-height: 18px;
    }

    .box-overlay span {
        font-size: 14px;
    }

    .about-block h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .about-block p {
        font-size: 15px;
        line-height: 20px;
    }

    .about-block .cta {
        font-size: 15px;
    }

    .blog-home-articles {
        width: -webkit-calc(70% - 30px);
        width: calc(70% - 30px);
        margin-right: 30px;
    }

    .blog-article.featured {
        flex-wrap: wrap;
    }

    .blog-article.featured .feat-image {
        width: 100%;
        height: 300px;
        margin: 10px 0 30px;
        background-position: 50% 25%;
    }

    .blog-article.featured .feat-content {
        width: 100%;
    }

    .blog-article.featured .feat-content h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .blog-article.single h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .blog-article.single .read-time {
        margin-left: 0;   
    }

    .blog-home-sidebar {
        width: 30%;
        position: relative;
    }

    .blog-home-sidebar ul.topics {
        font-size: 16px;
    }

    .blog-home-sidebar .newsletter-signup span {
        font-size: 16px;
        line-height: 20px;
    }
    
    .blog-single-header {
        height: 350px;
    }

    .blog-single-intro h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 30px 0 10px;
    }    

    .learn-more-boxes {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .lm-box {
        width: -webkit-calc(33.333% - 7.5px);
        width: calc(33.333% - 7.5px);
        padding-top: 225px;
        background-size: cover;
        background-position: 75% 50%;
        margin-bottom: 30px;
        text-decoration: none;
        position: relative;
    }
    
    .lm-box-overlay {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 10px 15px;
        background: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .lm-box:nth-of-type(2) {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .lm-box-overlay span.category {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
    }
    
    .lm-box-overlay h3 {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: #000000;
    }
    
    .lm-box-overlay span.link {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #E8681A;
        text-decoration: underline;
    }

    .comments input {
        width: -webkit-calc(33.333% - 22px);
        width: calc(33.333% - 22px);
    }

    .comments button {
        width: -webkit-calc(33.333% - 60px);
        width: calc(33.333% - 60px);
    }

    .more-box {
        width: -webkit-calc(33.333% - 7.5px);
        width: calc(33.333% - 7.5px);
        padding-top: 225px;
        background-size: cover;
        background-position: 75% 50%;
        margin-bottom: 30px;
        text-decoration: none;
        position: relative;
    }
    
    .more-box-overlay {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 10px 15px;
        background: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .more-box:nth-of-type(2) {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .more-box-overlay span.category {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
    }
    
    .more-box-overlay h3 {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 5px;
    }
    
    .more-box-overlay span.link {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #E8681A;
        text-decoration: underline;
    }

    .class-details {
        width: 75%;
    }

    .class-actions {
        width: 25%;
    }

    .three-image-header .image1,
    .three-image-header .image2,
    .three-image-header .image3 {
        padding-bottom: 200px;
    }

    .four-image-header .image1,
    .four-image-header .image4 {
        padding-bottom: 200px;
    }
    
    .four-image-header .image2,
    .four-image-header .image3 {
        padding-bottom: 200px;
    }

    .tools-single-intro .intro-box {
        position: relative;
        padding-bottom: 80px;
    }

    .tools-single-intro .intro-box h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .tools-single-intro .intro-box .cta {
        position: absolute;
        bottom: 20px;
    }

}

@media (max-width: 768px) and (min-width: 569px) {

    header #logo {
        width: 280px;
        height: 60px;
    }
    
    h1 {
        font-size: 48px;
        line-height: 54px;
        margin: 40px auto;
    }

    .container-narrow {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        max-width: 740px;
        padding-left: 15px;
        padding-right: 15px;
    }

    nav ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    nav ul li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .homepage-box {
        /*width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px); */
		width: 259.5px;
        margin-bottom: 20px;
    }
    
    .homepage-box:nth-child(odd) {
        margin-right: 10px;
    }
    
    .homepage-box:nth-child(even) {
        margin-left: 10px;
    }

    .box-overlay {
        width: calc(100% - 20px);
        padding: 15px 10px;
    }

    .box-overlay h2 {
        font-size: 30px;
    }

    .box-overlay p {
        font-size: 14px;
        line-height: 18px;
    }

    .box-overlay span {
        font-size: 14px;
        line-height: 18px;
    }

    .about-block h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-block p {
        font-size: 14px;
        line-height: 18px;
    }

    .about-block .cta {
        font-size: 15px;
    }
    
    .blog-article.featured {
        flex-wrap: wrap;
    }

    .blog-article.featured .feat-image {
        width: 100%;
        height: 300px;
        margin: 10px 0 30px;
        background-position: 50% 25%;
    }

    .blog-article.featured .feat-content {
        width: 100%;
    }

    .blog-article.featured .feat-content h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .blog-article.featured .feat-content .read-time {
        display: block;
    }

    .blog-article.single h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .blog-article.single .read-time {
        margin-left: 0;   
    }

    .blog-article.featured .feat-content a {
        clear: both;
    }

    .sidebar-container {
        top: 70px;
        overflow: hidden;
    }

    .topics-list {
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #CDCDCD;
    }

    .blog-home-sidebar ul.topics {
        font-size: 16px;
    }

    .blog-home-sidebar ul.topics li:nth-of-type(odd) {
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        margin: 0 7.5px 0 0;
        float: left;
    }

    .blog-home-sidebar ul.topics li:nth-of-type(even) {
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        margin: 0 0 0 7.5px;
        float: right;
    }

    .blog-home-sidebar .newsletter-signup {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
        clear: both;
        margin: 20px 0 0;
    }

    .blog-home-sidebar .newsletter-signup span {
        font-size: 16px;
        line-height: 20px;
    }

    
    .blog-single-header {
        height: 350px;
    }

    .blog-single-intro h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 30px 0 10px;
    }    

    .learn-more-boxes {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .lm-box {
        width: -webkit-calc(33.333% - 7.5px);
        width: calc(33.333% - 7.5px);
        padding-top: 225px;
        background-size: cover;
        background-position: 75% 50%;
        margin-bottom: 30px;
        text-decoration: none;
        position: relative;
    }
    
    .lm-box-overlay {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 10px 15px;
        background: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .lm-box:nth-of-type(2) {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .lm-box-overlay span.category {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
    }
    
    .lm-box-overlay h3 {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: #000000;
    }
    
    .lm-box-overlay span.link {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #E8681A;
        text-decoration: underline;
    }

    .comments input {
        width: -webkit-calc(33.333% - 22px);
        width: calc(33.333% - 22px);
    }

    .comments button {
        width: -webkit-calc(33.333% - 60px);
        width: calc(33.333% - 60px);
    }

    .more-box {
        width: -webkit-calc(33.333% - 7.5px);
        width: calc(33.333% - 7.5px);
        padding-top: 225px;
        background-size: cover;
        background-position: 75% 50%;
        margin-bottom: 30px;
        text-decoration: none;
        position: relative;
    }
    
    .more-box-overlay {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 10px 15px;
        background: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .more-box:nth-of-type(2) {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .more-box-overlay span.category {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
    }
    
    .more-box-overlay h3 {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 5px;
    }
    
    .more-box-overlay span.link {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #E8681A;
        text-decoration: underline;
    }

    .class-details {
        width: 75%;
    }

    .class-actions {
        width: 25%;
    }

    .three-image-header .image1,
    .three-image-header .image2,
    .three-image-header .image3 {
        padding-bottom: 200px;
    }

    .four-image-header .image1,
    .four-image-header .image4 {
        padding-bottom: 150px;
    }
    
    .four-image-header .image2,
    .four-image-header .image3 {
        padding-bottom: 150px;
    }

    .tools-single-intro .intro-box {
        position: relative;
        padding-bottom: 80px;
    }

    .tools-single-intro .intro-box h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .tools-single-intro .intro-box .cta {
        position: absolute;
        bottom: 20px;
    }

    .items-list .item {
        flex-wrap: wrap;
    }

    .items-list .item .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .items-list .info {
        width: 100%;
    }

}

@media (max-width: 768px) {
    #comparisonTable {
        flex-wrap: wrap;
    }

    .blog-single-header .image-caption {
        font-size: 13px;
    }

    #col1 {
        display: none;
    }

    #col2,
    #col3,
    #col4 {
        width: 100%;
        border-right: 1px solid #E0E0E0;
    }

    .row1-subhead, .row2-subhead, .row3-subhead, 
    .row4-subhead, .row5-subhead, .row6-subhead, .row7-subhead {
        display: block;
    }

    .row7 {
        margin-bottom: 30px;
    }

    .course-comparison-body h1 {
        font-size: 40px;
        line-height: 46px;
        margin: 30px auto;
    }

    .row-header {
        font-size: 20px;
        line-height: 28px;
    }

    .client-box {
        width: 100%;
        background: #F5F5F5;
        padding: 20px;
        margin: 20px 0 0 0;
    }
    
    .client-box:nth-of-type(2) {
        margin-right: 0;
        margin-left: 0;
    }

    .tools-box { 
        width: 100%;
        margin: 0 0 30px 0 !important;
    }

    .book-intro .book-text {
        width: 100%;
        margin: 0;
    }

    .book-intro .image-and-cta {
        width: 100%;
    }

    section#comments {
        width: 100%;
    }
}

@media (max-width: 568px) {

    body.nav-open {
        overflow: hidden;
    }

    .container-narrow {
        max-width: 375px;
        padding-left: 20px;
        padding-right: 20px;
    }

    header {
        padding: 15px 0 15px;
    }

    header #logo img,
    .sticky header #logo img {
        display: none;	
    }
	
    header #logo,
    .sticky header #logo {
        width: 225px;
        height: 50px;
        margin: 0 auto;
        opacity: 1;
		background: url('/wp-content/themes/romanpichler2019/assets/img/logo.png') no-repeat 0 0;
		background-size: 100%;		
    }

    div.menu-toggle {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 25px;
        display: inline-block;
        cursor: pointer;
        z-index: 1001;
        transition: 0.4s ease all;
    }

    .bar1, .bar2, .bar3 {
        width: 25px;
        height: 2px;
        background-color: #CDCDCD;
        margin: 5px 0;
        transition: 0.4s ease all;
        border-radius: 3px;
    }

    .nav-open .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 3px);
        transform: rotate(-45deg) translate(-4px, 3px);
    }

    .nav-open .bar2 {
        opacity: 0;
    }

    .nav-open .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -7px);
        transform: rotate(45deg) translate(-6px, -7px);
    }

    nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        background: #FFFFFF;
        margin-top: 80px;
        z-index: 9999;
        transition: 0.5s ease all;
        overflow-y: auto;
    }

    .nav-open nav {
        left: 0;
        transition: 0.5s ease all;
    }
    
    nav ul li {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid #cccccc;
    }

    nav ul li:first-child {
        border-top: 1px solid #cccccc;
    }
    
    nav ul li a {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        height: 100%;
        display: block;
        padding: 20px 5px;
    }
    
    nav ul li a:after {
        bottom: -2px;
    }

    nav ul li a.active:after {
        bottom: -2px;
    }

    h1 {
        font-size: 34px;
        line-height: 42px;
        margin: 30px auto;
    }

    .homepage-box {
        width: 100%;
        height: 275px;
        margin: 10px 0;
    }

    .homepage-box:nth-child(odd) {
        margin-right: 0;
    }

    .homepage-box:nth-child(even) {
        margin-left: 0;
    }

    .box-overlay {
        width: calc(100% - 15px);
        padding: 15px 15px 20px;
    }

    .box-overlay h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .box-overlay p {
        font-size: 14px;
        line-height: 18px;
    }

    .box-overlay span {
        font-size: 14px;
    }

    .about-block {
        margin-top: 30px;
        padding: 30px 0 30px;
    }

    .about-block h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .about-block p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-block .cta {
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
        margin: 20px 0 0;
    }

    .blog-home-articles {
        width: 100%;
        margin-right: 0;
    }

    .blog-article.featured {
        flex-wrap: wrap;
    }

    .blog-article.featured .feat-image {
        width: 100%;
        height: 300px;
        margin: 10px 0 30px;
        background-position: 50% 25%;
    }

    .blog-article.featured .feat-content {
        width: 100%;
    }

    .blog-article.featured .feat-content h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .blog-article.featured .feat-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-article.featured .feat-content a {
        font-size: 16px;
        line-height: 24px; 
    }

    .blog-article.featured .feat-content .read-time {
        font-size: 14px;
        display: block;
    }

    .blog-article.single h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .blog-article.single .read-time {
        margin-left: 0;   
        display: block;
    }

    .blog-article.featured .feat-content a {
        clear: both;
    }

    .blog-home-sidebar {
        width: 100%;
        position: relative;
    }

    .sidebar-container {
        position: relative;
        top: 0;
        overflow: hidden;
    }

    .topics-list {
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #CDCDCD;
    }

    .blog-home-sidebar ul.topics {
        font-size: 16px;
    }

    .blog-home-sidebar ul.topics li {
        width: 100%;
        margin: 0;
        float: left;
    }

    .blog-home-sidebar .newsletter-signup {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
        clear: both;
        margin: 20px 0 0;
    }

    .blog-home-sidebar .newsletter-signup span {
        font-size: 16px;
        line-height: 20px;
    }

    .selected-clients img {
        width: 100%;
        margin: 20px auto 0;
        display: block;
    }    

    footer .copyright {
        font-size: 13px;
    }

    footer .copyright p {
        display: block;
    }

    footer .copyright a {
        padding: 0;
        margin-top: 15px;
    }

    footer .copyright a:nth-child(2):before {
        display: none;
    }

    footer .copyright a:last-child {
        padding: 0 0 0 20px;
    }

    footer ul#menu-footer-menu li {
        display: block;
    }

    footer ul#menu-footer-menu li a {
        padding: 0;
    }

    footer ul#menu-footer-menu li a:before {
        display: none;
    }

    .blog-single-header {
        height: 250px;
    }

    .blog-single-intro h1 {
        font-size: 42px;
        line-height: 50px;
        margin: 20px 0 20px;
    }

    .publish-date {
        width: 100%;
        display: block;
    }

    .blog-single-intro .read-time {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }

    .blog-single-content p.intro {
        font-size: 18px;
        line-height: 26px;
    }

    .learn-more-boxes {
        flex-wrap: wrap;
    }

    .lm-box {
        width: -webkit-calc(100% - 7.5px);
        width: calc(100% - 7.5px);
        margin-bottom: 15px;
    }

    .lm-box:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
    }

    .lm-box-overlay {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 15px 15px;
    }

    .comments input {
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
        margin-top: 10px;
        margin-bottom: 0;
    }

    .comments button {
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
        margin: 10px 0 0 0;
    }

    .more-articles-boxes {
        flex-wrap: wrap;
    }

    .more-box {
        width: -webkit-calc(100% - 7.5px);
        width: calc(100% - 7.5px);
        margin-bottom: 15px;
    }

    .more-box:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
    }

    .more-box-overlay {
        width: calc(100% - 30px);
        padding: 15px 15px;
    }

    .class {
        flex-wrap: wrap;
    }

    .class-details {
        width: 100%;
    }

    .class-actions {
        width: 100%;
    }

    .class-actions .cta {
        width: -webkit-calc(100% - 62px);
        width: calc(100% - 62px);
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .training-home-body h1 {
        font-size: 46px;
        line-height: 54px;
    }

    .three-image-header .image1,
    .three-image-header .image2,
    .three-image-header .image3 {
        padding-bottom: 135px;
    }

    .three-image-header .image1,
    .three-image-header .image2 {
        width: 50%;
    }

    .three-image-header .image2 {
        margin-right: 0;
    }

    .three-image-header .image3 {
        display: none;
    }


    .four-image-header .image1,
    .four-image-header .image4 {
        padding-bottom: 135px;
    }
    
    .four-image-header .image2,
    .four-image-header .image3 {
        padding-bottom: 135px;
    }

    .team-row .team-profile {
        width: 100%;
    }
    .tools-single-intro .intro-box {
        position: relative;
        padding-bottom: 80px;
    }

    .tools-single-intro .intro-box h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .tools-single-intro .intro-box .cta {
        position: absolute;
        bottom: 20px;
    }

    .items-list .item {
        flex-wrap: wrap;
    }

    .items-list .item .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .items-list .info {
        width: 100%;
    }

    .course-details {
        width: 100%;
    }

    .course-actions {
        width: 100%;
        margin-top: 15px;
    }

    .course-details .date {
        font-size: 15px;
    }

    .book-intro .image-and-cta .cta.apple,
        .book-intro .image-and-cta .cta.amazon,
    .book-intro .image-and-cta .cta.google {
        display: block;
    }

}

@media (max-width: 568px) and (min-width: 423px) {
	.homepage-box {
		width: 375px;
	}
}


@media (max-width: 1159px) and (min-width: 960px) {
	.homepage-box {
		width: 425px;
	}
}

@media (min-width: 1160px) {
	.homepage-box {
		width: 525px;
	}
}

@media (max-width: 320px) {

    header #logo,
    .sticky header #logo {
        width: 180px;
        height: 39px;
    }

    nav {
        margin-top: 69px;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
        margin: 20px auto 15px;
    }

    .box-overlay p {
        font-size: 13px;
    }

    .box-overlay span {
        font-size: 13px;
    }

    .about-block h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .about-block p {
        font-size: 13px;
    }

    .blog-home-articles {
        width: 100%;
        margin-right: 0;
    }

    .blog-home-articles {
        width: 100%;
        margin-right: 0;
    }

    .blog-article.featured {
        flex-wrap: wrap;
    }

    .blog-article.featured .feat-image {
        width: 100%;
        height: 300px;
        margin: 10px 0 30px;
        background-position: 50% 25%;
    }

    .blog-article.featured .feat-content {
        width: 100%;
    }

    .blog-article.featured .feat-content h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .blog-article.featured .feat-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-article.featured .feat-content a {
        font-size: 16px;
        line-height: 24px; 
    }

    .blog-article.featured .feat-content .read-time {
        font-size: 14px;
        display: block;
    }

    .blog-article.single h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .blog-article.single .read-time {
        margin-left: 0;   
        display: block;
    }

    .blog-article.featured .feat-content a {
        clear: both;
    }

    .blog-home-sidebar {
        width: 100%;
        position: relative;
    }

    .sidebar-container {
        position: relative;
        top: 0;
        overflow: hidden;
    }

    .topics-list {
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #CDCDCD;
    }

    .blog-home-sidebar ul.topics {
        font-size: 16px;
    }

    .blog-home-sidebar ul.topics li {
        width: 100%;
        margin: 0;
        float: left;
    }

    .blog-home-sidebar .newsletter-signup {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
        clear: both;
        margin: 20px 0 0;
    }

    .blog-home-sidebar .newsletter-signup span {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-single-header {
        height: 250px;
    }

    .blog-single-intro h1 {
        font-size: 42px;
        line-height: 50px;
        margin: 20px 0 20px;
    }

    .publish-date {
        width: 100%;
        display: block;
    }

    .blog-single-intro .read-time {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }

    .blog-single-content p.intro {
        font-size: 18px;
        line-height: 26px;
    }

    .learn-more-boxes {
        flex-wrap: wrap;
    }

    .lm-box {
        width: -webkit-calc(100% - 7.5px);
        width: calc(100% - 7.5px);
        margin-bottom: 15px;
    }

    .lm-box:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
    }

    .lm-box-overlay {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 15px 15px;
    }

    .comments input {
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
        margin-top: 10px;
        margin-bottom: 0;
    }

    .comments button {
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
        margin: 10px 0 0 0;
    }

    .more-articles-boxes {
        flex-wrap: wrap;
    }

    .more-box {
        width: -webkit-calc(100% - 7.5px);
        width: calc(100% - 7.5px);
        margin-bottom: 15px;
    }

    .more-box:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
    }

    .more-box-overlay {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 15px 15px;
    }


    .class {
        flex-wrap: wrap;
    }

    .class-details {
        width: 100%;
    }

    .class-actions {
        width: 100%;
    }

    .class-actions .cta {
        width: -webkit-calc(100% - 62px);
        width: calc(100% - 62px);
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .training-home-body h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .three-image-header .image1,
    .three-image-header .image2,
    .three-image-header .image3 {
        padding-bottom: 100px;
    }

    .course-comparison-body h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .four-image-header .image1,
    .four-image-header .image4 {
        padding-bottom: 100px;
    }
    
    .four-image-header .image2,
    .four-image-header .image3 {
        padding-bottom: 100px;
    }

    .tools-single-intro .intro-box {
        position: relative;
        padding-bottom: 80px;
    }

    .tools-single-intro .intro-box h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .tools-single-intro .intro-box .cta {
        position: absolute;
        bottom: 20px;
    }

    .items-list .item {
        flex-wrap: wrap;
    }

    .items-list .item .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .items-list .info {
        width: 100%;
    }


    .selected-clients img {
        width: 100%;
        margin: 20px auto 0;
        display: block;
    }    

}


@media (max-width: 670px) {

    #frame {
        height: calc(100vh - 105px) !important;
    }

    .formtemplate .gform_wrapper input[type=text],
    .formtemplate .gform_wrapper select {
        width: calc(100% - 20px) !important;
        padding: 5px 20px !important;
    }

    .formtemplate .gform_wrapper form h3 {
        font-size: 16px;
    }

    .formtemplate .gform_wrapper form p {
        font-size: 14px;
        line-height: 18px;
    }

    .formtemplate .gform_wrapper ul li.gfield {
        margin-top: 10px;
        padding-top: 0;
        margin-bottom: 10px !important;
    }

    .formtemplate .gform_wrapper .ginput_container_select:before {
        right: 30px;
    }

    .formtemplate .gform_wrapper input[type=submit] {
        width: auto !important;
        padding: 5px 20px;
        margin: 0 20px 10px !important;
    }

    .formtemplate label {
        font-size: 15px !important;
        line-height: 26px !important;
    }

}

.dl-lightbox-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    display: block;
    top: 0;
    left: 0;
    z-index: -999999; 
    opacity: 0;
    transition: 0.5s ease all;
}

body.modal-open .dl-lightbox-modal {
    opacity: 1;
    transition: 0.5s ease all;
    z-index: 999999;
}

.dl-lightbox-modal .container-narrow,
.dl-lightbox-modal .row {
    height: 100%;
    overflow: hidden;
}

#frame {
    width: 100%;
    max-width: 710px;
    height: 600px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-left: 5px solid #E8681A;
}

#close-frame {
    font-family: sans-serif;
    font-weight: normal;
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 30px;
    text-decoration: none;
    color: #E8681A;
    cursor: pointer;
}

.photo-lightbox-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    display: block;
    top: 0;
    left: 0;
    z-index: -999999;
    opacity: 0;
    transition: 0.5s ease all;
    pointer-events: none;
}

.photo-lightbox-modal.open {
    opacity: 1;
    transition: 0.5s ease all;
    z-index: 999999;
}

.photo-lightbox-modal #frame {
    width: 100%;
    height: auto;
    padding: 0;
    max-width: 768px;
    background: transparent;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.photo-lightbox-modal #frame img {
    width: 100%;
}

/* Default Page Template */

.default-template {
    margin-bottom: 40px;
}

.default-template h1 {
    font-size: 52px;
    line-height: 60px;
    text-align: left;    
    margin: 30px 0 20px;
}

.default-template p {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.default-template a {
    font-weight: bold;
    color: #000000;
}

.default-template h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.default-template h3 {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.default-template ul {
    margin: 10px 0 0;
}

.default-template hr {
    margin: 20px 0;
}

/* Category */

.category h2,
.author h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 15px;
}

.category h2 a,
.author h2 a {
    color: #000;
    text-decoration: none;   
}

.category .category-article header,
.category .category-article footer,
.author .author-article header,
.author .author-article footer {
    border: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    top: auto;
    left: auto;
}

.category .category-article .entry-meta a,
.author .category-article .entry-meta a {
    color: #000;
}

.category .category-article .post-edit-link,
.author .author-article .post-edit-link  {
    display: none;
}

.category .category-article .entry-summary p,
.author .author-article .entry-summary p {
    font-weight: normal;
}

.category .category-article footer span,
.author .author-article footer span {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
}

.category .category-article footer span.meta-sep,
.author .author-article footer span.meta-sep {
    display: none;
}

.category .category-article footer a,
.author .category-article footer a {
    color: #000;
    font-weight: normal;
}

.category .category-article footer .comments-link,
.author .category-article footer .comments-link  {
    display: none;
}

.category .category-article article,
.author .category-article article {
    padding-bottom: 30px;
    border-bottom: 1px solid #CDCC;
    overflow: hidden;
    margin-bottom: 30px;
}

.category .nav-previous,
.category .nav-next,
.author .nav-previous,
.author .nav-next {
     font-family: 'Oswald';
     font-weight: bold;
     margin-bottom: 40px;
     text-transform: uppercase;
}

.category .nav-previous,
.author .nav-previous {
    float: left;
}

.category .nav-next,
.author .nav-next {
    float: right;
}

.category .nav-previous a,
.category .nav-next a,
.author .nav-previous a,
.author .nav-next a {
     color: #000;
}

.category .blog-home-sidebar,
.author .blog-home-sidebar  {
    margin-top: 30px;
}

/* Author */

.author h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 15px;
}

.author h2 a {
    color: #000;
    text-decoration: none;   
}

.author .author-article header,
.author .author-article footer {
    border: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    top: auto;
    left: auto;
}

.author .author-article .entry-meta a {
    color: #000;
}

.author .author-article .post-edit-link {
    display: none;
}

.author .author-article .entry-summary p {
    font-weight: normal;
}

.author .author-article footer span {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
}

.author .author-article footer span.meta-sep {
    display: none;
}

.author .author-article footer a {
    color: #000;
    font-weight: normal;
}

.author .author-article footer .comments-link {
    display: none;
}

.author .author-article article {
    padding-bottom: 30px;
    border-bottom: 1px solid #CDCC;
    overflow: hidden;
    margin-bottom: 30px;
}

.author .nav-previous,
.author .nav-next {
     font-family: 'Oswald';
     font-weight: bold;
     margin-bottom: 40px;
     text-transform: uppercase;
}

.author .nav-previous {
    float: left;
}

.author .nav-next {
    float: right;
}

.author .nav-previous a,
.author .nav-next a {
     color: #000;
}

.author .blog-home-sidebar {
    margin-top: 30px;
}

@media (max-width: 568px) {

    ul.sub-menu {
        width: 100%;
        height: 0;
        position: relative;
        top: auto;
    }

    ul.sub-menu.open {
        height: auto;
        top: 2px;
    }

    ul.sub-menu li {
        background: #F5F5F5;
    }

    ul.sub-menu li a {
        font-size: 17px;
        padding: 20px 10px;
    }

    li.menu-item-has-children ul.sub-menu li:first-child {
        display: block;
    };

}

#newsletterSignup .gform_wrapper .gform_footer {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;   
}

#newsletterSignup .gform_wrapper .gform_footer input[type="submit"] {
    overflow: hidden;
    margin: 10px 0 0 0 !important;
}

@media (max-height: 600px) {
     #frame {
         height: 90%;
     }
}

#gform_1 .button.disabled {
    background: #cecece;
    color: #a5a5a5;
    cursor: not-allowed;
    border-top: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    border-bottom: 3px solid #a5a5a5;
}

.fbx-inner.fbx-inner-shadow {
    border: none;
    border-radius: 0;
}

.fbx-rounded .fbx-item-current, 
.fbx-rounded .fbx-item-image, 
.fbx-rounded .fbx-item-next,
img.fbx-item.fbx-item-image {
    border-radius: 0;
}

.fbx-rounded .fbx-prev.fbx-btn-shadow, 
.fbx-rounded .fbx-prev.fbx-btn-shadow:hover,
.fbx-rounded .fbx-next.fbx-btn-shadow,
.fbx-rounded .fbx-next.fbx-btn-shadow:hover {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 24px;
    background: rgba(0,0,0,0.6);
    box-shadow: none;
    border-radius: 0;
}
 
.fbx-modal a.fbx-next {
    line-height: 42px;
    right: 0;
} 

.fbx-modal a.fbx-prev {
    line-height: 42px;
    left: 0;
}


.fbx-light .fbx-prev:before,
.fbx-light .fbx-next:before {
    color: #fff !important;
}


.fbx-modal a.fbx-close {
    font-size: 28px;
    background: none;
    border: none;
    box-shadow: none;
    top: -35px;
    right: -5px;
}

.fbx-modal a.fbx-close:before {
    color: #fff !important;    
}

.fbx-rounded .fbx-count, .fbx-rounded .fbx-credit {
    display: none;
}

.validation_error {
    font-family: 'PT Sans', sans-serif;
}

div#gform_confirmation_message_1 {
    font-family: 'Oswald', sans-serif;
    padding: 15px;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    margin: 20px 0;
}

.category .category-article .category-main {
    border-bottom: 1px solid #CCC;
}

.category .category-article .category-main .category-image {
    width: 40%;
    height: 300px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.category .category-article .category-main .category-image img {
    width: 100%;
    height: auto;
}

.category .category-article .category-main article {
    min-height: 300px;
    border-bottom: none;
    margin: 0 0 10px 0;
}

.category .category-article .category-main article footer {
    font-size: 14px;
}

@media(max-width:960px) {
    .category .category-article .category-main .category-image {
        width: 100%;
        height: 300px;
        float: none;
    }

.category .category-article .category-main article {
    min-height: 0;
}
}

.alm-load-more-btn {
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: uppercase;
    color: #000000 !important;
    padding: 0px 30px !important;
    display: inline-block !important;
    background: #FFFFFF !important;
    border-top: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-bottom: 3px solid #E8681A !important;
    text-decoration: none !important;
    outline: none;
    border-radius: 5px 5px 0 0 !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 15px 0 0 !important;
}

.comment-reply-title,
.comment-notes {
    display: none;
}

.comments input#wp-comment-cookies-consent  {
    width: 20px !important;
    height: 16px !important;
    margin: 10px 5px 0 0 !important;
    padding: 0 !important;
}

#comments .comment ul.children li.comment ul > li {
    padding-left: 20px;
    line-height: 26px;
}

#comments .comment ul.children li.comment ul > li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f101';
    color: #E8681A;
    position: absolute;
    left: 0px;
    display: block;
}

#comments .comment ul.children li.comment ul > li.comment {
    margin-top: 10px;
    padding-left: 0;
}

#comments .comment ul.children li.comment ul > li.comment:before {
    display: none;
}

.fourohfour h2 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
}

.fourohfour input {
    padding: 15px;
    font-size: 14px;
    margin-top: 15px;  
    width: 50%;
}

.talks-container {
    width: calc(100% - 11px);
    display: flex;
    flex-wrap: wrap;
}

.item.talks {
    border: 1px solid #999 !important;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    margin: 0 15px 15px 0;
}

.item.talks:last-of-type {
    margin: 0 0 15px 0;
}

.item.talks .info {
    width: 100%;
}

.item.talks .info .description {
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: 0.5s ease all;
    border-top: 1px solid transparent;
}

.item.talks .info .datetime {
    padding-bottom: 15px;
}

.item.talks .info .description p {
    margin: 0;
}

.item.talks .info .description.open {
    height: auto;
    padding: 15px 0 20px;
    margin: 0;
    overflow: hidden;
    transition: 0.5s ease all;
    border-top: 1px solid #999;
}

.item.talks .info .cta {
    background: #F5F5F5;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-talks {
    padding: 0 0 20px 0;
}

.no-talks p {
    margin-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .item.talks {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .item.talks {
        width: 100%;
    }
}

div#snippet-box {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
}

@media (max-width: 1024px) {
    li.menu-item-has-children ul.sub-menu li:first-child {
        display: block;
    };
}

@media (max-width: 568px) {
    .blog-article.single {
        flex-wrap: wrap;
    }

    .blog-article-left {
        width: 100%;
    }

    .blog-article.single .feat-img {
        width: 100%;
        height: 150px;
        border-radius: 0;
        margin-bottom: 15px;
    }

    .blog-article-right {
        width: 100%;
    }
}


.category .single h2 {
    text-transform: none;
}

.category .single a {
    text-decoration: none;
}

.category .single p {
    font-weight: normal;
}

.category .single a.read-more {
    font-weight: normal;
    text-decoration: underline;
}


.author .single h2 {
    text-transform: none;
}

.author .single a {
    text-decoration: none;
}

.author .single p {
    font-weight: normal;
}

.author .single a.read-more {
    font-weight: normal;
    text-decoration: underline;
}

.talks-intro,
.talks-body {
    width: calc(100% - 57px);
    padding: 30px 20px;
    font-size: 17px;
    line-height: 26px;
    overflow: hidden;
    border: 1px solid #999 !important;
    margin-bottom: 20px;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.open-map {
    cursor: pointer;
}

.map-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: 0.5s ease all;
}

.map-modal.open {
    background: rgba(0,0,0,0.4);
    opacity: 1;
    display: block;
    pointer-events: all;
    transition: 0.5s ease all;
}

.map-container {
    position: absolute;
    width: 90%;
    max-width: 800px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: white;
    padding: 10px 20px 10px;
    border-radius: 25px;
    overflow: hidden;
}

.map-container h2 {
    color: #000000;
}

.map-container .close-map {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    transform: scaleX(1.25);
}

nav#nav-below {
    text-align: center;
    margin-bottom: 30px;
}

.nav-previous,
.nav-next {
    float: none !important;
    display: inline-block !important;
    margin: 0 5px;
}

.nav-previous a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: uppercase;
    color: #000000 !important;
    padding: 10px 30px !important;
    display: inline-block !important;
    background: #FFFFFF !important;
    border-top: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-bottom: 3px solid #E8681A !important;
    text-decoration: none !important;
    outline: none;
    border-radius: 5px 5px 0 0 !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 15px 0 0 !important;
}

.nav-next a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: uppercase;
    color: #000000 !important;
    padding: 10px 30px !important;
    display: inline-block !important;
    background: #FFFFFF !important;
    border-top: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-bottom: 3px solid #E8681A !important;
    text-decoration: none !important;
    outline: none;
    border-radius: 5px 5px 0 0 !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 15px 0 0 !important;
}

.blog-single-content table {
    width: 100%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.blog-single-content table tr:first-child {
    font-weight: bold;
}

.blog-single-content table td {
    border: 1px solid #7A8999;
    padding: 10px;
    width: auto;
}

.dates {
    display: flex;
}

span.date {
    margin-right: 10px;
    float: left;
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.dates > span {
    font-weight: normal !important;
}

.dates > span > strong {
    font-weight: normal !important;
}

@media (max-width: 550px) {
    .blog-single-content table {
        max-width: 300px;
    }

    .blog-single-content table td {
        border: 1px solid #7A8999;
        padding: 5px;
    }
}

.page-template-page-leadership-support h1 {
    font-size: 36px;
    line-height: 50px;
    text-align: left;
    margin: 30px 0 0;
}

.leadership-header {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: 50% 40%;
}

.leadership-intro {
    padding: 20px;
    border: 1px solid #707070;
    margin: 30px 0 0;
}

.leadership-intro .cta {
    margin-left: 0;
}

.leadership-intro h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    margin:  0 auto 15px;
}

.leadership-intro p {
    line-height: 22px;
}

.leadership-container {
    padding: 20px;
    border: 1px solid #707070;
    margin: 30px 0 0;
}

.leadership-container:last-child {
    margin: 30px 0 30px;
}

.leadership-container h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    margin:  0 auto 15px;
}

.leadership-container p {
    line-height: 22px;
    margin-bottom: 10px;
}

.leadership-container a.cta.primary {
    margin: 15px 0 0;
}

section#download_form {
    margin-bottom: 30px;
}

@media (max-width: 568px) {
    .gform_wrapper form ul.gform_fields.left_label {
        display: flex;
        flex-wrap: wrap;
    }
    
    .formtemplate .gform_wrapper ul li.gfield {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        width: 100%;
    }

    .gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield {
        width: 100%;
        padding: 0 0 0 10px;
    }
    
    .gform_wrapper form ul.gform_fields.left_label li.gfield:nth-child(4) {
        width: 100%;
    }
    
    .formtemplate .gform_wrapper input[type=text] {
        width: 100% !important;
        padding: 7px 10px !important;
        font-size: 15px !important;
    } 
    
    .formtemplate .gform_wrapper select {
        width: 100% !important;
        padding: 7px 10px 5px !important;
        font-size: 15px !important;
    }
    
    .gform_wrapper form ul.gform_fields.left_label li.gfield:nth-child(5) {
        width: 100%;
        padding: 0;
    }
    
    .gform_wrapper form ul.gform_fields.left_label li.gfield:nth-child(7) {
        width: 100%;
        padding: 0;
    }
    
    .page-template-template-skills-assessment-tool .gform_wrapper form ul.gform_fields.left_label li.gfield:nth-child(2),
    .page-template-template-skills-assessment-tool .gform_wrapper form ul.gform_fields.left_label li.gfield:nth-child(3),
    .page-template-template-skills-assessment-tool .gform_wrapper form ul.gform_fields.left_label li.gfield:nth-child(4),
    .page-template-template-skills-assessment-tool .gform_wrapper form ul.gform_fields.left_label li.gfield:nth-child(5),
    .page-template-template-skills-assessment-tool .gform_wrapper form ul.gform_fields.left_label li.gfield:nth-child(7) {
        width: 100%;
    }

    .gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
    }

    #download_form .opt-in .ginput_container.ginput_container_checkbox {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #download_form .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
        margin-top: 10px;
    }

    #download_form select {
        padding: 15px !important;
        margin-top: 10px;
    }

    #download_form .gfield_checkbox li input[type=checkbox] + label {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }
    
    .formtemplate .gform_wrapper .ginput_container_select:before {
        right: 8px;
        font-size: 20px;
    }

    #download_form .gfield_checkbox li input[type=checkbox]:checked + label:before {
        top: 5px !important;
    }

    #download_form .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after {
        top: 5px !important;
    }

       #download_form .gfield_checkbox li input[type=checkbox]:checked + label:after {
            top: 5px !important;
        }
    
    .formtemplate .gform_wrapper form a {
        clear:  both;
        margin: 5px 0 !important;
    }
    
    .gform_wrapper .gform_footer:not(.top_label) {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
        margin: 10px 19px 0 0 !important;
    }

    #close-frame {
        right: 5px;
    }
}

@media (max-width: 320px) {
    .formtemplate .gform_wrapper form h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .formtemplate .gform_wrapper form p {
        font-size: 12px;
        line-height: 16px;
        padding-right: 15px;
    }
    
    .formtemplate label {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    
    .formtemplate .gform_wrapper input[type=text] {
        width: 100% !important;
        padding: 4px 10px !important;
        font-size: 13px !important;
    }
    
    .formtemplate .gform_wrapper select {
        width: 100% !important;
        padding: 4.5px 10px 4px !important;
        font-size: 13px !important;
    }
    
    .formtemplate .gform_wrapper input[type=submit] {
        width: auto !important;
        padding: 3px 15px;
        font-size: 13px !important;
        margin: 8px 20px 10px !important;
    }
}

.talks-section {
    width: calc(100% - 57px);
    padding: 30px 20px;
    font-size: 17px;
    line-height: 26px;
    overflow: hidden;
    border: 1px solid #999 !important;
    margin-bottom: 20px;
}

.talks-body {
     width: 100%;
     border: none !important;
     padding: 0;
}

.talks-section .item {
    background: #F5F5F5;
    border: 1px solid #DEDEDE !important;
    flex: 0 1 auto;
    width: calc(33% - 50px);
}

.talks-section .item:nth-of-type(3n) {
    margin-right: 0;
}

.talks-section .info h3 {
    font-size: 24px;
    line-height: 32px;
}

.talks-intro .cta,
.talks-section .cta {
    margin: 15px 0 0;
}

.talks-intro p,
.talks-section p {
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    .talks-container {
        width: 100%;
        flex-wrap: wrap;
    }

    .talks-section .item { 
        width: 100%;
        margin: 0 0 15px 0;
    }
}

.books-new-single-header {
    margin-bottom: 20px;
}

.books-new-single-header > .container-narrow {
    display: flex;
}

.books-new-single-header .new-book-image {
    padding: 40px 30px 0 0;
}

.books-new-single-header .new-book-image img {
    max-height: 350px;
}

.books-new-single-header .new-book-signup h1 {
    font-size: 52px;
    line-height: 60px;
    text-align: left;
    margin: 30px 0 15px;
}

.books-new-single-header .new-book-signup h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px 0;
}

.books-new-single-header .new-book-signup p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin: 0 0 20px 0;
}

.books-new-single-header label {
    display: none !important;
}

.books-new-single-header .new-book-signup input[type="text"] {
    width: 100% !important;
    height: 50px !important;
    padding: 5px 10px !important;
    font-family: 'PT Sans', sans-serif !important;
    border: 1px solid #707070 !important;
    font-size: 16px !important;
}

.books-new-single-header .new-book-signup input[type="submit"] {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 3px solid #E8681A;
    text-decoration: none !important;
    outline: none;
    border-radius: 5px 5px 0 0;
    margin: 20px 25px 0 0;
    position: relative;
    cursor: pointer;
    float: right;
}

.books-new-single-header ul li {
    padding: 0;
    margin: 0;
}

.page-template-page-books-single-new .book-text {
    width: 100%;
}

.page-template-page-books-single-new .book-text h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px 0;
}

.page-template-page-books-single-new .book-text p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.page-template-page-books-single-new .book-text p:last-child {
    margin-bottom: 0;
}

.new-book-form .gform_confirmation_message {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    border: 2px solid #000000;
    color: #000000;
}

.book-intro .image-and-cta .cta.download-link {
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .books-new-single-header .new-book-image {
        padding: 40px 30px 40px 0;
    }
    
    .books-new-single-header .new-book-image img {
        max-height: 250px;
    }
    
    .books-new-single-header .new-book-signup h1 {
        font-size: 42px;
        line-height: 50px;
        text-align: left;
        margin: 30px 0 15px;
    }
    
    .books-new-single-header .new-book-signup h2 {
        font-family: 'PT Sans', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        text-align: left;
        margin: 0 0 10px 0;
    }
    
    .books-new-single-header .new-book-signup p {
        font-family: 'PT Sans', sans-serif;
        font-size: 15px;
        line-height: 34px;
        text-align: left;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 568px) {

    .books-new-single-header .container-narrow {
        flex-wrap: wrap;
    }

    .books-new-single-header .new-book-image {
        width: 100%;
        flex: 0 1 auto;
        order: 1;
    }

    .books-new-single-header .new-book-signup {
        width: 100%;
        flex: 0 1 auto;
        order: 0;
    }
    
    .books-new-single-header .new-book-image {
        padding: 40px 0 0 0;
    }
    
    .books-new-single-header .new-book-image img {
        width: 100%;
        max-height: none;
    }
    
    .books-new-single-header .new-book-signup h1 {
        font-size: 36px;
        line-height: 42px;
        text-align: left;
        margin: 30px 0 15px;
    }
    
    .books-new-single-header .new-book-signup h2 {
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        text-align: left;
        margin: 0 0 10px 0;
    }
    
    .books-new-single-header .new-book-signup p {
        font-family: 'PT Sans', sans-serif;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        margin: 0 0 10px 0;
    }

    .books-new-single-header .new-book-signup input[type="submit"] {
        margin: 0 !important;
        padding: 5px 30px !important;
    }

    .books-new-single-header  .gform_footer.top_label {
        margin: 0;
    }
}

body {
    margin-top: 0;
    transition: 1s ease all;
}

body.promo-open  {
    margin-top: 65px;
    transition: 1s 0.5s ease all;
}

.promo-banner {
    width: 100%;
    position: fixed;
    top: 0;
    background: #000000;
    font-family: 'PT Sans', sans-serif;
    z-index: 1000;
    opacity: 0;
    height: 0;
    transition: 1s 0.5s ease all;
}

.promo-open .promo-banner {
    opacity: 1;
    height: 64px;
    transition: 1s 0.5s ease all;
}

.promo-banner > .container-narrow {
    display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
}

.promo-banner p {
    color: #FFFFFF;
    font-size: 20px;
    float: left;
    flex: 0 1 auto;
    opacity: 0;
    transition: 1s ease all;
}

.promo-open .promo-banner p {
    opacity: 1;
    transition: 1s 1s ease all;
}

.promo-banner p span {
    color: #E8681A;
    font-weight: 600;
}

.promo-banner .cta {
    flex: 0 1 auto;
    margin: 10px 10px;
    opacity: 0;
    transition: 1s ease all;
}

.promo-open .promo-banner .cta {
    flex: 0 1 auto;
    margin: 10px 10px;
    opacity: 1;
    transition: 1s 1s ease all;
}

.close-promo-banner {
    font-family: sans-serif;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 24px;
    text-decoration: none;
    color: #E8681A;
    cursor: pointer;
    opacity: 0;
}

.promo-open .close-promo-banner {
    opacity: 1;
    transition: 1s 1s ease all;
}

body.promo-open.sticky {
    margin-top: 0;
    transition: 1s ease all;
}

body.promo-open.sticky .promo-banner {
    height: 0;
    transition: 1s ease all;
}

body.promo-open.sticky .promo-banner p {
    opacity: 0;
    transition: 0.25s ease all;
}

body.promo-open.sticky .promo-banner .cta {
    opacity: 0;
    transition: 0.25s ease all;
}

body.promo-open.sticky .promo-banner .close-promo-banner {
    opacity: 0;
    transition: 0.25s ease all;
}

@media (max-width: 959px) {

        body.promo-open  {
            margin-top: 55px;
        }

        .promo-open .promo-banner {
            height: 55px;
        }
        
        .promo-banner p {
            font-size: 16px;
            line-height: 20px;
        }

        .promo-banner .cta {
            font-size: 13px;
            padding: 5px 20px;
        }

        .close-promo-banner {
            font-size: 26px;
        }
}

@media (max-width: 650px) {

    body.promo-open  {
        margin-top: 80px;
    }

    .promo-open .promo-banner {
        height: 95px;
        padding: 10px 0 5px;
    }

    body.promo-open.sticky .promo-banner {
        padding: 0;
    }

    .promo-banner > .container-narrow {
        flex-wrap: wrap;
    }

    .promo-banner p {
        width: 100%;
        text-align: center;
    }

    .promo-banner .cta {
        margin: 0 auto;
    }

    .close-promo-banner {
      top: 18px;
    }
}

@media (max-width: 568px) {
    body.promo-open  {
        margin-top: 110px;
    }

     .promo-banner p span {
         display: block;
     }

    .close-promo-banner {
       font-size: 22px;
    }

    .promo-open nav {
        margin-top: 179px;
    }
}

body.stop-transitions,
body.stop-transitions * {
    transition: none !important;
}

/* GDPR */

.moove_gdpr_cookie_modal_open ul li::before {
    display: none;
}

/* Podcasts */

.podcast-home-articles {
    width: 72.5%;
    margin-right: 30px;
}

@media (max-width: 768px) {
    .podcast-home-articles {
        width: 100%;
        margin-right: 0;
    }

    .dates > span {
        width: 100%;
    }
}

.podcast-articles {
    width: 100%;
}

.single-podcast .blog-single-content p.intro {
    padding-bottom: 10px;
}

.single-podcast .blog-single-content p.intro:after {
    display: none;
}

.single-podcast .comments>.container-narrow>.row {
    border-top: none;
}

h4 {
    font-size: 20px;
    font-weight: bold;
}

.single h4 {
    margin: 20px 0 10px;
}

.podcast-episode {
    width: 100%;
}

.mejs-container, 
.mejs-container .mejs-controls, 
.mejs-embed, 
.mejs-embed body {
    width: 100% !important;
}

.single-post .podcast_player {
    width: 100%;
    border: none !important;
}

.podcast_player .ssp-player {
    margin-bottom: 0 !important;
}

.podcast_player .ssp-player > div[style="overflow: hidden"] {
    display: flex;
    align-items: center;
}

.ssp-player.ssp-player-large h3.episode-title {
    font-family: 'PT Sans' !important;
    font-size: 17px !important;
}

.podcast_meta {
    margin: 0 auto 30px;
}

.podcast_meta p {
    font-size: 15px;
    margin: 5px 0 0 0;
    text-align: center;
}

.ssp-player-inner {
    width: 100%;
    padding: 25px !important;
}

.podcast-badges > .container-narrow {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px 0 40px;
}

.podcast-badge {
    max-width: 140px;
    display: inline-block;
    margin-right: 10px;
}

.podcast-badge img {
    width: 100%;
}

.sidebar-container .podcast-badges {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-container .podcast-badge {
    width: calc(50% - 15px);
    margin: 15px 15px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.sidebar-container .podcast-badges h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

#podcastSignup {
    padding: 15px 25px 40px;
    border: 1px solid #CDCDCD;
    margin: 30px 0;
}

#podcastSignup h3 {
    font-family: 'Oswald';
    font-size: 32px;
    text-transform: uppercase;
}

#podcastSignup .gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
}

#podcastSignup .gform_wrapper .top_label .gfield_label {
    display: none;
}

#podcastSignup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px;
    margin: 0;
}

#podcastSignup .gform_wrapper .gform_footer {
    margin: 0;
    padding: 10px 0 0;
}

#podcastSignup input[type="submit"] {
    font-family: 'Oswald';
    width: auto !important;
    height: 40px !important;
    padding: 0 30px !important;
    margin: 0 !important;
    font-size: 16px;
    background: #FFFFFF !important;
    cursor: pointer !important;
    color: #000000 !important;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-radius: 5px 5px 0 0 !important;
    border-top: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-bottom: 3px solid #E8681A !important;
    float: right;
}

.form-submit .submit {
    font-family: 'Oswald';
}


.podcast-home-articles h1 {
    font-family: 'Oswald';
    font-size: 42px;
    text-align: left;
    padding-bottom: 10px;
    margin: 17px 0 30px;
    border-bottom: 1px solid #CCCCCC;
}

.podcast-home-articles p {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 30px;
}

.single-podcast .author-link {
    float: none;
    margin-right: 5px;
}

.podcast-articles .ajax-load-more-wrap .alm-reveal {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.podcast-articles .ajax-load-more-wrap .alm-listing .podcast-article {
   width: calc(50% - 32px);
   flex: 0 1 auto;
   position: relative;
   border-left: 1px solid #999999;
   border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
   margin: 15px 15px 0 15px !important;
}

.podcast-articles .ajax-load-more-wrap .alm-btn-wrap {
    width: 100%;
    margin-top: 30px;
}


.podcast-articles .podcast-article-image {
    width: calc(100% + 2px);
    height: 200px;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    margin-left: -1px;
}

.podcast-articles .blog-article-content {
   padding: 20px 20px 40px 20px;
}

.podcast-articles .blog-article-content a.header-link {
    text-decoration: none;
}

.podcast-articles .blog-article-content h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

.podcast-articles .blog-article-content p {
    margin-bottom: 10px;
}

.podcast-articles .publish-date {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #707070;
    margin-bottom: 10px;
    display: block;
}

.podcast-articles .read-more {
    font-weight: bold;
    color: #E97026;
    position: absolute;
    bottom: 20px;
}

.podcast-articles .read-more:after {
    content: ' >';
}

.podcast-article .author-link {
    float: none;
}

.single-post .podcast_player {
    border: 1px solid #C3C3C3;
}

.single-post .podcast_player .ssp-player-inner {
    padding: 10px 15px !important;
}

.single-post .podcast_player .ssp-album-art-container {
   display: none;
}

.single-post .podcast_player .ssp-player.ssp-player-large {
    background: #FFF !important;
}

.single-post .podcast_player .ssp-player.ssp-player-large h3.episode-title {
    color: #222222;
}

.single-post .podcast_player .ssp-player.ssp-player-large .ssp-play-pause {
    color: #222222;
}

.single-post .podcast_player .ssp-player.ssp-player-large .ssp-time-volume {
    color: #222222;
}


.single-post .podcast_player  .ssp-player.ssp-player-large .ssp-download-control a {
    color: #222222;
}

.single-post .podcast_player  .ssp-player.ssp-player-large .ssp-playback-speed-label-wrapper {
    color: #222222;
}

.single-post .podcast_player  .ssp-player.ssp-player-large .ssp-back-thirty-control {
    color: #222222;
}

.single-post .podcast_player .ssp-wave wave,
.single-podcast .podcast_player .ssp-wave wave {
    background: #F9B264 !important;
}

.single-post .podcast_player .ssp-wave wave wave,
.single-podcast .podcast_player .ssp-wave wave wave {
    background: #e86819 !important;
    border-right: none !important;
}

.single-post .podcast_player .ssp-wave wave > canvas,
.single-podcast .podcast_player .ssp-wave wave > canvas {
    display: none !important;
}

@media (max-width: 768px) {

    .podcast-articles .ajax-load-more-wrap .alm-listing .podcast-article {
        width: calc(100% - 32px);
        margin-bottom: 30px;
    }
}

@media (max-width: 568px) {

    .podcast-articles .ajax-load-more-wrap .alm-reveal {
        display: block;
    }

    .podcast-badges > .container-narrow {
       flex-wrap: wrap;
       padding: 10px 0 0;
    }
    
    .podcast-badge {
        width: 100%;
        max-width: 100px;
        margin: 0 10px 10px 0;
    }

    #podcastSignup h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 769px) and (max-width: 960px) {

    .talks-section .item {
        width: calc(50% - 50px);
    }

    .talks-section .item:nth-of-type(2n),
    .talk-section .item:last-of-type {
        margin-right: 0 !important;
    }

     .talks-section .item:nth-of-type(3n) {
        margin-right: 15px;
    }
}

@media (min-width: 601px) and (max-width: 769px) {

    .talks-section .item {
        width: calc(50% - 50px);
    }

    .talks-section .item:nth-of-type(1n) {
        margin-right: 15px;
    }

    .talks-section .item:nth-of-type(2n),
    .talk-section .item:last-of-type {
        margin-right: 0 !important;
    }

     .talks-section .item:nth-of-type(3n) {
        margin-right: 15px;
    }
}

@media (max-width: 600px) {
    .talks-section .item {
        flex: 1 1 auto;
        margin: 0 0 20px !important
    }
}

.items-list .info-text {
    width: 100%;
}

@media (max-width: 768px) {

    .items-list .info-text {
        order: 1;
    }


    .items-list .presentation-container,
    .items-list .vid-frame {
        order: 0;
        margin-bottom: 30px;
    }
   
}

.page-template-page-downloadform > * {
    display: none;
}

.page-template-page-downloadform .gform_wrapper {
     position: absolute;
     height: calc(100% - 70px);
     top: 0;
     background: white;
     display: block !important;
     margin: 0;
     padding: 30px 0;
}


.confirmation-body {
    position:  absolute;
    top:  50%;
    transform: translateY(-50%);
}

.confirmation-body h2 {
    font-family: 'Oswald' !important;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.confirmation-body h3 {
    width: 100%;
    font-family: 'PT Sans' !important;
    font-weight: 900;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.confirmation-body p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.confirmation-body .cta.primary {
    float: left;
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    position: relative;
}

.confirmation-body #moove_gdpr_cookie_info_bar {
    display: none !important;
}

@media(max-width: 450px) {
    .course-details .single-date {
        display: inline !important;
        float: left !important;
        margin: 0;
    }

    .course-details .single-date:after {
        content: 'and';
        margin: 0 5px;
        display: none;
    }    
}

.course-subhead {
    margin-top: 10px;
    font-size: 16px;
}

#courseComparisonCards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}


.comparison-card {
    width: calc(50% - 60px);
    flex: 1 0 auto;
    background: #F5F5F5;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 80px;
}

.comparison-card:nth-child(odd) {
    margin-right: 10px;
}

.comparison-card:nth-child(even) {
    margin-left: 10px;
}

.comparison-card .card-header {
   padding: 20px;
}

.comparison-card .card-content {
   padding: 20px 20px 0 20px;
}

.comparison-card .card-footer {
   padding: 0 20px 20px 20px;
   position: absolute;
   bottom: 0;
}

.comparison-card .card-header h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 65%;
    font-size: 36px;
    line-height: 48px;

}

.comparison-card.orange .card-header {
    border-bottom: 10px solid #FF9400;
}

.comparison-card.purple .card-header {
    border-bottom: 10px solid #7963A4;
}

.comparison-card.blue .card-header {
    border-bottom: 10px solid #0099C0;
}

.comparison-card.green .card-header {
    border-bottom: 10px solid #00B04A;
}

.comparison-card .cta {
    margin: 10px 0 0 0;
}

.comparison-card.orange .cta {
    border-bottom: 5px solid #FF9400;
}

.comparison-card.purple .cta {
    border-bottom: 5px solid #7963A4;
}

.comparison-card.blue .cta {
    border-bottom: 5px solid #0099C0;
}

.comparison-card.green .cta {
    border-bottom: 5px solid #00B04A;
}

.comparison-card strong {
    margin: 0;
}

/* enable Flickity by default */
.carousel:after {
    content: 'flickity';
    display: none; /* hide :after */
  }
  
  @media screen and ( min-width: 768px ) {
    /* disable Flickity for large devices */
    .carousel:after {
      content: '';
    }
  }

  @media screen and ( max-width: 768px ) {
    #courseComparisonCards {
        display: block;
        flex-direction: unset;
        flex-wrap: nowrap;
    }
    
    .comparison-card {
      width: 75%; /* half-width */
      margin-right: 10px;    
      align-items: stretch;
      min-height: 88%;
    }

    .comparison-card .card-header h2 {
        width: 100%;
        font-size: 26px;
        line-height: 38px;
    }


    .flickity-slider {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    
  }

  .check-updates label.gfield_consent_label {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px !important;
    line-height: 22px;
    text-transform: none;
}

.check-updates input {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

span.screen-reader-text {
    visibility: hidden;
    width: 0;
    display: block;
}

select#subscribe-reloaded {
    border-radius: 0;
    padding: 20px 20px 15px 20px;
    font-size: 15px;
    font-family: 'PT Sans', serif;
    appearance: none;
    width: 160px;
    margin-right: 20px;
}

label[for="subscribe-reloaded"] {
    position: relative;
}

label[for="subscribe-reloaded"]:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    color: black;
    top: 50%;
    left: 170px;
    transform: translateY(-50%);
    pointer-events: none;
}

input#sre {
    padding: 15px 20px 10px 20px;
    margin: 0 10px;
}

input.subscribe-form-button {    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    text-decoration: none !important;
    outline: none;
    border-radius: 5px 5px 0 0;
    margin: 20px 10px;
    position: relative;
    cursor: pointer;
    border-bottom: 3px solid #E8681A;
}

figcaption {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-family: 'PT Sans', serif;
    font-size: 13px !important;
    color: #808080;
    padding: 8px;
}

/* Vlogs */

.vlog-home-articles,
.vlog-articles {
    width: 100%;
}

#vlogSignup {
    padding: 15px 25px 40px;
    border: 1px solid #CDCDCD;
    margin: 30px 0;
}

#vlogSignup h3 {
    font-family: 'Oswald';
    font-size: 32px;
    text-transform: uppercase;
}

#vlogSignup .gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
}

#vlogSignup .gform_wrapper .top_label .gfield_label {
    display: none;
}

#vlogSignup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px;
    margin: 0;
}

#vlogSignup .gform_wrapper .gform_footer {
    margin: 0;
    padding: 10px 0 0;
}

#vlogSignup input[type="submit"] {
    font-family: 'Oswald';
    width: auto !important;
    height: 40px !important;
    padding: 0 30px !important;
    margin: 0 !important;
    font-size: 16px;
    background: #FFFFFF !important;
    cursor: pointer !important;
    color: #000000 !important;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-radius: 5px 5px 0 0 !important;
    border-top: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-bottom: 3px solid #E8681A !important;
    float: right;
}

.vlog-home-articles h1 {
    font-family: 'Oswald';
    font-size: 42px;
    text-align: left;
    margin: 30px 0 5px;
}

.vlog-home-articles h3 {
        font-family: 'Oswald';
        font-size: 32px;
        text-transform: uppercase;
        text-align: center;
        margin: 30px 0 5px;
}

.vlog-home-articles p {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 30px;
}

.video-intro p {
    font-style: italic;
}

.single-vlog .author-link {
    float: none;
    margin-right: 5px;
}

.vlog-articles .ajax-load-more-wrap .alm-reveal {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.vlog-articles span.category-tag {
    position: absolute;
    text-decoration: none;
    padding: 10px;
    background: #E97026;
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    top: 10px;
    left: -10px;
}

.vlog-articles .ajax-load-more-wrap .alm-listing .vlog-article {
   width: calc(50% - 32px);
   flex: 0 1 auto;
   position: relative;
   border-left: 1px solid #999999;
   border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
   margin: 15px 15px 0 15px !important;
}

.vlog-articles .ajax-load-more-wrap .alm-btn-wrap {
    width: 100%;
    margin-top: 30px;
}

.vlog-articles .vlog-article-image {
    width: calc(100% + 2px);
    height: 300px;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    margin-left: -1px;
    position: relative;
}

.vlog-articles .vlog-article-image:after {
    content: '';
    width: 138px;
    height: 96px;
    display: block;
    background-image: url('../img/icon-vlog-play.png');
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.vlog-articles .blog-article-content {
   padding: 20px 20px 40px 20px;
}

.vlog-articles .blog-article-content a.header-link {
    text-decoration: none;
}

.vlog-articles .blog-article-content h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

.vlog-articles .blog-article-content p {
    margin-bottom: 10px;
}

.vlog-articles .publish-date {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #707070;
    margin-bottom: 10px;
    display: block;
}

.vlog-articles .read-more {
    font-weight: bold;
    color: #E97026;
    position: absolute;
    bottom: 20px;
}

.vlog-articles .read-more:after {
    content: ' >';
}

.vlog-article .author-link {
    float: none;
}

.vlog-template-default .vid-frame {
    width: 100%;
    max-width: none;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 30px;
}

@media (max-width: 768px) {

    .vlog-articles .ajax-load-more-wrap .alm-listing .vlog-article {
        width: calc(100% - 32px);
        margin-bottom: 30px;
    }
}

@media (max-width: 568px) {

    .vlog-articles .ajax-load-more-wrap .alm-reveal {
        display: block;
    }

    #vlogSignup h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .more-articles-boxes, .yarpp-related-shortcode {
        flex-wrap: wrap;
    }

    .yarpp-related-shortcode .more-box-container {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.castos-player {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

.castos-player .player__artwork img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.training-home-body div.price {
    text-align: left;
}

.training-home-body p.label {
    font-size: 20px;
    margin-top: 10px;
}

.training-home-body span.cost {
    font-size: 18px;
	margin-bottom: 10px;
    display: inline-block;
}

.training-home-body span.vat {
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}


/* Footer Styles */

section#footerNewsletterSignup {
    background: #E1E1E1;
    padding: 40px 0 40px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    text-align: center;
}

section#footerNewsletterSignup h3 {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 20px;
    display: block;
}

section#footerNewsletterSignup h3:after {
    content: '';
    width: 80px;
    height: 5px;
    background: #F57022;
    display: block;
    margin: 20px auto 10px;
}

section#footerNewsletterSignup p {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    display: block;
}

div#gform_wrapper_28 {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

div#gform_wrapper_28 form#gform_28 {
    display: flex;
}

div#gform_wrapper_28 form#gform_28 .gform_body {
    width: 100%;
    margin-right: 20px;
}

div#gform_wrapper_28 form#gform_28 .gform_body label {
    display: none;
}

div#gform_wrapper_28 form#gform_28 .gform_body input {
    padding: 10px 20px;
}

div#gform_wrapper_28 form#gform_28 .gform_footer {
    margin: 0;
    padding: 0;
}

div#gform_wrapper_28 form#gform_28 .gform_footer input {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 3px solid #E8681A;
    text-decoration: none !important;
    outline: none;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    div#gform_wrapper_28 form#gform_28 {
        display: flex;
        flex-wrap: wrap;
    }

    div#gform_wrapper_28 form#gform_28 .gform_body {
        margin-right: 0;
    }

    div#gform_wrapper_28 form#gform_28 .gform_footer { 
        margin: 10px auto 0;
    }

    div#gform_wrapper_28 form#gform_28 .gform_footer input {
        margin: 10px auto 0 !important;        
    }
}

footer {
    background: #F2F2F2;
    border-top: 1px solid #CDCDCD;
    padding: 40px 0 0;
}

footer > .container-narrow .row {
    width: 100%;
    margin-bottom: 40px;
}

footer ul {
    margin: 0;
}

footer ul li:before {
    display: none;
}

footer ul#menu-footer-menu li:first-of-type a:before {
    display: none;
}

footer .menu-column  {
    width: 60%;
 } 

 footer .social-column  {
    width: 20%;
 } 

 footer .rss-column  {
    width: 20%;
 } 

 footer ul#menu-main-footer-menu {
    width: 100%;
    display: flex;
    position: relative;
}

footer ul.sub-menu li {
    display: block;
    background: none;
    border: none !important;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}

footer ul.sub-menu li a:hover {
    background: none;
}

footer li.menu-item-has-children {
    display: inline-block;
}

footer .footer-menu > ul > li {
    width: 33%;
}

footer ul li {
    padding-left: 0;
    padding-right: 40px;
}
 
 footer ul.sub-menu {
     width: auto;
     height: auto;
     position: relative;
     top: auto;
     left: auto;
     display: block;
     opacity: 1;
     text-align: left;
     pointer-events: all;
 }
 
footer ul.sub-menu li a {
    padding: 0;
}

footer li#menu-item-16868 > a {
    opacity: 1;
    width: 170px;
    height: 60px;
    display: block;
    position: relative;
    font-size: 0px;
    margin-bottom: 20px;
}

 
footer li#menu-item-16868 > a:before {
    content: '';
    width: 165px;
    height: 35px;
    background: url(../img/logo.png) no-repeat 0 0;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

footer li.menu-item-has-children > a {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

footer li.menu-item-has-children > a:after {
    content: '';
    width: 90px;
    height: 5px;
    background: #F57022;
    position: absolute;
    bottom: 0;
}

footer .social-column h3 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

footer .social-column h3:after {
    content: '';
    width: 90px;
    height: 5px;
    background: #F57022;
    position: absolute;
    bottom: 0;
}

footer .social-column .footer-social-icons a {
    height: 25px;
    line-height: 15px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

footer .social-column .footer-social-icons a img,
footer .rss-column .rss-social-icons a img {
	margin-right: 15px;
}

footer .rss-column h3 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

footer .rss-column h3:after {
    content: '';
    width: 90px;
    height: 5px;
    background: #F57022;
    position: absolute;
    bottom: 0;
}

footer .rss-column .rss-social-icons a {

    height: 25px;
    line-height: 15px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}


footer .sub-footer {
    background: #272727;
    padding: 20px 0;
}

footer  .sub-footer .sub-footer-menu {
    text-align: center;
    margin-left: 30px;
}

footer .sub-footer ul li {
    display: inline-block;
}

footer .sub-footer .container-narrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .sub-footer a {
    color: white;
}
/*
footer a.mini-logo {
    width: 25px;
    height: 40px;
    background: url('../img/logo-small.png') no-repeat 0 0;
    background-size: 100%;
    display: block;
}
*/
@media (max-width: 768px) {
 footer ul#menu-main-footer-menu {
    flex-wrap: wrap;
}
    
    footer .menu-column {
        width: 100%;
    }

    footer .social-column {
        width: 100%;
    }

    footer .rss-column {
        width: 100%;
    }

    footer .footer-menu > ul > li {
        width: 100%;
        display: block;
        padding: 0;
        flex: none;
    }

    footer .sub-footer .container-narrow {
        flex-wrap: wrap;
    }
/*
    footer a.mini-logo { 
        width: 100%;
        background-size: 30px 40px;
        background-position: center;
        margin-bottom: 20px;
    }*/
	
    footer a.mini-logo img { 
        text-align: center;
		margin: 0 auto;
    }	
	
}

/* FAQs */

#ewd-ufaq-faq-list { 
    width: 100%; 
}

.ewd-ufaq-faq-category-inner {
    margin-top: 20px;
}

div.ewd-ufaq-faq-div {
    padding: 6px 10px 6px 20px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    margin: 0;
}

div.ewd-ufaq-faq-div:last-of-type {
    border-bottom: 1px solid #707070;
}

div.ewd-ufaq-faq-title h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 !important;
}

div.ewd-ufaq-faq-title > a {
    display: flex;
    align-items: center;
    font-size: 17px;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 0px !important;
    width: 40px;
    height: 10px;
    position: relative;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 28px;
    position: absolute;
    top: -4px;
    right: -10px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.5s ease all;
}

.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol span:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 28px;
    position: absolute;
    top: -4px;
    right: -10px;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transition: 0.5s ease all;
}

.ewd-ufaq-faq-body {
    padding: 10px 30px 10px 0 !important;
    padding-left: 0 !important;
}

div.ewd-ufaq-faq-title-text {
   width: 95%; 
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    height: 40px;
    order: 1;
    margin: 0;
    flex: 1 0 auto;
}

div.ewd-ufaq-faq-div {
    background: #FFFFFF;
}

.ewd-ufaq-faq-body {
    padding: 10px 0;
}

.ewd-ufaq-faq-body > div {
    font-size: 16px;
    line-height: 24px;
}

.ewd-ufaq-faq-category {
    margin-bottom: 0;
}

.cta.primary.faq-btn {
    margin: 0 auto;
}

.ewd-ufaq-faq-category-title > h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
}

.ufaq-template-default.single .blog-single-header {
    display: none;
}

.ufaq-template-default.single .blog-single-content .intro {
    display: none;
}

.ufaq-template-default.single .blog-single-content .ewd-ufaq-faq-div {
    border: none;
    padding: 0;
}

.ufaq-template-default.single .blog-single-content .ewd-ufaq-faq-toggle {
    display: none;
}

.ufaq-template-default.single .learn-more {
    display: none;
}

.ufaq-template-default.single .comments {
    display: none;
}

.ufaq-template-default.single .more-articles {
    display: none;
}

.blog-single-intro .updated-date p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #707070;
    position: relative;
    margin: 11px 0 0 40px;
    display: inline-block;
    position: relative;
}

.blog-single-intro .updated-date p:before {
    content: '\f783';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 568px) {
    .blog-single-intro .updated-date p {
        margin: 11px 0 0 20px;
    }

    .dates {
        display: flex;
        flex-wrap: wrap;
    }
    
    .dates span {
        display: block;
        margin: 5px 0 10px 0;
    }
    
    .updated-date {
        margin: 10px 0 10px 20px;
        display: block;
        color: #707070;
    }
    
    .updated-date strong {
        font-weight: normal;
    }
    
}

p.comment-form-subscriptions {
    margin-bottom: 30px;
}

h1#subscribe-reloaded-title-p {
    font-size: 20px;
    margin: 0;
}

.stcr-subscription-list {
    border: 1px solid black;
    margin-bottom: 20px;
}

.stcr-subscription-list th,
.stcr-subscription-list td {
    border: 1px solid black;
    padding: 10px;
    text-align: left !important;
}

.stcr-subscription-list th {
    font-weight: bold;
}

form#email_list_form {
    width: 100%;
}

#subscribe-reloaded-action-p {
    margin-top: 20px;
}

#subscribe-reloaded-action-p select {
    padding: 10px;
}

#subscribe-reloaded-action-p input.subscribe-form-button {
    display: block;
    margin: 20px 0 20px 0;
}

.podcast_player {
    width: 100%;
    position: relative;
    margin: 20px 0 40px;
    padding: 0;
    top: auto;
    left: auto;
}

.mejs-container,
.mejs-inner {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
}

.blog-home-sidebar .newsletter-signup h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 17px !important;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    color: #000000 !important;
    margin: 0 !important;
}

.blog-home-sidebar .newsletter-signup {
    padding: 0;
    margin: 30px 0 0 0;
    border: none;
}

.gform_legacy_markup_wrapper span.gform_description {
    display: none !important;
}

.gform_legacy_markup_wrapper .gform_heading {
    padding: 20px;
    margin: 0 !important;
    background: #FFFFFF;
    color: white;
    border-top: 1px solid #DDDDDD !important;
    border-left: 1px solid #DDDDDD !important;
    border-right: 1px solid #DDDDDD !important;
    border-bottom: 5px solid #F5761C !important;
    border-radius: 5px 5px 0 0;
}

.gform_legacy_markup_wrapper {
    margin: 0 !important;
}

.gform_legacy_markup_wrapper form {
    padding: 0 15px 15px 15px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin-top: 0;
}

#newsletterSignup .gform_wrapper .gform_footer input[type="submit"] {
    margin-top: 15px !important;
}

#podcastSignup {
    padding: 0;
    border: none;
}

#podcastSignup h3 {
    color: #000000;
}

#podcastSignup .gform_wrapper .gform_footer {
    height: 50px;
}

div#prices {
    display: flex;
}

div#prices span {
    margin-right: 5px !important;
}

div#prices .vat-label {
    font-size: 10px;
}

/* Related Posts Styles */

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:hover * {
    text-decoration: none !important;
}

.jp-relatedposts-post-thumbs {
    position: relative;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    overflow: hidden;
    width: calc(33% - 15px) !important;
    margin-right: 15px !important;
}

@media (max-width: 568px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 100% !important;
        margin-right: 0 !important;
    }
}


#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    object-fit: cover;
    min-width: 150%;
    display: block;
    min-height: 225px;
}

#jp-relatedposts h3.jp-relatedposts-headline {
    font-family: 'PT Sans',sans-serif;
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: 700 !important;
    width: 100%;
}

h4.jp-relatedposts-post-title {
    width: 100%;
    padding: 10px 15px 25px;
    background: rgba(255,255,255,.8);
    position: absolute;
    bottom: 0;
    left: 0;
}

.jp-relatedposts-post-title .jp-relatedposts-post-a {
    font-family: 'PT Sans',sans-serif;
    font-size: 26px !important;
    font-weight: bold !important;
    line-height: 32px !important;
    font-weight: 700;
    color: #000;
}

.jp-relatedposts-post-title .jp-relatedposts-post-a:after {
    content: 'Read the Article';
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
    color: #e8681a;
}

.more-articles {
    display: none;
}

.page-template-page-essential-reading .blog-home-body h1 {
    text-align: left;
    margin: 40px 0 20px;
}

.page-template-page-essential-reading .blog-home-body .essential-posts > p {
    
    padding-bottom: 20px;
    line-height: 20px;
}

.essential-posts {
    width: 72.5%;
    margin-top:20px;
    margin-right: 2.5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.essential-posts h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 40px;
    border-top: 1px solid #CCCCCC;
    padding-top: 40px;
}

a.essential-post {
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 40px;
}

a.essential-post .thumbnail {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: 50% 50%;border-radius: 50%;
    display: block;
    margin-right: 20px;
    flex: 1 0 auto;
}

a.essential-post .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    
}

a.essential-post h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

a.essential-post {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

a.essential-post .date {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    float: none;
}

a.essential-post .link {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 959px) {
    .essential-posts {
        width: 67.5%;
    }

    .blog-home-sidebar {
        width: 30%;
        position: relative;
    }
}

@media(max-width: 540px) {
    .essential-posts {
        width: 100%;
        margin-bottom: 20px;
    }

    a.essential-post {
        flex-wrap: wrap;
    }

    .essential-posts h1 {
        margin: 20px 0 20px !important;
        line-height: 42px;
    }

    a.essential-post .thumbnail {
        width: 100%;
        height: 200px;
        border-radius: 0;
        background-position: center center;
        margin-bottom: 10px;
    }
}

.interview-container {
    display: flex;
    flex-direction: row;
}

.interview-container > .container-narrow > .row {
    text-align: left;
}

.interview-container > .container-narrow > .row > h1 {
    margin: 40px 0 20px 0;
}

.interview-container .items-list {
    width: calc(75% - 20px);
    margin-right: 20px;
}

.interview-container p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.interview-container .item {
    display: flex;
    flex-direction: row;
}

.interview-container .item .thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    margin-right: 20px;
    margin-top: 5px;
}

.interview-container .item .info {
    width: calc(100% - 100px);
}

.interview-container .item .cta.button {
    border-bottom: 5px solid #F57022;
}

.blog-home-sidebar {
    width: 23.%;
}

@media (max-width: 568px) {
    
    .interview-container .items-list {
        width: 100%;
    }
    
    .blog-home-sidebar {
        width: 100%;
    }

    .interview-container .item .thumbnail {
        width: 100%;
        height: 200px;
        border-radius: 0;
        margin-right: 0;
    }

    .interview-container .item .info {
        width: 100%;
        margin-top: 20px;
    }

    .interview-container .item .info h3 {
        font-size: 24px;
        line-height: 32px;
    }
     
}

.gallery .row {
    padding: 30px 20px 20px 20px;
    border: 1px solid #CDCDCD;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 5px;
}

li.cat-item.cat-item-2158 {
    border-bottom: 1px solid #CDCDCD; 
    padding-bottom: 0; 
    margin-bottom: 0;
}

li.cat-item.cat-item-2158 ~ li { display: none; }

.items-list .row > p { margin-bottom: 15px;margin-top: 5px; }


ul#menu-blog-topics,
ul#menu-podcast-topics {
    border-bottom: 1px solid #CDCDCD;
    list-style-type: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    margin: 0 !important;
}

ul#menu-blog-topics li,
ul#menu-podcast-topics li {
    padding: 10px 0;
    border-bottom: 1px solid #CDCDCD;
}

ul#menu-blog-topics li:before,
ul#menu-podcast-topics li:before {
    display: none;
}

ul#menu-blog-topics li:first-child,
ul#menu-podcast-topics li:first-child {
    padding-top: 10px;
}

div#gfield_description_26_13 {
    text-align: left;
    border: 1px dotted black;
    margin: 0;
    padding: 7px 10px 5px;
}

/* Updates Page */

.update-text {
  padding: 30px 0;
}

.update-text h1 {
    font-size: 42px;
    line-height: 46px;
    text-align: left;
    margin: 20px 0 20px;
}

.update-text p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 15px;
}

#gform_29 {
    background: #F2F2F2;
    border: 1px solid #707070;
    padding: 30px 30px 20px 30px;
    margin-top: 20px;
}

#gform_29 .gform_footer.top_label {
    padding: 0 0 20px 0;
    justify-content: right;
}

#gform_fields_29 #field_29_1 label {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

#gform_fields_29 #field_29_1 input {
    padding: 10px 15px 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    border: 1px solid #8A7D75;
    border-bottom: 5px solid #8A7D75;
}

#field_29_3 legend {
    font-size: 18px;
    margin: 30px 0 30px;
    display: block;
}

#field_29_3 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
}

#field_29_3 .gfield_checkbox .gchoice {
    width: 33.333%;
    display: inline-block;
}

#field_29_3 .gfield_checkbox .gchoice label {
    font-size: 18px;
    margin-bottom: 20px;
}

.single-column-form ul.gfield_checkbox li input[type=checkbox]:checked+label,.single-column-form ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label {
  margin-left:19px;
  font-weight: 400;
  font-size: 15px;
}

/*Custom subscribe box for .single-column-form class*/
.single-column-form [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute!important;
  left: -9999px;
}

.single-column-form [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative!important;
  padding-left: 2em!important;
  cursor: pointer!important;
}

.single-column-form [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -2px;
  width: 1.30em;
  height: 1.30em;
  border: 1px solid #777777;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  padding: 2px;
}

.single-column-form [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 1px;
  left: 3px;
  font-size: 1.3em;
  line-height: 0.8;
  background-color: #c4732d;
  transition: all .2s;
}

/* checked mark aspect changes */
.single-column-form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.single-column-form [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
.single-column-form [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.single-column-form [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.single-column-form [type="checkbox"]:disabled + label {
  color: #aaa;
}

#button_3_select_all {
  padding: 0;
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  color: black;
  text-decoration: underline;
  font-family: 'PT Sans', sans-serif;
  cursor: pointer;
  margin: 5px 0 0 0;
}

#gform_submit_button_29 {
      font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 50px;
    display: inline-block;
    background: #FFFFFF;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 3px solid #E8681A;
    text-decoration: none !important;
    outline: none;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.updates-rss h3 {
   font-family: 'Oswald', sans-serif;
   font-size: 20px;
   padding: 20px 20px 20px 40px;
   margin-bottom: 0;
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: 0 50%;
}

#footerNewsletterSignup div#field_28_3 {
    position: absolute;
 }

.updates-rss {
    width: 50%;
    padding-bottom: 20px;
}

.updates-rss a {
    position: relative;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    display: block;
    padding: 20px 20px 20px 55px;
    margin-bottom: 10px;
}

.updates-rss a img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.updates-podcast {
    width: 50%;
    padding-bottom: 20px;
}

.updates-podcast h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 20px 20px 0;
}

.updates-podcast .podcast-badge {
    max-width: 175px;
    margin-bottom: 10px;
}

@media(max-width: 768px) {
    #field_29_3 .gfield_checkbox .gchoice {
        width: 100%;
    }

    .updates-podcast .podcast-badge {
        width: 45%;
        max-width: none;
    }
}

@media(max-width: 568px) {
     .updates-rss {
         width: 100%;
         margin: 0;
         padding: 0;
     }

     .updates-podcast {
         width: 100%;
         padding: 0 0 40px 0;
     }

    .updates-podcast .podcast-badge {
        width: 33%;
        max-width: none;
    }
}