/* ========================================================================== Reset default styles ========================================================================== */
 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font, ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
     background: transparent;
     border: 0;
     margin: 0;
     padding: 0;
     vertical-align: baseline;
     outline: none;
     color:#333;
     font-weight:normal;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
     display: block;
}
 blockquote {
     quotes: none;
}
 blockquote:before,blockquote:after {
     content: '';
     content: none;
}
 a img {
     border: none;
}
 img, .wp-caption{
     max-width: 100%;
     height: auto;
}
 ul, li {
     list-style-type:none;
     margin:0;
     padding:0;
}
/* ========================================================================== End of reset styles ========================================================================== */
 body,html {
     height:100%;
}
 body {
     font-family: 'Quattrocento Sans', sans-serif;
}
 #main {
     width:1100px;
     height:100%;
     margin:0px auto;
     margin-top:-1px;
}
 #main #content-wrapper {
     min-height: 100%;
     width:100%;
     margin-bottom: -60px;
}
 footer, #content-wrapper:after {
    /* height: 60px;
    */
}
 #content-wrapper:after {
     content: "";
     display: block;
}
 #main header {
     height:98px;
     margin:0;
     border-bottom:1px solid #333;
     display: flex;
     justify-content: flex-end;
     position: relative;
     column-gap: 24px;
}
 #main header h1 {
     position: absolute;
     margin: 0;
     float: left;
     text-indent:-9999px;
     width: 33%;
     height: 86px;
     background: url(../images/logo_header.png) no-repeat #fff;
     background-size: 100%;
     left: 0px;
     top:32px;
     cursor:pointer;
}
/*#main header h1 span {
     font-size:18px;
     font-style:italic;
}
*/
 #main header nav {
     float:left;
     display:table;
    /*height:40px;
    */
     margin-top:80px;
}
 #main header nav ul {
     display: table-cell;
     vertical-align: bottom;
     font-size: 14px;
}
 #main header nav ul a {
     text-decoration: none;
    /*display:block;
    */
     color:#333;
}
 #main header nav > ul li {
     float:left;
     position:relative;
}
 #main header nav > ul li a {
     margin: 0px 20px;
     padding:5px 3px;
     font-size:16px;
    /*border-right: 1px solid #ccc;
    */
}
 #main header nav > ul li:last-of-type a {
    /*border:0;
     */
}
 #main header nav a:hover,#main header nav a.active {
    /*font-weight:bold;
    */
     color:#000;
     border-top:1px solid #666;
}
 #main header nav li ul {
     position:absolute;
     display:none;
     top: 21px;
     left:-20px;
    /*padding-top: 20px;
    */
     opacity:.9;
}
 #main header nav li ul li {
     display:block;
     float:none;
}
 #main header nav li ul li a {
     border:0;
     display:block;
     background:#ccc;
     padding:8px 20px;
     font-size:14px;
}
 #main header nav li ul li a:hover {
     font-weight:normal;
     background:#eee;
     border:0;
}
 #main header .nav-right {
     float:right;
     margin: 69px 0px 0;
}
 #main header .social-icons {
     display: flex!important;
     justify-content: center;
}
 #main header .nav-right a, #main header .social-icons a {
     display:block;
     width:24px;
     height:24px;
     float:left;
     text-indent:-9999px;
     background:url(../images/icons.png) no-repeat;
     margin:3px 6px;
     background-size:400%;
}
 #main header a#nav-right-facebook, #main header a#nav-right-facebook-mobile{
     background-position: -36px 0px;
     display:block!important;
}
 #main header a#nav-right-twitter, #main header a#nav-right-twitter-mobile {
     background-position: -72px 0px;
     display:block!important;
}
 #main header a#nav-right-instagram, #main header a#nav-right-instagram-mobile {
     background-position: 0px 0px;
     display:block!important;
}

.mobile-only {
    display: none;
}

#main header nav.mobile-menu{
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #eee;
    color: white;
	text-align: inherit;
	float:none;
	margin-top:0;
	display: none;
}
.mobile-menu-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    transition: all .5s ease-in-out;
	margin:0px auto;
}
.mobile-menu-hamburger{
    width: 40px;
    height: 2px;
    background-color: #666;
    border-radius: 5px;
    z-index: 10;
    transition: all .5s ease;
}
.mobile-menu-hamburger::before,
.mobile-menu-hamburger::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #666;
    border-radius: 5px;
    transition: all .5s ease;
}
.mobile-menu-hamburger::before{
    transform: translateY(-6px);
}
.mobile-menu-hamburger::after{
    transform: translateY(6px);
}

