
html, body, #background {

}
#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    font-family: "proxima-nova",sans-serif;
    font-weight: 300;
    background: rgb(52,71,95) url(../img/background.jpg) fixed;
    background-size: cover;
    /*
    background-color: rgb(52, 71, 95);
    background-image: url(../img/background.jpg);
    background-attachment: fixed;
    */
}
body.page .entry-featured-image {
    display: none !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
input[type=text]
{
    background-color: #f2f2f2;
    height: 35px;
    line-height: 25px;
    text-align: left;
    text-indent: 20px;
    border: none;
    border-radius: 4px;
    margin: 15px;
    padding: 0;
    display: block;
    font-size: 1em;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .top_label .gfield_label {
    margin-left: 15px;
}

.gform_wrapper ul li.gfield {
    clear: none !important;
}

.gform_wrapper .gform_footer {
    clear: none !important;
}

.gform_wrapper .gform_footer input[type=submit] {
    zoom: 1;
    margin-left: 15px;
    background-color: #ef4036;
    color: white;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    border-radius: 4px;
    /* margin: 0 auto 15px; */
    padding: 0;
    display: block;
    font-size: 1em;
    width: 100px;
    height: 30px;
}
textarea {
    background-color: #f2f2f2;
    line-height: 25px;
    text-align: left;
    text-indent: 20px;
    border: none;
    border-radius: 4px;
    margin: 15px;
    padding: 0;
    display: block;
    font-size: 1em;
}
blockquote {
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    border-bottom: 3px solid #ef4036;
}
h1, h2, h3, h4 {
    font-family: "proxima-nova",verdana,sans-serif;
}
input {
    font-family: "proxima-nova",verdana,sans-serif;
}
a {
    color: #14B9D6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    font-family: "proxima-nova",verdana,sans-serif;
    line-height: 1.4em;
}
img {
    border: none;
}
#wrap {
    position:  relative;
    min-width: 320px;
    margin:    0;
    padding:   0;
    overflow:  hidden;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
    -webkit-perspective: 800px;

}
#sidebar > *, #content > *, #alt-sidebar > *, body.page #content .entry-content {
    transform: rotateX(-20deg) translateZ(50px);
    -webkit-transform: rotateX(-20deg) translateZ(50px);
    opacity: 0;
    -moz-transition:    border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.6s, opacity 0.6s;
    -o-transition:      border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    transition:         border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
}
#content-featured-wrap > * {
    transform: rotateX(20deg) translateZ(50px);
    -webkit-transform: rotateX(20deg) translateZ(50px);
    opacity: 0;
    -moz-transition:    border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.6s, opacity 0.6s;
    -o-transition:      border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    transition:         border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
}
#sidebar-header, body.page #content > * {
    transform: rotateX(0deg) translateZ(0px);
    -webkit-transform: rotateX(0deg) translateZ(0px);
    opacity: 1;
}
body.page-template-newsroom-php #content > * {
    transform: rotateX(-20deg) translateZ(50px);
    -webkit-transform: rotateX(-20deg) translateZ(50px);
    opacity: 0;
    -moz-transition:    border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.6s, opacity 0.6s;
    -o-transition:      border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    transition:         border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
}
#sidebar > *.visible, #content > *.visible, #alt-sidebar > *.visible, #content-featured-wrap > *.visible, body.page #content .entry-content.visible, body.page-template-newsroom-php #content > *.visible {
    transform: rotateX(0deg) translateZ(0px);
    -webkit-transform: rotateX(0deg) translateZ(0px);
    opacity: 1;
}
#inner {
    position: relative;
    padding: 10px 10px 0;
    max-width: 950px;
    z-index: 1;
}
#core-inner-bg {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}
#footer {
    position: relative;
    margin: 0;
    padding: 10px;
    z-index: 2;
}
#footer .creds {
    position: relative;
    z-index: 2;
}
#footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: black;
    opacity: 0.3;
}

#header {
    background: white url(../img/logo-mobile.png) no-repeat 13px;
    height: 63px;
    cursor: pointer;
    /*
    background-color: white;
    background-image: url(../img/logo-mobile.png);
    background-repeat: no-repeat;
    background-position: 13px;
    */
}
#title, #description { display: none }
#nav-button {
    position:         absolute;
    top:              7px;
    right:            8px;
    width:            48px;
    height:           48px;
    background-image: url(../img/nav-button.png);
    cursor:           pointer;
}
#nav-arrow {
    position:         absolute;
    top:              -13px;
    right:            12px;
    width:            23px;
    height:           13px;
    background-image: url(../img/triangle-up.png);
    z-index:          101;
}
#nav {
    display:          none;
    position:         absolute;
    top:              60px;
    right:            9px;
    background-color: #F9FAFC;
    padding:          10px;
    box-shadow:       0 2px 8px 1px rgba(0,0,0,0.25);
    z-index:          100;
}
#nav.visible {
    display: block;
}
#menu-primary-nav {
    margin:     0;
    padding:    0;
    list-style: none;
}
#menu-primary-nav > .menu-item {
    text-align:  center;
    height:      30px;
    line-height: 30px;
}
#menu-primary-nav > .menu-item > a {
    text-decoration: none;
    font-size:       16px;
    font-weight:     bold;
    text-align:      center;
    color:           black;
}
#menu-primary-nav > .menu-item-search {
    background: #323A45 url(../img/search.png) no-repeat 3px 2px;
    width:  200px;
    /*
    background-color:  #323A45;
    background-image:  url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    */

}
#menu-search {
    background:  none;
    border:      none;
    color:       white;
    text-align:  center;
    font-size:   16px;
    width:       200px;
    margin:      0;
    padding:     0;
    height:      30px;
    line-height: 30px;
}
#nav-slider {
    position:         absolute;
    top:              20px;
    left:             0;
    background-color: #E90D68;
    width:            0;
    height:           3px;
    display:          none;
}
#content-featured-wrap {
    padding:    0;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 50;
}
#content-featured-wrap .layout-slot,
#sidebar .featured-post,
#sidebar .related-post {
    position:   relative;
    margin-top: 10px;
    padding:    0;
}
#content-featured-wrap .layout-slot:hover .featured-title h2,
#sidebar .featured-post:hover .featured-title h2,
#sidebar .related-post:hover .featured-title h2 {
    color: #ef4036;
}
#sidebar .featured-post:hover .featured-title .color-bar + h2,
#sidebar .featured-post:hover .featured-title .color-bar-1 + h2,
#sidebar .featured-post:hover .featured-title .color-bar-2 + h2,
#sidebar .featured-post:hover .featured-title .color-bar-3 + h2,
#sidebar .related-post:hover .featured-title .color-bar + h2,
#sidebar .related-post:hover .featured-title .color-bar-1 + h2,
#sidebar .related-post:hover .featured-title .color-bar-2 + h2,
#sidebar .related-post:hover .featured-title .color-bar-3 + h2 {
    color: #ef4036;
}
#content-featured-wrap .featured-title,
#sidebar .featured-post .featured-title,
#sidebar .related-post .featured-title {
    position: absolute;
    bottom:   0;
    left:     0;
    margin:   0;
    width:    100%;
    /* padding:  1em 0; */
}

#content-featured-wrap .transparent-background,
#sidebar .featured-post .transparent-background,
#sidebar .related-post .transparent-background {
    position:   absolute;
    top:        0;
    left:       0;
    width:      100%;
    height:     100%;
    background-color: white;
    opacity:    0.85;
    z-index:    0;
}
#content-featured-wrap .featured-title h2,
#sidebar .featured-post .featured-title h2,
#sidebar .related-post .featured-title h2 {
    position:   relative;
    text-align: center;
    font-size:  1em;
    color:      black;
    z-index:    1;
    margin:     0;
    padding:    1em;
    -moz-transition:    color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition:      color 0.3s;
    transition:         color 0.3s;
}
#content-featured-wrap .image_container,
#sidebar .featured-post .image_container,
#sidebar .related-post .image_container {
    overflow: hidden;
    height:   100%;
}
#content-featured-wrap img,
#sidebar .featured-post img,
#sidebar .related-post img {
    width:  100%;
    height: auto;
}
#sidebar .featured-post, #sidebar .related-post {
    margin: 10px 0;
}
.featured-post .play-video,
.related-post .play-video {
    position: absolute;
    width:  75px;
    height: 75px;
    top:    43%;
    left:   50%;
    margin-top: -37px;
    margin-left: -37px;
    background-image: url(../img/play-video.png);
}

