/*
Theme Name: CitizenU
Description: Custom WordPress theme built exclusively for use on the CitizenU website
Version: 1.0
Author: Christine Estrada
Author URI: http://www.christineestrada.com
*/


/* RESET
 * Reset default browser CSS. Based on work by Eric Meyer: 
 * http://meyerweb.com/eric/tools/css/reset/index.html
 * ---------------------------------------------------------------------- */

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,
img,
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;
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

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


/* float clearing */

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

.group {
    display: inline-block;
}


/* Hides from IE-mac */

* html .group {
    height: 1%;
}

.group {
    display: block;
}


/* End hide from IE-mac */


/* GENERAL TYPOGRAPHY
 * Styling for global typographical elements
 * ---------------------------------------------------------------------- */

body {
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 13px;
    color: #262626;
    background-color: #262626;
}
body.single{
    background-color: white;
}

a {
    text-decoration: none;
    color: #3b7bbf;
}

a:hover {
    text-decoration: underline;
}

a.button {
    position: relative;
    display: inline-block;
    height: 26px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 8px;
    background-color: #d64113;
    color: #fff;
    text-align: left;
	margin-top:15px;
	margin-right:20px;
}
a.button:last-child {
    margin-right:0px;
}

a.button + a.button {
    /*margin-left: 20px;*/
}

a.button:hover {
    text-decoration: none;
}

a.button .arrow-right {
    position: absolute;
    top: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #d64113;
}

a.button.blue {
    background-color: #00375b;
}

a.button.blue .arrow-right {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #00375b;
}

a.button.conference {
    font-size: 24px;
    width: 110px;
    padding: 10px 14px;
    line-height: 24px;
    background-color: #00375b;
}

.nav-conference a.button.conference {
    padding-left: 5px;
    padding-right: 5px;
}

a.button.conference .arrow-right {
    right: -23px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #00375b;
}

a.button.register {
    background-color: #fff;
    color: #d64113;
}

a.button.register .arrow-right {
    right: -23px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #fff;
}

a.button.more-details {
    background-color: #3c1800;
    color: #fff;
}

a.button.more-details .arrow-right {
    right: -13px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #3c1800;
}

a.button.jump-link + a.button.jump-link {
    /*margin-left: 20px;*/
}

p {
    line-height: 1.4;
    margin-bottom: 10px;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

h5 {
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0;
}

h6 {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background: url('images/bg_dots.png') bottom left repeat-x;
}


/* SITE STRUCTURE
 * Structural elements
 * ---------------------------------------------------------------------- */

.page-container {
    min-width: 1000px;
}

.content-container {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.page-content {}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* COMMON ELEMENT STYLING
 * Styling for common elements (column, etc)
 * ---------------------------------------------------------------------- */

.cms-copy {
    position: relative;
    z-index: 10;
}

.cms-copy.with-pad {
    padding-left: 10px;
    padding-right: 10px;
}

.cms-copy ul {
    margin: 15px 0;
}

.cms-copy ul li {
    list-style: disc;
    line-height: 1.4;
    margin-left: 20px;
    margin-bottom: 5px;
}

.cms-copy ol li {
    list-style: decimal;
    line-height: 1.4;
    margin-left: 15px;
    margin-bottom: 10px;
}

.accordion {
    display: none;
}


/* HEADER STYLING
 * Styling for the header area of the site
 * ---------------------------------------------------------------------- */

header[role='banner'] {
    background-color: #262626;
}

header[role='banner'] .logo {
    float: left;
    width: 365px;
}

header[role='banner'] .section-media {
    float: right;
    width: 160px;
    padding-top: 50px;
}

header[role='banner'] .social-media {
    margin-bottom: 10px;
}

header[role='banner'] .social-media a {
    float: left;
}

header[role='banner'] #searchform input {
    float: left;
}

header[role='banner'] #searchform input[type='text'] {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    width: 114px;
    border: 0;
    margin: 0 2px 0 0;
    padding: 3px 5px 4px;
    background-color: #4a4b4b;
    color: #7f7f7f;
}

header[role='banner'] #searchform input[type='submit'] {
    width: 24px;
    height: 24px;
}


/* FOOTER STYLING
 * Styling for the footer area of the site
 * ---------------------------------------------------------------------- */