.mobile-menu-input:checked ~.mobile-menu-hamburger::before{
    transform: rotate(45deg) translate(35px, -35px);
}
.mobile-menu-input:checked ~.mobile-menu-hamburger::after{
    transform: rotate(-45deg) translate(35px, 35px);
}
.mobile-menu-input:checked ~.mobile-menu-hamburger{
    transform: translateX(-50px);
    background: transparent;
}

.mobile-menu-items{
    position: absolute;
	top: -360%;
    width: 100%;
    left: 0;
    transition: all .5s ease-out; 
    padding-top: 50px;
	z-index: 1;
	background:#fff;
	box-shadow: 0px 3px 10px #999;
	
}
.mobile-menu-items li{
    border-bottom: .5px solid rgb(182, 181, 181);
    padding: 12px 0;
    text-align: center;
    transition: all .2s ease-out; 
    cursor: pointer;
	font-size: 1.5em;
}
	.mobile-menu-items li:last-of-type {
		border-bottom:0;
	}
	.mobile-menu-items li:first-of-type {
		border-top: .5px solid rgb(182, 181, 181);
	}
	
.mobile-menu-items li:hover{
    letter-spacing: 2px;
    opacity: .6;
}

.mobile-menu-input:checked ~.mobile-menu-items{
    top:0;
}
.mobile-menu-input{
    display: none;
}

    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px) {
		#main header nav.desktop-menu {
			display: none;
		}
		#main header nav.mobile-menu{
			display: flex;
		}
		.nav-right {
			display: none;
		}
		
	}


 .home #main #content {
     clear:both;
     margin:30px 0 60px 0px;
     width:inherit;
     display:flex;
     column-gap: 55px;
}
 .home #main #content > div {
     width:30%;
}
 #main #content #latest-news {
/*     padding-bottom:50px;*/
     margin-top:20px;
     margin-left:20px;
}

#main #content #latest-news img {
	margin-bottom: 20px;
    width: 97%;
}
 #main #content #latest-news audio {
     margin-top:5px;
}
 #main #content #latest-news p {
     font-size:16px;
     line-height:20px;
     margin-right:0px;
     margin-bottom: 24px;
     margin-left:0;
}
 #main #content #latest-news p.read-more {
     font-size:20px;
}
 #main #content #latest-news p.read-more a.read-more:after {
     top: 6px;
     border-width: 6px 11px;
     right: -26px;
}
 #main #content #latest-news p a cite {
     font-weight:bold;
}
 #main #content #latest-news h2 {
     margin: 0px 0 20px 0px;
     font-size: 24px;
     line-height: 27px;
}
#main #content .order-from-author {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #333;
    margin-top: 15px;
/*    margin-top: 15px;*/
    cursor: pointer;
}
 #main #content p a.read-more, #main #content.press p a.read-more, #main #content #featured-content a.read-more {
     position:relative;
    /* font-weight:normal;
    */
     white-space:nowrap;
     font-weight: 700;
}
 #main #content.press p a, #main #content.press p a cite, #main #content #featured-content a.read-more {
     font-weight:bold;
     margin-bottom: 5px;
     display: inline-block;
}
#main #content .order-from-author h5 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}
#main #content .order-from-author h5 cite {
    font-weight:700;
}
#main #content .order-from-author p.read-more {
    text-align: right;
    margin-bottom:0px;
    margin-right:15px;
}
#main #content.press article {
	display: inline-block;
}
 #main #content.press h3 {
     margin-left:0;
}
 #main #content a.read-more:after {
     content: '';
     position: absolute;
     right: -21px;
     border: 8px solid transparent;
     border-width: 5px 9px;
     border-left-color: #333;
     background: transparent;
     top: 5px;
}
 #main #content #home-left {
     float:left;
     width:66%;
    /*border-right: 1px solid #ccc;
     margin-top:20px;
    */
     padding-bottom:20px;
}
 #main #content #whats-new, #main #content #upcoming {
    /* padding-left: 15px;*/
    
     padding-bottom:20px;
     width:33%;