.featured-post {
    overflow: hidden;
}
#content-featured-wrap #featured-post-1 {
    margin-top: 0;
}
#featured-post-1 .featured-title {
    -moz-transition:    bottom 0.3s;
    -webkit-transition: bottom 0.3s;
    -o-transition:      bottom 0.3s;
    transition:         bottom 0.3s;
    z-index: 1;
}
#featured-post-2 {

    z-index: 1;
}
#featured-post-3 {

    z-index: 1;
}
#main-featured-thumb-1,
#main-featured-thumb-2,
#main-featured-thumb-3,
.featured-thumb {
    display: none;
}
#content-sidebar-wrap {
    clear:      both;
    position: relative;
    z-index: 1;
}
#content {
    position: relative;
}
#content > p {
    background-color: white;
    padding: 20px;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
    margin: 0;
}
.single #content,
.page #content {
    padding:       10px;
    margin-top:    0;
    margin-bottom: 10px;
    background-color: white;
}
.single #content .entry-featured-image {
    float: left;
    margin-bottom: 10px;
    max-width: 100%;
}
.page-template-newsroom-php #content {
    border:        none;
    padding:       0;
    margin-top:    0;
    margin-bottom: 0;
    background-color: transparent;
}
.single #content .breadcrumb,
.page #content .breadcrumb,
.archive #content .breadcrumb,
.search #content .breadcrumb {
    font-size:    12px;
    color:        #9EA7B3;
    /* margin-right: 150px; */
    float:        left;
    line-height:  40px;
    padding:      0 10px;
    background-color: #F9FAFC;
}
.single #content .breadcrumb a,
.page #content .breadcrumb a,
.archive #content .breadcrumb a,
.search #content .breadcrumb a {
    text-decoration: none;
    color:           #9EA7B3;
}
.single #content .breadcrumb a:hover,
.page #content .breadcrumb a:hover,
.archive #content .breadcrumb a:hover,
.search #content .breadcrumb a:hover {
    text-decoration: underline;
    color:           gray;
}
body.single .hfeed .entry-title {
    margin-right: 0;
}
body.page .hfeed .page .entry-title {
    text-align: center;
    font-size: 36px;
    color: #184860;
    border: none;
}
body.page #content .page .page-title-wrapper {
    text-align: center;
}
body.page #content .page .entry-title {
    font-size: 36px;
    margin-right: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
}
body.page .topic-wrap {
    text-align: center;
    height: 99px;
    clear: both;
}
body.page h2.topic-title {
    text-align: center;
    color: #184860;
    margin: 8px 0 0;
}
body.page .block {
    padding: 0 15px;
    margin-bottom: 20px;
}
body.page .block p {
    font-size: 13px;
    text-align: justify;
}
body.page .page-title-line-wrap {
    position: absolute;
    height: 4px;
    width: 100%;
    top: 19px;
}
body.page-template-newsroom-php .page-title-line-wrap {
    top: 39px;
}
body.page .page-title-line {
    height: 4px;
    background-color: #184860;
    margin: 0 30px;
}
body.page-template-newsroom-php .page-title-line {
    margin: 0 50px;
}
body.page .block .read-more-button {
    background-color: #B2BEC3;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    border: none;
    border-radius: 4px;
    margin: 0 auto 15px;
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: white;
    position: relative;
    float: right;
    text-decoration: none;
    padding: 0 10px;
}
#sidebar,
#alt-sidebar{
    padding:     0;
    z-index: 2;
    position: relative;
    margin-bottom: 0;
}
#sidebar {
    /* margin-bottom: 10px; */
}
#sidebar .layout-slot:last-child,
#alt-sidebar .layout-slot:last-child{
    margin-bottom: 0;
}
#sidebar .widget,
#alt-sidebar .widget{
    margin: 10px 0;
}
#sidebar .widget-scaler {

}
#sidebar .widget-small,
#alt-sidebar .widget-small{
    width:      70px;
    float:      right;
    cursor: pointer;
}
#sidebar .widget-small-3-4,
#alt-sidebar .widget-small-3-4 {
    cursor: pointer;
}
#sidebar .widget-outer,
#alt-sidebar .widget-outer{
    height: 70px;
    perspective: 600px;
    -webkit-transform: perspective(600px);
    -webkit-perspective: 600px;
}
#sidebar fieldset,
#alt-sidebar fieldset{
    margin:  0;
    padding: 0;
    border:  none;
}
#sidebar fieldset > div,
#alt-sidebar fieldset > div{
    margin: 10px;
}
#newsletter-outer {
    position: relative;
    height:   70px;
}
#sidebar .widget-wrap,
#sidebar .widget-perspective,
#alt-sidebar .widget-wrap,
#alt-sidebar .widget-perspective{
    position: relative;
    -webkit-transform-style: preserve-3d;
}
#sidebar .rotatable,
#alt-sidebar .rotatable{
    height:                   70px;
    -webkit-transform-origin: 35px 35px -35px;
    -webkit-transform-style:  preserve-3d;
    -webkit-transition:       -webkit-transform 0.3s;
    overflow: hidden;
}
#sidebar .widget-inner.rotate-up {
    /*
    -webkit-transform: rotateX(-90deg);
    */
}
#sidebar .widget-inner.rotate-up > div:first-child,
#alt-sidebar .widget-inner.rotate-up > div:first-child{
    top: 70px;
}
#sidebar .widget-inner.rotate-left,
#alt-sidebar .widget-inner.rotate-left{
    /*
    -webkit-transform: rotateY(90deg);
    */
}
#sidebar .rotatable-face,
#alt-sidebar .rotatable-face{
    position: absolute;
    top:      0;
    left:     0;
    width:    100%;
    height:   70px;
}
#sidebar .rotatable-front,
#alt-sidebar .rotatable-front{
    z-index: 1;
    transition: top 0.3s;
}
#sidebar .rotatable-top {
    /*
    -webkit-transform: translateY(-35px) translateZ(-35px) rotateX(90deg);
    */
}
#sidebar .rotatable-left {
    /*
    -webkit-transform: translateX(-35px) translateZ(-35px) rotateY(-90deg);
    */
}
#sidebar-header{
    background-color: #ef4036;
    display: none;
    position: relative;
}
#sidebar-logo {
    position: absolute;
    top: -80px;
    width: 230px;
    height: 230px;
    left: 50%;
    margin-left: -115px;
    background-image: url('../img/logo.png');
}
#sidebar-header p {
    display: none;
    position: absolute;
    top: 145px;
    margin: 0 30px;
    color: white;
}
#learn-more-ygn {
    width: 80%;
    background-color: white;
    height:      35px;
    line-height: 35px;
    text-align:  center;
    border: none;
    border-radius: 4px;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
    font-size:   1em;
    color: #012738;
    position: absolute;
    bottom: 15px;
    left:   10%;
    text-decoration: none;
}
#sidebar #text-3,
#alt-sidebar #text-3 {
    display: none;
}
#sidebar #text-4 .textwidget,
#alt-sidebar #text-4 .textwidget {
    width: 310px;
    margin: 0 auto;
}
#newsletter-wrapper #mce-EMAIL,
#newsletter-wrapper #register-submit {
    width: 80%;
    background-color: #f2f2f2;
    height:      35px;
    line-height: 25px;
    text-align:  left;
    text-indent: 20px;
    border: none;
    border-radius: 4px;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
    font-size:   1em;
}
#newsletter-wrapper #register-submit {
    background-color: #ef4036;
    color: white;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
#search-wrapper #sidebar-search {
    width:       100%;
    height:      50px;
    margin:      0;
    border:      none;
    padding:     0;
    font-size:   1em;
    line-height: 30px;
    text-align:  left;
    text-indent: 20px;
}
#search-wrapper #sidebar-search-submit{
    display: none;
}
#newsletter-header,
#newsletter-wrapper {
    background-color: white;
}
#newsletter-header {
    height: 80px;
}
#newsletter-wrapper {
    height: 119px;
    border-top: 1px solid white;
}
#newsletter-header h3 {
    margin:       0;
    line-height:  80px;
    color:        #ef4036;
    font-size:    1.3em;
    text-align:   center;
}
#newsletter-submit-img {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer;
}
#search-submit-img {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer;
}
#search-header,
#search-wrapper {
    background-color: white;
}
#search-header h3 {
    margin:       0;
    padding-left: 75px;
    line-height:  70px;
    color:        black;
    font-size:    1em;
    background: url(../img/search-black.png) 21px center no-repeat;
    /*
    background-image:    url(../img/search-black.png);
    background-position: 21px center;
    background-repeat:   no-repeat;
    */
}
#about-header,
#about-wrapper {
    background-color: #222932;
}
#about-outer {
    width:        230px;
    float:        left;
    margin-right: 10px;
}
#about-header h3,
#about-wrapper h3 {
    margin:       0;
    line-height:  70px;
    color:        white;
    font-size:    1em;
    text-align:   center;
}
#yg-network-header,
#yg-network-wrapper {
    background-color: #E90D68;
}
#yg-network-icon,
#yg-network-icon-alt {
    width:  70px;
    height: 70px;
    background: url(../img/yg-icon.png) 8px no-repeat;
}
#facebook-header,
#facebook-wrapper {
	background-color: #235ea8;
}
#facebook-icon,
#facebook-icon-alt {
    width:  70px;
    height: 70px;
    background: url(../img/fb-icon.png) 22px no-repeat;
}
#yt-header,
#yt-wrapper {
    background-color: #ed1c24;
}
#yt-icon,
#yt-icon-alt {
    width:  70px;
    height: 70px;
    background: url(../img/yt-icon.png) 10px no-repeat;
}
#twitter-header,
#twitter-wrapper {
	background-color: #27a9e1;
}
#twitter-icon,
#twitter-icon-alt {
    width:  70px;
    height: 70px;
    background: url(../img/twt-icon.png) 12px no-repeat;
}
#email-header,
#email-wrapper {
    background-color: #38b449!important;
}
#email-icon,
#email-icon-alt {
    width:  70px;
    height: 70px;
    background: url(../img/at-icon.png) 12px no-repeat;
}
#email-outer,
#yt-outer,
#facebook-outer {
    margin-right: 10px;
}
#sidebar .related-post {
    min-height: 46px;
}
#sidebar #about-outer a:hover,
#sidebar .related-post a:hover,
#sidebar .featured-post a:hover{
    text-decoration: none;
}

#main-featured-vid-1:hover + a .featured-title,
#main-featured-vid-2:hover + a .featured-title,
#main-featured-vid-3:hover + a .featured-title {
    bottom: -400px;
}
body.home #content .post,
body.archive #content .post,
body.search #content .post,
body.page-template-newsroom-php #content .post,
body.home #content .research,
body.archive #content .research,
body.search #content .research,
body.page-template-newsroom-php #content .research,
body.home #content .page,
body.archive #content .page,
body.search #content .page,
body.page-template-newsroom-php #content .page,
body.home #sidebar .post {
    -moz-transition:    border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.6s, opacity 0.6s;
    -o-transition:      border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    transition:         border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
}
body.home #content .post:hover .entry-info,
body.archive #content .post:hover .entry-info,
body.search #content .post:hover .entry-info,
body.page-template-newsroom-php #content .post:hover .entry-info,
body.home #content .research:hover .entry-info,
body.archive #content .research:hover .entry-info,
body.search #content .research:hover .entry-info,
body.page-template-newsroom-php #content .research:hover .entry-info,
body.home #content .page:hover .entry-info,
body.archive #content .page:hover .entry-info,
body.search #content .page:hover .entry-info,
body.page-template-newsroom-php #content .page:hover .entry-info,
body.home #sidebar .post:hover .entry-info {
    -moz-transition:    background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition:      background-color 0.3s;
    transition:         background-color 0.3s;
}
body.home #content .post a.post-link-overlay,
body.archive #content .post a.post-link-overlay,
body.search #content .post a.post-link-overlay,
body.page-template-newsroom-php #content .post a.post-link-overlay,
body.home #content .research a.post-link-overlay,
body.archive #content .research a.post-link-overlay,
body.search #content .research a.post-link-overlay,
body.page-template-newsroom-php #content .research a.post-link-overlay,
body.home #content .page a.post-link-overlay,
body.archive #content .page a.post-link-overlay,
body.search #content .page a.post-link-overlay,
body.page-template-newsroom-php #content .page a.post-link-overlay,
body.home #sidebar .post a.post-link-overlay {
    position: absolute;
    top:      0;
    left:     0;
    width:    100%;
    height:   100%;
    display:  block;
}
body.home #content .post:hover,
body.archive #content .post:hover,
body.search #content .post:hover,
body.page-template-newsroom-php #content .post:hover,
body.home #content .research:hover,
body.archive #content .research:hover,
body.search #content .research:hover,
body.page-template-newsroom-php #content .research:hover,
body.home #content .page:hover,
body.archive #content .page:hover,
body.search #content .page:hover,
body.page-template-newsroom-php #content .page:hover {

}
body.home #content .post:hover .entry-info,
body.archive #content .post:hover .entry-info,
body.search #content .post:hover .entry-info,
body.page-template-newsroom-php #content .post:hover .entry-info,
body.home #content .research:hover .entry-info,
body.archive #content .research:hover .entry-info,
body.search #content .research:hover .entry-info,
body.page-template-newsroom-php #content .research:hover .entry-info,
body.home #sidebar .post:hover .entry-info {

    background-color: #4d4d4d;
}
body.home #content .post,
body.page-template-newsroom-php #content .post,
body.archive #content .post,
body.search #content .post,
body.home #content .research,
body.page-template-newsroom-php #content .research,
body.archive #content .research,
body.search #content .research,
body.home #content .page,
body.page-template-newsroom-php #content .page,
body.archive #content .page,
body.search #content .page,
body.home #sidebar .post {
    position:         relative;
    height:           150px;
    background-color: white;
    margin:           10px 0;
    overflow: hidden;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