footer[role='contentinfo'] {
    font-family: "Vitesse SSm A", "Vitesse SSm B", sans-serif;
    font-size: 12px;
    padding: 50px 0;
    color: #fff;
    border-top: 20px solid #fff;
    background-color: #333;
}

footer[role='contentinfo'] a {
    font-family: "Vitesse SSm A", "Vitesse SSm B", sans-serif;
    font-size: 12px;
    color: #fff;
}

footer[role='contentinfo'] p {
    line-height: 1.6;
}

footer[role='contentinfo'] .column {
    float: left;
    width: 150px;
    margin-left: 50px;
}

footer[role='contentinfo'] .column:first-child {
    margin-left: 40px;
}

footer[role='contentinfo'] .column.tweets {
    float: right;
    width: 200px;
    margin-right: 40px;
}

footer[role='contentinfo'] .media {
    text-align: center;
}

footer[role='contentinfo'] .social-media {
    margin-top: 15px;
}

.copyright p {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 10px;
    color: #5d5d5d;
}


/* NAVIGATION STYLING
 * Styling for navigation
 * ---------------------------------------------------------------------- */


/* TYPOGRAPHY: GLOBAL NAV
   * Global typography for nav elements
   * ---------------------------------------------------------------------- */

nav a {}

nav a:hover {
    text-decoration: none;
}

.nav-primary .current-menu-item a {
    color: #7f7f7f;
}


/* NAV STYLING: PRIMARY NAV
   * Styling for primary header nav
   * ---------------------------------------------------------------------- */

.nav-primary a {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
}

.nav-primary {
    float: left;
    margin-top: 56px;
}

.nav-primary li {
    display: inline-block;
    margin-right: 30px;
}


/* NAV STYLING: HOME CAROUSEL NAV
   * Styling for home carousel nav
   * ---------------------------------------------------------------------- */

#home .home-hero .nav-carousel {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
a:hover{
    text-decoration: none;
}

#home .home-hero .flex-control-nav {
    width: 100%;
    text-align: center;
}

#home .home-hero .flex-control-nav li {
    display: inline-block;
}

#home .home-hero .flex-control-nav a {
    display: block;
    font-size: 1px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 2px solid #fff;
    color: #64a142;
    margin-right: 10px;
    cursor: pointer;
}

#home .home-hero .flex-control-nav .flex-active {
    background-color: #fff;
    color: #fff;
}


/* NAV STYLING: CONFERENCE NAV
   * Styling for conference dropdown nav
   * ---------------------------------------------------------------------- */

.nav-conference {
    width: 100%;
    height: 56px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00375b;
    display: none;
    z-index: 1000;
}

.nav-conference h3 {
    float: left;
    font-size: 21px;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
}

.nav-conference .buttons {
    float: right;
    margin-top: -10px;
}

.nav-conference .button.conference {
    text-align: center;
    width: auto;
    font-size: 16px;
}


/* NAV STYLING: SPEAKER NAV
   * Styling for past speaker nav
   * ---------------------------------------------------------------------- */

.nav-speakers li {
    float: left;
    margin-right: 10px;
}