/*     border: 1px solid #505c90;*/
}
#main #content #upcoming .upcoming-content {
/*    background: #eee;*/
    padding:15px 15px 15px 0;
}
 #main #content #featured-content {
     padding-top:20px;
    /* margin-top:30px;
    */
}
#main #content .store-link {
    cursor: pointer;
}
 #main #content #featured-content p {
     /*margin:5px 10px 18px 12px;*/
}

#main #content #featured-content .featured-image {
    position: relative;
}
 #main #content #featured-content .featured-image img {
     margin:0px;
  /*   width:80%;*/
     border: 1px solid #9f1d20;
     opacity: .75;
/*	 padding:5px;*/
	 box-sizing: border-box;
	 display: flex;
     width:100%;
}
 #main #content #featured-content .featured-image figcaption {
    margin: 0px 0px 10px 0;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 65%;
}
 #main #content #featured-content ul {
     margin:18px 0 0 10px;
}
 #main #content #featured-content ul li {
     margin:5px 0 0 0px;
}
 #main #content #about-us {
     float:left;
     width:100%;
    /*border-right: 1px solid #ccc;
    */
     margin-top:20px;
     padding-right:20px;
}
 #main #content #about-us h3 {
     clear:none;
}
 #main #content img {
/*     margin: 5px 20px 5px 10px;*/
}
 #main #content h2 {
     margin: 40px 0 30px 0px;
     font-size: 30px;
     font-weight: 400;
}
 #main #content #featured-content h2, #main #content #whats-new h2, #main #content #upcoming h2 {
     font-size:24px;
     margin-top:0px;
     margin-bottom:10px;
     line-height: 32px;
}
 #main #content #upcoming h4 {
     font-size: 20px;
     margin-top: 20px;
     margin-bottom: 10px;
     font-weight:700;
}
 #main #content #featured-content h2 {
     margin-top:0px;
	 margin-bottom:15px;
}
 #main #content #featured-content h2 cite {