body.home #content .post:first-child,
body.page-template-newsroom-php #content .post:first-child,
body.archive #content .post:first-child,
body.search #content .post:first-child,
body.home #content .research:first-child,
body.page-template-newsroom-php #content .research:first-child,
body.archive #content .research:first-child,
body.search #content .research:first-child,
body.home #content .page:first-child,
body.page-template-newsroom-php #content .page:first-child,
body.archive #content .page:first-child,
body.search #content .page:first-child,
body.home #sidebar .post:first-child {
    margin-top: 0;
}
#content .entry-title,
#content .archive-title {
    clear: left;
}
body.page-template-newsroom-php #content .entry-title,
body.archive #content .entry-title,
body.search #content .entry-title,
body.home #content .entry-title{
    clear: none;
}
#content .post .entry-title,
#content .page .entry-title,
#content .event .entry-title,
#content .research .entry-title {
    margin-top:    10px;
    margin-bottom: 10px;
    font-size:     1.4em;
}
body.home #content .post .entry-content p,
body.page-template-newsroom-php #content .post .entry-content p,
body.archive #content .post .entry-content p,
body.search #content .post .entry-content p,
body.home #content .research .entry-content p,
body.page-template-newsroom-php #content .research .entry-content p,
body.archive #content .research .entry-content p,
body.search #content .research .entry-content p {
    font-size:     12px;
    margin-top:    10px;
    margin-bottom: 10px;
    margin-right:  10px;
}
body.home #content .page .entry-content p,
body.page-template-newsroom-php #content .page .entry-content p,
body.archive #content .page .entry-content p,
body.search #content .page .entry-content p,
body.home #content .research .entry-content p,
body.page-template-newsroom-php #content .research .entry-content p,
body.archive #content .research .entry-content p,
body.search #content .research .entry-content p{
    font-size:     12px;
    margin-top:    10px;
    margin-bottom: 10px;
    margin-right:  10px;
}
#content .home-event h1 a,
#content .post .entry-title a,
#content .post .entry-author a,
#content .research .entry-title a,
#content .research .entry-author a,
#content .page .entry-title a,
#content .page .entry-author a  {
    text-decoration: none;
    color: black;
}
#content .post .entry-author a ,
#content .research .entry-author a {
    font-size: 11px;
    color:     #9EA7B3;
}
#content .home-event h1 a:hover,
#content .post .entry-title a:hover,
#content .post .entry-author a:hover {
    /* text-decoration: underline; */
}
body.home #content .post .entry-info,
body.page-template-newsroom-php #content .post .entry-info,
body.archive #content .post .entry-info,
body.search #content .post .entry-info,
body.home #content .research .entry-info,
body.page-template-newsroom-php #content .research .entry-info,
body.archive #content .research .entry-info,
body.search #content .research .entry-info{
    background-color: #333333;
    position: absolute;
    top:      0;
    left:     0;
    height:   100%;
    width:    75px;
    margin-top: 10px;
}
body.home #content .post .entry-info .entry-cat img,
body.page-template-newsroom-php #content .post .entry-info .entry-cat img,
body.archive #content .post .entry-info .entry-cat img,
body.search #content .post .entry-info .entry-cat img,
body.home #content .research .entry-info .entry-cat img,
body.page-template-newsroom-php #content .research .entry-info .entry-cat img,
body.archive #content .research .entry-info .entry-cat img,
body.search #content .research .entry-info .entry-cat img{
    margin: 18px;
}
body.home #content .post .entry-title,
body.home #content .post .entry-author,
body.home #content .post .entry-content,
body.home #content .post .post-meta,
body.page-template-newsroom-php #content .post .entry-title,
body.page-template-newsroom-php #content .post .entry-author,
body.page-template-newsroom-php #content .post .entry-content,
body.page-template-newsroom-php #content .post .post-meta,
body.archive #content .post .entry-title,
body.archive #content .post .entry-author,
body.archive #content .post .entry-content,
body.archive #content .post .post-meta,
body.search #content .post .entry-title,
body.search #content .post .entry-author,
body.search #content .post .entry-content,
body.search #content .post .post-meta,
body.home #content .research .entry-title,
body.home #content .research .entry-author,
body.home #content .research .entry-content,
body.home #content .research .post-meta,
body.page-template-newsroom-php #content .research .entry-title,
body.page-template-newsroom-php #content .research .entry-author,
body.page-template-newsroom-php #content .research .entry-content,
body.page-template-newsroom-php #content .research .post-meta,
body.archive #content .research .entry-title,
body.archive #content .research .entry-author,
body.archive #content .research .entry-content,
body.archive #content .research .post-meta,
body.search #content .research .entry-title,
body.search #content .research .entry-author,
body.search #content .research .entry-content,
body.search #content .research .post-meta{
    margin-left:  90px;
    margin-right: 10px;
    font-size:    1.3em;
}
body.home #content .page .entry-title,
body.home #content .page .entry-author,
body.home #content .page .entry-content,
body.home #content .page .post-meta,
body.page-template-newsroom-php #content .page .entry-title,
body.page-template-newsroom-php #content .page .entry-author,
body.page-template-newsroom-php #content .page .entry-content,
body.page-template-newsroom-php #content .page .post-meta,
body.archive #content .page .entry-title,
body.archive #content .page .entry-author,
body.archive #content .page .entry-content,
body.archive #content .page .post-meta,
body.search #content .page .entry-title,
body.search #content .page .entry-author,
body.search #content .page .entry-content,
body.search #content .page .post-meta {
    margin-left:  17px;
    margin-right: 10px;
    font-size:    1.3em;
}
body.page-template-newsroom-php #content .page .page-title-wrapper .entry-title {
    margin-left:  0;
    margin-right: 0;
    font-size:    36px;
    margin-top: 0!important;
    padding-top: 20px;
}
body.page-template-newsroom-php .type-page.hentry:first-child {
    height: 83px !important;
}
body.page-template-newsroom-php .type-page.hentry:first-child .entry-content {
    display: none;
}
body.home #content .post .entry-content .post-image,
body.page-template-newsroom-php #content .post .entry-content .post-image,
body.archive #content .post .entry-content .post-image,
body.search #content .post .entry-content .post-image,
body.search #content .page .entry-content .post-image,
body.home #content .research .entry-content .post-image,
body.page-template-newsroom-php #content .research .entry-content .post-image,
body.archive #content .research .entry-content .post-image,
body.search #content .research .entry-content .post-image{
    display: none;
}
body.home #content .post .entry-featured-image,
body.page-template-newsroom-php #content .post .entry-featured-image,
body.archive #content .post .entry-featured-image,
body.search #content .post .entry-featured-image,
body.search #content .page .entry-featured-image,
body.home #content .research .entry-featured-image,
body.page-template-newsroom-php #content .research .entry-featured-image,
body.archive #content .research .entry-featured-image,
body.search #content .research .entry-featured-image{
    float:        right;
    margin-left:  12px;
    margin-top:   12px;
    margin-right: 12px;
    border:       1px solid #F9FAFC;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}
