/* CSS Document */

/* HTML5 elements */

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

/* general */

body {
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fcfcfc;
    /* text-rendering: optimizeLegibility; */
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-image: none;
    background-repeat: no-repeat;
    text-align: left;
}

.post, .post2 {
    text-align: left;
}

h1, h2, h3, h4, h5, h6, small, .small {
    font-family: franklin-gothic-urw, Arial, sans-serif;
}

h2 {
    font-size: 1.5em;
}

a {
    color: #034e7f;
}

a:hover {
    color: #ce6800;
    text-decoration: none;
}

ul {
    margin: 1em 0;
}

ul, ul li {
    text-align: left;
    list-style-type: disc;
    margin-left: 1em;
}

div.hr {
    border-top: 1px dotted gray;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#section_page_top {
    width: 100%;
    height: 137px;
    background-color: #fff;
    /*background-image: url(images/page_top_tile.gif);
    	background-repeat: repeat-x;
    	background-position: top;*/
}

#page_top {
    margin: 0 auto;
    padding: 0 20px;
    width: 960px;
    border-top: 0;
    background-color: transparent;
}

#section_page_nav {
    width: 100%;
    height: 65px;
    background-color: #fcfcfc;
    background-image: url(images/nameplate_shadow_tile.png);
    background-repeat: repeat-x;
    background-position: top;
    overflow: hidden;
}

#section_page_content {
    width: 100%;
    background-color: #fcfcfc;
    padding-bottom: 2em;
}

.wrapper {
    clear: both;
    margin: 0 auto;
    width: 960px;
}

.inner_wrapper {
    width: 640px;
    float: left;
}

#page_nav, #page_footer {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
    background-image: none;
    background-repeat: no-repeat;
}

#content, #content_home, #content_three_col, #content-2, #content-3 {
    float: left;
    margin-left: 0;
    padding-bottom: 0;
    width: 638px;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
}

.inner_wrapper #content {
    margin-bottom: 20px;
}

#content_three_col {
    width: 438px;
}

.full_width #content {
    width: 958px;
}

small, .small {
    font-size: 12px;
}

small {
    display: block;
}

/* network home page */

#content_home {
    width: 960px;
    min-height: 450px;
    border: none;
    background-color: transparent;
}

#content_home a {
    color: #333;
}

#content_home a:hover {
    color: #ce6800;
    text-decoration: none;
}

#content_home p {
    font-family: franklin-gothic-urw, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

#content_home #home_left {
    width: 470px;
    float: left;
    margin: 0;
}

#content_home #home_left h2 {
    font-family: franklin-gothic-urw, Helvetica, Arial, sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #013253;
    letter-spacing: -.01em;
    margin: 0 0 30px 0;
}

#content_home #home_left h2 .deck {
    color: #333;
    font-size: 18px;
    letter-spacing: normal;
}

#content_home #home_right {
    width: 470px;
    float: right;
    margin: 0;
    padding: 14px 0;
}

#content_home p img {
    vertical-align: middle;
    border: 1px solid #dedede;
}

#content_home #home_right .service_description img.alignleft {
    padding: 0;
    margin: 0 25px 0 0;
}

#content_home #home_right .service_description {
    clear: left;
    float: left;
    margin: 0 0 25px 0;
}

#content_home #home_right .service_description h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

/* 3 column */

#content_three_col .entry-content, .bloghome .entry-content {
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    font-family: franklin-gothic-urw, Arial, sans-serif;
}

#content_three_col .entry-content .user_thumb, .bloghome .entry-content .user_thumb {
    width: 60px;
    float: left;
}

#content_three_col .entry-content .entry-title h3, .bloghome .entry-content .entry-title h3 {
    font-size: 32px;
    line-height: 1.33em;
    color: #034e7f;
    background-color: transparent;
    border-top: 1px dotted #999;
    margin: 1em 0 0.75em 0;
    padding-top: 0.5em;
}

#content_three_col .entry-content .entry-title h3.first, .bloghome .entry-content .entry-title h3.first {
    border-top: none;
    margin-top: 0.75em;
    padding-top: 0;
}

#content_three_col .entry-content .entry-title h3 a, .bloghome .entry-content .entry-title h3 a {
    color: #034e7f;
    background-color: transparent;
}

#content_three_col .entry-content .entry-title h3 a:hover, .bloghome .entry-content .entry-title h3 a:hover {
    color: #ce6800;
    background-color: transparent;
}

#content_three_col .entry-content .postmetadata, #content_three_col .entry-content .excerpt,
.bloghome .entry-content .postmetadata, .bloghome .entry-content .excerpt,
{
    margin-left: 60px;
}

#content_three_col .entry-content .postmetadata a, #content .entry-content .postmetadata a,
.bloghome .entry-content .postmetadata a {
    color: #333;
    font-weight: bold;
}

#content_three_col .entry-content .postmetadata a:hover, #content .entry-content .postmetadata a:hover, .bloghome .entry-content .postmetadata a:hover {
    color: #ce6800;
}

#content .entry-content .excerpt a, #content_three_col .entry-content .excerpt a,
.bloghome .entry-content .excerpt a {
    color: #999;
    text-decoration: underline;
    font-size: 13px;
}

#content .entry-content .excerpt a:hover, #content_three_col .entry-content .excerpt a:hover, .bloghome .entry-content .excerpt a:hover {
    color: #ce6800;
}

#content .entry-content .excerpt a img, #content_three_col .entry-content .excerpt a img,
.bloghome .entry-content .excerpt a img {
    margin: 0 0 0 4px;
    vertical-align: middle;
}

#content_three_col .entry-content .excerpt p, .bloghome .entry-content .excerpt p {
    margin: 0.5em 0;
}

#content_three_col .entry-content .postmetadata p, #content .entry-content .postmetadata p,
.bloghome .entry-content .postmetadata p {
    font-size: 13px;
    line-height: 16px;
    margin: -0.25em 0 0.5em 0;
}

#content.bloghome .excerpt {
    clear: both;
    margin-top: 18px;
    clear: both;
    margin-left: 60px;
}

/* single */

#content h2, #content .post h2 {
    clear: none;
}

/* tag page */

section.tagged {
    margin-bottom: 1em;
}

#content .tagged .entry-content .entry-title h3 {
    font-size: 18px;
    line-height: 100%;
    color: #034e7f;
    background-color: transparent;
    border-top: 1px dotted #999;
    margin: 1em 0 0.75em 0;
    padding-top: 0.5em;
}

#content .tagged .entry-content .entry-title h3.first {
    margin-top: 0;
}

#content .tagged .entry-content .entry-title h3 a {
    color: #034e7f;
    background-color: transparent;
}

#content .tagged .entry-content .entry-title h3 a:hover {
    color: #ce6800;
    background-color: transparent;
}

#content .tagged .entry-content .excerpt p {
    margin: 0.5em 0;
}

#content .tagged .entry-content {
    padding: 0 14px;
    font-size: 14px;
    line-height: 18px;
    font-family: franklin-gothic-urw, Arial, sans-serif;
}

#content .tagged .entry-content p.postmetadata a {
    font-weight: normal;
}

/* keyword index (tag cloud) */

#content #tag-cloud {
    line-height: normal;
}

#content #tag-cloud a {
    margin-right: 0.25em;
}

/* end of 3 column, general again */

#content .entry-content, #content-2 .entry-content {
    padding: 0.25em 14px;
    font-size: 16px;
    line-height: 24px;
    font-family: franklin-gothic-urw, Arial, sans-serif;
}

#content .entry-content .ofie-blue td.lbl {
    font-size: 14px;
    vertical-align: top;
    padding-right: 0.5em;
}

#content .entry-content .ofie-blue td, #content .entry-content .ofie-blue p {
    font-size: 14px;
}

#content .entry-content .ofie-blue td {
    padding-top: 0.5em;
}

#content .entry-content section, #content-2 .entry-content section,
#content-3 .entry-content section {
    position: relative;
}

#content .entry-content section header, #content-2 .entry-content section header ,
#content-3 .entry-content section header {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 2px 0;
    width: 180px;
}

#content .entry-content section p, #content .entry-content section ul,
#content-2 .entry-content section p, #content-2 .entry-content section ul,
#content-3 .entry-content section p, #content-3 .entry-content section ul {
    padding-left: 190px;
    font-size: 14px;
    line-height: 20px;
}

#content .entry-content section header h2, #content-2 .entry-content section header h2,
#content-3 .entry-content section header h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: -.01em;
    color: #034e7f;
    margin: 0;
    padding: 0;
}

.highlight {
    font-weight: bold;
    color: #ce6800;
}

header.entry-title h1, header.entry-title h2, #sidebar div.widget h3.widget-title,
#sidebar li.widget h3.widget-title, #sidebar_left div.widget h3.widget-title,
#sidebar_left li.widget h3.widget-title {
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #ce6800;
    margin: 0;
    padding: 4px 10px;
    width: auto;
    font-family: Arial, sans-serif;
}

ul.normal {
    margin: 0.5em 0;
}

ul.normal li {
    list-style-type: disc;
    margin-left: 1em;
}

.postads {
    background-color: #ebebeb;
    padding: 8px;
    border: none;
}

/* free downloads page */

img.report-image {
    float: left;
    margin: 0 15px 0 0;
    padding-bottom: 1em;
    width: 160px;
}

#content section.free_download_item .entry-content header {
    clear: left;
}

#content section.free_download_item .entry-content header.entry-title h3 {
    border-top: 1px dotted #999;
    margin-top: 0;
    padding-top: 1.2em;
    font-size: 18px;
    line-height: 100%;
}

#content section.free_download_item .entry-content header.entry-title h3.first {
    border: none;
    padding-top: 10px;
}

#content section.free_download_item .entry-content header.entry-title h3 a {
    color: #034e7f;
    background-color: transparent;
}

#content section.free_download_item .entry-content header.entry-title h3 a:hover {
    color: #ce6800;
    background-color: transparent;
}

#content section.free_download_item .entry-content p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 180px;
    margin: 0.75em 0;
}

#content section.free_download_item .entry-content div.thoughtbot,
#content .ofie-rclp div.thoughtbot, #content .ofie-daily div.thoughtbot {
    padding: 10px 8px;
    width: 280px;
    line-height: 16px;
    letter-spacing: .01em;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, .6);
    margin-top: 1em;
    margin-left: 180px;
}

#content .ofie-rclp div.thoughtbot, #content .ofie-daily div.thoughtbot {
    width: 180px;
    margin-top: 0;
    margin-left: 162px;
}

#content section.free_download_item .entry-content div.thoughtbot a,
#content .ofie-rclp div.thoughtbot a, #content .ofie-daily div.thoughtbot a {
    color: #fff;
}

a.more-link {
    font-weight: bold;
    /*
    	background: url(images/bkg_viewmore.png) no-repeat right center;
    	padding-right: 16px;
    	*/
}

a.more-link:hover, a.more-link:active {
    text-decoration: none;
    color: #ce6800;
}

a.more-link img {
    margin: 0 0 0 4px;
    vertical-align: middle;
}

/* browse topics */

#content section.browse_topics .entry-content header.entry-title h3 {
    border-top: 1px dotted #999;
    margin-top: 0;
    padding-top: 0.75em;
    font-size: 18px;
    line-height: 100%;
}

#content section.browse_topics .entry-content header.entry-title h3.first {
    border: none;
    padding-top: 10px;
}

#content section.browse_topics .entry-content header.entry-title h3 a {
    color: #034e7f;
    background-color: transparent;
}

#content section.browse_topics .entry-content header.entry-title h3 a:hover {
    color: #ce6800;
    background-color: transparent;
}

#content section.browse_topics .entry-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 0.75em 0;
}

#content section.browse_topics .entry-content .postmetadata p {
    font-size: 13px;
    line-height: 16px;
    margin: -0.25em 0 0.5em 0;
}

#content section.browse_topics .entry-content p.quicklinks, #content section.browse_topics .entry-content p.category_meta {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 12px;
    line-height: 150%;
    color: #999;
    background-color: transparent;
}

#content section.browse_topics .entry-content p.quicklinks a {
    color: #999;
}

#content section.browse_topics .entry-content p.quicklinks a:hover {
    color: #ce6800;
}

.browse_topics .entry-content p.category_meta a img {
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.browse_topics .entry-content p.cat_desc_free_download {
    width: auto;
    margin: 1em 0;
    padding: 0.75em;
    border: 1px dotted #ccc;
    font-size: 13px;
    line-height: 150%;
    color: #333;
    background-color: #f5f7fa;
}

.browse_topics .entry-content .description_known_user p.cat_desc_free_download {
    display: none;
}

/* archives */

#content section.archives .entry-content h3, #content_three_col section.archives .entry-content h3,
.bloghome section.archives .entry-content h3 {
    border-top: 1px dotted #999;
    margin-top: 0;
    padding-top: 0.75em;
    font-size: 18px;
    line-height: 100%;
}

#content section.archives .entry-content h3.first, #content_three_col section.archives .entry-content h3.first,
.bloghome section.archives .entry-content h3.first {
    border-top: none;
}

/* contributors */

#content section#contributors .entry-content .editor {
    width: 100px;
    float: left;
    margin: 0 22px 10px 0;
}

#content section#contributors .entry-content .editor p {
    font-size: 12px;
    line-height: 100%;
    margin: 0;
    height: 26px;
}

/* author pages */

#content section.author .entry-content {
    padding-bottom: 0;
}

#content section.author .entry-content {
    font-weight: normal;
}

#content section.author .entry-content p, #content section.author .entry-content ul {
    margin: 0.25em 0 1em 0;
}

#content section.author .entry-content li {
    list-style-type: none;
}

#content section.author .entry-content .photo img {
    float: left;
    border: 1px solid #999;
    padding: 0;
    margin: 6px 10px 4px 0;
}

#content section.latest_post .entry-content, #content section.other_posts .entry-content {
    padding: 0 14px;
}

#content section.latest_post .entry-content p.postmetadata {
    font-size: 13px;
    line-height: 150%;
    margin: -0.25em 0 0.5em 0;
}

#content section.latest_post .entry-content p.postmetadata a {
    font-weight: bold;
}