.nav-speakers a {
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-speakers a.active {
    color: #d64113;
}


/* NAV STYLING: ARTICLES NAV
   * Styling for Eric Liu's articles
   * ---------------------------------------------------------------------- */

.nav-articles {
    margin-bottom: 40px;
}

.nav-articles input[type='text'] {
    float: left;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    width: 114px;
    border: 1px solid #ccc;
    margin: 0 2px 0 0;
    padding: 3px 5px 4px;
    color: #4a4b4b;
}


/* NAV STYLING: FOOTER NAV
   * Styling for footer nav
   * ---------------------------------------------------------------------- */

.nav-footer a {
    font-family: "Vitesse SSm A", "Vitesse SSm B", sans-serif;
    font-size: 12px;
    color: #fff;
}

.nav-footer li {
    margin-bottom: 10px;
}


/* SECTION STYLING
 * Styling for section content
 * ---------------------------------------------------------------------- */


/* SECTION STYLING: SIDEBAR
   * Styling for sidebar content
   * ---------------------------------------------------------------------- */

.section-sidebar {
    float: right;
    width: 25%;
}


/* ARTICLE STYLING
 * Styling for articles
 * ---------------------------------------------------------------------- */

.article-excerpt.group h2 {
    font-size: 18px;
    color: #00375a;
    margin-bottom: 0;
}

.article-excerpt.group > p.date {
    margin-bottom: 5px;
    font-size: 14px;
}

.article-excerpt.group > .post-content > p {
    font-size: 14px;
}

article.with-sidebar {
    float: left;
    width: 75%;
}

.article-excerpt {}

.article-panel {
    background-color: #fff;
    border-bottom: 10px solid #fff;
}

.article-panel .content-container {
    padding: 40px 0;
}

.article-panel .column.content {
    float: left;
    width: 450px;
    padding-left: 40px;
}

.article-panel .column.content.full-width {
    float: none;
    width: 920px;
}

.article-panel .column.thumbnail {
    float: right;
    width: 447px;
    padding-right: 40px;
    text-align: right;
}

.article-panel p {
    font-family: "Vitesse SSm A", "Vitesse SSm B", sans-serif;
    font-size: 18px;
// margin-bottom: 20px;
}

.article-panel h3 {
    color: #d64113;
}

.article-panel h3 a {
    color: #d64113;
}

#video .article-panel h3 {
    color: #262626;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
#video .article-panel p
{
    font-family: "Vitesse SSm A", "Vitesse SSm B", sans-serif;
    font-size: 18px;
}
#video .content-left
{
    width: 35%;
    float: left;
}
#video .content-right
{
    width: 65%;
    float: left;
}
#video .content-left .column.content
{
    float: none;
    width: auto;
    padding-left: 40px;
}
#video .content-right .video-iframe
{
    padding-left: 20px;
    padding-right: 40px;
}
.content-video
{
    position: relative;
    padding-bottom: 50%;
}
.content-video iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video #video-list
{
    background-image: url('images/blue_lines_tile.png');
}
#video .list-video
{
    width: 19.6%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
#video .list-video .video-image
{
    padding: 10px;
    background-color: #e7e6e6;
    margin-bottom: 15px;
}
#video .list-video .video-image img
{
    width: 100%;
}
#video .list-video .video-image.SeattleChannel
{
    width: 100%;
    position: relative;
}
#video .list-video .video-image.SeattleChannel iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video #video-list #video-list-content-bg
{
    background-color: #FFFFFF;
}
#video #video-list #video-list-tag
{
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
}
#video #video-list #video-list-tag .sorting-tag
{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 15px;
}
#video #video-list #video-list-tag .sorting-tag #sorting-tag-btn
{
    background-color: #dc4316;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 15px;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
}
#video #video-list #video-list-tag .sorting-tag #sorting-data-container
{
    position: absolute;
    top: 36px;
}
#video #video-list #video-list-tag .sorting-tag .sorting-data
{
    border: 1px #747474 solid;
    padding: 10px;
    background-color: #FFFFFF;
}
#video #video-list #video-list-tag .sorting-tag .sorting-data a
{
    color: #747474;
}
#video #video-list #video-list-tag .popular-tags
{
    display: inline-block;
    color: #747474;
    width: 730px;
}
#video #video-list #video-list-tag .popular-tags span,
#video #video-list #video-list-tag .popular-tags a
{
    color: #747474;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
}
#video #video-list #video-list-tag .popular-tags a
{
    text-decoration: underline;
    padding: 0 8px;
}
#video #video-list #video-list-content
{
    padding-left: 40px;
    padding-right: 40px;
}
#video .list-video .list-video-content
{
    padding: 0 15px;
}
#video .list-video .list-video-content .video-title
{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
#video .list-video .list-video-content .video-title a
{
    color: #262626;
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0;
}
#video .list-video .list-video-content .video-content p
{
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}
#video .video-tag a
{
    color: #747474;
    text-decoration: underline;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    line-height: 1.3;
}
#video .pagination
{
    text-align: center;
}
#video .pagination a
{
    color: #747474;
    border: 1px #747474 solid;
    border-radius: 25px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 3px;
    margin-right: 3px;
}
#video .pagination span
{
    color: #FFFFFF;
    background-color: #747474;
    border: 1px #747474 solid;
    border-radius: 25px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 3px;
    margin-right: 3px;
}
#video .pagination a.next
{
    border: 0;
}
#video .pagination a.prev
{
    border: 0;
}
#video .pagination a:hover
{
    text-decoration: none;
}

.content-video-content
{
    width: 800px;
    height: 34%;
}
.video-pop-up
{
    width: 800px;
    height: 30%;
    margin: auto;
    padding: 2% 0;
}
.fancybox-outer .content-video-content
{
    width: 800px;
    height: 50%;
}


/* PAGE STYLING
 * Styling for specific pages
 * ---------------------------------------------------------------------- */


/* PAGE STYLING: HOME
   * Styling for home page
   * ---------------------------------------------------------------------- */

#home .home-hero {
    position: relative;
    width: 100%;
    height: 535px;
    overflow: hidden;
}

#home .hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 535px;
    background-position: center;
    background-size: cover;
    display: none;
}

#home .home-hero .circle {
    position: absolute;
    display: table;
    top: 48px;
    left: 0;
    width: 438px;
    height: 438px;
    background: url('images/bg_circle.png');
}