body.page-id-7 #content {
    padding: 0;
    border:  none;
}
.post .post-info,
.event .post-info,
.research .post-info,
body.home #content .post .post-meta,
body.page-template-newsroom-php #content .post .post-meta,
body.archive #content .post .post-meta,
body.search #content .post .post-meta,
body.home #content .research .post-meta,
body.page-template-newsroom-php #content .research .post-meta,
body.archive #content .research .post-meta,
body.search #content .research .post-meta {
    display: none;
}
body.home #content .post .entry-cat,
body.home #content .post .entry-date,
body.page-template-newsroom-php #content .post .entry-cat,
body.page-template-newsroom-php #content .post .entry-date,
body.archive #content .post .entry-cat,
body.archive #content .post .entry-date,
body.search #content .post .entry-cat,
body.search #content .post .entry-date,
body.home #content .research .entry-cat,
body.home #content .research .entry-date,
body.page-template-newsroom-php #content .research .entry-cat,
body.page-template-newsroom-php #content .research .entry-date,
body.archive #content .research .entry-cat,
body.archive #content .research .entry-date,
body.search #content .research .entry-cat,
body.search #content .research .entry-date{
    width:  75px;
    height: 75px;
}
body.home #content .post .entry-date .published,
body.page-template-newsroom-php #content .post .entry-date .published,
body.archive #content .post .entry-date .published,
body.search #content .post .entry-date .published,
body.home #content .research .entry-date .published,
body.page-template-newsroom-php #content .research .entry-date .published,
body.archive #content .research .entry-date .published,
body.search #content .research .entry-date .published {
    margin-top:  8px;
    display:     block;
    font-family: 'proxima-nova',verdana,sans-serif;

}
body.home #content .post .entry-date .published span,
body.page-template-newsroom-php #content .post .entry-date .published span,
body.archive #content .post .entry-date .published span,
body.search #content .post .entry-date .published span,
body.home #content .research .entry-date .published span,
body.page-template-newsroom-php #content .research .entry-date .published span,
body.archive #content .research .entry-date .published span,
body.search #content .research .entry-date .published span{
    display:        block;
    text-align:     center;
    color:          #b7b7b7;
    text-transform: uppercase;
    font-size: 22px;
    line-height:    24px;
}
.breadcrumb {
    position: relative;
    z-index: 1;
}
body.archive .breadcrumb,
body.search .breadcrumb {
    margin-top: 10px;
}
body.single .entry-share-links {
    /* position: absolute;
    top:      0;
    right:    0;
    margin-top:   10px;
    margin-right: 10px;
    */
    float:        right;
    height: 40px;
    position: relative;
    z-index: 1;
}
body.single .entry-info {
    height: 40px;
    clear:  left;
    margin-top: 10px;
}
body.single .entry-title {
    clear: left;
    padding-top: 10px;
    margin-top: 0 !important;
}
body.page .entry-title {
    padding-top: 0;
    margin-top: 0 !important;
    padding-bottom: 18px;
}
body.page-template-newsroom-php .entry-title {
    margin-top: 10px !important;
    border: none;
    padding-bottom: 0;
}
body.single .entry-share-links > div,
body.single .entry-info > div {
    float:  left;
    width:  40px;
    height: 40px;
    margin-left: 10px;
}
body.single .entry-info > div.entry-info-left {
    float:  left;
}
body.single .entry-info > div.entry-info-right {
    float:  right;
}
body.single .entry-share-links > div:first-child,
body.single .entry-info > div:first-child {
    margin-left: 0;
}
body.single .entry-share-links > div > a,
body.single .entry-info > div > a {
    display: block;
    width:   100%;
    height:  100%;
}
body.single .entry-info .entry-cat,
body.single .entry-info .entry-date{
    display: none;
}
body.single .entry-date {
    background-color: #F9FAFC;
}
body.single .entry-date .published {
    margin-top: 8px;
}
body.single .entry-date span {
    display:        block;
    text-align:     center;
    text-transform: uppercase;
    line-height:    13px;
    color:          #9EA7B3;
}
body.single .entry-share-fb {
    background: #0071BB url(../img/fb-icon-sm.png) 14px no-repeat;
    /*
    background-color:    #0071BB;
    background-image:    url(../img/fb-icon-sm.png);
    background-repeat:   no-repeat;
    background-position: 14px;
    */
}
body.single .entry-info .entry-share-fb {
    margin-left: 0;
}
body.single .entry-share-twt {
    background: #14B9D6 url(../img/twt-icon-sm.png) 8px no-repeat;
    /*
    background-color:    #14B9D6;
    background-image:    url(../img/twt-icon-sm.png);
    background-repeat:   no-repeat;
    background-position: 8px;
    */
}
body.single .entry-info > div.entry-post-tags {
    height: 40px;
    width:  430px;
}
body.single .entry-post-tags > div {
    float:            right;
    padding: 4px;
    margin-top: 8px;
    background-color: #eee;
    color:            white;
    margin-left:      10px;
    font-size: 12px;
}
body.single .entry-post-tags > div a {
    color: white;
}
body.single .entry-post-tags > div:first-child {
    background-color: #14B9D6;
}
body.single .entry-post-tags > div:first-child + div {
    background-color: #1FBBA6;
}
body.single .entry-post-tags > div:first-child + div + div {
    background-color: #E90D68;
}
body.single .entry-post-tags > div:first-child + div + div + div {
    background-color: #FDD834;
}
body.single .entry-post-tags > div:first-child + div + div + div + div {
    background-color: #F27935;
}
body.single .entry-post-tags > div:first-child + div + div + div + div + div {
    background-color: #222932;
}
body.single .entry-post-tags > div:first-child + div + div + div + div + div + div {
    background-color: #14B9D6;
}
/*
body.single .entry-info {
    display: none;
}
*/
body.single .entry-content {
    margin-top:    20px;
    margin-bottom: 20px;
}
body.single h1.entry-title {
    /* margin-right:  150px;
    margin-bottom: 12px !important; */
}
body.single .entry-content img {
    max-width: 100%;
    height: auto;
}
body.single #content .post .entry-author,
body.single #content .event .entry-author {
    border-bottom:  3px solid #ef4036;
    padding-bottom: 18px;
}
body.single #content .post .entry-author a {
    font-size: 1em !important;
}
body.single #entry-share-date .published span {
    display: block;
    text-align: center;
    color: #9EA7B3;
    text-transform: uppercase;
}
body.single .post-meta {
    display: none;
}
.archive-title, .year-header {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
#video-blackout {
    position: fixed;
    width:    100%;
    height:   100%;
    top:      0;
    left:     0;
    z-index:  9999;
    background-color: black;
    opacity: 0.7;
    display: none;
}
#video-player-popup {
    position:    fixed;
    top:         50%;
    left:        50%;
    margin-top:  -243px;
    margin-left: -318px;
    box-shadow:  0 2px 8px 3px rgba(0,0,0,0.45);
    border:      3px solid white;
    display:     none;
    z-index:     10000;
}
#close-video-popup {
    position: absolute;
    top:      -15px;
    right:    -15px;
    width:    30px;
    height:   30px;
    background-color: white;
    text-transform:   uppercase;
    cursor:  pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}
.navigation {
    margin: 10px 0 0 0;
    height: 25px;
}
.navigation .alignleft {
    float: left;
}
.navigation .alignright {
    float: right;
}
.navigation a {
    display: block;
    padding: 5px 10px;
    background-color: #333333;
    font-size: 12px;
    text-transform: uppercase;
    color: #b7b7b7;
    height: 30px;
    line-height: 30px;
}

body.archive .breadcrumb,
body.search .breadcrumb{
    display: none;
}
h1.archive-title {
    clear: left;
}

#sidebar #category-links {
}
#sidebar > *,
#alt-sidebar > *,
#content-featured-wrap > *,
.navigation > *,
#footer .wrap, #header, body.single #content, body.page #content {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
body.page-template-newsroom-php #content {
    box-shadow: none;
}
#category-links {
    box-shadow: none;
}
#category-links > * {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
#text-4 {
    box-shadow: none;
}
#text-4 .widget-outer {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
#sidebar .category-link-wrap {
    height:      70px;
    margin-top:  10px;
    background-color: white;
    position:    relative;
    line-height: 70px;
}
#category-links a {
    position: absolute;
    top:      0;
    left:     0;
    width:    100%;
    height:   100%;
    z-index:  3;
}
#category-links img {
    margin: 14px;
    float:  left;
}
#category-links h3 {
    font-size: 1em;
    margin: 0 75px 0;
}

body.page-template-newsroom-php #content {
    padding: 0;
}
#content .archive-title:first-child {
    height:           70px;
    margin:           0 0 10px;
    line-height:      70px;
    padding:          0 10px;
    background-color: #333333;
    text-indent:      80px;
    color:            white;
    overflow: hidden;
}
body.search #content .archive-title:first-child {
    background: url(../img/search-white.png) 22px center no-repeat;
    /*
    background-image:    url(../img/search-white.png);
    background-repeat:   no-repeat;
    background-position: 22px center;
    */
}
body.post-type-archive-research #content .archive-title:first-child {
    background: url(../img/Research.png) 22px center no-repeat;
    /*
    background-image:    url(../img/Research.png);
    background-repeat:   no-repeat;
    background-position: 22px center;
    */
}
body.category-blog #content .archive-title:first-child,
body.category-general #content .archive-title:first-child,
body.category-uncategorized #content .archive-title:first-child,
body.page-template-newsroom-php #content .archive-title:first-child {
    background: url(../img/General.png) 20px center no-repeat;
    /*
    background-image:    url(../img/General.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-economy #content .archive-title:first-child {
    background: url(../img/Economy.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Economy.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-jobs #content .archive-title:first-child {
    background: url(../img/Jobs.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Jobs.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-energy #content .archive-title:first-child {
    background: url(../img/Energy.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Energy.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-healthcare #content .archive-title:first-child {
    background: url(../img/Healthcare.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Healthcare.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-defense #content .archive-title:first-child {
    background: url(../img/Defense.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Defense.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-spending #content .archive-title:first-child {
    background: url(../img/Spending.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Spending.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-taxes #content .archive-title:first-child {
    background: url(../img/Taxes.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Taxes.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-ads #content .archive-title:first-child {
    background: url(../img/Videos.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Videos.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-newsroom #content .archive-title:first-child {
    background: url(../img/Press.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Press.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-immigration #content .archive-title:first-child {
    background: url(../img/Immigration.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Immigration.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-spotlight #content .archive-title:first-child {
    background: url(../img/Spotlight.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Spotlight.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-education #content .archive-title:first-child {
    background: url(../img/Education.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Education.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}
body.category-welfare #content .archive-title:first-child {
    background: url(../img/Welfare.png) 20px center no-repeat;
    /*
    background-image:    url(../img/Welfare.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
    */
}

h2.year-header {
    color: white;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 30px;
    padding: 16px 16px 12px;
    background-color: #333333;
    margin: 10px 0;
}

body.search #content .post:last-child, body.search #content .page:last-child {
    margin-bottom: 0;
}
/**
* Events
*/

/* List Event */
.list-event {
    padding: 0 0 15px;
}
.list-event .image {
    float: left;
    margin: 0 15px 0 0;
}
.list-event .image img {
    -webkit-border-radius: 0;
    border-radius:         0;
}
.list-event .info {
    float: left;
    width: 400px;
}
.list-event .info .title {
    font-size:   1.4em;
    line-height: 1.4em;
    margin:      -4px 0 0;
    padding:     0 0 3px;
}
.list-event .info .title a {
    color: #555555;
}
.list-event .info .meta {
    color:          #8cc63f;
    font-size:      0.95em;
    padding:        0 0 3px;
    text-transform: uppercase;
    overflow:       hidden;
}
.list-event .info .meta a {
    cursor: pointer;
}
.list-event .info .description {
    line-height: 1.4em;
}
.events-table .event-list-date > .event-list-date,
.events-table .event-list-time {
    background-color: #F9FAFC;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #9EA7B3;
    float: left;
}
.events-table .event-list-date > .event-list-date {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
}
.events-table .event-list-time {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 10px;
}

#footer {
    clear:            both;
}
#footer .gototop {
    display: none;
}
#footer .creds p {
    margin: 0 0 0 10%;
    padding: 10px 12px 10px 0;
    text-align: left;
}
#footer .creds p:first-child{
    padding-top: 0;
}

.events-table {
    width: 100%;
    padding-top: 10px;
    margin-top:  10px;
}
.events-table th,
.events-table td {
    padding: 10px;
}
.events-table td {
    border-top: 1px solid #F9FAFC;
}
body.page-id-1523 .entry-title {
    border: none;
    padding-bottom: 0;
}
/* explicitly hide some event dates */
.postid-1500 .event-date,
.postid-1503 .event-date,
.postid-1487 .event-date,
.postid-1502 .event-date,
.postid-1504 .event-date,
.postid-84 .event-date {
    display: none;
}
td.event-list-date {
    width: 200px;
}

body.single .previous {
    font-size: 12px;
    color: #9EA7B3;
    line-height: 40px;
    padding: 0 10px;
    background-color: #F9FAFC;
    float: left;
}
body.single .next {
    font-size: 12px;
    color: #9EA7B3;
    line-height: 40px;
    padding: 0 10px;
    background-color: #F9FAFC;
    float: right;
}
body.single .loop-nav {
    height: 40px;
    margin-top: 10px;
}

.single #content .entry-featured-image {
    margin-right: 20px;
}