section.latest_post .entry-content h5.section_deck, section.other_posts .entry-content h5.section_deck {
    color: #999;
    padding-top: 0.75em;
    border-top: 1px dotted #999;
}

#content section.other_posts .entry-content ul {
    margin: 0 0 1.5em 0;
    padding: 0;
}

#content section.other_posts .entry-content li {
    list-style-type: none;
    font-size: 13px;
    line-height: 110%;
    margin: 0 0 1em 0;
    padding: 0;
}

/* press releases */

#content section.press_release .entry-content header.entry-title h3,
#content section .entry-content header h1.press_release {
    border-top: 1px dotted #999;
    margin-top: 0;
    padding-top: 1em;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: normal;
    font-style: italic;
}

#content section.press_release .entry-content header.entry-title h3 a {
    color: #999;
}

#content section.press_release .entry-content header.entry-title h3.first,
#content section .entry-content header h1.press_release {
    border-top: none;
    padding-top: 0;
}

/* Team */

#team h4 {
    margin-bottom: 0;
}

#team p {
    margin: 0.25em 0 1em 0;
}

.bio .photo img {
    float: left;
    border: 1px solid #999;
    padding: 0;
    margin: 6px 10px 4px 0;
}

/* glossary */

h3.alpha_section {
    clear: both;
    color: #ccc;
    background-color: transparent;
    font-size: 14px;
}

.alpha_nav_wrapper {
    padding: 0.75em 0 1.75em 0;
}

.alpha_nav_wrapper .alpha_nav {
    font-weight: bold;
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 120%;
    float: left;
}

.alpha_nav_wrapper .alpha_nav ul {
    margin: 0;
    padding: 0;
    line-height: 120%;
    float: left;
}

.alpha_nav_wrapper .alpha_nav li {
    margin: 0;
    padding: 2px 0;
    font-size: 0.75em;
    line-height: 120%;
    display: inline;
    list-style-type: none;
    float: left;
}

.alpha_nav_wrapper .alpha_nav li a {
    color: #ccc;
    background-color: #fff;
    text-decoration: none;
    padding: 1px 3px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.alpha_nav_wrapper .alpha_nav li#current a {
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
}

.alpha_nav_wrapper .alpha_nav li a:hover {
    color: #fff;
    background-color: #ce6800;
    border: 1px solid #ce6800;
}

#glossary dl {
    margin: 0 0 1.0em 0;
}

#glossary dt {
    font-weight: bold;
    font-family: franklin-gothic-urw, Arial, sans-serif;
    margin: 0 0 0.5em 0;
}

#glossary dd {
    margin: 0 0 1.0em 2.0em;
    line-height: 140%;
}

/* article toolbox */

ul.article_toolbox {
    width: 120px;
    float: right;
    margin: 0.5em 0;
    padding: 0 0 0 20px;
}

ul.article_toolbox li {
    font-size: 13px;
    line-height: 100%;
    margin: 0.25em 0;
    padding: 5px 0 0 0;
    border-top: 1px dotted #ccc;
    list-style-type: none;
    overflow: hidden;
}

ul.article_toolbox li.facebook_link {
    background-color: transparent;
    padding: 0 0 2px 0;
}

ul.article_toolbox li.twitter_link {
    background-color: transparent;
}

ul.article_toolbox li.linkedin_link {
    background-color: transparent;
}

ul.article_toolbox li.plusone_link {
    background-color: transparent;
}

ul.article_toolbox li.comments_link {
    background-color: transparent;
}

ul.article_toolbox li.comments_link img {
    margin-right: 4px;
}

ul.article_toolbox li.wp_email_link img, ul.article_toolbox li.wp_print_link img {
    margin-right: 4px;
}

ul.article_toolbox li.first {
    padding-top: none;
    border-top: none;
}

/* article tools */

ul.article_tools {
    text-align: center;
    margin: 0.5em 0;
    padding: 0;
}

ul.article_tools li {
    font-size: 13px;
    line-height: 110%;
    height: 20px;
    display: inline;
    margin: 0 0.5em 0 0;
    padding: 0;
}

ul.article_tools li.comments_link {
    background-color: yellow;
}

ul.article_tools li.twitter_link {
    background-color: lime;
}

ul.article_tools li.linkedin_link {
    background-color: yellow;
}

ul.article_tools li.facebook_link {
    background-color: lime;
}

ul.article_tools li.facebook_link #fb-link {
    display: inline;
}

ul.article_tools li.plusone_link {
    background-color: yellow;
}

ul.article_tools li.first {
    margin-left: 0;
}

/* Comments */

h3#comments {
    margin-top: 2em;
    color: #999;
}

p.nocomments {
    color: #999;
    font-size: 13px;
    text-align: left;
}

#commentform textarea {
    border: 1px solid #999;
    width: 90%;
}

#commentform #submit {
    float: none;
}

#commentform label {
    color: #999;
    background-color: transparent;
    font-size: 13px;
    margin-left: 0.5em;
}

/* My Account */

#content section#my_account .entry-content h4 {
    color: #999;
    padding-top: 0.75em;
    border-top: 1px dotted #999;
}

#content section#my_account .entry-content table#downloads_purchases {
    font-size: 13px;
}

#content section#my_account .entry-content table#downloads_purchases th,
#content section#my_account .entry-content table#downloads_purchases td {
    text-align: center;
    padding-right: 1em;
}

#content section#my_account .entry-content table#downloads_purchases th.date,
#content section#my_account .entry-content table#downloads_purchases td.date {
    text-align: left;
}

#content section#my_account .entry-content table#downloads_purchases th.description,
#content section#my_account .entry-content table#downloads_purchases td.description {
    text-align: left;
}

#content section#my_account .entry-content table#downloads_purchases td.price {
    text-align: right;
}

#content section#my_account .entry-content table#downloads_purchases th.delivery_method,
#content section#my_account .entry-content table#downloads_purchases td.delivery_method {
    padding-right: 0;
}

/* Login */

#mequoda_login_form input[type="text"], #mequoda_login_form input[type="password"] {
    border: 1px solid #999;
    color: #333;
    margin: 4px 0 4px 2px;
    padding: 3px;
    width: 250px;
}

#mequoda_login_form .login-remember {
    font-size: 12px;
    color: #777777;
}

#mequoda_login_form input[type="submit"].button-primary {
    padding-right: 9px;
    padding-left: 9px;
}

/* RCLP */

.rclp h1, .rclp h2, .rclp h3, .rclp h4, .post h4, .rclp h5 {
    color: #333;
    line-height: 133%;
    margin: 1em 0;
}

.rclp h1 {
    margin-bottom: 0.25em;
}

.rclp h2 {
    margin-top: 0.25em;
}

.rclp h3 {
    font-size: 1em;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

.rclp h4, .post h4 {
    font-size: 1.1em;
}

.rclp h5 {
    font-size: 1em;
    color: #034e7f;
}

.rclp blockquote {
    border: none;
    padding: 0 1em;
    margin: 1.33em 0;
    color: #666;
    text-align: left;
    font-size: 1em;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

.rclp ul, .rclp ul li {
    text-align: left;
    list-style-type: disc;
    margin-left: 1em;
}

.ofie-rclp {
    float: none;
    margin: 1em 0;
    padding: 6px 0 3px 0;
    text-align: left;
    width: 100%;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.ofie-daily {
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
    border: none;
}

div.first {
    padding-top: 0;
    border-top: none;
}

.ofie-rclp .button_link, .ofie-daily .button_link {
    margin-top: .9em;
}

.rclp-privacy-link a {
    text-transform: lowercase;
    color: #0078a8;
}

.rclp-img-cover {
    padding: 0;
}

img.rclp-ofie-img {
    float: left;
    margin: 4px 4px 0 0;
}

.ofie p span, .ofie-rclp p span, .ofie-daily p span {
    border-bottom: none;
}

.rclp-instructions {
    border-top: none;
    float: none;
    width: auto;
    padding: 0;
    margin: 6px 0 1em 0;
    text-align: left;
    font-family: Georgia, serif;
    font-size: 16px;
    color: #333;
    background-color: transparent;
}

.privacy_policy {
    line-height: 1em;
}

.ofie button.thoughtbot, .ofie-rclp button.thoughtbot, .ofie-daily button.thoughtbot,
.ofie div.thoughtbot a, .ofie-rclp div.thoughtbot a, .ofie-daily div.thoughtbot a {
    padding: 8px;
}

#sharing {
    height: 37px;
    display: block;
    width: 100%;
    border: none;
    background: url(img/bkg_share.png) repeat-x left top;
    padding: 6px 0;
}

#sharing ul {
    float: right;
    height: 30px;
    width: 570px;
}

#sharing ul li {
    width: 142px;
    padding: 5px 0 0 0;
    float: left;
    height: 24px;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
}

#sharing ul li.comment {
    background: url(img/btn_comments.png) no-repeat left top;
    padding: 0;
    margin: 0;
}

#sharing ul li.comment a {
    margin-left: 20px;
}

#sharing ul li.bookmark {
    background: url(img/btn_share.png) no-repeat left top;
    padding: 0;
    margin: 0;
}

#sharing ul li.bookmark a {
    margin-left: 20px;
}

#sharing ul li.share-email {
    background: url(img/btn_email.png) no-repeat left top;
    padding: 0;
    margin: 0;
}

#sharing ul li.share-email a {
    margin-left: 12px;
}

#sharing ul li.share-print {
    background: url(img/btn_print.png) no-repeat left top;
    padding: 0;
    margin: 0;
}

#sharing ul li.share-print a {
    margin-left: 12px;
}

#sharing .share-print .WP-PrintIcon, #sharing .share-email .WP-EmailIcon {
    display: none;
}

.rclp-comments-list {
    padding: 0 14px 10px 14px;
}

.rclp-comments-list #commentform textarea {
    width: 604px;
}

h3#comments {
    font-size: 1em;
    color: #666;
}

.rclp-comments-list p.padT input[type="submit"] {
    padding: 6px 8px;
    margin: 1em 0;
}

.top {
    margin-right: 14px;
    padding: 15px 0;
    clear: both;
    background-image: url(images/up-arrow.gif);
    background-position: 100% 14px;
    background-repeat: no-repeat;
    text-align: right;
    width: auto;
    height: 18px;
}

.top a {
    padding-right: 15px;
}

/* floater */

#floater_container {
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-image: url(../../uploads/floater_container_bkg2.png);
    background-repeat: repeat-x;

}

#floater_container .floater {
    width: 728px;
    height: auto;
    background-color: white;
    margin: 100px auto 0 auto;
    padding: 1em 1.25em .75em 1.25em;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#floater_container .floater img.thumb {
    float: left;
    margin: 1em 1em 1em 0;
}

#floater_container .floater #close_button {
    position: absolute;
    top: 10px;
    right: 10px;
}

#floater_container .floater a.close {
    font-family: Verdana, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background-color: #808080;
    padding: 1px 8px 2px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#floater_container .floater a.close:hover {
    color: #000;
    background-color: #ce6800;
}

#floater_container .floater a.close:hover strong {
    color: #fff;
}

.floater h3 {
    font-size: 24px;
    line-height: 1.1em;
    color: #111;
    background-color: transparent;
    clear: none;
}

.floater h3 a {
    color: #e36f26;
    background-color: transparent;
}

.floater p, .floater li {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.33em;
    margin-bottom: .5em;
}

.floater ul {
    margin-left: 1.25em;
}

.floater li {
    list-style: disc;
}

.floater form p.mouse {
    margin: 0.5em 0;
}

.floater form.floater_form {
    width: auto;
    margin: 0;
    padding: 0 0 .25em 0;
    float: none;
    clear: none;
}

.floater-inputs {
    margin: 1em 0;
    clear: none;
}

.floater-privacy {
    margin: 1em 0 0 0;
    clear: none;
    text-align: left;
}

.floater form.floater_form td {
    vertical-align: top;
}

.floater form.floater_form td.form_label {
    text-align: right;
    padding: 0 .5em 0 0;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #808080;
    background-color: transparent;
}

.floater form.floater_form input.text_input {
    border: 1px solid #999;
    width: 190px;
}

/* sign up form page, thank-you page */

.get-report-content, .rclp-upsell {
    float: right;
    width: 686px;
}

.rclp-upsell .sidebar_button {
    margin: 20px 0;
}

.get-report-top {
    border-bottom: 1px dotted #034e7f;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.get-report-top p {
    margin-bottom: 0;
}

.get-report-image {
    float: left;
    margin-right: 15px;
    margin-top: 30px;
}

.regular-text,
.text-box,
.text-area {
    border: 1px solid #999;
    padding: 3px;
    margin: 4px 0;
    width: 250px;
    color: #333;
}

.register-form .label {
    font-size: 13px;
}

.register-form .label sup {
    color: red;
    font-weight: bold;
}

.register-form input[type="submit"].thoughtbot {
    margin-top: 1em;
}

/* sidebars */

#sidebar, #sidebar_left {
    background-color: #fcfcfc;
    float: right;
    margin: 0;
    padding: 0;
    width: 300px;
    font-family: franklin-gothic-urw, Arial, sans-serif;
}

#sidebar_left {
    width: 180px;
    float: left;
    margin: 0 20px 0 0;
}

#sidebar .widget, #sidebar_left .widget {
    margin-bottom: 20px;
}

#sidebar .sidebar_button, #sidebar_left .sidebar_button {
    margin: 0 0 20px 0;
}

#sidebar .sidebar_button a, #sidebar_left .sidebar_button a {
    text-decoration: none;
    color: #fff;
}

#sidebar div a, #sidebar div a:hover {
    text-decoration: none;
}

ul.whatcounts-list {
    margin-top: 0;
}

p.title {
    margin-bottom: 0;
}

p.subtitle {
    margin-top: 0;
}

#sidebar li, #sidebar_left li, .whatcounts-list li {
    list-style: none;
}

#sidebar .widget, #sidebar_left .widget {
    background-color: #fff;
    border: 1px solid #ccc;
}

#sidebar div.widget h3.widget-title {
    background-color: #034e7f;
    /* width: 278px; */
}

#sidebar_left div.widget h3.widget-title {
    background-color: #034e7f;
    /* width: 158px; */
}