#home .home-hero .circle-content {
    display: table;
    position: relative;
    top: 50px;
    left: 50px;
    width: 338px;
    height: 338px;
}

#home .home-hero h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 100;
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
#home .home-hero a{
    color:white;
}
#home .promo-banner {
    height: 73px;
    background-color: #f6bb0c;
}

#home .promo-banner.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}

#home .promo-banner {
    font-family: "Vitesse SSm A", "Vitesse SSm B", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #262626;
}

#home .promo-banner .content-container {
    width: 950px;
}

#home .promo-banner p {
    line-height: 73px;
    margin-bottom: 0;
    padding-left: 30px;
    background: url('images/icon_promo.gif') left center no-repeat;
}

#home .promo-banner a {
    color: #262626;
    text-decoration: underline;
}

.article-panel#home-programs {
    border-top: 10px solid #fff;
}

.article-panel#home-conference h2 {
    color: #00375a;
}

.article-panel#home-conference h3,
.article-panel#home-conference .cms-copy {
    color: #fff;
}

.article-panel#home-conference .column.thumbnail {
    margin-top: 50px;
}

.article-panel#home-conference .button {
    display: block;
    margin-bottom: 20px;
    margin-left: 100px;
}


/* PAGE STYLING: PROGRAMS
   * Styling for programs page
   * ---------------------------------------------------------------------- */

.article-panel#programs-sworn-again-america h2,
.article-panel#programs-sworn-again-america p {
    color: #fff;
}

.article-panel#programs-sworn-again-america h3 {
    color: #00375a;
}

.article-panel#programs .column.content {
    float: right;
    width: 575px;
}

.article-panel#programs .column.thumbnail {
    float: left;
    width: 380px;
    padding-right: 0;
}

.article-panel#programs h3 {
    display: none;
}

.article-panel#programs p {
    font-size: 62px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #411c01;
    margin-top: 30px;
}

.article-panel#partnered-productions h2 {
    color: #fff;
}

.article-panel#partnered-productions h3 {
    color: #00375a;
}


/* PAGE STYLING: CONFERENCE
   * Styling for conference page
   * ---------------------------------------------------------------------- */

.article-panel#conference .column.content {
    float: right;
    width: 660px;
}

.article-panel#conference .column.thumbnail {
    float: left;
    width: 265px;
    padding-left: 30px;
    padding-right: 0;
    margin-top: 50px;
}

.article-panel#conference p {
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #00375b;
    margin-top: 30px;
}

.article-panel#conference h3 {
    display: none;
}

.article-panel#conference .buttons {
    padding-top: 0;
}

.article-panel#conference .button {
    font-size: 21px;
    width: 90px;
    /*margin-left: 18px;*/
    text-align: center;
}

.article-panel#conference .button:first-child {
    margin-left: 40px;
}

.article-panel#conference-speakers .speakers {
    margin-top: 40px;
    margin-left: -40px;
}

.article-panel#conference-speakers .speaker {
    float: left;
    width: 160px;
    height: 220px;
    text-align: center;
    margin-left: 40px;
}

.article-panel#conference-speakers .speaker img {
    width: 160px;
    height: 160px;
    margin-bottom: 5px;
}

.article-panel#conference-speakers .speaker a {
    color: #3b7bbf;
}

.article-panel#conference-speakers .button {
    float: right;
    margin-right: 13px;
}

.article-panel#conference-agenda .column.content,
.article-panel#conference-agenda-2 .column.content {
    float: none;
    width: 920px;
    padding-right: 40px;
}

.article-panel#conference-agenda h3,
.article-panel#conference-agenda-2 h3{
    color: #3c1800;
}