@media all and (max-width: 330px) {
    #inner { padding: 10px 5px 0; }
    #footer { padding: 10px 5px; }
}
/* Mobile Only */
@media all and (max-width: 1009px) {

    #content .post,
    body.page-template-newsroom-php #content .post,
    body.archive #content .post,
    body.search #content .post,
    body.home #content .page,
    body.page-template-newsroom-php #content .page,
    body.archive #content .page,
    body.search #content .page,
    body.home #content .research,
    body.page-template-newsroom-php #content .research,
    body.archive #content .research,
    body.search #content .research {
        height: auto !important;
    }
    body.page-template-newsroom-php #content .type-page.hentry {
        height: 83px !important;
    }
    body.home #content .post .entry-cat,
    body.home #content .post .entry-date,
    body.page-template-newsroom-php #content .post .entry-cat,
    body.page-template-newsroom-php #content .post .entry-date,
    body.archive #content .post .entry-cat,
    body.archive #content .post .entry-date,
    body.search #content .post .entry-cat,
    body.search #content .post .entry-date,
    body.home #content .research .entry-cat,
    body.home #content .research .entry-date,
    body.page-template-newsroom-php #content .research .entry-cat,
    body.page-template-newsroom-php #content .research .entry-date,
    body.archive #content .research .entry-cat,
    body.archive #content .research .entry-date,
    body.search #content .research .entry-cat,
    body.search #content .research .entry-date{
        float: left;
    }
    body.home #content .post .entry-info,
    body.page-template-newsroom-php #content .post .entry-info,
    body.archive #content .post .entry-info,
    body.search #content .post .entry-info,
    body.home #content .research .entry-info,
    body.page-template-newsroom-php #content .research .entry-info,
    body.archive #content .research .entry-info,
    body.search #content .research .entry-info{
        position: relative;
        top:      auto;
        left:     auto;
        height:   75px;
        width:    auto;
        clear:    right;
        z-index:  1;
    }
    body.home #content .post .entry-featured-image,
    body.page-template-newsroom-php #content .post .entry-featured-image,
    body.archive #content .post .entry-featured-image,
    body.search #content .post .entry-featured-image,
    body.home #content .research .entry-featured-image,
    body.page-template-newsroom-php #content .research .entry-featured-image,
    body.archive #content .research .entry-featured-image,
    body.search #content .research .entry-featured-image{
        margin-bottom: 12px;
        margin-left:   12px;
    }
    body.home #content .post .entry-title,
    body.home #content .post .entry-author,
    body.home #content .post .entry-content,
    body.home #content .post .post-meta,
    body.page-template-newsroom-php #content .post .entry-title,
    body.page-template-newsroom-php #content .post .entry-author,
    body.page-template-newsroom-php #content .post .entry-content,
    body.page-template-newsroom-php #content .post .post-meta,
    body.archive #content .post .entry-title,
    body.archive #content .post .entry-author,
    body.archive #content .post .entry-content,
    body.archive #content .post .post-meta,
    body.search #content .post .entry-title,
    body.search #content .post .entry-author,
    body.search #content .post .entry-content,
    body.search #content .post .post-meta,
    body.home #content .research .entry-title,
    body.home #content .research .entry-author,
    body.home #content .research .entry-content,
    body.home #content .research .post-meta,
    body.page-template-newsroom-php #content .research .entry-title,
    body.page-template-newsroom-php #content .research .entry-author,
    body.page-template-newsroom-php #content .research .entry-content,
    body.page-template-newsroom-php #content .research .post-meta,
    body.archive #content .research .entry-title,
    body.archive #content .research .entry-author,
    body.archive #content .research .entry-content,
    body.archive #content .research .post-meta,
    body.search #content .research .entry-title,
    body.search #content .research .entry-author,
    body.search #content .research .entry-content,
    body.search #content .research .post-meta{
        margin-left: 17px;
    }
    body.home #content .post .entry-date .published,
    body.page-template-newsroom-php #content .post .entry-date .published,
    body.archive #content .post .entry-date .published,
    body.search #content .post .entry-date .published,
    body.home #content .research .entry-date .published,
    body.page-template-newsroom-php #content .research .entry-date .published,
    body.archive #content .research .entry-date .published,
    body.search #content .research .entry-date .published {
        margin-top: 15px;
    }
    body.home #content .post .entry-post-tags,
    body.page-template-newsroom-php #content .entry-post-tags,
    body.archive #content .post .entry-post-tags,
    body.search #content .post .entry-post-tags,
    body.home #content .research .entry-post-tags,
    body.page-template-newsroom-php #content .entry-post-tags,
    body.archive #content .research .entry-post-tags,
    body.search #content .research .entry-post-tags{
        display: none;
    }
    body.home #content .post .entry-share-fb,
    body.page-template-newsroom-php #content .entry-share-fb,
    body.archive #content .post .entry-share-fb,
    body.search #content .post .entry-share-fb,
    body.home #content .research .entry-share-fb,
    body.page-template-newsroom-php #content .entry-share-fb,
    body.archive #content .research .entry-share-fb,
    body.search #content .research .entry-share-fb{
        width:  75px;
        height: 75px;
        float: left;
        background: url(../img/fb-icon-trans.png) center no-repeat;
        /*
        background-image: url(../img/fb-icon-trans.png);
        background-repeat: no-repeat;
        background-position: center;
        */
    }
    body.home #content .post .entry-share-twt,
    body.page-template-newsroom-php #content .entry-share-twt,
    body.archive #content .post .entry-share-twt,
    body.search #content .post .entry-share-twt,
    body.home #content .research .entry-share-twt,
    body.page-template-newsroom-php #content .entry-share-twt,
    body.archive #content .research .entry-share-twt,
    body.search #content .research .entry-share-twt{
        width:  75px;
        height: 75px;
        float: left;
        background: url(../img/twt-icon-trans.png) center no-repeat;
        /*
        background-image: url(../img/twt-icon-trans.png);
        background-repeat: no-repeat;
        background-position: center;
        */
    }
    body.home #content .post .entry-share-fb a,
    body.page-template-newsroom-php #content .entry-share-fb a,
    body.archive #content .post .entry-share-fb a,
    body.search #content .post .entry-share-fb a,
    body.home #content .post .entry-share-twt a,
    body.page-template-newsroom-php #content .entry-share-twt a,
    body.archive #content .post .entry-share-twt a,
    body.search #content .post .entry-share-twt a,
    body.home #content .research .entry-share-fb a,
    body.page-template-newsroom-php #content .entry-share-fb a,
    body.archive #content .research .entry-share-fb a,
    body.search #content .research .entry-share-fb a,
    body.home #content .research .entry-share-twt a,
    body.page-template-newsroom-php #content .entry-share-twt a,
    body.archive #content .research .entry-share-twt a,
    body.search #content .research .entry-share-twt a{
        display: block;
        width:   100%;
        height:  100%;
    }
}
@media all and (max-width: 400px) {
    body.single .entry-share-links {
        float: left !important;
    }
    .breadcrumb {
        float: left;
        margin-top: 10px;
        clear: left;
    }
    .post .entry-title {
        clear: left;
    }
    body.home #content .post .entry-cat, body.home #content .post .entry-date, body.page-template-newsroom-php #content .post .entry-cat, body.page-template-newsroom-php #content .post .entry-date, body.archive #content .post .entry-cat, body.archive #content .post .entry-date, body.search #content .post .entry-cat, body.search #content .post .entry-date, body.home #content .research .entry-cat, body.home #content .research .entry-date, body.page-template-newsroom-php #content .research .entry-cat, body.page-template-newsroom-php #content .research .entry-date, body.archive #content .research .entry-cat, body.archive #content .research .entry-date, body.search #content .research .entry-cat, body.search #content .research .entry-date {
        width: 74px;
    }
}
@media all and (max-width: 699px) {
    .featured-post iframe {
        width: 100%;
    }
    body.home #sidebar {
        margin-bottom: 10px;
    }
    #sidebar {
        clear: both;
    }
    body.archive .navigation .alignleft,
    body.archive .navigation .alignright,
    body.page-template-newsroom-php .navigation .alignleft,
    body.page-template-newsroom-php .navigation .alignright {
        margin-bottom: 10px;
    }
}
/* Mobile Med */
@media all and (min-width: 400px) {

}
/* Mobile Large */
@media all and (max-width: 550px) {

    body.single .entry-featured-image iframe,
    body.page .entry-featured-image iframe {
        height: 300px;
    }
}
/* Tablet Size */
@media all and (min-width: 700px) and (max-width: 1009px) {
    body.home #content .post,
    body.archive #content .post,
    body.page-template-newsroom-php #content .post {
        /* float: left; */
        width: 310px;
        margin-bottom: 0;
    }
    body.home #content > *:first-child + .post,
    body.archive #content > *:first-child + .post,
    body.page-template-newsroom-php #content > *:first-child + .post {
        margin-top: 0;
    }
    #right-wrap {
        float: right;
        clear: right;
        margin-top: 10px;
    }
    .year-header {
        width: 280px;
    }
    /*
    .post.float-right {
        float: right !important;
        clear: right !important;
    }
    .navigation {
        clear: left;
        padding-top: 10px;
    }
    .year-header {
        margin-bottom: 0px !important;
    }
    */
}
@media all and (min-width: 700px) {
    #header {
        background-image: none;
    }
    #nav-button,
    #nav-arrow {
        display: none;
    }
    #nav {
        width:       660px;
        display:     block !important;
        top:         24px  !important;
        left:        50%   !important;
        margin-left: -310px;
        background:  none;
        padding:     0;
        box-shadow:  none;
    }
    #menu-primary-nav {

    }
    #menu-primary-nav > .menu-item {
        float:        left;
        margin-right: 50px;
        text-align:   left;
        height:       auto;
        line-height:  12px;
    }
    #menu-primary-nav > .menu-item:first-child a {
        width: 60px;
        height: 40px;
        overflow: hidden;
        display: block;
        text-indent: -300%;
        margin-top: -13px;
        background: url(../img/logo-mobile.png) no-repeat;
        /*
        background-image: url(../img/logo-mobile.png);
        background-repeat: no-repeat;
        */
    }
    #menu-primary-nav > .menu-item-search {
        display: none;
    }
    #menu-primary-nav > .menu-item > a {
        font-size: 18px;
        color:           #808082;
	    text-transform: uppercase;
    }
    #menu-primary-nav > .menu-item:hover > a {
        color:           #ef4036;
    }
    #sidebar #text-3,
    #alt-sidebar #text-3 {
        display: block;
    }
    #inner {
        width: 630px;
        position: relative;
        margin: 0 auto;
        padding: 10px 40px 0;
        z-index: 2;
    }
    #footer {
        width: 630px;
        position: relative;
        margin: 0 auto 10px;
        padding: 10px 40px;
        z-index: 2;
    }
    #footer .creds {
        position: relative;
        z-index: 2;
    }
    #footer-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: black;
        opacity: 0.3;
    }
    #sidebar {
        float:       right;
        width:       310px;
        margin-left: 10px;
        margin-bottom: 0;
    }
    body.home #sidebar {
        margin-top: 364px;
    }
    #sidebar-header {
        height: 354px;
    }
    #sidebar-header,
    #sidebar-header p {
        display: block;
    }
    #sidebar-logo {
        top: 0;
	    width: 230px;
	    height: 131px;
        margin-left: -75px;
        background-image: url(../img/logo-med.png);
    }
    #learn-more-ygn {

    }
    #content {
        /* width: 310px; */
        clear: left;
    }
    #core-inner-bg {
        background-color: black;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }
    #content-sidebar-wrap {
        position: relative;
        z-index:  2;
    }
    body.page .column {
        width: 48%;
    }
    body.page .column.left {
        float: left;
    }
    body.page .column.right {
        float: right;
    }
    body.page .block {
        height: 400px;
        padding: 0 5px;
        margin-bottom: 0;
    }
    #content .archive-title:first-child {
        font-size: 1.5em;
        text-indent: 65px;
    }
    #content-featured-wrap {
        width: 310px;
        float: left;
    }
    #content-featured-wrap .layout-slot {
        width: 310px;
        height: 200px;
    }
    #content-featured-wrap .layout-slot:first-child {
        margin-left: 0;
        width: 630px;
        height: 354px;
        margin-top: 0;
    }
    #content-featured-wrap .layout-slot:first-child + .layout-slot {
        margin-left: 0;
    }
    #main-featured-thumb-2,
    #main-featured-thumb-3 {
        display: block;
    }
    #main-featured-vid-2,
    #main-featured-vid-3 {
        display: none;
    }

    /* single */
    body.single #content,
    body.page #content{
        width: 610px;
    }
    body.page-template-newsroom-php #content {
        /* width: 310px; */
        width: auto;
    }
    body.single #sidebar,
    body.single #alt-sidebar,
    body.page #sidebar,
    body.page #alt-sidebar {
        margin-top: 0;
    }
    body.single #sidebar .layout-slot:first-child,
    body.page #sidebar .layout-slot:first-child{
        margin-top: 0;
    }
    #alt-sidebar {
        width:       310px;
        margin-bottom: 0;
    }
    #alt-sidebar #sidebar-header {
        display: none;
    }
    #alt-sidebar .widget:last-child,
    #alt-sidebar #text-4 {
        margin-bottom: 0;
    }
    .contact-left { float: left }
    .contact-right { float: right }
    .contact-input, .contact-submit {
        width: 260px;
    }
    .contact-submit {
        height: 35px;
        line-height: 25px;
        border: none;
        border-radius: 4px;
        margin: 15px;
        padding: 0;
        display: block;
        font-size: 1em;
        background-color: #ef4036;
        color: white;
        text-align: center;
        cursor: pointer;
    }
}
/* Desktop Size */
@media all and (min-width: 1010px) {

    #header {
        position: relative;
        z-index: 1;
    }
    #nav-button,
    #nav-arrow {
        display: none;
    }
    #nav {
        width:       950px;
        display:     block !important;
        top:         24px  !important;
        left:        50%   !important;
        margin-left: -470px;
        background:  none;
        padding:     0;
        box-shadow:  none;
    }
    #menu-primary-nav {

    }
    #menu-primary-nav > .menu-item {
        float:        left;
        margin-right: 50px;
        text-align:   left;
        height:       auto;
        line-height:  12px;
    }
    #menu-primary-nav > .menu-item-search {
        display: none;
    }
    #menu-primary-nav > .menu-item > a {
        color:           #808082;
	    text-transform: uppercase;
    }
    #menu-primary-nav > .menu-item:hover > a {
        color:           #ef4036;
    }
    #nav-slider {
        display: block;
    }
    #inner {
        position: relative;
        width:  950px;
        margin: 0 auto;
        padding: 10px 40px 0;
        z-index: 2;
    }
    #footer {
        width: 950px;
        position: relative;
        padding: 10px 40px;
        z-index: 2;
    }
    #footer .creds {
        position: relative;
        z-index: 2;
        border-right: 1px solid;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #footer-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: black;
        opacity: 0.3;
    }
    #content-featured-wrap {
        float: left;
        width: 630px;
    }
    #content-featured-wrap .layout-slot {

        margin-left: 10px;
        width:       310px;
        float:       left;
    }
    #content-featured-wrap .layout-slot:first-child {
        margin-left: 0;
        width: auto;
        height: 354px;
        margin-top: 0;
    }
    #content-featured-wrap .layout-slot:first-child + .layout-slot {
        margin-left: 0;
    }
    #main-featured-thumb-2,
    #main-featured-thumb-3 {
        display: block;
    }
    #main-featured-vid-2,
    #main-featured-vid-3 {
        display: none;
    }

    #sidebar {
        float:       right;
        width:       310px;
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 0;
    }
    body.home #sidebar {
        margin-top: 0;
    }
    #sidebar-header {
        display: block;
        height:  354px;
    }
    #sidebar-logo {
        position: absolute;
        top: 10px;
        width: 230px;
        height: 131px;
        left: 50%;
        margin-left: -115px;
        background-image: url(../img/logo-med.png);
    }
    #sidebar-header p {
        display: block;
    }
    #learn-more-ygn {
        width: 80%;
        background-color: white;
        height:      35px;
        line-height: 35px;
        text-align:  center;
        text-indent: 0;
        border: none;
        border-radius: 4px;
        margin: 0 auto 15px;
        padding: 0;
        display: block;
        font-size:   1em;
        color: #012738;
        position: absolute;
        bottom: 15px;
        top: auto;
        left:   10%;
        text-decoration: none;
    }
    body.home #content .post,
    body.page #content .post {
        width: 630px;
    }
    body.single #content,
    body.page #content {
        width:   590px;
        padding: 20px;
        margin-bottom: 0;
    }
    body.page-template-newsroom-php #content {
        padding: 0;
        width:   630px;
    }
    #content {
        width: 630px;
    }
    #content .archive-title:first-child {
        text-indent:      80px;
        font-size:   2em;
    }

    body.home #content .post .entry-info,
    body.page-template-newsroom-php #content .post .entry-info,
    body.archive #content .post .entry-info,
    body.search #content .post .entry-info,
    body.home #content .research .entry-info,
    body.page-template-newsroom-php #content .research .entry-info,
    body.archive #content .research .entry-info,
    body.search #content .research .entry-info {
        margin-top: 0;
    }

    body.home .post .entry-info .entry-cat,
    body.archive .post .entry-info .entry-cat,
    body.search .post .entry-info .entry-cat,
    body.page-template-newsroom-php .post .entry-info .entry-cat,
    body.home .research .entry-info .entry-cat,
    body.archive .research .entry-info .entry-cat,
    body.search .research .entry-info .entry-cat,
    body.page-template-newsroom-php .research .entry-info .entry-cat{
        position: absolute;
        top:      0;
        left:     0;
    }
    body.home .post .entry-info .entry-date,
    body.archive .post .entry-info .entry-date,
    body.search .post .entry-info .entry-date,
    body.page-template-newsroom-php .post .entry-info .entry-date,
    body.home .research .entry-info .entry-date,
    body.archive .research .entry-info .entry-date,
    body.search .research .entry-info .entry-date,
    body.page-template-newsroom-php .research .entry-info .entry-date{
        position: absolute;
        top:      75px;
        left:     0;
    }
    body.home .post .entry-info .entry-share-fb,
    body.archive .post .entry-info .entry-share-fb,
    body.search .post .entry-info .entry-share-fb,
    body.page-template-newsroom-php .post .entry-info .entry-share-fb,
    body.home .post .entry-info .entry-share-twt,
    body.archive .post .entry-info .entry-share-twt,
    body.search .post .entry-info .entry-share-twt,
    body.page-template-newsroom-php .post .entry-info .entry-share-twt,
    body.home .post .entry-info .entry-post-tags,
    body.archive .post .entry-info .entry-post-tags,
    body.search .post .entry-info .entry-post-tags,
    body.page-template-newsroom-php .post .entry-info .entry-post-tags {
        display: none;
    }
    .navigation .alignright a {
        /* margin-right: 320px; */
    }
    #category-links .category-link-wrap {
        width: 150px;
        float: left;
    }
    #category-links .jobs-link-wrap,
    #category-links .spending-link-wrap,
    #category-links .healthcare-link-wrap,
    #category-links .newsroom-link-wrap,
    #category-links .immigration-link-wrap,
    #category-links .education-link-wrap {
        margin-right: 10px;
    }
    #category-links + div {
        clear: both;
    }
    #category-links img {
        position: absolute;
        left: 41px;
        top:      0;
        float:    none;
        opacity:  0.2;
        filter: alpha(opacity=20);
        -moz-transition:    opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -o-transition:      opacity 0.5s;
        transition:         opacity 0.5s;
    }
    /*
    #category-links img.education-link {
        left: 31px;
    }
    #category-links img.welfare-link {
        left: 36px;
    }
    */
    #category-links .category-link-wrap:hover img {
        opacity: 0.6;
    }
    #category-links h3 {
        text-align: center;
        margin:     0;
        position:   relative;
        z-index:    2;
    }
    /*
    #category-links .women-link-wrap h3 {
        margin:      0 10px;
        margin-top:  17px;
        line-height: 18px;
    }
    */
    #content .archive-title:first-child {
        width: 610px;
    }
    .hfeed .entry-title {
        margin-right: 50px;
    }

    /*
    body.page #content .page .entry-title::after {
        content: " ";
        display: block;
        position: absolute;
        height: 4px;
        background-color: white;
        width: 100%;
        top: 19px;
        z-index: 1;
    }
    */
    body.page #content .page .entry-content {

    }

    body.page-template-page_fullwidth-php #content {
        width: auto;
    }
}
/* Tablet Large */
@media all and (min-width: 851px) {

}
@media all and (min-width: 1010px) and (max-width: 1049px) {
    #inner {
        padding: 10px 20px 0;
    }
    #footer {
        padding: 10px 20px;
    }

}