#sidebar .widget .textwidget, #sidebar_left .widget .textwidget {
    padding: 10px;
}

#sidebar .widget .textwidget ul, #sidebar_left .widget .textwidget ul {
    margin: 0;
    padding: 0;
}

#sidebar .widget .textwidget p, #sidebar .widget .textwidget li, #sidebar_left .widget .textwidget p,
#sidebar_left .widget .textwidget li {
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
}

#sidebar .widget .textwidget p.csv, #sidebar_left .widget .textwidget p.csv {
    line-height: 150%;
}

#sidebar .widget .textwidget p.call_to_action, #sidebar_left .widget .textwidget p.call_to_action {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 15px;
    font-style: italic;
    font-weight: bold;
    color: #5897bf;
    background-color: transparent;
}

#sidebar .widget .textwidget h4, #sidebar_left .widget .textwidget h4 {
    margin: 0 0 6px 0;
    padding: 3px 0 0 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* end sidebars */

.accessibility {
    left: -32000px;
    position: absolute;
}

.clear {
    display: block;
    height: 0;
    font-size: 0px;
    clear: both;
    visibility: hidden;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

p.msg, p.error {
    color: #f00;
    background-color: transparent;
}

span.commentor {
    display: block;
    font-weight: bold;
}

span.comment-meta {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
}

span.comment-content {
    display: block;
    font-style: italic;
    line-height: 18px;
}

/* header */

#header {
    background: none;
    border: none;
    width: 960px;
    margin: 0 auto;
}

#header .nameplate {
    position: relative;
    background-color: transparent;
    height: 80px;
    padding: 0;
    margin: 24px 0 0 0;
}

#header .nameplate #nameplate_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 415px;
    height: 57px;
}

#header .nameplate h1, #header .nameplate p {
    margin: 0;
    padding: 0;
}

#header .nameplate #nameplate_tagline {
    position: absolute;
    top: 40px;
    /*left: 20px;*/
    width: 192px;
    height: 17px;
}

#header .nameplate #nameplate_date {
    color: #666;
    background-color: transparent;
    width: 200px;
    position: absolute;
    left: 223px;
    top: 40px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

#header .nameplate #nameplate_ad {
    float: right;
    text-align: right;
}

/* eyebrow */

.container_eyebrow {
    font-family: Arial, sans-serif;
    padding: 6px 0 0 0;
}

.eyebrow_left {
    width: 600px;
    margin: 0;
    float: left;
    text-align: left;
    font-size: 12px;
    color: #333;
    background-color: transparent;
}

.eyebrow_left a {
    font-size: 12px;
    color: #333;
    background-color: transparent;
}

.eyebrow_left .divider {
    color: #666;
    margin: 0 4px;
}

.eyebrow_left #text-sizer, .eyebrow_left a#rclp-return-link {
    font-size: 12px;
    color: #333;
    background-color: transparent;
    display: inline;
}

.eyebrow_left #text-size a:hover, .eyebrow_left a#rclp-return-link:hover {
    color: #84292b;
}

.eyebrow_right {
    width: 360px;
    margin: 0;
    float: right;
    text-align: right;
}

.eyebrow_right ul {
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 1px 0 0 0;
    padding: 0;
}

.eyebrow_right ul li {
    background-image: none;
    display: inline;
    float: right;
    list-style-image: none;
    font-weight: normal;
    margin: 0;
    padding: 0 6px 0 0;
}

/* google search form */

form#cse-search-box {
    width: 210px;
    margin: 0;
    padding: 0;
    float: right;
}

form#cse-search-box input[type="text"] {
    width: 170px;
    border: 1px solid #aaa;
    margin: 0 3px 0 0;
}

form#cse-search-box input[type="submit"].thoughtbot {
    margin: 0;
    padding: 1px 2px;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: .01em;
    width: 28px;
    height: 18px;
    font-family: Arial, sans-serif;
}

/* global menu */

.global_menu {
    font-family: franklin-gothic-urw, Arial, sans-serif;
    font-weight: normal;
    /*height: 24px;*/
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    position: relative;
}

.global_menu li {
    display: block;
    float: left;
    height: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.global_menu a {
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    margin-right: 2px;
}

.global_menu a {
    background-color: #5897bf;
    background: -moz-linear-gradient(top, #3d80aa 0%, #5897bf 25%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #3d80aa), color-stop(0.25, #5897bf));
}

.global_menu li.current-menu-item a, .global_menu li.current-page-item a,
.global_menu li.current-page-ancestor a, .global_menu li.current-menu-ancestor a,
.global_menu li.current-menu-parent a, .global_menu li.current-page-parent a {
    color: #111 !important;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    background-image: none;
}

.global_menu a, .global_menu a:link, .global_menu a:hover, .global_menu a:visited, .global_menu a:active {
    text-decoration: none;
}

.global_menu a:hover {
    color: #333333;
}

/* local menu */

ul.global_menu ul.sub-menu {
    position: absolute;
    left: 0;
    top: 30px;
    visibility: hidden;
    margin: 0;
}

ul.global_menu ul.sub-menu li {
    margin-left: 0;
}

ul.global_menu li.current-menu-ancestor ul.sub-menu {
    visibility: visible;
}

ul.global_menu ul.sub-menu a {
    color: #111;
    background-color: transparent;
    border-right: 1px solid #ebebeb;
    padding: 0 10px;
    margin: 6px 2px 6px 0;
}

ul.global_menu ul.sub-menu a:hover {
    color: #ce6800 !important;
}

ul.global_menu ul.sub-menu li.current-menu-item a {
    font-weight: bold;
    color: #ce6800 !important;
}

ul.global_menu ul.sub-menu li.last-menu-item a {
    border-right: none;
}

.global_menu li.current-menu-item ul.sub-menu a, .global_menu li.current-page-item ul.sub-menu a,
.global_menu li.current-page-ancestor ul.sub-menu a, .global_menu li.current-menu-ancestor ul.sub-menu a,
.global_menu li.current-menu-parent ul.sub-menu a, .global_menu li.current-page-parent ul.sub-menu a {
    border-bottom: none;
}

/* menu on reduced-navigation pages (registration flow) */

.section-home-link {
    font-family: franklin-gothic-urw, Arial, sans-serif;
    font-size: 13px;
}

/* quick_login_box */

.quick_login_box {
    z-index: 50;
    display: inline;
    position: relative;
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.quick_login_box label {
    display: block;
}

.quick_login_box .login-username label, .quick_login_box .login-password label {
    display: block;
    float: left;
    width: 6em;
    margin-right: .5em;
    text-align: right;
}

.quick_login_box .login-username input[type="email"], .quick_login_box .login-username input[type="text"],
.quick_login_box .login-password input[type="password"] {
    width: 240px;
    background-color: #fff;
    border: 1px solid #999;
}

.quick_login_box p.login-remember {
    margin-left: 6.5em;
}

.quick_login_box p {
    margin-bottom: 6px;
}

.quick_login_box p.message {
    margin: 0 0 6px 8px;
    font-size: 11px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}

.quick_login_box p.requestpassword {
    float: right;
    width: auto;
    font-size: 11px;
}

.quick_login_box p.closepassword {
    float: left;
    width: auto;
    font-size: 11px;
}

.quick_login_box p.requestpassword a, .quick_login_box p.closepassword a {
    color: #333;
}

.quick_login_box p.requestpassword a:hover, .quick_login_box p.closepassword a:hover {
    color: #333;
    text-decoration: underline;
}

.quick_login_box #contentDivImg-login {
    display: none;
    position: absolute;
    left: -200px;
    top: 17px;
    width: auto;
    padding: 2em 1.5em 1em 1.5em;
    background-color: #e3b639;
    background-color: rgba(227, 182, 57, 0.95);
    border: 1px solid #e3b639;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.quick_login_box form {
    width: 420px;
    text-align: left;
}

.quick_login_box .quickleftbox {
    float: left;
    width: 160px;
}

.quick_login_box .quickboxbutton {
    float: left;
    width: 75px;
    margin: 1.25em 0 0 0;
}

.quick_login_box p.login-submit {
    margin-left: 330px;
}

.quick_login_box #pwd-tml-page, .quick_login_box #log-tml-page {
    width: 150px;
    background-color: #fff;
}

.quick_login_box form#loginform-tml-page label {
    width: 12em;
    float: left;
    text-align: left;
    margin-left: 8px;
    display: inline;
}

.quick_login_box form#loginform-tml-page .forgetmenot label {
    width: 12em;
    float: none;
    text-align: left;
    margin-left: 0;
    display: inline;
}

.quick_login_box .forgetmenot {
    float: left;
    width: 220px;
    font-size: 11px;
    margin-bottom: 6px;
    text-align: left;
}

.quick_login_box .forgetmenot label {
    width: auto;
    display: inline;
}

/* contact form */

#contact_form {
    font-size: 14px;
}

.wpcf7-form .full-width {
    width: 100%;
}

.wpcf7-form .half-width {
    width: 48%;
}

.wpcf7-form p {
    font-size: .8em;
    margin-bottom: 0;
}

.wpcf7-form p.right, .wpcf7-form p.left {
    width: 49%
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    font-size: 1em;
    font-style: normal;
    font-family: franklin-gothic-urw, Arial, sans-serif;
}

#contact_form.don input {
    width: 90%;
}

#contact_form.don input.thoughtbot {
    width: auto;
}

#contact_form.don input#contact_date {
    width: auto;
}

#contact_form.don p.left {
    width: 48%;
    margin-top: 0;
}

#contact_form.don p.right {
    width: 48%;
    margin-top: 0;
}

#contact_form.don textarea {
    width: 100%
}

input.text_input, textarea.text_input {
    border: 1px solid #999;
    padding: 2px;
}

/* footer */

#footer {
    clear: both;
    color: #333;
    background-color: #fff;
    height: auto;
    width: 100%;
    border-top: 8px solid #034e7f;
    margin: 0;
    padding: 20px 0 10px 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#footer a {
    color: #333;
}

#footer a:hover {
    color: #ce6800;
}

#footer .copyright {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1em 0;
    clear: left;
}

#footer h3.widget-title {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: .75em;
}

#footer ul#menu-footer, #footer ul#menu-footer-2 {
    width: 960px;
    margin: 1em auto;
    padding: 0;
    text-align: center;
}

#footer ul#menu-footer li, #footer ul#menu-footer-2 li {
    display: inline;
    background-image: none;
    float: none;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    font-weight: normal;
    line-height: 1.1em;
    margin: .5em 0;
    padding: 0 7px 0 4px;
    border-right: 1px solid #ccc;
}

#footer ul#menu-footer li.last-menu-item, #footer ul#menu-footer-2 li.last-menu-item {
    padding-right: 3px;
    border-right: none;
}

#footer .copyright p {
    color: #999;
    background-color: transparent;
}

#footer .memberships {
    padding-bottom: 2em;
}

#footer .memberships img {
    margin: 0 3em 0 0;
}

/* list */
ul.anchor-list {
    font-size: .85em;
}

/* buttons* /

/* thoughtbot (inspired by thoughtbot.com)
*******************************************************************************/

button.thoughtbot, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"],
div.thoughtbot, button.bigthoughtbot, div.bigthoughtbot, input[type="submit"].thoughtbot,
input[type="submit"]#quick_login_submit, p.padT input[type="submit"],
input[type="submit"].button-primary, input.submit-button {
    background: #f58625;
    background: -moz-linear-gradient(top, #ff953d 0%, #f58625 50%, #e97a01 50%, #bd6207 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ff953d), color-stop(0.5, #f58625), color-stop(0.5, #e97a01), color-stop(1, #bd6207));
    border: 1px solid #cb6605;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 172, 118, 0.4), 0 1px 3px #333;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 172, 118, 0.4), 0 1px 3px #333;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 172, 118, 0.4), 0 1px 3px #333;
    color: #fff;
    font-family: franklin-gothic-urw, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .01em;
    padding: 6px 0;
    text-align: center;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
    width: auto;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {padding:4px 6px;}
#gform_1 h3 {display:none;visibility:hidden;}
#gform_wrapper_1 ul.gform_fields_1 li.gfield {clear:none !important;}
li.gformleft {float:left;width:48% !important;clear:none !important;}
li.gformright {float:right;width:48% !important;clear:none !important;}
.gform_wrapper .top_label li.gformleft input.medium, .gform_wrapper .top_label li.gformleft select.medium,
.gform_wrapper .top_label li.gformright input.medium, .gform_wrapper .top_label li.gformright select.medium {width:100% !important;}

div.thoughtbot.bluebutton {
    background: #a2a2a2; /* Old browsers */
    background: -moz-linear-gradient(top, #a2a2a2 0%, #a2a2a2 43%, #8d8d8d 47%, #8d8d8d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2a2a2), color-stop(43%, #a2a2a2), color-stop(47%, #8d8d8d), color-stop(100%, #8d8d8d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a2a2a2 0%, #a2a2a2 43%, #8d8d8d 47%, #8d8d8d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a2a2a2 0%, #a2a2a2 43%, #8d8d8d 47%, #8d8d8d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a2a2a2 0%, #a2a2a2 43%, #8d8d8d 47%, #8d8d8d 100%); /* IE10+ */
    background: linear-gradient(top, #a2a2a2 0%, #a2a2a2 43%, #8d8d8d 47%, #8d8d8d 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#8d8d8d', GradientType=0 ); /* IE6-9 */
    border: 1px solid #929292;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(204, 204, 204, 0.3), 0 1px 3px #333;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(204, 204, 204, 0.3), 0 1px 3px #333;
    box-shadow: inset 0px 0px 0px 1px rgba(204, 204, 204, 0.3), 0 1px 3px #333;
}

button.thoughtbot {
    padding: 6px 8px;
}

button.bigthoughtbot, div.bigthoughtbot {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    width: 300px;
}

div.bigthoughtbot a {
    color: #fff;
}

input[type="submit"].thoughtbot, input[type="submit"]#quick_login_submit {
    padding: 4px 6px;
}

button.thoughtbot:hover, div.thoughtbot:hover, button.bigthoughtbot:hover, div.bigthoughtbot:hover, input[type="submit"].thoughtbot:hover, input[type="submit"]#quick_login_submit:hover, p.padT input[type="submit"]:hover, input[type="submit"].button-primary:hover {
    background: #cb0500;
    background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601));
    cursor: pointer;
}