/*     font-style: normal;*/
     font-weight:700;
    /* color:#1d2859;
     color: #1d2859;
    */
}
 #main #content #featured-content h4 {
     margin-left: 10px;
     font-size: 20px;
}
 #main #content #featured-content h4 a {
     text-decoration:none;
}
 #main #content #whats-new p, #main #content #upcoming p {
     margin: 7px 30px 10px 0px;
     font-size: 17px;
     line-height: 20px;
}
 #main #content #whats-new img {
     margin: 5px 10px 20px 11px;
     float: left;
     width: 82%;
}
 #main #content h3 {
     margin: 0px 0 10px 0px;
     font-size: 20px;
     clear:left;
}
 #main #content p {
     margin: 5px 30px 30px 0px;
     font-size: 16px;
}
 #main #content #about-us p {
     line-height:18px;
     margin-top: 2px;
     clear: none;
     float: none;
     width: 95%;
     margin-right: 10px;
     font-size: 15px;
}
 #main #content #about-us img {
     margin: 6px 16px 1px 10px;
     float: left;
     width: 13%;
    /*box-shadow: 4px 4px 5px #666;
    */
}
 #main #content #about-us p:first-of-type {
    /*padding-top:6px;
    */
     margin-top:2px;
     clear: none;
}
 #main #content a {
    font-weight:bold;
     text-decoration: none;
}
 #main #content .content-float-left {
     float:left;
     width:33%;
     white-space: nowrap;
}
 #main #content .column-content {
     column-count:2;
     column-gap:60px;
     padding-bottom: 60px;
}
 #main footer {
     font-size:11px;
     clear:both;
     text-align: center;
}
#featured-content-mobile {
    display: none;
}
 cite {
     font-style:italic;
}
 em {
     font-style:normal;
     font-weight:bold;
}
/* roles */
 #main #content #most-roles {
     -webkit-column-count: 2;
     -moz-column-count: 2;
     margin-top:40px;
     height:375px;
     -moz-column-fill: auto;
    /* Firefox */
     column-count: 2;
}
 #main #content #most-roles h3 {
     margin:0;
}
 #most-roles ul, .book ul {
     margin: 0px 0 30px 0px;
     clear:both;
     white-space:nowrap;
}
 #most-roles ul li, #roles-list ul li, .book ul li {
     position:relative;
     line-height:20px;
     margin-left:10px;
     margin-top:6px;
}
 #most-roles ul li:before, #roles-list ul li:before, .book ul li:before {
     content:'';
     width:5px;
     height:5px;
     background:#333;
     position:absolute;
     left: -9px;
     top: 8px;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 #roles-list, .roles-content {
     float:left;
}
 #roles-list {
     width: 20%;
    /*padding-right: 20px;
    */
     border-right: 1px solid #ccc;
     margin-top:20px;
}
 #main #content #roles-list h3 {
     margin:0;
    /*border-bottom:1px solid #ccc;
    */
     padding-bottom: 4px;
     font-size: 21px;
     text-indent: -3px;
}
 #main #content #roles-list ul {
     padding-right:20px;
     padding-left: 4px;
     margin-bottom:17px;
}
 #roles-list ul li {
     font-size:14px;
     line-height:17px;
     margin-top:2px;
     margin-left:0;
    /*margin-left:12px;
    */
}
 #roles-list ul li:before {
     width:4px;
     height:4px;
     top:6px;
     background:none;
}
 #main #content #roles-list ul h4 {
     margin: 6px 0 0 0px;
     font-size: 17px;
}
 #main #content #roles-list ul li.active:before {
     content: '';
     position: absolute;
     left: -12px;
     border: 8px solid transparent;
     border-width: 5px 9px;
     border-left-color: #9f1d20;
     background: transparent;
     top: 3px;
     width: 0;
     height: 0;
     -webkit-transform: rotate(0deg);
}
 #main #content #roles-list ul.active h4,#main #content #roles-list ul li.active a,#main #content #roles-list ul li.active a cite {
     font-weight:700;
}
 .roles-content {
     width:74%;
     margin-top: 15px;
     margin-left: 20px;
}
 #main #content .roles-content h2 {
     margin:0px 0 7px 8px;
}
 #main #content .roles-content p {
     margin:0px 0 20px 10px;
     line-height: 22px;
     font-size: 16px;
}
 #main #content .roles-content p.roles-medium {
     font-size:18px;
}
 #main #content .roles-content img {
     width:280px;
    /*width:360px;
    */
     -moz-box-shadow: 4px 4px 8px #222;
     -webkit-box-shadow: 4px 4px 8px #222;
     box-shadow: 4px 4px 8px #222;
}
 #main #content .roles-content .pullquote {
     float: right;
     width: 200px;
     font-style: italic;
     font-size: 26px;
     padding: 12px 18px 13px 22px;
     line-height: 30px;
     margin: 5px 20px 15px;
     -moz-box-shadow: 2px 2px 3px #666;
     -webkit-box-shadow: 2px 2px 3px #666;
     box-shadow: 2px 2px 3px #666;
     background: #eee;
     border-radius:5px;
}
/* gallery */
 #gallery-content ul {
     margin:0px 0 24px 0px;
}
 #gallery-content {
     width:1089px;
}
 #gallery-content ul li a {
     float:left;
     width:207px;
     height:150px;
     border:1px solid #999;
     background-size:cover;
     background-position:top left;
     background-repeat:no-repeat;
     margin:0;
}
 #gallery-content ul li a:hover {
     opacity:.5;
}
/* book */
 #main #content.book img {
     margin-left:0;
     width:auto;
}
 #main #content.book p {
     margin-bottom:30px;
}
 .book-content {
     float:left;
     width:60%;
     margin-left:20px;
}
 #main #content .excerpt {
     margin-left:10px;
     border-top: 1px solid #ccc;
     padding-top: 10px;
}
/* contact */
 #main #content.contact p {
     font-size:18px;
}
 #main #content.contact p.primary-contact {
     font-size:18px;
     margin-bottom:50px;
}
 .contact h4 {
     width: 100%;
     clear: both;
     margin:30px 0 0 10px;
     float:left;
     padding-top:20px;
}
 .contact h5 {
	 font-size: 18px;
}
 .icon {
     position:relative;
     display:block;
    /*overflow: hidden;
     padding: 0;
     margin: 0 0 0.25em;
    */
}
 .icon:before {
     content: "";
     position: absolute;
     top: 0px;
     z-index: 10;
     left: 3px;
     width: 13px;
     height: 12px;
     border-width: 0 1px 1px 0;
     border-style: solid;
     border-color: #fff;
     margin-top: -3px;
     background: transparent;
     -webkit-transform: rotate(39deg) skew(-12deg);
     -moz-transform: rotate(39deg) skew(-12deg);
     -ms-transform: rotate(39deg) skew(-12deg);
     -o-transform: rotate(39deg) skew(-12deg);
     transform: rotate(39deg) skew(-12deg);
}
 .icon:after {
     content: "";
     position: absolute;
     top: 50%;
     left: 0;
}
 .icon .email {
     display: block;
     border: 0;
     padding-left: 24px;
     position:relative;
     top:-1px;
}
 .icon .email:before {
     content: "";
     position: absolute;
     top: 5px;
     left: 0px;
     width: 7px;
     border-width: 6px;
     border-style: solid;
     border-color: #999 #999 transparent;
     margin-top: -7px;
     background: transparent;
     margin: -1px 0 0;
}
 .icon .email:after {
     content: "";
     position: absolute;
     top: 16px;
     left: 2px;
     border-width: 0 8px 9px;
     border-style: solid;
     border-color: #999 transparent;
     background: transparent;
     margin: -8px 0 0;
}
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
     #main {
         width:94%;
    }
     #main header {
         height:56px;
         width: 91%;
         margin: 0px auto;
    }
     #main header nav {
         margin-top:35px;
    }
     #main header .nav-right {
         margin-top:25px;
    }
     #main header h1 {
         width:200px;
         height:50px;
    }
     #main header nav > ul li a {
         margin: 0px 10px;
    }
     #main #content {
         margin-left:6px;
         width:98%;
    }
     .home #main #content {
         column-gap: 40px;
    }
     #main #content #home-left {
         width: 95%;
         margin-left: 10px;
         border-right: 0;
         border-bottom: 1px solid #ccc;
    }
     #main #content #whats-new h2 {
         margin-top:0;
         margin-left:0;
    }
     #main #content #whats-new p {
         margin-left:0;
    }
     #main #content #latest-news {
         clear:both;
         padding-left:0px;
         border-left:0;
    }
     #main #content #latest-news p {
         line-height: 19px;
     }

     #main #content #latest-news h2,
      #main #content #upcoming h2,
     #main #content #featured-content h2 {
         font-size: 22px;
        line-height: 27px;
     }
     #main #content #upcoming h4 {
        margin-top: 15px;
    }
     #main #content #about-us p {
         margin-right:10px;
         margin-bottom:10px;
         width:66%;
    }
     #gallery-content {
         width: 95%;
         margin-left: 15px;
    }
     #gallery-content ul li a {
         width:139px;
    }
     #main footer {
         width: 93%;
         margin-left: 20px;
    }
     .book-content {
         width:70%;
    }
     #main #content .excerpt p {
         margin-left:0;
    }
}
 @media screen and (max-width: 720px) {
     #main #content #featured-content h4 {
         margin-left: 0px;
    }
}
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
     #main {
         width:968px!important;
    }
     #main header nav > ul li a {
         margin: 0px 13px;
    }
     #main #content p {
         margin-right:10px;
    }
     #main #content img {
         margin: 4px 20px 10px 10px;
    }
     #gallery-content ul li a {
         width: 178px;
         height:120px;
    }
     #gallery-content {
         width: 954px;
    }
     .slick-prev, .slick-next {
         top:43px!important;
    }
     .book-content {
         width:74%;
    }
}
/* Desktops and laptops ----------- */
 @media only screen and (min-width : 1224px) {
     #main,#slideshowWrapper, #slideshow, #slideshow li {
         width:1100px!important;
    }
}
/* Larger Screens ----------- */
 @media only screen and (min-width : 1824px) {
    /* Styles */
}
/* Smartphones (portrait and landscape) ----------- */
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     .mobile-only {
        display: block;
    }
     
     #main, #main header, #main header h1, #main #content, #main #content #about-us, #main #content #latest-news, footer {
         width:100%!important;
         padding:0;
    }
     #main header {
        /* height:293px;
        */
         border-bottom: 0;
         display: block;
    }
     #main header h1 {
         left:0;
         background-size: 92%;
         background-position: center;
         top:5px;
         position: relative;
    }
     #main header nav {
         width:100%;
         margin-top:9px;
         text-align:center;
    }
     #main header nav > ul li {
         float:none;
         padding:4px 0;
         border-bottom:1px solid #ccc;
    }
     #main header nav > ul li a {
         margin:0;
         padding:0;
         font-size:24px;
         display:block;
    }
     #main header nav a:hover, #main header nav a.active {
         border:0;
         font-weight:bold;
    }
     #main header .nav-right {
         margin:0;
         margin-left: 102px;
         width: 125px;
         float:left;
         padding-top:3px;
    }
     #main #content {
        margin-bottom: 40px;
        box-sizing: border-box;
        padding: 15px;
        clear: both;
    }
     .home #main #content {
         display: block;
         padding: 0px 15px;
         box-sizing: border-box;
		 clear:both;
    }
     .roles #main #content h2 {
         margin: 0px 19px 20px 8px;