/* Pad only */
@media only screen and (device-width: 768px) {
    #sidebar .widget-outer {
        perspective: none;
        -webkit-transform: none;
        -webkit-perspective: none;
    }
    #content-featured-wrap .layout-slot {

    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

}

body > iframe:first-child { height: 0; }


/* TEMP 
.page-id-2010 #content,
.page-id-93 #content{
    height: 894px;
}*/


/* Footer and footer menu */
.inner-footer-wrap {
    background-color: #333333;
    font-size: .9em;
}
.inner-footer-wrap *[class|=grid] {
    float:left;
    margin:0;
    padding:0;
    color:#b7b7b7;
    position: relative;
    z-index: 2;
}
.inner-footer-wrap .grid-25{
    width: 30%;
}
.inner-footer-wrap .grid-75{
    width: 70%;
}
.inner-footer-wrap li a {
    color:#FFFFFF;
}
.inner-footer-wrap li li a {
    color:#9EA7B3;
}
.inner-footer-wrap a{
    color:#9EA7B3;
    text-decoration: none;
}
.inner-footer-wrap a:hover{
    text-decoration: underline;
}
.inner-footer-wrap *[class|=grid] ul {
    list-style-type: none;
}
.inner-footer-wrap *[class|=grid] ul li{
    display: inline-block;
    float: none;
    margin: .4em .6em 1em .6em;
    font-weight: bold;
    padding: 0;
}
.inner-footer-wrap *[class|=grid] ul li .sub-menu {
    margin:0;
    font-size: .75em;
    padding: 0;
}
.inner-footer-wrap *[class|=grid] ul li .sub-menu li{
    float: left;
    font-weight: normal;
    margin: 0;
    clear: both;
    display: block;
}