button.thoughtbot:active, div.thoughtbot:active, button.bigthoughtbot:active, div.bigthoughtbot:active, input[type="submit"].thoughtbot:active, input[type="submit"]#quick_login_submit:active, p.padT input[type="submit"]:active, input[type="submit"].button-primary:active {
    background: #b30300;
    background: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #d43c28), color-stop(0.5, #ad3224), color-stop(0.5, #9c1500), color-stop(1, #700d00));
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}

button.lightblue,
div.lightblue {
    background: #6d95c5;
    background: -moz-linear-gradient(top, #78a2dc 0%, #6d95c5 50%, #5679b1 50%, #0d367c 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #78a2dc), color-stop(0.5, #6d95c5), color-stop(0.5, #5679b1), color-stop(1, #536a91));
    border: 1px solid #53709c;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(100, 166, 255, 0.4), 0 1px 3px #333;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(100, 166, 255, 0.4), 0 1px 3px #333;
    box-shadow: inset 0px 0px 0px 1px rgba(100, 166, 255, 0.4), 0 1px 3px #333;
}

button.lightblue:hover,
div.button.lightblue:hover {
    background: #296fcf;
    background: -moz-linear-gradient(top, #4186e6 0%, #3475ce 50%, #0a49ab 50%, #0d367c 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #3580e7), color-stop(0.5, #296fcf), color-stop(0.5, #0a49ab), color-stop(1, #536a91));
    border: 1px solid #0a3e8b;
}

/* summit */

.summit-header, .summit-header-border {
    font-size: inherit;
    background-color: #e1edf6;
    padding: 12px;
    width: auto;
    margin: 10px 0 20px;
    text-align: left;
    line-height: 1.5em;
    border: 1px solid #7a92a0;
}

.summit-header-border p, .summit-header-border ul {
    margin: .25em 0 .5em 0;
}

.summit-header-border li {
    list-style-type: disc;
    margin-left: 1em;
}

#summit_speakers p {
    margin-left: 130px;
}

.ofie-blue {
    width: auto;
}

/* WP Page Numbers */

#content #wp_page_numbers {
    padding: 0 14px;
}

#content_three_col #wp_page_numbers, .bloghome #wp_page_numbers {
    padding: 0 10px;
}

#content .entry-content #wp_page_numbers, #content_three_col .entry-content #wp_page_numbers,
.bloghome .entry-content #wp_page_numbers {
    padding: 0;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    list-style: none;
    text-transform: none;
    text-indent: 0;
    font-variant: normal;
    text-align: left;
    line-height: 12px;
    letter-spacing: 0;
    word-spacing: 0;
}

#wp_page_numbers {
    margin-top: 1.25em;
    width: auto !important;
    background: #fff;
}

#wp_page_numbers ul {
    border-top: 1px dotted #ccc !important;
    width: 100%;
}

#wp_page_numbers li {
    float: left;
    display: block;
}

#wp_page_numbers a {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    color: #aaa;
    font-family: franklin-gothic-urw, Arial, sans-serif !important;
    font-size: 12px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
    color: #fff !important;
    background: #ce6800 !important;
    border-top: 2px solid #ce6800 !important;
    border-bottom: 2px solid #ce6800 !important ;
}

#wp_page_numbers li.space {
    font-size: 12px;
    font-family: Arial;
    color: #aaa;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
    font-style: italic;
}

#wp_page_numbers li.active_page a {
    color: #fff !important;
    background: #ccc !important;
    border-top: 2px solid #ccc !important;
    border-bottom: 2px solid #ccc !important;
}

#wp_page_numbers li.active_page a:hover {
    color: #fff; /* IE fix */
    background: #ccc !important;
    border-top: 2px solid #ccc !important;
    border-bottom: 2px solid #ccc !important;
}

#wp_page_numbers li.page_info {
    float: left;
    font-size: 12px;
    font-family: franklin-gothic-urw, Arial, sans-serif !important;
    color: #aaa;
    display: block;
    padding: 3px;
    padding-right: 5px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#sub-navigation li a {
    font-size: 13px;
    color: #111111;
    font-family: franklin-gothic-urw, Arial, sans-serif;
}

#sub-navigation ul li {
    top: 10px;
    position: relative;
}

#sub-navigation ul li span {
    color: #EBEBEB;
}

#sub-navigation .current-tab {
    font-weight: bold;
}

/*---
foundation css
*/

*, 
*:before, 
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.row .row:before, .row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}

.row .row.collapse:after {
    clear: both;
}

.column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

@media only screen {
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .small-1 {
        position: relative;
        width: 8.33333%;
    }

    .small-2 {
        position: relative;
        width: 16.66667%;
    }

    .small-3 {
        position: relative;
        width: 25%;
    }

    .small-4 {
        position: relative;
        width: 33.33333%;
    }

    .small-5 {
        position: relative;
        width: 41.66667%;
    }

    .small-6 {
        position: relative;
        width: 50%;
    }

    .small-7 {
        position: relative;
        width: 58.33333%;
    }

    .small-8 {
        position: relative;
        width: 66.66667%;
    }

    .small-9 {
        position: relative;
        width: 75%;
    }

    .small-10 {
        position: relative;
        width: 83.33333%;
    }

    .small-11 {
        position: relative;
        width: 91.66667%;
    }

    .small-12 {
        position: relative;
        width: 100%;
    }

    .small-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .small-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .small-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .small-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .small-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .small-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .small-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .small-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .small-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .small-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .small-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    [class*="column"] + [class*="column"].end {
        float: left;
    }

    .column.small-centered,
    .columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
    .large-1 {
        position: relative;
        width: 8.33333%;
    }

    .large-2 {
        position: relative;
        width: 16.66667%;
    }

    .large-3 {
        position: relative;
        width: 25%;
    }

    .large-4 {
        position: relative;
        width: 33.33333%;
    }

    .large-5 {
        position: relative;
        width: 41.66667%;
    }

    .large-6 {
        position: relative;
        width: 50%;
    }

    .large-7 {
        position: relative;
        width: 58.33333%;
    }

    .large-8 {
        position: relative;
        width: 66.66667%;
    }

    .large-9 {
        position: relative;
        width: 75%;
    }

    .large-10 {
        position: relative;
        width: 83.33333%;
    }

    .large-11 {
        position: relative;
        width: 91.66667%;
    }

    .large-12 {
        position: relative;
        width: 100%;
    }

    .row .large-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .row .large-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .row .large-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .row .large-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .row .large-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .row .large-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .row .large-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .row .large-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .row .large-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .row .large-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .row .large-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    .row .large-offset-11 {
        position: relative;
        margin-left: 91.66667%;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column.large-centered,
    .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right !important;
    }
}

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
    display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
    display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
    display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
    display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down,
table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up,
table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
    display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down,
thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large,
thead.hide-for-large-up, thead.hide-for-xlarge {
    display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down,
tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large,
tbody.hide-for-large-up, tbody.hide-for-xlarge {
    display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down,
tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up,
tr.hide-for-xlarge {
    display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down,
td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up,
td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
    display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
    .show-for-medium,
    .show-for-medium-up {
        display: inherit !important;
    }

    .show-for-small {
        display: none !important;
    }

    .hide-for-small {
        display: inherit !important;
    }

    .hide-for-medium,
    .hide-for-medium-up {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-medium, table.show-for-medium-up,
    table.hide-for-small {
        display: table;
    }

    thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
        display: table-header-group !important;
    }

    tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
        display: table-row-group !important;
    }

    tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
        display: table-row !important;
    }

    td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up,
    th.hide-for-small {
        display: table-cell !important;
    }
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
    .show-for-large,
    .show-for-large-up {
        display: inherit !important;
    }

    .show-for-medium,
    .show-for-medium-down {
        display: none !important;
    }

    .hide-for-medium,
    .hide-for-medium-down {
        display: inherit !important;
    }

    .hide-for-large,
    .hide-for-large-up {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-large, table.show-for-large-up,
    table.hide-for-medium, table.hide-for-medium-down {
        display: table;
    }

    thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium,
    thead.hide-for-medium-down {
        display: table-header-group !important;
    }

    tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium,
    tbody.hide-for-medium-down {
        display: table-row-group !important;
    }

    tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
        display: table-row !important;
    }

    td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down {
        display: table-cell !important;
    }
}

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
    .show-for-xlarge {
        display: inherit !important;
    }

    .show-for-large,
    .show-for-large-down {
        display: none !important;
    }

    .hide-for-large,
    .hide-for-large-down {
        display: inherit !important;
    }

    .hide-for-xlarge {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-xlarge, table.hide-for-large,
    table.hide-for-large-down {
        display: table;
    }

    thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
        display: table-header-group !important;
    }

    tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
        display: table-row-group !important;
    }

    tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
        display: table-row !important;
    }

    td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
    th.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down {
        display: table-cell !important;
    }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape,
table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}

/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -0.625em;
        *zoom: 1;
    }

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-1 > li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-1 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .small-block-grid-2 > li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-2 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .small-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-3 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .small-block-grid-4 > li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-4 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .small-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-5 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .small-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-6 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .small-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-7 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .small-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-8 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .small-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-9 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .small-block-grid-10 > li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-10 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .small-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-11 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .small-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-12 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
    /* Remove small grid clearing */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: none;
    }

    .large-block-grid-1 > li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-1 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .large-block-grid-2 > li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-2 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .large-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-3 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .large-block-grid-4 > li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-4 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .large-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-5 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .large-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-6 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .large-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-7 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .large-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-8 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .large-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-9 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .large-block-grid-10 > li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-10 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .large-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-11 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .large-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-12 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

p.lead {
    font-size: 1.21875em;
    line-height: 1.6;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #111111;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 45px;
}

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #111111;
    margin-bottom: 0;
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none;
}

.top-bar .row {
    max-width: none;
}

.top-bar form,
.top-bar input {
    margin-bottom: 0;
}

.top-bar input {
    height: 2.45em;
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0;
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px;
    list-style: none outside none;
}

.top-bar .name h1 {
    line-height: 45px;
    font-size: 1.0625em;
    margin: 0;
}

.top-bar .name h1 a {
    font-weight: bold;
    color: white;
    width: 50%;
    display: block;
    padding: 0 15px;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: white;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: white;
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

.top-bar.expanded {
    height: auto;
    background: transparent;
}

.top-bar.expanded .title-area {
    background: #111111;
}

.top-bar.expanded .toggle-topbar a {
    color: #888888;
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
    box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #222222;
    font-size: 16px;
    margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-bottom: solid 1px #2b2b2b;
    border-top: solid 1px black;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-section ul li > a {
    /*display: block;
        color: white;
        padding: 12px 0 12px 0;
        padding-left: 15px;
        font-size: 0.8125em;
        font-weight: bold;
        background: #222222;*/
    width: 100%;
}

.top-bar-section ul li > a.button {
    background: #2ba6cb;
    font-size: 0.8125em;
    padding-right: 15px;
    padding-left: 15px;
}

.top-bar-section ul li > a.button:hover {
    background: #2284a1;
}

.top-bar-section ul li > a.button.secondary {
    background: #e9e9e9;
}

.top-bar-section ul li > a.button.secondary:hover {
    background: #d0d0d0;
}

.top-bar-section ul li > a.button.success {
    background: #5da423;
}

.top-bar-section ul li > a.button.success:hover {
    background: #457a1a;
}

.top-bar-section ul li > a.button.alert {
    background: #c60f13;
}

.top-bar-section ul li > a.button.alert:hover {
    background: #970b0e;
}

.top-bar-section ul li:hover > a {
    /* background: black;*/
    color: white;
}

.top-bar-section ul li.active > a {
    /* background: #090909;*/
    color: white;
}

.top-bar-section .has-form {
    padding: 15px;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99;
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: bold;
}

.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
    color: white;
    line-height: 22.5px;
    display: block;
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    font-size: 0.625em;
}

.top-bar-js-breakpoint {
    width: 70em !important;
    visibility: hidden;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 940px) {
    .top-bar {
        background: #111111;
        *zoom: 1;
        overflow: visible;
    }

    .top-bar:before, .top-bar:after {
        content: " ";
        display: table;
    }

    .top-bar:after {
        clear: both;
    }

    .top-bar .toggle-topbar {
        display: none;
    }

    .top-bar .title-area {
        float: left;
    }

    .top-bar .name h1 a {
        width: auto;
    }

    .top-bar input,
    .top-bar .button {
        line-height: 2em;
        font-size: 0.875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px;
    }

    .top-bar.expanded {
        background: #111111;
    }

    .contain-to-grid .top-bar {
        max-width: 62.5em;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important;
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline;
    }

    .top-bar-section ul li {
        float: left;
    }

    .top-bar-section ul li .js-generated {
        display: none;
    }

    /* .top-bar-section li.hover > a:not(.button) {
          background: black;
          color: white; }
        .top-bar-section li a:not(.button) {
          padding: 0 15px;
          line-height: 45px;
          background: #111111; }
          .top-bar-section li a:not(.button):hover {
            /*background: black; }*/
    .top-bar-section .has-dropdown > a {
        padding-right: 35px !important;
    }

    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px;
    }

    .top-bar-section .has-dropdown.moved {
        position: relative;
    }

    .top-bar-section .has-dropdown.moved > .dropdown {
        display: none;
    }

    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block;
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 1em;
        margin-top: -7px;
        right: 5px;
    }

    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%;
    }

    .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #1e1e1e;
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e;
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #2b2b2b;
        border-left: solid 1px black;
        clear: none;
        height: 45px;
        width: 0;
    }

    .top-bar-section .has-form {
        background: #111111;
        padding: 0 15px;
        height: 45px;
    }

    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0;
    }

    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%;
    }

    .no-js .top-bar-section ul li:hover > a {
        background: black;
        color: white;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #090909;
        color: white;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
    }
}

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
}

[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style],
.section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style],
.section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style],
.section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style],
.section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style],
.section-container.accordion[data-section-small-style] {
    width: 100% !important;
}