.article-panel#conference-agenda table ,
.article-panel#conference-agenda-2 table{
    width: 100%;
    color: #3c1800;
    margin: 40px 0;
}

.article-panel#conference-agenda table th,
.article-panel#conference-agenda-2 table th{
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
    vertical-align: bottom;
    background: url('images/bg_table.png') bottom left repeat-x;
}

.article-panel#conference-agenda table td ,
.article-panel#conference-agenda-2 table td {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.article-panel#conference-agenda table .row-bg td,
.article-panel#conference-agenda-2 table .row-bg td{
    border-top: 1px solid #ddd;
}

.article-panel#conference-agenda table .row-bg td:first-child ,
.article-panel#conference-agenda-2 table .row-bg td:first-child {
    border-top: none;
}

.article-panel#conference-agenda table td:first-child,
.article-panel#conference-agenda-2 table td:first-child{
    width: 150px;
}

.article-panel#conference-agenda table td:nth-child(2),
.article-panel#conference-agenda-2 table td:nth-child(2){
    width: 200px;
}

.article-panel#conference-agenda table td:last-child,
.article-panel#conference-agenda-2 table td:last-child{
    width: 250px;
}

.article-panel#conference-agenda th.time,
.article-panel#conference-agenda-2 th.time{
    width: 190px;
}

.article-panel#conference-agenda th.title,
.article-panel#conference-agenda-2 th.title{
    width: 600px;
}

.article-panel#conference-agenda th.more-details,
.article-panel#conference-agenda-2 th.more-details{
    width: 170px;
    text-align: right;
}

.article-panel#conference-agenda .button.more-details,
.article-panel#conference-agenda-2 .button.more-details {
    cursor: pointer;
    margin-right: 14px;
}

.article-panel#conference-agenda .agenda-details,
.article-panel#conference-agenda-2 .agenda-details {
    display: none;
    width: 600px;
    margin-left: 184px;
    color: #3c1800;
}

.article-panel#conference-agenda .agenda-item,
.article-panel#conference-agenda-2 .agenda-item{
    padding-top: 20px;
}

.article-panel#conference-agenda .agenda-speaker,
.article-panel#conference-agenda-2 .agenda-speaker{
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-weight: 300;
    font-size: 20px;
}

.article-panel#conference-agenda .agenda-title,
.article-panel#conference-agenda-2 .agenda-title{
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-weight: 300;
    font-size: 20px;
}

.article-panel#conference-agenda .description,
.article-panel#conference-agenda-2 .description{
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
}

.article-panel#conference-venue .content-container {
    background: url('images/fisher_banner_pic.jpg');
    background-size: cover;
}

.article-panel#conference-venue header {
    margin-bottom: 40px;
}

.article-panel#conference-venue header h2,
.article-panel#conference-venue header h3 {
    color: #fff;
}

.article-panel#conference-venue header h2 {
    float: left;
}

.article-panel#conference-venue header .buttons {
    float: left;
    margin: 0px 0 0 30px;
}

.article-panel#conference-venue iframe {
    float: right;
    border: 10px solid #fff;
}

.article-panel#conference-sponsors header h3 {
    color: #262626;
}

.article-panel#conference-sponsors .sponsors {
    padding: 20px 0;
    background-color: #fff;
}

.article-panel#conference-sponsors .founding .sponsor {
    float: none;
    text-align: center;
}

.article-panel#conference-sponsors .founding .sponsor img {
    max-width: 100%;
    margin-left: -30px;
}

.article-panel#conference-sponsors .grid .sponsor {
    float: left;
    min-width: 295px;
    border-left: 1px solid #ddd;
}

.article-panel#conference-sponsors .grid .sponsor:nth-child(3n+1) {
    border-left: none;
}

.article-panel#conference-final-promo .column.content {
    float: left;
    margin-left: 30px;
}

.article-panel#conference-final-promo .column.thumbnail {
    width: 360px;
}

.article-panel#conference-final-promo h3 {
    display: none;
}

.article-panel#conference-final-promo p {
    font-size: 28px;
    text-align: center;
    color: #d64113;
}


/* PAGE STYLING: ERIC LIU
   * Styling for Eric Liu page
   * ---------------------------------------------------------------------- */

#eric-liu h3 {
    color: #262626;
}

#eric-liu #book .content h3 {
    color: #d64113;
}

.article-panel#eric-liu h1 {
    font-family: "Vitesse SSm A", "Vitesse SSm B", sans-serif;
    font-size: 56px;
    font-weight: bold;
    color: #00375b;
}