body.page-template-book_main-php #content,
body.page-template-book_series-php #content,
body.page-template-ideas_lab-php #content,
body.category-book #content {
    width: auto;
}

body.page-template-book_main-php .page-title-line,
body.page-template-book_series-php .page-title-line,
body.page-template-ideas_lab-php .page-title-line,
body.page-template-book_main-php .page-title-line-wrap,
body.page-template-book_series-php .page-title-line-wrap,
body.page-template-ideas_lab-php .page-title-line-wrap
{
    display: none;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.page-title-wrapper > h1,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.page-title-wrapper > h1,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.page-title-wrapper > h1 {
    text-align:left;
    clear: none;
    margin: 30px 20px 30px 20px;
    padding: 0;
    font-size: 36px;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-subtitle > p,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.book-subtitle > p,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.book-subtitle > p {
    text-align: left;
    margin: 20px;
    padding: 0;
    font-style:italic;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p:nth-child(1) {
    float: left;
    padding: 0;
    z-index:10;
    position: relative;
    margin: 0 20px 20px 0;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video > img,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.book-video > img,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.book-video > img {
    margin-left: 55px;
    margin-right: 65px;
    margin-bottom: 30px;
    height: 280px;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.entry-content.visible > p,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.entry-content.visible > p,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.entry-content.visible > p {
    margin: 20px;
    padding: 0;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-section-instructions,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.book-section-instructions,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.book-section-instructions {
    clear: left;
    margin-bottom: 20px;
    margin-top:60px;
    padding: 0;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry button,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry button,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry button {
    background-color: #ef4036;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    height: 70px;
    min-width: 200px;
    line-height: 25px;
    border: none;
    border-radius: 4px;
    padding: 0;
    display: inline-block;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-author,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-author,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-author {
    display: none;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > h2,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > h2,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > h2 {
    padding-top: 20px;
    padding-bottom: 5px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-info,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-info,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-info {
    display: none;
}
body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
    width: 100%;
}
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.entry {
    width: unset;
    border: 1px solid black;
}


body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content >  h2,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content >  h2,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content >  h2,
body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible > p,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible > p,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible > p {
    margin: 0;
}

#content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible > div {
    font-style: italic;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-author,
body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.post-info {
    display: none;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry div.chapter-outline {
    float: left;
    clear: both;
    padding-top: 5px;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content  div.chapter-quote {
    font-style: italic;
    font-size:20px;
    display: block;
    width: 400px;
    float: right;
}

body.category-book .quote-open {
    display: block;
    float: left;
    margin: 40px 20px 0 0;
    font-size: 100px;
    content: "\201C";
    color: #bababa;
    text-shadow: 0 1px 1px #909090;
    font-family: 'Times New Roman',times,serif;
    line-height: 0;
}
body.category-book .quote-close {

    float: right;
    font-size: 100px;
    color: #bababa;
    text-shadow: 0 1px 1px #909090;
    font-family: 'Times New Roman',times,serif;
    content: "\201D";
    line-height: 100px;
    padding-left: 20px;
    padding-top: 80px;
    display: block;
    height: 60px;
    width: 44px;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content  div.author {
    clear: right;
    float: right;
    font-style: italic;
    margin-top: 0;
    margin-right:60px;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p:nth-child(1) {
    margin-right: 40px;
    margin-left: 20px;
}

body.category-book button.download-chapter,
body.category-book button.download-book
{
    display: inline;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    height: 55px;
    width: 30%;
    min-width: 400px;
    line-height: 25px;
    border: none;
    border-radius: 4px;
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 1em;
}

body.category-book button.download-chapter {
    background-color: #ef4036;
    float:left;
}
body.category-book button.download-book {
    background-color: #012738;
    float: right;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p:nth-child(5) {
    display: inline;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p:nth-child(5) > button {
    background-color: #ef4036;
}

body.category-book .entry-share-fb {
    background: #0071BB url(../img/fb-icon.png) 22px 50% no-repeat;
    /*
    background-color:    #0071BB;
    background-image:    url(../img/fb-icon.png);
    background-repeat:   no-repeat;
    background-position: 22px 50%;
    */
    display: inline-block;
    height: 70px;
    margin-left: 10px;
    width: 70px;
}

body.category-book .entry-share .share-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    clear: both;
    width: 400px;
    text-align: center;
}
body.category-book .share-icons {
    margin-left: auto;
    margin-right: auto;
    width: 262px;
    clear:both;
    padding: 10px;

}

body.category-book .entry-share-twt {
    background: #14B9D6 url(../img/twt-icon.png) 12px 50% no-repeat;
    /*
    background-color:    #14B9D6;
    background-image:    url(../img/twt-icon.png);
    background-repeat:   no-repeat;
    background-position: 12px 50%;
    */
    cursor: auto;
    display: inline-block;
    height: 70px;
    text-decoration: none solid rgb(20, 185, 214);
    width: 70px;
    margin-left: 10px;
}

body.category-book .entry-share > div > a,
body.category-book .entry-share-links > div > a {
    display: block;
    width:   100%;
    height:  100%;
}
body.category-book .entry-share-twt a {
    color: rgb(20, 185, 214);
    cursor: auto;
    display: block;
    font-family: "proxima-nova",verdana,sans-serif;
    font-weight: 300;
    height: 70px;
    text-decoration: none solid rgb(20, 185, 214);
    width: 70px;
}

body.category-book .entry-share-fb a {
    color: rgb(20, 185, 214);
    cursor: auto;
    display: block;
    font-family: "proxima-nova",verdana,sans-serif;
    font-weight: 300;
    height: 70px;
    text-decoration: none solid rgb(20, 185, 214);
    width: 70px;
}
body.category-book #content > div.loop-nav.visible {
    clear: both;
}
body.category-book #email-header {
    background: url(../img/at-icon.png) 12px no-repeat;
    /*
    background-image: url(../img/at-icon.png);
    background-position: 12px;
    background-repeat: no-repeat;
    */
    color: rgb(20, 185, 214);
    cursor: auto;
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right {
    clear: none;
    display: block;
    padding-top: 20px;
    margin-left: 20px;
}
body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2 {
    padding-bottom: 0;
    clear:none;
    position: relative;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry {
    height: 140px;
    margin-bottom:20px;
}

body.home #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry {
    display:none;
}

body.page-template-book_main-php #content,
body.page-template-book_series-php #content,
body.page-template-ideas_lab-php #content {
    padding-left: 40px;
    padding-right: 40px;
}
body.page-template-ideas_lab-php #content {
    padding-top: 40px;
}


body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry span,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry span,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry span {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;

    /* edit: added z-index */
    z-index: 1;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.page-title-wrapper > h1,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.page-title-wrapper > h1,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.page-title-wrapper > h1 {
    margin: 30px 20px 30px 20px !important;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-book.entry > div.entry-content.visible > a > img,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-book.entry > div.entry-content.visible > a > img,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-book.entry > div.entry-content.visible > a > img {
    float: left;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-book.entry > div.play-video img,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-book.entry > div.play-video img,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-book.entry > div.play-video img {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0;
    z-index:10;
    display: block;
    height: 100px;
    width: 100px;
}

body.category-book  div.entry-featured-image > iframe {
    width: 100%;
    height: 100%;
}

body.category-book   div.entry-featured-image {
    width: 400px;
    height: 225px;
    margin-right:40px;
}

body.category-book #content {
    padding: 40px;
}

body.page-template-book_main-php #content,
body.page-template-book_series-php #content,
body.page-template-ideas_lab-php #content {
    margin-bottom: -0.5px;
}


body.category-book #content .post .entry-title {
    text-align: center;
    margin: 30px 20px 30px 20px;
    padding: 0;
    font-size: 36px;
}

body.category-book #content > div.breadcrumb {
    margin-bottom: 10px;
}

body.category-book #content > div.breadcrumb > a:nth-child(3) {
    display: none;
}

body.category-book div.copyright,
.page-template-book_main-php div.copyright,
.page-template-book_series-php div.copyright,
.page-template-ideas_lab-php div.copyright {
    margin-top: 10px;
    font-size: 10px;
    color: #bababa;
}

body.page-template-book_main-php a.popup,
body.page-template-book_series-php a.popup,
body.page-template-ideas_lab-php a.popup {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: block;
    z-index: 10;
}

body.page-template-book_main-php,
body.category-book,
body.page-id-3218
 {
    background: url(../img/YGN-Book-BG.jpg) fixed no-repeat!important;
    background-size: cover !important;
}
body.page-template-book_series-php,
body.page-template-ideas_lab-php,
body.rtg-series {
    background: url(../img/RTGSeriesBG.jpg) fixed no-repeat!important;
    background-size: cover !important;
}

body.page-template-book_main-php .post-image,
body.page-template-book_series-php .post-image,
body.page-template-ideas_lab-php .post-image {
    float: left;
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
}

@media all and (max-width: 1009px) {
    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry.visible > div.page-title-wrapper > h1,
    body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry.visible > div.page-title-wrapper > h1,
    body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry.visible > div.page-title-wrapper > h1 {
        clear: both;
    }

    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
    body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
    body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.book-video {
        width: 100%
    }
    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
    body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
    body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video > img,
    body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.book-video > img,
    body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.book-video > img {
        margin: auto;
        display:block;
    }

    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry button,
    body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry button,
    body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry button,
    body.category-book #content button {
        position: relative;
        width:100%;
        bottom: 0;
        min-width: 200px;
    }

    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-section-instructions,
    body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry > div.book-section-instructions,
    body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry > div.book-section-instructions {
        margin-top: 20px;
    }

    body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry,
    body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry,
    body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry {
        padding-bottom: 40px;
    }

    body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2,
    body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2,
    body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2 {
        padding-right: 10px;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > h1 {
        font-size: 20px;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p > button {
        width: 200px;
        min-width: 200px;
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-share > div.share-icons > div {
        margin-left: 0;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-share > div.share-icons {
        width: 230px;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > div.chapter-quote-author > div.chapter-quote {
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
    }

    body.category-book .quote-open,
    body.category-book .quote-close {
        display: none;
    }

    body.category-book #content > div.breadcrumb {
        margin-bottom: 10px;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > div.chapter-quote-author > div.author {
        clear: both;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > div.entry-featured-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    body.page-template-book_main-php #content div.book-main-quote,
    body.page-template-book_series-php #content div.book-main-quote,
    body.page-template-ideas_lab-php #content div.book-main-quote {
        clear: both !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 200px !important;
        float:  none !important;
    }
    body.page-template-book_main-php #newsletter-wrapper,
    body.page-template-book_series-php #newsletter-wrapper,
    body.page-template-ideas_lab-php #newsletter-wrapper {
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 470px) {

    body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2,
    body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2,
    body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2 {
        clear: both;
        padding-top: 10px;
    }

    body.page-template-book_main-php #content #newsletter-wrapper,
    body.page-template-book_series-php #content #newsletter-wrapper,
    body.page-template-ideas_lab-php #content #newsletter-wrapper {
        width: 230px;
    }

    body.page-template-book_main-php #content fieldset,
    body.page-template-book_series-php #content fieldset,
    body.page-template-ideas_lab-php #content fieldset {
        width: 230px;
        padding-left: 0;
        margin-left: 0;
    }

    body.page-template-book_main-php #newsletter-wrapper #mce-EMAIL,
    body.page-template-book_series-php #newsletter-wrapper #mce-EMAIL,
    body.page-template-ideas_lab-php #newsletter-wrapper #mce-EMAIL {
        width: 230px !important;
    } 

    body.page-template-book_main-php #newsletter-wrapper #register-submit,
    body.page-template-book_series-php #newsletter-wrapper #register-submit,
    body.page-template-ideas_lab-php #newsletter-wrapper #register-submit {
        width: 230px !important;
        font-size: 14px;
    }
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image {
    display: block !important;
    float: left;
    margin: 20px;

}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image {
    margin: 20px;
}

body.category-book #email-icon > a {
    color: rgb(20, 185, 214);
    cursor: auto;
    display: block;
    font-family: "proxima-nova",verdana,sans-serif;
    font-weight: 300;
    height: 70px;
    text-decoration: none solid rgb(20, 185, 214);
    width: 70px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image > img,
body.page-template-book_series-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image > img,
body.page-template-ideas_lab-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image > img {
    height: 100px;
    width:  100px;
}
body.page-template-book_main-php #content h2.Introduction,
body.page-template-book_series-php #content h2.Introduction,
body.page-template-ideas_lab-php #content h2.Introduction {
    color: #ef4036;
    border-bottom: 3px solid #ef4036;
}
body.page-template-book_main-php #content h2.Agenda,
body.page-template-book_series-php #content h2.Agenda,
body.page-template-ideas_lab-php #content h2.Agenda {
    color: #012738;
    border-bottom: 3px solid #012738;
}

body.page-template-book_main-php #content h2.Conclusion,
body.page-template-book_series-php #content h2.Conclusion,
body.page-template-ideas_lab-php #content h2.Conclusion {
    color: #8bc640;
    border-bottom: 3px solid #8bc640;
}

body.page-template-book_main-php #content div.book-main-quote,
body.page-template-book_series-php #content div.book-main-quote,
body.page-template-ideas_lab-php #content div.book-main-quote {

    width: 400px;
    float: right;
    margin-right: 70px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: 5px #ef4036 solid;
    /*
    border-left-width: 5px;
    border-left-color: #ef4036;
    border-left-style: solid;
    */
}

body.page-template-book_main-php #content div.book-main-quote-author,
body.page-template-book_series-php #content div.book-main-quote-author,
body.page-template-ideas_lab-php #content div.book-main-quote-author {
    margin-bottom: 20px;
    float: right;
    margin-right: 70px;
}

body.page-template-book_main-php fieldset,
body.page-template-book_series-php fieldset,
body.page-template-ideas_lab-php fieldset {
    border: none;
}

body.page-template-book_main-php #newsletter-wrapper #register-submit {
    color: #ef4036;
    background-color: white;
    height: 50px;
    width: 250px;
    text-align: center;
}
body.page-template-book_series-php #newsletter-wrapper #register-submit {
    text-align: center;
    display: inline;
    width: 35px;
}
body.page-template-book_series-php #newsletter-wrapper #register-submit:hover {
    background-color: #ef7670;
}

body.page-template-book_main-php #newsletter-wrapper,
body.page-template-book_series-php #newsletter-wrapper,
body.page-template-ideas_lab-php #newsletter-wrapper {
    width: 280px;
}

body.page-template-book_main-php #newsletter-wrapper #mce-EMAIL {
    width: 250px;
    text-align: center;
    text-indent: 0;
}
body.page-template-book_series-php #newsletter-wrapper #mce-EMAIL {
    display: inline;
    width: auto;
    text-align: center;
    text-indent: 0;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry  button.chapter,