[data-section=''][data-section-small-style] > [data-section-region],
[data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section,
[data-section='auto'][data-section-small-style] > [data-section-region],
[data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section,
.section-container.auto[data-section-small-style] > [data-section-region],
.section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section,
.section-container.vertical-tabs[data-section-small-style] > [data-section-region],
.section-container.vertical-tabs[data-section-small-style] > section,
.section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section,
.section-container.vertical-nav[data-section-small-style] > [data-section-region],
.section-container.vertical-nav[data-section-small-style] > section,
.section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section,
.section-container.horizontal-nav[data-section-small-style] > [data-section-region],
.section-container.horizontal-nav[data-section-small-style] > section,
.section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section,
.section-container.accordion[data-section-small-style] > [data-section-region],
.section-container.accordion[data-section-small-style] > section,
.section-container.accordion[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
}

[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section=''][data-section-small-style] > [data-section-region] > .title,
[data-section=''][data-section-small-style] > section > [data-section-title],
[data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title],
[data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='auto'][data-section-small-style] > [data-section-region] > .title,
[data-section='auto'][data-section-small-style] > section > [data-section-title],
[data-section='auto'][data-section-small-style] > section > .title,
[data-section='auto'][data-section-small-style] > .section > [data-section-title],
[data-section='auto'][data-section-small-style] > .section > .title,
.section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.auto[data-section-small-style] > [data-section-region] > .title,
.section-container.auto[data-section-small-style] > section > [data-section-title],
.section-container.auto[data-section-small-style] > section > .title,
.section-container.auto[data-section-small-style] > .section > [data-section-title],
.section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title,
.section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title,
.section-container.vertical-tabs[data-section-small-style] > section > [data-section-title],
.section-container.vertical-tabs[data-section-small-style] > section > .title,
.section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title],
.section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title,
.section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title,
.section-container.vertical-nav[data-section-small-style] > section > [data-section-title],
.section-container.vertical-nav[data-section-small-style] > section > .title,
.section-container.vertical-nav[data-section-small-style] > .section > [data-section-title],
.section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title,
.section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title,
.section-container.horizontal-nav[data-section-small-style] > section > [data-section-title],
.section-container.horizontal-nav[data-section-small-style] > section > .title,
.section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title],
.section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title,
.section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.accordion[data-section-small-style] > [data-section-region] > .title,
.section-container.accordion[data-section-small-style] > section > [data-section-title],
.section-container.accordion[data-section-small-style] > section > .title,
.section-container.accordion[data-section-small-style] > .section > [data-section-title],
.section-container.accordion[data-section-small-style] > .section > .title {
    width: 100% !important;
}

[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region],
[data-section='auto'] > section, [data-section='auto'] > .section,
[data-section='auto'] > [data-section-region], .section-container.auto > section,
.section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section,
.section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section,
.section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section,
.section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section,
.section-container.accordion > .section, .section-container.accordion > [data-section-region] {
    margin: 0;
}

[data-section=''] > section > [data-section-title], [data-section=''] > section > .title,
[data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title,
[data-section=''] > [data-section-region] > [data-section-title],
[data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title],
[data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title],
[data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title],
[data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title],
.section-container.auto > section > .title, .section-container.auto > .section > [data-section-title],
.section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title],
.section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title],
.section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title],
.section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title],
.section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title],
.section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title],
.section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title],
.section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title,
.section-container.horizontal-nav > section > [data-section-title],
.section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title],
.section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title],
.section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title],
.section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title],
.section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title],
.section-container.accordion > [data-section-region] > .title {
    margin-bottom: 0;
}

[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a,
[data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a,
[data-section=''] > [data-section-region] > [data-section-title] a,
[data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a,
[data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a,
[data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a,
[data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a,
.section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a,
.section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a,
.section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a,
.section-container.vertical-tabs > section > [data-section-title] a,
.section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a,
.section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a,
.section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a,
.section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a,
.section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a,
.section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a,
.section-container.horizontal-nav > section > [data-section-title] a,
.section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a,
.section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a,
.section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a,
.section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a,
.section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a,
.section-container.accordion > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

[data-section=''] > section > [data-section-content], [data-section=''] > section > .content,
[data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content,
[data-section=''] > [data-section-region] > [data-section-content],
[data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content],
[data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content],
[data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content],
[data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content],
.section-container.auto > section > .content, .section-container.auto > .section > [data-section-content],
.section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content],
.section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content,
.section-container.vertical-tabs > section > [data-section-content],
.section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content],
.section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content],
.section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content,
.section-container.vertical-nav > section > [data-section-content],
.section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content],
.section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content],
.section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content,
.section-container.horizontal-nav > section > [data-section-content],
.section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content],
.section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content],
.section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content],
.section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content],
.section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content],
.section-container.accordion > [data-section-region] > .content {
    display: none;
}

[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content,
[data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content,
[data-section=''] > [data-section-region].active > [data-section-content],
[data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content],
[data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content],
[data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content],
[data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content],
.section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content],
.section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content],
.section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content,
.section-container.vertical-tabs > section.active > [data-section-content],
.section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content],
.section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content],
.section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content,
.section-container.vertical-nav > section.active > [data-section-content],
.section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content],
.section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content],
.section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content,
.section-container.horizontal-nav > section.active > [data-section-content],
.section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content],
.section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content],
.section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content,
.section-container.accordion > section.active > [data-section-content],
.section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content],
.section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content],
.section-container.accordion > [data-section-region].active > .content {
    display: block;
}

[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
    padding: 0 !important;
}

[data-section=''] > section > [data-section-title], [data-section=''] > section > .title,
[data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title,
[data-section=''] > [data-section-region] > [data-section-title],
[data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title],
[data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title],
[data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title],
[data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title],
.section-container.auto > section > .title, .section-container.auto > .section > [data-section-title],
.section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title],
.section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title],
.section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title],
.section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title],
.section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title],
.section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title],
.section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title],
.section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title,
.section-container.horizontal-nav > section > [data-section-title],
.section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title],
.section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title],
.section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title],
.section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title],
.section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title],
.section-container.accordion > [data-section-region] > .title {
    width: 100%;
}

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
    border-top: 1px solid #cccccc;
}

.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
}

.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
}

.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
    background-color: #e2e2e2;
}

.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
}

.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
    margin-bottom: 0;
}

.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
    padding-top: 0;
}

.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
}

.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
    background: #d5d5d5;
}

.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
    color: #333333;
}

.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
    padding: 0 !important;
}

.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
    border-top: none;
}

[data-section='tabs'], .section-container.tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
}

[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
}

[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title,
[data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title,
[data-section='tabs'] > [data-section-region] > [data-section-title],
[data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title],
.section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title],
.section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title],
.section-container.tabs > [data-section-region] > .title {
    margin-bottom: 0;
}

[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a,
[data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a,
[data-section='tabs'] > [data-section-region] > [data-section-title] a,
[data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a,
.section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a,
.section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a,
.section-container.tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content,
[data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content,
[data-section='tabs'] > [data-section-region] > [data-section-content],
[data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content],
.section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content],
.section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content],
.section-container.tabs > [data-section-region] > .content {
    display: none;
}

[data-section='tabs'] > section.active > [data-section-content],
[data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content],
[data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content],
[data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content],
.section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content],
.section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content],
.section-container.tabs > [data-section-region].active > .content {
    display: block;
}

[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
}

[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title,
[data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title,
[data-section='tabs'] > [data-section-region] > [data-section-title],
[data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title],
.section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title],
.section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title],
.section-container.tabs > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.section-container.tabs {
    border: none;
}

.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
}

.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
}

.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
    background-color: #e2e2e2;
}

.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
}

.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
    margin-bottom: 0;
}

.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
    padding-top: 0;
}

.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
}

.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    background: white;
}

.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
    color: #333333;
}

.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
    padding: 0 !important;
}

.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    border-bottom: 0;
}

@media only screen and (min-width: 768px) {
    [data-section=''], [data-section='auto'], .section-container.auto {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em;
    }

    [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden;
    }

    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title,
    [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title,
    [data-section=''] > [data-section-region] > [data-section-title],
    [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title],
    [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title],
    [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title],
    [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title],
    .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title],
    .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title],
    .section-container.auto > [data-section-region] > .title {
        margin-bottom: 0;
    }

    [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a,
    [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a,
    [data-section=''] > [data-section-region] > [data-section-title] a,
    [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a,
    [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a,
    [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a,
    [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a,
    .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a,
    .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a,
    .section-container.auto > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap;
    }

    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content,
    [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content,
    [data-section=''] > [data-section-region] > [data-section-content],
    [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content],
    [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content],
    [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content],
    [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content],
    .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content],
    .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content],
    .section-container.auto > [data-section-region] > .content {
        display: none;
    }

    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content,
    [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content,
    [data-section=''] > [data-section-region].active > [data-section-content],
    [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content],
    [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content],
    [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content],
    [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content],
    .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content],
    .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content],
    .section-container.auto > [data-section-region].active > .content {
        display: block;
    }

    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
        padding: 0 !important;
    }

    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title,
    [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title,
    [data-section=''] > [data-section-region] > [data-section-title],
    [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title],
    [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title],
    [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title],
    [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title],
    .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title],
    .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title],
    .section-container.auto > [data-section-region] > .title {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    .section-container.auto {
        border: none;
    }

    .section-container.auto > section > .title, .section-container.auto > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #cccccc;
    }

    .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none;
    }

    .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: #e2e2e2;
    }

    .section-container.auto > section > .content, .section-container.auto > .section > .content {
        padding: 0.9375em;
        background-color: white;
        border: solid 1px #cccccc;
    }

    .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
        margin-bottom: 0;
    }

    .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
        padding-top: 0;
    }

    .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0;
    }

    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        background: white;
    }

    .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: #333333;
    }

    .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
        padding: 0 !important;
    }

    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        border-bottom: 0;
    }

    [data-section='vertical-tabs'], .section-container.vertical-tabs {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em;
    }

    [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden;
    }

    [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
        width: 100% !important;
    }

    [data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
    [data-section='vertical-tabs'][data-section-small-style] > section,
    [data-section='vertical-tabs'][data-section-small-style] > .section,
    .section-container.vertical-tabs[data-section-small-style] > [data-section-region],
    .section-container.vertical-tabs[data-section-small-style] > section,
    .section-container.vertical-tabs[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important;
    }

    [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
    [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
    [data-section='vertical-tabs'][data-section-small-style] > section > .title,
    [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
    [data-section='vertical-tabs'][data-section-small-style] > .section > .title,
    .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title],
    .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title,
    .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title],
    .section-container.vertical-tabs[data-section-small-style] > section > .title,
    .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title],
    .section-container.vertical-tabs[data-section-small-style] > .section > .title {
        width: 100% !important;
    }

    [data-section='vertical-tabs'] > section > [data-section-title],
    [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title],
    [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title],
    .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title],
    .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title],
    .section-container.vertical-tabs > [data-section-region] > .title {
        margin-bottom: 0;
    }

    [data-section='vertical-tabs'] > section > [data-section-title] a,
    [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a,
    [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
    [data-section='vertical-tabs'] > [data-section-region] > .title a,
    .section-container.vertical-tabs > section > [data-section-title] a,
    .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a,
    .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a,
    .section-container.vertical-tabs > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap;
    }

    [data-section='vertical-tabs'] > section > [data-section-content],
    [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content],
    [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
    [data-section='vertical-tabs'] > [data-section-region] > .content,
    .section-container.vertical-tabs > section > [data-section-content],
    .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content],
    .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content],
    .section-container.vertical-tabs > [data-section-region] > .content {
        display: none;
    }

    [data-section='vertical-tabs'] > section.active > [data-section-content],
    [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content],
    [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
    [data-section='vertical-tabs'] > [data-section-region].active > .content,
    .section-container.vertical-tabs > section.active > [data-section-content],
    .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content],
    .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content],
    .section-container.vertical-tabs > [data-section-region].active > .content {
        display: block;
    }

    [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
        padding: 0 !important;
    }

    [data-section='vertical-tabs'] > section > [data-section-title],
    [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title],
    [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title],
    .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title],
    .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title],
    .section-container.vertical-tabs > [data-section-region] > .title {
        position: absolute;
        top: 0;
        left: 0;
        width: 12.5em;
    }

    [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active,
    [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active,
    .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
        padding-left: 12.5em;
    }

    [data-section='vertical-tabs'] > section.active > [data-section-title],
    [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title],
    [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region].active > .title,
    .section-container.vertical-tabs > section.active > [data-section-title],
    .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title],
    .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title],
    .section-container.vertical-tabs > [data-section-region].active > .title {
        width: 12.5em;
    }

    .section-container.vertical-tabs {
        border: none;
    }

    .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #cccccc;
    }

    .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none;
    }

    .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
        background-color: #e2e2e2;
    }

    .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
        padding: 0.9375em;
        background-color: white;
        border: solid 1px #cccccc;
    }

    .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
        margin-bottom: 0;
    }

    .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
        padding-top: 0;
    }

    .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0;
    }

    .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
        background: #d5d5d5;
    }

    .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
        color: #333333;
    }

    .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
        padding: 0 !important;
    }

    .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
        padding-left: 12.4375em;
    }

    .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
        background-color: #d5d5d5;
    }

    [data-section='vertical-nav'], .section-container.vertical-nav {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em;
    }

    [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden;
    }

    [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
        width: 100% !important;
    }

    [data-section='vertical-nav'][data-section-small-style] > [data-section-region],
    [data-section='vertical-nav'][data-section-small-style] > section,
    [data-section='vertical-nav'][data-section-small-style] > .section,
    .section-container.vertical-nav[data-section-small-style] > [data-section-region],
    .section-container.vertical-nav[data-section-small-style] > section,
    .section-container.vertical-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important;
    }

    [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
    [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
    [data-section='vertical-nav'][data-section-small-style] > section > .title,
    [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
    [data-section='vertical-nav'][data-section-small-style] > .section > .title,
    .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title],
    .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title,
    .section-container.vertical-nav[data-section-small-style] > section > [data-section-title],
    .section-container.vertical-nav[data-section-small-style] > section > .title,
    .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title],
    .section-container.vertical-nav[data-section-small-style] > .section > .title {
        width: 100% !important;
    }

    [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section,
    [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section,
    .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
        position: relative;
        display: inline-block;
    }

    [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title,
    [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title],
    .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title],
    .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title],
    .section-container.vertical-nav > [data-section-region] > .title {
        margin-bottom: 0;
    }

    [data-section='vertical-nav'] > section > [data-section-title] a,
    [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a,
    [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
    [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a,
    .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a,
    .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a,
    .section-container.vertical-nav > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap;
    }

    [data-section='vertical-nav'] > section > [data-section-content],
    [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content],
    [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region] > .content,
    .section-container.vertical-nav > section > [data-section-content],
    .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content],
    .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content],
    .section-container.vertical-nav > [data-section-region] > .content {
        display: none;
    }

    [data-section='vertical-nav'] > section.active > [data-section-content],
    [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content],
    [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region].active > .content,
    .section-container.vertical-nav > section.active > [data-section-content],
    .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content],
    .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content],
    .section-container.vertical-nav > [data-section-region].active > .content {
        display: block;
    }

    [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
        padding: 0 !important;
    }

    [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title,
    [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title],
    .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title],
    .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title],
    .section-container.vertical-nav > [data-section-region] > .title {
        position: static;
        width: auto;
    }

    [data-section='vertical-nav'] > section > [data-section-title] a,
    [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a,
    [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
    [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a,
    .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a,
    .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a,
    .section-container.vertical-nav > [data-section-region] > .title a {
        display: block;
    }

    [data-section='vertical-nav'] > section > [data-section-content],
    [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content],
    [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region] > .content,
    .section-container.vertical-nav > section > [data-section-content],
    .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content],
    .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content],
    .section-container.vertical-nav > [data-section-region] > .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em;
    }

    .section-container.vertical-nav {
        border: none;
    }

    .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #cccccc;
    }

    .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none;
    }

    .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
        background-color: #e2e2e2;
    }

    .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
        padding: 0.9375em;
        background-color: white;
        border: solid 1px #cccccc;
    }

    .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
        margin-bottom: 0;
    }

    .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
        padding-top: 0;
    }

    .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0;
    }

    .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
        background: #d5d5d5;
    }

    .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
        color: #333333;
    }

    .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
        padding: 0 !important;
    }

    [data-section='horizontal-nav'], .section-container.horizontal-nav {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em;
    }

    [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden;
    }

    [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
        width: 100% !important;
    }

    [data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
    [data-section='horizontal-nav'][data-section-small-style] > section,
    [data-section='horizontal-nav'][data-section-small-style] > .section,
    .section-container.horizontal-nav[data-section-small-style] > [data-section-region],
    .section-container.horizontal-nav[data-section-small-style] > section,
    .section-container.horizontal-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important;
    }

    [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
    [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
    [data-section='horizontal-nav'][data-section-small-style] > section > .title,
    [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
    [data-section='horizontal-nav'][data-section-small-style] > .section > .title,
    .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title],
    .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title,
    .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title],
    .section-container.horizontal-nav[data-section-small-style] > section > .title,
    .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title],
    .section-container.horizontal-nav[data-section-small-style] > .section > .title {
        width: 100% !important;
    }

    [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section,
    [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section,
    .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
        position: relative;
        float: left;
    }

    [data-section='horizontal-nav'] > section > [data-section-title],
    [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title],
    [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'] > [data-section-region] > .title,
    .section-container.horizontal-nav > section > [data-section-title],
    .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title],
    .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title],
    .section-container.horizontal-nav > [data-section-region] > .title {
        margin-bottom: 0;
    }

    [data-section='horizontal-nav'] > section > [data-section-title] a,
    [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a,
    [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
    [data-section='horizontal-nav'] > [data-section-region] > .title a,
    .section-container.horizontal-nav > section > [data-section-title] a,
    .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a,
    .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a,
    .section-container.horizontal-nav > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap;
    }

    [data-section='horizontal-nav'] > section > [data-section-content],
    [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content],
    [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region] > .content,
    .section-container.horizontal-nav > section > [data-section-content],
    .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content],
    .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content],
    .section-container.horizontal-nav > [data-section-region] > .content {
        display: none;
    }

    [data-section='horizontal-nav'] > section.active > [data-section-content],
    [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content],
    [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region].active > .content,
    .section-container.horizontal-nav > section.active > [data-section-content],
    .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content],
    .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content],
    .section-container.horizontal-nav > [data-section-region].active > .content {
        display: block;
    }

    [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
        padding: 0 !important;
    }

    [data-section='horizontal-nav'] > section > [data-section-title],
    [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title],
    [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'] > [data-section-region] > .title,
    .section-container.horizontal-nav > section > [data-section-title],
    .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title],
    .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title],
    .section-container.horizontal-nav > [data-section-region] > .title {
        position: static;
        width: auto;
    }

    [data-section='horizontal-nav'] > section > [data-section-title] a,
    [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a,
    [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
    [data-section='horizontal-nav'] > [data-section-region] > .title a,
    .section-container.horizontal-nav > section > [data-section-title] a,
    .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a,
    .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a,
    .section-container.horizontal-nav > [data-section-region] > .title a {
        display: block;
    }

    [data-section='horizontal-nav'] > section > [data-section-content],
    [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content],
    [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region] > .content,
    .section-container.horizontal-nav > section > [data-section-content],
    .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content],
    .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content],
    .section-container.horizontal-nav > [data-section-region] > .content {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em;
    }

    .section-container.horizontal-nav {
        background: #efefef;
        border: 1px solid #cccccc;
    }

    .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #cccccc;
    }

    .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none;
    }

    .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
        background-color: #e2e2e2;
    }

    .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
        padding: 0.9375em;
        background-color: white;
        border: solid 1px #cccccc;
    }

    .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
        margin-bottom: 0;
    }

    .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
        padding-top: 0;
    }

    .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0;
    }

    .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
        background: #d5d5d5;
    }

    .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
        color: #333333;
    }

    .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
        padding: 0 !important;
    }
}