.article-panel#eric-liu h3 {
    display: none;
}

.article-panel#eric-liu .read-more {
    clear: both;
    cursor: pointer;
    /*margin-bottom: 10px;*/
}

.article-panel#eric-liu .read-more .button {
    cursor: pointer;
}

.article-panel#eric-liu .full-bio {
    display: none;
    margin-top: 20px;
}

.article-panel#eric-liu .long-content {
    padding-left: 40px;
}

.article-panel#eric-liu #book-eric {
    display: none;
}

#book-eric {
    width: 440px;
    background-color: #000;
    padding: 0 20px 20px 20px;
}

#book-eric p {
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

#book-eric h1 {
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
}

#book-eric a {
    color: #fff;
    text-decoration: underline;
}

.article-panel#eric-liu-publications .publications {
    margin-top: 40px;
}

.article-panel#eric-liu-publications .publications .slides {
    margin-left: 25px;
}

.article-panel#eric-liu-publications .publications a {
    color: #262626;
}

.article-panel#eric-liu-publications .publication {
    float: left;
    height: 350px;
    margin-bottom: 40px;
    margin-left: 0;
    position: relative;
}

.article-panel#eric-liu-publications .publication .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
    height: 201px;
}

.article-panel#eric-liu-publications .publication:hover .buy-links {
    display: block;
}

.article-panel#eric-liu-publications .publication .buy-links {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 132px;
    height: 191px;
    display: none;
    text-align: center;
    background: url('images/bg_buy-links.png');
}

.article-panel#eric-liu-publications .publication .buy-links img {
    margin-bottom: 10px;
}

.article-panel#eric-liu-publications .publication .buy-links a:first-child img {
    margin-top: 25px;
}

.article-panel#eric-liu-publications .publication .content {
    margin-top: 221px;
}

.article-panel#eric-liu-publications .publication .thumbnail img {
    border: 10px solid #e7e6e6;
}

.article-panel#eric-liu-publications .publication h5 {
    width: 152px;
}

.article-panel#eric-liu-publications .publication p {
    width: 152px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}

.article-panel#eric-liu-publications .flexslider {
    position: relative;
}

.article-panel#eric-liu-publications .flex-control-paging {
    display: none;
}

.article-panel#eric-liu-publications .flex-direction-nav li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.article-panel#eric-liu-publications .flex-direction-nav a {
    position: absolute;
    top: 120px;
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url('images/bg_direction_nav.png') no-repeat 0 0;
    cursor: pointer;
    text-indent: -9999px;
}

.article-panel#eric-liu-publications .flex-direction-nav .flex-prev {
    left: -30px;
}

.article-panel#eric-liu-publications .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -30px;
}

.article-panel#eric-liu-publications .flex-direction-nav .flex-disabled {
    display: none;
}

.article-panel#eric-liu-videos .videos {
    margin-top: 40px;
}

.article-panel#eric-liu-videos .videos .slides {
    margin-left: 25px;
}

.article-panel#eric-liu-videos .videos a {
    color: #262626;
}

.article-panel#eric-liu-videos .video {
    float: left;
    height: 250px;
    margin-bottom: 40px;
    margin-left: 0;
    list-style: none;
}

.article-panel#eric-liu-videos .video img {
    max-width: 132px;
    height: auto;
    border: 10px solid #e7e6e6;
}

.article-panel#eric-liu-videos .video h5 {
    width: 152px;
}

.article-panel#eric-liu-videos .video p {
    width: 152px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}

.article-panel#eric-liu-videos .flexslider {
    position: relative;
}

.article-panel#eric-liu-videos .flex-control-paging {
    display: none;
}

.article-panel#eric-liu-videos .flex-direction-nav li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.article-panel#eric-liu-videos .flex-direction-nav a {
    position: absolute;
    top: 80px;
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url('images/bg_direction_nav.png') no-repeat 0 0;
    cursor: pointer;
    text-indent: -9999px;
}

.article-panel#eric-liu-videos .flex-direction-nav .flex-prev {
    left: -30px;
}

.article-panel#eric-liu-videos .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -30px;
}

.article-panel#eric-liu-videos .flex-direction-nav .flex-disabled {
    display: none;
}

.article-panel#eric-liu-articles h2 {
    font-family: 'Vitesse SSm A', 'Vitesse SSm B', serif;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 0;
}