/*         text-align:center;*/
    }
     #main #content h2 {
/*         text-align:center;*/
         margin-left:0!important;
         margin-top:0px;
    }
     #main #content #whats-new h2, #main #content #featured-content h2, #main #content #upcoming h2 {
         text-align:left;
         margin-top: 0;
         padding-top: 15px;
         line-height: 28px;
         clear:both;
    }
     #main #content #whats-new p {
         margin:0px 0 10px 0px;
    }
    
     #main #content #whats-new, #main #content #featured-content, #main #content #upcoming {
         margin-bottom: 0;
         margin-left: 0;
         padding-bottom:40px;
         width: 100%;
         box-sizing: border-box;
    }
     #main #content #upcoming .order-from-author {
         width:100%;
     }
     #main #content #featured-content {
         padding-bottom: 0px;
    }
     #main #content #featured-content .featured-image {
         display: flex;
         column-gap: 15px;
         flex-direction: row-reverse;
    }
     #main #content #featured-content .featured-image img {
         width:40%;
    }
     #main #content #featured-content .featured-image figcaption {
         width: 60%;
         margin-right: 15px;
         font-size: 17px;
         line-height: 21px;
         position: relative;
        left: 0;
         top:0;
    }
     #main #content #featured-content p, #main #content #featured-content ul {
         margin: -4px 0 0 3px;
    }
     #main #content #about-us {
         margin-top:10px!important;
         border-right:0px;
         border-bottom:1px solid #ccc;
    }
     #main #content #about-us h3 {
         display:none;
    }
     #main #content #about-us p {
         margin-right:5px;
         width: 100%;
         margin-left: 0;
    }
     #main #content #about-us img {
         width:40%!important;
         margin-left:0;
    }
     #main #content img {
         margin: 0;
         margin-bottom: 10px;
    }
     #main #content #upcoming h4, #main #content #upcoming p, #main #content #upcoming img {
         margin-left:0;
    }
     #main #content p {
         margin-right:10px;
         margin-bottom:15px;
    }
     #main #content #latest-news {
         border:none;
         float: left;
         margin-top:10px;
         clear:both;
         padding:0;
         text-align:left;
         margin-left:0px;
    }
     #main #content #latest-news h2 {
         text-align:left;
         margin-bottom:15px;
         margin-top:10px;
        /*margin-left:10px!important;
         */
    }
     #main #content #latest-news p {
         margin-right:10px;
         margin-left:0;
         margin-bottom:15px;
    }
     #main #content #latest-news audio {
         height:30px;
    }
	 #main #content .column-content {
		 column-count: 1;
         padding-bottom: 0px;
	 }
     #main #content #most-roles {
         -webkit-column-count:1;
         -moz-column-count: 1;
		 column-count:1;
         margin-top:30px;
         height:auto;
    }
     #main #content #most-roles li {
         white-space:normal;
    }
     #main #content #most-roles h3 {
         text-align:left;
    }
	 #main #content #most-roles ul {
         margin-left:0;
    }
     #main #content .roles-content h2,#main #content .roles-content p.roles-medium {