.no-js [data-section], .no-js .section-container {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
}

.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
    width: 100% !important;
}

.no-js [data-section][data-section-small-style] > [data-section-region],
.no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section,
.no-js .section-container[data-section-small-style] > [data-section-region],
.no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
}

.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title],
.no-js [data-section][data-section-small-style] > [data-section-region] > .title,
.no-js [data-section][data-section-small-style] > section > [data-section-title],
.no-js [data-section][data-section-small-style] > section > .title,
.no-js [data-section][data-section-small-style] > .section > [data-section-title],
.no-js [data-section][data-section-small-style] > .section > .title,
.no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title],
.no-js .section-container[data-section-small-style] > [data-section-region] > .title,
.no-js .section-container[data-section-small-style] > section > [data-section-title],
.no-js .section-container[data-section-small-style] > section > .title,
.no-js .section-container[data-section-small-style] > .section > [data-section-title],
.no-js .section-container[data-section-small-style] > .section > .title {
    width: 100% !important;
}

.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region],
.no-js .section-container > section, .no-js .section-container > .section,
.no-js .section-container > [data-section-region] {
    margin: 0;
}

.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title,
.no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title,
.no-js [data-section] > [data-section-region] > [data-section-title],
.no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title],
.no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title],
.no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title],
.no-js .section-container > [data-section-region] > .title {
    margin-bottom: 0;
}

.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a,
.no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a,
.no-js [data-section] > [data-section-region] > [data-section-title] a,
.no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a,
.no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a,
.no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a,
.no-js .section-container > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content,
.no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content,
.no-js [data-section] > [data-section-region] > [data-section-content],
.no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content],
.no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content],
.no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content],
.no-js .section-container > [data-section-region] > .content {
    display: none;
}

.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content,
.no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content,
.no-js [data-section] > [data-section-region].active > [data-section-content],
.no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content],
.no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content],
.no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content],
.no-js .section-container > [data-section-region].active > .content {
    display: block;
}

.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
    padding: 0 !important;
}

.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title,
.no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title,
.no-js [data-section] > [data-section-region] > [data-section-title],
.no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title],
.no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title],
.no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title],
.no-js .section-container > [data-section-region] > .title {
    width: 100%;
}

.no-js .section-container {
    border-top: 1px solid #cccccc;
}

.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
}

.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
}

.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
    background-color: #e2e2e2;
}

.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
}

.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
    margin-bottom: 0;
}

.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
    padding-top: 0;
}

.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
}

.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
    background: #d5d5d5;
}

.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
    color: #333333;
}

.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
    padding: 0 !important;
}

.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    border-top: none;
}

/* Flex Video */
.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---
specific overrides
*/

#content_home .column, #content_home .columns {
    padding: 0;
}

#content_home #home_left {
    width: 100%;
    float: left;
    margin: 0;
}

.wistia-home {
    padding-right: 27px;
    margin-bottom: 10px;
}

#content_home #home_right {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

.eyebrow_left {
    height: auto;
    margin-top: 5px;
}

.container_eyebrow {
    padding: 5px 10px;
    height: auto;
    min-height: 30px;
    width: 100%;
    background-color: #E2B700;
}

#page_top {
    width: 100%;
    height: auto;
    padding: 0;
}

#section_page_top {
    height: auto;
    min-height: 137px;
}

.eyebrow-wrapper {
    background-color: #E2B700;
}

#page_nav {
    background-color: rgba(0, 0, 0, 0);
}

.topbar ul, .topbar ul li {
    list-style: none outside none;
}

#header {
    width: 100%;
    max-width: 960px;
    height: auto;
}

#header .nameplate #nameplate_date {
    left: 240.5px;
}

#header .nameplate #nameplate_logo {
    width: 100%;
}

#header .nameplate #nameplate_ad {
    padding-right: 0;
}

#header .nameplate #nameplate_date {
    font-size: 0.68em;
    margin-top: 1.5px;
}

#nameplate_logo {
    padding: 0;
}

.top-bar-section li a:not(.button) {
    background: -moz-linear-gradient(center top , #3D80AA 0%, #5897BF 25%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 24px;
    padding: 6px 10px;
}

.top-bar-section li a:not(.button):hover {
    color: #333333;
}

.global_menu li.current-menu-item a, .global_menu li.current-page-item a,
.global_menu li.current-page-ancestor a, .global_menu li.current-menu-ancestor a,
.global_menu li.current-menu-parent a, .global_menu li.current-page-parent a {
    background-color: #FFFFFF;
    background-image: none;
    border-bottom: 1px solid #EBEBEB;
    color: #111111 !important;
}

.expanded .global_menu li.has-form {
    height: 50px;
}

.expanded .global_menu li.has-form:hover {
    background-color: #5C96C3;
}

.googlesearch-mobile form#cse-search-box {
    float: none;
    margin: 0 0 0 3%;
    padding: 0;
    width: 100%;
}

.googlesearch-mobile form#cse-search-box input[type="text"] {
    background: url("http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif") no-repeat scroll left center rgb(255, 255, 255);
    border: 1px solid #AAAAAA;
    margin: 0 3px 0 0;
    width: 80%;
}

.googlesearch-mobile form#cse-search-box input[type="text"]:focus {
    background: none repeat scroll 0 0 #FFFFFF;
}

form#cse-search-box input.thoughtbot.mobile-search[type="submit"] {
    height: 26px;
    letter-spacing: 0.01em;
    line-height: 1.2em;
    margin: 0;
    min-width: 30px;
    padding: 2px 0 0;
    width: 10%;
}

#nameplate_tagline {
    background-color: #FFFFFF;
}

.top-bar-section ul {
    background: transparent;
    display: block;

}

.top-bar.expanded .title-area {
    background: none repeat scroll 0 0 #5C96C3;
}

.top-bar.expanded .toggle-topbar a {
    color: #fff;
}

.top-bar.expanded .toggle-topbar a span {
    box-shadow: 0 10px 0 1px #FFFFFF, 0 16px 0 1px #FFFFFF, 0 22px 0 1px #FFFFFF;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 16px;
}

#floater_container .floater {
    width: 90%;
    max-width: 750px;
}

.ofie {
    margin: 15px;
    max-width: 610px;
    width: 100%;
}

.ofie h2.ofieheader {
    margin: 40px 0 0;
}

#ofieform, .floater_form {
    float: none;
    width: auto;
}

.ofie small, .floater_privacy {
    clear: both;
    margin: 10px 4%;
}

.wrapper {
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}

#content_home {
    width: 100%
}

#home_left p {
    margin-top: 0;
}

#section_page_nav {
    height: auto;
    min-height: 65px;
    overflow: visible;
}

#content, #content-2, #content-3 {
    width: 100%;
    max-width: 638px;
}

#content.search-results-content {
    max-width: none;
    width: 100%;
}

#content-choose-format {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 20px;
    margin: 1em auto;
    max-width: 638px;
    width: 100%;
}

img.left.choose-format-img {
    display: inline-block;
    float: none;
    margin: 0 auto 1em;
    max-width: 160px;
    position: relative;
}

#sidebar, #sidebar_left {
    width: 100%;
    max-width: 300px;
}

li.menu-icon {
    list-style: none;
}

#sidebar .widget .textwidget .widget-ul h6 {
    display: none;
    margin-left: 10px;
    font-size: 1em;
    color: #CCCCCC;
}

p.indent-page-content, div.indent-page-content {
    padding-left: 1.15em;
}

.code-example {
    background: none repeat scroll 0 0 #F4F4F4;
    color: #333333;
    font-family: monospace;
    font-size: 0.85em;
    margin: 0 auto 20px;
    padding: 10px;
    width: 90%;
}

h4.about-headers {
    font-size: 1.2rem;
    margin-bottom: -13px;
}

/*---
testimonials
*/

div.testimonial {
    padding: 0;
    font-weight: bold;
    font-style: italic;
    background-color: #f5f5f5;
}

div.testimonial.last {
    border-top: 2px solid white;
}

div.testimonial p {
    margin: 0 auto;
}

div.testimonial img {
    text-align: center;
    margin: 0 auto;
}

div.testimonial .small-8.columns {
    border-left: 2px solid white;
    padding: 1.15em;
}