.article-panel#eric-liu-articles h2 strong {
    font-weight: normal !important;
}

.article-panel#eric-liu-articles p {
    font-size: 14px;
    margin-bottom: 10px;
}

.article-panel#eric-liu-articles .button {
    font-size: 14px !important;
    margin-top: 20px;
}

.article-panel#eric-liu-articles .column.thumbnail {
    padding-top: 30px;
}


/* PAGE STYLING: ENGAGEMENTS
   * Styling for engagements page
   * ---------------------------------------------------------------------- */

#speaking-engagements .event {
    margin-top: 35px;
}

#speaking-engagements .event:first-child {
    margin-top: 0;
}

#speaking-engagements .event p {
    font-size: 14px;
}

#speaking-engagements .event .date {
    margin-bottom: 5px;
}

#speaking-engagements .event .title {
    font-size: 16px;
    margin-bottom: 5px;
}


/* PAGE STYLING: ARTICLES
   * Styling for Eric Liu's article pages
   * ---------------------------------------------------------------------- */

#eric-lius-articles .article {
    margin-bottom: 30px;
}

#eric-lius-articles .article h2 {
    font-size: 18px;
    color: #00375a;
}

#eric-lius-articles .article .date {
    margin-bottom: 5px;
}

.archive .article-excerpt h2
{
    font-family: 'Vitesse SSm A', 'Vitesse SSm B', serif;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 0;
}
.archive .article-excerpt h2 a
{
    color: #00375a;
}
.archive .article-excerpt .date
{
    margin-bottom: 5px;
    font-size: 14px;
}
.archive .article-excerpt .post-content
{
    font-size: 14px;
    margin-bottom: 10px;
}
.archive .article-excerpt > .group > p > a
{
    font-size: 14px;
}

.pull-right
{
    float: right;
}


/* MODAL STYLING
 * Styling for modals
 * ---------------------------------------------------------------------- */

.cu_speakers {
    width: 620px;
    min-width: 0;
    height: 760px;
    background-color: #000;
}

.cu_speakers .header-title {
    padding: 0 20px;
    height: 70px;
}

.cu_speakers .header-title h1 {
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
}

.cu_speakers .header-meta h3 {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #7e7e7e;
}

.cu_speakers .header-meta span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #7e7e7e;
}

.cu_speakers .header-meta span:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.cu_speakers .header-meta url {
    color: #fff;
}

.cu_speakers img {
    display: block;
    margin: 0 auto;
}

.cu_speakers .cms-copy {
    font-family: "Vitesse SSm A", "Vitesse SSm B", serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    max-height: 220px;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cu_speakers .cms-copy a {
    color: #fff;
}

#fancybox-close {
    position: absolute !important;
    top: 23px !important;
    right: 10px !important;
    width: 64px !important;
    height: 24px !important;
    background: url('images/btn_modal-close.png') no-repeat !important;
}
/*Addition*/
#fancybox-wrap {
    min-width: 620px;
}
/*Addition*/
@media (max-width: 768px) {
    #fancybox-wrap {
        left: 0 !important;
        transform: translateX(25%);
    }
}

#fancybox-content {
    background-color: #000 !important;
    /*Addition*/
    min-width: 620px;
}
/*Addition*/
#fancybox-overlay {
    min-width: 1000px;
}


/* ISOTOPE STYLING
 * Styling and animation for isotope
 * ---------------------------------------------------------------------- */

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* FORM STYLING
 * Styling for forms
 * ---------------------------------------------------------------------- */

#speaker-information .gform_body h2 {
    font-size: 40px !important;
    font-weight: 300 !important;
    margin-top: 60px !important;
    margin-bottom: 10px !important;
}

#speaker-information .gform_footer input[type='submit'] {
    position: relative;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px;
    border: none !important;
    background-color: #d64113;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.archive-article .article-panel {
    background-image: url(/wp-content/uploads/blue_lines_tile.png);
}

.archive-article .content-container {
    background: #ffffff;
    padding: 40px;
}

.archive-article .article-excerpt {
    margin-bottom: 30px;
}
#citizen-university-blog .post_content {
    color: #262626 ;
}
/*Addition*/
@media (max-width: 768px){
    .column.tweets .fb_iframe_widget span, .column.tweets .fb_iframe_widget iframe {
        width: 240px !important;
    }
}