body.page-template-book_series-php #content > div.type-page.status-publish.hentry.entry  button.chapter,
body.page-template-ideas_lab-php #content > div.type-page.status-publish.hentry.entry  button.chapter {
    background-color: #012738;
    margin-top: 10px;
}

.book-main-quote-author > a {
    color: #ef4036;
    float: right;
}

body.page-id-3396
{
	background: url(../img/dark-bg.jpg) fixed no-repeat!important;
	background-size: cover !important;
    /*
    background-image: url(../img/dark-bg.jpg)  !important;
	background-repeat: no-repeat !important;
	*/
}

body.category-solutions-center .archive-title {
	background: #fff !important;
	color: #333 !important;
	margin: 0 !important;
}
body.category-solutions-center .archive-description {
	background: #fff;
}
body.category-solutions-center .archive-description p {
	margin: 0 10px;
}


/* Room to Grow: A Series */

.rtgRow,.rtgBookshelf {
    margin-bottom: 50px;
}


.rtgRow > .headerImg {
    text-align: center;
    margin-bottom: 20px;
}
.rtgRow > .headerImg img {
    width: 100%;
    height: auto;
    max-width: 170px;
    max-height: 260px;
}
.rtgRow > .headerText h1 {
    margin: 0;
    font-size: 2.5em;
}
.rtgRow > .headerText h2 {
    margin: 0;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
}
.rtgRow > .headerText p {
    border-left: 6px #ef4036 solid;
    padding-left: 12px;
}


.rtgRow > .rtgForm {
    text-align: center;
}
.rtgRow > .rtgForm > form input[type="text"],input[type="submit"] {
    display: inline;
    border: none;
    border-radius: 4px;
    height: 35px;
    min-width: 75px;
}
.rtgRow > .rtgForm > form input[type="text"] {
    margin: 15px 7px 15px 15px;
}
.rtgRow > .rtgForm > form input[type="submit"] {
    margin: 15px 15px 15px 0;
    padding-bottom: 1px;
}
@media only screen and (max-width: 1009px) and (min-width: 768px) {
    .rtgRow > .rtgForm > form input[type="text"] {
        margin: 15px 0;
        width: 100%;
    }
    .rtgRow > .rtgForm > form input[type="submit"] {
        margin: 0 0 15px;
        width: 100%;
    }
}
.rtgRow > .rtgForm label {
    display: none!important;
}

.rtgRow#formDiv > p {
    text-align: center;
    font-size: 1.1em;
}


.rtgBookshelf > .rtgBook {
    text-align: center;
}
.rtgBookshelf > .rtgBook img {
    padding-bottom: 20px;
    width: 100%;
    height: auto;
}
.rtgBookshelf > .rtgBook b {
    height: 40px;
    display: inline-block;
}


.rtgSingleRow {
    margin: 50px 0;
}
.rtgSingleRow > .headerImg {
    text-align: center;
    margin-bottom: 20px;
}
.rtgSingleRow > .headerImg img {
    width: 100%;
    height: auto;
    max-width: 285px;
    max-height: 427px;
}
.rtgSingleRow > .headerText {
    font-size: 1.5em;
}
.rtgSingleRow > .headerText > .quote {
    border-left: 6px #ef4036 solid;
    padding-left: 12px;
    margin: 0;
}

.rtgSingleRow > .headerText > .author {
    font-size: 0.8em;
    text-align: right;
    font-style: italic;
}
.rtgSingleRow > .headerText > .byline {
    font-size: 0.8em;
    text-align: center;
    font-style: italic;
}
.rtgSingleRow > .share-text {
    margin: 0!important;
    width: auto!important;
}
.rtgSingleRow > .share-icons {
    text-align: center;
    width: 100%!important;
}


.rtgSingleQuote {
    margin-bottom: 20px;
}
.rtgSingleQuote > .headerText {
    max-width: 545px;
    margin: 0 auto;
}


.rtgAuthorFloat {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 220px;
}
.rtgAuthorFloat img {
    width: 100%;
    height: auto;
}
.rtgAuthorFloat p {
    margin-bottom: 0;
    font-style: italic;
}
@media only screen and (max-width: 699px) {
    .rtgAuthorFloat {
        float: none;
        margin: 0 auto 40px;
    }
}


.rtgButton {
    text-align: center;
    margin-bottom: 0;
}
.rtgButton button {
    float: none!important;
    margin-bottom: 0!important;
}

.rtg-series .entry-content p {
    font-size: 16px;
}


.rtgRow > .logoRow {
    text-align: center;
}
.rtgRow > .logoRow > img {
    width: 100%;
    height: auto;
    max-width: 600px;
}


.rtgSeriesForm {
    text-align: center!important;
    max-width: 100%!important;
}

.rtgSeriesForm label,
.rtgSeriesForm .validation_error {
    display: none!important;
}

.rtgSeriesForm .gform_body,
.rtgSeriesForm .gform_footer {
    padding: 0!important;
    margin: 0!important;
    float: left!important;
}

.rtgSeriesForm input {
    text-align: center!important;
    height: 35px!important;
    margin: 0!important;
    padding: 0!important;
}

.rtgSeriesForm .gform_body input {
    min-width: 250px;
}
.rtgSeriesForm .gform_footer {
    margin-left: 20px!important;
}
.rtgSeriesForm #centerBlock {
    display: inline-block!important;
    margin: 20px auto;
}

@media screen and (max-width:699px){

    .rtgSeriesForm .gform_body,
    .rtgSeriesForm .gform_footer {
        float: none!important;
    }

    .rtgSeriesForm .gform_footer {
        margin-top: 20px!important;
        margin-left: 0!important;
    }

}

/* Ideas Lab */
.ideasRow {
    text-align: center;
}

.ideasRow img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

body.page-template-ideas_lab-php h2.byline {
    margin-bottom: 40px;
}


#formDiv {
    display: none;
}


/* Home page */
body.home .post-4205 .featured-title ,
body.home .post-5365 .featured-title {
    display: none;
}

/* RTG Series */
body.rtg-series h1.entry-title {
    display: none;
}

h1.entry-title-override {
    clear: left;
    text-align: center;
    font-size: 36px;
    padding: 0;
    margin: 0 20px 30px;
}

/* Quiz change */
.gquiz-correct-choice {
    color: green;
}

/* Forms */
.post-5365 form {
	text-align: center;
}

.post-5365 form input[type="email"] {
	width: 50%!important;
}

.post-5365 form input[type="submit"] {
	border-radius: 0!important;
	width: 100%!important;
	max-width: 500px!important;
	text-transform: uppercase!important;
	font-size: 1.3em!important;
	letter-spacing: 2px!important;

	background-color: #ef4036;
	color: white;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.post-5365 img.aligncenter {
	display: block;
	margin: 0 auto;
}