div.testimonial .small-8.columns.text-left {
    border-right: 2px solid white;
    border-left-width: 0px;
    text-align: right;
}

div.testimonial .small-4.columns {
    padding: 1.15em;
}

p.testimonial-cite {
    font-weight: 100;
    color: #565656;
    margin-left: 12px;
    font-size: 0.7em;
}

.flex-video.testimonial-vid {
    margin: 0 auto;
    max-width: 550px;
    min-height: 315px;
    padding-bottom: 35.5%;
}

.flex-video.testimonial-vid iframe {
    max-width: 550px;
}

a.back-to-top {
    float: right;
}

h3.video-testimonial {
    clear: both;
    text-align: center;
}

.testimonial-named {
    font-size: 0.9em;
    text-align: center;
}

.testimonial-named span {
    color: #888888;
}

/*---
blog
*/

.row-blog .large-4.columns {
    width: 28.5%;
    padding: 0;
    margin-right: 1.15em;
}

.row-blog .large-8.columns {
    padding: 0;

}

.row-blog #content_three_col {
    max-width: 438px;
    width: 68.67%;
}

.large-8.push-4 {
    left: 31.4%;
}

.large-4.pull-8 {
    right: 68.7%;
}

#text-27 {
    display: none;
}

#content section.free_download_item .entry-content div.thoughtbot {
    margin: 20px 0;
}

#content section.free_download_item .entry-content p {
    padding-left: 0;
}

img.report-image {
    margin-top: 15px;
}

button.bigthoughtbot, div.bigthoughtbot {
    width: 100%;
    max-width: 300px;
}

#content section#contributors .entry-content .editor {
    margin: 0 auto 10px;
    height: 110px;
    width: 110px;
    overflow: hidden;
}

#content section#contributors .entry-content .editor img {
    max-height: 85px;
}

.editor-name a {
    font-size: 0.75em;
}

#contributing-editors {
    max-width: 580px;
    margin: 0 auto;

}

.row .form-row {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.row .form-row.security {
    margin-bottom: 0;
}

.row .form-row.explain {
    margin-top: 3px;
}

.txt {
    width: 90%;
}

.txt1 {
    width: 100%;
    max-width: 224px;
}

#content.thank-you {
    width: 100%;
    margin-bottom: 20px;
    max-width: 958px;
}

.get-report-top {
    border-bottom: none;
}

#downloads_purchases {
    background-color: #f6f6f6;
}

.account-details {
    margin-bottom: 20px;
}

.account-details p {
    font-size: 0.75em;
}

.account-heading {
    font-weight: 900;
}

.account-details .date {
    margin: 12px 0;
}

.delivery_method_centered {
    margin-left: 15px;
}

#content.webinars-content {
    margin-left: 10%;
    margin-right: 10%;
    max-width: 800px;
    padding: 20px;
}

.product-page-header {
    width: 100%;
}

.sllp-instructionsSm2 {
    max-width: 450px;
    width: 100%;
}

.webinar-button a {
    color: #ffffff;
}

#content .ofie-rclp .rclp-button.button_link.thoughtbot {
    float: none;
    width: 100%;
    margin-left: 0;
}

#content.get-download, #content-2.get-download, #content-3.get-download {
    max-width: 800px;
}

.get-report-form {
    padding-left: 16.75%;
}

.regular-text, .text-box {
    width: 100%;
    max-width: 350px;
}

.label sup {
    color: red;
    font-weight: bold;
}

.form-row label {
    font-size: 13px;
}

.get-report-content, .rclp-upsell {
    width: 100%;
}

.order-now {
    text-align: center;
    background-color: #ededd8;
}

.order-now h4 {
    text-align: center;
    background-color: #0f4571;
    color: #ffffff;
    margin: 20px 0 0;
    width: 100%;
}

.button_link.bigthoughtbot.webinar {
    font-size: 0.95em;
}

ul.article_toolbox {
    background-color: #FFFFFF;
}

.loop-single-h1 {
    width: 80%;
    float: left;
}

.by-line {
    clear: left;
    margin-bottom: 2em;
}

#post-179 {
    padding: 20px;
}

#sidebar .widget h5.pro-sidebar-h5 {
    background-color: #034E7F;
    color: #FFFFFF;
    margin: 12px -10px 8px;
    padding: 4px 6px;
}

/*duplicate rule, delete after merge
#sidebar #text-66 h5 {
	clear: both;
	color: #333333;
	margin: 10px 0;
}*/

#sidebar .pro-subscribe h5 {
    clear: both;
    color: #333333;
    margin: 10px 0;
}

/*duplicate rule, delete after merge
#sidebar #text-66 p {
	margin: 10px;
}*/

#sidebar .pro-subscribe p {
    margin: 10px !important;
}

/*duplicate rule, delete after merge
#sidebar #text-66 ul {
	margin-left: 20px;
}*/

#sidebar .pro-subscribe ul {
    margin-left: 20px !important;
}

/*duplicate rule, delete after merge
#sidebar #text-66 ul li {
    font-size: 0.9em;
    list-style: square outside none;
    margin-left: 20px;
}*/

#sidebar .pro-subscribe ul li {
    font-size: 0.9em !important;
    list-style: square outside none;
    margin-left: 20px !important;
}

.left {
    width: 100%;
}

img.left {
    width: auto;
}

.right {
    width: 100%;
}

img.right {
    width: auto;
}

#page_nav, #page_footer {
    padding: 0;
}

#sub-navigation ul li {
    position: relative;
    top: -25px;
}

#sub-navigation ul li a:not(.button) {
    background: transparent;
}

/*---
meq pro
*/


div.bigthoughtbot.sidebar {
    font-size: 1em;
    margin: 0 auto;
    padding: 10px;
    width: 80%;
}

#sidebar .sidebar-button {
    text-decoration: none;
}

.meq-pro-ofie {
    border: 1px solid #C9C9C9;
    padding: 0.85em;
}

.meq-pro-ofie p.incentive {
    color: #CB0500;
}

.meq-pro-ofie h2 {
    color: #034E7F;
    margin-top: 0;
}

.meq-pro-ofie div.button_link.bigthoughtbot {
    margin: 20px auto;
}

.meq-pro-ofie-last {
    margin-bottom: 0;
}

#content .entry-content.dash section p,
#content .entry-content.dash section ul {
    padding-left: 0;
    margin-top: 0;
}

.dash .flex-video {
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 60%;
}

.dash hr {
    display: block;
    color: rgba(184, 184, 184, 0.61);
}

.dash #commentform #submit {
    margin-bottom: 20px;
}

.spreadsheets img {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

.spreadsheets h4 {
    border-top: 1px dotted #999999;
    line-height: 4em;
    margin-bottom: 0;
    text-align: center;
}

.module {
    border-top: 1px dotted #999999;
}

.handbooks {
    border-top: 1px dotted #999999;
    padding: 20px 10px;
}

.pro-archives {
    border-top: 1px dotted #999999;
    padding: 20px 10px;
}

#content .entry-content section p.handbook {
    color: #444444;
    font-size: 0.85em;
    font-weight: bold;
    margin-top: 5px;
}

.thoughtbot.handbook {
    line-height: 2em;
    margin: 20px 0;
}

.thoughtbot.archives {
    line-height: 2em;
    margin: 20px 0;
}

.thoughtbot.handbook a {
    color: #ffffff;
}

.thoughtbot.archives a {
    color: #ffffff;
}

.handbooks h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.handbooks h3 a {
    color: #034E7F;
}

.handbooks h3 a:hover,
.handbooks h3 a:focus {
    color: #CE6800;
}

.handbooks .large-8 {
    padding-top: 0;
}

.pro-archives h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.pro-archives h3 a {
    color: #034E7F;
}

.pro-archives h3 a:hover,
.pro-archives h3 a:focus {
    color: #CE6800;
}

.pro-archives .center-on-mobile {
    margin: 20px auto;
}

ul.like-us li {
    list-style: none outside none;
}

#footer .memberships img {
    margin: 0;
    padding: 10px;
}

/*---
email article page
*/

.post.clearfix {
    padding: 20px;
}

textarea#yourremarks {
    width: 100%;
}

input.TextField {
    width: 100%;
}

.top {
    margin-bottom: 10px;
}

/*---
glossary
*/
.alpha_nav_wrapper .alpha_nav li {
    margin: 0 0 5px;
}

/*---
intensive instructors page
*/

.row.instructor {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.instructor-heading {
    background-color: #034E7F;
    color: #FFFFFF;
    line-height: 60px;
    margin: 0;
    padding-left: 13px;
}

.instructor-photo {
    float: left;
    margin: 23px 10px 10px 0;
}

.row-button-link {
    margin-bottom: 20px;
}

/*---
mobile search results page
*/

#cse-search-results-mobile iframe {
    width: 100% !important;
}

#cse-search-results-mobile iframe .gs-webResult {
    padding: 2px 0;
    width: 100% !important;
}

/*---
footer
*/

.show-for-mobile {
    display: none;
}

.footer-icons {
    display: inline-block;
    list-style: none outside none;
    margin: 0 auto;
    max-width: 350px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.footer-icons li {
    display: inline-block;
    float: none;
    margin: 0 0.75em;
    max-width: 30px;
}

#page_footer {
    width: 100%;
    max-width: 960px;
}

#footer ul#menu-footer, #footer ul#menu-footer-2 {
    line-height: 20px;
    margin-top: 20px;
    width: 90%;
}

#footer .copyright {
    margin: 10px auto;
    width: 90%;
}

#footer ul#menu-footer-2 li:last-child {
    border-right: none;
}

/*---
login-or-register page
*/

ul.forgot, ul.forgot li {
    list-style: none !important;
    margin-left: 0 !important;
}

input.thoughtbot.forgot-login {
    font-size: 1em;
    margin-top: 5px;
    padding: 5px 18px;
}

.row.row-forgot {
    margin: 5px auto;
}

.row.row-forgot .large-3 {
    margin-bottom: 5px;
    padding: 0;
}

.row.row-forgot .large-9 {
    padding: 0;
}

h2.login-or-register {
    margin-bottom: 0;
    margin-left: 15px;
}

.nine.columns #mqr_state {
    max-width: 155px;
}

body#popup {
    font-size: 2em;
    margin: 5% auto auto 5%;
}

body#popup .row {
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
}

body#popup p {
    line-height: 2em;
}

.no-double-bullet ul li {
    background-image: none;
    padding-left: 0;
}