/*         text-align:center;*/
    }
     #main #content .roles-content img {
         width:286px!important;
         margin-bottom:20px;
    }
     #roles-list {
         display:none;
    }
     .roles-content {
         width:300px;
         margin-left:0;
    }
     #main #content .roles-content .pullquote {
         float: none;
         width: 240px;
         margin: 0px 10px 19px;
    }
	 #main #content.gallery {
		 text-align: center;
	 }
     #gallery-content {
         width:280px;
         margin:0px auto;
    }
	 #gallery-content ul {
		 margin-left:5px;
	 }
     #gallery-content ul li a {
         width:268px;
         height:180px;
    }
     .slick-prev, .slick-next {
         top:65px!important;
    }
     .slick-prev:before, .slick-next:before {
         font-size: 24px!important;
         line-height: 41px!important;
    }
     .slick-prev {
         left:-26px!important;
    }
     .slick-next {
         right:-24px!important;
    }
     .cboxPhoto {
         width:300px!important;
         height:auto!important;
    }
	 #cboxTitle {
    font-size: 14px;
    top: -33px!important;
		 white-space: normal!important;
	 }
     #main #content h3 {
/*         text-align:center;*/
         margin-left:0;
    }
     #main #content .content-float-left {
         width:300px;
    }
     #main #content .content-float-left h3 {
         text-align:left;
         margin-left:10px;
    }
     footer, #content-wrapper:after {
         height:30px;
    }
     #main footer {
         width: 100%!important;
         text-align:center;
    }
	 #main #content.book {
		 text-align: center;
	 }
     #main #content.book img {
         float: none;
    margin: 0;
		 width:92%;
    }
     .book-content {
         width:100%;
         margin-left:0;
    }
	 .book ul li {
		 margin-left:0;
	 }
	.book ul li:before {
		 display: none;
	 }
     #main #content .excerpt {
         margin-left:0;
    }
     video {
         height: 175px!important;
         margin:0!important;
         width:100%;
    }
     .pp_content_container .pp_left {
         padding-left: 15px!important;
    }
     #featured-content {
        display: none;
    }
     #featured-content-mobile {
        display: block;
         width: 100%!important;
         padding-top: 20px;
    }
     #featured-content-mobile img {
         width: 100%!important;
     }
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
     #main,#main header,#main header h1, #main #content,#main #content #about-us,#main #content #latest-news, footer {
         width: 99%!important;
         padding: 0;
    }
     #main header {
         height:340px;
         text-align:center;
         margin: 0px auto!important;
    }
     #main header h1 {
         left:0;
         top:9px;
         height:107px;
         width: 100%!important;
         margin-left:0;
    }
     #main header nav {
         width:100%;
         margin-top:9px;
         margin-left:0px;
         text-align:center;
    }
     #main header nav > ul li {
         float:none;
         padding:4px 0;
         border-bottom:1px solid #ccc;
    }
     #main header nav > ul li a {
         margin:0;
         padding:0;
         font-size:24px;
         display:block;
    }
     #main header nav a:hover, #main header nav a.active {
         border:0;
         font-weight:bold;
    }
     #main header .nav-right {
         margin:0;
         float: none;
         display: inline-block;
         width:75px;
         padding-top:3px;
    }
     #main #content #about-us {
         margin-top:0;
    }
     #main #content h2,#main #content h3 {
         text-align:left!important;
    }
     #main #content h2 {
         font-size:36px!important;
         margin-left:10px!important;
    }
     #main #content p {
         margin-right:10px;
         font-size:12px!important;
         line-height:15px!important;
    }
     #main #content .roles-content p {
         width:97%!important;
         display:inline-flex!important;
    }
     #main #content #about-us img {
         margin: 8px 20px 10px 10px;
         width:200px!important;
         float:left;
    }
     #main #content #latest-news {
         border:none;
         float: left;
         margin-top:10px;
         clear:both;
         padding:0;
    }
     #main #content #most-roles {
         -webkit-column-count:1;
         -moz-column-count: 1;
         font-size:12px;
         height:auto;
    }
     #most-roles ul li:before, #roles-list ul li:before {
         top:12px!important;
    }
     #main #content #most-roles h3 {
         font-size:16px;
    }
     #main #content .roles-content {
         width:100%!important;
    }
     #main #content .roles-content h2,#main #content .roles-content p.roles-medium {
         text-align:left;
    }
     #main #content .roles-content img {
         margin-right:20px;
         margin-bottom:10px;
         width:250px!important;
    }
     #main #content .roles-content .pullquote {
         float:right;
         margin-top:10px;
    }
     #gallery-content {
         width:95%!important;
    }
     #gallery-content ul {
         margin-left:14px;
    }
     #gallery-content ul li a {
         width:254px;
    }
     .slick-next {
         right:-26px!important;
    }
     .slick-prev, .slick-next {
         top:67px!important;
    }
     .cboxPhoto {
         width:400px!important;
    }
     #main #content .content-float-left {
         font-size:16px;
         width:100%;
    }
     .book-content {
         width:59%;
    }
     #main #content .excerpt {
         margin-left:0;
    }
     video {
         width: 36%!important;
         height: auto!important;
    }
     .pp_content_container .pp_left {
         padding-left: 15px!important;
    }
}