@media only screen and (max-width: 940px) {
    .ofie {
        margin: 15px 15%;
        width: auto;
    }

    #ofieform .ofieinput, #ofieform .submit-button {
        margin-bottom: 10px;
    }

    .pro-archives .center-on-mobile {
        padding-left: 30px
    }

    #content_home #home_left {
        padding-left: 20px;
    }

    #content_home #home_right {
        padding: 20px 20px 0 10px;
    }

    #header .nameplate #nameplate_date {
        left: 223px;
    }

    #header .nameplate #nameplate_ad {
        padding-right: 20px;
    }

    .eyebrow_right {
        padding: 0;
    }

    #nameplate_logo {
        padding: 0 20px;
    }

    .top-bar .toggle-topbar.menu-icon {
        padding-right: 10px;
    }

    .container_eyebrow {
        padding: 5px 20px;
    }

    .eyebrow_left.large-6.columns {
        padding-left: 0;
    }

    #page_nav {
        padding: 0;
    }

    .expanded .global_menu li.current-menu-item a, .expanded .global_menu li.current-page-item a,
    .expanded .global_menu li.current-page-ancestor a, .expanded .global_menu li.current-menu-ancestor a,
    .expanded .global_menu li.current-menu-parent a, .expanded .global_menu li.current-page-parent a {
        border-bottom-width: 0;
        color: #fff !important;
    }

    .expanded .global_menu ul {
        width: 100%;
        margin-bottom: 40px;
    }

    .expanded .global_menu li {
        float: none;
        height: 100%;
        margin: 2px;
        margin-left: 0;
        padding: 10px;
        width: 100%;
    }

    .expanded .global_menu li:hover {
        background-color: #467598;
    }

    .expanded .global_menu li.current-menu-item {
        background-color: #467599;
    }

    .expanded .global_menu li a {
        font-size: 1em;
        font-weight: 700;
    }

    .expanded .top-bar-section li a:not(.button):hover, .expanded .top-bar-section li a:not(.button):focus {
        color: #fff;
    }

    .expanded .global_menu .sub-menu.flyout {
        float: left;
    }

    .expanded .top-bar-section li a:not(.button) {
        background: transparent;
    }

    ul.global_menu ul.sub-menu {
        left: 50%;
        margin: 0;
        position: absolute;
        top: 18%;
    }

    ul.global_menu ul.sub-menu li {
        width: 50%;
        background-color: #68baf9;
        -webkit-box-shadow: -1px 3px 5px 2px #3e698b;
        box-shadow: -1px 3px 5px 2px #3e698b;
    }

    ul.global_menu li.current-page-ancestor {
        background-color: #467599;
    }

    ul.global_menu ul.sub-menu li:hover, ul.global_menu ul.sub-menu li:focus {
        /*background-color: #3c6788;*/
    }

    ul.global_menu ul.sub-menu li a {
        font-size: 0.75em;
        border-right-width: 0;
        white-space: nowrap;
    }

    ul.global_menu ul.sub-menu a:hover, ul.global_menu ul.sub-menu a:focus {
        color: #fff !important;
    }

    /*----------------------------------
    	sub navigation for mequoda pro
    -----------------------------------*/

    #sub-navigation span {
        display: none;
    }

    #sub-navigation {
        display: none;
        float: left;
    }

    .expanded #sub-navigation {
        display: block;
    }

    #sub-navigation ul {
        left: 50%;
        list-style: none outside none;
        margin: 0;
        position: absolute;
        top: 40%;
    }

    #sub-navigation ul li {
        background-color: #68baf9;
        -webkit-box-shadow: -1px 3px 5px 2px #3e698b;
        box-shadow: -1px 3px 5px 2px #3e698b;
        display: block;
        margin: 2px 0;
        float: none;
        width: 50%;
    }

    #sub-navigation ul li a {
        color: #fff;
        font-size: 0.75em;
        font-weight: 700;
    }

    #sub-navigation ul a:hover, ul.global_menu #sub-navigation ul a:focus {
        color: #fff !important;
    }

    .expanded #sub-navigation ul li:hover {
        background-color: #467598;
    }

    .expanded #sub-navigation ul li.current-tab {
        background-color: #467599;
    }

    .ofie-daily .privacy_policy {
        clear: right;
        line-height: 1em;
        padding-top: 3.75%;
    }

    #content .ofie-rclp div.thoughtbot, #content .ofie-daily div.thoughtbot,
    #content-2 .ofie-rclp div.thoughtbot, #content-2 .ofie-daily div.thoughtbot {
        float: right;
        margin: 0 auto;
        margin-right: 5.5%;
        width: 70%;
    }

    #content section.free_download_item .entry-content div.thoughtbot {
        width: 90%;
        margin: 30px 0 20px 0;
    }

    #content.webinars-content {
        margin-left: 3.5%;
    }

    .row-blog .large-4.pull-8 {
        display: none;
    }

    .row-blog #content_three_col {
        max-width: 1000px;
        width: 100%;
        left: 0;
    }

    .inner_wrapper {
        width: 100%;
    }

    .row-blog {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .row-blog.row:after {
        clear: none;
    }

    div.row.testimonial {
        width: 80%;
    }

    #sidebar .widget .textwidget .widget-ul h6 {
        display: inline;
    }

    #page_nav {
        background-color: #5C96C3;
    }

    #content, #content-2, #content-3 {
        width: 95%;
        max-width: 1000px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        float: none !important;
    }

    #sidebar, #sidebar_left {
        width: 100%;
        max-width: 1000px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .global_menu li.current-menu-item a, .global_menu li.current-page-item a,
    .global_menu li.current-page-ancestor a, .global_menu li.current-menu-ancestor a,
    .global_menu li.current-menu-parent a, .global_menu li.current-page-parent a {
        background-color: #5C96C3;
    }

    #text-26, #text-27, #text-28 {
        display: block;
    }

    /*duplicate rule, delete after merge	
    	#text-2, #text-3, #text-4, #text-5, #text-7, #text-8, #text-11, #text-13, #text-15, #text-14, #text-16, #text-17, #text-18, #text-20, #text-21, #text-22, #text-23, #text-24, #text-25, #text-26, #text-27, #text-28, #text-29, #text-31, #text-32, #text-33, #text-34, #text-35, #text-36, #text-37, #text-41, #text-42, #text-44, #text-45, #text-48, #text-49, #text-51, #text-52, #text-53, #text-56, #text-57, #text-58, #text-61, #text-62, #text-63, #text-67, #text-68, #text-69 {
    		width: 46.25%;
    		float: left;
    		margin-left: 2.5%;
    		text-align: center;
    	}*/

    .widget.widget_text {
        width: 46.25%;
        float: left;
        margin-left: 2.5%;
        text-align: center;
    }

    /*duplicate rule, delete after merge
    	#text-6, #text-9, #text-10, #text-12, #text-19, #text-43, #text-46, #text-47, #text-50, #text-54, #text-55, #text-66, #text-71 {
    		width: 95%;
    		float: left;
    		margin-left: 2.5%;
    	}*/

    .wide.widget.widget_text {
        width: 95%;
        float: left;
        margin-left: 2.5%;
    }

    /*duplicate rule, delete after merge
    	#text-13, #text-66 {
    		padding-bottom: 10px;
    	}*/

    .brand-portfolio,
    .pro-subscribe {
        padding-bottom: 10px;
    }

    /*duplicate rule, delete after merge
    	#sidebar #text-66 ul li {
    		margin-left: 0;
    	}*/

    #sidebar .pro-subscribe ul li {
        margin-left: 0 !important;
    }

    /*duplicate rule, delete after merge	
    	#sidebar #text-66 div {
    		margin-bottom: 10px;
    	}*/

    #sidebar .pro-subscribe div {
        margin-bottom: 10px;
    }

    #sidebar .row {
        max-width: 1000px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    #sidebar .widget .textwidget .widget-ul li {
        display: block;
        float: left;
        margin: 5px;
    }

    #sidebar .widget .textwidget .widget-ul li a {
        text-decoration: none;
    }

    #sidebar .widget .textwidget .widget-ul h6 {
        display: inline;
    }

    /*duplicate rule, delete after merge
    	#sidebar #text-66.widget .textwidget .widget-ul h6 {
    		margin-left: 3px;
    	}*/

    #sidebar .pro-subscribe.widget .textwidget .widget-ul h6 {
        margin-left: 3px;
    }

    #sidebar .widget .textwidget ul.widget-ul {
        margin-bottom: 10px;
    }

    #content_three_col.large-8 {
        width: 95%;
        margin-left: 2.5%;
        margin-bottom: 20px;
    }

    #download-sidebar-buttons {
        width: 95%;
        margin: auto;
        float: none;
        display: block;
    }

    div.bigthoughtbot {
        width: 95%;
    }

    #sidebar .sidebar_button {
        margin: 20px auto;
    }

    button.bigthoughtbot, div.bigthoughtbot {
        max-width: 600px;
    }

    .order-now .button_link.bigthoughtbot.webinar {
        font-size: 0.95em;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }
}

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

    .large-6.hide-for-moblie {
        width: 0px;
    }

    .eyebrow_left.large-6 {
        width: 100%;
    }

    .hide-for-mobile {
        display: none;
    }

    .show-for-mobile {
        display: inherit;
    }
}

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

    .floater-privacy {
        clear: both;
        margin: 1em auto;
        max-width: 80%;
        text-align: left;
    }
}

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

    .pro-archives .center-on-mobile {
        padding-left: 0;
    }

    #content .entry-content.dash section p {
        margin-top: 20px;
    }

    #content_home #home_left {
        padding-left: 0;
    }

    #content_home #home_right {
        padding: 0;
    }

    .order-now {
        display: block;
        float: left !important;
    }

    .get-report-form {
        padding-left: 3%;
    }

    #content .ofie-rclp div.thoughtbot, #content .ofie-daily div.thoughtbot,
    #content-2 .ofie-rclp div.thoughtbot, #content-2 .ofie-daily div.thoughtbot {
        margin-right: 15.5%;
        width: 50%;
    }

    #content section.free_download_item .entry-content div.thoughtbot,
    #content-2 section.free_download_item .entry-content div.thoughtbot {
        width: 90%;
        margin: 20px 0 20px 0;
    }

    #home_left .center-on-mobile {
        display: block;
        margin: auto;
    }

    .wistia-home {
        padding-right: 0;
    }

    .center-on-mobile {
        display: block;
        margin: 0 auto;
        float: none;
    }

    #home_left p {
        margin-top: 6px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        width: 90%;
    }

    #home_right p {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        width: 90%;
    }

    #content_home #home_right .service_description {
        display: block;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        float: none;
    }

    #content_home #home_right .service_description img.alignleft {
        margin: 0 20px 20px 0;
    }

    .ofie h2.ofieheader {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 766px) {
    #home_left p {
        width: 60%;
    }

    #home_right p {
        width: 60%;
    }
}

@media only screen and (max-width: 660px) {
    .floater-inputs {
        clear: both !important;
        margin: 1em 15% !important;
    }

    .floater-inputs .ofieinput, .floater-inputs input[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .quick_login_box #contentDivImg-login {
        left: -218px;
        max-width: 300px;
    }

    .quick_login_box .login-username label, .quick_login_box .login-password label {
        width: auto;
    }

    .quick_login_box form {
        width: auto;
    }

    .quick_login_box p.login-submit {
        margin-left: 170px;
    }

    .ofie {
        margin: 15px 10%;
    }

    #ofieform, .floater_form {
        margin: 5%;
        width: auto;
    }

    #ofieform .ofieinput, .floater_form .floater_inputs {
        padding-left: 15px;
        width: 100%;
    }

    #ofieform .submit-button {
        margin-top: 10px;
        width: 100%;
    }
}

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

    .table-hide-for-mobile {
        display: none;
    }

    .rclp-instructions {
        padding: 5%;
    }

    #content .ofie-rclp div.thoughtbot, #content .ofie-daily div.thoughtbot,
    #content-2 .ofie-rclp div.thoughtbot, #content-2 .ofie-daily div.thoughtbot {
        float: left;
        margin-right: 0;
        width: 100%;
    }

    .ofie-daily .privacy_policy {
        clear: both;
        line-height: 1em;
    }

    div.row.testimonial {
        width: 95%;
    }

    div.testimonial img {
        margin-left: 0;
    }

    div.testimonial p {
        font-size: 0.8em;
    }

    p.testimonial-cite {
        font-size: 0.65em;
    }

    #home_left p {
        width: 80%;
    }

    #home_right p {
        width: 80%;
    }
}

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

    #floater_container .floater img.thumb {
        display: block;
        float: none;
        margin: 1em auto;
        position: relative;
    }

    .floater h3 {
        clear: both;
        font-size: 1em;
    }
}

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

    img.report-image {
        margin: 0 auto;
        margin-top: 15px;
        float: none;
    }

    #nameplate_logo {
        padding: 0 10px;
    }

    .container_eyebrow {
        padding: 5px 10px;
    }

    .top-bar .toggle-topbar.menu-icon {
        padding-right: 0;
    }

    #header .nameplate #nameplate_date {
        left: 213px;
    }

    .rclp-img.large-3.small-4 {
        width: 100%;
    }

    .rclp-img.large-3.small-4 img {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        float: none;
    }

    .rclp-txt.large-9.small-8 {
        width: 100%;
    }
}

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

    #content section.free_download_item .entry-content header.entry-title h3 {
        margin-bottom: 0;
    }

    img.report-image {
        display: none;
    }

    .get-report-txt.large-10.small-8 {
        width: 100%;
    }

    .get-report-img {
        width: 100%;
    }

    .get-report-img img {
        margin: 0 auto;
        display: block;
        float: none;
    }

    #content.webinars-content {
        margin-left: 0;
    }

    #content section.free_download_item .entry-content div.thoughtbot {
        margin-left: 5%;
    }

    section.free_download_item .large-3.small-4 {
        width: 100%;
    }

    section.free_download_item .large-9.small-8 {
        width: 100%;
    }

    div.testimonial .small-4.columns {
        display: none;
    }

    div.testimonial .small-8 {
        width: 100%;
    }

    div.testimonial p {
        font-size: 0.65em;
    }

    #header .nameplate #nameplate_logo {
        padding-left: 0;
    }

    .eyebrow_left.columns, .eyebrow_right.columns {
        padding-left: 0;
        padding-right: 0;
    }

    img.logo-title-img, div#nameplate_date {
        display: none;
    }

    #header {
        padding: 0 10px;
    }

    .container_eyebrow {
        padding: 5px 10px;
    }

    #content_home p {
        font-size: 0.825em;
    }

    #home_right h3 {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        position: relative;

    }

    #content, #content-2, #content-3 {
        width: 100%;
        border-width: 0;
        border-bottom-width: 1px;
        padding: 0;
        margin-bottom: 20px;
    }

    #sidebar, #sidebar_left {
        padding: 0;
    }

    #sidebar .widget {
        width: 100%;
        margin-left: 0;
    }

    /*    #text-2, #text-3, #text-4, #text-5, #text-7, #text-8, #text-11, #text-13, #text-15, #text-14, #text-17, #text-16, #text-18, #text-20, #text-21, #text-22, #text-23, #text-24, #text-25, #text-32, #text-33, #text-34, #text-35, #text-36, #text-37, #text-44, #text-45,, #text-48, #text-49, #text-51, #text-52, #text-53, #text-56, #text-57, #text-58, #text-66, #text-67, #text-68, #text-69 {
    		width: 95%;
    	}*/

    #home_right p,
    #home_right h3 {
        clear: both;
    }

    #content_home #home_right .service_description h3 {
        margin-left: 30px;
    }

    .ofie img.left {
        display: none;
    }

    .ofie h2.ofieheader {
        margin: 20px 7%;
    }

    .flex-video.testimonial-vid {
        min-height: 230px;
    }
}

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

    .eyebrow_left span, .eyebrow_left a strong, .eyebrow_left .quick_login_box strong a {
        font-size: 0.85em;
    }

    .eyebrow_left {
        margin-top: 3px;
    }

    .account-details p {
        font-size: 0.65em;
    }

    #sidebar .widget, #sidebar_left .widget, #text-26, #text-27, #text-28 {
        width: 100%;
        border-width: 0;
        border-bottom-width: 1px;
        margin-left: 0;
    }

    .rclp-instructions {
        font-size: 0.85em;
    }

    #content section#contributors .entry-content .editor {
        margin: 0 auto 10px;
    }

    #content section#contributors .entry-content .editor img {
        max-height: 100px;
    }

    #contact_form {
        font-size: 0.75em;
    }
}

.panel {
    border: 1px solid gray;
    background-color: #e5eef3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.panel.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.panel .title {
    margin-bottom: 5px;
    margin-top: .5em;
}


/* comment display */
ol.comment-list, ol.comment-list ol {list-style:none;}
ol.comment-list ol {padding-left:40px;}
ol.comment-list img.avatar {float:right;display:none;visibility:hidden;}
ol.comment-list li.comment.even.depth-1 {padding:10px;}
ol.comment-list .commentmetadata, .form-allowed-tags {font-size:.8em;}
ol.comment-list .reply {font-size:.8em;}
.thread-odd {background-color:#EEE !important;}
ol.children li {background-color:transparent;}
li.comment.alt {background-color:transparent;border:none;padding-bottom:0;}
li.comment.thread-even.alt, li.comment.thread-odd.alt {padding-bottom:10px;}
.thread-even .depth-2, .thread-even .depth-3, .thread-even .depth-4, .thread-even .depth-5, .thread-even .depth-6 {border-top:1px solid #eee !important;padding-top:10px !important;} 

.thread-odd .depth-2, .thread-odd .depth-3, .thread-odd .depth-4, .thread-odd .depth-5, .thread-odd .depth-6 {border-top:1px solid #fff !important;padding-top:10px !important;} 
p.form-allowed-tags {display:none;visibility:hidden;}